.product-classify {
    flex-wrap: wrap;
    width: 13rem;
    margin: .9rem auto .3rem;
}

.product-classify .item {
    width: 6.2rem;
    height: 2.6rem;
    font-size: .3rem;
    position: relative;
    margin-bottom: .58rem;
    cursor: pointer;
}

.product-classify .item:hover p {
    background-color: transparent;
}

.product-classify .item img {
    width: 100%;
    height: 100%;
}

.product-classify .item p {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 2.6rem;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all .5s;
}

.product-classify .item p a {
    color: #fff;
}

.product-detail {
    padding-top: 1.9rem;
}

.product-detail .detail .product-show {
    border-bottom: 1px solid #eee;
}

.product-detail .detail .product-show .show-box .jqzoom {
    border: 1px solid #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-image: url("./../imgs/bgssds.png");*/
    background-size: 100% 100%;
}

.product-detail .detail .product-show .show-box .jqzoom .show-img {
    width: 5rem;
    height: 3.75rem;
}

.product-detail .detail .product-show .show-box .line {
    padding: .2rem 0;
}

.product-detail .detail .product-show .show-box .line span {
    width: .7rem;
    height: .06rem;
    background-color: #eee;
    margin: 0 .05rem;
    cursor: pointer;
}

.product-detail .detail .product-show .show-box .line span.active {
    background-color: #999;
}

.product-detail .detail .product-show .info {
    width: 11rem;
}

.product-detail .detail .product-show .info h1 {
    font-size: .26rem;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    line-height: .7rem;
    padding-bottom: .3rem;
}

.product-detail .detail .product-show .info .btn {
    width: 2rem;
    height: .5rem;
    background: #85c023;
    border-radius: .04rem;
    color: #fff;
    font-size: .18rem;
    display: block;
    margin-top: .4rem;
    margin-bottom: .35rem;
}

.product-detail .detail .product-show .info .share {
    font-size: .14rem;
    color: #999;
}

.product-detail .detail .product-show .info .share span {
    margin-right: .18rem;
}

.product-detail .detail .product-show .info .share a {
    display: flex;
    align-items: center;
    margin-right: .18rem;
}

.product-detail .detail .product-show .info .share img {
    width: .2rem;
    height: .2rem;
}

.product-detail .detail .particulars .item {
    margin-bottom: .6rem;
}

.product-detail .detail .particulars .item .title {
    height: .4rem;
    line-height: .4rem;
    text-indent: .2rem;
    color: #85c023;
    font-size: .18rem !important;
    border-left: 3px solid #85c023;
    margin-bottom: .25rem;
    margin-top: .45rem;
}

.product-detail .detail .particulars .item .con {
    font-size: .16rem;
    line-height: 1.6;
}

.product-detail .detail .particulars .item .con span,
.product-detail .detail .particulars .item .con p,
.product-detail .detail .particulars .item .con li,
.product-detail .detail .particulars .item .con th,
.product-detail .detail .particulars .item .con td {
    font-size: .17rem !important;
    /*text-decoration: none !important;*/
    font-family: 'manropeFine' !important;
}

.product-detail .detail .particulars .item .con li {
    list-style: disc;
    margin-left: .25rem;
}

.product-detail .detail .particulars .item .con img {
    max-width: 100% !important;
    height: auto !important;
}

.product-detail .detail .particulars .item .con table {
    border-collapse: collapse;
    border: 1px solid #919191 !important;
    width: 65% !important;
}

.product-detail .detail .particulars .item .con a,
.product-detail .detail .particulars .item .con span,
.product-detail .detail .particulars .item .con i,
.product-detail .detail .particulars .item .con u,
.product-detail .detail .particulars .item .con em {
    display: inline;
}

.product-detail .detail .particulars .item .con th,
.product-detail .detail .particulars .item .con td {
    border: 1px solid #919191;
    min-height: .4rem;
}

.product-detail .detail .view-more {
    background-color: #f5f5f5;
    padding-top: .7rem;
    padding-bottom: 1.3rem;
}

.product-detail .detail .view-more .more-box {
    width: 13rem;
    margin: 0 auto;
}

.product-detail .detail .view-more .title {
    font-size: .3rem;
    color: #333;
    margin-bottom: .4rem;
}

.product-detail .detail .view-more .list .item {
    width: 2.33rem;
}

.product-detail .detail .view-more .list .item .pic {
    height: 1.75rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .2rem;
    font-size: 0;
}

.product-detail .detail .view-more .list .item .pic img {
    width: 2.33rem;
    height: 1.75rem;
    display: block;
}

.product-detail .detail .view-more .list .item p {
    font-size: .16rem;
    color: #85c023;
    line-height: 1.8;
}

.product-detail .detail .detail-product {
    width: 14rem;
}

.product-detail .detail .detail-product .item {
    width: 3.3rem;
    height: 1.5rem;
    margin-bottom: .2rem;
}

.product-detail .detail .detail-product .item a {
    font-size: .12rem;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
}

