.load-content{
    padding: 38px 0 200px;
}
.max-width{
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    width: 400px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 8px 5px 0px rgba(160,160,178,0.06), 0px 0px 22px 5px rgba(185,182,181,0.12);
    border-radius: 67px;
    border: 1px solid rgba(248,57,73,0.6);
}
.max-width:hover{
    background: #F83949;
    color: #FFFFFF;
}
.max-width:hover span {
    color: #FFFFFF;
}
.max-width span{
    display: inline-block;
    margin: 28px auto;
    width: 252px;
    height: 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #F83949;
    line-height: 24px;
    font-style: normal;
}
.class-in-div{
    margin: 0 auto;
    text-align: center;
    width: 229px;
    height: 30px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #4A4A4A;
    line-height: 30px;
    font-style: normal;
    margin-top: 40px;
}
.class-in-div:hover{
    color: #F83949;
}
