.signupcontent{
    padding-bottom: 3rem;
}
.signup_title{
    margin: 0 0.75rem;
}
.signup_title h1{
    font-size: 0.8rem;
    margin-top: 0.75rem;
    margin-bottom: 0.4rem;
    position: relative;
    padding-left: 0.5rem;
}
.signup_title h1::before{
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.7rem;
    background: #1d5da3;
    left: 0;
    top: 50%;
    margin-top: -0.35rem;
}
.signup_title a{
    position: relative;
    font-size: 0.5rem;
    line-height: 1.4rem;
    color: #1d5da3;
    z-index: 1;
    font-family: '宋体';
    font-weight: 600;
}
.signup_course{
    background: #fff;
    padding: 0.7rem 0.75rem 0.5rem;
    margin: 0 0.75rem;
    border-radius: 0.3rem;
}
.signup_course-name{
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    line-height: 1.2rem;
}
.signup_course-info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.signup_course-info::after{
    display: none;
}
.signup_course-money{
    font-size: 0.8rem;
    font-weight: 600;
    color: #f44336;
}
.signup_course-money font{
    font-size: 0.6rem;
    margin-right: 0.2rem;
    font-weight: normal;
}
.signup_course-time{
    color: #999;
    font-size: 0.6rem;
}
.signup_article{
    min-height: 10rem;
    background: #fff;
    margin: 0.75rem;
    padding: 0.75rem;
    border-radius: 0.3rem;
}
.signup_article p{
    font-size: 0.7rem !important;
}
.signup_btn{
    position: fixed;
    width: 100%;
    height: 3rem;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0.4rem;
    box-sizing: border-box;
}
.signup_btn #hb-ui-btn{
    width: 100%;
    height: 2.2rem;
    border: 0;
    background: #1d5da3;
    font-size: 0.8rem;
    color: #fff;
    border-radius: 2.2rem;
}