.top-apply p{
    padding: 0;
    margin: 0;
}
.top-apply{
    float: left;
    padding-left: 64px;
    width: 550px;
    height: 198px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #EAEAEA;
}
.top-apply .top-title{
    padding-top: 32px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}
.top-apply .top-content{
    padding-top: 16px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #595959;
    line-height: 22px;
}

.top-apply .top-btn{
    padding-top: 40px;
    margin-bottom: 32px;
}
.top-apply .top-btn a{
    background: #339aff;
    padding: 5px 38px;
    display:inline-block;
    border-radius: 4px;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    cursor:pointer;
}
.season-content{
    margin-bottom: 40px;
}
.season-content .container{
    /*margin-bottom: 24px;*/
    padding-bottom: 20px;
}

