.zs-product-list{
    display: block;
    padding: 32px 0;
}
.zs-product-list ul {
    margin: -20px -15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.zs-product-list li{
    flex: 0 0 25%;
    width: 25%;
    height: auto;
    padding: 20px 15px;
}
.zs-product-list li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}
.zs-product-list li .text{
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 20px;
    line-height: 1;
    text-align: center;
    z-index: 10;
}
.zs-product-list li .text .title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
}
.zs-product-list li .text .desc{
    font-size: 15px;
    color: #808080;
}
.zs-product-list li .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
}
.zs-product-list li .pic img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: all 0.35s;
}
.zs-product-list li:hover .pic img{
    transform: scale(1.05);
}
.product-filters{
    display: block;
    width: 100%;
}
.product-filters.hide{
    height: 70px;
    overflow: hidden;
}
.product-filters .filters-h2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.product-filters .filters-h2 strong{
    font-size: 20px;
    font-weight: 500;
}
.product-filters .filters-h2 svg{
    width: 15px;
    height: 15px;
    cursor: pointer;
    transition: All 0.3s ease-in-out;
}
.product-filters.hide .filters-h2 svg{
    transform: rotate(180deg);
}
.product-filters .filters-h3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}
.product-filters .filters-h3 strong{
    font-size: 18px;
    font-weight: 500;
}
.product-filters .filters-h3 svg{
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: All 0.3s ease-in-out;
}
.product-filters .item.hide .filters-h3 svg{
    transform: rotate(180deg);
}
.product-filters .item{
    display: block;
    height: auto;
    padding-top: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
}
.product-filters .item.hide{
    height: 60px;
    overflow: hidden;
}
.product-filters .item .form-checkbox2{
    display: inline-block;
}
.product-filters .item .form-checkbox2 input[type=checkbox]{
    display: none;
}
.product-filters .item .form-checkbox2 label {
    display: flex;
    float: left;
    align-items: center;
    justify-content: space-between;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    margin: 2px 4px;
    cursor: pointer;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
}
.product-filters .item .form-checkbox2 input:checked+label:after {
    content: "\2713";
    color: #fff;
    margin-left: 5px;
}
.product-filters .item .form-checkbox{
    color: #333;
}
.product-filters .item .form-checkbox input[type=checkbox] {
    height: 18px;
    width: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 1px solid #bababa;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    margin-right: 6px;
    -webkit-transform: translateY(.5em);
    -ms-transform: translateY(.5em);
    transform: translateY(.5em);
}
.product-filters .item .form-checkbox input[type=checkbox]:hover {
    background-color: #19403f;
    opacity: .7;
}
.product-filters .item .form-checkbox input[type=checkbox]:checked {
    background-color: #19403f;
}
.product-filters .item .form-checkbox input[type=checkbox]:checked:after {
    content: "\2713";
    color: #93e401;
    line-height: 18px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 3px;
    position: absolute;
}
.product-filters .item .form-checkbox label {
    cursor: pointer;
    font-size: 15px;
}
.product-info{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 55px 0;
}
.product-info .zs-wp{
    display: flex;
    justify-content: space-between;
}
.product-info .pic{
    flex: 0 0 60%;
    width: 60%;
    height: 900px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.product-info .pro-bigpic{
    display: block;
    width: 900px;
    height: 900px;
    overflow: hidden;
    position: relative;
    list-style: none;
    z-index: 1;
    border-radius: 5px;
    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.05);
}
.product-info .pro-thumbs{
    display: block;
    margin: 35px 0 30px 0;
    padding-bottom: 10px;
    width: 90px;
    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: 3px;
}
.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 #19403f;
}
/*箭头*/
.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: #19403f;
}
.product-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 20px;
}
.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: 500;
    margin: 0 0;
}
.product-info .text .subtitle{
    display: block;
    font-size: 18px;
    color: #808080;
    padding-top: 15px;
    margin-bottom: 20px;
}
.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: 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: #19403f;
    text-align: center;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #19403f;
    cursor: pointer;
    background-color: #FFF;
    transition: All 0.3s ease-in-out;
}
.form-btn:hover{
    color: #FFF;
    background: #009900;
    border: 1px solid #009900;
}
.form-btn.cur{
    color: #93e401;
    background: #19403f;;
}
.form-btn.cur:hover{
    color: #FFF;
    background: #009900;
}