.product-form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: .4rem;
    top: .4rem;
    overflow-y: auto;
    z-index: 1000;
    width: 7rem;
    margin: auto;
    display: none;
}
.product-form::-webkit-scrollbar{
    width: 0;
}

.product-form .mask {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.product-form .close {
    font-size: .4rem;
    position: absolute;
    right: .2rem;
    top: -.1rem;
    z-index: 1;
    cursor: pointer;
}

.product-form .product-form-box {
    position: relative;
    padding: .3rem;
    background-color: #fff;
}

.product-form .product-form-box .product-form-top {
    font-size: .16rem;
    line-height: 2;
    margin-bottom: .2rem;
}

.product-form .product-form-box .product-form-top h1 {
    font-size: .3rem;
    font-weight: normal;
    color: #333;
}

.product-form .product-form-box .product-form-label {
    margin-bottom: .2rem;
}

.product-form .product-form-box .product-form-label label {
    font-size: .2rem;
    display: block;
}

.product-form .product-form-box .product-form-label label i {
    color: #f00;
}

.product-form .product-form-box .product-form-label input,
.product-form .product-form-box .product-form-label select,
.product-form .product-form-box .product-form-label textarea {
    border: 1px solid #eee;
    width: 100%;
    height: .4rem;
    display: block;
    text-indent: .1rem;
}

.product-form .product-form-box .product-form-label textarea {
    height: 1rem;
}

.product-form .product-form-box .product-form-btn .submit {
    display: block;
    width: 1.1rem;
    height: .4rem;
    border-radius: 0;
    cursor: pointer;
    font-size: .18rem;
    color: #fff;
    background-color: #85c023;
    margin: 0 auto;
}

.news-list .item .info .pic a {
    width: 2.48rem;
    height: 1.86rem;
    margin: 0 auto;
}

@media (max-width: 750px) {
    .product-classify .item {
        height: 1.8rem;
    }

    .product-classify .item p {
        line-height: 1.8rem;
    }

    .product-classify {
        width: 100%;
        margin: .2rem auto .2rem;
    }

    .product-classify .item {
        margin-bottom: 0.2rem;
    }

    .product-classify .item p a {
        font-size: 0.12rem;
    }

    .zoomdiv {
        display: none !important;
    }

    .jqZoomPup {
        display: none !important;
    }

    .product-detail {
        padding: .15rem;
        padding-top: .8rem;
        overflow: hidden;
    }

    .product-detail .detail .product-show {
        display: block;
        padding-bottom: .2rem;
    }

    .product-detail .detail .product-show .show-box .jqzoom {
        width: auto;
    }

    .product-detail .detail .product-show .show-box .jqzoom .show-img {
        width: 100%;
        height: auto;
    }

    .product-detail .detail .product-show .show-box .line {
        padding-top: .2rem;
    }

    .product-detail .detail .product-show .info {
        width: 100%;
    }

    .product-detail .detail .product-show .info .product-title {
        font-size: .14rem;
        line-height: 1.6;
        padding: .2rem 0;
    }

    .product-detail .detail .product-show .info .btn {
        width: 100%;
        margin: .2rem 0;
    }

    .product-detail .detail .particulars {
        padding-top: .1rem;
    }

    .product-detail .detail .particulars .item {
        margin-bottom: .2rem;
    }

    .product-detail .detail .particulars .item .title {
        height: .3rem;
        line-height: .3rem;
        margin-bottom: .1rem;
        margin-top: .25rem;
    }

    .product-detail .detail .particulars .item .con {
        font-size: .1rem;
    }

    .product-detail .detail .particulars .item .con p,
    .product-detail .detail .particulars .item .con span,
    .product-detail .detail .particulars .item .con li,
    .product-detail .detail .particulars .item .con td,
    .product-detail .detail .particulars .item .con th {
        font-size: .08rem !important;
    }

    .product-detail .detail .view-more {
        padding: 0;
    }

    .product-detail .detail .view-more .more-box {
        width: 100%;
    }

    .product-detail .detail .view-more .more-box .title {
        font-size: .2rem;
        margin-bottom: 0;
        padding: .1rem .2rem;
    }

    .product-detail .detail .view-more .more-box .list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-detail .detail .view-more .more-box .list .item {
        margin-bottom: 0.1rem;
    }

    .product-detail .detail .view-more .more-box .list .item .pic {
        margin-bottom: .1rem;
    }

    .product-detail .detail .detail-product {
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
        margin-bottom: 0;
    }

    .product-form {
        width: 100%;
    }

    .product-form .product-form-box {
        padding: .15rem;
    }

    .product-form .product-form-box .product-form-top h1 {
        font-size: .2rem;
    }

    .product-form .product-form-box .product-form-label label {
        font-size: .16rem;
    }

    .product-form .close {
        font-size: .3rem;
    }
}

@media (max-width: 750px) {
    .product-detail .detail .detail-product .item {
        width: 100%;
    }
}