html{
    background:#0A0A0A !important;
}
body{
    background: #0A0A0A;
    font-family: Microsoft YaHei;
}
.top{
    width:18.75rem;
    height:19.3rem;
    background:url('../images/boutique_bg.png') no-repeat top center;
    background-size:cover;
}
.boutique_content{
    width:100%;
    height:auto;
    padding-bottom: 4.8rem;
    overflow:hidden;
}
.boutique_content ul{
    width:17rem;
    height:auto;
    overflow:hidden;
    margin:0 auto;
}
.boutique_content ul li{
    width:8.175rem;
    height:10.675rem;
    background:#fff;
    border-radius:0.6rem;
    float:left;
    margin:0.65rem 0.64rem 0rem 0;
}
.boutique_content ul li:nth-child(2n){
    margin-right:0;
}
.boutique_content ul li a{
    display: block;
    color:#333;
}
.boutique_content ul li .goods_img_block{
    width:100%;
    height:5.825rem;
    line-height: 5.825rem;
    text-align:center;
    border-radius:0.6rem 0.6rem 0 0;
    display: block;
    overflow: hidden;
}
.boutique_content ul li img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.boutique_content ul li .goods_name{
    width:7.22rem;
    height:1.7rem;
    line-height: 0.8rem;
    color:#333;
    font-weight:500;
    font-size:0.6rem;
    margin:0.3rem 0 0.6rem 0.45rem;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp:2;
}
.boutique_content ul li .old_price{
    width:auto;
    height:0.52rem;
    line-height: 0.52rem;
    font-weight:400;
    color:#999;
    font-size:0.52rem;
    margin:0 0 0.35rem 0.45rem;
    text-decoration: line-through;
}
.boutique_content ul li .new_price{
    width:auto;
    height:0.68rem;
    line-height: 0.68rem;
    color:#ff5757;
    font-size:0.68rem;
    font-weight:500;
    margin:0 0 0 0.45rem;
}













