@charset "UTF-8";
img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.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);
  }
}

.hint-z {
  display: none;
  position: fixed;
  top: 40%;
  left: 0;
  right: 0;
  width: 8%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  margin: auto;
  text-align: center;
  z-index: 20;
}

.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: 5px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/ce03e10549265bb58145f891aa4aaefd.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/10a69c40197e9cf41ef31b9deb4bf8a7.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
  border-radius: 50%;
}

.suspend-box .service .ser-inner {
  display: none;
  position: absolute;
  top: 0;
  left: -230px;
  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/0c3499fc76dbc1ebafd916968f25153a.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/2c148bc1f779cf6fa08daad150d61d41.png?imageMogr2/format/webp/rquality/50") 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/55a52c3840ed5e11d43c475f67754b3a.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/dd3252fd90f0472a24a1f1ba1fc951d0.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/b5c57065650eda801d74cb8f10e4474d.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/a67027cb56bd14bc698eaabfb44bf931.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
  border-radius: 50%;
}

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

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

.heads {
  -webkit-box-shadow: 0 6px 43px rgba(0, 0, 0, 0.2);
          box-shadow: 0 6px 43px rgba(0, 0, 0, 0.2);
}

.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 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 {
  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 {
  color: #EC9162FF;
}

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

.heads .nav_box .nav_list .nav_activate {
  color: #EC9162FF;
}

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

.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: #EC9162FF;
}

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

.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 #222222;
  border-radius: 20px 0 20px 0;
  font-size: 16px;
  color: #222222;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.heads .nav_box .login_box:hover {
  background: #222222;
  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: 120px;
  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: #EC9162FF;
}

.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: #EC9162FF;
}

.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);
}

.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/446da535af0c2ddb16a0477fdd80e5f0.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/446da535af0c2ddb16a0477fdd80e5f0.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/44d05929dfec37bbe912ba5d03e81569.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/44d05929dfec37bbe912ba5d03e81569.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: #fff;
  -webkit-transition: width .5s;
  transition: width .5s;
  opacity: 1;
}

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

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

