@charset "UTF-8";
.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/aa747bd34ac8b8c66e93aad14b42b663.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/5ff5dfed9dca7846627bc0628ba4efe0.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/2a75b2aa859685bfc46d83c7b8d1f1ef.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/a68b37e79dab864614cd55bee35d8a66.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/148e05573c5d8a5ee498f8213e12a5b9.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/ad1569ee907b57bd119fbd487299e80f.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.heads_f {
  width: 100%;
  height: 80px;
  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: 10px 0;
}

.heads .header .logo_box .img {
  height: 60px;
  margin-right: 10px;
}

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

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

.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: 80px;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #222;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.heads .nav_box .nav_list a:hover {
  color: #2c68ff;
}

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

.heads .nav_box .nav_list .nav_activate {
  color: #2c68ff;
}

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

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

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

.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: 45px;
  margin-left: 15px;
  padding: 0 10px;
  border: 1px solid #2c68ff;
  border-radius: 5px;
  font-size: 16px;
  color: #2c68ff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.heads .nav_box .login_box:hover {
  background: #2c68ff;
  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: #2c68ff;
}

.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;
  z-index: 10;
}

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

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

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

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

.banner_box #banner .cur_prev {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f06dd903821b1d036c3e5da56a2ef71d.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/f06dd903821b1d036c3e5da56a2ef71d.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/a0fdb51e85592c9c76899dbe08085858.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/a0fdb51e85592c9c76899dbe08085858.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: rgba(255, 255, 255, 0.8);
  -webkit-transition: width .5s;
  transition: width .5s;
  opacity: 1;
}

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

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

.main .about-box {
  padding-top: 149px;
  position: relative;
}

.main .about-box .about-inner-box {
  position: absolute;
  top: 204px;
  right: 18%;
  width: 16%;
  padding: 80px 42px 50px 40px;
  background: #fff;
}

.main .about-box .about-inner-box .in-ms {
  max-height: 280px;
  margin-bottom: 34px;
  overflow-x: hidden;
}

.main .about-box .about-inner-box .in-ms h1 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #222222;
}

.main .about-box .about-inner-box .in-ms p {
  line-height: 27px;
  font-size: 20px;
  color: #222222;
}

.main .about-box .about-inner-box .in-ms p a {
  color: #222222;
}

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

.main .about-box .about-inner-box .in-ms::-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 .in-ms::-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 .but {
  width: 57%;
  border: 1px solid #2c68ff;
  border-radius: 5px;
  line-height: 55px;
  font-size: 18px;
  color: #2c68ff;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .about-box .about-inner-box .but:hover {
  background: #2c68ff;
  color: #fff;
}

.main .about-box .about-inner-box::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -19px;
  width: 38px;
  height: 5px;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fff), color-stop(50%, blue));
  background-image: linear-gradient(to right, #fff 50%, blue 50%);
}

.main .about-box .about-inner-box::after {
  content: '';
  position: absolute;
  bottom: 20px;
  right: -30px;
  width: 60px;
  height: 5px;
  /* Safari 5.1 - 6.0 */
  /* Opera 11.1 - 12.0 */
  /* Firefox 3.6 - 15 */
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, blue), color-stop(50%, #fff));
  background: linear-gradient(to right, blue 50%, #fff 50%);
}

.main .about-box .login-area {
  display: none;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-46%, 0);
          transform: translate(-46%, 0);
  width: 17%;
    padding: 73px 60px 0;
    background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
          box-shadow: 13px 13px 70px rgba(0, 0, 0, 0.4);
  z-index: 3;
}

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

.main .about-box .login-area .form-area .close.trans {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main .about-box .login-area .form-area .hea {
  margin-bottom: 73px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  text-align: center;
}

.main .about-box .login-area .form-area .input-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 13px 0;
}

.main .about-box .login-area .form-area .input-s .img {
  width: 6%;
  margin-left: 15px;
  margin-right: 10px;
}

.main .about-box .login-area .form-area .input-s input {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  border: none;
}

.main .about-box .login-area .form-area textarea {
  width: 100%;
  height: 125px;
  margin-bottom: 55px;
  padding: 13px;
  border: 1px solid #d8d8d8;
    border-radius: 3px;
  font-size: 16px;
  color: #999999;
  resize: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .login-area .form-area textarea:focus {
  border-color: black;
}

.main .about-box .login-area .form-area .buttom {
  width: 100%;
  margin-bottom: 85px;
  line-height: 56px;
  background: #2c68ff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
}

.main .about-box .login-area .form-area .buttom:hover {
  background: #003acb;
}

.main .about-box .img img {
  width: 100%;
}

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

.main .advantage-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: 80px;
}

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

.main .advantage-s .hea .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .advantage-s .hea .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .advantage-s .hea p {
  font-size: 16px;
  color: #666666;
}

