.product-desc .zs-h2title .title{
    font-size: 30px;
}
.product-desc .zs-h2title .desc{
    font-size: 18px;
    line-height: 1.8;
    color: #808080;
}
.product-list{
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-list ul {
    margin: 0 -20px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.product-list li{
    flex: 0 0 33.33%;
    width: 33.33%;
    height: auto;
    padding: 20px 20px;
}
.product-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.35s;
}
.product-list li a:hover{
    transform: scale(1.05);
    z-index: 2;
}
.product-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.product-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.product-list li .text{
    padding: 15px 20px 20px;
}
.product-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-list li .more{
    margin-top: 15px;
    font-size: 16px;
    color: #8a00e5;
}
.product-list.text-list li{
    flex: 0 0 100%;
    width: 100%;
}
.product-list.text-list li a{
    display: flex;
    padding: 20px 20px;
    justify-content: space-between;
}
.product-list.text-list li .pic{
    flex: 0 0 400px;
    width: 400px;
    height: 248px;
}
.product-list.text-list li .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 40px;
}
.product-list.text-list li a:hover{
    transform: scale(1.02);
}
.recommend-list{
    padding-top: 15px;
    padding-bottom: 15px;
}
.recommend-list ul {
    margin: 0 -10px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.recommend-list li{
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    padding: 10px 10px;
}
.recommend-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.35s;
}
.recommend-list li a:hover{
    transform: scale(1.02);
    z-index: 2;
}
.recommend-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.recommend-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.recommend-list li .text{
    padding: 15px 20px 20px;
}
.recommend-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recommend-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.recommend-list li .more{
    margin-top: 15px;
    font-size: 16px;
    color: #8a00e5;
}

