

.header{
    height:448px;
    background: url('../images/bg.png') no-repeat;
    background-size: 100% 100%;
}
.icon-laba{
    width: 16px;
    height: 13px;
    display: inline-block;
    margin: 0 7px;
    background: url('../images/laba.png') no-repeat;
    
}
.banner img{
    width: 100%;
    margin-top: 10px;
}
.head_title{
    width: 100%;
    display: flex;
    justify-content: space-between;
  
}
.head_title p{
    width: 209px;
    display: flex;
    align-items: center;
    font-size: 12px;
    text-align: center;
   height: 24px;
   line-height: 24px;
   color: #fff;
   background: #070494;
   opacity: 0.3;
   border-radius: 12px;
}

.warpper{
    margin-top: -50px;
}

.tabbar{
    display: flex;
    justify-content: space-between;
}

.tabbar .item{
    width: 98%;
    height: 60px;
   background: #FFFFFF;
   border-radius: 5px;
    display: flex;
    align-items: center;
    margin: 0 auto 10px auto;
}

.tabbar .item img{
    width: 40px;
    margin:0 10px ;
}
.tabbar .item  h4{
 margin-right: 15px;
 font-size: 1.2rem;
}
.tabbar .item span{
    font-size: 12px;
    color: gray;
}
.tabbar .item .newQi{
    color: #f6be5d;
    display: flex;
    align-items: center;
}
.tabbar .item{
    margin-bottom: 10px;

}


.tabbar .item .newQi span{
    padding: 0px 6px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    background-color: #f6be5d;
    border-radius: 5px;
    margin: 0 2px;

}







#newissue_time{
    background:url(../images/xiayiqi.png) no-repeat center;
}

#newissue_time img{
    margin-right: 10px;
}

.lot-latest b{
    line-height: 42px;
    font-weight: bold;
    font-size: 24px;
    background-image: url(../images/blue_bg.png);
    background-position: 0;
}

.lot-latest {
    border:0;
}

.lot-latest div{
    font-weight: bold;
    font-size: 1.2rem;
}

#lot{
    background:url(../images/xiayiqi.png) no-repeat center;

}

.lot-m {
    border:0;
}

.wl {
    background: linear-gradient(#A995EB, #6547E7);
    border-radius: 5px;
}

.total2{
    background: linear-gradient(#A995EB, #6547E7);
    border-radius: 5px;
}

#jiahao{
    color:#E98442
}

.open1 {
    border-radius: 50%;
    background: #FF8C48;
    color: black;
    font-weight: bold;
}
.btn-group{
    display: flex;
    justify-content: center;
}
.btn-group div {
    width: 100px;
    background: #dddddd;
    color: #000;
    margin-left: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.btn-group .active{
    background-color: #FF7E02;
    color: #fff;
}



.jg-box {
    border: 0;
}

.jg-title {
    background: #FFF9F5;
}

.haha {
    background: #F6F6F6;
}

.more {
    border: none;
    cursor: pointer;
}

.yc-box {
    border: none;
    background: #fff;
}

.zoushi{
    background-color: #FFF9F5;
}

.da2 {
    background: #F6061C;
    border-radius: 50%;
}

.xiao2 {
    border-radius: 50%;
    background: #343FE3;
}

.dadan{
    border-radius: 15px;
    min-width: 30px;
}

.dashuang{
    border-radius: 15px;
    min-width: 30px;
}
.warpper{
    min-height: 54vh;
}

.footer {
    color: #fff;
    background: #393958;
    height: 140px;
}

.footer a{
    color: #fff;
}

.footer div:first-child{
    margin-top: 8px;
}

.bottom_footer{
    color: #B8B8DA;
    background: #29293E;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;

}






html { font-size:12px; font-family:'微软雅黑','苹方','思源黑体';  }  /*效果图750px*/
@media (min-width: 190px) and ( max-width:720px){
    html { font-size:12px; }
    .head_title .logo{
        width: 40%;
        margin-left: 10px;
    }
    .header{
        height: 225px
    }
 #newissue_time{
    background: #fff;
 }
}
@media (min-width: 1200px){html { font-size:16px; }}