.product-detailwrap .left-side{
    padding-top: 0;
}
.product-detailwrap .left-side .showHide{
    top: 0;
}
.detail-top .img-wrap{
    border: 1px solid #ddd;

}

.detail-top .img-wrap img{
    max-width: 100%;
}


.detail-top .text-wrap{
    padding-left: 30px;
    color: #999;
    font-size: .4rem;
    line-height: 30px;
    padding-top: 25px;
}


.detail-top .text-wrap h2{
    font-size: .53rem;
    color: #282828;
}

.detail-top .text-wrap .pro-type{
    margin: 10px 0;
}

.detail-top .text-wrap .layui-btn{
    background: #0f4eb5;
    color: #fff;
    width: 160px;
    height: 60px;
    font-size: .4rem;
    line-height: 60px;
    margin-top: 20px;

}

.product-detailwrap .pro-title{
    background: #fff;
    color: #282828;
    font-size: .53rem;
    padding: 15px 20px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.product-detailwrap .pro-desc{
    font-size: .4rem;
    line-height: 32px;
    padding-left: 20px;
}


@media (max-width: 991px) {
    .detail-top .img-wrap{
        border: 0
    }
    .detail-top .text-wrap{
        margin-top: .8rem;
    }

    .detail-top .text-wrap,
    .product-detailwrap .pro-desc{
        padding-left: 0;
    }
}
