html{

}
*,*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin:0;
  padding:0 0 0 0 !important;
  font:16px/1.875 Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
  color:#000;
  background-color: #FFF;
}
select,textarea,button{
  font:16px/1.875 Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
ul,li,dl,dd,dt{
  margin:0;
  padding:0;
  list-style-type:none;
}
h1,h2,h3{
  margin:0;
  padding:0;
}
em,i{
    font-style: normal;
}
img{
    border: 0;
}
.wrap{
  display: table;
  width: 100%;
}
.wrapper{
  display: table;
  width:90%;
  margin-left: auto;
  margin-right: auto;
}
.w100{
  display: table;
  width: 100%;
}
.w50{
  display: inline-block;
  width: 49.5%;
}
a,a:focus,a:hover,.btn:focus,li, li:focus, li:hover, input, input:focus, input:hover, textarea, textarea:focus, textarea:hover, select, select:focus, select:hover {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}
a,a:link,a:active,a:visited {
  color:#333333;
  text-decoration:none;
  outline: none;
  transition: All 0.3s ease-in-out;
}
a:hover {
  color:#FF9900;
  text-decoration:none !important;
}
textarea{
    resize: none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#A3A2A3;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
   color:#A3A2A3;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
   color:#A3A2A3;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{    /* ie  */
   color:#A3A2A3;
}
.line:last-child{
  border-bottom: none;
}
.red{
    color: #FFAA45;
}
.pc{
    display: block !important;
}
.h5{
    display: none !important;
}
.imgs{
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.imgs:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.abr{
    position: relative;
}
/*header*/
.header{
    display: block;
    width: 100%;
    height: 85px;
    background: #fff;
    position: relative;
    z-index: 1000;
}
.header .wrapper{
    position: relative;
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.header .logo{
    margin: 23px 0 0 0;
    width: 128px;
    height: 39px;
}
.header .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.header .logo img{
    display: block;
    width: 100%;
    height: 100%;
}
.header .nav{
    display: flex;
    justify-content: flex-start;
    margin-top: 7.5px;
}
.header .nav li{
    margin: 0 22px;
    position: relative;
}
.header .nav li:last-child{
    margin-right: 0;
}
.header .nav li a:after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 1.5px;
    background-color: #000;
    transition: all 0.35s;
}
.header .nav li.cur a:after, .header .nav li a:hover:after {
    width: 100%;
    margin-left: -50%;
}
.header .nav li a{
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 70px;
    position: relative;
}
.header .nav li.cur a,.header .nav li:hover a{
    color: #000;
}
.header .nav li dl{
    display: none;
}
.header .nav li:hover dl{
    position: absolute;
    left: calc(50% - 60px);
    top: 60px;
    padding: 10px 15px 10px 15px;
    min-width: 120px;
    display: block;
    white-space: nowrap;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 1px 12px 0px rgb(0 0 0 / 10%);
}
.header .nav li:hover dl:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -6px;
    left: 55px;
}
.header .nav li:hover dl dd{
    text-align: center;
    position: relative;
}
.header .nav li:hover dl dd:last-child{
  border-bottom: none;
}
.header .nav li:hover dl dd a{
    font-size: 14px;
    color: #666666;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,0.04);
}
.header .nav li:hover dl dd:last-child a{
  border-bottom: none;
}
.header .nav li:hover dl dd a:hover,.header .nav li:hover dl dd.cur a{
    color: #FFAA45;
}
.header .topbtn{
    position: absolute;
    top: 37px;
    right: 75px;
    display: flex;
}
.header .topbtn .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    height: 40px;
    border:1px solid #FFFFFF;
    border-radius: 20px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 15px;
    color: #FFF;
    margin-left: 29px;
    cursor: pointer;
}
.header .topbtn .item img{
    display: block;
    margin-right: 10px;
    max-width: 21px;
    max-height: 21px;
}
.header .topbtn .item img.down{
    margin-left: 6px;
    margin-right: 2px;
}
.header .topbtn .item.cur{
    border:1px solid #FFAA45;
    color: #FFAA45;
}
.header .topbtn .item.cur img{
    margin-right: 6px;
}
.header .topbtn .item:hover{
    opacity: 0.8;
}
.icon-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 16px;
    width: 30px;
    height: 24px;
    background: url(../images/icon-menu.png) no-repeat center center;
    background-size: auto 22px;
}
.header .icon-close{
    display: none;
}
.m-menu{
    display: none;
}
/*subbanner*/
.subbanner{
    display: block;
    width: 100%;
    /*height: 520px;*/
    /*background-color: #000;*/
    /*background: -webkit-linear-gradient(180deg, #4f5c74,#58657c,#606c81);!* Chrome 10-25, Safari 5.1-6 *!                          background: linear-gradient(180deg, #4f5c74,#58657c,#606c81);!* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
  background: linear-gradient(
    to bottom,
    #9ed9f7,   /* 顶部偏浅的蓝 */
    #7bc6f5,   /* 中部稍深 */
    #a8e2fa,   /* 底部回到亮蓝 */
    #e4f6ff    /* 底部非常浅接近白 */
  );
}
.subbanner .wrapper{
    display: flex;
    height: 100%;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
}
.subbanner .text{
    padding-left: 45px;
    padding-bottom: 25px;
    color: #FFF;
}
.subbanner .text .title{
    font-size: 50px;
}
.subbanner .text .subtitle{
    font-size: 20px;
}
.subbanner .pro{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: auto;
    flex-wrap: wrap;
    padding: 40px 0;
    margin: 0 auto;
}
.subbanner .pro a{
    display: block;
    width: 250px;
    height: auto;
    margin: 0 40px 20px 50px;
}
.subbanner .pro a img{
    display: block;
    width: 250px;
    height: 250px;
    transition: all 0.5s;
}
.subbanner .pro a:hover img{
    transform: scale(1.1);
}
.subbanner .pro a span{
    display: block;
    font-size: 24px;
    text-align: center;
    /*padding-top: 30px;*/
    color: #333;
  white-space: nowrap;
}
.subbanner .pro a:hover span{
    text-decoration: underline !important;
}

