.product-info{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 80px 0;
    background-color: #FFF;
}
.product-info .zs-wp{
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-between;
}
.product-info .pic{
    flex: 0 0 628px;
    width: 628px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.product-info .pro-bigpic{
    display: block;
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
}
.product-info .pro-bigpic .swiper-slide{
    background: #FFF;
}
.product-info .pro-bigpic .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.4s ease-in-out;
}
.product-info .pro-bigpic .swiper-slide:hover img{
    transform: scale(1.1);
}
.product-info .pro-thumbs{
    display: block;
    margin: 35px 0 30px 0;
    padding-bottom: 10px;
    width: 80px;
    height: auto;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.product-info .pro-thumbs .swiper-slide{
    overflow: hidden;
    width: 100% !important;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    margin: 0 0;
    border-radius: 5px;
}
.product-info .pro-thumbs img{
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-info .pro-thumbs .swiper-slide-thumb-active{
    border: 2px solid #0252bb;
}
/*箭头*/
.product-info .pic .swiper-button-prev,.product-info .pic .swiper-button-next{
    width: 80px;
    height: 30px;
    border: none;
    align-items: center;
    background: #fafafa;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
.product-info .pic .swiper-button-prev{
    left: 0;
    top: 20px;
}
.product-info .pic .swiper-button-next{
    left: 0;
    top: unset;
    bottom: 0;
}
.product-info .pic .swiper-button-next:after, .product-info .pic .swiper-button-prev:after{
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    transform: rotate(90deg);
}
.product-info .pic .swiper-button-prev:hover,.product-info .pic .swiper-button-next:hover{
    background: #f1f1f1;
    border: none;
}
.product-info .pic .swiper-button-next:hover:after, .product-info .pic .swiper-button-prev:hover:after{
    color: #0252bb;
}
.product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 60px;
    padding-top: 100px;
}
.product-info .text .color{
    display: flex;
    padding-top: 20px;
}
.product-info .text .form-checkbox2{
    display: inline-block;
}
.product-info .text .form-checkbox2 input[type=checkbox],.product-info .text .form-checkbox2 input[type=radio]{
    display: none;
}
.product-info .text .form-checkbox2 label {
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 5px 8px;
    margin-bottom: 8px;
    border: 2px solid #EAEAEA;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.product-info .text .form-checkbox2 input:checked+label{
    border: 2px solid #000000;
}
.product-info .text .form-checkbox2 input:checked+label:after {
    content: "\2713";
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-left: 8px;
}
.product-info .text .form-checkbox2 span{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.product-info .text .title{
    display: block;
    padding: 10px 0 0 0;
    font-size: 38px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0;
}
.product-info .text .subtitle{
    display: block;
    font-size: 26px;
    color: #808080;
    padding-top: 15px;
}
.product-info .text .desc{
    display: block;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    border-top: 1px solid #ededed;
}
.product-info .text .price{
    display: flex;
    align-items: center;
    padding-top: 5px;
}
.product-info .text .price strong{
    font-size: 28px;
    color: #e57e3d;
    font-weight: bold;
    padding-right: 20px;
}
.product-info .text .price span{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding-right: 20px;
    text-decoration-line: line-through;
}
.product-info .text .price em{
    align-items: center;
    padding: 3px 10px;
    width: max-content;
    background: #e57e3d;
    color: #FFF;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
}
.det-tagbox{
    display: flex;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: auto;
    line-height: 28px;
    margin-right: 10px;
    font-size: 16px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
}
.det-tag a{
    color: #666;
    line-height: 28px;
    border-radius: 5px;
    padding: 0 16px;
    height: 28px;
    margin-right: 10px;
    margin-bottom: 8px;
    font-size: 16px;
    background-color: #f6f6f6;
}
.det-tag a:hover{
    background: #0252bb;
    color: #FFFFFF;
}
.product-info .text .pro-btn{
    display: flex;
    justify-content: flex-start;
    padding-top: 15px;
}
.product-info .text .pro-btn .form-btn{
    font-weight: bold;
    width: 38%;
}
.form-btn{
    width: 38%;
    height: 50px;
    font-size: 16px;
    color: #0252bb;
    text-align: center;
    margin-right: 20px;
    border-radius: 35px;
    border: 1px solid #0252bb;
    cursor: pointer;
    background-color: #FFF;
    transition: All 0.3s ease-in-out;
}
.form-btn:hover{
    color: #FFF;
    background: #0092e4;
    border: 1px solid #0092e4;
}
.form-btn.cur{
    color: #FFF;
    background: #0252bb;;
}
.form-btn.cur:hover{
    color: #FFF;
    background: #0092e4;
}
.pro-thumbs .icon-play{
    width: 24px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
.pro-thumbs .icon-play .feitian {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 18px;
    margin-left: 0;
    color: #0252bb;
}
.pro-bigpic .icon-play{
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
.pro-bigpic .icon-play .feitian {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 48px;
    margin-left: 2px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0252bb;
}
.ft-play1:before{
    font-family: 'feitian' !important;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 8px;
    overflow: hidden;
}
th,td {
    padding: 12px 15px;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e0e0e0;
}
th {
    background-color: #0252bb;
    color: white;
    font-weight: 600;
    /* text-transform: uppercase; */
    font-size: 16px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
tr:nth-child(even) {
    background-color: #f8f9fa;
}
tr:hover {
    background-color: #f1f7fd;
}
.biaoge {
  
}
.biaoge img{
  max-width: 100%;
}
.biaoge strong {
  white-space: nowrap;
}
.biaoge td {
  white-space: nowrap;
}
.biaoge table{
    /* display: block; */
    overflow-x: auto;
    border-radius: 10px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #ddd;
}
.biaoge table span {
  white-space: nowrap;
}
#app header{
    position: absolute !important;
}
.pro_con {
    background: url("../img/pro_bg1.png") no-repeat center bottom, #efefef;
}
.tea_case {
    padding: 1.5rem 0 1.7rem 0;
    width: 80%;
    max-width: 78.125vw;
    margin: 0 auto;
    margin: 0 auto;
}
.det_con_title {
    padding: .5rem 0 0rem;
}

.tabBox .tab {
    min-width: 1.8rem;
    text-align: center;
    border: 1px solid rgba(41, 46, 46, .3);
    border-radius: 2rem;
    margin-right: .2rem;
    padding: .2rem .3rem;
    position: relative;
    overflow: hidden
}

.tabBox .tab:after {
    content: "";
    width: 120%;
    height: 100%;
    background-color: #0057B7;
    border-radius: 1rem;
    transition: transform .8s cubic-bezier(.38, 0, 0, 1), background-color .8s cubic-bezier(.38, 0, 0, 1);
    position: absolute;
    top: 0;
    left: -10%;
    transform: translate(-100%)
}

.tabBox .tab>span {
    z-index: 10;
    line-height: 1;
    transition: color .5s cubic-bezier(.38, 0, 0, 1);
    display: block;
    position: relative
}

.tabBox .tab.on,.tabBox .tab.current{
    background-color: rgba(41, 46, 46, .3);
    transition: background-color .8s cubic-bezier(.38, 0, 0, 1) .3s
}

.tabBox .tab.on:after {
    transform: translate(0, 0)
}

.tabBox .tab.on>span {
    color: #fff
}
.pro-info-title{
    display: flex;
    padding: .85rem 0 .32rem 0;
    background: transparent;
    border-bottom: 2px solid #e7e6e6;
    position: relative;
}
.pro-info-title.show{
    position: fixed;
    top: 0;
    left: 50%;
    padding: .15rem 10% .15rem 10% !important;
    background: #ededed;
    width: 100%;
    transform: translate(-50%,0);
    z-index: 100;
}
.pro-info-title li{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    text-align: center;
    border: 1px solid rgba(41, 46, 46, .3);
    border-radius: .30rem;
    margin-right: .20rem;
    height: .58rem;
    font-size: .18rem;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.pro-info-title li#back2 {
    position: absolute;
    right: 0;
    top: 0.85rem;
}
.pro-info-title.show li#back2{
    right: 10%;
    top: .15rem;
}
.pro-info-title li a {
    z-index: 10;
    line-height: .58rem;
    transition: color .5s cubic-bezier(.38, 0, 0, 1);
    display: block;
    width: 100%;
    position: relative
}
.pro-info-title li:after {
    content: "";
    width: 120%;
    height: 100%;
    background-color: #0057B7;
    border-radius: 1rem;
    transition: transform .8s cubic-bezier(.38, 0, 0, 1), background-color .8s cubic-bezier(.38, 0, 0, 1);
    position: absolute;
    top: 0;
    left: -10%;
    transform: translate(-100%)
}
.pro-info-title li.current{
    color: #FFF;
    background-color: rgba(41, 46, 46, .3);
    transition: background-color .8s cubic-bezier(.38, 0, 0, 1) .3s
}

.pro-info-title li.current:after {
    transform: translate(0, 0)
}
.mid {
    position: relative
}

.mid .swiper .swiper-wrapper {
    grid-auto-flow: column;
    display: flex;
    justify-content: space-between;
}

.mid .swiper .swiper-wrapper .swiper-slide {
    width: calc(25% - 30px); 
    height: 5.6rem;
    cursor: pointer;
    background-color: #fff;
    border-radius: .2rem;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: .6rem 0;
    transition: box-shadow .6s cubic-bezier(.38, 0, 0, 1), background-color .6s cubic-bezier(.38, 0, 0, 1);
    display: -ms-flexbox;
    display: flex
}
.mid .swiper .swiper-wrapper .swiper-slide h3 {
    transition: color .5s cubic-bezier(.38, 0, 0, 1);
    width: 75%;
    margin: 0 auto;
    text-align: center;
}

.mid .swiper .swiper-wrapper .swiper-slide>img {
    width: 90%;
    margin: 0 auto;
    transition: transform .6s cubic-bezier(.38, 0, 0, 1)
}

.mid .swiper .swiper-wrapper .swiper-slide .btnIcon {
    width: .5rem;
    transition: width .6s cubic-bezier(.38, 0, 0, 1);
    position: relative
}

.mid .swiper .swiper-wrapper .swiper-slide .btnIcon .mask {
    height: .5rem;
    width: 100%;
    z-index: 1;
    background-color: rgba(28, 31, 31, .1);
    border-radius: 1rem;
    overflow: hidden
}

.mid .swiper .swiper-wrapper .swiper-slide .btnIcon .mask:after {
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, #ffeb00, #4BB5E8);
    transition: opacity .5s cubic-bezier(.38, 0, 0, 1)
}

.mid .swiper .swiper-wrapper .swiper-slide .btnIcon .txt {
    text-align: center;
    opacity: 0;
    width: 100%;
    z-index: 9;
    line-height: .5rem;
    transition: opacity .6s cubic-bezier(.38, 0, 0, 1), transform .6s cubic-bezier(.38, 0, 0, 1);
    position: absolute;
    top: 0;
    left: 0
}
.mid .swiper .swiper-wrapper .swiper-slide:hover .btnIcon .txt.bc,.mid .swiper .swiper-wrapper .swiper-slide:hover .btnIcon .layer-icon .icon{
    color: #000;
}
.mid .swiper .swiper-wrapper .swiper-slide .btnIcon .layer-icon {
    height: .5rem;
    z-index: 10;
    transition: opacity .6s cubic-bezier(.38, 0, 0, 1), transform .6s cubic-bezier(.38, 0, 0, 1);
    position: relative
}

@media screen and (orientation:landscape) {
    .mid .swiper .swiper-wrapper .swiper-slide:hover {
        background-color: #fff;
        box-shadow: 0 60px 90px rgba(35, 38, 38, .3)
    }

    .mid .swiper .swiper-wrapper .swiper-slide:hover h3 {
        color: #4BB5E8
    }

    .mid .swiper .swiper-wrapper .swiper-slide:hover>img {
        transform: scale(1.2)
    }

    .mid .swiper .swiper-wrapper .swiper-slide:hover .btnIcon {
        width: 1.2rem
    }

    .mid .swiper .swiper-wrapper .swiper-slide:hover .btnIcon .txt {
        opacity: 1;
        transform: translate(-.15rem)
    }

    .mid .swiper .swiper-wrapper .swiper-slide:hover .btnIcon .mask:after {
        opacity: 1
    }

    .mid .swiper .swiper-wrapper .swiper-slide:hover .btnIcon .layer-icon {
        transform: translate(.2rem)
    }
}

@media screen and (orientation:portrait) {
    .mid .swiper .swiper-wrapper .swiper-slide .btnIcon {
        width: 2.2rem
    }

    .mid .swiper .swiper-wrapper .swiper-slide .btnIcon .txt {
        opacity: 1;
        line-height: .8rem;
        transform: translate(-.25rem)
    }

    .mid .swiper .swiper-wrapper .swiper-slide .btnIcon .mask {
        height: .8rem
    }

    .mid .swiper .swiper-wrapper .swiper-slide .btnIcon .mask:after {
        opacity: 1
    }

    .mid .swiper .swiper-wrapper .swiper-slide .btnIcon .layer-icon {
        height: .8rem;
        transform: translate(.4rem)rotate(45deg)
    }

    .mid .swiper .swiper-wrapper .swiper-slide .btnIcon .layer-icon i {
        font-size: 12px
    }
}

.mid .swiper .swiper-button-prev {
    width: 30vw;
    height: 100%;
    cursor: pointer;
    background: linear-gradient(-90deg, rgba(239, 239, 239, 0) 10%, #efefef 32%);
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 0;
    right: calc(100% - .45rem)
}

.mid .swiper .swiper-button-prev .layer-icon {
    width: .9rem;
    height: .9rem;
    -webkit-backdrop-filter: blur(.12rem);
    -webkit-backdrop-filter: blur(.12rem);
    backdrop-filter: blur(.12rem);
    background-color: rgba(156, 156, 157, .4);
    border-radius: 50%;
    transition: background-color .5s cubic-bezier(.38, 0, 0, 1)
}

.mid .swiper .swiper-button-prev .layer-icon:hover {
    background-color: #000
}

.mid .swiper .swiper-button-next {
    width: 30vw;
    height: 100%;
    cursor: pointer;
    background: linear-gradient(90deg, rgba(239, 239, 239, 0) 10%, #efefef 32%);
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    left: calc(100% - .45rem)
}

.mid .swiper .swiper-button-next .layer-icon {
    width: .9rem;
    height: .9rem;
    -webkit-backdrop-filter: blur(.12rem);
    -webkit-backdrop-filter: blur(.12rem);
    backdrop-filter: blur(.12rem);
    background-color: rgba(156, 156, 157, .4);
    border-radius: 50%;
    transition: background-color .5s cubic-bezier(.38, 0, 0, 1)
}

.mid .swiper .swiper-button-next .layer-icon:hover {
    background-color: #000
}
@media screen and (orientation:landscape) {
    .tabBox .tab:hover {
        background-color: rgba(41, 46, 46, .3);
        transition: background-color .8s cubic-bezier(.38, 0, 0, 1) .3s
    }

    .tabBox .tab:hover:after {
        transform: translate(0, 0)
    }

    .tabBox .tab:hover>span {
        color: #fff
    }
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){

}

/*Mobile v1*/
@media only screen and (max-width:767px){
.product-info .zs-wp{
    width: 90%;
}
.product-desc .zs-h2title .title {
    font-size: 22px;
}
.product-desc .zs-h2title .desc {
    font-size: 15px;
    line-height: 1.6;
}
.products-list {
    padding-bottom: 0;
}
.products-list.mb60 {
    padding-bottom: 20px;
}
.products-list ul {
    margin: 0 -8px;
}
.products-list li {
    width: 50%;
    padding: 0 8px;
    margin-bottom: 20px;
}
.products-list .text {
    padding: 8px 0;
}
.products-list .text .title {
    font-size: 14px;
    -webkit-line-clamp: 3;
    min-height: auto;
    margin-bottom: 10px;
}
.products-list .text .btn{
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}
.product-info {
    padding: 20px 0 35px 0;
}
.product-info .zs-wp {
    display: block;
}
.product-info .pic {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse;
}
.product-info .pro-bigpic {
    width: 100%;
    height: auto;
}
.pro-bigpic .icon-play {
    width: 50px;
    height: 50px;
}
.pro-bigpic .icon-play .feitian {
    font-size: 35px;
}
.product-info .pro-thumbs {
    margin: 15px 0 0px 0;
    padding-bottom: 10px;
    width: 100%;
    height: 80px;
    -webkit-tap-highlight-color: transparent;
}
.product-info .pro-thumbs .swiper-slide {
    width: 64px !important;
}
.product-info .pic .swiper-button-prev, .product-info .pic .swiper-button-next {
    display: none;
}

.product-info .text {
    padding-left: 0;
    padding-top: 10px;
}
.product-info .text .title {
    font-size: 20px;
}
.product-info .text .desc {
    padding-top: 15px;
    font-size: 14px;
}
.det-tagbox {
    display: flex;
    padding-top: 10px;
    padding-bottom: 0px;
    flex-direction: column;
}
.det-tagbox .tag-title {
    margin-right: 0;
    font-size: 14px;
    padding-bottom: 10px;
}
.det-tag a {
    font-size: 14px;
}
.product-info .text .pro-btn .form-btn {
    font-weight: bold;
    width: 45%;
    margin-right: 10px;
    font-size: 15px;
    height: 42px;
}
.product-content .pc-desc .title-box {
    padding: 35px 0 35px;
    font-size: 20px;
}
.product-content .pc-desc .subtitle {
    font-size: 18px;
    padding-bottom: 10px;
}
.product-content .pc-desc {
    font-size: 14px;
    margin: -40px 0 0 0;
    padding-top: 40px;
}
.app-list {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 15px;
}
.app-list li {
    font-size: 14px;
}
.download-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    height: auto;
}
.download-list li .title {
    font-size: 16px;
    min-height: auto;
}
.download-list li .btn {
    right: 20px;
    bottom: 20px;
}
.download-list li .btn a {
    font-size: 15px;
}
.pro-info-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 25px 0 10px;
    position: relative;
}
.pro-info-title.show {
    position: fixed;
    width: 100%;
}
.pro-info-title li {
    min-width: calc(33.33% - 10px);
    text-align: center;
    margin-right: 10px;
    height: 30px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}
.pro-info-title li#back,.pro-info-title.show li#back {
    position: relative;
    right: unset;
    top: unset;
}
.product-content {
    padding-bottom: 10px;
}
.homeproducts-box.det-related {
    margin: 0 0;
    width: 100%;
}
.mid .swiper .swiper-wrapper {
    justify-content: space-between;
    flex-direction: column;
}
.mid .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.biaoge table {
    display: block !important;
    overflow-x: auto;
}
.tea_case {
    width: 90%;
    max-width: 90%;
    padding: 1.5rem 0 1.2rem 0;
}
.top.newTab {
    justify-content: space-between;
    flex-direction: column !important;
}
.tabBox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tabBox .tab{
    min-width: 2rem;
    margin-bottom: 10px;
}
.tabBox:last-child{
    position: absolute;
    right: 6px;
    bottom: 20px;
}
.pro-info-title.show {
    padding: .15rem 5% .15rem 5% !important;
}
.pro-info-title.show .tabBox:last-child {
    position: absolute;
    right: 7%;
    bottom: 12px;
}
.pro-info-title li#back2 {
    position: relative;
    right: 0;
    top: 0;
}
.pro-info-title.show li#back2 {
    right: 0;
    top: 0;
}

}