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

.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: 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/3dd555393493c46b7d9ebf63d2b0e754.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/4d922837a18d6ddb56f40367f2228325.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/672eaa988730dadafed3159ad644aadf.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/2f1bd701264761709e4f88baee684ffe.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/66fe3649bda0d5f295334e58614c36cf.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/32397f6c947e35f60e7603646a65b8ab.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

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

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

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

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

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

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

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

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

.heads .nav_box .nav_list a {
  line-height: 33px;
  display: inline-block;
  padding: 0 15px;
  font-size: 16px;
  color: #222222;
  position: relative;
}

.heads .nav_box .nav_list a:hover {
  background: #00BE11;
  color: #fff;
}

.heads .nav_box .nav_list a:hover::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-top: 33px solid #fff;
}

.heads .nav_box .nav_list a:hover::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 33px solid #fff;
}

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

.heads .nav_box .nav_list .nav_activate {
  background: #00BE11;
  color: #fff;
}

.heads .nav_box .nav_list .nav_activate::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0;
  border-left: 0 solid transparent;
  border-right: 10px solid transparent;
  border-top: 33px solid #fff;
}

.heads .nav_box .nav_list .nav_activate::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  border-left: 10px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 33px solid #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner_box #banner .cur_prev {
  width: 80px;
  height: 80px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/c8f958f8ffdf22be43aa0cb2874aa323.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/c8f958f8ffdf22be43aa0cb2874aa323.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/2790cda07c1aff25667ed78bb0170697.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/2790cda07c1aff25667ed78bb0170697.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

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

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

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

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

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

.main .about-box .about-m {
  position: absolute;
  top: 150px;
  right: 0;
  left: 0;
}

.main .about-box .about-m .about-m-title {
  margin-bottom: 104px;
  font-size: 28px;
  font-weight: bold;
  color: #00BE11;
  text-align: center;
}

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

.main .about-box .about-m .about-m-box .about-m-a {
  width: 445px;
  height: 414px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 8px;
}

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

.main .about-box .about-m .about-m-box .about-m-b .about-m-b-item {
  height: 207px;
}

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

.main .about-box .about-m .about-m-box .about-m-c .about-info-box {
  width: 450px;
  height: 414px;
  background: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main .about-box .about-m .about-icon-box .abu-icon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .about-box .about-m .about-icon-box .abu-icon-item .icon-pic {
  width: 70px;
  height: 70px;
}

.main .about-box .about-m .about-icon-box .abu-icon-item .abu-text-box {
  max-width: 205px;
  margin-left: 15px;
  color: #fff;
}

.main .about-box .about-m .about-icon-box .abu-icon-item .abu-text-box h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .about-box .about-m .about-icon-box .abu-icon-item .abu-text-box p {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

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

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

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

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

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

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

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

.main .product_s .products-main #products {
  width: 1340px;
}

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

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

.main .product_s .products-main #products .m_box .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .product_s .products-main #products .m_box .item a .imgs {
  width: 200px;
  height: 220px;
  padding: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .product_s .products-main #products .m_box .item a .imgs img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.main .product_s .products-main #products .m_box .item a .info_box {
  width: 160px;
  margin: 0 20px;
  padding-top: 33px;
  padding-bottom: 30px;
}

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

.main .product_s .products-main #products .m_box .item a .info_box p {
  margin-bottom: 18px;
  font-size: 14px;
  color: #666666;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

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

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

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

.main .product_s .products-main #products .m_box .item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px grey;
          box-shadow: 0 0 10px grey;
}

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

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

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

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

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

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

.main .product_s .products-main .button-pagination-box .ye-m .swiper-button-prev.my-button-disabled {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/f210ec8b57dde51df5550152dfae8263.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

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

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

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

.main .advantage_s {
  width: 100%;
  height: 944px;
  background: no-repeat;
}

.main .advantage_s .advan-m {
  width: 1320px;
  margin: auto;
}

.main .advantage_s .advan-m .hea {
  padding-top: 70px;
}

.main .advantage_s .advan-m .hea .title {
  margin-bottom: 18px;
  padding-bottom: 560px;
  font-size: 25px;
  font-weight: bold;
  color: #00BE11;
  text-align: center;
}

.main .advantage_s .advan-m .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main .advantage_s .advan-m .list-box .item {
  width: 310px;
  padding: 33px 18px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .advantage_s .advan-m .list-box .item .imgs {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.main .advantage_s .advan-m .list-box .item .imgs img {
  width: 100%;
}

.main .advantage_s .advan-m .list-box .item .info-box {
  color: #fff;
}

.main .advantage_s .advan-m .list-box .item .info-box h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .advantage_s .advan-m .list-box .item .info-box p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

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

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

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

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

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

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

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

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

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

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

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .custom_prev {
  left: 0;
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/1e0651d679199eefbd5735b4abe5b6d0.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 {
  right: 0;
  width: 40px;
  height: 40px;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/1e0651d679199eefbd5735b4abe5b6d0.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

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

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

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

.main .support-s .min-baner .info-list .item #manuals.custom_swiper.swiper-container .download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 368px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

.main .support-s .min-baner .info-list .item #software.custom_swiper.swiper-container .download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 368px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

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

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

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

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

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

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

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

.main .customers_s {
  background: no-repeat;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main .customers_s .customers-ban-box .custom-pagination span.swiper-pagination-bullet {
  margin: 0 4px;
  border-radius: 5px;
  background-color: #d8d8d8;
}

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

.main .platform-box {
  background-color: #00BE11;
}

.main .platform-box .plat-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 77%;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .platform-box .plat-m p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.main .platform-box .plat-m .imgs {
  width: 162px;
  height: 115px;
  margin: 0 100px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.main .platform-box .plat-m .link-icon-box {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main .platform-box .plat-m .link-icon-box .item a {
  display: block;
  width: 124px;
  height: 124px;
}

.main .platform-box .plat-m .link-icon-box .item:nth-child(2) {
  margin: 0 30px;
  padding-top: 20px;
}

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

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

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

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

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

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item {
  width: 400px;
  padding: 31px 33px 31px 33px;
  margin-bottom: 56px;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #f1f1f1 no-repeat 20px;
  background-size: contain;
  border-radius: 5px;
}

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

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-q span {
  font-size: 16px;
  font-weight: 700;
  color: #00BE11;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.main .FAQ_s .faq-swiper-box #faq-ban .swiper-slide .inner-box .in-item .in-a span {
  height: 76px;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-left: 10px;
  overflow-x: hidden;
}

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

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

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

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

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

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

.main .freeVip-box .freeVip-inner-box {
  width: 1406px;
  height: 596px;
  margin: auto;
  padding-top: 90px;
  background: no-repeat;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .freeVip-box .freeVip-inner-box .freeVip_title {
  margin-bottom: 100px;
  font-size: 26px;
  font-weight: 700;
  color: #00BE11;
  text-align: center;
}

.main .freeVip-box .freeVip-inner-box .freevip-m {
  width: 80%;
  margin: auto;
  background-color: transparent;
}

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

.main .freeVip-box .freeVip-inner-box .freevip-m .form-box .freeVip-m-r-item {
  width: 45%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .form-box .freeVip-m-r-item .item-title {
  width: 27%;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #222222;
}

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

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

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

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

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

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

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

.main .freeVip-box .freeVip-inner-box .freevip-m .explain {
  margin-bottom: 75px;
}

.main .freeVip-box .freeVip-inner-box .freevip-m .but-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  background-color: #00BE11;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: 0;
}

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

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: #00BE11;
}

footer .copyright_are {
  background: #00BE11;
  color: #fff;
}