

body{
    background: #e7e8e8;
}
.banner {
    height: auto;
}
.top-adr{
    font-size: .24rem;
    color: #3c3d3d;
    font-family: "font_M";
}
.top-adr .content{
    padding-top: .35rem;
    padding-bottom: .65rem;
    display: flex;
}
.top-adr .content strong{
    color: #ff4900;
}

.cp-img img{
    width: 100%;
    display: block;
}
.cp-desc{
    width: 9.6rem;
    height: 6.5rem;
    margin-bottom: .35rem;
    
}

.img-box img{
    width: 100%;
}
.cp-desc .img-box{
    
    width: 9.6rem;
    height:100%;
    flex: 0 0 9.6rem;
    overflow: hidden;
    position: relative;
}
.cp-desc .img-box .btn-box{
    position: absolute;
    bottom: .2rem;
    right: .25rem;
}
.cp-desc .img-box .enlarge,
.cp-desc .img-box .reduce,
.cp-desc .img-box .full{
    margin-bottom: .1rem;
    width: .42rem;
    height: .42rem;
}
.cp-desc .big-img{
    position: absolute;
    left: 0;
    top: 0;

}
.cp-box {
    position: relative;
    width: 14rem;
    margin: 0 auto 5px auto;
}
.cp-box .cp-left{
    width: 9.6rem;
    
}
.cp-box .desc-box{
    position: absolute;
    top: 0;
    right: 0;
    padding: .3rem;
    box-sizing: border-box;
    width: 4rem;
    flex: 0 0 4rem;
    background: #fff;
}
.cp-box .desc-box.fixed{
    position: fixed;
    top: 1rem;
    left: 12.58rem;
    z-index: 11;
}
.cp-box .desc-box.nofixed{
    position: absolute;
    top: unset;
    right: 0;
    left: unset;
    bottom: 0;
}
.cp-box .desc-box table{
    font-family: "font_M";
    width: 100%;
}
.cp-box .desc-box table th{
    
    box-sizing: border-box;
    text-align: left;
    font-size: .18rem;
    line-height: .44rem;
    color: #595858;
    
}
.cp-box .desc-box table th div{
    padding-bottom: .1rem;
    border-bottom: 1px solid #acacac;
    margin-bottom: .3rem;
}
.cp-box .desc-box table th strong{
    margin-right: .1rem;
    font-size: .24rem;
    color: #ff4900;
}
.cp-box .desc-box table tr:nth-of-type(even){
    background: #d5d5d6;
}
.cp-box .desc-box table td{
    line-height: .4rem;
    vertical-align: text-top;
    font-size: .16rem;
}
.cp-box .desc-box table td:nth-of-type(1){
    padding-left: .25rem;
    box-sizing: border-box;
    width: 1.5rem;
}
.cp-box .desc-box table td.rz{
    padding-bottom: .2rem;
    line-height: 1.8em;
}


