.wraps{
    position: absolute;
    top: .76rem;
    left: 0;
    right: 0;
    bottom: .88rem;
    width: 100%;
    padding: .2rem .22rem;
    background: #f0f0f0;
    overflow: auto;
}

.con{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: .2rem .22rem;
    background: #f0f0f0;
    overflow: auto;
}

/* tab切换 */
.tabNav{
    width: 100%;
    background: #fff;
    border-radius: .1rem;
}
.tabNav ul{
    overflow: hidden;
    padding: 0 0 .2rem .2rem;
}
.tabNav ul li{
    float: left;
    width: 1.24rem;
    height: .5rem;
    margin-top: .2rem;
    margin-right: .2rem;
    line-height: .5rem;
    text-align: center;
    background: #f2f2f2;
    font-size: .22rem;
    color: #666;
}
.tabNav ul li.active{
    background: #f6594e;
    color: #fff;
}
.imgs{
    width: 100%;
    margin-top: .2rem;
    padding-bottom: .2rem;
    border-radius: .1rem;
}
.imgs ol{
  overflow: hidden;
}
.imgs ol li{
    float: left;
    width: 2.86rem;
    height: 2.8rem;
    margin-top: .2rem;
    background: #fff;
    border-radius: .1rem;
}
.imgs ol li:nth-of-type(odd){
    margin-right: .24rem;
}
.imgs ol li:nth-of-type(even){

}
.imgs ol li img{
    width: 100%;
    height: 1.6rem;
    border-radius: .1rem  .1rem 0  0 ;
}
.imgs ol li p{
    padding: .1rem .2rem;
    line-height: .32rem;
    color: #666;
    font-size: .22rem;
}