.product-info{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 75px 0;
}
.product-info .zs-wp{
    display: flex;
    justify-content: space-between;
}
.product-info .pic{
    flex: 0 0 40%;
    width: 40%;
    height: auto;
    position: relative;
}
.product-info .pro-bigpic{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
}
.product-info .pro-bigpic .swiper-slide{
    background: #FFF;
}
.product-info .pro-bigpic img{
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-fit: contain;
}
.product-info .pro-thumbs{
    display: block;
    margin: 15px 0 15px 0;
    width: auto;
    height: 110px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 2;
    cursor: pointer;
}
.product-info .pro-thumbs .swiper-slide{
    overflow: hidden;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
}
.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 #8a00e5;
}
/*箭头*/
.product-info .pic .swiper-button-prev,.product-info .pic .swiper-button-next{
    bottom: 55px;
    top: unset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background: #8a00e5;
    opacity: 0.5;
}
.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: #FFF;
    font-size: 15px;
}
.product-info .pic .swiper-button-prev:hover,.product-info .pic .swiper-button-next:hover{
    opacity: 0.8;
}
.product-info .pic .swiper-button-next:hover:after, .product-info .pic .swiper-button-prev:hover:after{
    color: #FFF;
}
.product-info .swiper-button-next.swiper-button-disabled, .product-info .swiper-button-prev.swiper-button-disabled {
    opacity: .25;
    cursor: auto;
    pointer-events: none;
}
.product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 60px;
}
.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: 46px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0;
    font-family: 'Robot-SemiBold';
}
.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;
}
.product-info .text .pro-btn{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.product-info .text .pro-btn .form-btn{
    font-weight: bold;
    width: 48%;
}
.form-btn{
    width: 46%;
    height: 60px;
    font-size: 18px;
    color: #8a00e5;
    text-align: center;
    margin-right: 15px;
    border-radius: 8px;
    border: 1px solid #8a00e5;
    cursor: pointer;
    background-color: #FFF;
    transition: All 0.3s ease-in-out;
}
.form-btn:hover{
    color: #FFF;
    background: linear-gradient(113deg, #8a00e5, #6601a8);
}
.form-btn.cur{
    color: #FFF;
    background: linear-gradient(113deg, #8a00e5, #6601a8);
}
.form-btn.cur:hover{
    color: #FFF;
    background: linear-gradient(113deg, #7a00e5, #5601a8);
}

.pro-info-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 0 17px;
    background: #F2F2F2;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #e7e6e6;
}
.pro-info-title.show{
    position: fixed;
    top: 0;
    left: 50%;
    width: calc(100% - 120px);
    transform: translate(-50%,0);
    z-index: 100;
}
.pro-info-title li{
    display: block;
    width: auto;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}
.pro-info-title li a{
    display: block;
    padding: 0 38px;
    line-height: 70px;
    text-align: center;
    font-size: 22px;
    border-radius: 20px;
    color: #333;
}
.pro-info-title li.current a{
    color: #8a00e5;
    font-weight: bold;
}
.pro-info-title li.current::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #8a00e5;
}
.product-content{
    padding-bottom: 100px;
}
.product-content .pc-desc{
    display: block;
    font-size: 15px;
    line-height: 1.6;
    margin:0 0 0 0;
    padding-top: 80px;
}
.product-content .pc-desc img{
    display: block;
    max-width: 100%;
    height: auto;
}
.product-content .pc-desc .title-box{
    display: block;
    height: auto;
    padding: 0 25px 48px;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
}
.user-tips-tab{
    display: flex;
    width: 1200px;
    margin: 0 auto 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}
.user-tips-tab .item{
    width: 50%;
    text-align: center;
}
.user-tips-tab .item svg{
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 auto;
}
.user-tips-tab .item .icon .fill {
    stroke: none;
    fill: rgb(0 0 0 / .1);
}
.user-tips-tab .item .column__title{
    font-size: 20px;
}
.pro-user-tips{
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
}
.pro-user-tips .pic{
    flex: 0 0 530px;
    width: 530px;
    border-radius: 20px;
    overflow: hidden;
}
.pro-user-tips .pic img{
    display: block;
    width: 100%;
    height: auto;
}
.pro-user-tips .text{
    flex: 0 0 550px;
    width: 550px;
    text-align: center;
}
.pro-user-tips .text .title{
    font-size: 48px;
    font-weight: bold;
}
.pro-user-tips .text .desc{
    font-size: 20px;
    line-height: 1.6;
    padding-top: 20px;
}
.pro-user-tips .form-btn{
    margin-top: 35px;
}
.faq-list{
    display: block;
    width: 1440px;
    margin: 0 auto 50px;
    padding: 50px 50px;
    border-radius: 20px;
    border: 1px solid #ededed;
}
.faq-list.w100{
    width: 100%;
    margin: 30px auto 30px;
    padding: 20px 35px;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 32px 0;
    background: #FFF;
    border-bottom: 1px solid #ededed;
}
.faq-list li:last-child{
    border-bottom: none;
}
.faq-list li .title{
    display: block;
    font-size: 22px;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #333;
    /*cursor: pointer;*/
}
.faq-list li:hover .title{
    color:#000;
}
.faq-list li .title:before {
    content: "+";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 16px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #1E4A8F;
}
.faq-list li .text .more a:hover{
    color: #B81C25;
}
.faq-list li.show .text{
    display: block;
}
table.normal {
    width: 100%;
    border-collapse: collapse;
}

.normal thead th {
    background: rgb(245, 247, 250);
    border-top: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    height: 40px;
    white-space: nowrap;
    text-align: center;
     /*position: relative;*/
}

.normal thead th:first-child {
    border-left: 1px solid rgb(221, 221, 221);
}

.normal thead th:last-child {
    border-right: 1px solid rgb(221, 221, 221);
}

.normal td {
    text-align: center;
    border: 1px solid rgb(221, 221, 221);
    height: 38px;
    padding: 5px;
}

.normal td.empty-td {
    height: 120px;
}

.normal.not-border tbody td {
    border: none;
}

.normal tbody td a {
    color: #1e7ec8;
}
.normal tbody td a.main-btn-w {
    color: #444;
}

.normal tbody td a:hover {
    opacity: 0.8;
}

.com-table-box thead th:first-child, .com-table-box tbody td:first-child {
    border-left: none;
}

.com-table-box thead th:last-child, .com-table-box tbody td:last-child {
    border-right: none;
}
.normal tbody tr:NTH-CHILD(even) {
    background-color: rgb(250, 252, 255);
}

.normal tbody tr:HOVER {
    background-color: rgba(242, 242, 242, 0.6);
}

.normal tbody tr.no-use {
	background: #f7f7f7;
	color: #c4c4c4;
}

.normal tbody tr.no-use td a:not(.turn) {
	color: #c4c4c4;
	cursor: default;
}
.prodet-box{
    display: block;
    width: 100%;
    min-height: 520px;
    position: relative;
}
.prodet-list{
    display: block;
    width: 100%;
    min-height: 520px;
    padding: 0 10px;
    padding-top: 0;
    position: relative;
    list-style: none;
    overflow: hidden;
    z-index: 1;
}
.prodet-list ul {
    margin: 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.prodet-list li{
    flex: 0 0 auto;
    width: auto;
    height: auto;
    padding: 20px 0;
}
.prodet-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.35s;
}
.prodet-list li a:hover{
    transform: scale(1.02);
    z-index: 2;
}
.prodet-list li .pic{
    display: block;
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
}
.prodet-list li .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prodet-list li .text{
    padding: 15px 20px 20px;
}
.prodet-list li .title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.prodet-list li .desc{
    font-size: 16px;
    line-height: 1.65;
    color: #2d2d2d;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.prodet-list li .more{
    margin-top: 15px;
    font-size: 16px;
    color: #8a00e5;
}
.prodet-list .swiper-pagination-bullets,.prodet-list .swiper-pagination-custom,.prodet-list .swiper-pagination-fraction{
    bottom:10px;
}
.prodet-list .swiper-pagination-bullet{
    background: #E0E0E0;
    width:10px;
    height:10px;
    border-radius:50%;
    opacity:0.7;
    border:none;
    margin: 0 8px !important;
}
.prodet-list .swiper-pagination-bullet-active{
    background: #8a00e5;
    opacity: 1;
    border:none;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.product-desc .zs-h2title .title {
    font-size: 22px;
}
.product-desc .zs-h2title .desc {
    font-size: 15px;
    line-height: 1.65;
}
.product-list ul {
    margin: 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.product-list li {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    padding: 10px 0;
}
.product-list li .title {
    font-size: 18px;
}
.product-list li .desc {
    font-size: 14px;
}
.product-list li .more {
    margin-top: 12px;
    font-size: 14px;
}
.recommend-list ul {
    margin: 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.recommend-list li {
    flex: 0 0 100%;
    width: 100%;
    padding: 10px 0;
}
.recommend-list li .title {
    font-size: 18px;
}
.recommend-list li .desc {
    font-size: 14px;
}
.recommend-list li .more {
    margin-top: 12px;
    font-size: 14px;
}
.product-info {
    padding: 10px 0 30px 0;
}
.product-info .zs-wp {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.product-info .pic {
    flex: 0 0 100%;
    width: 100%;
}
.product-info .pro-thumbs {
    margin: 15px 0 15px 0;
    height: 60px;
}
.product-info .pro-thumbs .swiper-slide {
    width: 60px !important;
    margin-right: 10px !important;
}
.product-info .pic .swiper-button-prev, .product-info .pic .swiper-button-next {
    bottom: 35px;
    width: 20px;
    height: 20px;
}
.product-info .pic .swiper-button-next:after, .product-info .pic .swiper-button-prev:after {
    font-size: 10px;
}
.product-info .text {
    padding-left: 0;
    padding-top: 15px;
}
.product-info .text .title {
    font-size: 28px;
    line-height: 1.35;
}
.product-info .text .subtitle {
    font-size: 16px;
}
.product-info .text .desc {
    padding-top: 10px;
    margin-top: 20px;
    font-size: 15px;
}
.product-info .text .pro-btn {
    padding-top: 0;
}
.product-content .pc-desc {
    font-size: 15px;
    padding-top: 30px;
}
.product-content .pc-desc .title-box {
    padding: 0 0 22px;
    font-size: 22px;
}
.pro-info-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 0 15px;
}
.pro-info-title.show {
    position: relative;
    width: 100%;
}
.pro-info-title li {
    width: 50%;
    height: 38px;
    padding: 0 0;
}
.pro-info-title li a {
    padding: 0 8px;
    line-height: 38px;
    font-size: 15px;
}
.pro-info-title li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #EAEAEA;
}
.faq-list {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px 15px;
    border-radius: 15px;
}
.faq-list li {
    padding: 22px 0;
}
.faq-list li .title {
    font-size: 16px;
    line-height: 1.45;
    padding-right: 25px;
}
.faq-list li .text {
    font-size: 14px;
}
.prodet-box {
    min-height: auto;
}
.prodet-list {
    width: 100%;
    min-height: auto;
    padding: 0 10px 50px;
    overflow: hidden;
}
.prodet-list li {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    padding: 5px 0;
}
.prodet-list li .title {
    font-size: 18px;
}
.prodet-list li .desc {
    font-size: 14px;
}
.prodet-list li .more {
    font-size: 14px;
}
.product-content {
    padding-bottom: 45px;
}
}