
.region-content{
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2.7rem;
    padding-top: 10px;
}
.region-content .same-box{
    display: block;
    margin-bottom:0.75rem;
    background: #ffffff;
    margin-right: 2%;
    overflow: hidden;
    width: 50%;
}
.cover{
    left:0px;top:0px;
    background:#585858;
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=70);  /*设置透明度为60%*/
    opacity:0.7;  /*非IE浏览器下设置透明度为60%*/
    z-Index:999;
}

.ysq{
    text-align: center;
    margin-top: -16px;
    font-size: 30px;
    color: white;
}

.region-content .same-box:nth-of-type(even){
    margin-left: auto;
    margin-right: 0;
}

.region-content .same-box .img-box{
    width: 9rem;
    height: 9rem;
    margin:0 auto;
    position: relative;
}
.region-content .same-box .img-box img{
    width: 100%;
    height: 100%;
}
.region-content .same-box .img-box .icon-shou{
    width: 3rem;
    height: 1.25rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.region-content .same-box .img-box .text{
    font-size: 0.65rem;
    color: #eb3e3e;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    bottom: 5px;
    left: 0;
    padding: 0px 5px;
}
.region-content .same-box .img-box .text.active{
    color: #9b9b9b;
}
.region-content .same-box .detail-title{
    width:92%;
    margin:0 auto;
    font-size:0.75rem;
    margin-top:0.25rem;
    height: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.region-content .same-box .price{
    color:#ee3230;
    font-size:0.85rem;
    margin-top:0.25rem;
    display:flex;
    height: 1.25rem;
    line-height: 1.25rem;
}
.region-content .same-box .price .xiangou{
    font-size:0.55rem;
    color:#848484;
    margin-left:auto;
    margin-right:0.15rem;
}
.region-content .same-box .price .xiangou .num{

}
.region-content .same-box .price .xiangou .num.active{
    color:#ee3230;
}

.taopi-region{
    width:92%;
    margin:0 auto;
    padding-bottom:2.7rem;
    padding-top:0.5rem;
}
.taopi-region .same-box {
    width:100%;
    background:#ffffff;
    overflow:hidden;
    margin-top:1rem;
}
.taopi-region .same-box .qg-time{
    width:92%;
    margin:0 auto;
    height:2.1rem;
    line-height:2.1rem;
    display:flex;
    border-bottom:1px solid #e0e0e0;
}
.taopi-region .same-box .qg-time .round{
    width:5px;
    height:5px;
    background:#ee3230;
    display:inline-block;
    border-radius:50%;
    margin-top:0.95rem;
    margin-right:0.5rem;
}

.taopi-region .same-box .qg-time .time{
    font-size:0.75rem;
    color:#343434;
}

.taopi-region .same-box .qg-time .time.time-gray{
    color:#989898;
}
.taopi-region .same-box .shop-info{
    display:flex;
    width:92%;
    margin:0 auto;
    padding-top:0.5rem;
    padding-bottom:0.5rem;
}
.taopi-region .same-box .shop-info .left{
    width: 5rem;
    height: 5.4rem;
    position:relative;
}
.taopi-region .same-box .shop-info .right{
    width: 68%;
    margin-left:auto;
}
.taopi-region .same-box .shop-info .left img{
    width:100%;
    height:100%;
    display:block;
}
.taopi-region .same-box .shop-info .left .zhekou{
    position:absolute;
    left:0;
    top:0;
    color:#ffffff;
    background:#ff9800;
    display:block;
    font-size:0.5rem;
    padding:0.1rem 0.2rem 0.1rem 0.2rem;
}
.taopi-region .same-box .shop-info .right .detail-title{
    font-size:0.75rem;
    color:#2d2d2d;
    height: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.taopi-region .same-box .shop-info .price-con{
    color:#ee3230;
    margin-top:0.5rem;
}
.taopi-region .same-box .shop-info .price-con .num1{
    font-size:0.85rem;
}
.taopi-region .same-box .shop-info .price-con .num2{
    font-size:0.75rem;
}
.taopi-region .same-box .shop-info .xg-text{
    font-size:0.65rem;
    margin-top:0.5rem;
}
.taopi-region .same-box .shop-info .xg-text span{
    color:#ee3230;
}

#main {
    position:absolute;
    top:2rem;
    left:0px;
    right:0px;
    overflow:auto;
}

#list_box{

    width: 100%;
}
#list_box li{
    overflow: hidden;
    width: 100%;
    display: flex;
}