.gather-icon {
    position: fixed;
    top: 62%;
    right: 16px;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: 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;
}

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

/*   置顶按钮   */

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

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

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

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

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

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

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

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

.suspend-box .item.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/0c901e75967d9bdea74055576bb45533.png') no-repeat;
  background-size: 20px;
}

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

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

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

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

/* PIC VIEW */
.preview-img-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(168, 168, 168, .2);
    z-index: 11;
    text-align: center;
    padding-top: 20%;
}

.preview-img-box > img {
    max-width: 11%;
    transform: scale(1.5);
}


/*   顶部   */

.top {
    width: 100%;
    background-color: #000;
    transition: all;
}

.top_fiex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/* .top .contact_box {
 
} */
.top .contact_box span {
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    position: relative;
}

.top .contact_box span i {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.top .contact_box span > img {
    width: 20px;
    margin-left: 14px;
    margin-right: 5px;
    vertical-align: middle;
}

.top .share_box {
    display: flex;
    align-items: center;
}

.top .share_box a {
    margin-left: 22px;
}

/*   头部   */
.heads_f {
    width: 100%;
    height: 80px;
    display: none;
}

.heads .header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.heads .header .logo_box {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

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

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

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

.heads .nav_box {
    display: flex;
    align-items: baseline;
}

.heads .nav_box .nav_list > a {
    line-height: 80px;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
    color: #222;
    transition: all .2s
}

.heads .nav_box .nav_list > a:hover {
    /* background: rgba(249, 114, 0, 1); */
    color: rgba(249, 114, 0, 1);
}

.heads .nav_box .nav_list .special {
    line-height: 80px;
    display: inline-block;
    padding: 0 15px;
    transition: all .2s;
}

.heads .nav_box .nav_list .special > a {
    font-size: 16px;
    color: #222;
}

.heads .nav_box .nav_list .special:hover > a {
    color: rgba(249, 114, 0, 1);
}

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

.product-list-mxo {
    background: rgba(51, 51, 51, .8);
}

.product-list-mxo .layui-menu {
    background: rgba(51, 51, 51, .8);
    color: #fff;
}

.product-list-mxo .layui-menu li {
    line-height: 35px;
    border-bottom: 1px solid rgba(207, 207, 207, .8);
    font-size: 14px;
    cursor: pointer;
}

.product-list-mxo .layui-menu li i,
.product-list-mxo .layui-menu li a {
    color: #fff;
}

.product-list-mxo .layui-menu li:hover a,
.product-list-mxo .layui-menu li:hover i {
    color: rgba(249, 114, 0, 1);
}

.product-list-mxo .layui-menu li .layui-menu-body-panel {
    background: rgba(51, 51, 51, .8);
}

.heads .nav_box .nav_list .special.nav_activate > a {
    color: rgba(249, 114, 0, 1);
}

/* .heads .nav_box .nav_list .eleProduct .product-list-mxo {
  display: none;
  position: absolute;
  left: 50%;
  width: 200px;
  padding-bottom: 10px;
  background: rgba(51,51,51,.8);
  z-index: 5;
  transform: translate(-50%, 0px);
}
.heads .nav_box .nav_list .eleProduct .product-list-mxo .item {
  line-height: 35px;
  border-bottom: 1px solid rgba(207, 207, 207, .8);
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.heads .nav_box .nav_list .eleProduct .product-list-mxo .item:hover {
  color:rgba(249, 114, 0, 1);
}
.heads .nav_box .nav_list .special.nav_activate>a {
  color: rgba(249, 114, 0, 1);
} */
.heads .nav_box .nav_list .nav_activate {
    /* background: rgba(249, 114, 0, 1); */
    color: rgba(249, 114, 0, 1);
}

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

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

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

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

.heads .header .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;
    transform: rotate(-42deg);
    box-shadow: 2px -2px 2px #ccc;
}

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

.heads .header .nav_box .lang-list-box ul li.act-color {
    color: rgba(249, 114, 0, 1);
}

.heads .header .nav_box .lang-list-box ul li:hover {
    color: rgba(249, 114, 0, 1);
}

.heads .header .nav_box .login_box {
    line-height: 45px;
    margin-left: 15px;
    padding: 0 10px;
    border: 1px solid rgba(249, 114, 0, 1);
    border-radius: 5px;
    font-size: 16px;
    color: rgba(249, 114, 0, 1);
    transition: all .2s;
}

.heads .header .nav_box .login_box:hover {
    background: rgba(249, 114, 0, 1);
    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, -webkit-transform;
    transition-property: background-color, opacity, 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 .header .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 .header .menus_box .shade {
    width: 50%;
    height: 100%;
    background: #fff;
    overflow: auto;
    position: relative;
    left: -50%;
    top: 0;
    transition: left .2s;
}

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

.heads .header .menus_box .shade h1 a {
    color: rgba(0, 0, 0, 1)
}

.heads .header .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 rgba(153, 153, 153, 1);
    text-align: center;
}

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

.heads .header .menus_box .shade .menus_eleProduct {
    position: relative;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(153, 153, 153, 1);
}

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

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

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

.heads .header .menus_box .shade .menus_eleProduct .product-list-mxo .item:hover {
    color: rgba(249, 114, 0, 1);
}

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

.heads .header .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 #222;
    transform: rotate(180deg);
}