.home-bg {
  background: linear-gradient(
    to bottom,
    #9ed9f7 0%,
    #7bc6f5 40%,
    #a8e2fa 70%,
    rgba(246, 246, 246, 0.9) 100%
  );
}

/*banner*/
.homebanner{
    display: table;
    width: 100%;
    height: 765px;
    position: relative;
}
.homebanner .hbanner{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.homebanner .swiper-pagination{
  display: block;
  margin: 0 auto;
  bottom: 35px;
}
.homebanner .swiper-pagination .swiper-pagination-bullet {
    width:48px;
    height:6px;
    border-radius:3px;
    margin: 0 4px;
    color: #FFFFFF;
    display: inline-block;
    background: #FFFFFF;
    opacity: .40;
}
.homebanner .swiper-pagination .swiper-pagination-bullet-active,.homebanner .swiper-pagination-current{
  opacity: 1;
}
.swiper-pages{
    position: absolute;
    top: 50%;
    margin-top: -35px;
    display: block;
    width: 100%;
    height: 50px;
}
.swiper-button-prev,.swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -20px;
    border-radius: 50%;
    background-color: rgba(174, 175, 175, .30);
    border: none;
}
.swiper-button-prev{
    left: 80px;
}
.swiper-button-next{
    right: 80px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    background: #aeafaf;
    border: none;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after{
    color: #FFFFFF;
}
.banner-con{
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    /*background: -webkit-linear-gradient(180deg, #4f5c74,#58657c,#606c81);!* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(180deg, #4f5c74,#58657c,#606c81);!* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
}
.banner-con .wrapper{
    display: flex;
    height: 100%;
    padding-bottom: 30px;
    align-items: center;
    justify-content: space-between;
}
.banner-con .text{
    display: block;
    max-width: 750px;
    color: #FFF;
    margin-left: 160px;
    padding-bottom: 20px;
  flex: 1;
  padding-right: 100px;
}
.banner-con .text .title{
    font-size: 30px;
    font-weight: 400;
    /*height: 120px;*/
}
.banner-con .text .desc{
    font-size: 20px;
    line-height: 1.5;
    padding-top: 20px;
    /*height: 100px;*/
}
.banner-con .btn{
    display: flex;
    margin-top: 130px;
}
.banner-con .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 55px;
    margin-right: 30px;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    border-radius: 28px;
    border: 1px solid #FFFFFF;
}
.banner-con .btn a.cur:hover,.banner-con .btn a:hover{
    opacity: 0.8;
}
.banner-con .btn a.cur,.banner-con .btn a:hover{
    background-color: #FFF;
    color: #000;
}
.banner-con .pic{
    display: block;
    width: auto;
    height: 590px;
    margin-right: 100px;
}
.banner-con .pic img{
    display: block;
    /*width: auto;*/
    max-width: 600px;
    height: 100%;
    object-fit: contain;
}
.botext{
    position: absolute;
    left: 0;
    bottom: 100px;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #FFF;
}
.homebanner .big-pic{
    display: block;
    width: 100%;
    height: 100%;
}
.homebanner .big-pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homeproduct {
    display: block;
    padding: 85px 0 65px 0;
}
.homeproduct .home-title {
  color: #fff;
}
.home-title{
    display: block;
    text-align: center;
    line-height: 1;
}
.home-title .title{
    font-size: 60px;
    padding-bottom: 20px;
}
.home-title .desc{
    color: #666;
    font-size: 20px;
    line-height: 1.45;
}
.home-title .desc a{
    text-decoration: underline !important;
}
.homeproduct-list {
  display: grid;
  width: 80%;
  margin: 0 auto;
  grid-template-columns: repeat(4, 1fr);

}
.homeproduct-list a{
    display: block;
    flex: 1;
    /*height: 460px;*/
    padding-top: 35px;
    /*margin-right: 10px;*/
    /*margin-bottom: 50px;*/
    /*background-color: #F0F0F0;*/
}
.homeproduct-list a:nth-child(3n) {
    margin-right: 0;
}
.homeproduct-list a img{
    display: block;
    width: 250px;
    margin: 0 auto;
    height: 250px;
    transition: all 0.5s;
  object-fit: contain;
}
.homeproduct-list a:hover img{
    transform: scale(1.1);
}
.homeproduct-list a span{
    display: block;
    font-size: 28px;
    line-height: 1;
    text-align: center;
    padding-top: 20px;
}
.homeproduct-list a:hover{
    color: #000 !important;
}
.homevideo {
    display: block;
    padding: 85px 0 95px 0;
    background-color: #f6f6f6;
}
.homevideo .video{
    margin-top: 85px;;
}
.homevideo .video video{
    width: 100%;
    height: 680px;
}
.homeshowcase {
    display: block;
    padding: 85px 0 95px 0;
}
.homereviews{
    display: block;
    padding: 85px 0 95px 0;
    background-color: #f6f6f6;
}
/*showcase*/
.homeshowcase .showcase-list{
    /*width: 1735px;*/
    /*margin: 65px auto 0 auto;*/
    /*padding-bottom: 10px;*/
}
.homeshowcase .showcase-list .swiper-button-prev {
  left: 0;
}
.homeshowcase .showcase-list .swiper-button-next {
  right: 20px;
}
.showcase-list{
    display: flex;
    width: 1695px;
    margin: 85px auto 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
}
.showcase-list li{
    flex: 0 0 390px;
    width: 390px;
    /*height: 380px;*/
    background: #F5F5FA;
    box-shadow: 0px 5px 20px 0px rgba(38,38,38,0.22);
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    margin-right: 45px;
    /*margin-bottom: 50px;*/
}
.showcase-list li .pic img {
  border-radius: 15px;
}
.subbanner .homeshowcase .showcase-list{
    width: 920px;
    margin: 65px auto 0 auto;
    padding-bottom: 10px;
}
.subbanner .showcase-list{
    width: 880px;
    margin: 0;
}
.subbanner .showcase-list li{
    flex: 0 0 270px;
    width: 270px;
    /*height: 263px;*/
    background: #313131;
    border: none;
}
.subbanner .showcase-list li .pic{
    height: 188px;
}
.subbanner .showcase-list li .pic .icon-play {
    width: 45px;
    height: 45px;
    margin: -22.5px 0 0 -22.5px;
    background: url(../images/icon-play.png) no-repeat center center;
    background-size: 45px 45px;
}
.subbanner .showcase-list li .text{
    /*padding: 12px 0 0 58px;*/
    /*padding: 12px 0 0 0;*/
  padding: 0;
}
.subbanner .showcase-list li .face{
    top: 12px;
    width: 38px;
    height: 38px;
}
.subbanner .showcase-list li .title{
    font-size: 15px;
    color: #FFF;
    line-height: 1;
    padding-top: 2px;
    font-family: Arial;
}
.subbanner .showcase-list li .desc{
    color: #FFF;
    font-size: 12px;
    padding-top: 4px;
}
.subbanner .showcase-list .swiper-pagination .swiper-pagination-bullet {
    background: #FFF;
    opacity: .30;
}
.subbanner .showcase-list .swiper-pagination .swiper-pagination-bullet-active,.subbanner .showcase-list .swiper-pagination-current{
  opacity: 0.5;
  background: #FFF;
}
.subbanner .showcase-more{
    position: absolute;
    right: 35px;
    bottom: 2px;
    font-size: 16px;
    z-index: 100;
}
.subbanner .showcase-more a{
    display: block;
    color: #FFF;
}
.subbanner .showcase-more a:hover{
    text-decoration: underline !important;
}
.showcase-list li:nth-child(4n) {
    margin-right: 0;
}
.showcase-list li .pic{
    display: block;
    width: 100%;
    height: 272px;
    position: relative;
}
.showcase-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showcase-list li .pic .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 65px;
    height: 65px;
    opacity: 0.8;
    margin: -32.5px 0 0 -32.5px;
    background: url(../images/icon-play.png) no-repeat center center;
    background-size: 65px 65px;
    z-index: 100;
}
.showcase-list li .pic:hover .icon-play{
    opacity: 1;
}
.showcase-list li .pay-count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.showcase-list li .pay-count .icon-play {
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  border-radius: 50%;
  background: url(../images/icon-play.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 4px;
}
.showcase-list li .text{
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: #fff;
    /*padding: 12px 0 0 84px;*/
    /*padding: 12px 0 0 0;*/
}
.showcase-list li .face{
    position: absolute;
    left: 5px;
    top: 15px;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    overflow: hidden;
}
.showcase-list li .face img{
    display: block;
    width: 100%;
    height: 100%;
}
.showcase-list li .title{
    font-size: 20px;
    color: #000;
    line-height: 1;
    padding-top: 10px;
    font-family: Arial;
}
.showcase-list li .desc{
    font-size: 16px;
    color: #000;
    line-height: 1.18;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding-top: 6px;
}
.showcase-list .showcase-container {
    display: block;
    width: 100%;
    padding: 20px 20px 40px 20px;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.showcase-list .swiper-pagination {
    display: block;
    margin: 0 auto 0 0;
    bottom: 0;
}
.showcase-list .swiper-pagination .swiper-pagination-bullet {
    width:48px;
    height:6px;
    border-radius:3px;
    margin: 0 4px;
    color: #FFFFFF;
    display: inline-block;
    background: #000;
    opacity: .10;
}
.showcase-list .swiper-pagination .swiper-pagination-bullet-active,.showcase-list .swiper-pagination-current{
  opacity: 0.3;
  background: #000;
}
.fancybox__content {
    padding: 0 !important;
}
.video-box{
    width: 1080px;
    height: 720px;
    overflow: hidden;
}
/*reviews*/
.product-content .reviews-list{
    margin: 50px auto 0 auto;
}
.homereviews .reviews-list li:nth-child(2n) {
    margin-top: 85px;
}
.reviews-list{
    /*display: flex;*/
    /*width: 1635px;*/
    margin: 70px auto 0 auto;
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
    justify-content: space-between;
}
.reviews-list li{
    flex: 0 0 295px;
    /*width: 295px;*/
    /*height: 366px;*/
    /*margin:32px 40px 32px 0;*/
    position: relative;
}
.reviews-list li .abox{
    position: relative;
    width: 100%;
    height: 100%;
    background: #F5F5FA;
    box-shadow: 0px 5px 20px 0px rgba(38,38,38,0.22);
    border-radius: 15px;
    border: 1px solid #FFFFFF;
    /*padding: 28px 20px;*/
    z-index: 10;
}
/*.reviews-list li .bg{*/
/*    position: absolute;*/
/*    top: -15px;*/
/*    left: 50%;*/
/*    margin-left: -92px;*/
/*    display: block;*/
/*    width: 184px;*/
/*    height: 33px;*/
/*    background: linear-gradient(-113deg, #D451FF, #FF8674);*/
/*    box-shadow: 0px 5px 20px 0px rgba(38,38,38,0.22);*/
/*    border-radius: 14px;*/
/*    z-index: -10;*/
/*}*/
/*.reviews-list li:nth-child(5n) {*/
/*    margin-right: 0;*/
/*}*/
.reviews-list li .pic{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.reviews-list li .pic img{
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;;
}
.reviews-list li .pic img:hover {
  transform: scale(1.1);
}

.reviews-list li .pic .text {
  font-size: 14px;
  padding: 12px;
  line-height: 1.5;
  color: #666666;
  display: block;
  height: 100%;
  box-sizing: content-box;
}

.reviews-list li .pic .icon-play {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background: url(../images/icon-play.png) no-repeat center center;
  background-size: 45px 45px;
}
.reviews-list li .text{
    padding: 10px 12px 0 12px;
    text-align: left;
    line-height: 1;
    height: 80px;
}
.reviews-list li .title{
  font-size: 16px;
  color: #000000;
  line-height: 1.2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*.reviews-list li .star{*/
/*    font-weight: 400;*/
/*    font-size: 18px;*/
/*    color: #FF9900;*/
/*    padding-top: 10px;*/
/*}*/
.reviews-list li .desc{
    font-size: 16px;
    color: #000000;
    line-height: 1.56;
    padding-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.reviews-list li .abox-bottom {
  position: relative;
  padding-bottom: 12px;
}
/*.reviews-list li .abox-bottom .like {*/
/*  font-size: 14px;*/
/*}*/
.reviews-list li .abox-bottom .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 10px 12px;
}
.reviews-list li .abox-bottom .userinfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
}
.reviews-list li .abox-bottom .userinfo .avatar {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.reviews-list li .abox-bottom .userinfo .nickname {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 6px;
  font-size: 12px;
}

.reviews-list li .abox-bottom .like {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: bold;
}

.reviews-list li .btn{
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: content-box;
    margin-top: 0 !important;
}
.reviews-list li .btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
    height: 32px;
    color: #564E67;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #564E67;
}
.reviews-list li .btn a:hover{
    color: #FFF;
    background-color: #564E67;
    border: 1px solid #564E67;
}

.btn-more{
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0;
}
.btn-more a {
    display: inline-block;
    width: auto;
    min-width: 208px;
    padding: 0 25px;
    height: 55px;
    line-height: 53px;
    color: #000;
    font-size: 18px;
    text-align: center;
    border-radius: 28px;
    border: 1px solid #000;
}
.btn-more a:hover{
    background-color: #000;
    color: #FFF;
}
/*product*/
.product-det{
    display: block;
    width: 96%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.product-info{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 35px 0;
}
.product-info .zs-wp{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.product-info .pic{
    flex: 0 0 600px;
    width: 600px;
    height: 718px;
    position: relative;
}
.product-info .pro-bigpic{
    display: block;
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border: 1px solid #EAEAEA;
}
.product-info .pro-bigpic .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}
.product-info .pro-thumbs{
    display: block;
    margin: 15px 40px 15px 40px;
    width: auto;
    height: 88px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.product-info .pro-thumbs .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #EAEAEA;
}
.product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #000;
}
.product-info .pic .swiper-button-prev,.product-info .pic .swiper-button-next{
    bottom: 38px;
    top: unset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: transparent;
}
.product-info .pic .swiper-button-prev{
    left: 0;
}
.product-info .pic .swiper-button-next{
    right: 0;
}
.product-info .pic .swiper-button-next:after, .product-info .pic .swiper-button-prev:after{
    color: #666666;
    font-size: 28px;
    font-weight: bold;
}
.product-info .pic .swiper-button-prev:hover,.product-info .pic .swiper-button-next:hover{
    background: no-repeat;
    border: none;
}
.product-info .pic .swiper-button-next:hover:after, .product-info .pic .swiper-button-prev:hover:after{
    color: #000;
}
.product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 60px;
}
.product-info .text .title{
    display: block;
    padding: 15px 0 25px 0;
    font-size: 35px;
    line-height: 1;
    font-weight: 600;
    margin: 0 0;
    border-bottom: 1px solid #EAEAEA;
}
.product-info .text .subtitle{
    display: block;
    padding-top: 25px;
    font-size: 18px;
    font-weight: bold;
}
.product-info .text .desc{
    display: block;
    width: 815px;
    color: #666666;
    padding-top: 20px;
    font-size: 16px;
    line-height: 2;
}
.product-info .text .price{
    display: flex;
    align-items: center;
    padding-top: 30px;
    font-size: 22px;
    line-height: 1;
}
.product-info .text .price strong{
    font-size: 42px;
    color: #FF6600;
    font-weight: bold;
    padding-bottom: 5px;
}
.product-info .text .btn-box{
  position: relative;
  display: inline-block;
  padding-top: 20px;
}
.product-info .text .btn-buy{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    padding: 0 25px;
    text-align: center;
    margin: 5px 0;
    height: 55px;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    background: #000;
    border: none;
    color: #fff !important;
    cursor: pointer;
    border-radius: 28px;
}
.product-info .text .btn-buy img{
    display: block;
    width: 25px;
    height: 25px;
    margin-right: 12px;
}
.product-info .text .btn-buy:hover{
    opacity: 0.8;
}
.product-info .text .star span,.star span{
    color: #FF9900;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product-info .text .ratings{
    padding-left: 45px;
}

/* 让浮窗脱离 flex 流 */
.qrcode-popup {
  position: absolute; /* 不参与 flex 布局 */
  display: none;
  top: 100%;           /* 放到按钮下方 */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 8px;
  padding: 16px 32px;
  background: #fff;
  border-radius: 32px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
  text-align: center;
  white-space: nowrap;
}

.qrcode-popup img {
  width: 200px;
  height: 200px;
}

.qrcode-popup p {
  text-align: center;
  margin: 0;
  color: #85878a;
  font-size: 20px;
  line-height: 28px;
}

/* 桌面 hover */
@media (hover: hover) and (pointer: fine) {
  .btn-box:hover .qrcode-popup {
    display: block;
  }
}

.product-content{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.pro-info-title{
    display: block;
    width: 100%;
    height: 60px;
    background-color: #EAEAEA;
}
.pro-info-title strong{
    display: inline-block;
    width: auto;
    line-height: 60px;
    text-align: center;
    padding: 0 38px;
    color: #FFF;
    font-weight: 600;
    font-size: 22px;
    background-color: #000;
}
.product-content .pc-desc{
    display: block;
    font-size: 16px;
    line-height: 1.8;
    margin:0 0 10px 0;
    padding: 20px 0 20px 0;
}
.product-content .pc-desc video,.product-content .pc-desc img{
    display: block;
    max-width: 100%;
    height: auto;
}
table.pro_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    border-top: 1px solid #EAEAEA;
  }
  table.pro_table td, table.pro_table th {
    width: auto;
    padding: 10px 20px !important;
    height: auto;
    word-break: break-all !important;
    word-wrap: break-word !important;
    display: table-cell;
    /*white-space: nowrap;*/
    vertical-align: middle !important;
  }
  table.pro_table th {
    text-align: left;
    font-weight: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    border: none;
    width: 50% !important;
  }
  table.pro_table td {
    text-align: left;
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    width: 50% !important;
    border-bottom: 1px solid #DDDDDD !important;
  }
  table.pro_table td:nth-child(1){
    background-color: #f6f6f6;
  }
  table.pro_table tr:nth-child(even) {
  }
.content{
    display: block;
    width: 90%;
    margin: 0 auto;
}
.content.flex{
    display: flex;
    justify-content: space-between;
}
.leftnav{
    flex: 0 0 260px;
    width: 260px;
    padding-bottom: 50px;
    position: relative;
}
.leftnav .con.show{
    position: fixed;
    top: 0;
    display: block;
    width: 260px;
}
.leftnav .title{
    font-size: 24px;
    padding: 50px 0 35px 0;
}
.leftnav li{
    padding: 15px 0;
}
.leftnav li a{
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    height: auto;
    position: relative;
}
.leftnav li.current a{
    font-weight: 500;
}
.leftnav li:hover a{
    color: #000;
}
.leftnav li.current a::after,.leftnav li:hover a::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #666;
}
.rightcon{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding:125px 50px 100px 60px;
    border-left: 1px solid #EAEAEA;
}
.rightcon.no-border{
    border-left: none;
}
.rightcon .item{
    display: block;
    padding-bottom: 45px;
}
.rightcon .item h3{
    font-size: 36px;
    margin: 0 0 5px 0;
    font-weight: 500;
}
.rightcon .item .text{
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}
.rightcon .item .text a{
    text-decoration: underline !important;
}
.rightcon .item img{
    max-width: 90%;
}
.rightcon .item .btn{
    display: block;
    margin-top: 30px;
}
.rightcon .item .btn a {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    height: 32px;
    line-height: 30px;
    color: #000;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #000;
}
.rightcon .item .btn a:hover{
    background-color: #000;
    color: #FFF;
}
.faq-list{
    display: block;
    width: 100%;
    padding: 60px 6% 60px 6%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    padding: 28px 28px;
    background: #F6F6F6;
    box-shadow: 0px 5px 20px 0px rgba(38,38,38,0.22);
    border-radius: 15px;
    border: 1px solid #FFFFFF;
}
.faq-list li .title{
    display: block;
    font-size: 26px;
    line-height: 1.35;
    padding-left: 35px;
    padding-right: 30px;
    background: url(../images/icon-faq.png) no-repeat left 8px;
    background-size: 23px 26px;
    position: relative;
    cursor: pointer;
}
.faq-list li .title:after, .faq-list li .title:before {
    content: "";
    width: 1rem;
    height: 0;
    transform: translate(-50%,-50%) rotate(0);
    border-bottom: 1px solid;
    transition: transform .2s ease-out;
    position: absolute;
    top: 20px;
    right: 0;
    color: #000;
}
.faq-list li.show .title:before {
    transform: translate(-50%,-50%) rotate(0deg);
}
.faq-list li .title:before {
    transform: translate(-50%,-50%) rotate(-90deg);
}
.faq-list li .text{
    display: none;
    border-top: 1px solid #EAEAEA;
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 18px;
    transition: transform .2s ease-out;
}
.faq-list li.show .text{
    display: block;
}
.article-det{
    display: block;
    /*width: 1280px;*/
    margin: 0 auto;
    padding: 70px 0 90px 0;
}
.article-det .download-link {
  display: block;
  text-decoration: underline;
  text-align: center;
  margin: 0 auto 20px auto;
}
.article-det .title{
    display: block;
    font-size: 45px;
    line-height: 1.35;
    font-weight: 500;
    text-align: center;
}
.article-det .subtitle{
    display: block;
    font-size: 32px;
    line-height: 1.35;
    text-align: right;
    padding: 20px 20px 20px 0;
    font-weight: 400;
}
.article-det .subtitle.center{
    text-align: center;
    padding-right: 0;
}
.article-det .article-body{
    display: block;
    font-size: 18px;
    line-height: 1.6;
    padding-bottom: 20px;
}
.article-det .article-body img{
    display: block;
    max-width: 100%;
  margin: 0 auto;
}

.contact-det {
  width: 100%;
  max-width: 1280px;
}

.contact-box {
  display: block;
  width: 100%;
  padding: 50px 0 0 0;
}
.contact-box .contact-box-title {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.contact-box .contact-box-content {
  display: flex;
  justify-content: flex-start;
}
.contact-box .contact-box-item {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 18px;
  margin-right: 40px;
}
.contact-box .contact-box-item img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
}
.contact-box .contact-box-item a,
.contact-box .contact-box-item span {
  font-size: 24px;
}

.contact-box .douyin,
.contact-box .wx,
.contact-box .douyin-shop {
  width: 300px;
  height: 400px;
  object-fit: cover;
  margin: 0 !important;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact-box .douyin-shop .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #898b8f;
  padding: 0 20px;
  margin: 8px 0;
}

/*pages*/
.sh-pages {
    padding: 20px 0 80px 0;
    display: flex;
    justify-content: center;
}
.sh-pages a{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 3px;
    background: #eaeaea;
    text-align: center;
    font-size: 16px;
    color: #000000;
    transition: all 0.35s;
    margin: 0 8px;
    border: 1px solid #eaeaea;
}
.sh-pages a:hover{
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
.sh-pages a i{
    margin-right: 0;
    font-size: 18px;
    color: #000000;
}
.sh-pages a:hover i{
    color: #FFFFFF;
}
.sh-pages span {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 34px;
    border-radius: 3px;
    background: #000000;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 6px;
}
/*footer*/
.footer{
    display: block;
    width: 100%;
    color: #FFF;
    padding: 45px 0 20px 0;
    background-color: #f6f6f6;
}
.footer .footbox{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.footer .left{
    flex: 0 0 12%;
    width: 12%;
    display: flex;
    align-items: flex-start;
}
.footer .left .logo{
    display: block;
    width: auto;
    height: 39px;
    margin-top: 15px;
}
.footer .left .logo img{
    display: block;
    width: auto;
    height: 100%;
}
.footer .foot-nav{
    flex: 0 0 75%;
    width: 75%;
    padding: 10px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.footer .foot-nav li{
    display: inline-block;
    width: 33.33%;
    height: auto;
    text-align: left;
}
.footer .foot-nav li:first-child{
    padding-left: 0;
}
.footer .foot-nav li h3{
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
}
.footer .foot-nav li h3 a{
    line-height: 1;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.footer .foot-nav li a{
    display: block;
    line-height: 2;
    font-size: 15px;
    white-space: nowrap;
    color: #000;
}
.footer .foot-nav li a:hover,.footer .copyright a:hover{
    color: #000;
    text-decoration: underline !important;
}
.foot-social {
    display: block;
    padding-top: 6px;
}
.foot-social ul {
    display: flex;
    justify-content: flex-start;
}
.foot-social ul li{
    display: inline-block;
    padding: 0 0;
    margin: 0 10px 0 0;
    width: 30px !important;
    height: 26px !important;
    vertical-align: middle;
    transition: all .5s;
}
.foot-social ul li:hover{
	transform: scale(1.2);
}
.foot-social ul li a{
	display: block;
	width: auto;
	height: 100%;
}
.foot-social ul li.icon-tiktok{
	background: url("../images/icon-tiktok.png") no-repeat center center;
	background-size: 30px 26px;
}
.foot-social ul li.icon-facebook{
    margin: 0 15px 0 0;
	background: url("../images/icon-facebook.png") no-repeat center center;
	background-size: 30px 26px;
}
.foot-social ul li.icon-xlogo{
    margin: 0 18px 0 0;
	background: url("../images/icon-xlogo.png") no-repeat center center;
	background-size: 30px 26px;
}
.foot-social ul li.icon-youtube{
    width: 35px !important;
    height: 26px !important;
	background: url("../images/icon-youtube.png") no-repeat center center;
	background-size: 35px 26px;
}
.footer .copyright{
    display: block;
    font-size: 15px;
    line-height: 2;
    text-align: center;

}
.footer .copyright div{
    display: block;
  color: #000;
}
.footer .copyright a{
    color: #000;
}
.footer .copyright a:hover{
    color: #000;
    text-decoration: underline !important;
}
/*im*/
.right-im{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 100px;
    transform:translate(0,-10%);
    width: 50px;
    padding: 0 0;
    height: auto;
    z-index: 100000;
}
.right-im.show{
    display: block;
}
.right-im li{
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-top: 5px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
.right-im li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 45px 0 5px 0;
    font-size: 13px;
    color: #333333;
}
.right-im li a:hover{
    color: #FFFFFF;
}
.right-im li.im-nav{
    display: none;
    background:#444 url(../images/im-nav.png) no-repeat center top;
    background-size: 45px 45px;
    text-indent: -9999px;
    height: 46px;
    padding-top: 0;
}
.right-im li.im-gotop{
    background:#444 url(../images/im-gotop-v.png) no-repeat center top;
    background-size: 45px 45px;
    text-indent: -9999px;
    height: 46px;
    padding-top: 0;
}
.right-im li.im-gotop:hover{
    background:#333 url(../images/im-gotop-v.png) no-repeat center top;
    background-size: 45px 45px;
}
.right-im li.im-qq:hover .im-ercode,.right-im li.im-weixin:hover .im-ercode{
    display: block;
}
.right-im .im-ercode{
    display: none;
    position: absolute;
    right: 70px;
    top: 0;
}
.right-im .im-con{
    display: none;
    height: 64px;
    position: absolute;
    right: 49px;
    top: 0;
    padding: 0 20px 0 0;
    overflow: hidden;
    transition: all linear .2s;
}
.right-im li:hover .im-con{
    display: block;
}
.right-im .im-con .icon-arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 10px;
    height: 20px;
    opacity: 0.5;
}
.right-im .im-con .text {
    display: block;
    height: 64px;
    line-height: 64px;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 4px;
    background-color: rgba(175,189,213,0.8);
}
.right-im .im-con .text strong{
    font-size:18px;
    font-weight:bold;
    margin-left: 5px;
}
.chat-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.chat-list li{
    width: auto;
    margin: 15px;
}
.chat-list li a{
    display: block;
    width: 88px;
    height: auto;
}
.chat-list li a .pic{
    display: block;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 50%;
}
.chat-list li a img{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.chat-list li a:hover img{
    transform: scale(1.1);
}
.chat-list li a span{
    display: block;
    padding-top: 5px;
    text-align: center;
}
.chat-face{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    font-size: 16px;
}
.chat-face img{
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 20px;
}
.chat-body{
    display: block;
    width: 800px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    padding-top: 20px;
    padding-bottom: 20px;
}
.chat-body img{
    display: block;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 15px 0;
    border:1px solid #EAEAEA
}


.fancybox-slide--iframe .fancybox-content {
  width: 100% !important;
  height: 100% !important;
  background: transparent !important;
}
.fancybox-slide {
  padding: 44px 22px !important
}