.main .advantage-box {
  margin-top: 35px;
  margin-bottom: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .advantage-box .item {
  width: 310px;
  height: 230px;
  margin: 0 12px;
  background: no-repeat;
  background-size: contain;
  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 .advantage-box .item .imgs {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.main .advantage-box .item .info_box {
  width: 224px;
  color: #222;
}

.main .advantage-box .item .info_box h5 {
  margin-bottom: 5px;
  font-size: 18px;
  text-align: center;
}

.main .advantage-box .item .info_box .text {
  width: inherit;
  height: 74px;
  overflow-x: hidden;
}

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

.main .advantage-box .item .info_box .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 .advantage-box .item .info_box .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 .about-box .m-head-box {
  width: 156px;
  height: 40px;
  line-height: 40px;
    margin: 40px auto 108px;
    font-size: 30px;
  text-align: center;
  position: relative;
}

.main .about-box .m-head-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .about-box .m-head-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/cf672137a765961b3686e37ae0806634.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .about-box .m-head-box .iconbg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 88px;
  height: 100px;
  margin: auto;
    background-size: contain;
    background: no-repeat center;
    -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.main .about-box .about-inner-box {
  width: 100%;
  height: 810px;
  background: no-repeat;
  background-size: cover;
  position: relative;
}

.main .about-box .about-inner-box .a-i-b-mx {
  position: absolute;
  top: 0;
  right: 0;
  width: 960px;
  padding: 60px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .about-inner-box .a-i-b-mx .up-box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.main .about-box .about-inner-box .a-i-b-mx .up-box .title {
  padding-left: 32px;
  margin-bottom: 25px;
  font-size: 26px;
  position: relative;
}

.main .about-box .about-inner-box .a-i-b-mx .up-box .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .about-box .about-inner-box .a-i-b-mx .up-box .up-text {
  height: 265px;
  font-size: 18px;
  overflow-x: hidden;
}

.main .about-box .about-inner-box .a-i-b-mx .up-box .up-text::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .about-box .about-inner-box .a-i-b-mx .up-box .up-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 .about-box .about-inner-box .a-i-b-mx .up-box .up-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 .about-box .about-inner-box .a-i-b-mx .down-box .down-title {
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 26px;
  position: relative;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .down-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .about-box .about-inner-box .a-i-b-mx .down-box p {
  margin-bottom: 25px;
  font-size: 14px;
  color: #666666;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .from-box .form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .from-box .form-area .input-ms {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .from-box .form-area .input-ms .input-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 15px;
  border: 1px solid transparent;
  border-radius: 20px 0 20px 0;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .from-box .form-area .input-ms .input-item input {
  width: 270px;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .from-box .form-area textarea {
  width: 100%;
  height: 95px;
  padding-top: 15px;
  padding-left: 12px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .from-box .form-area .buttom {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  padding: 0 23px;
  line-height: 45px;
  background: #000;
  border-radius: 20px 0 20px 0;
  border: none;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .about-box .about-inner-box .a-i-b-mx .down-box .from-box .form-area .buttom:hover {
  background: #EC9162FF;
}

.main .products-box {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}

.main .products-box .pro_adorn_top {
  position: absolute;
  top: 0;
  width: 100%;
  height: 296px;
  background: no-repeat;
  z-index: 1;
}

.main .products-box .pro_adorn_bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1100px;
  background: no-repeat;
  z-index: 1;
}

.main .products-box .prombox {
  width: 1500px;
  margin: auto;
  background: #fff;
  position: relative;
}

.main .products-box .prombox .prom-main {
  padding-top: 160px;
  position: relative;
  z-index: 2;
}

.main .products-box .prombox .prom-main .m-head-box {
  width: 223px;
  height: 40px;
  line-height: 40px;
    margin: auto auto 108px;
    font-size: 30px;
  text-align: center;
  position: relative;
}

.main .products-box .prombox .prom-main .m-head-box::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .products-box .prombox .prom-main .m-head-box::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/cf672137a765961b3686e37ae0806634.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .products-box .prombox .prom-main .m-head-box .iconbg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 88px;
  height: 100px;
  margin: auto;
    background-size: contain;
    background: no-repeat center;
    -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.main .products-box .prombox .prom-main .product-are {
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.main .products-box .prombox .prom-main .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 .products-box .prombox .prom-main .product-banner {
  width: 1260px;
  margin: auto;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper {
  width: 100%;
  padding-bottom: 120px;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m .item {
  width: 20%;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m .item .img {
  height: 240px;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m .item .img img {
  height: 100%;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m .item .price {
  margin: 10px 0;
  font-size: 22px;
  color: #EC9162FF;
  text-align: center;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m .item p {
  height: 36px;
  margin-bottom: 6px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m .item .but {
  width: 53px;
  margin: auto;
  padding-right: 27px;
  font-size: 16px;
  position: relative;
  color: #000;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .swiper-curt-m .item .but::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 17px;
  height: 13px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/950fcc975fe76f095129825c3421adec.png?imageMogr2/format/webp/rquality/50") no-repeat;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-pagination.swiper-pagination-progressbar {
  top: initial;
  bottom: 0;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #EC9162FF;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  bottom: -100px;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .num-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 5%;
  color: #999999;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .num-pagination span {
  font-size: 20px;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .num-pagination .cut-num {
  color: #EC9162FF;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .custom-but-box {
  position: absolute;
  right: 0;
  width: 10%;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .custom-but-box .swiper-button-next.swiper-button-disabled,
.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .custom-but-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .custom-but-box .custom-prev {
  width: 50px;
  height: 50px;
  background-image: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/4479d3e3325a793fb36ecee34d677947.png?imageMogr2/format/webp/rquality/50");
  background-size: cover;
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .custom-but-box .custom-prev:hover {
  background-image: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5f1798d4dabbd86642d17df4df06115c.png?imageMogr2/format/webp/rquality/50");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .custom-but-box .custom-next {
  width: 50px;
  height: 50px;
  background-image: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/4479d3e3325a793fb36ecee34d677947.png?imageMogr2/format/webp/rquality/50");
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .products-box .prombox .prom-main .product-banner #product-swiper .custom-box .custom-but-box .custom-next:hover {
  background-image: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5f1798d4dabbd86642d17df4df06115c.png?imageMogr2/format/webp/rquality/50");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .products-box .prombox .prom-main .moreProducts-box {
  width: 1260px;
  padding-bottom: 200px;
    margin: 95px auto auto;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-head {
  margin-bottom: 55px;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-head .title {
  padding-left: 32px;
  margin-bottom: 6px;
  font-size: 30px;
  position: relative;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-head .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .products-box .prombox .prom-main .moreProducts-box .more-head p {
  font-size: 14px;
  color: #666666;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main {
  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;
  margin-bottom: 23px;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main::after {
  content: '';
  height: 0;
  width: 32%;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .item {
  display: none;
  width: 32%;
  margin-bottom: 32px;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .item .img {
  height: 290px;
  margin-bottom: 15px;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .item .img img {
  height: 100%;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .item .text {
  height: 40px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .item .price-box {
  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 .products-box .prombox .prom-main .moreProducts-box .more-main .item .price-box span {
  font-size: 22px;
  color: #222;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .item .price-box .icon-but {
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/da1fad3f55d1de67c9d4404be9f591bb.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .item .price-box .icon-but:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/9e33ce7c0b50525b52a50dc55d6e01dd.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-main .m-p-block {
  display: block;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-but {
  width: 170px;
  height: 45px;
  margin: auto;
  border-radius: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-but:hover {
  background: #000;
  color: #fff;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-but:hover .more-icon {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8862d0c2e6a97b7d75f2b2dab0ac42b1.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-but span {
  font-size: 18px;
}

.main .products-box .prombox .prom-main .moreProducts-box .more-but .more-icon {
  width: 15px;
  height: 15px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8548876ae000417f2a46058c6b7ac682.png?imageMogr2/format/webp/rquality/50") no-repeat;
  margin-left: 5px;
}

.main .partner-box {
  padding-top: 68px;
  padding-bottom: 80px;
  padding-left: 215px;
  margin-bottom: 160px;
  background: #EC9162FF;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .partner-box .partenr-are {
  width: 500px;
  color: #fff;
}

.main .partner-box .partenr-are .part-head {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #fff;
  text-align: center;
  position: relative;
}

.main .partner-box .partenr-are .part-head .title {
  font-size: 30px;
}

.main .partner-box .partenr-are .part-head::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -55px;
  width: 60px;
  height: 4px;
  margin: auto;
  background: #ffc749;
}

.main .partner-box .partenr-are .text {
  margin-bottom: 55px;
  font-size: 24px;
  color: #fff;
}

.main .partner-box .partenr-are .part-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.main .partner-box .partenr-are .part-icon .item {
  width: 30%;
  height: 55px;
  margin-right: 25px;
}

.main .partner-box .part-prc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  position: relative;
  height: inherit;
}

.main .partner-box .part-prc .pic-a {
  height: 300px;
  position: absolute;
  top: -50px;
  left: 64px;
}

.main .partner-box .part-prc .pic-b {
  height: 360px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 2;
}
.main .partner-box .part-prc .pic-b img {
  height: 100%;
}

.main .support-box {
  margin-bottom: 160px;
  margin-top: 88px;
}

.main .support-box .sup-m .support-head {
  margin-bottom: 98px;
  position: relative;
}

.main .support-box .sup-m .support-head .title {
  width: 156px;
  height: 40px;
  line-height: 40px;
    margin: auto auto 108px;
    font-size: 30px;
  text-align: center;
  position: relative;
}

.main .support-box .sup-m .support-head .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .support-box .sup-m .support-head .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/cf672137a765961b3686e37ae0806634.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .support-box .sup-m .support-head .iconbg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 88px;
  height: 100px;
  margin: auto;
    background-size: contain;
    background: no-repeat center;
    -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.main .support-box .sup-m .min_baner .head {
  width: 930px;
    margin: auto auto 80px;
    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .support-box .sup-m .min_baner .head span {
  width: 33.33%;
  margin-right: -1px;
  line-height: 55px;
  border: 1px solid #d8d8d8;
  font-size: 20px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.main .support-box .sup-m .min_baner .head span.activate_xian {
  background: black;
  color: #fff;
}

.main .support-box .sup-m .min_baner .info-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1320px;
  margin: auto;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box {
  width: 660px;
  background: #f7f7f7;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item {
  width: inherit;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper {
  width: 100%;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper iframe {
  width: 100%;
  height: 450px;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper .text {
  line-height: 100px;
  text-align: center;
  font-size: 26px;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper .download_box {
  width: 28%;
  margin: auto;
  height: 450px;
  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 .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper .download_box .info a p {
  font-size: 18px;
  color: #222;
  text-align: center;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper .custom_prev {
  width: 45px;
  height: 45px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/92c4d661d45e5a111827d75ca3d8e977.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper .custom_prev:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/dc9a4dd5fd6b817e1bd1042868eb7214.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper .custom_next {
  width: 45px;
  height: 45px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/92c4d661d45e5a111827d75ca3d8e977.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .support-box .sup-m .min_baner .info-list-box .left-box .item .custom_swiper .custom_next:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/dc9a4dd5fd6b817e1bd1042868eb7214.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.main .support-box .sup-m .min_baner .info-list-box .right-box {
  width: 630px;
  height: 550px;
    padding: 50px 50px 86px;
    background: #f7f7f7 no-repeat right bottom;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.main .support-box .sup-m .min_baner .info-list-box .right-box .rig-head {
  padding-left: 37px;
  margin-bottom: 25px;
  font-size: 26px;
  position: relative;
}

.main .support-box .sup-m .min_baner .info-list-box .right-box .rig-head::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .support-box .sup-m .min_baner .info-list-box .right-box .text {
  display: none;
  height: 352px;
  font-size: 20px;
  color: #222;
  overflow-x: hidden;
}

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

.main .support-box .sup-m .min_baner .info-list-box .right-box .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 .support-box .sup-m .min_baner .info-list-box .right-box .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 .support-box .sup-m .min_baner .info-list-box .right-box .support-text-act {
  display: block !important;
}

.main .Comm-problem-box {
  margin-bottom: 130px;
}

.main .Comm-problem-box .problem-head {
  position: relative;
}

.main .Comm-problem-box .problem-head .title {
  width: 110px;
  height: 40px;
  line-height: 40px;
    margin: 60px auto 108px;
    font-size: 27px;
  text-align: center;
  position: relative;
}

.main .Comm-problem-box .problem-head .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .Comm-problem-box .problem-head .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/cf672137a765961b3686e37ae0806634.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .Comm-problem-box .problem-head .iconbg {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 88px;
  height: 100px;
  margin: auto;
    background-size: contain;
    background: no-repeat center;
    -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}

.main .Comm-problem-box .list-box {
  width: 1250px;
    margin: auto auto 45px;
}

.main .Comm-problem-box .list-box .list-head {
  margin-bottom: 70px;
  border-bottom: 1px solid #D8D8D8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .Comm-problem-box .list-box .list-head p {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
  border-bottom: 4px solid #222;
}

.main .Comm-problem-box .list-box .inquiry-list .item {
  display: none;
  margin-bottom: 32px;
  padding-bottom: 4px;
  border-bottom: 1px solid #D8D8D8;
}

.main .Comm-problem-box .list-box .inquiry-list .item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .Comm-problem-box .list-box .inquiry-list .item .head .title {
  max-width: 50%;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .Comm-problem-box .list-box .inquiry-list .item .head .title.act-color {
  color: #f97200;
}

.main .Comm-problem-box .list-box .inquiry-list .item .head .arrows-icon {
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/001c40c0fd5e3406757eba159546a286.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  cursor: pointer;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.main .Comm-problem-box .list-box .inquiry-list .item .head .arrows-icon.act-bg {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c3402505a6cf4f26c036ba2bd63bed7.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}

.main .Comm-problem-box .list-box .inquiry-list .item > p {
  display: none;
  max-width: 72%;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #666;
}

.main .Comm-problem-box .list-box .inquiry-list .m-p-block {
  display: block;
}

.main .Comm-problem-box .more-but {
  width: 170px;
  height: 45px;
  margin: auto;
  border: 1px solid #000;
  border-radius: 20px 0 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.main .Comm-problem-box .more-but:hover {
  background: #000;
  color: #fff;
}

.main .Comm-problem-box .more-but:hover .more-icon {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/74a77d2455457a7dcf2244a838b28ae8.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .Comm-problem-box .more-but span {
  font-size: 18px;
}

.main .Comm-problem-box .more-but .more-icon {
  width: 15px;
  height: 15px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5eb42d6a14882c7dac86f925184f9f40.png?imageMogr2/format/webp/rquality/50") no-repeat;
  margin-left: 5px;
}

.main .what-cust-box {
  padding-top: 90px;
  margin-bottom: 130px;
  background: no-repeat;
}

.main .what-cust-box .what-cust-head {
  margin-bottom: 90px;
  position: relative;
}

.main .what-cust-box .what-cust-head .title {
  width: 460px;
  height: 40px;
  line-height: 40px;
    margin: auto auto 108px;
    font-size: 27px;
  text-align: center;
  position: relative;
}

.main .what-cust-box .what-cust-head .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/0b728f2b87a1e0c357cded0c6f430f5c.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .what-cust-box .what-cust-head .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -37px;
  width: 22px;
  height: 25px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/cf672137a765961b3686e37ae0806634.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: contain;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .what-cust-box #what-swiper {
  padding-bottom: 176px;
  margin: auto;
}

.main .what-cust-box #what-swiper .swiper-slide {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.main .what-cust-box #what-swiper .swiper-slide .what-swiper-m {
  width: 360px;
  margin: auto;
  padding: 25px 35px 72px 35px;
  border: 1px solid #fff;
  border-radius: 30px 0 30px 0;
  position: relative;
  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 .what-cust-box #what-swiper .swiper-slide .what-swiper-m .title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  position: relative;
}

.main .what-cust-box #what-swiper .swiper-slide .what-swiper-m .title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.main .what-cust-box #what-swiper .swiper-slide .what-swiper-m .text {
  height: 184px;
  font-size: 20px;
  color: #fff;
  overflow-x: hidden;
}

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

.main .what-cust-box #what-swiper .swiper-slide .what-swiper-m .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 .what-cust-box #what-swiper .swiper-slide .what-swiper-m .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 .what-cust-box #what-swiper .swiper-slide .what-swiper-m .ues-img {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main .what-cust-box #what-swiper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main .what-cust-box #what-swiper .swiper-slide-active .what-swiper-m {
  width: 550px;
}

.main .what-cust-box #what-swiper .custom-pagin .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.main .join-vip-box {
  margin-top: 160px;
  padding-bottom: 130px;
}

.main .join-vip-box .vip-m {
  width: 1320px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .join-vip-box .vip-m .v-left {
  width: 543px;
}

.main .join-vip-box .vip-m .v-left .v-left-head {
  padding-left: 37px;
  margin-bottom: 87px;
  padding-top: 20px;
  font-size: 30px;
  background: no-repeat left;
  position: relative;
}

.main .join-vip-box .vip-m .v-left .v-left-head::before {
  content: 'WELCOME TO';
  position: absolute;
  top: 0;
  left: 40px;
  font-size: 12px;
}

.main .join-vip-box .vip-m .v-left .v-left-head::after {
  content: '';
  position: absolute;
  bottom: -28px;
  left: 44px;
  width: 10px;
  height: 20px;
  background: #EC9162FF;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
}

.main .join-vip-box .vip-m .v-left .v-left-m .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 34px;
}

.main .join-vip-box .vip-m .v-left .v-left-m .item .v-img {
  width: 90px;
  height: 90px;
}

.main .join-vip-box .vip-m .v-left .v-left-m .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 94px;
  margin-left: 20px;
  font-size: 16px;
  overflow-x: hidden;
}

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

.main .join-vip-box .vip-m .v-left .v-left-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 .join-vip-box .vip-m .v-left .v-left-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 .join-vip-box .vip-m .v-right {
  width: 600px;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f7f7f7;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .join-vip-box .vip-m .v-right .title {
  font-size: 20px;
  margin-bottom: 35px;
}

.main .join-vip-box .vip-m .v-right .freevip {
  width: 520px;
}

.main .join-vip-box .vip-m .v-right .freevip .input {
  margin-bottom: 10px;
}

.main .join-vip-box .vip-m .v-right .freevip .input input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 20px 0 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  color: #666;
}

.main .join-vip-box .vip-m .v-right .freevip .input select {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff no-repeat 96%;
  font-weight: bold;
  border-radius: 20px 0 20px 0;
  color: #666;
}

.main .join-vip-box .vip-m .v-right .freevip .input select:focus {
  border-color: #000;
}

.main .join-vip-box .vip-m .v-right .freevip .explain {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  color: red;
}

.main .join-vip-box .vip-m .v-right .freevip .buttom {
  width: 100%;
  line-height: 45px;
  background: #000;
  border: none;
    font-size: 18px;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  border-radius: 20px 0 20px 0;
  text-align: center;
}

.main .join-vip-box .vip-m .v-right .freevip .buttom:hover {
  background: #EC9162FF;
  color: #fff;
}

footer .f_message_are {
  background: #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: #EC9162FF;
}

footer .copyright_are {
  background: #EC9162FF;
  color: #fff;
}