body {
    padding: 0 !important;
}

.wrap {
    padding: .4rem;
    padding-bottom: 1rem;
    position: relative;
}

.bottom-text {
    width: 100%;
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
    position: absolute;
    bottom: .35rem;
    text-align: center;
}

.logo {
    width: 1.29rem;
    margin-bottom: .35rem;

}

/* 产品详情 */
.goods-wrap {
    margin: 0 auto;
}

.goods-top-wrap {
    display: flex;
    margin-top: .35rem;
    border: 0.01rem solid #7C7C7C;
    padding: .58rem .8rem;
    align-items: center;
}

.goods-top-swiper {
    width: 4.84rem;
    height: 4.76rem;
    background: #FFFFFF;
    flex-shrink: 0;
    padding-bottom: .1rem;
}

.goodsSwiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-bottom: .4rem;
}

.goodsSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.goodsSwiper-img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.goodsSwiper .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: #A1A1A1;
    border-radius: 50%;
    opacity: 1;
}

.goodsSwiper .swiper-pagination-bullet-active {
    background: #C81526;
}

.goods-top-des {
    flex: 1;
    margin-left: .6rem;
}

.goods-top-title {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
}

.goods-top-p {
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 0.46rem;
    margin-top: .3rem;
}

.goods-top-type-box {
    display: flex;
    flex-wrap: wrap;
}

.goods-top-type {
    width: 30%;
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    margin-top: .2rem;
    margin-right: 3.33%;
}

.title {
    font-size: 0.31rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    margin-top: .4rem;
    padding: 0 .2rem;
}

/* 产品信息 */
.infor-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .45rem;
}

.infor-img {
    width: 4.86rem;
    height: auto;
    flex-shrink: 0;
}

.infor-img img {
    width: 100%;
}

.infor-center-wrap {
    flex: 1;
    margin-left: .74rem;
}

.infor-table-title {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    margin-bottom: .1rem;
}

.infor-table-wrap {}

.infor-table-box {
    border-top: 0.02rem solid rgba(124, 124, 124, .3);
    margin-bottom: .3rem;
}

.infor-table {
    display: flex;
    padding: 0 .15rem;
}

.infor-table:nth-child(even) {
    background: rgba(124, 124, 124, .1);
}

.infor-table-item {
    min-height: .45rem;
    display: flex;
    align-items: center;
    padding: .1rem;
    font-size: 0.15rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #444444;
}

.infor-table-item:nth-child(1) {
    width: 25%;
}

.infor-table-item:nth-child(2) {
    width: 25%;
}

.infor-table-item:nth-child(3) {
    width: 40%;
}

/* .infor-table-item:nth-child(4) {
    width: 45%;
} */

.nologin {
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    cursor: pointer;
}

/* 代号释义 */
.code-wrap {
    padding: .7rem 1.8rem;
}

.code-wrap .infor-center-wrap {
    width: 100%;
    margin-left: 0;
    margin-top: .22rem;
}

.code-wrap .infor-table-item {
    height: .75rem;
    font-size: .22rem;
}

.close {
    display: flex;
    justify-content: flex-end;
}

.close p {
    width: 0.56rem;
    height: 0.35rem;
    border: 0.01rem solid #C81526;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: .35rem;
    color: #C81526;
    padding-bottom: .05rem;
    cursor: pointer;
}

.xiazai {
    width: 3.01rem;
    height: 0.53rem;
    background: #C81526;
    border: 0.01rem solid #C81526;
    margin: 0 auto;
    margin-top: .5rem;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xiazai img {
    width: .25rem;
}

.xiazai p {
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: .06rem;
}







/* 打印样式调整 */
html,body {
        width: 210mm;
        margin:0 auto;
        padding:0;
    }
    .logo {
        width: 75px;
        margin-bottom: 0.1rem;
    }
    .goods-top-wrap {
        width: 100%;
        padding: 20px;
        margin-top: 15px;
    }
    .goods-top-swiper {
        width: 50mm;
        height: auto;
        padding-bottom: 0;
    }
    .goodsSwiper {
        padding-bottom: 0;
    }
    .goods-top-des {
        margin-left: 30px;
    }
    .goods-top-title {
        font-size: 18px;
    }
    .goods-top-p {
        font-size: 14px;
        line-height: 0.36rem;
        margin-top: 5px;
    }
    .goods-top-type {
        font-size: 14px;
        word-wrap: break-word;
        margin-top: 10px;
    }
    .title {
        margin-top: 20px;
        font-size: 20px;
    }
    .infor-wrap {
        margin-top: 15px;
    }
    .infor-img {
        width: 251px;
    }
    .infor-center-wrap {
        margin-left: 20px;
    }
    .infor-table-title {
        font-size: 16px;
    }
    .infor-table-box {
        margin-bottom: 14px;
    }
    .infor-table-item {
        min-height: auto;
        font-size: 14px;
    }
    .bottom-text {
        position: static;
        font-size: 16px;
    }