.heads .header .menus_box .shade .lang-list-box p {
    /* padding-left: 60px; */
    line-height: 100px;
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.54);
}

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

.heads .header .menus_box .shade .lang-list-box ul li {
    width: 100%;
    line-height: 102px;
    background: rgb(203, 212, 216);
    border-bottom: 1px solid rgba(102, 102, 102, 1);
    font-size: 30px;
    color: #fff;
}

.heads .header .menus_box .shade .lang-list-box ul li.act-color {
    color: rgba(249, 114, 0, 1);
}

.heads .header .menus_box .shade .lang-list-box ul li:hover {
    background: rgb(184, 207, 217);
}

.heads_fixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 5;
    width: 100%;
    box-shadow: 0px 0px 10px rgb(168, 168, 168);
}


/*  banner  */
.banner .swiper-slide {
    width: 100%;
}

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

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

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

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

.banner .cur_next {
    transform: rotate(180deg);
}

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

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

.banner_box #banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    background: rgba(249, 114, 0, 1);
    border-radius: 10px;
}

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


/*   main    */
.main .about_box {
    padding-top: 150px;
    padding-bottom: 149px;
}

.main .about_box .about_bg {
    width: 1350px;
    height: 628px;
    margin: auto;
    /* background-color: royalblue; */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.about_box .about_bg .about_s {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 610px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .3);
    box-sizing: border-box;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 1);
}

.about_box .about_bg .about_s .wire {
    border: 1px dashed rgba(255, 255, 255, 1)
}

.about_box .about_bg .about_s .wire .head {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

/* .about_box .about_bg .about_s .wire .head .left{} */
.about_box .about_bg .about_s .wire .head .left span,
.about_box .about_bg .about_s .wire .head .right span {
    display: inline-block;
    width: 22px;
    height: 22px;
}

.about_box .about_bg .about_s .wire .head p {
    margin: 0 15px;
    font-size: 30px;
    color: #fff;
}

.about_box .about_bg .about_s .wire .info {
    margin: 40px 95px 75px 95px;
    font-size: 25px;
    color: #fff;
    overflow: auto;
    -webkit-box-orient: horizontal;
    height: 280px;
    padding: 10px;
    overflow-x: hidden;
}

/* scroll style */
.about_box .about_bg .about_s .wire .info::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

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

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

.about_box .about_bg .about_s .wire .but {
    margin: 0 65px 80px 65px;
    padding: 14px 0px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    transition: all .8s;
}

.about_box .about_bg .about_s .wire .but:active {
    transform: scale(0.9);
}

.about_box .about_bg .about_s .wire .but:hover {
    border-color: transparent;
    background: rgba(249, 114, 0, 1);
    color: #fff;
}

.about_box .about_bg .login_area {
    display: none;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 610px;
    padding: 25px 25px 0 78px;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #D8D8D8;
    box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

.about_bg .login_area .form_area {
    position: relative;
    padding-right: 25px;
}

.about_bg .login_area .form_area .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    transition: all .5s;
}

.about_bg .login_area .form_area .close.trans {
    transform: rotate(180deg);
}

.about_bg .login_area .form_area .hea {
    padding-bottom: 106px;
    padding-top: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #222;
}

.about_bg .login_area .form_area .input_s {
    padding: 13px;
    margin-bottom: 16px;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.about_bg .login_area .form_area .input_s input {
    width: 100%;
    margin-left: 10px;
    background: none;
    outline: none;
    border: none;
    font-size: 16px;
}

.about_bg .login_area .form_area .input_s:nth-child(5) img {
    height: 23px;
}

.about_bg .login_area .form_area textarea {
    width: 100%;
    padding: 13px;
    height: 125px;
    border: 1px solid rgba(216, 216, 216, 1);
    border-radius: 3px;
    font-size: 16px;
    color: #999999;
    resize: none;
    outline: none;
    box-sizing: border-box;
}

.about_bg .login_area .form_area textarea:focus {
    border: 1px solid #222;
}

.about_bg .login_area .form_area .buttom {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 100px;
    line-height: 51px;
    background: rgba(0, 0, 0, 1);
    border: none;
    border-radius: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    transition: all .8s;
    text-align: center;
    cursor: pointer;
}

.about_bg .login_area .form_area .buttom:active {
    transform: scale(0.9);
}

.about_bg .login_area .form_area .buttom:hover {
    /* border-color: transparent; */
    background: rgba(249, 114, 0, 1);
    color: #fff;
}

.main .our {
    padding: 60px 0 84px 0;
    background: rgba(241, 241, 241, 1);
}

.main .our .hea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.main .our .hea .title {
    height: 58px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid rgb(196, 198, 203);
    position: relative;
}

.main .our .hea .title::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    width: 52px;
    height: 4px;
    margin: auto;
    background: rgba(249, 114, 0, 1);
}

.main .our .hea p {
    font-size: 20px;
    color: #222;
}

.main .our .m_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
}