.main .advantage-s .m-box {
  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-s .m-box .item {
  width: 50%;
  padding-bottom: 22px;
  position: relative;
}

.main .advantage-s .m-box .item .info-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 34%;
  background: rgba(75, 126, 255, 0.7);
  padding: 76px;
}

.main .advantage-s .m-box .item .info-box h5 {
  margin-bottom: 34px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.main .advantage-s .m-box .item .info-box .text {
  height: 96px;
  font-size: 18px;
  color: #fff;
  overflow: auto;
}

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

.main .advantage-s .m-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-s .m-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 .product-s {
  padding-top: 150px;
}

.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: 80px;
}

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

.main .product-s .hea .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .product-s .hea .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .product-s .hea p {
  font-size: 16px;
  color: #666666;
}

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

.main .product-s .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 .m-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .product-s .m-box .item {
  width: 22.55%;
    margin: 0 16px 32px;
    text-align: center;
  border: 1px solid #d8d8d8;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .product-s .m-box .item img {
  height: 264px;
  width: 86%;
  margin-top: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.main .product-s .m-box .item .info-box {
  padding: 20px;
  background: #fff;
}

.main .product-s .m-box .item .info-box h4 {
  margin-bottom: 25px;
  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 .m-box .item .info-box .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
  border-radius: 5px;
  text-align: left;
}

.main .product-s .m-box .item .info-box .price-box span {
  color: #999999;
  text-decoration: line-through;
}

.main .product-s .m-box .item .info-box .price-box .price-iner {
  margin-right: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #ff0d00;
  text-decoration: none;
}

.main .product-s .m-box .item .info-box .price-box .price-iner i {
  font-style: normal;
}

.main .product-s .m-box .item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 5px 6px 18px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 6px 18px rgba(0, 0, 0, 0.2);
}

.main .support-s {
  padding-top: 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: 80px;
}

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

