.zx_img_btn{width: 622px;}
/* 新增表单弹窗 */
.layer_wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.layer_cont {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 200;
    width: 450px;
    background: #fff;
    border-radius: 20px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.pub_form {
    position: relative;
    padding: 10px 0 40px;
}

.pub_form .form_tit {
    font-size: 28px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    line-height: 88px;
}

.pub_form .input_group {
    width: 336px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #f6f6f6;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin: 0 auto 30px;
    background: #f6f6f6;
}

.pub_form .input_group:hover {
    border: 1px solid #7a11ce;
}

.pub_form .input_icon {
    width: 20px;
    height: 20px;
    margin: 0 12px 0 20px;
}

.pub_form .input_group input {
    line-height: 40px;
    width: 80%;
    border: none;
    background: #f6f6f6;
    font-size: 21px;
}

.pub_form .sub_btn {
    display: block;
    width: 336px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    border: none;
    margin: 0 auto;
    font-weight: bold;
    background: -webkit-linear-gradient(#a44feb, #7a11ce); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#a44feb, #7a11ce); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#a44feb, #7a11ce); /* Firefox 3.6 - 15 */
    background: linear-gradient(#a44feb, #7a11ce); /* 标准的语法 */

}

.pub_form .verificationModal {
    display: none;
}


.pub_form .off2 {
    display: block;
    width: 56px;
    height: 56px;
    background: url(../images/off2.png) center no-repeat;
    position: absolute;
    left: 50%;
    bottom: -86px;
    cursor: pointer;
    margin-left: -28px;
}


.pub_form .yzm_wrap {
}

.pub_form .yzm_wrap h3 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 88px;
}

.pub_form .yzm_wrap p {
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #8624d7;
    margin-bottom: 23px;
}

.pub_form .yzm_items {
    display: flex;
    width: 338px;
    justify-content: space-between;
    margin: 0 auto;
}

.pub_form .yzm_items input {
    width: 56px;
    height: 56px;
    background: #f6f6f6;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
}

.pub_form .yzm_items input:focus {
    border-bottom: 1px solid #7a11ce;
}

.pub_form .yzm_wrap .hidden {
    display: none;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
}


.pub_form .yzm_btn {
    line-height: 42px;
    font-size: 24px;
    text-align: center;
    color: #23ac67;
    margin-top: 30px;
}

.pub_form .msg_djs_reset {
    display: none;
}


.pub_form .policy_label {
    color: #666666;
    font-size: 16px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 22px auto 0;
    width: 300px;
    line-height: 32px;
    text-align: center;
}

.pub_form .policy_label a {
    color: #666666;
    font-size: 16px;
}

.pub_form .policy_label input {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.autoSubmitStatus {
    text-align: center;
}


.layer_back{position: absolute;top: 20px;left: 20px;display: block;width: 38px;height: 38px;cursor: pointer;}
.layer_wrap_auto .layer_back,.layer_wrap_act .layer_back{top: 8px;left: 5px;width: 20px;height: 20px;}
.layer_wrap_auto {
    display: none;
}
.layer_wrap_auto .layer_cont{
    position: fixed;top: 50%;left: 50%;z-index: 200;width:481px;height: 398px; border-radius:0;
    background: url(../images/layer_auto_pg1.png) center no-repeat;
    background-size: contain;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.layer_wrap_auto .pub_form{padding: 0;background: #fff;border-radius: 10px;width: 210px;height: 118px;margin: 142px auto 0;}

.layer_wrap_auto .pub_form_msg{width: 172px;margin: 0 auto;padding-top: 18px;}
.layer_wrap_auto .pub_form .input_group{overflow: hidden;background: #edfafc;width: 100%;margin: 0 0 14px;line-height: 34px;height: 34px;border-radius: 18px;}

.layer_wrap_auto .pub_form .input_group input{width: 100%;padding: 0 10%;font-size: 12px;background: #edfafc;}

.layer_wrap_auto .pub_form .sub_btn{background: -webkit-linear-gradient(#1ce29c, #2d66e6);border-radius: 30px;height: 34px;line-height: 34px;font-size: 14px;
    width: 100%;
    background: -o-linear-gradient(#1ce29c, #2d66e6);
    background: -moz-linear-gradient(#1ce29c, #2d66e6);
    background: linear-gradient(#1ce29c, #2d66e6);}

.form_small_txt{font-size: 16px;color: #fff;text-align: center;margin-top: 20px;padding-bottom: 20px;}

.layer_wrap_auto .pub_form .off2{bottom: -198px;width: 36px;height: 36px;background-size: contain;}


.layer_wrap_auto input::-webkit-input-placeholder{color: #666;} /* WebKit browsers */
.layer_wrap_auto input:-moz-placeholder{color: #666;} /* Mozilla Firefox 4 to 18 */
.layer_wrap_auto input::-moz-placeholder{color: #666;} /* Mozilla Firefox 19+ */
.layer_wrap_auto input:-ms-input-placeholder {color: #666;} /* Internet Explorer 10+ */

.layer_wrap_auto .erweima_wrap_pc_wrap{display: flex;margin:29px 0 0 110px;}
.layer_wrap_auto .erweima_wrap_pc_wrap img{width: 80px;height: 80px;border-radius: 5px;}

.layer_wrap_auto .erweima_txt{margin-left: 7px;}
.layer_wrap_auto .erweima_txt h2{font-size: 18px;font-weight: bold;margin:15px 0 7px;}
.layer_wrap_auto .erweima_txt p{color: #666666;font-size: 14px;}

.layer_wrap_auto .erweima_wrap_wap{display: none;}





.layer_wrap_auto .pub_form .yzm_wrap p {

    font-size: 12px;
    line-height: 22px;
    color: #666;
    margin-bottom: 12px;
}

.layer_wrap_auto .pub_form .yzm_wrap h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    margin-bottom: 3px;

}

.layer_wrap_auto .pub_form .yzm_btn {
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #333;
    margin-top: 8px;
}



.layer_wrap_auto .pub_form .yzm_items{width: 180px;}
.layer_wrap_auto .pub_form .yzm_items input{width: 38px;height: 38px;background: #f2f7f6;}
.layer_wrap_auto .pub_form .yzm_items input:focus {
    border-bottom: 1px solid #26bfaf;
}


.layer_wrap_auto .erweima_wrap_wap{display: none;}


.layer_wrap_auto .pub_form .input_group:hover{border: 1px solid #26bfaf;}


.layer_wrap_auto .pub_form .pub_form_msg{display: block;}
.layer_wrap_auto .pub_form .verificationModal{display: none;}


/* -------------------------------------------------- */




.layer_wrap_act{display: none;}
.layer_wrap_act .layer_cont{
    position: fixed;top: 50%;left: 50%;z-index: 200;width:481px;height: 398px; border-radius:0;
    background: url(../images/layer_auto_pg1.png) center no-repeat;
    background-size: contain;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.layer_wrap_act .pub_form{padding: 0;background: #fff;border-radius: 10px;width: 210px;height: 118px;margin: 142px auto 0;}

.layer_wrap_act .pub_form_msg{width: 172px;margin: 0 auto;padding-top: 18px;}
.layer_wrap_act .pub_form .input_group{overflow: hidden;background: #edfafc;width: 100%;margin: 0 0 14px;line-height: 34px;height: 34px;border-radius: 18px;}

.layer_wrap_act .pub_form .input_group input{width: 100%;padding: 0 10%;font-size: 12px;background: #edfafc;}

.layer_wrap_act .pub_form .sub_btn{background: -webkit-linear-gradient(#1ce29c, #2d66e6);border-radius: 30px;height: 34px;line-height: 34px;font-size: 14px;
    width: 100%;
    background: -o-linear-gradient(#1ce29c, #2d66e6);
    background: -moz-linear-gradient(#1ce29c, #2d66e6);
    background: linear-gradient(#1ce29c, #2d66e6);}

.form_small_txt{font-size: 16px;color: #fff;text-align: center;margin-top: 20px;padding-bottom: 20px;}

.layer_wrap_act .pub_form .off2{bottom: -198px;width: 36px;height: 36px;background-size: contain;}


.layer_wrap_act input::-webkit-input-placeholder{color: #666;} /* WebKit browsers */
.layer_wrap_act input:-moz-placeholder{color: #666;} /* Mozilla Firefox 4 to 18 */
.layer_wrap_act input::-moz-placeholder{color: #666;} /* Mozilla Firefox 19+ */
.layer_wrap_act input:-ms-input-placeholder {color: #666;} /* Internet Explorer 10+ */

.layer_wrap_act .erweima_wrap_pc_wrap{display: flex;margin:29px 0 0 110px;}
.layer_wrap_act .erweima_wrap_pc_wrap img{width: 80px;height: 80px;border-radius: 5px;}

.layer_wrap_act .erweima_txt{margin-left: 7px;}
.layer_wrap_act .erweima_txt h2{font-size: 18px;font-weight: bold;margin:15px 0 7px;}
.layer_wrap_act .erweima_txt p{color: #666666;font-size: 14px;}

.layer_wrap_act .erweima_wrap_wap{display: none;}





.layer_wrap_act .pub_form .yzm_wrap p {

    font-size: 12px;
    line-height: 22px;
    color: #666;
    margin-bottom: 12px;
}

.layer_wrap_act .pub_form .yzm_wrap h3 {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    color: #333;
    margin-bottom: 3px;

}

.layer_wrap_act .pub_form .yzm_btn {
    line-height: 32px;
    font-size: 12px;
    text-align: center;
    color: #333;
    margin-top: 8px;
}



.layer_wrap_act .pub_form .yzm_items{width: 180px;}
.layer_wrap_act .pub_form .yzm_items input{width: 38px;height: 38px;background: #f2f7f6;}
.layer_wrap_act .pub_form .yzm_items input:focus {
    border-bottom: 1px solid #26bfaf;
}


.layer_wrap_act .erweima_wrap_wap{display: none;}


.layer_wrap_act .pub_form .input_group:hover{border: 1px solid #26bfaf;}


.layer_wrap_act .pub_form .pub_form_msg{display: block;}
.layer_wrap_act .pub_form .verificationModal{display: none;}


/* 手机适配 */
@media (max-width: 767px) {
    .school_out_lift ul li {
        width: 20%;
    }

    .school_out_lift ul li a.active {
        border-radius: 0;
    }

    .gl_step_list {
        width: 48%;
    }

    .zxpg ul li {
        width: 100%;
        margin-bottom: 15px;
    }

    .zxpg ul li span.spantit {
        width: 22%;
    }

    .zxpg .form_sub p {
        font-size: 14px;
        padding-top: 10px;
    }

    .zxpg ul li .xialajiantou {
        right: 4.4%;
        top: 54%;
    }


    .zxpg ul li {
        height: 42px;
    }

    .zxpg ul li span.spantit {
        line-height: 42px;
    }

    .zxpg ul li input {
        height: 42px;
        line-height: 42px;
    }

    .zxpg ul li a.ayzmact5 {
        height: 42px;
        line-height: 42px;
    }

    .zxpg .form_sub .button {
        height: 42px;
        line-height: 42px;
    }

    .school_detail_major .major-item {
        line-height: 22px;
        padding: 4px 0;
    }

    .school_detail_major .major-item .cname {
        width: 38%;
    }

    .school_detail_major .major-item .detail-btn {
        width: 16%;
        justify-content: end;
    }

    .detail-btn span:first-child {
        display: none;
    }

    .school_detail_major .all-btn {
        margin: 5px auto 0;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .tab_bd_item_step_tit_wrap {
        margin-top: 10px;
        font-size: 15px;
    }

    .tab_bd_item_step_tit_wrap a {
        font-size: 15px;
    }

    .tab_bd_item_gl {
        padding: 0 0 0 0;
    }

    .tab_bd_item_gl_step .gl_step_ul li {
        font-size: 12px;
        line-height: 28px;
    }


    .tab_bd_item_gl_step .gl_step_ul li span i.line-clamp-2 {
        width: 100px;
    }

    .gl_step_list:nth-child(5), .gl_step_list:nth-child(6) {
        margin-bottom: 15px;
    }

    .gl_step_list_tit h2 {
        font-size: 14px;
    }

    .tab_bd_item_gl_step .gl_step_ul li span:first-child {
        width: 70%;
    }

    .school_sort_type {
        display: none;
    }

    .school_sort_type_small {
        display: block;
        position: absolute;
        left: 10px;
        top: 8px;
    }

    .school_sort_type_small span {
        background: #fff;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 12px;
        font-weight: bold;
        color: #6e23ac;
    }

    .list {
        margin-bottom: 10px;
        height: auto;
    }

    .list .dec1 {
        width: 24%;
    }

    .list .dec2 {
        width: 30%;
    }

    .list .dec2 p {
        margin: 32px 0 0 45%;
    }

    .list .dec3 {
        width: 56%;
    }

    .list li span.verify {
        width: 100%;
    }

    .desc-content {
        padding: 10px;
        font-size: 12px;
    }

    .component_desc1 .desc-content {
        width: 350px;
        left: -142px;
    }

    .per-lang-box {
        line-height: 32px;
        flex-wrap: wrap;
        padding-bottom: 5px;
    }

    .split-line {
        display: none;
    }

    .lang-title {
        width: 100%;
        font-size: 16px;
        border-radius: 5px 5px 0 0;
        margin-bottom: 5px;
    }

    .lang-wrap {
        width: 50%;
        justify-content: center;
    }

    .lang-wrap .label {
        padding-left: 0;
        font-size: 14px;
    }

    .lang-wrap .label text {
        font-size: 14px;
    }

    .per-lang-box .split-line {
        margin-right: 0;
    }

    .apply-time-box .title-box {
        margin: 10px 0;
    }

    .apply-time-box .time-axias-box .scroll-box .text-box {
        font-size: 12px;
    }

    .school_detail_fangxiang .desc {
        font-size: 14px;
    }

    .track-list .col-item .text {
        font-size: 14px;
    }

    .track-list .row-item .col-item:nth-of-type(3) {
        display: none;
    }


    .school_detail_jiexi .vp-box .quota-icon {
        width: 20px;
        height: 18px;
    }

    .school_detail_jiexi .vp-box .quota-icon.quota-l {
        top: -3px;
    }

    .school_detail_jiexi .vp-box .quota-icon.quota-r {
        bottom: 1px;
    }

    .school_detail_jiexi .vp-box p {
        font-size: 14px;
        line-height: 24px;
    }

    .school_detail_belong .school_sort_type_small {
        right: 0;
        top: -30px;
        left: auto;
    }

    .school_detail_belong .school_sort_type_small span {
        background: #6e23ac;
        color: #fff;
    }

    .school_info_check_l {
        width: 10%;
    }

    .school_info_check_r {
        width: 88%;
    }

    .schoolintro_wrap, .yuanxi_wrap, .school_article_detail, .school_list_spe {
        margin-bottom: 5px;
    }

    .time-line {
        display: none;
    }

    .apply-time-box .time-axias-box .scroll-box {
        padding-bottom: 10px;
    }

    .apply-time-box .time-axias-box .scroll-box .time {
        position: relative;
    }

    .apply-time-box .time-axias-box .scroll-box .time::after {
        content: "";
        position: absolute;
        height: 1px;
        background: #dcdcdc;
        width: 100%;
        left: 0;
        top: -13px;
    }

    .apply-time-box .time-axias-box {
        overflow-x: auto;
        overflow-y: hidden;
    }

    /* .apply-time-box .time-axias-box.autowidth{width: auto;} */
    .apply-time-box .time-axias-box.autowidth .per-time-dot {
        flex: 0 0 auto;
        width: 30% !important;
    }

    .school_paiming dl dt {
        font-size: 14px;
    }


    .project-item {
        width: 100%;
    }

    .project-item .icon, .project-web .icon, .project-interview .icon, .component_desc .desc-icon {
        width: 26px;
        height: 26px;
    }

    .project-web .value {
        width: 50%;
    }

    .project-web .label, .project-interview .label {
        margin-right: 0;
    }


    .school_calc_wrap1 {
        display: none;
    }

    .school_calc_wap {
        display: block;
        border-radius: 10px;
        margin: 10px 0;
        background: -webkit-linear-gradient(left, #fff, #fcf8ff); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #fff, #fcf8ff); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #fff, #fcf8ff); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #fff, #fcf8ff); /* 标准的语法 */
    }

    .school_calc_wap_wrap {
        display: flex;
        padding: 10px 15px;
        justify-content: space-between;
        box-shadow: 0 0 8px #d8d8d8;
        border-radius: 10px;
        align-items: center;
    }

    .school_calc_wap_wrap_l {
    }

    .school_calc_wap_tit {
        font-size: 16px;
        color: #6e23ac;
        font-weight: bold;
        line-height: 26px;
    }

    .school_calc_wap_tit text {
        color: #333333;
        font-size: 14px;
    }

    .school_calc_wap_txt {
        display: flex;
        align-items: center;
        color: #666;
        font-size: 14px;
        line-height: 20px;
    }

    .school_calc_wap_txt img {
        width: 14px;
        height: 14px;
    }


    .school_calc_wap_wrap_r {
    }

    .school_calc_wap_wrap_r a {
        display: block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-weight: bold;
        border-radius: 15px;
        color: #fff;
        font-size: 12px;
        background: -webkit-linear-gradient(#ba67ff, #6f24ae); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(#ba67ff, #6f24ae); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(#ba67ff, #6f24ae); /* Firefox 3.6 - 15 */
        background: linear-gradient(#ba67ff, #6f24ae); /* 标准的语法 */
    }


    .school_project_wrap {
        display: none;
    }

    .school_project_wrap_wap {
        display: block;
        margin-bottom: 10px;
    }

    .school_project_name h3 {
        font-size: 14px;
        line-height: 22px;
    }

    .school_project_name img {
        width: 40px;
        height: 40px;
    }

    .school_project_pos {
        line-height: 24px
    }

    .school_project_tag p {
        font-size: 12px;
    }

    .school_project_btn {
        font-size: 14px;
        width: 54px;
    }

    .module_gaussian {
        height: 70%;
    }

    .module_gaussian p {
        font-size: 16px;
        line-height: 38px;
    }

    .module_gaussian a {
        width: 120px;
        height: 30px;
        line-height: 30px;
        font-size: 18px;
    }


    .zx_img_btn_pc {
        display: none;
    }


    .layer_cont {
        width: 80%;
    }

    .pub_form {
        padding: 10px 0 20px;
    }

    .pub_form .form_tit {
        line-height: 60px;
        font-size: 24px;
    }

    .pub_form .input_group {
        width: 90%;
        line-height: 40px;
        height: 40px;
        margin: 0 auto 10px;
    }

    .pub_form .input_icon {
        width: 15px;
        height: 15px;
        margin: 0 12px 0 10px;
    }

    .pub_form .input_group input {
        font-size: 16px;
        line-height: 38px;
    }

    .pub_form .sub_btn {
        width: 90%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .pub_form .off2 {
        width: 30px;
        height: 30px;
        background-size: contain;
        margin-left: -15px;
        bottom: -45px;
    }

    .pub_form .policy_label {
        margin: 10px auto 0;
        line-height: 24px;
        font-size: 14px;
    }

    .pub_form .policy_label a {
        font-size: 14px;
    }

    .pub_form .policy_label input {
        width: 14px;
        height: 12px;
    }

    .pub_form .yzm_wrap h3 {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 4px;
        line-height: 60px;
    }

    .pub_form .yzm_wrap p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .pub_form .yzm_items {
        width: 200px;
    }

    .pub_form .yzm_items input {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .pub_form .yzm_btn {
        margin-top: 5px;
        line-height: 30px;
        font-size: 12px;
    }


    .layer_wrap_auto .layer_cont {
        width: 300px;
        height: 367px;
    }

    .layer_wrap_auto .pub_form .input_group {
        width: 88%;
        margin: 0 auto 10px;
        line-height: 28px;
        height: 28px;
    }

    .layer_wrap_auto .pub_form_msg {
        padding-top: 10px;
        width: 165px;
    }

    .layer_wrap_auto .pub_form .yzm_wrap h3 {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 28px;
    }

    .layer_wrap_auto .pub_form .sub_btn {
        width: 88%;
        line-height: 28px;
        height: 28px;
    }

    .layer_wrap_auto .pub_form .verificationModal {
        padding-top: 0;
    }

    .form_small_txt {
        font-size: 12px;
    }

    .layer_wrap_auto .pub_form .off2 {
        bottom: -56px;
        width: 28px;
        height: 28px;
        bottom: -118px;
    }

    .layer_wrap_auto .pub_form .yzm_wrap p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .layer_wrap_auto .pub_form .yzm_btn {
        margin-top: 0;
        line-height: 24px;
        font-size: 12px;
    }


    .layer_back {
        width: 26px;
        height: 26px;
    }


    .layer_wrap_auto .layer_cont {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 200;
        width: 320px;
        height: 261px;
        border-radius: 0;
        background: url(../images/layer_auto_pg2.png) center no-repeat;


        background-size: contain;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .layer_wrap_auto .pub_form {
        width: 165px;
        height: 88px;
        margin: 99px auto 0;
    }


    .layer_wrap_auto .erweima_wrap_wap_wrap {
        display: flex;
        margin: 14px 0 0 70px;
    }


    .layer_wrap_auto .erweima_wrap_wap_wrap .erweima_txt_wap {
        display: flex;
        line-height: 42px;
    }

    .layer_wrap_auto .erweima_wrap_wap_wrap .erweima_txt_wap h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .layer_wrap_auto .erweima_wrap_wap_wrap .erweima_txt_wap a {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        line-height: 26px;
        height: 26px;
        border-radius: 5px;
        text-align: center;
        width: 70px;
        margin: 8px 0 0 5px;

        background: -webkit-linear-gradient(left, #0bac93, #0bac93); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #0bac93, #0bac93); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #0bac93, #0bac93); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #0bac93, #0bac93); /* 标准的语法 */

    }


    .layer_wrap_auto .pub_form .yzm_items {
        width: 150px;
    }

    .layer_wrap_auto .pub_form .yzm_items input {
        border-radius: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .layer_wrap_auto .layer_back {
        width: 15px;
        height: 15px;
        top: 7px;
        left: 10px;
    }

    .layer_wrap_auto .erweima_wrap_pc {
        display: none;
    }

    .layer_wrap_auto .erweima_wrap_wap {
        display: block;
    }


    /* ------------------------------------ */
    .layer_wrap_act .layer_cont {
        width: 300px;
        height: 367px;
    }

    .layer_wrap_act .pub_form .input_group {
        width: 88%;
        margin: 0 auto 10px;
        line-height: 28px;
        height: 28px;
    }

    .layer_wrap_act .pub_form_msg {
        padding-top: 10px;
        width: 165px;
    }

    .layer_wrap_act .pub_form .yzm_wrap h3 {
        margin-top: 0;
        font-size: 14px;
        margin-bottom: 0;
        line-height: 28px;
    }

    .layer_wrap_act .pub_form .sub_btn {
        width: 88%;
        line-height: 28px;
        height: 28px;
    }

    .layer_wrap_act .pub_form .verificationModal {
        padding-top: 0;
    }

    .form_small_txt {
        font-size: 12px;
    }

    .layer_wrap_act .pub_form .off2 {
        bottom: -56px;
        width: 28px;
        height: 28px;
        bottom: -118px;
    }

    .layer_wrap_act .pub_form .yzm_wrap p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 7px;
    }

    .layer_wrap_act .pub_form .yzm_btn {
        margin-top: 0;
        line-height: 24px;
        font-size: 12px;
    }


    .layer_back {
        width: 26px;
        height: 26px;
    }

    .layer_wrap_act .layer_cont {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 200;
        width: 320px;
        height: 261px;
        border-radius: 0;
        background: url(../images/layer_auto_pg2.png) center no-repeat;


        background-size: contain;
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .layer_wrap_act .pub_form {
        width: 165px;
        height: 88px;
        margin: 99px auto 0;
    }


    .layer_wrap_act .erweima_wrap_wap_wrap {
        display: flex;
        margin: 14px 0 0 70px;
    }


    .layer_wrap_act .erweima_wrap_wap_wrap .erweima_txt_wap {
        display: flex;
        line-height: 42px;
    }

    .layer_wrap_act .erweima_wrap_wap_wrap .erweima_txt_wap h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .layer_wrap_act .erweima_wrap_wap_wrap .erweima_txt_wap a {
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        line-height: 26px;
        height: 26px;
        border-radius: 5px;
        text-align: center;
        width: 70px;
        margin: 8px 0 0 5px;

        background: -webkit-linear-gradient(left, #0bac93, #0bac93); /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(right, #0bac93, #0bac93); /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(right, #0bac93, #0bac93); /* Firefox 3.6 - 15 */
        background: linear-gradient(to right, #0bac93, #0bac93); /* 标准的语法 */

    }


    .layer_wrap_act .pub_form .yzm_items {
        width: 150px;
    }

    .layer_wrap_act .pub_form .yzm_items input {
        border-radius: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .layer_wrap_act .layer_back {
        width: 15px;
        height: 15px;
        top: 7px;
        left: 10px;
    }

    .layer_wrap_act .erweima_wrap_pc {
        display: none;
    }

    .layer_wrap_act .erweima_wrap_wap {
        display: block;
    }
}