.main .our .m_box .item {
    width: 16.55%;
    margin: 0 11px;
    padding: 45px 43px 41px 43px;
    background: #fff;
    border: 1px solid rgba(216, 216, 216, 1);
    text-align: center;
}

.main .our .m_box .item > .imgs {
    width: 150px;
    margin: auto;
}

.our .m_box .item img {
    margin-bottom: 42px;
}

/* .our .m_box .item .info_box {
} */
.our .m_box .item .info_box h5 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: bold;
    color: #222;
    text-align: left;
    overflow: auto;
}

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

.our.product_s .product-are::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: rgb(249, 114, 0);
    transform: translate(0, -50%);
}

.our.product_s .m_box .item .info_box > h5 {
    height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.our .m_box .item .info_box .text {
    height: 110px;
    font-size: 16px;
    color: #666;
    text-align: left;
    overflow-x: hidden;
}

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

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

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

.our.product_s {
    background: #fff
}

.our.product_s .m_box {
    flex-wrap: wrap;
    justify-content: initial;
}

.our.product_s .m_box .item {
    width: 23.3%;
    margin-bottom: 31px;
    padding: 0;
    transition: all 0.6s;
}

.our.product_s .m_box .item:hover {
    box-shadow: 0px 0px 32px rgba(0, 0, 0, .3);
}

.our.product_s .m_box .item img {
    width: 86%;
    margin-top: 10px;
    margin-bottom: 22px;
    height: 250px;
    object-fit: contain;
}

.our.product_s .m_box .item .info_box {
    margin: 0 22px;
}

.our.product_s .m_box .item .info_box h4 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.our.product_s .m_box .item .info_box .price_box {
    margin-bottom: 36px;
    border: 1px solid rgba(249, 114, 0, 1);
    display: flex;
}

.our.product_s .m_box .item .info_box .price_box span {
    line-height: 40px;
}

.our.product_s .m_box .item .info_box .price_box .miaosha {
    width: 60%;
    background: rgba(249, 114, 0, 1);
    font-size: 22px;
    font-weight: bold;
    color: #FFF;
    position: relative;
}

.our.product_s .m_box .item .info_box .price_box .miaosha::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-color: transparent white transparent transparent;
    border-style: solid;
    border-width: 40px 8px 0 0;
}

.our.product_s .m_box .item .info_box .price_box .miaosha i {
    font-size: 20px;
    font-style: normal;
}

.our.product_s .m_box .item .info_box .price_box .original {
    width: 40%;
    font-size: 16px;
    text-decoration: line-through;
    color: #999;
}

.our.support_s {
    background: #fff;
}

.our.support_s .min_baner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our.support_s .min_baner .head {
    width: 930px;
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
}

.our.support_s .min_baner .head span {
    width: 33.33%;
    margin-right: -1px;
    line-height: 95px;
    border: 1px solid rgba(216, 216, 216, 1);
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
    cursor: pointer;
}

.our.support_s .min_baner .head span.activate_xian {
    background: rgba(0, 0, 0, 1);
    color: #fff
}

.our.support_s .min_baner .info_list {
    width: 1420px;
}

.our.support_s .min_baner .info_list .item {
    height: 538px;
}

.our.support_s .min_baner .info_list .item .custom_swiper {
    height: 100%;
    text-align: center;
}

