.about-page-wrap {
  min-height: 100vh;
  margin: 130px auto 50px;
  width: 1428px;
}
.side-menu {
  width: 212px;
  float: right;
}
.side-title {
  margin-bottom: 8px;
  padding: 16px 0 32px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 15px;
  text-align: right;
  font-weight: 600;
  line-height: 1.5;
  border-bottom: 1px solid #e5e5e5;
}
.side-menu-list {
  height: auto !important;
  border: 0;
}
.side-menu-list .item {
  display: block;
  background-color: #fff !important;
  text-align: right;
  padding: 14px 0;
  height: auto;
  margin: 0 !important;
  line-height: 1;
  color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.side-menu-list .layui-this {
  color: #bf9b46 !important;
}
.side-menu-list .layui-this:after {
  display: none !important;
}
.side-menu-list .item:hover {
  color: #bf9b46 !important;
}
.content-main {
  max-width: 1000px;
  padding-left: 60px;
}
.content-main h3 {
  margin: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #5f6267;
}

.content-main p {
  margin-bottom: 10px;
}

.content-main .banner {
  width: 1000px;
  margin-bottom: 10px;
}

.content-main p a {
  color: #5f6267;
}
.content-main p a:hover {
  color: #40a9ff;
}
.content-main .download-qrcode .qrcode {
  width: 316px;
  height: auto;
  margin-bottom: 10px;
}

.layui-anim {
  animation-duration: .6s!important;
}
.company-history {
  margin-top: 50px;
}
.company-history .item .label {
  font-size: 18px;
  font-weight: bolder;
  padding-bottom: 15px;
  border-bottom: 4px solid #f9e5b8;
  width: fit-content;
}
.company-history .item .value {
  margin-top: 30px;
  font-size: 14px;
}
.company-history .item {
  margin-bottom: 35px;
}
