b,s,i,em{
    font-style: normal;
}
.head-pic{
    height: 340px;
    background-image: url(../images/vipbanner.png);
    background-size: cover;
    background-position: center;
}
.content-box{
    width: 1200px;
    margin: 20px auto 30px;
}
.block-title{
    height: 22px;
    border-bottom: 1px solid #e0e0e0;
    padding: 9px 0;
}
.block-title p{
    padding: 0 10px;
    border-left: 2px solid #00b7ee;
    height: 22px;
    font-size: 16px;
    color: #474747;
    line-height: 22px;
}
.block-content-t{
    height: 290px;
    border: 1px solid #f0f0f0;
    margin-top: 30px;
}
.content-t-top{
    height: 112px;
    background-color: #f6f6f6;
}
.block-content-b{
    margin: 0 0 18px;
}
.b-line{
    height: 100px;
}
.class-list .class-infos .price{
    font-size: 14px;
    line-height: 28px;
}
.class-list .infos .h5 a:hover{
    color: #00b7ee;
}
.progress-title{
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    font-size: 18px;
    color: #474747;
    text-align: center;
}
.progress-box{
    padding: 0 170px;
}
.txt-left{
    float: left;
}
.txt-right{
    float: right;
    padding-left: 24px;
    background: url("../images/leagure/d_v1.png") no-repeat;
    background-size: 18px 18px;
}
.txt-left.txt-left-vip{
    padding-left: 24px;
    background: url("../images/leagure/d_v1.png") no-repeat;
    background-size: 18px 18px;
}
.exp-txt span{
    display: inline-block;
    color: #949494;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.exp-txt span.not-vip{
    position: relative;
    left: -56px;
}
.exp-bar{
    position: relative;
    border-radius: 5px;
    margin-top: 10px;
}
.red-bar{
    position: absolute;
    height: 10px;
    /*width: 500px;*/
    top: 0;
    left: 0;
    background-color: #ff7870;
    z-index: 20;
    border-radius: 5px;
}
.yellow-bar{
    position: absolute;
    height: 10px;
    top: 0;
    left: 0;
    background-color: #fbd74f;
    /*width: 100%;*/
    z-index: 10;
    border-radius: 5px;
}
.red-bar .blue-tag-box{
    position: absolute;
    top: -7px;
    right: -62px;
}
.red-bar>div .blue-tag{
    width: 110px;
    height: 24px;
    line-height: 24px;
    background-color: #00b7ee;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}
.red-bar>div .tag-text{
    text-align: center;
    color: #949494;
    font-size: 14px;
    display: none;
}
