.form-group-grade{
    padding-left: 0;
    padding-right: 0;
}
/* pc */

@media screen and (min-width: 1200px) {


    /*活动报名*/

    .sign{
        display: flex;
        background-color: #f8f8f8;
    }
    .sign_box{
        width: 60%;
        margin:20px;
        background: white;
        box-shadow: 0 10px 30px 0 rgba(85, 85, 85, 0.15);
        border-radius: 10px;
    }
    .sign_box   .box-heading {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        line-height: 40px;
        background: #F6F8FC;
        border-radius: 10px 10px 0px 0px;
    }
    .form-group {
        margin-bottom: 35px;
    }
    .sign   .sign_box .form-box{
        width: 30vw;
        margin: 50px auto;
        padding-right: 4vw;
        position: relative;
    }

    .sign   .sign_box .form-box select{
        appearance: auto;
    }
    .sign  .form_cover{
        background: rgba(255,255,255,0);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 99;
    }


    .table-btn-box{
        padding: 0px 10px 0 50px;
        width: 300px;
        overflow: hidden;
        margin: 0 auto;
    }

    .sign_right{
        width: 40%;
        float: left;
        margin: 20px;
        padding: 20px;
        background: white;
        box-shadow: 0 10px 30px 0 rgba(85, 85, 85, 0.15);
        border-radius: 10px;
    }


    .sign_right .title{
        font-size: 16px;
        font-weight: 600;
        color: #333333;
        line-height: 22px;
        border-left: 4px solid #F98400;
        padding-left: 10px;
    }

    .sign_right .text_content{
        border-top: 1px solid #EEEEEE;
        margin-top: 20px;
        padding-top: 20px;
        margin-bottom: 30px;
    }

    .sign_right .text_content p{
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px;
        position: relative;
    }

    .sign_right .text_content img{
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .alertBottomZiXun {
        width: 100%;
        display: block;
        height: 40px;
        background: #ff7524;
        display: flex;
        justify-content: space-between;
        left: 0;
        bottom: 0;
        z-index: 999;
        font-size: 0;
    }
    .alertBottomZiXun a {
        width: 100%;
        display: flex;
        height: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .qt_53Btn {
        cursor: pointer;
    }
    .alertBottomZiXun img {
        display: inline-block;
        width: 0.39rem;
        height: 0.38rem;
        margin-right: 0.08rem;
        animation: love 0.8s infinite;
    }
    .alertBottomZiXun a span {
        line-height: normal;
        font-size: 16px;
        color: #fff;
    }


}

@media screen and (max-width: 1199px) {

    /*报名*/


    .sign{
        display: flex;
        background-color: #f8f8f8;
        flex-wrap: wrap;
    }
    .sign_box{
        width: 100%;
        background: white;
        box-shadow: 0 10px 30px 0 rgba(85, 85, 85, 0.15);
        border-radius: 10px;
    }
    .sign_box   .box-heading {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 10px 25px;
        font-size: 18px;
        font-weight: 600;
        color: #333333;
        line-height: 40px;
        background: #F6F8FC;
        border-radius: 10px 10px 0px 0px;
    }
    .form-group {
        margin-bottom: 35px;
    }
    .sign   .sign_box .form-box{
        width: 84vw;
        margin: 4vw auto;
        position: relative;
    }

    .sign   .sign_box .form-box select{
        appearance: auto;
    }
    .sign  .form_cover{
        background: rgba(255,255,255,0);
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 11;
    }

    .table-btn-box{
        padding: 0px 10px 0 50px;
        width: 300px;
        overflow: hidden;
        margin: 0 auto;
    }

    .sign_right{
        width: 100%;
        margin-top: 4vw;
        padding: 2vw;
        background: white;
        box-shadow: 0 10px 30px 0 rgba(85, 85, 85, 0.15);
        border-radius: 10px;
    }


    .sign_right .title{
        font-size: 4.6vw;
        font-weight: 600;
        color: #333333;
        line-height: 22px;
        border-left: 4px solid #F98400;
        padding-left: 10px;
        margin-top: 4vw;
    }

    .sign_right .text_content{
        border-top: 1px solid #EEEEEE;
        margin-top: 20px;
        padding-top: 20px;
        padding-right: 24px;
    }

    .sign_right .text_content p{
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px;
        position: relative;
    }

    .sign_right .text_content img{
        width: 80%;
        margin: auto;
    }



    .alertBottomZiXun {
        width: 100%;
        display: block;
        height: 6vh;
        background: #ff7524;
        position: fixed;
        display: flex;
        justify-content: space-between;
        left: 0;
        bottom: 0;
        z-index: 999;
        font-size: 0;
    }
    .alertBottomZiXun a {
        width: 100%;
        display: flex;
        height: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    .qt_53Btn {
        cursor: pointer;
    }
    .alertBottomZiXun img {
        display: inline-block;
        width: 0.39rem;
        height: 0.38rem;
        margin-right: 0.08rem;
        animation: love 0.8s infinite;
    }
    .alertBottomZiXun a span {
        line-height: normal;
        font-size: 4vw;
        color: #fff;
    }


    .sign_right .title{
        color: #03565e;
        font-size: 5vw;
        margin: 5vw auto;
        text-align: center;
        font-weight: bolder;
    }

}