.product-info .desc{
    display: block;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0 30px;
    border-top: 1px solid #e2e2e2;
}
.product-info .desc ul{
    width: 100%;
}
.product-info .desc li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 30px 0;
    background-color: #FFF;
    border-radius: 5px;
    border-bottom: 1px solid #e2e2e2;
}
.product-info .desc li:last-child{
    margin-bottom: 0;
}
.product-info .desc li .ds-title{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #000;
    cursor: pointer;
}
.product-info .desc li:hover .ds-title{
    color:#000;
}
.product-info .desc li .ds-title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('../img/icon-down.png') no-repeat center center;
    background-size: 80% 80%;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.product-info .desc li.show .ds-title:before {
    transform: translate(-50%,-50%) rotate(180deg);
}
.product-info .desc li .ds-text{
    display: none;
    padding-top: 15px;
    color: #1d1d1d;
    font-size: 14px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.product-info .desc li .ds-text h4{
    font-weight: 500;
    margin: 10px 0;
}
.product-info .desc li .ds-text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.product-info .desc li .ds-text .more a{
    color: #19403f;
}
.product-info .desc li .ds-text .more a:hover{
    color: #009900;
}
.product-info .desc li.show .ds-text{
    display: block;
}
.product-info .detail-table{
    display: table;
    width: 100%;
    border: 1px solid #e2e2e2;
}
.product-info .detail-table>div{
    display: table-row;
}
.product-info .detail-table>div>div{
    display: table-cell;
    padding: 10px 12px;
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
}
.product-info .detail-table>div>div:first-child {
    width: 40%;
    background: #f5f5f5;
    color: #1d1d1d;
}
.product-info .detail-table>div>div:last-child {
    border-left: 1px solid #e2e2e2;
}
.product-info .desc li .ds-text .dot{
    margin: 5px 0 5px 25px;
    padding-left: 5px;
    display: list-item;
    list-style-type: disc;
}
.product-info .desc li .ds-text .dot::marker{
  color: #333;
}
.product-bottom{
    margin-top: 40px;
    padding: 32px 120px 48px;
    background: #f8f7f7;
    margin-bottom: 80px;
}
.product-bottom>p{
    text-align: center;
    color: #1d1d1d;
    margin: 10px 0;
}
.product-bottom>p.bottom__title{
    font-size: 24px;
    font-weight: 600;
}
.product-bottom>p.bottom__sub-title{
    margin-top: 8px;
    font-size: 14px;
}
.product-bottom .bottom__table{
    width: 100%;
    margin-top: 24px;
    border: 1px solid #e2e2e2;
}
.product-bottom .bottom__table .table__title td{
    background: #f6f6f6;
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
}
.product-bottom .bottom__table td{
    border-top: 0;
    background: #FFF;
    line-height: 1.2;
    text-align: center;
    border-right: 1px solid #e2e2e2;
}
.product-bottom .bottom__table td{
    font-size: 15px;
    padding: 16px 12px;
}
.product-bottom .bottom__table>tr>td:not(:last-child) {
    border-right: 1px solid #e2e2e2;
}
.product-bottom .bottom__table>tr.table__title>td.size{
    min-width: 28em;
}

.det-tagbox{
    display: block;
    padding-top: 10px;
    padding-bottom: 30px;
}
.det-tagbox .tag-title{
    display: block;
    width: auto;
    line-height: 28px;
    font-size: 16px;
}
.det-tag{
    display: flex;
    width: auto;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 15px;
}
.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: #19403f;
    color: #FFFFFF;
}
.procolor{
    display: block;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
}
.procolor .color-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}
.procolor .color-box a{
    display: block;
    width: 58px;
    height: 58px;
    margin-right: 12px;
    overflow: hidden;
    border-radius: 3px;
    border: 2px solid #e5e5e5;
}
.procolor .color-box a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.procolor .color-box a.cur{
    display: block;
    width: 58px;
    height: 58px;
    border: 2px solid #19403f;
}
/* 表单唤醒 */
.popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
    background-color: #f6f6f6;
    margin: 8% auto;
    padding: 30px;
    border: 1px solid #888;
    width: 98%;
    max-width: 1000px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}
