.cl{
    clear: both;
}
.block{
    display: block!important;
}
.contains{
    margin: 0 0.3rem;
    position: relative;
}
h2{
    font-size:0.32rem;
    color: #34495e;
    margin-top:42px;
    font-weight: normal;
    padding-bottom:0.2rem;
    border-bottom:0.02rem solid #f1f5f4;
}
h2 span{
    position: relative;
}
h2 span:after{
    width:100%;
    height:0.02rem;
    background: #05b08e;
    position: absolute;
    content: '';
    bottom: -0.22rem;
    left:0;
}
.type{
    margin-top:0.4rem;
    padding: 0 0.3rem;
    padding-top: 0.3rem;
    box-shadow: 0 0 0.1rem rgba(0,0,0,0.1);
}
.type li{
    font-size:0.28rem;
    color: #565759;
    width:27%;
    margin-left:10%;
    float: left;
    margin-bottom:0.4rem;
}
.type li:nth-of-type(odd){
    margin-left:0;
    margin-right:6%;
}
.type li span{
    float: right;
    color: #9fa0a4;
}
.case li{
    margin-top:0.55rem;
}
.case h3{
    font-size:0.28rem;
    color: #31323a;
}
.cont{
    border: 0.02rem solid #ecefee;
    margin-top:0.25rem;
}
.cont_top{
    width:100%;
    height:1.88rem;
    border-bottom:0.02rem solid #ecefee;
}
.img{
    width:45%;
    float: left;
    height:1.88rem;
}
.img img{
    width:100%;
    height:1.88rem;
}
.star{
    width:55%;
    float: left;
    height:1.88rem;
}
.star p{
    font-size:0.26rem;
    color: #565759;
    padding-left:0.4rem;
    line-height:0.94rem;
}
.star p .iconfont{
    color: #ffac12;
}
.tips{
    width:100%;
    height:0.72rem;
}
.tips ul{
    margin-top:0.22rem;
}
.tips li{
    height:0.48rem;
    line-height:0.48rem;
    font-size:0.24rem;
    color: #8a8b91;
    text-align: center;
    padding: 0 0.2rem;
    background: #f2f5f5;
    border-radius: 0.2rem;
    margin: 0 0.14rem;
    float: left;

}
.tips a{
    font-size:0.28rem;
    color: #05b08e;
    float: right;
    margin-top:0.05rem;
}
.tips a img{
    width:0.36rem;
    vertical-align: middle;
    margin-left:0.1rem;
    margin-right:0.3rem;

}
