.CaseBanderBox{
    width: 100%;
    height: 19.7vw;
}
.CaseBanderBox>img{
    width: 100%;
}
.CaseContent{
    margin-top: 4.1vw;
    display: flex;
    justify-content: center;

    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    font-size: 0.97vw;
}
.CaseContent>div{
    width: 21.45vw;
    margin-right: 5.2vw;
}
.CaseContent>div:last-child{
    margin-right: 0;
}
.CaseContentTxt{
    margin-top: 1.04vw;
    line-height: 1.5vw;
}
.noMoreBox{
    margin-top: 7vw;
    text-align: center;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #999999;
    font-size: 1.1vw;
    margin-bottom: 4.1vw;

}