@charset "UTF-8";
.subtab-wrap{
    padding:.3rem .3rem .4rem;
}
.subtab2{
    font-weight: 400;
    font-size: .26rem;
    height: .6rem;
    color: #999;
    background: #f1f1f1;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    align-items: center;
}
.subtab2 li{
    padding: 0 .2rem;
    border-radius: 3px;
    line-height: .6rem;
}
.subtab2 li.active{
    background: #e60012;
}
.subtab2 li.active a{
    color: #fff;
}
/* info-box */
.info-list{padding: .3rem .3rem 0;}
.info-list li{font-size: .24rem;}
.info-list li a{color: #333;display: block; line-height: .56rem; margin-bottom: .2rem;overflow: hidden;zoom: 1;}
.info-list li a::before{display: inline-block; content: ''; width: .1rem; height: .1rem; float: left; margin: .23rem .2rem 0 0; background: #e60012; border-radius: 50%;}