.our.support_s #videos .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.our.support_s #videos .swiper-button-next.swiper-button-disabled,
.our.support_s #manuals .swiper-button-next.swiper-button-disabled,
.our.support_s #software .swiper-button-next.swiper-button-disabled {
    opacity: 1;
    background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.png?imageMogr2/format/webp/rquality/50") no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.our.support_s #videos .swiper-button-prev.swiper-button-disabled,
.our.support_s #manuals .swiper-button-prev.swiper-button-disabled,
.our.support_s #software .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/8f43cd2dd7b793574fe160ef8f21f2d9.png?imageMogr2/format/webp/rquality/50") no-repeat;
    background-size: cover;
    transform: rotate(0deg);
}

.our.support_s .min_baner .info_list .item .custom_swiper .custom_prev {
    width: 80px;
    height: 80px;
    background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/c4a605526765630c1cba94bada445170.png?imageMogr2/format/webp/rquality/50") no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.our.support_s .min_baner .info_list .item .custom_swiper .custom_next {
    width: 80px;
    height: 80px;
    background: url("https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/c4a605526765630c1cba94bada445170.png?imageMogr2/format/webp/rquality/50") no-repeat;
    background-size: cover;
}

.our.support_s .min_baner .info_list .item .custom_swiper .custom_next {
    transform: rotate(0deg);
}

.our.support_s .min_baner .info_list .item .video_w {
    width: 927px;
}

.our.support_s .min_baner .info_list .item .custom_swiper .download_box {
    width: 927px;
    margin: auto;
    margin-top: 100px;
}

.our.support_s .min_baner .info_list .item .custom_swiper .download_box .info a > img {
    width: 30%;
}

.our.support_s .min_baner .info_list .item .custom_swiper .download_box .info p {
    margin-top: 20px;
    font-size: 25px;
    font-weight: bold;
    color: rgba(125, 202, 45, 1);
}

.our.customers {
    background: #fff
}

.our.customers .customers_ban_box {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}

.our.customers .customers_ban_box .urse_info {
    width: 42%;
    margin: auto;
    padding: 80px 0 64px 0;
}

.our.customers .customers_ban_box .urse_info p {
    height: 108px;
    line-height: 36px;
    text-align: justify;
    color: #fff;
    /* font-size: 25px; */
    font-size: 18px;
    /* overflow: hidden; */
    overflow-x: hidden;
    padding-right: 15px;
}
.our.customers .customers_ban_box .urse_info p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 5px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.our.customers .customers_ban_box .urse_info p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
}
.our.customers .customers_ban_box .urse_info p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
}

.our.customers .customers_ban_box #customers {
    width: 90%;
}

.our.customers .customers_ban_box #customers .cust_hg {
    height: 360px;
    margin-bottom: 12%;
}

.our.customers .customers_ban_box #customers .cus_alike {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 120px;
    height: 50px;
    line-height: 50px;
    border: 1px solid rgba(153, 153, 153, 1);
    box-sizing: border-box;
    background: none;
    top: 84%;
    outline: none;
}

.our.customers .customers_ban_box #customers .cus_alike p {
    font-size: 20px;
    font-weight: bold;
    color: rgba(153, 153, 153, 1);
}

.our.customers .customers_ban_box #customers .cus_alike:hover {
    border-color: rgba(249, 114, 0, 1)
}

.our.customers .customers_ban_box #customers .cus_alike:hover p {
    color: rgba(249, 114, 0, 1)
}

.our.customers .customers_ban_box #customers .cus_alike i {
    width: 25px;
    height: 100%;
}

.our.customers .customers_ban_box #customers .customers_prev {
    left: 40%;
}

.our.customers .customers_ban_box #customers .customers_next {
    right: 40%
}

.our.customers .customers_ban_box #customers .customers_prev i {
    background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/6e7a876bd7c12e10f73f2943e3df5525.png?imageMogr2/format/webp/rquality/50') no-repeat 50%;
}

.our.customers .customers_ban_box #customers .customers_next i {
    background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/6e7a876bd7c12e10f73f2943e3df5525.png?imageMogr2/format/webp/rquality/50') no-repeat 50%;
    transform: rotate(180deg);
}

.our.customers .customers_ban_box #customers .customers_prev:hover i {
    background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/92703ca7f41e8739116b4e5708dd15b1.png?imageMogr2/format/webp/rquality/50') no-repeat 50%;
    transform: rotate(180deg);
}

.our.customers .customers_ban_box #customers .customers_next:hover i {
    background: url('https://wisdomseller-1258771466.cos.na-ashburn.myqcloud.com/92703ca7f41e8739116b4e5708dd15b1.png?imageMogr2/format/webp/rquality/50') no-repeat 50%;
    transform: rotate(0deg);
}

