.agreement-box{
    padding: 0 20px 20px;
    box-sizing: border-box;
}
.agreement-title{
    min-width: 320px;
    max-width: 640px;
    width: 100%;
    font-family: PingFang SC;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    padding: 13px 0;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}
.agreement-info{
    width: 100%;
    height: auto;
    background: #F4F4F7;
    border-radius: 5px;
    padding: 5px 15px 15px;
    box-sizing: border-box;
    margin-top: 52px;
}
.agreement-info h3{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 10px 0;
}
.agreement-info h4{
    font-size: 15px;
    color: #333;
    padding: 5px 0;
}
.agreement-info p{
    font-size: 13px;
    color: #666;
    line-height: 25px;
    word-wrap:break-word;
}
.fontWeight{
    font-weight: bold;
    color: #333 !important;
}