.main .support-s .hea .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .support-s .hea .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.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 {
  width: 930px;
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .support-s .min-baner .head span {
  width: 33.33%;
  margin-right: -1px;
  line-height: 95px;
  border: 1px solid #d8d8d8;
  font-size: 20px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.main .support-s .min-baner .head .activate-xian {
  background: #2c68ff;
  color: #fff;
}

.main .support-s .min-baner .info-list {
  width: 100%;
}

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

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .custom_prev {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e3bc395bf03c6133f5516832651f595b.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: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/e3bc395bf03c6133f5516832651f595b.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.swiper-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.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.swiper-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.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 .custom_prev,
.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container .custom_prev {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.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 .custom_next,
.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container .custom_next {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.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 .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 p {
  font-size: 20px;
  font-weight: bold;
  color: #16ad1a;
}

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

.main .customers-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: 100px;
}

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

.main .customers-s .hea .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .customers-s .hea .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .customers-s .customers-ban-box {
  width: 100%;
  padding: 90px 0;
  background: no-repeat;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box {
  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;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box .img {
  width: 180px;
  height: 180px;
  margin-bottom: 26px;
  border-radius: 50%;
  overflow: hidden;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box p {
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box .xin-box {
  margin-bottom: 19px;
  text-align: center;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box .xin-box span {
  display: inline-block;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box .xin-box span img {
  width: 100%;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box .text-iner {
  width: 50%;
  height: 145px;
  font-size: 22px;
  color: #fff;
  overflow: auto;
  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 #customer-ban.swiper-container .inner-box .text-iner::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .inner-box .text-iner::-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 #customer-ban.swiper-container .inner-box .text-iner::-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 #customer-ban.swiper-container .custom-prev {
  width: 60px;
  height: 100px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/c9d9e9b33168fa40fcc90ede66c801ff.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: 6%;
}

.main .customers-s .customers-ban-box #customer-ban.swiper-container .custom-next {
  width: 60px;
  height: 100px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/c9d9e9b33168fa40fcc90ede66c801ff.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  right: 6%;
}

.main .faq-s {
  width: 100%;
  height: 586px;
  margin-top: 106px;
  margin-bottom: 55px;
  background: #fff no-repeat;
  background-size: contain;
}

.main .faq-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: 94px;
  padding-top: 22px;
}

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

.main .faq-s .hea .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .faq-s .hea .title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/5c699905f8f4bae970862bed7acecafc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .faq-s .faq-ban-box {
  width: 100%;
  position: relative;
}

.main .faq-s .faq-ban-box #faq-ban.swiper-container {
  width: 1420px;
}

.main .faq-s .faq-ban-box #faq-ban.swiper-container .swiper-slide {
  width: 529px;
  margin: 10px 0;
}

.main .faq-s .faq-ban-box #faq-ban.swiper-container .swiper-slide .inner-box {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 13px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.main .faq-s .faq-ban-box #faq-ban.swiper-container .swiper-slide .inner-box .in-head {
  height: 67px;
  margin-bottom: 27px;
  padding-left: 35px;
  font-size: 25px;
  font-weight: bold;
  color: #222;
  position: relative;
  overflow: auto;
}

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

.main .faq-s .faq-ban-box #faq-ban.swiper-container .swiper-slide .inner-box .in-head::-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-ban-box #faq-ban.swiper-container .swiper-slide .inner-box .in-head::-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-ban-box #faq-ban.swiper-container .swiper-slide .inner-box .in-head::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/3b50545aaa9beed847c725c16958b0cc.png?imageMogr2/format/webp/rquality/50") no-repeat;
}

.main .faq-s .faq-ban-box #faq-ban.swiper-container .swiper-slide .inner-box p {
  height: 136px;
  line-height: 34px;
  font-size: 20px;
  color: #222;
  overflow: auto;
}

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

.main .faq-s .faq-ban-box #faq-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 .faq-s .faq-ban-box #faq-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 .faq-s .faq-ban-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc((100% - 529px) / 2);
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  -webkit-box-shadow: 0 0 64px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 64px rgba(255, 255, 255, 0.4);
}

.main .faq-s .faq-ban-box::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: calc((100% - 529px) / 2);
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  -webkit-box-shadow: 0 0 64px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 64px rgba(255, 255, 255, 0.4);
}

.main .partner-s {
  margin-bottom: 84px;
}

.main .partner-s .partner-warp .hea {
  margin-bottom: 90px;
}

.main .partner-s .partner-warp .hea .title {
  width: 16%;
    margin: auto;
  font-size: 30px;
  font-weight: bold;
  color: #222;
  text-align: center;
  position: relative;
}

.main .partner-s .partner-warp .hea .title .ls {
  position: absolute;
  top: 50%;
  left: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: no-repeat;
}

.main .partner-s .partner-warp .hea .title .rs {
  position: absolute;
  top: 50%;
  right: -50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 20px;
  background: no-repeat;
}

.main .partner-s .partner-warp .hea p {
  margin-top: 15px;
  padding-top: 13px;
  font-size: 20px;
  color: #222;
  text-align: center;
  border-top: 1px dashed #c4c6cb;
  position: relative;
}

.main .partner-s .partner-warp .hea p::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: -2px;
  width: 64px;
  height: 4px;
  margin: auto;
  background: #f97200;
}

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

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .partner-s .partner-warp .img-box .item a .imgs {
  max-width: 370px;
}

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

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

.main .freevip-s {
  width: 100%;
  padding: 92px 0;
  background: no-repeat;
  background-size: cover;
}

.main .freevip-s .fre-warp {
  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-s .fre-warp .hea {
  width: 40%;
}

.main .freevip-s .fre-warp .hea .title {
  margin-bottom: 60px;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.main .freevip-s .fre-warp .hea p {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.main .freevip-s .fre-warp .freevip {
  width: 40%;
}

.main .freevip-s .fre-warp .freevip .item {
  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-s .fre-warp .freevip .item .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  border: 2px solid #cfcfcf;
  border-radius: 3px;
  padding: 17px 0;
  background: #fff;
  position: relative;
}

.main .freevip-s .fre-warp .freevip .item .input .ico {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .freevip-s .fre-warp .freevip .item .input input {
  width: 100%;
  padding-left: 50px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #222;
}

.main .freevip-s .fre-warp .freevip .item .sels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #fff;
  position: relative;
}

.main .freevip-s .fre-warp .freevip .item .sels .ico {
  position: absolute;
  top: 50%;
  left: 13px;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.main .freevip-s .fre-warp .freevip .item .sels select {
  width: 100%;
  height: 100%;
  padding-left: 44px;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat 96%;
  font-weight: bold;
}

.main .freevip-s .fre-warp .freevip .item .sels select:focus {
  border-color: #000;
}

.main .freevip-s .fre-warp .freevip .item:nth-child(1) {
  margin-bottom: 15px;
}

.main .freevip-s .fre-warp .freevip .explain {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 12px;
  color: #ff0d00;
}

.main .freevip-s .fre-warp .freevip .buttom {
  width: 100%;
  line-height: 45px;
  background: #2c68ff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-align: center;
}

.main .freevip-s .fre-warp .freevip .buttom:hover {
  background: #003acb;
  color: #fff;
}

footer {
  background: linear-gradient(45deg, #fff, #fff);
}

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

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

footer .f_message_are .info_box .item p span {
  mix-blend-mode: difference;
}
footer .f_message_are .info_box .item p>span.phoneText-ele {
  mix-blend-mode: initial;
}
footer .f_message_are .info_box .item p>span.phoneText-ele a {
  color: #222;
}

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

footer .f_message_are .info_box .item a img {
  mix-blend-mode: difference;
}

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

footer .f_message_are .info_box .item a:hover span {
  color: #2c68ff;
}

footer .copyright_are {
  background: #2c68ff;
  color: #fff;
}