/* 主体内容部分 */
.wraps{
    position: absolute;
    top: .76rem;
    left: 0;
    right: 0;
    bottom: .88rem;
    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;
}
.wrap-list{
    width: 100%;
    margin-top: .2rem;
    padding: 0 .2rem .2rem .2rem;
    background: #fff;
    border-radius: .1rem;
}
.wrap-list ol li{
    border-bottom: .01rem solid #f0f0f0;
}
.wrap-list ol li:last-child{
    border-bottom: none;
}
.wrap-list ol li h4{
    overflow: hidden;
    padding-top: .2rem;
    color: #f6594e;
    font-size: .24rem;
}
.wrap-list ol li h4 span.words{
    float: left;
}
.wrap-list ol li h4 span.more{
    float: left;
    display: inline-block;
    height: .2rem;
    width: .2rem;
    margin-left: .05rem;
    margin-top: .07rem;
    background: url('../images/more_icon.png') no-repeat;
    background-size: cover;
}
.wrap-list ol li p.conts{
    margin-top: .1rem;
    margin-bottom: .1rem;
    line-height: .4rem;
    color: #666;
    font-size: .22rem;
}
/* 澳际资质 */
.imgs{
    width: 100%;
    margin-top: .2rem;
    padding-bottom: .2rem;
    background: #fff;
    border-radius: .1rem;
}
.imgs ol{
  overflow: hidden;
}
.imgs ol li{
    float: left;
    width: 2.68rem;
    height: 1.76rem;
    margin-top: .2rem;
    margin-left: .2rem;
}
.imgs ol li img{
    width: 100%;
    height: 100%;
}
/* 澳际历程 */
#progress{
    width: 100%;
    margin-top: .2rem;
    padding: 0 .2rem .28rem .2rem;
    background: #fff;
    border-radius: .1rem;
}
#progress .guide h6{
    width: 100%;
    padding-top: .3rem;
    text-align: center;
    color: #f6594e;
    font-size: .22rem;
}
#progress .guide p{
    margin-top: .12rem;
    line-height: .4rem;
    text-indent: 2em;
    font-size: .22rem;
    color: #666;
}
#progress ol li{
    margin-top: .36rem;
}
#progress ol li p{
    line-height: .4rem;
    color: #666;
    font-size: .22rem;
}