.case{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.case .case-head{
    width: 1.53rem;
    height: 0.47rem;
    margin: 0.72rem auto 0;
    background: url(../images/case.png) no-repeat center center / 100% 100%;
    position: relative;
}
.case-head .case-title{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.case-title .case-span{
    width: 100%;
    height: 0.47rem;
    font-size: 0.26rem;
    color: #333333;
    text-align: center;
    line-height: 0.47rem;
}
.case-span span{
    color: #0094fe;
}
.case-title .case-line{
    width: 0.27rem;
    height: 0.03rem;
    background: #0094fe;
    position: absolute;
    top: 0.41rem;
    left: 0.64rem;
}
.case .case-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 0.32rem;
}
.case-box .case-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.case-ul .case-li{
    width: 3.23rem;
    height: 3.6rem;
    float: left;
    margin-right: 0.24rem;
}
.case-li a{
    display: block;
    width: 100%;
    height: 100%;
}
.case-li:nth-of-type(even){
    margin-right: 0;
}
.case-li .case-img{
    width: 100%;
    height: 2.53rem;
}
.case-li .case-con{
    width: 100%;
    height: 1.08rem;
    overflow: hidden;
}
.case-con .case-name{
    width: 100%;
    height: 0.34rem;
    font-size: 0.25rem;
    color: #333333;
    line-height: 0.34rem;
    margin-top: 0.15rem;
}
.case-con .case-text {
    width: 100%;
    height: 0.36rem;
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.36rem;
}

.case-box .page{
    width: 100%;
    height: 0.54rem;
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
}
