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

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

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

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

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

.suspend-box .service:hover {
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/a37fa03652bb360a5b3dbcab0c13dce1.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/94b733938af9b3de9487b8dda9dd57d9.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/4c2c86ac525aa9d4a6847151fc6ee196.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: 20px;
}

.suspend-box .service .ser-inner .ser-inner-item.whatsapp {
  margin: 10px 0;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/573961b551b5d3468d9a2bcb288cbcbf.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/29c7390513b2e459cbcef923478a5da7.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/960fcd00d6181c4629a30c9fbcc1df3b.png?imageMogr2/format/webp/rquality/50") no-repeat center;
  background-size: 100%;
}

.top-box {
  background-color: #03181CFF;
}

.top-box .top-wap {
  width: 1420px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-box .top-wap p {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}

.top-box .top-wap .lang-list-box {
  height: 40px;
    padding: 0 28px 0 8px;
    position: relative;
}

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

.top-box .top-wap .lang-list-box p {
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}

.top-box .top-wap .lang-list-box ul {
  display: none;
  position: absolute;
  top: 50px;
  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: 3;
}

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

.top-box .top-wap .lang-list-box ul li:hover {
  color: #B18E5EFF;
}

.top-box .top-wap .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_f {
  width: 100%;
  height: 56px;
  display: none;
}

.heads {
  background: #04293AFF;
}

.heads .header {
  height: 70px;
  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: 50px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.heads .nav_box .login_box:hover {
  background: #B18E5EFF;
  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: #fff;
  -webkit-transition-duration: 0.086s;
  transition-duration: 0.086s;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #04293AFF;
  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;
  opacity: 0;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/d1c3580e1eee42c040148e42e99a4e46.png?imageMogr2/format/webp/rquality/50") no-repeat;
  background-size: cover;
}

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

.banner_box #banner .swiper-button-next:hover {
  opacity: 1;
  background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/2877ae16e62727d2af1cf7e7d7ec1173.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/2877ae16e62727d2af1cf7e7d7ec1173.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: white;
  -webkit-transition: width .5s;
  transition: width .5s;
  opacity: 1;
}

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

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

.main .advantage_s {
  padding: 20px 0;
  background-color: #F8F8F8FF;
}

.main .advantage_s .m_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;
  justify-items: center;
}

.main .advantage_s .m_box .item {
  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 .advantage_s .m_box .item img {
  width: auto;
  height: 75px;
  margin-bottom: 10px;
}

.main .advantage_s .m_box .item .info_box .text {
  width: 170px;
  max-height: 150px;
  font-size: 12px;
  color: #222;
  text-align: left;
  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 .about-box .about-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main .about-box .about-item .info-box {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 85px 120px 200px;
  background-color: white;
}

.main .about-box .about-item .info-box .top-are {
  height: 146px;
  margin-bottom: 25px;
  background: no-repeat;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main .about-box .about-item .info-box .top-are p {
  font-size: 12px;
  color: #666666FF;
}

.main .about-box .about-item .info-box .top-are .title {
  font-size: 30px;
  color: #222222;
  position: relative;
}

.main .about-box .about-item .info-box .top-are .title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 80px;
  height: 3px;
  background: #B18E5EFF;
}

.main .about-box .about-item .info-box .text-are {
  height: 250px;
  overflow-x: hidden;
}

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

.main .about-box .about-item .info-box .text-are::-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-item .info-box .text-are::-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-item .pic-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 600px;
}

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

.main .about-box .contact-are .info-box {
  width: 50%;
  padding: 0 200px 94px 85px;
  background-color: #04293AFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .contact-are .info-box .top-are {
  background: no-repeat;
}

.main .about-box .contact-are .info-box .top-are p {
  color: #fff;
}

.main .about-box .contact-are .info-box .top-are .title {
  color: #fff;
}

.main .about-box .contact-are .info-box .top-are .title::after {
  background: #fff;
}

.main .about-box .contact-are .info-box .from-box p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #fff;
}

