 html,body{
     background-color: #fff;
}
 .pos{
     position: relative;
}
 .space{
     width:100%;
     height:0.2rem;
     background-color: #f5f5f5;
}
 .banner{
     width:100%;
     /*height:3.06rem;*/
     overflow:hidden;
}
 .banner i{
     position: absolute;
     width:0.16rem;
     height:0.28rem;
     display: inline-block;
     z-index: 10;
     top:0.4rem;
     left:0.3rem;
}
 .accountInfo{
     width:100%;
     padding:0.3rem;
     height:1.8rem;
}
 .no_login {
     position: relative;
}
 .no_login p{
     line-height: 1.2rem;
     color:#000;
     font-size: 0.36rem;
     font-weight: bold;
}
 .no_login i{
     width:0.1rem;
     height:0.16rem;
     display: inline-block;
     position: absolute;
     right: 0.3rem;
     top:0.8rem;
     z-index: 11;
}
 .account{
     position: relative;
     font-size:0.26rem;
     color:#333;
}
 .account span{
     color:#ff6600;
}
 .account span.money{
     font-size:0.48rem;
}
 .account span.use{
     position: absolute;
     right:0.44rem;
     top:0.1rem;
     display: inline-block;
     width:1.1rem;
     height:0.44rem;
     background-color: #6666ff;
     color:#fff;
     font-size:0.24rem;
     text-align: center;
     line-height: 0.44rem;
     border-radius: 0.3rem;
}
 .time{
     width:100%;
     font-size:0.24rem;
     color:#666;
     position: relative;
}
 .time span{
     font-size: 0.28rem;
     color:#4444ff;
     float:right;
     margin-right: 0.2rem;
}
 .time span.ico{
     width:0.1rem;
     height: 0.18rem;
     display: inline-block;
     float:right;
     margin-top:0.1rem;
     margin-right:0rem;
}
 .sellItem{
     overflow:hidden;
     width:100%;
     padding:0.4rem 0.3rem;
}
 .sellTitle{
     width:100%;
     margin-bottom:0.1rem;
}
 .sellTitle p{
     font-size:0.36rem;
     color:#333;
}
 .sellTitle p span{
     font-size:0.3rem;
}
 .contentItem{
     float:left;
     width:50%;
     height:1.2rem;
     margin-top: 0.3rem;
}
 .item{
     position: relative;
     overflow:hidden;
     width:3.26rem;
     height:100%;
     border:1px solid #999;
     border-radius: 0.2rem;
}
 .item p{
     text-align: center;
}
 .item p.format{
     color:#000;
     margin-top:0.2rem;
     font-size: 0.36rem;
     font-weight: bold;
}
 .item p.date{
     color:#999;
     line-height: 0.2rem;
     font-size: 0.24rem;
}
 .itemActive{
     border:1px solid #ff5533;
}
 .itemActive p.format,.itemActive p.date{
     color:#ff5533;
}
 .sellContent .item i{
     display: none;
     font-size: 0.24rem;
     position: absolute;
     right: 0rem;
     top: 0rem;
     font-style: normal;
     width: 0.6rem;
     color: #fff;
     text-align: center;
     height: 0.34rem;
     background-color: #ff5533;
}
 .sellContent .flag i{
     display:inline-block;
}
 .rule{
     width:100%;
     overflow:hidden;
     padding:0.5rem 0.3rem;
     background-color: #f5f5f5;
}
 .rule p{
     text-align: center;
     font-size: 0.24rem;
     color:#999;
     line-height: 0.48rem;
}
 .rule p span{
     font-size: 0.24rem;
     color:#4444ff;
}
 .rule p.link{
     font-size: 0.26rem;
}
 .rule p span.phone{
     margin-left:0.24rem;
}
 .rule p span.buy{
     margin-right:0.24rem;
}
 