.our.customers img {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 50%;
}

.our.customers p {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.our.faq_s {
    background-color: #fff;
}

.our.faq_s .hea .title {
    height: 58px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px solid rgb(196, 198, 203);
    position: relative;
}

.our.faq_s .hea .title::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
    width: 30px;
    height: 4px;
    margin: auto;
    background: rgba(249, 114, 0, 1);
}

.our.faq_s .list-box .list-head {
    margin-bottom: 70px;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
}

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

.our.faq_s .list-box .inquiry-list .item {
    margin-bottom: 32px;
    padding-bottom: 4px;
    border-bottom: 1px solid #D8D8D8;
}

.our.faq_s .list-box .inquiry-list .item .head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

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

.our.faq_s .list-box .inquiry-list .item .head .title.act-color {
    color: rgb(249, 114, 0);
}

.our.faq_s .list-box .inquiry-list .item .head .arrows-icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all .3s ease-out;
}

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

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

.our.freevip_s {
    padding: 164px 0 164px 0;
    background-size: 100% 100%;
    box-sizing: border-box;
}

.our.freevip_s .fre_warp {
    display: flex;
}

.our.freevip_s .hea {
    flex: 1;
    justify-content: end;
}

.our.freevip_s .hea p {
    width: 52%;
    line-height: 38px;
    max-height: 225px;
    font-size: 25px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.our.freevip_s .fre_warp .freevip {
    flex: 1;
}

.our.freevip_s .freevip .item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    border-radius: 5px;
}

.our.freevip_s .freevip .item > div {
    width: 80%;
    display: flex;
    align-items: center;
    height: 58px;
    margin-bottom: 15px;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
}

.our.freevip_s .freevip .item:nth-child(2) > div {
    border: 0;
}

.our.freevip_s .freevip .item input {
    width: 100%;
    margin-left: 20px;
    font-size: 16px;
    border: none;
}

.our.freevip_s .freevip .item .sels {
    position: relative;
    color: #999;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    font-size: 16px;

}

.our.freevip_s .freevip .item .sels .ico {
    content: '';
    position: absolute;
    top: 50%;
    left: 10px;
    width: 24px;
    height: 24px;
    transform: translate(0, -50%);
}


.our.freevip_s .freevip .item select {
    padding-left: 44px;
    width: 100%;
    height: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid rgba(207, 207, 207, 1);
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}

.our.freevip_s .freevip .item select:focus {
    border-color: #000;
}

.our.freevip_s .freevip .item .z_s_color {
    color: #222;
}

.our.freevip_s .freevip .explain {
    color: red;
}

.our.freevip_s .freevip .buttom {
    /* width: 35%; */
    display: table;
    padding: 0 60px;
    line-height: 60px;
    margin-top: 45px;
    background: rgba(0, 0, 0, 1);
    border: 0;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    transition: all .8s;
    text-align: center;
    cursor: pointer;
}

.our.freevip_s .freevip .buttom:active {
    transform: scale(0.9);
}

.our.freevip_s .freevip .buttom:hover {
    border-color: transparent;
    background: rgba(249, 114, 0, 1);
    color: #fff;
}

.our.partner_s {
    padding-top: 158px;
    padding-bottom: 160px;
    background: #fff;
}

.our.partner_s .hea .title {
    width: 100%;
    height: 58px;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #222;
    border-bottom: 1px dashed rgb(196, 198, 203);
    text-align: center;
    position: relative;
}

.our.partner_s .hea > p {
    font-size: 20px;
    color: #222;
}

.our.partner_s .img-box {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    max-height: 280px;
}

.our.partner_s .img-box .item > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our.partner_s .img-box .item .imgs {
    max-width: 260px;
}

.our.partner_s .img-box .item .imgs.ts {
    max-width: 220px;
}

.our.partner_s .img-box .item .imgs img {
    width: 100%;
    height: 100%;
}

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

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

footer .f_message_are {
    border-bottom: 1px solid #d8d8d8;
}

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: rgba(249, 114, 0, 1);
}


footer .copyright_are {
    background: #000;
}

footer .copyright_are span {
    color: #fff;
}


.warn {
    position: absolute;
    top: 50%;
    left: 50% !important;
    padding: 20px !important;
    background: rgba(0, 0, 0, 1) !important;
    color: rgb(235, 235, 235);
    font-size: 14px;
    width: 260px;
    margin-left: -130px;
    border-radius: 5px;
    text-align: center;
    transform: none !important;
}