.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    position: absolute;right: 15px;top: 5px;
    z-index: 998;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* 表单唤醒样式 */
  .contact-box{
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding: 15px 0 45px 0;
}
.contact-box .feedback{
    display: block;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contact-box .feedback .title{
    display: block;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px;
}
.contact-box .feedback .input-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-box .feedback .email {
    width: 49.0%;
    height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    margin-bottom: 20px;
    outline: 0;
    font-size: 16px;
    border-color: transparent;
    border: 1px solid #E2E2E2;
}
.contact-box .feedback .message {
    border-color: transparent;
    outline: 0;
    border-radius: 5px;
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: none;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 24px;
    border: 1px solid #E2E2E2;
}
.contact-box .feedback button {
    display: inline-block;
    cursor: pointer;
    min-width: 150px;
    height: 45px;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    border: 0;
    text-transform: capitalize;
    background: #19403f;
    width: 100%;
}
.contact-box .feedback button:hover {
    background: #009900;
    color: #FFF;
}
.contact-box .address{
    width: 100%;
    padding: 80px 0 0;
}
.contact-box .address .title{
    display: block;
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 30px;
}
.contact-box .address .line {
    display: block;
    width: 100%;
    height: 1px;
    background: #EDEDED;
    margin-bottom: 30px;
}
.contact-box .address .item{
    display: flex;
    margin: 16px 0 0 0;
    font-size: 16px;
    line-height: 1.8;
}
.contact-box .address .item label{
    color: #646464;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: left;
    margin-right: 8px;
    max-width: 148px;
    flex-shrink: 0;
    width: 100%;
}

/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){


}

/*Mobile v1*/
@media only screen and (max-width:767px){
.product-filters .filters-h3 strong {
    font-size: 16px;
}
.product-filters .item .form-checkbox {
    display: inline-block;
    min-width: 48%;
}
.product-filters .item .form-checkbox label {
    font-size: 14px;
}
.product-filters .item {
    height: 60px;
    overflow: hidden;
}
.product-filters .item .filters-h3 svg {
    transform: rotate(180deg);
}
.product-filters .item.hide {
    height: auto;
    overflow: visible;
}
.product-filters .item.hide .filters-h3 svg {
    transform: rotate(0deg);
}
.zs-product-list ul {
    margin: -15px -15px;
}
.zs-product-list li {
    flex: 0 0 50%;
    width: 50%;
    height: auto;
    padding: 15px 15px;
}
.zs-product-list li .text {
    padding: 15px 0;
    line-height: 1.2;
}
.zs-product-list li .text .title {
    font-size: 14px;
    margin-bottom: 12px;
}
.zs-product-list li .text .desc {
    font-size: 12px;
}
.product-info {
    padding: 20px 0 20px 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: auto !important;
}
.product-info .pic .swiper-button-prev, .product-info .pic .swiper-button-next {
    display: none;
}
.product-info .text {
    padding-left: 0;
}
.product-info .text .title {
    font-size: 26px;
}
.product-info .text .pro-btn .form-btn {
    width: 45%;
}
.product-info .desc li .ds-title {
    font-size: 18px;
}
.product-info .desc li {
    padding: 20px 0;
}
.product-info .desc li .ds-title:before {
    width: 20px;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
}
.det-tagbox {
    padding-bottom: 10px;
}
.det-tag a {
    padding: 0 10px;
    font-size: 13px;
}
.product-bottom {
    margin-top: 10px;
    padding: 20px 4% 35px;
    margin-bottom: 35px;
}
.product-bottom>p.bottom__title {
    font-size: 22px;
}
.product-bottom>p.bottom__sub-title {
    font-size: 12px;
}
.product-bottom .bottom__table td {
    font-size: 13px;
    padding: 10px 10px;
}
.zs-table{
    display: block;
    overflow-x: auto;
    padding-bottom: 10px;
}
.contact-box {
        width: 100%;
        padding: 15px 0 30px 0;
    }
}

