

.TitleChose{
    width: 100%;
    padding-top: 0.36rem;
}
.TitleChose ul{
    width: 7.50rem;
    height: 0.90rem;
}
.TitleChose ul li{
    width: 1.18rem;
    height: 0.64rem;
    line-height: 0.64rem;
    color: #B7B7B5;
    background-color: #DDECFF;
    border-radius: 0.32rem;
    font-size: 0.22rem;
    margin-right: 0.22rem;
}
.TitleChose ul li.con{
    color: #fff;
    background-color: #2C8AFB;
}
.caseContent{
    width: 100%;
    height: auto;
    display: none;
}
.caseContent.con{
    display: block;
}
.caseContent .mainBox{
    margin-bottom: 0.36rem;
    -moz-box-shadow:0.02rem 0.02rem 0.05rem #E7E8EC, -0.02rem -0.02rem 0.05rem #E7E8EC;
    -webkit-box-shadow:0.02rem 0.02rem 0.05rem #E7E8EC, -0.02rem -0.02rem 0.05rem #E7E8EC;
    box-shadow:0.02rem 0.02rem 0.05rem #E7E8EC, -0.02rem -0.02rem 0.05rem #E7E8EC;
    border-radius: 0.1rem;
    overflow: hidden;
}
.caseContent .mainBox .title{
    font-size: 0.28rem;
    height: 0.88rem;
    line-height: 0.88rem;
    font-weight: bold;
}
.caseContent .mainBox .banner{
    width: 100%;
    height: 3.15rem;
}