@charset "UTF-8";
img {
  height: 100%;
}

.gather-icon {
  position: fixed;
  top: 62%;
  right: 16px;
  width: 100px;
  height: 100px;
    background-size: contain !important;
    background: no-repeat center;
    overflow: hidden;
  z-index: 20;
  animation: gather 1s linear;
  -webkit-animation: gather 1s infinite;
  cursor: pointer;
}

.gather-icon:hover {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes gather {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

@keyframes gather {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.suspend-box {
  position: fixed;
  top: 50%;
  right: 42px;
  z-index: 5;
}

.suspend-box .item {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.suspend-box .service {
  margin-bottom: 1px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/ea5cbb0c7ce2e756d9c1c20e86a6628c.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
  position: relative;
}

.suspend-box .service:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/4dd23d67dd9ae08d04575d462c647ba9.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.suspend-box .service .ser-inner {
  display: none;
  position: absolute;
  top: 0;
  left: -250px;
  padding: 14px 24px;
  background: #fff;
  -webkit-box-shadow: 0 3px 8px #99999957;
          box-shadow: 0 3px 8px #99999957;
  border-radius: 6px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.suspend-box .service .ser-inner .ser-inner-item {
  padding-left: 25px;
  font-size: 14px;
  color: #222222;
}

.suspend-box .service .ser-inner .ser-inner-item a {
  color: #222;
}

.suspend-box .service .ser-inner .ser-inner-item.email {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e38e2cdcbff0489e585ede45887004c5.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner .ser-inner-item.phone {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/939215285cdee5f0987e8a5d21b8c351.png") no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner .ser-inner-item.whatsapp {
  margin: 10px 0;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/ca742019a09725bf73f0b86708ccf642.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner .ser-inner-item.skype {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5d2b936672fc0aafd7d878d3834feccf.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner::after {
  content: '';
  position: absolute;
  top: 10px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 2px 0 8px #99999957;
          box-shadow: 2px 0 8px #99999957;
}

.suspend-box .stick {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/90c415ba940e3256a98ff4ba02915b0c.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.suspend-box .stick:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/85aed4366a2bcaed70facc6e2241efd0.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.heads_f {
  width: 100%;
  height: 56px;
  display: none;
}

.heads .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.heads .header .logo_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 0;
}

.heads .header .logo_box .img {
  height: 50px;
}

.heads .header .logo_box .img img {
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.heads .header .logo_box h1 {
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}

.heads .nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.heads .nav_box .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heads .nav_box .nav_list a {
  margin: 0 5px;
  line-height: 55px;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #222222;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.heads .nav_box .nav_list a:hover {
  background: #7A635B;
  color: #fff;
}

.heads .nav_box .nav_list .eleProduct {
  position: relative;
}

.heads .nav_box .nav_list .nav_activate {
  background: #7A635B;
  color: #fff;
}

.heads .nav_box .nav_list .nav_activate a {
  color: #fff;
}

.heads .nav_box .lang-list-box {
  height: 40px;
    padding: 0 28px 0 8px;
    position: relative;
  cursor: pointer;
}

.heads .nav_box .lang-list-box p {
  line-height: 40px;
  font-size: 16px;
  color: #222222;
}

.heads .nav_box .lang-list-box ul {
  display: none;
  position: absolute;
  top: 57px;
  width: 100%;
  left: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  z-index: 10;
}

.heads .nav_box .lang-list-box ul li {
  list-style: none;
  height: 40px;
  padding: 0 8px;
  line-height: 40px;
  font-size: 16px;
  color: #222222;
  cursor: pointer;
}

.heads .nav_box .lang-list-box ul li:hover {
  color: #7A635B;
}

.heads .nav_box .lang-list-box ul li.act-color {
  color: #7A635B;
}

.heads .nav_box .lang-list-box ul::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(-42deg);
          transform: rotate(-42deg);
  -webkit-box-shadow: 2px -2px 2px #ccc;
          box-shadow: 2px -2px 2px #ccc;
}

.heads .nav_box .lang-list-box::after {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-bottom-color: #222222;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.heads .nav_box .login_box {
  line-height: 40px;
  margin-left: 15px;
  padding: 0 10px;
  border: 1px solid #7A635B;
  border-radius: 5px;
  font-size: 16px;
  color: #7A635B;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.heads .nav_box .login_box:hover {
  background: #7A635B;
  color: #fff;
}

.heads .left_nav_box {
  width: 10px;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
  padding: 14px;
}

.heads .left_nav_box span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 2px;
  background: #000;
  -webkit-transition-duration: 0.086s;
  transition-duration: 0.086s;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
}

.heads .left_nav_box span:nth-child(1) {
  margin-top: -7px;
}

.heads .left_nav_box span:nth-child(3) {
  margin-top: 7px;
}

.heads .navbar-burger-drop span:nth-child(2) {
  opacity: 0;
}

.heads .navbar-burger-drop span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.heads .navbar-burger-drop span:last-child {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

.heads .menus_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 22;
}

.heads .menus_box .shade {
  width: 50%;
  height: 100%;
  background: #fff;
  overflow: auto;
  position: relative;
  left: -50%;
  top: 0;
  -webkit-transition: left .2s;
  transition: left .2s;
}

.heads .menus_box .shade h1 {
  line-height: 100px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.heads .menus_box .shade h1 a {
  color: black;
}

.heads .menus_box .shade a {
  width: 100%;
  display: block;
  line-height: 102px;
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
  border-bottom: 1px solid #999999;
  text-align: center;
}

.heads .menus_box .shade a:last-child {
  border: none;
}

.heads .menus_box .shade .menus_eleProduct {
  position: relative;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #999999;
}

.heads .menus_box .shade .menus_eleProduct a {
  border-bottom: none;
}

.heads .menus_box .shade .menus_eleProduct .product-list-mxo {
  display: none;
  width: 100%;
  padding-bottom: 10px;
  background: rgba(51, 51, 51, 0.8);
  z-index: 5;
}

.heads .menus_box .shade .menus_eleProduct .product-list-mxo .item {
  padding: 0 20px;
  line-height: 35px;
  border-bottom: 1px solid rgba(207, 207, 207, 0.8);
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.heads .menus_box .shade .menus_eleProduct .product-list-mxo .item:hover {
  color: #7A635B;
}

.heads .menus_box .shade .lang-list-box {
  width: 100%;
  height: 100px;
  line-height: 100px;
  border: 1px solid gray;
  border-left: 0;
  border-right: 0;
  text-align: center;
  position: relative;
}

.heads .menus_box .shade .lang-list-box p {
  font-size: 30px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.54);
}

.heads .menus_box .shade .lang-list-box ul {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  z-index: 2;
}

.heads .menus_box .shade .lang-list-box ul li {
  width: 100%;
  line-height: 102px;
  background: #cbd4d8;
  border-bottom: 1px solid #666666;
  font-size: 30px;
  color: #fff;
}

.heads .menus_box .shade .lang-list-box ul li.act-color {
  color: #7A635B;
}

.heads .menus_box .shade .lang-list-box ul li:hover {
  background: #b8cfd9;
}

.heads .menus_box .shade .lang-list-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 40px;
  width: 0;
  height: 0;
  border: 10px solid;
  border-color: transparent transparent #222222;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.heads.heads_fixed {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 11;
  width: 100%;
  -webkit-box-shadow: 0 0 10px #a8a8a8;
          box-shadow: 0 0 10px #a8a8a8;
}

.banner_box .swiper-slide {
  width: 100%;
}

.banner_box .swiper-slide img {
  width: 100%;
  height: auto;
}

.banner_box #banner .cur_prev {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f321ffdc160673b0b723223bbfd8669c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.banner_box #banner .cur_next {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f321ffdc160673b0b723223bbfd8669c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.banner_box #banner .swiper-button-next:hover {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e469d2ad10ec6eb04d41301a81a539b5.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.banner_box #banner .swiper-button-prev:hover {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e469d2ad10ec6eb04d41301a81a539b5.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.banner_box #banner .swiper-pagination.swiper-pagination-bullets {
  bottom: 55px;
}

.banner_box #banner .swiper-pagination-bullet {
  background: #666666;
  -webkit-transition: width .5s;
  transition: width .5s;
  opacity: 1;
}

.banner_box #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 36px;
  background: #7A635B;
  border-radius: 10px;
}

.banner_box #banner .swiper-button-hide {
  opacity: 1;
}

.main .introduce-box {
  max-width: 1700px;
  margin: auto;
  border-bottom: 1px solid #d8d8d8;
}

.main .introduce-box .intro-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .introduce-box .intro-m .item {
  width: 216px;
  text-align: center;
}

.main .introduce-box .intro-m .item .imgs {
  width: 70px;
  height: 70px;
    margin: auto auto 15px;
}

.main .introduce-box .intro-m .item h6 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .introduce-box .intro-m .item .text {
  width: 100%;
  height: 76px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  overflow: auto;
}

.main .introduce-box .intro-m .item .text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .introduce-box .intro-m .item .text::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .introduce-box .intro-m .item .text::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .introduce-box .intro-m .lines {
  width: 1px;
  height: 150px;
  margin: 0 83px;
  background-color: #D8D8D8;
}

.main .about-box {
  padding: 150px 0;
}

.main .about-box .about-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .about-box .about-m .about-m-a {
  width: 400px;
  height: 540px;
}

.main .about-box .about-m .about-m-a img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .about-box .about-m .about-m-b {
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .about-box .about-m .about-m-b .about-m-b-item {
  width: 400px;
  height: 266px;
}

.main .about-box .about-m .about-m-b .about-m-b-item img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .about-box .about-m .about-m-c {
  width: 504px;
  height: 540px;
  position: relative;
}

.main .about-box .about-m .about-m-c .about-info-box {
  height: 540px;
  background-color: #7A635B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m {
  width: 360px;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m h1 {
  margin-bottom: 25px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m .m-infos {
  height: 270px;
  margin-bottom: 56px;
  font-size: 16px;
  color: #fff;
  overflow-x: hidden;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m .m-infos::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m .m-infos::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m .m-infos::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m .info-but {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #7A635B;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .about-box .about-m .about-m-c .about-info-box .about-info-box-m .info-but:hover {
  background-color: #192d37;
  color: #fff;
}

.main .about-box .about-m .about-m-c .login_area {
  position: absolute;
  top: 0;
  display: none;
  width: 504px;
  height: 540px;
  background: #fff;
  border: 1px solid #D8D8D8;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.main .about-box .about-m .about-m-c .login_area .close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 20px;
  height: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .about-box .about-m .about-m-c .login_area .close.trans {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .about-box .about-m .about-m-c .login_area .form_area {
  width: 360px;
    margin: 60px auto auto;
}

.main .about-box .about-m .about-m-c .login_area .form_area .hea {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.main .about-box .about-m .about-m-c .login_area .form_area .input_s {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 15px;
    padding: 8px 8px 8px 0;
    -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .about-m .about-m-c .login_area .form_area .input_s .icons {
  width: 22px;
  height: 22px;
  margin: 0 10px;
}

.main .about-box .about-m .about-m-c .login_area .form_area .input_s input {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border: none;
}

.main .about-box .about-m .about-m-c .login_area .form_area .textarea-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 35px;
}

.main .about-box .about-m .about-m-c .login_area .form_area .textarea-box .icons {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.main .about-box .about-m .about-m-c .login_area .form_area .textarea-box textarea {
  width: 100%;
  height: 100px;
  font-size: 16px;
  color: #999999;
  resize: none;
  outline: none;
  border: none;
}

.main .about-box .about-m .about-m-c .login_area .form_area .textarea-box textarea::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .about-box .about-m .about-m-c .login_area .form_area .textarea-box textarea::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .about-box .about-m .about-m-c .login_area .form_area .textarea-box textarea::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .about-box .about-m .about-m-c .login_area .form_area .buttom {
  width: 100%;
  line-height: 50px;
  background: #7A635B;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.main .about-box .about-m .about-m-c .login_area .form_area .buttom:hover {
  background: #192d37;
}

.main .product_s {
  background: #f3f4f8;
  padding-top: 80px;
  padding-bottom: 60px;
}

.main .product_s .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.main .product_s .hea .title {
  margin-bottom: 18px;
  padding-bottom: 17px;
  font-size: 25px;
  font-weight: bold;
  color: #222222;
}

.main .product_s .warp .product-are {
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.main .product_s .warp .product-are::before {
  content: '';
  position: absolute;
  left: 20px;
  top: 50%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #f97200;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .product_s .products-main #products .m_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .product_s .products-main #products .m_box .item {
  width: 22.44%;
    margin: 0 16px 32px;
    background: #fff;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .product_s .products-main #products .m_box .item img {
  width: 86%;
  height: 220px;
  margin-top: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .product_s .products-main #products .m_box .item .info_box {
  margin: 0 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #d8d8d8;
}

.main .product_s .products-main #products .m_box .item .info_box h4 {
  margin-bottom: 10px;
  min-height: 42px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main .product_s .products-main #products .m_box .item .info_box p {
  margin-bottom: 18px;
  height: 60px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  overflow: auto;
}

.main .product_s .products-main #products .m_box .item .info_box p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .product_s .products-main #products .m_box .item .info_box p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .product_s .products-main #products .m_box .item .info_box p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .product_s .products-main #products .m_box .item .info_box .price_box {
  max-width: 200px;
  margin: auto;
  line-height: 40px;
  background: #7A635B;
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .product_s .products-main #products .m_box .item .info_box .price_box:hover {
  background: #192d37;
}

.main .product_s .products-main #products .m_box .item .info_box .price_box .price_iner {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.main .product_s .products-main #products .m_box .item .info_box .price_box .price_iner i {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
}

.main .product_s .products-main .button-pagination-box {
  position: relative;
  height: 32px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .product_s .products-main .button-pagination-box .ye-m {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .product_s .products-main .button-pagination-box .ye-m .swiper-button-prev,
.main .product_s .products-main .button-pagination-box .ye-m .swiper-button-next {
  position: initial;
  top: 0;
  margin-top: initial;
  width: 30px;
  height: 30px;
  background-size: contain;
}

.main .product_s .products-main .button-pagination-box .ye-m .swiper-button-prev {
  background-image: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50");
}

.main .product_s .products-main .button-pagination-box .ye-m .swiper-button-next {
  background-image: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .product_s .products-main .button-pagination-box .ye-m .swiper-pagination {
  position: initial;
  margin: 0 8px;
}

.main .product_s .products-main .button-pagination-box .ye-m .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  color: #fff;
}

.main .product_s .products-main .button-pagination-box .ye-m .swiper-pagination-bullet-active {
  background: #192d37;
  color: #fff;
}

.main .support-s {
  padding-top: 150px;
  padding-bottom: 150px;
}

.main .support-s .hea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px;
}

.main .support-s .hea .title {
  font-size: 25px;
  font-weight: bold;
  color: #222222;
  position: relative;
}

.main .support-s .min-baner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .support-s .min-baner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  background: #f1f1f1;
  border-radius: 26px;
}

.main .support-s .min-baner .head span {
  padding: 0 30px;
  margin-right: -1px;
  line-height: 53px;
  font-size: 20px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.main .support-s .min-baner .head .activate-xian {
  background: #7A635B;
  color: #fff;
  border-radius: 26px;
}

.main .support-s .min-baner .info-list .item {
  text-align: center;
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container {
  max-width: 640px;
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-slide p {
  margin-top: 15px;
  font-size: 16px;
  color: #222;
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .custom_prev {
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f997a85eada1544e15390a8ca6f5c12b.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .custom_next {
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f997a85eada1544e15390a8ca6f5c12b.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-button-next.my-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-button-prev.my-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .support-s .min-baner .info-list .item #manuals.custom_swiper.swiper-container {
  width: 640px;
}

.main .support-s .min-baner .info-list .item #manuals.custom_swiper.swiper-container .custom_prev {
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f997a85eada1544e15390a8ca6f5c12b.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main .support-s .min-baner .info-list .item #manuals.custom_swiper.swiper-container .custom_next {
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f997a85eada1544e15390a8ca6f5c12b.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .support-s .min-baner .info-list .item #manuals.custom_swiper.swiper-container .swiper-button-next.my-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main .support-s .min-baner .info-list .item #manuals.custom_swiper.swiper-container .swiper-button-prev.my-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container {
  width: 640px;
}

.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container .custom_prev {
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f997a85eada1544e15390a8ca6f5c12b.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container .custom_next {
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f997a85eada1544e15390a8ca6f5c12b.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container .swiper-button-next.my-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container .swiper-button-prev.my-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .support-s .min-baner .info-list .item .custom_swiper .download_box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .support-s .min-baner .info-list .item .custom_swiper .download_box .info a {
  display: block;
  width: 24%;
}

.main .support-s .min-baner .info-list .item .custom_swiper .download_box .info a img {
  -o-object-fit: contain;
     object-fit: contain;
}

.main .support-s .min-baner .info-list .item .custom_swiper .download_box p {
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.main .customers_s {
  background-color: #f3f4f8;
  position: relative;
}

.main .customers_s .icon-bg1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 347px;
  height: 137px;
  background: no-repeat;
  background-size: contain;
}

.main .customers_s .icon-bg4 {
  position: absolute;
  bottom: 73px;
  left: -20px;
  width: 170px;
  height: 278px;
  background: no-repeat;
  background-size: contain;
}

.main .customers_s .hea {
  width: 712px;
  margin: 0 auto;
  position: relative;
}

.main .customers_s .hea .title {
  max-width: 352px;
  margin: auto;
  padding-top: 118px;
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}

.main .customers_s .hea::before {
  content: '';
  position: absolute;
  top: 53px;
  left: 0;
  width: 100px;
  height: 86px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/fdb7a914e0e683a2653c614c8885bc8f.png?imageMogr2/format/webp/rquality/50") no-repeat center;
}

.main .customers_s .hea::after {
  content: '';
  position: absolute;
  top: 115px;
  right: 0;
  width: 100px;
  height: 86px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b0de3d1844ef02910298f19190fdd27.png?imageMogr2/format/webp/rquality/50") no-repeat center;
}

.main .customers_s .customers-ban-box {
  margin-top: 104px;
  padding-bottom: 140px;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container {
  width: 100%;
  height: 393px;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  max-height: 290px;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box {
  padding: 46px 35px;
  background: white;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head .imgs {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head .imgs img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head .in-l-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head .in-l-title p {
  font-size: 20px;
  font-weight: 700;
  color: #222222;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head .in-l-title .in-xin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head .in-l-title .in-xin span {
  width: 20px;
  height: 20px;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box .in-head .in-l-title .in-xin span img {
  width: 100%;
  height: 100%;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box > p {
  height: 192px;
  font-size: 16px;
  color: #666666;
  overflow: auto;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box > p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box > p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide .inner-box > p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .customers_s .customers-ban-box #customers-ban.swiper-container .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main .customers_s .customers-ban-box .custom-pagination {
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .customers_s .customers-ban-box .custom-pagination span.swiper-pagination-bullet {
  width: 20px;
  margin: 0 4px;
  border-radius: 5px;
}

.main .customers_s .customers-ban-box .custom-pagination span.swiper-pagination-bullet-active {
  background: #192d37;
}

.main .FAQ_s {
  position: relative;
  background-color: #f3f4f8;
}

.main .FAQ_s .head-line-box {
  width: 1700px;
  height: 8px;
    margin: 0 auto 190px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #7A635BFF), color-stop(50%, #fff));
  background: linear-gradient(to right, #7A635BFF 50%, #fff 50%);
  background-size: 2px 100%;
  position: relative;
}

.main .FAQ_s .head-line-box .diejie {
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  width: 87px;
  height: 79px;
  margin: 0 auto;
  background: no-repeat center;
}

.main .FAQ_s .head-title-box {
  margin-bottom: 58px;
  font-size: 26px;
  font-weight: 700;
  color: #222222;
  text-align: center;
}

.main .FAQ_s .faq-swiper-box {
  padding-bottom: 100px;
}

.main .FAQ_s .faq-swiper-box #faq-ban {
  width: 70%;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item {
  width: 590px;
  padding: 37px 34px 40px 70px;
  margin-bottom: 56px;
  background: no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-q span {
  font-size: 18px;
  font-weight: 700;
  color: #7A635B;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-q span:nth-child(2) {
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-a span {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-a span:nth-child(2) {
  height: 96px;
  overflow: auto;
  margin-left: 10px;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-a span:nth-child(2)::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-a span:nth-child(2)::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-a span:nth-child(2)::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.main .FAQ_s .faq-swiper-box #faq-ban .faq-custom-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: initial;
  background-color: #dbdade;
  border-radius: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.main .FAQ_s .faq-swiper-box #faq-ban .faq-custom-pagination span.swiper-pagination-bullet {
  width: 20px;
  margin: 0 0;
  border-radius: 5px;
  background: none;
  opacity: initial;
}

.main .FAQ_s .faq-swiper-box #faq-ban .faq-custom-pagination span.swiper-pagination-bullet-active {
  background: #192d37;
}

.main .FAQ_s .icon-bg5 {
  position: absolute;
  top: -150px;
  right: 0;
  width: 116px;
  height: 190px;
  background: no-repeat right;
  background-size: contain;
}

.main .FAQ_s .icon-bg6 {
  position: absolute;
  top: -54px;
  left: 30px;
  width: 126px;
  height: 126px;
  background: no-repeat;
  background-size: contain;
}

.main .FAQ_s .icon-bg7 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 512px;
  height: 146px;
  background: no-repeat center;
  background-size: contain;
}

.main .freeVip-box {
  position: relative;
  margin-bottom: 183px;
}

.main .freeVip-box .imgs {
  width: 100%;
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
}

.main .freeVip-box .freeVip-inner-box {
  padding-top: 110px;
  max-width: 1320px;
  margin: 0 auto;
}

.main .freeVip-box .freeVip-inner-box .freeVip_title {
  max-width: 334px;
    margin: 0 auto 292px;
    font-size: 26px;
  font-weight: bold;
  color: #222222;
  text-align: center;
}

.main .freeVip-box .freeVip-inner-box .freevip-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 5px 15px #999;
          box-shadow: 0 5px 15px #999;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freevip-m-l {
  max-width: 330px;
  padding: 47px 45px;
  background: #7A635B;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freevip-m-l h6 {
  max-width: 216px;
    margin: 0 auto 25px;
    font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freevip-m-l p {
  max-width: 240px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r {
  max-width: 990px;
  padding: 45px 60px;
  background: #F4F4F4FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item {
  margin-bottom: 15px;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .item-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: #222222;
  position: relative;
  display: inline-table;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .item-title::after {
  content: '*';
  position: absolute;
  top: 0;
  right: -7px;
  color: red;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .input-box {
  width: 380px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #D8D8D8FF;
  border-radius: 5px;
  cursor: pointer;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .input-box input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .input-box input:focus {
  border-color: #000;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .select_s {
  padding: 0;
  cursor: pointer;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .select_s select {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 0 10px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  border-color: transparent;
  border-radius: 5px;
  background: no-repeat 98%;
  background-size: 12px;
  cursor: pointer;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .select_s select option {
  line-height: 20px;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .form-box .freeVip-m-r-item .select_s select:focus {
  border-color: #000;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .but-box {
  margin-top: 10px;
  width: 180px;
  height: 45px;
  line-height: 45px;
  background-color: #7A635B;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: none;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .freeVip-m-r .but-box:hover {
  background-color: #192d37;
}

.main .partner_s {
  margin-top: 183px;
  background: #fff;
}

.main .partner_s .partner-warp {
  width: 78%;
  padding-bottom: 180px;
  margin: 0 auto;
  position: relative;
}

.main .partner_s .partner-warp::after {
  content: '';
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 468px;
  height: 280px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5b90ee23153577db27b2c6a55b2a26aa.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
}

.main .partner_s .partner-warp .hea {
  margin-bottom: 80px;
}

.main .partner_s .partner-warp .hea .title {
  width: 100%;
  height: 58px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.main .partner_s .partner-warp .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-height: 280px;
  width: 80%;
  margin: 0 auto;
}

.main .partner_s .partner-warp .img-box .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .partner_s .partner-warp .img-box .item a .imgs {
  max-width: 180px;
  display: flex;
  align-items: center;
}

.main .partner_s .partner-warp .img-box .item a .imgs .img {
  width: 100%;
  height: 100%;
}

.main .partner_s .partner-warp .img-box .item a p {
  font-size: 22px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.main .partner_s .partner-warp .img-box .item:nth-child(2) a p {
  color: #7A635B;
}

footer .f_message_are {
  background-color: #000;
}

footer .f_message_are .info_box .item h3 {
  color: #fff;
}

footer .f_message_are .info_box .item p {
  color: #fff;
}

footer .f_message_are .info_box .item a {
  color: #fff;
}

footer .f_message_are .info_box .item i {
  background: #d8d8d8;
}

footer .f_message_are .info_box .item a:hover span {
  color: #7A635B;
}

footer .copyright_are {
  background: #7A635B;
  color: #fff;
}