.main .about-box .contact-are .info-box .from-box .form-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main .about-box .contact-are .info-box .from-box .form-area .input-ms {
  margin-bottom: 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}

.main .about-box .contact-are .info-box .from-box .form-area .input-ms .input-item {
  border: 1px solid transparent;
  border-radius: 3px;
}

.main .about-box .contact-are .info-box .from-box .form-area .input-ms .input-item input {
  width: 100%;
  height: 40px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 40px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .contact-are .info-box .from-box .form-area .input-ms.weird {
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}

.main .about-box .contact-are .info-box .from-box .form-area textarea {
  width: 100%;
  height: 130px;
  padding-top: 15px;
  padding-left: 12px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .about-box .contact-are .info-box .from-box .form-area .buttom {
  width: 16%;
  padding: 0 23px;
  line-height: 45px;
  background: #04293AFF;
  border-radius: 3px;
  border: 1px solid #B18E5EFF;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .about-box .contact-are .info-box .from-box .form-area .buttom:hover {
  background: #B18E5EFF;
}

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

.main .product-s .hearTitle {
  display: table;
  padding: 0 20px;
    margin: 0 auto 70px;
    font-size: 25px;
  font-weight: bold;
  color: #222222;
  position: relative;
}

.main .product-s .hearTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #222;
}

.main .product-s .hearTitle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #222;
}

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .product-s .m-box::after {
  content: '';
  height: 0;
  width: 22.44%;
}

.main .product-s .m-box .item {
  display: none;
  width: 22.44%;
    margin: 0 16px 32px;
    text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .product-s .m-box .item:hover .ele-img .eleBuy {
  bottom: 15px;
}

.main .product-s .m-box .item .ele-img {
  width: 100%;
  height: 290px;
  padding: 15px;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.main .product-s .m-box .item .ele-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.main .product-s .m-box .item .ele-img .eleBuy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  width: 93%;
  margin: 0 auto;
  line-height: 45px;
  background-color: #B18E5EFF;
  font-size: 14px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

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

.main .product-s .m-box .item .info-box h4 {
  margin-bottom: 25px;
  font-size: 14px;
  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: #B18E5EFF;
  text-decoration: none;
}

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

.main .product-s .m-box .m-p-block {
  display: block;
}

.main .product-s .more {
  display: table;
    margin: 30px auto 0;
    line-height: 53px;
  padding: 0 55px;
  border: 1px solid #B18E5EFF;
  border-radius: 3px;
  font-size: 16px;
  color: #B18E5EFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main .product-s .more:hover {
  background: #B18E5EFF;
  color: #fff;
}

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

.main .support-s .hearTitle {
  display: table;
  padding: 0 20px;
    margin: 0 auto 70px;
    font-size: 25px;
  font-weight: bold;
  color: #222222;
  position: relative;
}

.main .support-s .hearTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #222;
}

.main .support-s .hearTitle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #222;
}

.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: 600px;
  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 {
  margin: 0 35px;
  line-height: 36px;
  font-size: 20px;
  color: #666666;
  text-align: center;
  cursor: pointer;
}

