.loading-hide {
  display: none;
}
.minWidth {
  min-width: 1440px;
}
.toast {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px 25px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  z-index: 9999;
}
.head-main .header .header-top {
  background-color: #a56d00;
  padding: 0 5%;
  height: 40px;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.head-main .header .header-top .top-title {
  flex: 1;
}
.head-main .header .header-top .btn-contact {
  margin-left: 24px;
  background: #ffffff;
  border-radius: 12px;
  padding: 2px 12px;
  cursor: pointer;
}
.head-main .header .header-top .btn-contact a {
  color: #a56d00;
}
.head-main .header .header-top .official-account {
  position: absolute;
  top: 40px;
  right: -10px;
  width: 100px;
  height: 100px;
}
.head-main .header .header-top .official-account::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -4px;
  background: red;
  width: 8px;
  height: 8px;
}
.head-main .header .header-nav {
  padding: 0 5%;
  height: 80px;
  background: #fff;
}
.head-main .header .header-nav .nav-logo {
  width: auto;
  height: 46px;
}
.head-main .header .header-nav .nav-logo img {
  object-fit: contain;
}
.head-main .header .header-nav .navbar-header {
  display: none;
}
.head-main .header .header-nav .navbar-header button {
  width: 34px;
  height: 34px;
  border-radius: 5px;
  border: none;
  display: none;
}
.head-main .header .header-nav .navbar-header button .icon-bar {
  margin: auto;
  margin-top: 2px;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background: #a56d00;
  margin-top: 4px;
}
.head-main .header .header-nav .navbar-header button .icon-bar:first-child {
  margin-top: 0;
}
.head-main .header .header-nav .nav-ul {
  width: 55%;
  height: 100%;
}
.head-main .header .header-nav .nav-ul .nav-li a {
  display: inline-block;
  padding: 0 20px;
  font-weight: normal;
  font-size: 18px;
  line-height: 80px;
  transition: all 0.3s;
}
.head-main .header .header-nav .nav-ul .nav-li a:hover {
  color: #a56d00;
}
.head-main .header .header-nav .nav-ul .sel a {
  color: #a56d00;
}
.head-main .header .header-nav .nav-btn .flex div {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
}
.head-main .header .header-nav .nav-btn .flex div a {
  display: inline-block;
  padding: 6px 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  color: #c4c4c4;
}
.head-main .header .header-nav .nav-btn .flex .login {
  border-color: #a56d00;
  margin-right: 12px;
}
.head-main .header .header-nav .nav-btn .flex .login a {
  color: #a56d00;
}
.head-main .header .introduce-box {
  display: none;
  position: fixed;
  top: 120px;
  left: 0;
  width: 100%;
  padding: 32px 48px;
  background-color: #fff;
}
.head-main .header .introduce-box .intro-list {
  display: flex;
  justify-content: center;
}
.head-main .header .introduce-box .intro-list .intro-item {
  display: flex;
  align-items: center;
  margin-right: 50px;
  width: 160px;
  height: 56px;
  font-size: 14px;
  line-height: 20px;
  color: #a56d00;
  background: #f6f7fb;
  border-radius: 5px;
  transition: all 0.4s;
}
.head-main .header .introduce-box .intro-list .intro-item:hover {
  color: #f6f7fb;
  background: #a56d00;
  cursor: pointer;
}
.head-main .header .introduce-box .intro-list .intro-item:last-child {
  margin-right: 0;
}
.head-main .header .introduce-box .intro-list .intro-item img {
  margin-left: 16px;
  margin-right: 6px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.head-main .header .introduce-box .intro-list .intro-item img:last-child {
  display: none;
}
.head-main .header .header-ph {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 96%;
  right: 5px;
  z-index: 9999;
}
.head-main .header .header-ph .nav-ph {
  position: relative;
  display: none;
  background: #fff;
  width: 150px;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}
.head-main .header .header-ph .nav-ph li {
  text-align: center;
}
.head-main .header .header-ph .nav-ph li a {
  background: #fff;
  font-size: 14px;
  color: #000;
  transition: color 0.3s;
  display: block;
  padding: 10px 15px;
}
.head-main .header .header-ph .nav-ph li a:hover {
  background: #fff;
  color: #d41e1e;
}
.head-main .header .header-ph .nav-ph li.active a {
  color: #d41e1e;
}
.head-main .header .header-ph .nav-ph.log {
  position: absolute;
  bottom: 0;
  border-top: none;
  transform: translateY(99%);
  border-radius: 0 0 5px 5px;
}
.head-main .header .header-ph .second {
  display: none;
  position: absolute;
  width: 150px;
  border: 0.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
  background: #fff;
}
.head-main .header .header-ph .second li {
  text-align: center;
}
.head-main .header .header-ph .second li a {
  background: #fff;
  font-size: 14px;
  color: #000;
  transition: color 0.3s;
  display: block;
  padding: 10px 15px;
}
.head-main .official-account {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.5);
}
.head-main .official-account .modal-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 50px;
  margin: 24px 0;
}
.head-main .official-account .modal-image {
  width: 300px;
  height: 300px;
}
.head-main .official-account .modal-tag {
  font-size: 24px;
  line-height: 34px;
  margin-top: 16px;
}
.head-main .official-account .tips {
  background: #fff;
  padding: 0 74px 80px;
  width: 448px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
}
.main-bg-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.main-bg-image h2 {
  margin-top: 154px;
  font-weight: 600;
  font-size: 64px;
  line-height: 90px;
  color: #ffffff;
  text-align: center;
}
.main-bg-image .main-bg-content {
  margin: auto;
  width: 100%;
  font-size: 32px;
  line-height: 45px;
  color: #ffffff;
  text-align: center;
}
.main-bg-image .watch-video {
  position: absolute;
  top: 80%;
  left: 50%;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 14px;
  margin: auto;
  width: 130px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.main-bg-image .watch-video:hover {
  cursor: pointer;
  background-color: #a56d00;
  border: 1px solid #a56d00;
}
.main-bg-image .watch-video img {
  margin-right: 9px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.video-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 2000px;
  background-color: rgba(0, 0, 0, 0.3);
}
.video-box .video-play-box {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 600px;
  background: #666;
  border-radius: 5px;
}
.video-box .video-play-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box .video-play-box .video-play {
  overflow: hidden;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}
.video-box .video-play-box .video-play:hover {
  cursor: pointer;
}
.video-box .video-play-box .video-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-box .video-play-box .cancle {
  position: absolute;
  top: 8px;
  right: 8px;
}
.video-box .video-play-box .cancle:hover {
  cursor: pointer;
}
.video-box .video-play-box .cancle img {
  width: 32px;
  height: 32px;
}
.elevator {
  position: fixed;
  top: 364px;
  right: 40px;
  z-index: 99;
}
.elevator .elevator-item {
  display: flex;
  height: 64px;
  margin-bottom: 8px;
  text-align: right;
}
.elevator .elevator-item .elevator-tel {
  display: none;
  width: 196px;
  padding: 20px 0;
  padding-left: 24px;
  font-size: 20px;
  background: rgba(165, 109, 0, 0.8);
  color: #fff;
  text-align: left;
}
.elevator .elevator-item .elevator-qrcode {
  display: none;
  width: 196px;
  height: 196px;
  padding: 14px;
  background: rgba(165, 109, 0, 0.8);
}
.elevator .elevator-item .elevator-qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.elevator .elevator-item .elevator-img {
  width: 64px;
  background: rgba(165, 109, 0, 0.8);
  overflow: hidden;
}
.elevator .elevator-item .elevator-img img {
  width: 36px;
  height: 36px;
  margin: 14px;
}
.user-info {
  padding: 20px 10px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.user-info .portrait {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.user-info .username {
  font-size: 18px;
  line-height: 25px;
  margin-left: 8px;
  max-width: 140px;
  min-width: 60px;
  text-align: center;
}
.user-info .arrow {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 10px solid #a56d00;
  margin-left: 8px;
  margin-top: 5px;
  transition: all 0.3s;
}
.user-info .menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.user-info .menu .menu-li {
  font-size: 14px;
  line-height: 20px;
  padding: 14px;
  text-align: center;
  transition: all 0.3s;
}
.user-info .menu .menu-li:hover {
  background: #fffaef;
}
.user-info:hover {
  background: #fffaef;
}
.user-info:hover .menu {
  height: auto;
}
.user-info:hover .arrow {
  border: 5px solid transparent;
  border-bottom: 10px solid #a56d00;
  margin-top: -5px;
}
.select-module {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.5);
}
.select-module .tips {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px 0;
  width: 92%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.select-module .tips .title {
  font-size: 18px;
  line-height: 25px;
  color: #a56d00;
  text-align: center;
}
.select-module .tips .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.select-module .tips .content {
  margin-top: 40px;
  padding: 0 5%;
}
.select-module .tips .content .module {
  width: 47%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 13px;
  cursor: pointer;
  border: 1px solid transparent;
}
.select-module .tips .content .module.active {
  border-color: #a56d00;
  position: relative;
}
.select-module .tips .content .module.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/sign/icon-select.png);
  background-size: contain;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.select-module .tips .content .module .icon {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.select-module .tips .content .module .tag {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.select-module .tips .btn {
  background: #a56d00;
  border-radius: 5px;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 12px;
  display: block;
  margin: 48px 25px 0;
  text-align: center;
  cursor: pointer;
}
.foot-main {
  overflow: hidden;
}
.foot-main .foot-top {
  padding: 60px 80px 30px;
  width: 100%;
  background: #333333;
}
.foot-main .foot-top .foot-top-left img {
  width: 210px;
  height: 66px;
  margin-bottom: 20px;
}
.foot-main .foot-top .foot-top-left .contact {
  display: flex;
}
.foot-main .foot-top .foot-top-left .consult-tel {
  margin-right: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.foot-main .foot-top .foot-top-left .consult-tel .tel {
  margin-top: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.foot-main .foot-top .foot-top-left .icon-list {
  position: relative;
  display: flex;
  margin-top: 40px;
}
.foot-main .foot-top .foot-top-left .icon-list img {
  margin-right: 20px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.foot-main .foot-top .foot-top-left .icon-list .qrcode {
  display: none;
  position: absolute;
}
.foot-main .foot-top .foot-top-left .icon-list .qrcode div {
  position: absolute;
  top: -5px;
  left: 20px;
  overflow: hidden;
  width: 10px;
  height: 10px;
  transform: rotate(-60deg) skewX(-30deg) scale(1, 0.866);
  border-top-right-radius: 30%;
  background-color: #fff;
}
.foot-main .foot-top .foot-top-left .icon-list .qrcode .code {
  box-sizing: border-box;
  padding: 5px;
  width: 115px !important;
  height: 115px !important;
  object-fit: contain;
  background-color: #fff;
  border-radius: 5px;
}
.foot-main .foot-top .foot-top-right {
  display: flex;
}
.foot-main .foot-top .foot-top-right dl {
  margin-right: 80px;
}
.foot-main .foot-top .foot-top-right dl dt {
  margin-bottom: 20px;
}
.foot-main .foot-top .foot-top-right dl dt a {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.foot-main .foot-top .foot-top-right dl dd {
  margin-left: 4px;
  margin-bottom: 23px;
}
.foot-main .foot-top .foot-top-right dl dd a {
  font-size: 12px;
  line-height: 17px;
  color: #979797;
}
.foot-main .foot-top .foot-top-line {
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.foot-main .foot-top .foot-top-friend {
  margin-top: 24px;
}
.foot-main .foot-top .foot-top-friend .title {
  margin-right: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}
.foot-main .foot-top .foot-top-friend .title::after {
  content: '';
}
.foot-main .foot-top .foot-top-friend span {
  color: #979797;
}
.foot-main .foot-top .foot-top-friend span a {
  font-size: 14px;
  line-height: 20px;
  color: #979797;
  white-space: pre;
  margin: 0 5px;
}
.foot-main .foot-top .foot-top-friend span::after {
  content: '/';
}
.foot-main .foot-top .foot-top-friend span:last-child::after {
  content: '';
}
.foot-main .footer {
  width: 100%;
  background: #222;
  padding: 24px 0;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}
.foot-main .footer .info {
  margin-bottom: 20px;
}
.foot-main .footer .info a {
  color: #979797;
}
.foot-main .footer .state a {
  color: #979797;
}
.foot-main .footer .state .statement {
  cursor: pointer;
}
.disclaimers,
.disclaimersModal-first,
.disclaimersModal-second,
.disclaimersModal-third {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 500;
  min-height: 250px;
  background: rgba(0, 0, 0, 0.5);
  overflow: scroll;
}
.disclaimers .tips,
.disclaimersModal-first .tips,
.disclaimersModal-second .tips,
.disclaimersModal-third .tips {
  padding: 12px;
  width: 750px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.disclaimers .tips .box,
.disclaimersModal-first .tips .box,
.disclaimersModal-second .tips .box,
.disclaimersModal-third .tips .box {
  font-size: 14px;
  line-height: 24px;
  max-height: 650px;
  background: #fff;
  padding: 0 40px;
  border-top: 40px solid #fff;
  border-bottom: 100px solid #fff;
  border-radius: 20px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.disclaimers .tips .box::-webkit-scrollbar,
.disclaimersModal-first .tips .box::-webkit-scrollbar,
.disclaimersModal-second .tips .box::-webkit-scrollbar,
.disclaimersModal-third .tips .box::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.disclaimers .tips .read-btn,
.disclaimersModal-first .tips .read-btn,
.disclaimersModal-second .tips .read-btn,
.disclaimersModal-third .tips .read-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #a56d00;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  padding: 10px;
  width: 360px;
  text-align: center;
  cursor: pointer;
}
.main-head {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
.main-article .article-img {
  width: 100%;
  height: 350px;
}
.main-article .article-img img {
  object-fit: cover;
}
.main-article .swiper-header {
  overflow-x: hidden;
}
.main-article .swiper-header .swiper-slide {
  width: 100%;
}
.main-article .swiper-header .swiper-button-next,
.main-article .swiper-header .swiper-button-prev {
  width: 69px;
  height: 52px;
}
.main-article .swiper-header .swiper-button-next img,
.main-article .swiper-header .swiper-button-prev img {
  position: relative;
}
.main-article .swiper-header .swiper-button-next {
  right: 194px;
}
.main-article .swiper-header .swiper-button-prev {
  left: 194px;
}
.main-article .swiper-header .swiper-button-next::after,
.main-article .swiper-header .swiper-button-prev::after {
  content: none;
}
.cooperation-show-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 56px 122px 60px 155px;
}
.cooperation-show-list img {
  margin-bottom: 32px;
  width: 19%;
  height: 110px;
  object-fit: contain;
}
.cooperation-show-list div {
  width: 19%;
}
.index-main {
  background: #f6f7fb;
}
.index-main .main-article .swiper-slide {
  height: 350px;
}
.index-main .swiper-header {
  position: relative;
}
.index-main .swiper-pagination {
  bottom: 10px;
}
.index-main .main-content {
  margin-top: 39px;
  padding-bottom: 39px;
}
.index-main .main-content .title-ch {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #a56d00;
}
.index-main .main-content .title-en {
  font-size: 14px;
  line-height: 20px;
  color: #919191;
  margin-top: 8px;
}
.index-main .main-content .service-show-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 88px;
}
.index-main .main-content .service-show-list .service-show-item {
  position: relative;
  overflow: hidden;
  width: 280px;
  height: 400px;
  margin-right: 16px;
  margin-top: 18px;
  background: url(../img/index_bg1.png);
  transition: all 0.5s;
}
.index-main .main-content .service-show-list .service-show-item:nth-child(2) {
  background: url(../img/index_bg2.png);
}
.index-main .main-content .service-show-list .service-show-item:nth-child(3) {
  background: url(../img/index_bg3.png);
}
.index-main .main-content .service-show-list .service-show-item:nth-child(4) {
  background: url(../img/index_bg4.png);
}
.index-main .main-content .service-show-list .service-show-item:hover .mask {
  opacity: 1;
}
.index-main .main-content .service-show-list .service-show-item:hover img,
.index-main .main-content .service-show-list .service-show-item:hover .service-show-title {
  transform: translateY(-42px);
}
.index-main .main-content .service-show-list .service-show-item:hover .service-show-content {
  transform: translateY(-190px);
}
.index-main .main-content .service-show-list .service-show-item .mask {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
  opacity: 0.4;
  transition: all 0.5s;
}
.index-main .main-content .service-show-list .service-show-item img {
  position: relative;
  z-index: 2;
  width: 85px;
  height: 85px;
  margin: 132px auto 16px;
  transition: all 0.5s;
}
.index-main .main-content .service-show-list .service-show-item .service-show-title {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s;
}
.index-main .main-content .service-show-list .service-show-item .service-show-content {
  position: absolute;
  z-index: 2;
  bottom: -100px;
  padding: 0 26px;
  font-size: 12px;
  line-height: 17px;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s;
}
.index-main .main-content .merit-show-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 88px;
}
.index-main .main-content .merit-show-list .merit-show-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  margin-right: 16px;
  margin-top: 16px;
  width: 375px;
  height: 260px;
  background-color: #fff;
}
.index-main .main-content .merit-show-list .merit-show-item .item-top {
  display: flex;
  align-items: baseline;
  font-weight: 600;
  font-size: 64px;
  line-height: 90px;
  color: #a56d00;
  vertical-align: text-bottom;
}
.index-main .main-content .merit-show-list .merit-show-item .item-top span:last-child {
  margin-left: 8px;
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
}
.index-main .main-content .merit-show-list .merit-show-item .item-top img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.index-main .main-content .merit-show-list .merit-show-item .item-middle {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}
.index-main .main-content .merit-show-list .merit-show-item .item-bottom {
  font-size: 14px;
  line-height: 20px;
  color: #979797;
}
.index-main .main-content .process-show-main {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  margin-bottom: 88px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/query-bg.png) no-repeat;
  background-size: cover;
}
.index-main .main-content .process-show-main .step-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 86px 0;
  margin-right: 120px;
  height: 100%;
}
.index-main .main-content .process-show-main .step-list .step {
  display: flex;
  font-weight: 600;
  color: #979797;
  margin-bottom: 48px;
}
.index-main .main-content .process-show-main .step-list .step:hover .step-main {
  color: #fff;
  transform: translateX(20px);
}
.index-main .main-content .process-show-main .step-list .step:hover .rectangle,
.index-main .main-content .process-show-main .step-list .step:hover .step-main .arrow {
  opacity: 1;
}
.index-main .main-content .process-show-main .step-list .step:hover .step-main img {
  opacity: 0;
}
.index-main .main-content .process-show-main .step-list .step .rectangle {
  opacity: 0;
  width: 4px;
  height: 32px;
  background: #a56d00;
  transition: all 0.5s;
}
.index-main .main-content .process-show-main .step-list .step .step-main {
  position: relative;
  transition: all 0.5s;
}
.index-main .main-content .process-show-main .step-list .step .step-main .step-title {
  font-size: 28px;
  line-height: 39px;
}
.index-main .main-content .process-show-main .step-list .step .step-main .step-title-en {
  margin: 4px 0 16px;
  font-size: 12px;
  line-height: 17px;
}
.index-main .main-content .process-show-main .step-list .step .step-main img {
  width: 66px;
  height: 18px;
  opacity: 1;
  transition: all 0.5s;
}
.index-main .main-content .process-show-main .step-list .step .step-main .arrow {
  position: absolute;
  top: 76px;
  opacity: 0;
  transition: all 0.5s;
}
.index-main .main-content .process-show-main .process-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  width: 830px;
  padding-top: 10px;
  padding-bottom: 40px;
}
.index-main .main-content .process-show-main .process-list .process-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 38px;
  margin-top: 30px;
  width: 400px;
  height: 220px;
  background-color: #fff;
}
.index-main .main-content .process-show-main .process-list .process-item img {
  width: 85px;
  height: 85px;
}
.index-main .main-content .process-show-main .process-list .process-item .process-title-list {
  position: relative;
  width: 100%;
  height: 40px;
}
.index-main .main-content .process-show-main .process-list .process-item .process-title-list .process-title1,
.index-main .main-content .process-show-main .process-list .process-item .process-title-list .process-title2,
.index-main .main-content .process-show-main .process-list .process-item .process-title-list .process-title3 {
  position: absolute;
  top: 0px;
  z-index: 10;
  margin-top: 8px;
  margin-bottom: 10px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #333333;
}
.index-main .main-content .process-show-main .process-list .process-item .process-content-list {
  position: relative;
  width: 100%;
}
.index-main .main-content .process-show-main .process-list .process-item .process-content-list .process-content1,
.index-main .main-content .process-show-main .process-list .process-item .process-content-list .process-content2,
.index-main .main-content .process-show-main .process-list .process-item .process-content-list .process-content3 {
  position: absolute;
  top: 0px;
  z-index: 10;
  font-size: 12px;
  line-height: 17px;
  color: #979797;
}
.index-main .main-content .about-us-show {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  margin-bottom: 67px;
}
.index-main .main-content .about-us-show .show-main {
  display: flex;
  width: 80%;
  padding: 24px;
  margin: auto;
  background-color: #fff;
}
.index-main .main-content .about-us-show .show-main img {
  width: 500px;
  height: 370px;
  margin-right: 34px;
}
.index-main .main-content .about-us-show .show-main .show-title {
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}
.index-main .main-content .about-us-show .show-main .show-content {
  flex: 1;
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #919191;
}
.index-main .main-content .about-us-show .show-main .about-us-more {
  display: flex;
  justify-content: space-between;
}
.index-main .main-content .about-us-show .show-main .about-us-more a {
  padding: 5px 21px;
  font-size: 16px;
  line-height: 30px;
  color: #a56d00;
  border: 1px solid #a56d00;
  transition: all 0.3s;
}
.index-main .main-content .about-us-show .show-main .about-us-more a:hover {
  color: #fff;
  background-color: #a56d00;
}
.index-main .main-content .cont {
  margin: 48px 80px 0;
  padding: 24px;
  background: #fff;
}
.index-main .main-content .cont .cont-img {
  width: 498px;
  height: auto;
}
.index-main .main-content .cont .cont-words {
  flex: 1;
  margin-left: 32px;
  position: relative;
}
.index-main .main-content .cont .cont-words h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}
.index-main .main-content .cont .cont-words p {
  font-size: 16px;
  line-height: 30px;
  color: #919191;
  margin-top: 16px;
  -webkit-line-clamp: 6;
}
.index-main .main-content .cont .cont-words .btn {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #a56d00;
  transition: all 0.3s;
}
.index-main .main-content .cont .cont-words .btn a {
  font-size: 16px;
  line-height: 30px;
  color: #a56d00;
  padding: 5px 21px;
}
.index-main .main-content .cont .cont-words .btn:hover {
  background: #a56d00;
}
.index-main .main-content .cont .cont-words .btn:hover a {
  color: #fff;
}
.index-main .main-content .links {
  margin: 48px 80px 0;
  padding: 24px;
  background: #fff;
}
.index-main .main-content .links .links-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  color: #a56d00;
}
.index-main .main-content .links .links-cont {
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}
.index-main .main-content .links .links-cont li {
  margin-top: 24px;
}
.index-main .main-content .links .links-cont li a {
  font-size: 16px;
  line-height: 25px;
  color: #a56d00;
}
.index-main .main-content .links .links-cont .line {
  margin: 24px 16px 0;
  font-size: 16px;
  line-height: 25px;
}
.news-main {
  background: #f6f7fb;
}
.news-main .swiper {
  width: 100%;
  height: 375px;
}
.news-main .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-main .swiper .swiper-pagination-bullet-active,
.news-main .swiper .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  border-radius: 4px;
  background: #cccccc;
}
.news-main .swiper .swiper-pagination-bullet-active {
  background: #a56d00;
}
.news-main .main-content .top-nav-list {
  display: flex;
  justify-content: space-between;
  width: 480px;
  background-color: #fff;
}
.news-main .main-content .top-nav-list .top-nav-item {
  box-sizing: border-box;
  padding: 17px 0;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.news-main .main-content .top-nav-list .top-nav-item:hover {
  cursor: pointer;
}
.news-main .main-content .top-nav-list .nav-select {
  border-bottom: 2px solid #a56d00;
}
.news-main .main-content .news-list {
  display: inline-block;
  padding: 40px;
  padding-bottom: 0;
  margin-bottom: 64px;
  background-color: #fff;
}
.news-main .main-content .news-list .news-item {
  display: flex;
  margin-bottom: 40px;
}
.news-main .main-content .news-list .news-item img {
  margin-right: 24px;
  width: 200px;
  height: 130px;
  object-fit: cover;
}
.news-main .main-content .news-list .news-item .news-item-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-main .main-content .news-list .news-item .news-item-right .news-title {
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.news-main .main-content .news-list .news-item .news-item-right .news-content {
  margin-bottom: 8px;
  width: 612px;
  font-size: 14px;
  line-height: 25px;
  color: #919191;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-main .main-content .news-list .news-item .news-item-right .news-date {
  font-size: 14px;
  line-height: 20px;
  color: #919191;
}
.news-main .main-content .news-list .news-item .news-item-right .news-detail {
  padding: 1px 18px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid #a56d00;
  color: #a56d00;
}
.news-main .main-content .list-title {
  padding: 14px 80px;
  background: #fff;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.news-main .main-content .list-title a {
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.news-main .main-content .list-title i {
  border: 1px solid rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
  margin: 0 8px;
}
.news-main .main-content .list-title .news {
  font-size: 16px;
  line-height: 22px;
  color: #a56d00;
}
.news-main .main-content .list-ul {
  margin-top: 32px;
  padding: 10px 32px 40px;
  background: #fff;
}
.news-main .main-content .list-ul .no-news {
  text-align: center;
  color: #ccc;
  font-size: 28px;
}
.news-main .main-content .list-ul .list-li {
  margin-top: 24px;
}
.news-main .main-content .list-ul .list-li .li-left {
  flex: 1;
}
.news-main .main-content .list-ul .list-li .image {
  width: 200px;
  height: 130px;
  overflow: hidden;
}
.news-main .main-content .list-ul .list-li .image img {
  transition: all 0.3s;
}
.news-main .main-content .list-ul .list-li .cont {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 24px;
}
.news-main .main-content .list-ul .list-li .cont .title {
  font-weight: normal;
  -webkit-line-clamp: 1;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
}
.news-main .main-content .list-ul .list-li .cont .words {
  font-size: 14px;
  line-height: 25px;
  color: #919191;
  margin-bottom: 16px;
  -webkit-line-clamp: 2;
}
.news-main .main-content .list-ul .list-li .tips {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.news-main .main-content .list-ul .list-li .tips .time {
  font-size: 14px;
  line-height: 20px;
  color: #919191;
}
.news-main .main-content .list-ul .list-li .tips .btn {
  border: 1px solid #a56d00;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  padding: 0 18px;
  color: #a56d00;
  transition: all 0.3s;
}
.news-main .main-content .list-ul .li-a:hover .li-left img {
  transform: scale(1.2);
}
.news-main .main-content .list-ul .li-a:hover .tips .btn {
  background: #a56d00;
  color: #fff;
}
.news-main .main-content .news-det {
  background: #fff;
  margin: 32px 80px;
  padding: 26px 24px 41px;
}
.news-main .main-content .news-det .title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news-main .main-content .news-det .tag {
  font-size: 16px;
  line-height: 30px;
  color: #999999;
  margin-top: 9px;
}
.news-main .main-content .news-det .tag .center {
  margin: 0 59px;
}
.news-main .main-content .news-det .cont {
  font-size: 16px;
  line-height: 30px;
  color: #919191;
  margin-top: 32px;
  min-height: 244px;
}
.about-main .search-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
}
.about-main .search-box .search-input {
  position: relative;
  display: flex;
  align-items: center;
}
.about-main .search-box .search-input img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  z-index: 1;
  width: 32px;
  height: 32px;
}
.about-main .search-box .search-input input {
  box-sizing: border-box;
  padding: 24px 0;
  padding-left: 80px;
  width: 400px;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  border-radius: 5px 0 0 5px;
  border: none;
}
.about-main .search-box .search-input input::placeholder {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
}
.about-main .search-box .search-input .search-btn {
  padding: 24px 44px;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  background: #a56d00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  border-radius: 0 5px 5px 0;
  border: none;
  white-space: nowrap;
}
.about-main .main-content {
  width: 100%;
}
.about-main .main-content .search-result-table {
  display: none;
  margin: 24px auto 88px;
  padding: 12px;
  width: 90%;
  min-height: 400px;
  background-color: #fff;
}
.about-main .main-content .search-result-table table {
  width: 100%;
}
.about-main .main-content .search-result-table table th {
  padding: 10px 0;
  background: #f6f7fb;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #919191;
}
.about-main .main-content .search-result-table table td {
  padding-top: 18px;
  font-size: 18px;
  line-height: 20px;
  color: #333333;
  text-align: center;
}
.about-main .main-content .search-result-table table td a {
  color: #a56d00;
}
.about-main .main-content .search-result-table .no-data {
  text-align: center;
  font-size: 28px;
  color: #ccc;
}
.about-main .main-content .cont {
  margin: 32px 80px 0;
  padding: 32px 24px;
  background: #fff;
  overflow: hidden;
}
.about-main .main-content .cont .cont-img {
  width: 498px;
  height: auto;
  float: left;
  margin: 0 32px 32px 0;
}
.about-main .main-content .cont .cont-words h3 {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}
.about-main .main-content .cont .cont-words p {
  font-size: 16px;
  line-height: 30px;
  color: #919191;
  margin-top: 16px;
}
.link-main .main-content {
  margin-bottom: 100px;
}
.link-main .main-content .top-nav-list {
  width: 650px;
}
.link-main .main-content .title-ch {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #a56d00;
}
.link-main .main-content .title-en {
  font-size: 14px;
  line-height: 20px;
  color: #919191;
  margin-top: 8px;
}
.link-main .main-content .enterprise-intro {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  margin-bottom: 88px;
  height: auto;
  background: url(../img/about_us/about_us.png) no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
}
.link-main .main-content .enterprise-intro h2 {
  margin: 108px 0 24px;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
}
.link-main .main-content .enterprise-intro .intro-content {
  margin-bottom: 50px;
  width: 700px;
  font-size: 14px;
  line-height: 30px;
}
.link-main .main-content .credential-list {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.link-main .main-content .credential-list img {
  padding: 24px 12px;
  width: 280px;
  height: 360px;
  object-fit: contain;
}
.link-main .main-content .check-more {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 17px 60px;
  margin-top: 20px;
  margin-bottom: 88px;
  font-size: 16px;
  color: #a56d00;
  background: #ffffff;
  border: 1px solid #a56d00;
  border-radius: 5px;
  transition: all 0.3s;
}
.link-main .main-content .check-more:hover {
  background: #a56d00;
  color: #ffffff;
}
.link-main .main-content .contact-list {
  display: flex;
  justify-content: center;
  margin: 48px 0 88px;
}
.link-main .main-content .contact-list img {
  margin: 0 16px 0 34px;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.link-main .main-content .contact-list .contact-item {
  display: flex;
  align-items: center;
}
.link-main .main-content .cont {
  display: flex;
  justify-content: center;
}
.link-main .main-content .cont #custom-map {
  margin-top: 48px;
  width: 80%;
  height: 460px;
}
.login-main .login-head {
  position: sticky;
  top: 0;
  padding: 17px 80px;
  background: #fff;
  z-index: 200;
}
.login-main .login-head .head-logo {
  width: 147px;
  height: 46px;
  display: inline-block;
}
.login-main .login-head .head-logo img {
  object-fit: contain;
}
.login-main .main-content {
  position: relative;
  min-height: 594px;
  width: 100vw;
  display: flex;
  justify-content: flex-end;
}
.login-main .main-content .bg {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  height: 100%;
}
.login-main .main-content .login-cont {
  display: block;
  position: relative;
  z-index: 10;
  width: 465px;
  margin-top: 88px;
  margin-bottom: 40px;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  margin-right: 10%;
}
.login-main .main-content .login-cont .title {
  background: #E5E5E5;
}
.login-main .main-content .login-cont .title div {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}
.login-main .main-content .login-cont .title .sel {
  background: #fff;
  color: #A56D00;
}
.login-main .main-content .login-cont .box {
  padding: 0 15px 21px;
}
.login-main .main-content .login-cont .box .choice {
  padding: 21px 0;
  margin: 8px 24px 31px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.login-main .main-content .login-cont .box .choice div {
  width: 50%;
  font-size: 18px;
  line-height: 25px;
  cursor: pointer;
}
.login-main .main-content .login-cont .box .choice .sel {
  color: #A56D00;
}
.login-main .main-content .login-cont .box input {
  width: 100%;
  height: 56px;
  margin-top: 25px;
  display: block;
  background: #F6F7FB;
  border-radius: 5px;
  border: none;
  box-sizing: border-box;
  padding: 15px 24px;
  position: relative;
}
.login-main .main-content .login-cont .box .password {
  display: block;
  position: relative;
}
.login-main .main-content .login-cont .box .password .image {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 16px;
  bottom: 16px;
  cursor: pointer;
}
.login-main .main-content .login-cont .box .verification input {
  flex: 1;
}
.login-main .main-content .login-cont .box .verification .send {
  width: 140px;
  height: 56px;
  background: #A56D00;
  border-radius: 5px;
  font-size: 18px;
  line-height: 56px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 25px;
}
.login-main .main-content .login-cont .box .forget {
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  color: #888888;
  margin: 16px 0 36px;
}
.login-main .main-content .login-cont .box .forget span {
  cursor: pointer;
}
.login-main .main-content .login-cont .box .btn {
  width: 435px;
  height: 48px;
  background: #A56D00;
  border-radius: 5px;
  font-size: 18px;
  line-height: 48px;
  color: #FFFFFF;
  cursor: pointer;
}
.login-main .main-content .login-cont .box .toregister {
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
}
.login-main .main-content .login-cont .box .toregister span {
  color: #A56D00;
  cursor: pointer;
}
.login-main .main-content .login-cont .login {
  display: block;
}
.login-main .main-content .login-cont .login .verification {
  display: none;
}
.login-main .main-content .login-cont .register {
  display: none;
}
.login-main .main-content .login-cont .register .btn {
  margin-top: 16px;
}
.login-main .main-content .login-cont .register .statement {
  margin-top: 16px;
  height: 40px;
}
.login-main .main-content .login-cont .register .statement input {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  margin-right: 6px;
  margin-top: 0;
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #C4C4C4;
}
.login-main .main-content .login-cont .register .statement input:checked {
  background: url('../img/success.png') no-repeat center;
  background-size: 14px;
}
.login-main .main-content .login-cont .register .statement label {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.login-main .main-content .login-cont .register .statement b {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #A56D00;
  cursor: pointer;
}
.login-main .main-content .forget-cont {
  display: none;
  width: 465px;
  height: 476px;
  box-sizing: border-box;
  padding: 15px 65px 21px;
}
.login-main .main-content .forget-cont .forget-title {
  font-size: 18px;
  line-height: 25px;
  color: #A56D00;
}
.login-main .main-content .forget-cont .forget-code {
  margin: 23px auto;
  width: 249px;
  height: 249px;
}
.login-main .main-content .forget-cont .forget-tag {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}
.login-main .main-content .forget-cont .forget-phone {
  margin-top: 8px;
  font-size: 18px;
  line-height: 25px;
}
.login-main .main-content .forget-cont .forget-return {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  color: #A56D00;
}
.login-main .main-content .forget-cont .forget-return span {
  cursor: pointer;
}
.login-main .main-content .success-cont {
  display: none;
  width: 465px;
  height: 476px;
}
.login-main .main-content .success-cont .success-icon {
  width: 100px;
  height: 100px;
  margin: 101px auto 0;
}
.login-main .main-content .success-cont .success-tag {
  margin-top: 16px;
  font-size: 18px;
  line-height: 30px;
}
.login-main .main-content .success-cont .success-gologin {
  margin-top: 16px;
  font-size: 18px;
  line-height: 25px;
  color: #A56D00;
}
.login-main .main-content .success-cont .success-gologin span {
  cursor: pointer;
}
.user-main .user-header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
  padding: 0 80px;
  min-width: 1440px;
  box-sizing: border-box;
}
.user-main .user-header .head-logo {
  width: 147px;
  height: 46px;
}
.user-main .user-header .head-logo img {
  object-fit: contain;
}
.user-main .main-content {
  margin-top: 80px;
  padding: 24px 80px;
}
.user-main .main-content .function-list {
  width: 260px;
  background: #fff;
  border-radius: 5px;
  min-height: 722px;
  overflow: hidden;
}
.user-main .main-content .function-list li {
  font-size: 14px;
  line-height: 20px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.user-main .main-content .function-list .sel {
  background: rgba(165, 109, 0, 0.1);
  color: #a56d00;
}
.user-main .main-content .function-cont {
  margin-left: 32px;
  min-height: 722px;
  flex: 1;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.user-main .modal-sucess {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.user-main .modal-sucess .tips {
  width: 336px;
  padding: 20px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 20px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -168px;
}
.user-main .modal-sucess .tips .close {
  position: absolute;
  top: 24px;
  right: 26px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.user-main .modal-sucess .tips .image {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.user-main .modal-sucess .tips .tag {
  margin-top: 8px;
  font-size: 18px;
  line-height: 30px;
  padding: 0 35px;
}
.user-main .modal-sucess .tips button {
  width: 296px;
  height: 40px;
  background: #a56d00;
  border-radius: 28px;
  margin-top: 16px;
  font-size: 18px;
  color: #ffffff;
  border: 0;
}
.user-main .toinfo {
  display: block;
}
.user-main .modal-detail {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 600;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.user-main .modal-detail .close {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 10;
}
.user-main .modal-detail .tips {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 55px;
  background: #fff;
  overflow-y: scroll;
  padding: 48px 32px 32px;
  box-sizing: border-box;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.user-main .modal-detail .tips::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.user-main .modal-detail .tips .tag {
  margin-bottom: 24px;
}
.user-main .modal-detail .tips .tag > span {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.user-main .modal-detail .tips .tag > span:first-child {
  width: 120px;
  text-align: right;
  margin-right: 14px;
}
.user-main .modal-detail .tips .tag .cont {
  color: #333333;
}
.user-main .modal-detail .tips .tag .image {
  width: 70px;
  height: 48px;
  border-radius: 5px;
}
.user-main .modal-detail .tips .tag .see {
  margin-left: 39px;
}
.user-main .modal-detail .tips .tag .see,
.user-main .modal-detail .tips .tag .upl,
.user-main .modal-detail .tips .tag .ban-upl {
  color: #a56d00;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.user-main .modal-detail .tips .tag .presCertiDownload,
.user-main .modal-detail .tips .tag .loading,
.user-main .modal-detail .tips .tag .prespan {
  color: #a56d00;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}
.user-main .modal-detail .tips .tag .prespan {
  cursor: default;
  width: 175px;
  margin-right: 14px;
  text-align: left;
  display: inline-block;
}
.user-main .modal-detail .tips .tag ul li {
  margin-top: 14px;
  vertical-align: middle;
}
.user-main .modal-detail .tips .tag ul li:first-child {
  margin-top: 0;
}
.user-main .modal-detail .tips .tag ul li .span {
  color: #a56d00;
  text-align: left;
  display: inline-block;
  width: 140px;
  margin-right: 14px;
  font-size: 14px;
  line-height: 20px;
}
.user-main .modal-detail .det-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.user-main .modal-detail .bg-det {
  flex: 1;
  height: calc(100vh - 80px);
}
.user-main .modal-detail .fileList li .span {
  width: 175px !important;
}
.user-main .modal-detail .storage-det .tips {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.user-main .modal-detail .storage-det .tag > span:first-child {
  width: 100px;
}
.user-main .modal-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.user-main .modal-img .tips {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 90%;
}
.user-main .modal-img .tips img {
  object-fit: contain;
}
.user-main .modal-enterprise {
  z-index: 600;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: scroll;
}
.user-main .modal-enterprise input,
.user-main .modal-enterprise label {
  font-size: 14px;
}
.user-main .modal-enterprise .tips {
  width: 742px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 12px;
}
.user-main .modal-enterprise .write-legal {
  position: relative;
  background-color: #fff;
  width: 700px;
  height: 600px;
  border-radius: 5px;
  border-top: 64px solid #fff;
  border-bottom: 80px solid #fff;
  overflow: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.user-main .modal-enterprise .write-legal .tag-box {
  padding: 0 80px;
}
.user-main .modal-enterprise .write-legal::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.user-main .modal-enterprise .write-legal .tag {
  margin-top: 24px;
  padding-left: 10px;
}
.user-main .modal-enterprise .write-legal .tag span {
  display: inline-block;
  width: 120px;
  font-size: 14px;
  line-height: 20px;
  position: relative;
}
.user-main .modal-enterprise .write-legal .tag span.must::before {
  content: '*';
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  font-size: 14px;
  line-height: 25px;
  color: #ff0000;
}
.user-main .modal-enterprise .write-legal .tag .write {
  width: 360px;
  height: 48px;
  background: #f6f7fb;
  border-radius: 5px;
  border: none;
  padding: 14px 24px;
  box-sizing: border-box;
  font-size: 14px;
}
.user-main .modal-enterprise .write-legal .tag .radio {
  display: inline-block;
}
.user-main .modal-enterprise .write-legal .tag .radio input {
  font-size: 14px;
  line-height: 20px;
  margin-right: 12px;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
}
.user-main .modal-enterprise .write-legal .tag .radio input:checked {
  background: url('../img/success.png') no-repeat center;
  background-size: 16px;
}
.user-main .modal-enterprise .write-legal .tag .radio label {
  cursor: pointer;
}
.user-main .modal-enterprise .write-legal .tag .radio label:last-child {
  margin-left: 24px;
}
.user-main .modal-enterprise .write-legal .tag .upload {
  width: 114px;
  height: 80px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.user-main .modal-enterprise .write-legal .tag .upload img {
  object-fit: contain;
}
.user-main .modal-enterprise .write-legal .tag .upload input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
}
.user-main .modal-enterprise .distinguish {
  display: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: 50px;
  transform: translate(0, -50%);
}
.user-main .modal-enterprise .distinguish .tag {
  margin-top: 16px;
  font-size: 14px;
  line-height: 30px;
}
.user-main .modal-enterprise .distinguish .tag .legalName {
  color: #a56d00;
  font-weight: normal;
}
.user-main .modal-enterprise .success,
.user-main .modal-enterprise .error {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.user-main .modal-enterprise .success .image,
.user-main .modal-enterprise .error .image {
  width: 120px;
  height: 120px;
  display: inline-block;
}
.user-main .modal-enterprise .success .tag,
.user-main .modal-enterprise .error .tag {
  font-size: 18px;
  line-height: 30px;
  margin-top: 26px;
}
.user-main .modal-enterprise .legal-title {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: 0;
  right: 0;
}
.user-main .modal-enterprise .legal-title .icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.user-main .modal-enterprise .legal-title span {
  font-size: 18px;
  line-height: 25px;
  color: #a56d00;
  margin-left: 8px;
}
.user-main .modal-enterprise .close {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 35px;
  right: 48px;
  width: 22px;
  height: 22px;
}
.user-main .modal-enterprise .btn {
  z-index: 10;
  position: absolute;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  width: 360px;
  height: 40px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  background: #a56d00;
  border-radius: 5px;
  margin-top: 36px;
}
.user-main .modal-distinguish .tips {
  width: 624px;
}
.user-main .modal-distinguish .write-legal {
  width: 600px;
  height: 520px;
}
.user-main .modal-distinguish .write-legal .distinguish {
  margin-top: 0;
}
.user-main .modal-distinguish .write-legal .distinguish .legalName {
  color: #a56d00;
  font-weight: normal;
}
.user-main .modal-storage {
  z-index: 500;
}
.user-main .modal-storage .write-legal .tag span .tip-b {
  font-weight: normal;
  display: block;
  width: 80px;
  text-align: center;
}
.user-main .modal-storage .error-reason {
  font-size: 12px;
  line-height: 14px;
  color: #ff0000;
  margin: 8px 0;
  display: none;
}
.user-main .modal-storage .notes {
  font-size: 12px;
  line-height: 14px;
  color: #ff0000;
  margin: 8px 0 0 130px;
}
.user-main .modal-storage .notes.upload-apply {
  width: 114px;
  display: block;
  text-align: center;
}
.user-main .modal-storage #storage_remark {
  line-height: 20px;
  margin: 20px 0 8px;
}
.user-main .modal-storage .termSel {
  color: #757575;
  position: relative;
  cursor: pointer;
  z-index: 10;
  flex: 1;
}
.user-main .modal-storage .termSel .point {
  width: 100% !important;
}
.user-main .modal-storage .termSel .point::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 21px;
  background: url(../img/icon_5.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.user-main .modal-storage .termSel .sel::before {
  transform: rotate(90deg);
}
.user-main .modal-storage .termSel .option {
  position: absolute;
  display: none;
  max-height: 315px;
  border-radius: 0 0 5px 5px;
  overflow-y: scroll;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.user-main .modal-storage .termSel .option::-webkit-scrollbar {
  display: none;
  /* Chrome Safari */
}
.user-main .modal-storage .termSel .option .li {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border-radius: 0;
}
.user-main .modal-storage .termSel .option .li:last-child {
  border: none;
}
.user-main .modal-storage .termSel .option .li:hover {
  background: #ccc;
  color: #fff;
}
.user-main .modal-storage .tag .uplSpan {
  margin-top: 30px;
}
.user-main .modal-storage .tag .flex {
  flex-wrap: wrap;
  flex: 1;
}
.user-main .modal-storage .tag .flex .upload {
  height: auto;
  text-align: center;
  background: #fff;
  overflow: visible;
}
.user-main .modal-storage .tag .flex .upload .notes {
  margin: 0;
  height: 15px;
  line-height: 15px;
  font-size: 12px;
}
.user-main .modal-storage .tag .flex .upload img {
  height: 80px;
}
.user-main .modal-storage .tag .flex .upload input {
  bottom: 28px;
  width: 100%;
}
.user-main .modal-storage .tag .flex .upload span {
  margin: 8px 0;
}
.user-main .modal-storage .tag .write {
  flex: 1;
}
.user-main .modal-storage .upload-apply {
  font-size: 12px;
  cursor: pointer;
  color: #a56d00;
}
.user-main .modal-manage .tips .write-legal .tag {
  display: flex;
  align-items: center;
}
.user-main .modal-manage .tips .write-legal .tag span b {
  font-weight: normal;
  text-align: center;
  width: 83px;
  display: inline-block;
}
.user-main .modal-manage .tips .write-legal .tag .write {
  width: auto;
  flex: 1;
}
.user-main .modal-manage .tips .write-legal .tag .generate {
  background: #a56d00;
  border-radius: 5px;
  height: 48px;
  text-align: center;
  width: 98px;
  color: #fff;
  border: none;
  font-size: 14px;
}
.user-main .modal-manage .tips .write-legal .tag .radio label {
  padding: 14px 16px 13px;
  background: #f6f7fb;
  border-radius: 5px;
}
.user-main .modal-manage .tips .write-legal .tag .upload {
  height: auto;
}
.user-main .modal-manage .tips .write-legal .tag .upload img,
.user-main .modal-manage .tips .write-legal .tag .upload input {
  height: 80px;
}
.user-main .modal-manage .tips .write-legal .tag .upload .point {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
#disabled .disabled {
  margin-right: 12px;
  width: 16px;
  height: 16px;
  padding: 0;
  background-color: #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
}
.userInfo-main {
  padding-top: 64px;
}
.userInfo-main .frame {
  display: inline-block;
  width: 136px;
  height: 136px;
  padding: 9px;
  border-radius: 50%;
  border: 4px solid #c4c4c4;
  box-sizing: border-box;
  cursor: pointer;
}
.userInfo-main .frame .avtar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 4px solid #c4c4c4;
  overflow: hidden;
  position: relative;
}
.userInfo-main .frame .avtar input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.userInfo-main .frame .avtar::before {
  content: '点击更换';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  line-height: 102px;
  opacity: 0;
  background: #000;
  cursor: pointer;
}
.userInfo-main .frame:hover .avtar::before {
  opacity: 0.5;
}
.userInfo-main .user-info {
  margin-top: 40px;
}
.userInfo-main .user-info .info {
  margin-top: 24px;
  display: inline-block;
}
.userInfo-main .user-info .info .tag {
  text-align: right;
  display: inline-block;
  font-size: 18px;
  line-height: 25px;
  width: 90px;
}
.userInfo-main .user-info .info input {
  width: 360px;
  height: 48px;
  background: #f6f7fb;
  border-radius: 5px;
  border: none;
  padding: 0 24px;
  margin-left: 13px;
}
.userInfo-main .user-info .info .flex {
  position: relative;
}
.userInfo-main .user-info .info .replace {
  position: absolute;
  top: 15px;
  right: 24px;
  font-size: 18px;
  line-height: 25px;
  color: #a56d00;
  cursor: pointer;
}
.userInfo-main .user-btn {
  margin-top: 32px;
}
.userInfo-main .user-btn button {
  width: 150px;
  height: 48px;
  background: #a56d00;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  border: none;
}
.userInfo-main .user-btn .reset {
  color: #555555;
  background: #e5e5e5;
  margin-left: 24px;
}
.userInfo-main .replace-user {
  display: block;
}
.userInfo-main .replace-phone {
  display: none;
}
.public-head {
  padding: 16px 24px;
}
.public-head button {
  width: 120px;
  height: 40px;
  background: rgba(165, 109, 0, 0.1);
  border-radius: 5px;
  border: none;
  font-size: 14px;
  line-height: 20px;
  color: #a56d00;
}
.userEnterprise-main .enterprise-info {
  width: 100%;
  min-height: 722px;
  position: relative;
}
.userEnterprise-main .enterprise-info .info-empty {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.userEnterprise-main .enterprise-info .info-empty .image {
  width: 300px;
  height: 300px;
}
.userEnterprise-main .enterprise-info .info-empty .tag {
  font-size: 16px;
  line-height: 25px;
  color: #999999;
}
.userEnterprise-main .enterprise-info .info-empty .tag span {
  color: #a56d00;
  cursor: pointer;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title {
  padding: 16px 16px 0;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-btn {
  display: inline-block;
  background: rgba(165, 109, 0, 0.1);
  border-radius: 5px;
  padding: 10px 17px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-btn.again-btn {
  cursor: pointer;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-btn .image {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-btn span {
  font-size: 14px;
  line-height: 20px;
  color: #a56d00;
  margin-left: 4px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-head {
  padding: 24px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-head h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-head .not-btn {
  display: none;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-title .title-head .not-btn .button {
  font-size: 14px;
  line-height: 20px;
  color: #ff0000;
  margin-left: 40px;
  cursor: pointer;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det {
  padding: 0 40px 64px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det .tag {
  margin-top: 40px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det .tag:first-child {
  margin-top: 0;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det .tag span {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-right: 40px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det .tag span:first-child {
  color: #888888;
  width: 118px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det .tag .image {
  width: 70px;
  height: 48px;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det .tag .see {
  color: #a56d00;
  margin-left: 26px;
  cursor: pointer;
}
.userEnterprise-main .enterprise-info .info-det .enterprise-det .tag .see img {
  width: 20px;
  height: 20px;
  margin-left: 1px;
}
.userStorage-main .storage-list {
  padding-bottom: 20px;
}
.userStorage-main .storage-list .screen li {
  margin-left: 16px;
  padding: 8px 26px;
  font-size: 12px;
  line-height: 17px;
  color: #999999;
  background: #ffffff;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
}
.userStorage-main .storage-list .screen li.sel {
  background: rgba(165, 109, 0, 0.1);
  color: #a56d00;
}
.userStorage-main .storage-list .screen li:first-child {
  margin-left: 6px;
}
.userStorage-main .storage-list .storage-table {
  cursor: pointer;
  width: 100%;
  table-layout: fixed;
  position: absolute;
  top: 0;
}
.userStorage-main .storage-list .storage-table th {
  background: #f6f7fb;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #919191;
  padding: 11px 32px 9px;
  box-sizing: border-box;
}
.userStorage-main .storage-list .storage-table th,
.userStorage-main .storage-list .storage-table td {
  border-right: 0.5px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 20px;
}
.userStorage-main .storage-list .storage-table th:last-child,
.userStorage-main .storage-list .storage-table td:last-child {
  border-right: none;
}
.userStorage-main .storage-list .storage-table td {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 0 24px;
  box-sizing: border-box;
  height: 82px;
}
.userStorage-main .storage-list .list-box {
  position: relative;
}
.userStorage-main .storage-list .list-box .sidebar {
  box-shadow: -5px 2px 10px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  box-sizing: border-box;
  background: #fff;
}
.userStorage-main .storage-list .list-box .sidebar .span {
  background: #f6f7fb;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #919191;
  padding: 11px 32px 9px;
  box-sizing: border-box;
}
.userStorage-main .storage-list .list-box .sidebar td {
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  padding: 0 20px;
  box-sizing: border-box;
  height: 82px;
  text-align: center;
}
.userStorage-main .storage-list .list-box .sidebar td span {
  padding: 6px 16px;
  border-radius: 5px;
  margin-right: 14px;
  text-align: center;
}
.userStorage-main .storage-list .list-box .sidebar td a {
  width: 66px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  float: right;
}
.userStorage-main .storage-list .list-box .sidebar .continue {
  color: #ff8500;
}
.userStorage-main .storage-list .list-box .sidebar .continue span {
  background: #fff4e8;
}
.userStorage-main .storage-list .list-box .sidebar .continue a {
  color: #ff8500;
}
.userStorage-main .storage-list .list-box .sidebar .fail {
  color: #ff0000;
}
.userStorage-main .storage-list .list-box .sidebar .fail span {
  background: #ffeded;
}
.userStorage-main .storage-list .list-box .sidebar .fail a {
  color: #ff0000;
}
.userStorage-main .storage-list .list-box .sidebar .complete {
  color: #2998ff;
}
.userStorage-main .storage-list .list-box .sidebar .complete span {
  background: #d9edff;
}
.userStorage-main .storage-list .list-box .sidebar .complete a {
  color: #2998ff;
}
.userManage-main .storage-list span {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.userManage-main .storage-list a {
  font-size: 14px;
  line-height: 20px;
  color: #ff8500;
  cursor: pointer;
}
.userManage-main .storage-list .enable {
  color: #ff0000;
  padding: 6px 15px;
  background: #ffeded;
  border-radius: 5px;
  margin-right: 20px;
}
.userManage-main .storage-list .disable {
  color: #909090;
  padding: 6px 15px;
  background: #e5e5e5;
  border-radius: 5px;
  margin-right: 20px;
  cursor: default;
}
.userManage-main .storage-list .fase-not {
  color: #ff0000;
  padding: 6px 15px;
  background: #ffeded;
  border-radius: 5px;
  margin-right: 20px;
}
.userManage-main .storage-list .rest-fase {
  color: #ff0000;
}
.attach-main {
  background: #f6f7fb;
  min-height: 100vh;
}
.attach-main .attach-head {
  padding: 12px;
  background: #fff;
}
.attach-main .attach-head .head-logo {
  width: 147px;
  height: 46px;
  display: inline-block;
}
.attach-main .attach-head .head-logo img {
  object-fit: contain;
}
.attach-main .attach-head h3 {
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  margin-left: 32px;
}
.attach-main .main-content {
  margin: 24px;
  height: calc(100vh - 118px);
  background: #fff;
  padding: 64px;
  box-sizing: border-box;
}
.attach-main .main-content ul {
  max-width: 680px;
  margin: 0 auto;
}
.attach-main .main-content li {
  margin-bottom: 40px;
}
.attach-main .main-content li span {
  width: 35%;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #bfbfbf;
  padding: 18px;
  text-align: center;
  font-size: 12px;
  background: #fff;
}
.attach-main .main-content li input {
  flex: 1;
  padding: 18px 32px;
  font-size: 12px;
  border: 1px solid #bfbfbf;
  border-left: none;
  width: 0;
}
.attach-main .main-content li .send {
  color: #fff;
  background: #99631d;
  border: 1px solid #99631d;
  padding: 18px 32px;
  font-size: 12px;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}
.attach-main .main-content button {
  color: #fff;
  background: #99631d;
  border: 1px solid #99631d;
  padding: 10px 100px;
  font-size: 14px;
  border-radius: 4px;
}
.attach-main .main-upload {
  margin: 24px;
  text-align: center;
}
.attach-main .main-upload button {
  width: 100%;
  max-width: 680px;
  color: #fff;
  background: #99631d;
  border: 1px solid #99631d;
  height: 50px;
  font-size: 16px;
  border-radius: 4px;
}
.attach-main .main-upload ul {
  width: 100%;
  max-width: 680px;
  text-align: left;
  margin: 0 auto;
  margin-top: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(5, 139, 216, 0.14);
}
.attach-main .main-upload ul li {
  padding: 8px 12px;
  font-size: 16px;
}
.attach-main .main-upload ul li span {
  width: 125px;
  display: inline-block;
  margin: 4px 0;
}
.attach-main .main-upload ul li div {
  display: inline-block;
  margin-top: 4px;
}
.query-main .main-content {
  width: 100%;
  height: 100vh;
  min-height: 750px;
  background: url(../img/query-bg.png);
  background-size: cover;
  position: relative;
}
.query-main .main-content .content {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.query-main .main-content .content .title .query-logo {
  width: 251px;
  height: auto;
}
.query-main .main-content .content .title .line {
  width: 4px;
  height: 51px;
  background: #ffffff;
  margin: 0 20px 0 16px;
}
.query-main .main-content .content .title .text {
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #ffffff;
}
.query-main .main-content .content .search-box {
  margin-top: 76px;
  position: relative;
}
.query-main .main-content .content .search-box .search-icon {
  position: absolute;
  left: 28px;
  top: 18px;
  width: 28px;
  height: 28px;
  z-index: 1;
}
.query-main .main-content .content .search-box input {
  flex: 1;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  border-radius: 5px 0 0 5px;
  border: 0;
  color: #fff;
  font-size: 16px;
  padding: 20px;
  padding-left: 68px;
}
.query-main .main-content .content .search-box input::-webkit-input-placeholder {
  color: #fff;
}
.query-main .main-content .content .search-box button {
  width: 160px;
  text-align: center;
  background: #a56d00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  border-radius: 0 5px 5px 0;
  border: none;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.query-main .modal-img {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.query-main .modal-img .tips {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 90%;
}
.query-main .modal-img .tips img {
  object-fit: contain;
}
.query-main .modal-fail .tips {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  width: 400px;
  height: auto;
}
.query-main .modal-fail .tips .title {
  font-size: 18px;
}
.query-main .modal-fail .tips .cont {
  font-size: 16px;
  margin-top: 24px;
}
.query-main .modal-fail .tips button {
  width: 180px;
  padding: 8px;
  background: #a56d00;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  border-radius: 5px;
  border: none;
  font-size: 16px;
  margin-top: 24px;
  line-height: 25px;
  color: #ffffff;
}
.signature-main .main-bg {
  position: relative;
  overflow: hidden;
  margin-bottom: 88px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.signature-main .main-bg h2 {
  margin-top: 160px;
  font-weight: 600;
  font-size: 48px;
  line-height: 67px;
  color: #ffffff;
  text-align: center;
}
.signature-main .main-bg .main-bg-content {
  margin: auto;
  width: 640px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
.signature-main .main-bg .main-bg-show {
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 50%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 25px 60px;
  width: 70%;
  height: auto;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.03);
  backdrop-filter: blur(20px);
  border-radius: 5px;
  transform: translateX(-50%);
}
.signature-main .main-bg .main-bg-show .main-show-item {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #ffffff;
}
.signature-main .main-bg .main-bg-show .main-show-item img {
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.signature-main .function-trait {
  display: flex;
  justify-content: center;
  margin: 51px auto 72px;
  width: 80%;
  height: 500px;
}
.signature-main .function-trait .box-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 4;
}
.signature-main .function-trait .box-left .left-item {
  display: flex;
  align-items: center;
  padding: 16px 24px;
  background-color: #fff;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  white-space: nowrap;
  transition: all 0.5s;
}
.signature-main .function-trait .box-left .left-item img {
  margin-right: 16px;
  width: 48px;
  height: 48px;
  object-fit: contain;
}
.signature-main .function-trait .box-left .left-item-hover {
  background: #fff2d9;
}
.signature-main .function-trait .box-right {
  flex: 6;
  position: relative;
  margin-left: 32px;
  padding: 0 48px;
  border-radius: 5px;
  color: #ffffff;
}
.signature-main .function-trait .box-right .right-pic {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.signature-main .function-trait .box-right .right-pic img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.signature-main .function-trait .box-right .right-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.signature-main .function-trait .box-right .right-title {
  position: relative;
  z-index: 3;
  margin: 360px 0 16px;
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  white-space: nowrap;
}
.signature-main .function-trait .box-right .right-title div {
  position: absolute;
  top: 0;
}
.signature-main .function-trait .box-right .right-content {
  position: relative;
  z-index: 3;
  font-size: 16px;
  line-height: 22px;
}
.signature-main .function-trait .box-right .right-content div {
  position: absolute;
  top: 50px;
}
.signature-main .accordion-show-list {
  display: flex;
  justify-content: space-between;
  margin: 51px auto 72px;
  width: 75%;
  height: 340px;
}
.signature-main .accordion-show-list .accordion-show-item {
  position: relative;
  overflow: hidden;
  padding: 47px 0;
  margin-right: 20px;
  width: 260px;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/product_intro/cost_pic.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.signature-main .accordion-show-list .accordion-show-item:nth-child(2) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/product_intro/fake.png);
}
.signature-main .accordion-show-list .accordion-show-item:nth-child(3) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/product_intro/contract_pic.png);
}
.signature-main .accordion-show-list .accordion-show-item:nth-child(4) {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/product_intro/responsible.png);
}
.signature-main .accordion-show-list .accordion-show-item img {
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  object-fit: cover;
  transition: all 0.5s;
}
.signature-main .accordion-show-list .accordion-show-item .img-select {
  left: 17%;
}
.signature-main .accordion-show-list .accordion-show-item .item-title {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  white-space: nowrap;
  transition: all 0.5s;
}
.signature-main .accordion-show-list .accordion-show-item .item-title-select {
  left: 11%;
  transform: translateX(0);
}
.signature-main .accordion-show-list .accordion-show-item .item-content {
  position: absolute;
  top: 230px;
  left: 10%;
  opacity: 0;
  margin-top: 24px;
  width: 350px;
  font-size: 12px;
  line-height: 17px;
  color: #ffffff;
  transition: opacity 0.5s;
}
.signature-main .accordion-show-list .accordion-show-item .item-content-show {
  opacity: 1;
}
.signature-main .accordion-show-list .item-select {
  width: 500px;
}
.signature-main .brand-show {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 52px;
  width: 80%;
}
.signature-main .brand-show .brand-item {
  padding: 34px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 48%;
  background-color: #fff;
}
.signature-main .brand-show .brand-item:nth-child(2n) {
  margin-right: 0;
}
.signature-main .brand-show .brand-item img {
  width: 100%;
  height: 190px;
  object-fit: contain;
}
.signature-main .brand-show .brand-item .brand-title {
  margin: 24px 0 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
}
.signature-main .brand-show .brand-item .brand-content {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.certificate-main .main-bg {
  overflow: hidden;
  margin-bottom: 88px;
  width: 100%;
  height: 500px;
  background-size: cover;
}
.certificate-main .main-bg h2 {
  margin-top: 138px;
  font-weight: 600;
  font-size: 64px;
  line-height: 90px;
  color: #fff;
  text-align: center;
}
.certificate-main .main-bg .main-bg-content {
  margin: auto;
  width: 755px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
}
.certificate-main .main-content .merit-show-item img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.certificate-main .main-content .merit-show-item .item-bottom {
  padding: 0 32px;
  text-align: center;
}
.certificate-main .main-content .service-box {
  display: flex;
  padding: 0 123px;
  margin: 40px auto 88px;
  width: 80%;
  height: 100%;
  background-color: #fff;
}
.certificate-main .main-content .service-box .service-item {
  overflow: hidden;
}
.certificate-main .main-content .service-box .service-item .service-title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  white-space: nowrap;
}
.certificate-main .main-content .service-box .service-item .service-content {
  font-size: 16px;
  line-height: 22px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.certificate-main .main-content .service-box .service-box-left {
  flex: 1;
  padding-top: 48px;
  margin-right: 61px;
}
.certificate-main .main-content .service-box .service-box-left .service-item {
  margin-bottom: 186px;
}
.certificate-main .main-content .service-box .service-box-left .service-item .service-title {
  text-align: right;
}
.certificate-main .main-content .service-box .service-box-middle {
  margin: 19px 0;
  padding-top: 50px;
  width: 8px;
  height: 90%;
  background: linear-gradient(180deg, rgba(165, 109, 0, 0) 0%, #a56d00 47.87%, rgba(165, 109, 0, 0) 100%);
}
.certificate-main .main-content .service-box .service-box-middle img {
  margin-bottom: 53px;
  width: 88px;
  height: 88px;
  object-fit: cover;
  transform: translateX(-45%);
}
.certificate-main .main-content .service-box .service-box-right {
  flex: 1;
  padding-top: 48px;
  padding-bottom: 48px;
  margin-left: 61px;
}
.certificate-main .main-content .service-box .service-box-right .service-item {
  margin-top: 144px;
}
.certificate-main .main-content .service-box .service-box-right .service-item:last-child {
  margin-top: 188px;
}
.certificate-main .main-content .business-box {
  padding: 40px 72px 48px;
  margin: 40px auto 88px;
  width: 80%;
  background-color: #fff;
}
.certificate-main .main-content .business-box .business-content {
  margin-bottom: 48px;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.certificate-main .main-content .business-box .business-step-box {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 0 56px;
}
.certificate-main .main-content .business-box .business-step-box .business-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.certificate-main .main-content .business-box .business-step-box .business-step img {
  margin-top: 0;
  margin-bottom: 24px;
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.certificate-main .main-content .business-box .business-step-box img {
  margin-top: 20px;
  width: 43px;
  height: 14px;
  object-fit: contain;
}
.more-main .main-content {
  padding: 140px 0 180px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #999999;
}
.more-main .main-content img {
  margin: 0 auto 13px;
  width: 400px;
  height: 230px;
  object-fit: cover;
}
.announce-main .main-content {
  padding-bottom: 48px;
  background: #e5e5e5;
}
.announce-main .main-content h2 {
  margin-bottom: 32px;
}
.announce-main .main-content .table-main {
  padding: 20px 32px;
  margin: 0 auto 16px;
  width: 80%;
  background-color: #fff;
}
.announce-main .main-content .table-main h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 16px;
}
.announce-main .main-content .table-main .table-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 19%;
  background: #f9fdff;
  border: 0.1px solid rgba(0, 0, 0, 0.5);
  border-right: none;
  font-size: 14px;
  color: #666666;
}
.announce-main .main-content .table-main table {
  flex: 81%;
  border-right: 0.1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 0.1px solid rgba(0, 0, 0, 0.5);
}
.announce-main .main-content .table-main table td {
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  border: 0.1px solid rgba(0, 0, 0, 0.5);
  border-right: 0;
  border-bottom: 0;
}
.announce-main .main-content .table-main table td:nth-child(1) {
  width: 18%;
}
.announce-main .main-content .table-main table td:nth-child(3) {
  width: 18%;
}
.announce-main .main-content .table-main table td:nth-child(4) {
  width: 30%;
}
.announce-main .main-content .table-main table td:nth-child(2n-1) {
  background: #f6f7fb;
  text-align: center;
}
.announce-main .main-content .table-main table td:nth-child(2n) {
  padding-left: 24px;
}
.announce-main .main-content .table-main .rank tr:first-child td {
  background: #f6f7fb;
}
.announce-main .main-content .table-main .rank tr td {
  background-color: #fff;
}
.announce-main .main-content .table-main .rank tr td:nth-child(1) {
  padding-left: 24px;
  width: 60%;
  text-align: left;
}
.announce-main .main-content .table-main .rank tr td:nth-child(2) {
  text-align: center;
}
.announce-main .main-content .table-main .n-table {
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}
.aptitude-main {
  min-height: 100%;
}
.aptitude-main .top-nav-list {
  display: flex;
  justify-content: space-between;
  width: 480px;
  background-color: #fff;
}
.aptitude-main .top-nav-list .top-nav-item {
  box-sizing: border-box;
  padding: 17px 0;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
}
.aptitude-main .top-nav-list .top-nav-item:hover {
  cursor: pointer;
}
.aptitude-main .top-nav-list .nav-select {
  border-bottom: 2px solid #a56d00;
}
.aptitude-main .main-content {
  display: flex;
  justify-content: center;
}
.aptitude-main .main-content .exhibition-box {
  padding: 40px 35px 20px;
  margin: 0 auto;
  max-width: 88%;
  background-color: #fff;
}
.aptitude-main .main-content .exhibition-box .show-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.aptitude-main .main-content .exhibition-box .show-list .empty-data {
  width: 100%;
  font-size: 30px;
  color: #ccc;
  text-align: center;
}
.aptitude-main .main-content .exhibition-box .show-list img {
  margin-bottom: 20px;
  width: 24%;
  object-fit: cover;
}
.aptitude-main .main-content .exhibition-box .show-list div {
  width: 24%;
}
.aptitude-main .main-content .exhibition-box .pagination {
  display: flex;
  justify-content: center;
  margin: 30px auto 38px;
}
.aptitude-main .main-content .exhibition-box .pagination button {
  border: none;
  margin: 0 -3px;
  padding: 0 18px;
  font-size: 16px;
  line-height: 30px;
  color: #a56d00;
  background: #ffffff;
  border: 0.5px solid #a56d00;
}
.aptitude-main .main-content .exhibition-box .pagination button.forbid {
  color: #cccccc;
  background: #ffffff;
  border: 0.5px solid #cccccc;
}
.aptitude-main .main-content .exhibition-box .pagination button.forbid:hover {
  cursor: not-allowed;
}
.aptitude-main .main-content .exhibition-box .pagination button.sel {
  color: #ffffff;
  background: #a56d00;
  border: 0.5px solid #a56d00;
}
.empty {
  display: none;
}
#modal-goManage,
#modal-upload {
  z-index: 650;
}
#modal-goManage .tips,
#modal-upload .tips {
  padding: 20px 0;
  top: 50% !important;
  transform: translate(0, -50%);
}
#modal-goManage .modal-title,
#modal-upload .modal-title {
  color: #a56d00;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 20px;
}
#modal-goManage .tag,
#modal-upload .tag {
  padding: 39px 0 !important;
  margin: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#modal-goManage#modal-upload .tag,
#modal-upload#modal-upload .tag {
  border: none;
}
#modal-goManage .foot-btn,
#modal-upload .foot-btn {
  margin-top: 20px;
  font-size: 20px;
}
#modal-goManage .foot-btn .yes-go,
#modal-upload .foot-btn .yes-go {
  width: 50%;
  color: #a56d00;
  cursor: pointer;
}
#modal-goManage .foot-btn .no-go,
#modal-upload .foot-btn .no-go {
  width: 50%;
  color: #ff0000;
  cursor: pointer;
}
#page {
  height: 50px;
  margin: 20px auto;
  color: #666;
  display: block;
  text-align: center;
}
#page li {
  overflow: hidden;
  display: inline-block;
  min-width: 32px;
  height: 31px;
  cursor: pointer;
  color: #666;
  font-size: 16px;
  line-height: 29px;
  background-color: #fff;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#page li a {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 13px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #a56d00;
  border: 0.5px solid #a56d00;
}
#page li > span {
  box-sizing: border-box;
  display: inline-block;
  padding: 0 18px;
  width: 100%;
  height: 100%;
  color: #ccc;
  border: 0.5px solid #cccccc;
}
#page li > span:hover {
  cursor: not-allowed;
  background-color: #fff;
}
#page li:first-child a,
#page li:last-child a {
  display: inline-block;
  padding: 0 18px;
}
#page li.active a {
  width: 100%;
  height: 31px;
  color: #fff !important;
  border: 0.5px solid #a56d00;
  background: #a56d00;
}
#page li:hover {
  background-color: #a56d00 !important;
  border-color: #a56d00;
}
#page li:hover a {
  color: #fff !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
input[type='number'] {
  -moz-appearance: textfield;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .head-main {
    min-width: 0;
  }
  .head-main .header .header-top {
    padding: 10px;
    flex-wrap: wrap;
    height: auto !important;
  }
  .head-main .header .header-top .top-title {
    flex-wrap: wrap;
  }
  .head-main .header .header-nav {
    padding: 10px;
    height: auto;
  }
  .head-main .header .header-nav .nav-logo {
    height: 34px;
  }
  .head-main .header .header-nav .navbar-header {
    display: block;
  }
  .head-main .header .header-nav .navbar-header button {
    display: block;
  }
  .head-main .official-account .tips {
    padding: 0;
    width: auto;
  }
  .head-main .official-account .tips .modal-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
  }
  .head-main .official-account .tips .modal-tag {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0;
  }
  .head-main .nav-ul,
  .head-main .nav-btn,
  .head-main .user-info {
    display: none !important;
  }
  .foot-main .foot-top {
    padding: 10px;
  }
  .foot-main .foot-top .foot-top-left {
    margin-left: 20px;
  }
  .foot-main .foot-top .foot-top-left img {
    width: 100px;
    height: 33px;
  }
  .foot-main .foot-top .foot-top-left .contact {
    display: block !important;
  }
  .foot-main .foot-top .foot-top-left .consult-tel {
    margin-bottom: 20px;
  }
  .foot-main .foot-top .foot-top-left .icon-list {
    display: flex;
    margin-top: 0;
  }
  .foot-main .foot-top .foot-top-left .icon-list .qrcode {
    display: none;
  }
  .foot-main .foot-top .foot-top-right {
    display: block;
  }
  .foot-main .foot-top .foot-top-right dl {
    margin-right: 30px;
  }
  .foot-main .foot-top .foot-top-right dd {
    display: none;
  }
  .foot-main .foot-top .foot-top-friend {
    overflow: hidden;
    margin-top: 10px;
    padding: 0 10px;
    width: 100%;
  }
  .foot-main .foot-top .foot-top-friend span {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .foot-main .foot-top .foot-top-friend span a {
    line-height: 30px;
  }
  .foot-main .foot-top .foot-top-friend span:first-child {
    display: block;
  }
  .foot-main .footer {
    padding: 20px 15px;
    font-size: 16px;
  }
  .foot-main .footer .info {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .foot-main .footer .info span:last-child {
    display: block;
  }
  .foot-main .footer .info .mobile {
    margin-top: 8px;
  }
  .foot-main .footer .state {
    font-size: 12px;
  }
  .disclaimers .tips,
  .disclaimersModal-first .tips,
  .disclaimersModal-second .tips,
  .disclaimersModal-third .tips {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .disclaimers .tips .box,
  .disclaimersModal-first .tips .box,
  .disclaimersModal-second .tips .box,
  .disclaimersModal-third .tips .box {
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    padding: 0 20px;
  }
  .minWidth {
    min-width: 0;
  }
  .cooperation-show-list {
    justify-content: space-between;
    padding: 56px 10px;
  }
  .cooperation-show-list img {
    width: 48%;
    height: 70px;
    margin-right: 0;
  }
  .index-main .main-article .swiper-slide {
    height: 185px;
  }
  .index-main .main-bg-image {
    height: 180px;
  }
  .index-main .main-bg-image h2 {
    font-weight: 500;
    font-size: 40px;
    margin-top: 50px;
  }
  .index-main .main-bg-image .main-bg-content {
    font-size: 20px;
  }
  .index-main .main-bg-image .watch-video {
    top: 75%;
    width: 110px;
    padding: 0 5px;
  }
  .index-main .video-box .video-play-box {
    position: fixed;
    top: 50%;
    width: 80%;
    height: auto;
  }
  .index-main .video-box .video-play-box .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
  }
  .index-main .video-box .video-play-box .cancle img {
    width: 25px;
    height: 25px;
  }
  .index-main .elevator {
    top: 30%;
    right: 20px;
    height: 32px;
  }
  .index-main .elevator .elevator-item {
    height: 32px;
  }
  .index-main .elevator .elevator-item .elevator-tel {
    padding: 5px 10px;
    width: 150px;
    font-size: 16px;
  }
  .index-main .elevator .elevator-item .elevator-qrcode {
    position: relative;
    z-index: 11;
    width: 140px;
    height: 140px;
  }
  .index-main .elevator .elevator-item .elevator-qrcode img {
    width: 100%;
    height: 100%;
  }
  .index-main .elevator .elevator-item .elevator-img {
    width: 32px;
  }
  .index-main .elevator .elevator-item .elevator-img img {
    margin: auto;
    margin-top: 3px;
    width: 25px;
    height: 25px;
  }
  .index-main .main-content {
    margin-top: 20px;
  }
  .index-main .main-content .service-show-list {
    justify-content: space-between;
    padding: 0 10px;
    margin-bottom: 44px;
  }
  .index-main .main-content .service-show-list .service-show-item {
    margin-right: 0;
    width: 49%;
    height: 250px;
  }
  .index-main .main-content .service-show-list .service-show-item:hover img,
  .index-main .main-content .service-show-list .service-show-item:hover .service-show-title {
    transform: translateY(-70px);
  }
  .index-main .main-content .service-show-list .service-show-item:hover .service-show-content {
    transform: translateY(-140px);
  }
  .index-main .main-content .service-show-list .service-show-item img {
    width: 50px;
    height: 50px;
    margin-top: 80px;
  }
  .index-main .main-content .service-show-list .service-show-item .service-show-title {
    font-size: 18px;
    line-height: 20px;
  }
  .index-main .main-content .service-show-list .service-show-item .service-show-content {
    padding: 0 8px;
  }
  .index-main .main-content .merit-show-list {
    margin-bottom: 44px;
  }
  .index-main .main-content .merit-show-list .merit-show-item {
    margin-right: 0;
  }
  .index-main .main-content .process-show-main {
    padding: 10px;
    margin-bottom: 44px;
  }
  .index-main .main-content .process-show-main .step-list {
    padding: 40px 0;
    margin-right: 10px;
  }
  .index-main .main-content .process-show-main .step-list .step {
    margin-bottom: 80px;
  }
  .index-main .main-content .process-show-main .step-list .step .rectangle {
    display: none;
  }
  .index-main .main-content .process-show-main .step-list .step .step-main img {
    display: none;
  }
  .index-main .main-content .process-show-main .step-list .step .step-main:hover {
    transform: none;
  }
  .index-main .main-content .process-show-main .step-list .step .step-main .step-title {
    font-size: 20px;
    line-height: 25px;
    white-space: nowrap;
  }
  .index-main .main-content .process-show-main .process-list .process-item {
    width: 49%;
    height: 215px;
    padding: 10px 5px;
  }
  .index-main .main-content .process-show-main .process-list .process-item .process-content-list {
    line-height: 0;
  }
  .index-main .main-content .process-show-main .process-list .process-item .process-content-list .process-content3 {
    margin-left: 0 !important;
  }
  .index-main .main-content .process-show-main .process-list .process-item img {
    width: 40px;
    height: 40px;
  }
  .index-main .main-content .about-us-show .show-main {
    width: 90%;
    padding: 10px;
    display: block;
  }
  .index-main .main-content .about-us-show .show-main img {
    width: 100%;
    height: 170px;
  }
  .index-main .main-content .about-us-show .show-main .show-title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }
  .index-main .main-content .about-us-show .show-main .show-content {
    margin-top: 10px;
    font-size: 14px;
  }
  .index-main .main-content .about-us-show .show-main .about-us-more a {
    padding: 2px 10px;
    font-size: 12px;
  }
  .index-main .main-content .title-ch {
    font-size: 20px;
    line-height: 38px;
  }
  .index-main .main-content .cont {
    margin: 20px 3% 0;
    flex-wrap: wrap;
    padding: 12px;
  }
  .index-main .main-content .cont .cont-img {
    width: 100%;
  }
  .index-main .main-content .cont .cont-words {
    margin-left: 0;
    margin-top: 16px;
  }
  .index-main .main-content .cont .cont-words h3 {
    text-align: center;
  }
  .index-main .main-content .cont .cont-words p {
    margin-top: 8px;
    display: block;
  }
  .index-main .main-content .cont .cont-words .btn {
    position: relative;
    margin-top: 12px;
  }
  .index-main .main-content .cont .cont-words .btn a {
    display: block;
    text-align: center;
  }
  .index-main .main-content .links {
    margin: 20px 3% 0;
    padding: 12px;
  }
  .index-main .main-content .links .links-cont {
    width: 100%;
  }
  .index-main .main-content .links .links-cont li {
    margin-top: 12px;
  }
  .index-main .main-content .links .links-cont .line {
    margin: 12px;
  }
  .news-main .swiper {
    height: 200px;
  }
  .news-main .swiper .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
  }
  .news-main .main-article .article-img {
    height: 200px;
  }
  .news-main .main-article .article-img img {
    width: 100%;
    height: 100%;
  }
  .news-main .main-content {
    margin-bottom: 32px;
  }
  .news-main .main-content .top-nav-list {
    padding: 0 20px;
  }
  .news-main .main-content .project-nav li {
    font-size: 14px !important;
    text-align: center;
  }
  .news-main .main-content .list-title {
    margin-top: 0;
    padding: 12px;
    font-size: 14px;
  }
  .news-main .main-content .list-title a {
    font-size: 13px;
  }
  .news-main .main-content .list-title .news {
    font-size: 13px;
  }
  .news-main .main-content .list-ul {
    padding: 12px;
  }
  .news-main .main-content .list-ul .list-li:first-child {
    margin-top: 0;
  }
  .news-main .main-content .list-ul .list-li .li-a {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
  }
  .news-main .main-content .list-ul .list-li .li-a .li-left {
    flex-wrap: wrap;
    flex: none;
    width: 100%;
  }
  .news-main .main-content .list-ul .list-li .li-a .li-left .image {
    margin-right: 12px;
    width: 120px;
    height: 88px;
  }
  .news-main .main-content .list-ul .list-li .li-a .li-left .cont {
    margin-left: 0;
  }
  .news-main .main-content .list-ul .list-li .li-a .li-left .cont .title {
    font-size: 14px;
    line-height: 20px;
  }
  .news-main .main-content .list-ul .list-li .li-a .li-left .cont .words {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 17px;
    -webkit-line-clamp: 2;
  }
  .news-main .main-content .list-ul .list-li .li-a .tips {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .news-main .main-content .list-ul .list-li .li-a .tips .btn {
    display: none;
    position: relative;
    padding: 3px 18px;
    margin-top: 12px;
  }
  .news-main .main-content .news-det {
    margin: 12px;
    padding: 12px;
  }
  .news-main .main-content .news-det .tag .createtime {
    text-align: center;
    display: block;
  }
  .news-main .main-content .news-det .tag .publisher {
    margin: 0 12px 0 0;
  }
  .news-main .main-content .news-det .cont {
    margin-top: 12px;
  }
  .about-main .search-box {
    height: 200px;
  }
  .about-main .search-box .search-input img {
    left: 2%;
    width: 25px;
    height: 25px;
  }
  .about-main .search-box .search-input input {
    padding: 10px 0;
    padding-left: 40px;
    width: 65%;
    font-size: 13px;
  }
  .about-main .search-box .search-input input::placeholder {
    font-size: 13px;
    line-height: 25px;
    color: #ffffff;
  }
  .about-main .search-box .search-input .search-btn {
    padding: 12px 22px;
    font-size: 13px;
    line-height: 21px;
  }
  .about-main .main-content {
    margin-bottom: 32px;
  }
  .about-main .main-content .search-result-table {
    margin-bottom: 0;
  }
  .about-main .main-content .search-result-table table th {
    font-size: 15px;
    line-height: 15px;
  }
  .about-main .main-content .search-result-table table td {
    font-size: 12px;
  }
  .about-main .main-content .search-result-table .no-data {
    font-size: 15px;
  }
  .about-main .main-content .cont {
    margin: 24px 12px 0;
  }
  .about-main .main-content .cont .cont-img {
    width: 100%;
    margin: 0 0 8px;
  }
  .about-main .main-content .cont .cont-words {
    width: 100%;
  }
  .about-main .main-content .cont .cont-words h3 {
    text-align: center;
  }
  .about-main .main-content .cont .cont-words p {
    margin-top: 8px;
  }
  .announce-main .main-content {
    padding-bottom: 0;
  }
  .announce-main .main-content h2 {
    margin-bottom: 1px;
  }
  .announce-main .main-content .table-main {
    width: 100%;
    padding: 10px 20px;
  }
  .announce-main .main-content .table-main table td:nth-child(2n) {
    padding: 0 10px;
  }
  .aptitude-main .top-nav-list {
    padding: 0 20px;
  }
  .aptitude-main .main-content {
    padding-bottom: 0;
  }
  .aptitude-main .main-content .exhibition-box {
    padding: 20px;
    padding-bottom: 0;
  }
  .aptitude-main .main-content .exhibition-box .show-list img {
    width: 96%;
  }
  .signature-main .main-bg {
    height: auto;
    margin-bottom: 44px;
  }
  .signature-main .main-bg h2 {
    padding: 0 20px;
    margin-top: 50px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 40px;
  }
  .signature-main .main-bg .main-bg-content {
    padding: 0 20px;
    font-size: 15px;
    line-height: 30px;
    width: auto;
  }
  .signature-main .main-bg .main-bg-show {
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 10px 20px;
    padding-left: 30px;
    background-color: #ccc;
  }
  .signature-main .main-bg .main-bg-show .main-show-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    font-size: 14px;
  }
  .signature-main .main-bg .main-bg-show .main-show-item img {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
  }
  .signature-main .main-content .function-trait {
    display: block;
    margin: 24px auto 44px;
    width: 90%;
    height: auto;
  }
  .signature-main .main-content .function-trait .box-left {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .signature-main .main-content .function-trait .box-left .left-item {
    padding: 8px 12px;
    margin-bottom: 20px;
  }
  .signature-main .main-content .function-trait .box-left .left-item img {
    margin-right: 0;
  }
  .signature-main .main-content .function-trait .box-right {
    height: 200px;
    margin-left: 0;
    padding: 0 24px;
  }
  .signature-main .main-content .function-trait .box-right .right-title {
    top: 20%;
    margin: 0;
    font-size: 24px;
  }
  .signature-main .main-content .function-trait .box-right .right-content div {
    top: 90px;
  }
  .signature-main .main-content .accordion-show-list {
    flex-wrap: wrap;
    padding: 10px;
    margin: 24px 0;
    width: 100%;
    height: 625px;
  }
  .signature-main .main-content .accordion-show-list .accordion-show-item {
    width: 48%;
    height: 280px;
    margin-right: 0;
  }
  .signature-main .main-content .accordion-show-list .accordion-show-item img {
    top: 10%;
    width: 50px;
    height: 50px;
  }
  .signature-main .main-content .accordion-show-list .accordion-show-item .item-title {
    top: 32%;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
  }
  .signature-main .main-content .accordion-show-list .accordion-show-item .img-select {
    left: 11%;
    transform: translateX(0);
  }
  .signature-main .main-content .accordion-show-list .accordion-show-item .item-content {
    top: 36%;
    width: auto;
    margin-right: 10px;
  }
  .signature-main .main-content .brand-show {
    width: 90%;
  }
  .signature-main .main-content .brand-show .brand-item {
    padding: 10px;
    margin-right: 10px;
  }
  .signature-main .main-content .brand-show .brand-item:nth-child(2n) {
    margin-right: 0;
  }
  .signature-main .main-content .brand-show .brand-item img {
    height: 70px;
  }
  .certificate-main .main-bg {
    margin-bottom: 44px;
    height: auto;
    background-position: center;
  }
  .certificate-main .main-bg h2 {
    margin-top: 50px;
    font-weight: 500;
    font-size: 32px;
    line-height: 45px;
  }
  .certificate-main .main-bg .main-bg-content {
    width: auto;
    padding: 20px;
  }
  .certificate-main .main-content .service-box {
    padding: 0 10px;
    margin: 24px auto 44px;
    width: 90%;
  }
  .certificate-main .main-content .service-box .service-box-left {
    margin-right: 50px;
  }
  .certificate-main .main-content .service-box .service-box-left .service-item {
    margin-bottom: 50px;
  }
  .certificate-main .main-content .service-box .service-box-left .service-item .service-content {
    display: block;
  }
  .certificate-main .main-content .service-box .service-box-right {
    margin-left: 50px;
    padding-bottom: 0;
  }
  .certificate-main .main-content .service-box .service-box-right .service-item {
    margin-bottom: 50px;
  }
  .certificate-main .main-content .service-box .service-box-right .service-item:nth-child(2) {
    margin-top: 50px;
  }
  .certificate-main .main-content .service-box .service-box-right .service-item .service-content {
    display: block;
  }
  .certificate-main .main-content .business-box {
    margin: 24px auto 44px;
    width: 90%;
    padding: 10px;
  }
  .certificate-main .main-content .business-box .business-step-box {
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
  }
  .certificate-main .main-content .business-box .business-step-box .business-step {
    margin-bottom: 10px;
  }
  .certificate-main .main-content .business-box .business-step-box .business-step img {
    margin-bottom: 5px;
  }
  .more-main .main-content img {
    width: 100%;
  }
  .link-main .main-content {
    margin-bottom: 32px;
  }
  .link-main .main-content .enterprise-intro {
    margin: 24px 0 44px;
  }
  .link-main .main-content .enterprise-intro div {
    margin: auto !important;
    padding: 0 20px;
  }
  .link-main .main-content .enterprise-intro div h2 {
    font-weight: 500;
    font-size: 24px;
    margin: 50px 0 10px;
  }
  .link-main .main-content .enterprise-intro div .intro-content {
    width: auto;
    padding: 0;
  }
  .link-main .main-content .credential-list {
    flex-wrap: wrap;
  }
  .link-main .main-content .credential-list img {
    width: 40%;
    height: auto;
  }
  .link-main .main-content .check-more {
    padding: 8px 20px;
    margin-bottom: 44px;
  }
  .link-main .main-content .cooperation-show-list {
    padding: 20px 10px;
  }
  .link-main .main-content .contact-list {
    display: block;
    margin: 24px 0 44px;
  }
  .link-main .main-content .contact-list .contact-item {
    white-space: nowrap;
  }
  .link-main .main-content .contact-list .contact-item img {
    margin-left: 20px;
  }
  .link-main .main-content .contact-list .contact-item span {
    white-space: normal;
    text-align: left;
  }
  .link-main .main-content .cont {
    margin: 12px;
    padding: 12px;
    flex-wrap: wrap;
  }
  .link-main .main-content .cont #custom-map {
    margin-top: 0;
    width: 100%;
    height: 230px;
  }
  .link-main .main-content .cont .cont-words {
    margin-top: 12px;
    margin-left: 0;
  }
  .link-main .main-content .cont .cont-words .info li {
    margin-top: 8px;
  }
  .attach-main {
    background: #f6fcff;
  }
  .attach-main .main-content {
    margin: 8px;
    padding: 12px;
    background: #f6fcff;
  }
  .attach-main .main-content li span {
    padding: 18px 10px;
    text-align: center;
  }
  .attach-main .main-content li input {
    padding: 18px 15px;
  }
  .attach-main .main-content li .send {
    padding: 18px 10px;
  }
  .attach-main .main-content button {
    font-size: 14px;
  }
  .attach-main .main-upload {
    margin: 24px 8px;
  }
  .attach-main .main-upload ul li {
    font-size: 14px;
  }
  .attach-main .main-upload ul li span {
    width: 112px;
  }
  .query-main .main-content {
    min-height: 0;
    height: 100vh;
  }
  .query-main .main-content .content {
    width: 100%;
  }
  .query-main .main-content .content .title .query-logo {
    width: 150px;
  }
  .query-main .main-content .content .title .line {
    height: 45px;
    margin: 0 16px 0 12px;
  }
  .query-main .main-content .content .title .text {
    font-size: 26px;
  }
  .query-main .main-content .content .search-box {
    width: 95%;
    margin: 64px auto 0;
  }
  .login-main {
    background: #f6f7fb;
    min-height: 100vh;
  }
  .login-main .login-head {
    padding: 48px 0 0;
    text-align: center;
    background: #f6f7fb;
    height: auto;
    position: sticky;
  }
  .login-main .main-content {
    padding-top: 32px;
    min-height: 0;
  }
  .login-main .main-content .bg {
    display: none;
  }
  .login-main .main-content .login-cont {
    position: static;
    transform: translate(0, 0);
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .login-main .main-content .login-cont .title div {
    font-size: 16px;
  }
  .login-main .main-content .login-cont .box .choice {
    margin: 0;
  }
  .login-main .main-content .login-cont .box .choice div {
    font-size: 14px;
  }
  .login-main .main-content .login-cont .box input {
    height: 45px;
    font-size: 14px;
  }
  .login-main .main-content .login-cont .box .verification .send {
    height: 45px;
    font-size: 14px;
    line-height: 45px;
  }
  .login-main .main-content .login-cont .box .verification .code {
    max-width: 40%;
    height: 45px;
  }
  .login-main .main-content .login-cont .box .btn {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
