.content1 {
    height: 100%;
}
html{
    width : 100% ;
    height : 100% ;
    background-color: white ;
}
body{
    width : 100% ;
    height : 100% ;
    background-color: white ;
}
.content1{
    position : absolute ;
    top : 0 ;
    left : 0 ;
    width : 100% ;
    height : 100% ;
    background-size: cover;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    background-position: top;
}
.aucGood {
    height: 100%;
    position: absolute;
    top: 0;
    left:9.27rem;
}
.aucGood ul {
    width: 79rem;
}
.aucGood li{
    float: left;
    margin-top: 0.5rem;
    margin-right: 1.25rem;
}
.aucGood li .pic{
    float: left;
    width: 2.91rem;
    margin-right: 0.18rem;
}
.aucGood li div img {
    width: 100%;
}
.aucGood li .pic {
    position: relative;
}
.aucGood .auc2 {
    position: absolute;
    left:0;
    top: 0;
}
.aucGood .pic span {
    position: absolute;
    top: 43%;
    left: 29%;
    font-size: 0.46rem;
    font-weight: bold;
}
.aucGood li .price {
    float: left;
    width: 3.17rem;
    height: 5.04rem;
    background: rgba(0,0,0,0.3);
    margin-right: 0;
    padding: 0.175rem;
    border-radius: 0.1rem;
}

.price p {
    color: #fff;
    font-size: 12px;
    line-height: 0.26rem;
}
.price .mbm {
    margin-bottom: 0.06rem;
    overflow: hidden;
}
.price .mbm1 {
    height: 45px;
}
.price .top {
    color: #fefc59;
    font-size: 18px;
}
.detail {
    height: 1.27rem;
}
.aucGood .detail1 {
    height: 0.65rem;
}
.logo {
    position: absolute;
    top: 0.96rem;
    left: 1.71rem;
    width: 5.88rem;
}
.logo img {
    width: 100%;
}