body{
    font-size: 18px !important;
    line-height: 36px !important;
    color: #333333 ;
    font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", sans-serif !important;
}
.form-box{
    width:var(--min-width);
    margin:0 auto;
    padding-top:50px;
}
.section-title{
    font-weight: bold;
    font-size: 36px;
    line-height: 150%;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom:30px;
}