.box{
    background: #f8faf9;
}
.banner{
    width: 100%;
    height: 5.3rem;
    margin-top: 0.8rem;
}
.top{
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.top .top-le{
    width: auto;
    height: 0.5rem;
    overflow: hidden;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.5rem;
    border-bottom: 0.02rem solid #6da288;
    box-sizing: border-box;
}
.top .top-ri{
    width: auto;
    height: 0.5rem;
    font-size: 0.18rem;
    color: #666666;
    line-height: 0.5rem;
    display: block;
}

.title{
    width: 100%;
    height: 0.6rem;
    overflow: hidden;
    background: #ffffff;
}
.title .title-ul{
    width: 2.5rem;
    height: 0.6rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.title .title-li{
    width: auto;
    height: 0.6rem;
    font-size: 0.26rem;
    color: #666666;
    line-height: 0.6rem;
    cursor: pointer;
    float: left;
}
.title-li.active{
    border-bottom: 0.02rem solid #6da288;
    color: #6da288;
    box-sizing: border-box;
}
.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.2rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.content .con-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.56rem 0.5rem;
    box-sizing: border-box;
    background: #ffffff;
}
.con-box .con-item{
    width: 2.85rem;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-right: 0.2rem;
    margin-top: 0.2rem;
}
.con-item:nth-of-type(even){
    margin-right: 0;
}
.con-item .con-img{
    width: 2.85rem;
    height: 4rem;
}
.con-item .con-on{
    display: block;
    width: 100%;
    height: auto;
    border: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    padding: 0 0.15rem;
    color: #333333;
    margin-top: 0.2rem;
}

.con-on .con-icon1{
    width: 0.38rem;
    height: 0.38rem;
    margin: 0.2rem auto 0;
}

.con-on .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.24rem;
    text-align: center;
    line-height: 0.34rem;
    margin-top: 0.05rem;
}
.con-on .con-span{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.2rem;
    line-height: 0.26rem;
    margin-top: 0.15rem;
    text-align: center;
    margin-bottom: 0.15rem;
}
.con-span .con-ri{
    margin-top: 0.1rem;
}