.main .support-s .min-baner .head .activate-xian {
  color: #B18E5EFF;
  border-bottom: 1px solid #B18E5EFF;
}

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

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

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

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-slide {
  position: relative;
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-slide:hover p {
  bottom: -75px;
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-slide video {
  width: 100%;
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-slide p {
  position: absolute;
  bottom: 0;
  width: inherit;
  line-height: 75px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  z-index: 5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main .support-s .min-baner .info-list .item #videos.custom_swiper.swiper-container .swiper-slide iframe {
  width: 100%;
  height: 700px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.main .support-s .min-baner .info-list .item .custom_swiper .download_box {
  margin: 100px 0;
}

.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 .support-s .min-baner .third-party {
  width: 100%;
  padding: 42px 0;
  border: 1px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .support-s .min-baner .third-party p {
  width: 26%;
  font-size: 20px;
  color: #222;
}

.main .support-s .min-baner .third-party .third-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
}

.main .support-s .min-baner .third-party .third-icon-box .item {
  width: 150px;
}

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

.main .customers-s .hearTitle {
  display: table;
  padding: 0 20px;
    margin: 0 auto 70px;
    font-size: 25px;
  font-weight: bold;
  color: #222222;
  position: relative;
}

.main .customers-s .hearTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #222;
}

.main .customers-s .hearTitle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #222;
}

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

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

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper {
  padding-top: 75px;
}

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .swiper-slide {
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

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

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .swiper-slide .inner-box .in-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .swiper-slide .inner-box .in-head .imgs {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .swiper-slide .inner-box .in-head .imgs img {
  width: 100%;
  height: 100%;
}

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

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

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .swiper-slide .inner-box .in-head .in-l-title .in-xin {
  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 #customers-ban.swiper-container .swiper-wrapper .swiper-slide .inner-box .in-head .in-l-title .in-xin span {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .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-wrapper .swiper-slide .inner-box > p {
  height: 390px;
  font-size: 16px;
  color: #666666;
  overflow-x: hidden;
}

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

.main .customers-s .customers-ban-box #customers-ban.swiper-container .swiper-wrapper .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-wrapper .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-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main .customers-s .customers-ban-box .customers_ban_prevEl {
  width: 50px;
  height: 30px;
  background: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -25px;
}

.main .customers-s .customers-ban-box .customers_ban_nextEl {
  width: 50px;
  height: 30px;
  background: no-repeat;
  background-size: contain;
  right: -25px;
}

.main .faq-s {
  padding-top: 118px;
  background: no-repeat;
  background-size: 100% 420px;
}

.main .faq-s .hearTitle {
  display: table;
  padding: 0 20px;
    margin: 0 auto 120px;
    font-size: 25px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.main .faq-s .hearTitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #fff;
}

.main .faq-s .hearTitle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -34px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 34px;
  height: 2px;
  background: #fff;
}

.main .faq-s .m-list {
  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 .faq-s .m-list .item {
  display: none;
  width: 49%;
  margin-bottom: 20px;
  padding: 66px 50px 50px 50px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D8D8D8FF;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main .faq-s .m-list .item:hover {
  -webkit-box-shadow: 0 7px 10px #d8d8d8;
          box-shadow: 0 7px 10px #d8d8d8;
}

.main .faq-s .m-list .item .item-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #D8D8D8FF;
  font-size: 18px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .faq-s .m-list .item p {
  line-height: 22px;
  height: 108px;
  font-size: 16px;
  color: #666;
  overflow-x: hidden;
}

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

.main .faq-s .m-list .item 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 .m-list .item 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 .m-list .m-p-block {
  display: block;
}

.main .faq-s .faq-more {
  display: table;
    margin: 30px auto 0;
    line-height: 53px;
  padding: 0 55px;
  border: 1px solid #B18E5EFF;
  border-radius: 3px;
  font-size: 16px;
  color: #B18E5EFF;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.main .faq-s .faq-more:hover {
  background: #B18E5EFF;
  color: #fff;
}

.main .freeVip-s {
  margin-top: 80px;
  padding: 20px 0;
  border: 5px solid #B18E5EFF;
  border-radius: 10px;
}

.main .freeVip-s .freeVip_title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #222;
  text-align: center;
}

.main .freeVip-s p {
  width: 50%;
    margin: auto auto 35px;
    font-size: 14px;
  color: #666;
}

.main .freeVip-s .freeVip-m-r {
  width: 990px;
  padding: 45px 60px;
  margin: auto;
  background: #F4F4F4FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main .freeVip-s .freeVip-m-r .form-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

footer {
  margin-top: 20px;
}

footer .f_message_are {
  background-color: #04293AFF;
}

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

footer .copyright_are {
  background: #03181CFF;
  color: #fff;
}