.content02{
  padding-bottom: 1rem;
}
.cont-tab {
    padding: 0 0.3rem;
}
.cont-tab li{
    width: 2.18rem;
    float: left;
    /* height: 0.61rem; */
    color: #0961bb;
    border: 1px solid #0961bb;
    text-align: center;
    margin-bottom: 0.15rem;
    padding-top: 0.1rem;
    padding-bottom: 0.08rem;
}
.cont-tab li h6{
    font-size: 0.26rem;
    font-weight: bold;
    margin-bottom: 0.03rem;
}
.cont-tab li span{
    font-size: 0.16rem;
}
.cont-tab li:nth-child(3n+2){
    margin: 0 0.12rem;
}
.cont-tab .active{
    color: #fff;
    background: #0961bb;
}
.cont-bot{
    margin-top: 0.6rem;
}
.tab01 h2{
    font-size: 0.3rem;
    color: #0961bb;
    padding-bottom: 0.11rem;
    text-align: center;
    font-weight: bold;
    background: url('../images/appline.png')no-repeat center bottom;
    background-size: 0.42rem 2px;
    margin-bottom: 0.4rem;
}
.tab01 p{
    font-size: 0.28rem;
    color: #4c4c4c;
    line-height: 0.45rem;
    text-indent: 2em;
    text-align: justify;
    padding: 0 0.3rem;
}
.tab01 img{
    width: 5rem;
    display: block;
    margin: 0.8rem auto 0.4rem;
}
.tab-list {
    background: #f7f7f7;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
}
.tab-list h6{
    font-size: 0.16rem;
    text-align: center;
}
.piclist{
    width: 6.7rem;
    margin: 0 auto;
    overflow-x: auto;
    overflow-y: hidden; 
    white-space: nowrap;
}
.piclist li{
    display: inline-block;
    
}
.piclist li img{
    display: block;
    width: 1.33rem;
    margin:0.22rem 0 0 0;
}
.piclist li span{
    display: block;
    text-align: center;
   font-size: 0.2rem;
   margin-top: 0.14rem;
}
.piclist li:nth-child(n+2){
    margin-left: 0.4rem;
}
.tab01{
    display: none;
}
@media screen and (max-width: 360px){
    .cont-tab li:nth-child(3n+2){
        margin: 0 0.11rem;
    }
}
@media screen and (max-width: 330px){
    .cont-tab li:nth-child(3n+2){
        margin: 0 0.1rem;
    }
}