﻿@charset "utf-8";

* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    margin: 0 auto;
    font-family: "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #FFFFFF;
    font-size: 14px;
}

input {
    outline: none !important;
}

ul {
    list-style: none;
}

ol {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    border: none;
}

a {
    color: black
}

    a:link {
        text-decoration: none !important;
    }

    a:visited {
        text-decoration: none !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    a:active {
        text-decoration: none !important;
    }

.w__1200 {
    width: 1200px;
    margin: auto;
    min-width: 1200px;
}

.w__1100 {
    width: 1100px;
    margin: auto;
    min-width: 1100px;
}

.w__100 {
    width: 100%;
    min-width: 1200px;
    margin: auto;
}

.bgf {
    background: #fff;
}

.w__100 {
    width: 100%;
    min-width: 1210px;
    margin: auto;
}

.header {
    padding: 15px 0px;
    position: relative;
}

    .header:after {
        content: "";
        display: block;
        clear: both;
    }

.w__1210 {
    width: 1210px;
    margin: auto;
    min-width: 1210px;
}

.header .logo {
    float: left;
    position: relative;
}

    .header .logo a {
        display: block;
        overflow: hidden;
    }

        .header .logo a img {
            float: left;
            width: 210px;
            padding-top: 10px;
        }

        .header .logo a i {
            display: inline-block;
            width: 80px;
            height: 80px;
            background: url(https://www.edu-edu.com/tp/PC/b2c/b2cImg/24.gif);
            background-size: 100% 100%;
            position: absolute;
            top: -10px;
            left: 224px;
        }

        .header .logo a p {
            float: left;
            font-size: 22px;
            border-left: 1px solid #000000;
            padding-left: 15px;
            margin-left: 115px;
            padding-top: 6px;
            padding-bottom: 7px;
            margin-top: 13px;
        }

.header ul {
    float: right;
    padding-top: 15px;
}

    .header ul li {
        float: left;
    }

        .header ul li a {
            color: #16223e;
            padding: 5px 15px;
            display: block;
            font-size: 16px;
        }

        .header ul li.login {
            position: relative;
        }

            .header ul li.login:before {
                content: "|";
                position: absolute;
                left: 0;
                top: 6px;
            }

        .header ul li a {
            color: #16223e;
            padding: 5px 15px;
            display: block;
            font-size: 16px;
        }








.banner {
    height: 420px;
    background: url("../images/banner.png") no-repeat center center;
}

.introduce {
    padding-top: 50px;
    overflow: hidden;
}

    .introduce .introduce__list {
        margin: 15px 0px;
    }

    .introduce .introduce__1 {
        display: grid;
        grid-template-columns: 1fr 414px;
        grid-gap: 40px;
    }

    .introduce .introduce__2 {
        display: grid;
        grid-template-columns: 440px 1fr;
        grid-gap: 40px;
    }

    .introduce .introduce__3 {
        display: grid;
        grid-template-columns: 1fr 450px;
        grid-gap: 40px;
    }

    .introduce .introduce__4 {
        display: grid;
        grid-template-columns: 477px 1fr;
        grid-gap: 40px;
    }

    .introduce .introduce__list .text {
        display: -webkit-box;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        display: -moz-box;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -moz-box-align: center;
        display: -o-box;
        -o-box-orient: horizontal;
        -o-box-pack: center;
        -o-box-align: center;
        display: -ms-box;
        -ms-box-orient: horizontal;
        -ms-box-pack: center;
        -ms-box-align: center;
        display: box;
        box-orient: horizontal;
        box-pack: center;
        box-align: center;
    }

        .introduce .introduce__list .text h3 {
            color: #1660f7;
            position: relative;
            font-size: 20px;
            z-index: 2;
            padding-left: 2px;
        }

            .introduce .introduce__list .text h3:before {
                content: '';
                position: absolute;
                width: 66px;
                height: 9px;
                background: #feec8e;
                z-index: -1;
                bottom: -2px;
                left: -1px;
                border-radius: 40px;
            }

        .introduce .introduce__list .text p {
            color: #333333;
            text-indent: 2em;
            padding-top: 20px;
            font-size: 16px;
            line-height: 26px;
            color: #666666;
        }

.apply {
    height: 94px;
    background-color: #35aaff;
    /* 不支持线性的时候显示 */
    background-image: linear-gradient(to right, #35aaff, #1f65f3);
    position: fixed;
    bottom: 0;
    z-index: 50;
}

.support {
    padding-top: 60px;
}

    .support h3 {
        color: #1660f7;
        position: relative;
        font-size: 20px;
        z-index: 2;
        width: 142px;
        margin: auto;
    }

        .support h3:before {
            content: '';
            position: absolute;
            width: 66px;
            height: 9px;
            background: #feec8e;
            z-index: -1;
            bottom: -2px;
            left: 35px;
            border-radius: 40px;
        }

    .support ul {
        padding-top: 50px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 140px;
        padding-bottom: 70px;
    }

        .support ul li {
            padding: 20px 0px;
        }

            .support ul li dl {
            }

                .support ul li dl dt {
                    text-align: center;
                }

                    .support ul li dl dt img {
                    }

                .support ul li dl dd {
                }

                    .support ul li dl dd h4 {
                        text-align: center;
                        color: #333333;
                        padding: 10px 0px;
                        font-size: 16px;
                    }

                    .support ul li dl dd p {
                        color: #727272;
                        font-size: 15px;
                        text-align: center;
                        line-height: 24px;
                    }

            .support ul li:nth-child(2) {
                position: relative;
            }

                .support ul li:nth-child(2):before {
                    content: "";
                    width: 1px;
                    height: 100%;
                    background: #e6eaf3;
                    display: inline-block;
                    position: absolute;
                    left: -67px;
                    top: 0;
                }

                .support ul li:nth-child(2):after {
                    content: "";
                    width: 1px;
                    height: 100%;
                    background: #e6eaf3;
                    display: inline-block;
                    position: absolute;
                    right: -67px;
                    top: 0;
                }

            .support ul li:hover img {
                transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                /* Internet Explorer */
                -moz-transform: rotate(360deg);
                /* Firefox */
                -webkit-transform: rotate(360deg);
                /* Safari 和 Chrome */
                -o-transform: rotate(360deg);
                /* Opera */
                -moz-transition: ease-out 0.5s;
                -o-transition: ease-out 0.5s;
                -webkit-transition: ease-out 0.5s;
                transition: ease-out 0.5s;
            }

.apply__main {
    position: relative;
    height: 94px;
}

    .apply__main .bg1 {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .apply__main .bg2 {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.apply ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 120px;
    width: 610px;
    position: absolute;
    left: 125px;
    top: 26px;
}

    .apply ul li {
        text-align: center;
        color: #fff;
    }

        .apply ul li p {
            padding-bottom: 5px;
            font-size: 17px;
        }

        .apply ul li span {
            font-size: 15px;
        }

.apply a {
    color: #ea3200;
    background: #fff7ce;
    border-radius: 4px;
    padding: 8px 18px;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0px;
    top: 31px;
    position: absolute;
}

.apply .apply__btn {
    right: 240px;
}

.apply .result__btn {
    right: 85px;
}

.apply a:hover {
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    background: #ea3200;
    color: #fff7ce;
}

.footer {
    background: #f2f1f1;
    padding: 20px 0px;
}

    .footer .w__1100 {
        overflow: hidden;
        padding-top: 20px;
    }

        .footer .w__1100 .title {
            color: #0a0a0a;
            font-size: 18px;
            padding-bottom: 10px;
        }

        .footer .w__1100 .footer__nav {
            float: left;
            padding: 0 140px 0px 0px;
        }

            .footer .w__1100 .footer__nav ul {
            }

                .footer .w__1100 .footer__nav ul li {
                    line-height: 30px;
                }

                    .footer .w__1100 .footer__nav ul li a {
                        color: #656565;
                    }

        .footer .w__1100 .footer__code {
            float: left;
            width: 267px;
        }

            .footer .w__1100 .footer__code .footer__code__box {
            }

                .footer .w__1100 .footer__code .footer__code__box img {
                    width: 97px;
                    height: 97px;
                }

                .footer .w__1100 .footer__code .footer__code__box p {
                    text-align: center;
                }

        .footer .w__1100 .footer__customerService {
            float: right;
        }

            .footer .w__1100 .footer__customerService .phone {
                background: url("../images/pic13.png") no-repeat left center;
                font-size: 16px;
                padding: 4px 28px;
            }

            .footer .w__1100 .footer__customerService .customerService__btn {
                display: block;
                background: url(../images/pic12.png) no-repeat;
                height: 37px;
                margin-top: 10px;
                margin-bottom: 10px;
            }

            .footer .w__1100 .footer__customerService .text {
                color: #666666;
                padding: 5px 0px;
            }

                .footer .w__1100 .footer__customerService .text span {
                    color: black;
                    padding-left: 10px;
                }

.footer__code__box div {
    float: left;
    margin-right: 20px;
}

#right ul li.phone {
    position: relative;
}

    #right ul li.phone .phone_box {
        position: absolute;
        width: 145px;
        right: 56px;
        bottom: -1px;
        background: #fff;
        font-size: 16px;
        border-radius: 6px 0px 0px 6px;
        box-shadow: -4px 0px 5px #cfcfcf;
        cursor: pointer;
        z-index: 0;
        padding: 12px;
        display: none;
    }

.authentication {
    height: 110px;
    background: #121921;
    min-width: 1200px;
    padding-top: 15px;
    padding-bottom: 10px;
    margin-bottom: 94px;
    text-align: center;
}

.phone_box span {
    color: #1660f7;
    padding-bottom: 5px;
    display: block;
}

.phone_box p {
}

.authentication p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 5px 0px;
}

    .authentication p a {
        color: #ffffff;
        padding-left: 26px;
        margin-left: 8px;
    }

    .authentication p .icon {
        background: url(../images/pic15.png) no-repeat left center;
    }

.introduce .introduce__list:hover img {
    -webkit-animation: flipInY 1s 0s ease both;
    -moz-animation: flipInY 1s 0s ease both;
}

.introduce .introduce__list:hover .text {
    -webkit-animation: zoomInUp 1s 0s ease both;
    -moz-animation: zoomInUp 1s 0s ease both;
}

.bgf {
    background: #fff;
}

#right {
    position: fixed;
    right: 0;
    top: 250px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0px 0px 12px #cfcfcf;
    z-index: 50;
}

    #right ul {
        padding: 0px 10px;
        z-index: 2;
    }

        #right ul li {
            text-align: center;
            border-bottom: 1px solid #f3f3f3;
            padding: 12px 0px;
        }

            #right ul li a p {
                color: #666666;
            }

            #right ul li:nth-child(1) a p {
                color: #ff8400;
            }

            #right ul li:nth-child(2) a p {
                color: #4fdc74;
            }

            #right ul li:nth-child(3) a p {
                color: #615bf7;
            }

.login__banner {
    height: 550px;
    width: 100%;
    background: url(../images/login__banner.png) no-repeat center center;
    min-width: 1200px;
}

    .login__banner .w__1200 {
        position: relative;
    }

.login-box {
    background: #FFFFFF;
    width: 350px;
    height: 370px;
    position: absolute;
    right: 0;
    top: 87px;
    border-radius: 8px;
}

    .login-box ul {
        overflow: hidden;
        width: 265px;
        margin: auto;
        padding-top: 35px;
        /* display: inline-block; */
        /* margin: auto; */
    }

        .login-box ul li {
            float: left;
            display: inline;
            margin: 0px 0px;
            padding: 6px 18px;
            cursor: pointer;
            font-size: 15px;
            position: relative;
            font-weight: bold;
            color: #686a71;
            letter-spacing: 1px;
        }

        .login-box ul .active {
            color: #3e7cff;
        }

.mode-1:before {
    content: "";
    left: 124px;
    bottom: 6px;
    height: 20px;
    width: 2px;
    background-color: #dddddd;
    position: absolute;
}

.login-box ul li.mode-2 {
    padding-left: 32px;
}

.login-box ul li:hover {
    color: #3e7cff;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

input[name="userName"] {
    width: 90%;
    height: 45px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.loginMethod1 input {
    margin-bottom: 20px;
    /*margin-top: 20px;*/
}

.VerCodeReq input {
    margin: 5px auto !important;
}

.VerCodeReq .verification {
    top: 5px !important;
}

input[name="phones"] {
    width: 90%;
    height: 45px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
    margin: 25px auto;
}

input[name="password"] {
    width: 90%;
    height: 45px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
}

input[name="captcha"], input[name="verCode"], input[name="txtVerfiyDyCode"] {
    width: 90%;
    height: 45px;
    background-color: #eeeeee;
    border: none;
    padding: 0px 5%;
}
.loginMethod2 input {
    margin: 5px auto;
}
.loginMethod2 #btnVerifyImg {
    position: relative;
    top: 12px;
}
.captcha-box {
    position: relative;
}

    .captcha-box p {
        position: absolute;
        right: 12px;
        top: 14px;
    }

    .captcha-box .verification {
        top: 0px;
        border: none;
        color: #323232;
        /*background: #cbcbcb;*/
        background: #3e7cff;
        width: 100px;
        text-align: center;
        height: 45px;
    }

        .captcha-box .verification a {
            float: left;
            padding-top: 10px;
            width: 100px;
            color: #fff;
        }

.loginMethod1 form {
    /* width: 75%; */
    margin: auto;
}

.treaty {
    color: #555555;
    font-size: 12px;
    /* padding-top: 20px; */
    /* padding-bottom: 15px; */
    padding: 20px 0;
}

    .treaty a {
        color: #3e7cff;
    }

.loginMethod1 button {
    background: #3e7cff;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 4px;
}

.loginMethod2 button {
    background: #3e7cff;
    color: #FFFFFF;
    width: 100%;
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 4px;
}

.loginMethod1 button:hover {
    opacity: 0.85;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

#login-box {
    width: 290px;
    margin: auto;
    overflow: hidden;
}

.login-option {
    overflow: hidden;
    /* width: 75%; */
    margin: auto;
    padding-top: 15px;
}

    .login-option a {
        color: #3e7cff;
    }

    .login-option .forgetPassword {
        float: left;
    }

    .login-option .registerNow {
        float: right;
    }

    .login-option .noAccount {
        float: right;
        padding-right: 5px;
        color: #555555;
        font-size: 14px;
    }

.loginMethod-tap {
    width: 580px;
}

.loginMethod1 {
    width: 290px;
    float: left;
    /* margin-left: -10px; */
}

.loginMethod2 {
    width: 290px;
    float: left;
}

.footer {
    padding: 15px 0;
}

    .footer p {
        color: #9598a2;
        text-align: left;
        line-height: 20px;
    }

.register-main {
    background: #FFFFFF;
    width: 350px;
    height: 370px;
    position: absolute;
    right: 0;
    top: 87px;
    border-radius: 8px;
}

    .register-main .phone-register {
        color: #3e7cff;
        font-weight: bold;
        font-size: 16px;
        text-align: center;
        padding: 15px 0px;
        margin: 0px 20px;
        border-bottom: 1px solid #e1e1e1;
    }

    .register-main .hasSign {
        color: #666;
        padding-left: 20px;
        line-height: 50px;
    }


#login-box .register-box ul {
    padding-top: 0;
    margin: 0;
}

    #login-box .register-box ul li {
        padding: 0;
        margin-bottom: 10px;
        overflow: hidden;
    }

        #login-box .register-box ul li label {
            display: inline-block;
            width: 83px;
            font-weight: normal;
            text-align: right;
            color: #666;
            float: left;
            padding-right: 5px;
            line-height: 23px;
        }

        #login-box .register-box ul li input {
            padding: 9px 5px;
            width: 180px;
            float: left;
            background-color: #eeeeee;
            border: none;
        }

        #login-box .register-box ul li .verification {
            float: left;
            position: relative;
            left: 10px;
            border: none;
            padding: 5px 10px;
            color: #fff;
            background: #3e7cff;
        }

            #login-box .register-box ul li .verification a {
                color: #fff;
            }

#login-box .register-box .agreement {
    color: #666;
    padding-left: 50px;
}

#login-box .register-box button {
    background: #3e7cff;
    color: #FFFFFF;
    width: 230px;
    padding: 12px 0px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    letter-spacing: 4px;
    margin: auto;
    display: block;
    margin-top: 0px;
}

.register-main .hasSign a {
    color: #3e7cff;
}

.w-310 {
    width: 310px !important;
}

#login-box .register-box .agreement a {
    color: #3e7cff;
}

.login__footer {
    padding: 15px 0;
}

    .login__footer p {
        color: #9598a2;
        text-align: center;
        line-height: 20px;
    }

.step {
    background: #fff;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .step .step__main {
        padding: 70px 80px;
        min-height: 665px;
    }

        .step .step__main .steps ul {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 68px;
        }

            .step .step__main .steps ul li {
                text-align: center;
                position: relative;
                display: grid;
                grid-template-columns: 25px 1fr;
                grid-gap: 9px;
            }

                .step .step__main .steps ul li:before {
                    content: '';
                    width: 185px;
                    height: 1px;
                    background: #ebedef;
                    position: absolute;
                    right: -52px;
                    top: 10px;
                }

                .step .step__main .steps ul li .steps__icon i {
                    font-style: normal;
                    display: block;
                    width: 23px;
                    height: 23px;
                    line-height: 23px;
                    border: 1px solid #999999;
                    border-radius: 50%;
                    text-align: center;
                    color: #999999;
                }

                .step .step__main .steps ul li .steps__text {
                    text-align: left;
                }

                    .step .step__main .steps ul li .steps__text p {
                        font-size: 15px;
                        padding-bottom: 5px;
                    }

                    .step .step__main .steps ul li .steps__text span {
                        color: #666666;
                        font-size: 14px;
                    }

                .step .step__main .steps ul li:nth-child(3) {
                    position: relative;
                    left: -39px;
                }

                .step .step__main .steps ul li:nth-child(2):before {
                    width: 148px;
                    right: -16px;
                }

                .step .step__main .steps ul li:nth-child(3):before {
                    width: 195px;
                    right: -92px;
                }

                .step .step__main .steps ul li:nth-child(4):before {
                    display: none;
                }

                .step .step__main .steps ul li.complete .steps__icon i {
                    border: 1px solid #2d8df0;
                    color: #2d8df0;
                }

                .step .step__main .steps ul li.complete:before {
                    background: #2d8df0;
                }

                .step .step__main .steps ul li.conduct .steps__icon i {
                    border: 1px solid #2d8df0;
                    color: #fff;
                    background: #2d8df0;
                }

        .step .step__main .step1__form {
            margin-top: 50px;
            padding: 0px 260px;
        }

            .step .step__main .step1__form ul li {
                display: grid;
                grid-template-columns: 80px 1fr;
                grid-gap: 5px;
                margin: 23px 0px;
            }

                .step .step__main .step1__form ul li span {
                    text-align: right;
                    color: #333333;
                    font-size: 16px;
                    line-height: 36px;
                }

                    .step .step__main .step1__form ul li span i {
                        color: red;
                        font-style: normal;
                        padding-right: 3px;
                    }

                .step .step__main .step1__form ul li input {
                    border: 1px solid #dcdee2;
                    border-radius: 4px;
                    padding: 8px 8px;
                    font-size: 16px;
                }

                .step .step__main .step1__form ul li select {
                    border: 1px solid #dcdee2;
                    border-radius: 4px;
                    padding: 8px 8px;
                    font-size: 16px;
                    outline: none;
                }

        .step .step__main .btn__step1 {
            text-align: center;
            padding-top: 20px;
        }

            .step .step__main .btn__step1 button {
                background: #2d8df0;
                color: #fff;
                border: none;
                padding: 9px 20px;
                border-radius: 4px;
                margin: 0px 10px;
            }

                .step .step__main .btn__step1 button:hover {
                    opacity: 0.85;
                    cursor: pointer;
                }

        .step .step__main .step1__form ul li p {
            font-size: 16px;
            line-height: 36px;
        }

.step2__text {
    padding-top: 20px;
}

    .step2__text p {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        color: #f60000;
    }

.step__main .result {
    padding-top: 80px;
}

    .step__main .result .result__pic {
        text-align: center;
    }

        .step__main .result .result__pic img {
            display: block;
            margin: auto;
        }

        .step__main .result .result__pic p {
            font-size: 16px;
            /* font-weight: bold; */

            line-height: 26px;
            padding-top: 10px;
        }

    .step__main .result .reason__box {
        padding-top: 25px;
        text-align: center;
        padding-bottom: 30px;
    }

        .step__main .result .reason__box p {
            padding-bottom: 9px;
            font-size: 16px;
        }

        .step__main .result .reason__box span {
            color: #f60000;
            font-size: 16px;
            font-weight: bold;
        }

        .step__main .result .reason__box ul {
            margin: 0px 310px;
        }

            .step__main .result .reason__box ul li {
                display: grid;
                grid-template-columns: 80px 1fr;
                grid-gap: 5px;
                margin: 23px 0px;
            }

                .step__main .result .reason__box ul li span {
                    text-align: right;
                    color: #333333;
                    font-size: 16px;
                    line-height: 36px;
                    font-weight: normal;
                }

                    .step__main .result .reason__box ul li span i {
                        color: red;
                        font-style: normal;
                        padding-right: 3px;
                    }

                .step__main .result .reason__box ul li input {
                    border: 1px solid #dcdee2;
                    border-radius: 4px;
                    padding: 8px 8px;
                    font-size: 16px;
                }

                .step__main .result .reason__box ul li:last-child {
                    margin-bottom: 0;
                }

.policy__wm {
    overflow: hidden;
    margin-bottom: 50px;
}

.rotate {
    transform-origin: center center;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: transform 0.2s; /*过度时间 可调 */
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}

.rotate1 {
    transform-origin: center center;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transition: transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    -o-transition: -o-transform 0.2s;
    -ms-transition: -ms-transform 0.2s;
}

.mbx {
    padding: 20px 0px;
}

    .mbx p {
        color: #6f6f6f;
    }

        .mbx p a {
            color: #6f6f6f;
        }

        .mbx p i {
            padding: 0px 5px;
        }

.policy__wm .left {
    float: left;
    background: #fff;
    width: 240px;
    margin-right: 20px;
    border-radius: 6px;
    padding-bottom: 100px;
}

    .policy__wm .left p {
        background: #5cb125;
        color: #fff;
        border-radius: 4px 4px 0px 0px;
        line-height: 50px;
        padding-left: 35px;
    }

    .policy__wm .left ul {
    }

        .policy__wm .left ul li {
            line-height: 50px;
            padding-left: 35px;
            cursor: pointer;
            margin-bottom: 1px;
        }

            .policy__wm .left ul li.on {
                background: #f9f9f9;
            }

            .policy__wm .left ul li:hover {
                background: #e6f3de;
                -moz-transition: ease-out 0.3s;
                -o-transition: ease-out 0.3s;
                -webkit-transition: ease-out 0.3s;
                transition: ease-out 0.3s;
            }

            .policy__wm .left ul li.active {
                background: #e6f3de;
            }

.policy__wm .right {
    float: left;
    background: #fff;
    width: 940px;
}

    .policy__wm .right .text__wm {
        display: none;
        padding: 20px 30px;
        padding-bottom: 50px;
    }

    .policy__wm .right .show {
        display: block;
    }

    .policy__wm .right .text__wm h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 20px;
        letter-spacing: 2px;
    }

    .policy__wm .right .text__wm p {
        text-indent: 2em;
        font-size: 15px;
        line-height: 24px;
        margin: 12px 0px;
    }

    .policy__wm .right .text__wm img {
        max-width: 100%;
    }

    .policy__wm .right .text__wm p.coff663a {
        color: #ff663a;
    }

    .policy__wm .right .text__wm p.important {
        background: #ffff00;
        color: #ff0000;
    }

    .policy__wm .right .text__wm p i {
        color: #5cb125;
        font-style: normal;
        padding: 0px 5px;
    }

    .policy__wm .right .text__wm ul {
    }

    .policy__wm .right .text__wm h4 {
        font-size: 16px;
    }

    .policy__wm .right .text__wm h2 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 2px;
        text-align: center;
        margin-bottom: 38px;
    }

    .policy__wm .right .text__wm p.zdy {
        text-align: right;
    }

    .policy__wm .right .text__wm h5 {
        margin-top: 8px;
        margin-bottom: 0px;
        font-size: 16px;
        letter-spacing: 2px;
        text-indent: 2em;
    }

    .policy__wm .right .text__wm h4.fot {
        text-align: right;
        margin-top: 0.3rem;
    }

    .policy__wm .right .text__wm ul li {
        text-indent: 4em;
        font-size: 15px;
        line-height: 24px;
        margin: 12px 0px;
    }

.h__50 {
    height: 50px;
}

#plus {
    display: none;
}

#agentInfo a {
    border: 1px solid #ccc;
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
    color: #ccc;
}

/*适配移动端*/
@media screen and (max-width: 550px) {
    #right {
        overflow: hidden;
        top: auto;
        bottom: 2.4rem;
        width: 1.5rem;
        right: -2.5rem;
    }

    .apply {
        position: fixed;
    }

    .w__100 {
        min-width: 100%;
    }

    .w__1200 {
        width: 100%;
        min-width: 100%;
    }

    .w__1100 {
        width: 100%;
        min-width: 100%;
    }

    .support ul {
        display: block;
    }
    .header {
        padding: 10px;
    }
    .header .logo a p {
        display: none;
    }

    .header .logo a img {
        width: 3rem;
        padding-left: 0.3rem;
    }
    .header .logo a i {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url(https://www.edu-edu.com/tp/PC/b2c/b2cImg/24.gif);
        background-size: 100% 100%;
        position: absolute;
        top: 0px;
        left: 182px;
    }

    .header ul {
        padding-top: 0;
        padding-right: 0.1rem;
        padding-top: 0.25rem;
    }

        .header ul li a {
            padding: 0;
            font-size: 0.26rem;
            padding: 0.05rem 0.1rem;
            margin: 0.1rem;
            background: #3a78ff;
            color: #fff;
            border-radius: 0.06rem;
        }

        .header ul li.login:before {
            display: none;
        }

    .banner {
        height: 4rem;
        background: url("../images/m_banner.png");
        background-size: 100% 100%;
    }

    .introduce .introduce__list {
        display: block;
        padding: 0 0.25rem;
    }

    .introduce {
        padding-top: 0.25rem;
    }

        .introduce .introduce__list .text h3 {
            font-size: 0.35rem;
        }

            .introduce .introduce__list .text h3:before {
                width: 1.18rem;
                height: 0.2rem;
                left: -0.01rem;
                bottom: -0.01rem;
            }

        .introduce .introduce__list {
            margin: 0;
            position: relative;
            min-height: 6rem;
            margin-bottom: 0.8rem;
        }

            .introduce .introduce__list .text p {
                padding-top: 0.2rem;
                font-size: 0.26rem;
                line-height: 0.45rem;
            }

            .introduce .introduce__list .pic {
                position: absolute;
                bottom: 0;
                left: 50%;
                margin-left: -2.5rem;
            }

                .introduce .introduce__list .pic img {
                    width: 5rem;
                    margin: auto;
                    display: block;
                }

    .support {
        padding-top: 0.25rem;
    }

        .support ul {
            padding-top: 0.5rem;
        }

            .support ul li {
                padding: 0.2rem 0;
            }

                .support ul li dl dd p {
                    font-size: 0.26rem;
                    line-height: 0.4rem;
                    padding-top: 0.1rem;
                    padding-left: 0.4rem;
                    padding-right: 0.4rem;
                }

                .support ul li dl dd h4 {
                    font-size: 0.3rem;
                    padding: 0.1rem 0;
                }

        .support h3 {
            /* width: auto; */
        }

        .support ul li dl dt {
            /* display: none; */
        }

        .support ul li dl dd {
            /* display: none; */
        }

        .support ul li:nth-child(2):before {
            display: none;
        }

        .support ul li:nth-child(2):after {
            display: none;
        }

    .apply ul {
        display: none;
    }

    .apply .apply__btn {
        right: auto;
        left: 1.3rem;
    }

    .apply .result__btn {
        right: 1.3rem;
    }

    .footer {
        display: none;
    }

    .authentication p {
        font-size: 0.26rem;
        padding: 0.05rem 0.25rem;
    }

    .apply a {
        padding: 0.15rem 0.25rem;
        font-size: 0.26rem;
        top: 0.29rem;
    }

    .apply__main .bg2 {
        display: none;
    }

    .apply__main .bg1 {
        display: none;
    }

    .apply {
        height: 1.2rem;
    }

    .apply__main {
        height: 1.2rem;
        text-align: center;
    }

    .authentication {
        margin-bottom: 1.2rem;
    }

    .apply a {
    }

    .login__banner {
        background: #3a78ff;
    }

    .login-box {
        left: 50%;
        margin-left: -175px;
        right: auto;
        top: 0.9rem;
    }

    .login__footer p {
        font-size: 0.24rem;
    }

    .step .step__main {
        padding: 0.25rem;
        min-height: auto;
    }

        .step .step__main .steps ul {
            display: block;
        }

            .step .step__main .steps ul li {
                display: none;
            }

                .step .step__main .steps ul li.conduct {
                    display: block;
                    overflow: hidden;
                }

                    .step .step__main .steps ul li.conduct:before {
                        display: none;
                    }

                    .step .step__main .steps ul li.conduct .steps__icon {
                        float: left;
                    }

                    .step .step__main .steps ul li.conduct .steps__text {
                        float: left;
                        overflow: hidden;
                    }

                        .step .step__main .steps ul li.conduct .steps__text p {
                            float: left;
                            display: none;
                        }

                        .step .step__main .steps ul li.conduct .steps__text span {
                            float: left;
                            font-size: 0.28rem;
                            line-height: 0.4rem;
                            padding-left: 0.15rem;
                        }

                    .step .step__main .steps ul li.conduct .steps__icon i {
                        font-size: 0.26rem;
                        width: 0.4rem;
                        height: 0.4rem;
                        line-height: 0.4rem;
                    }

        .step .step__main .step1__form {
            margin-top: 0.25rem;
            padding: 0;
        }

            .step .step__main .step1__form ul li {
                grid-template-columns: 1.5rem 1fr;
                grid-gap: 0.2rem;
                margin: 0.2rem 0px;
            }

                .step .step__main .step1__form ul li span {
                    font-size: 0.28rem;
                    line-height: 0.6rem;
                }

                .step .step__main .step1__form ul li input {
                    font-size: 0.28rem;
                    padding: 0.12rem 0.2rem;
                }

        .step .step__main .steps ul li:nth-child(3) {
            position: inherit;
        }

        .step .step__main .step1__form ul li p {
            font-size: 0.28rem;
            line-height: 0.6rem;
        }

    .step2__text p {
        font-size: 0.28rem;
        line-height: 0.42rem;
        text-align: left;
    }

    .step__main .result {
        padding-top: 0.8rem;
    }

        .step__main .result .result__pic p {
            font-size: 0.28rem;
            line-height: 0.45rem;
            padding-top: 0.15rem;
        }

        .step__main .result .reason__box p {
            padding-bottom: 0.1rem;
            font-size: 0.28rem;
        }

        .step__main .result .reason__box span {
            font-size: 0.28rem;
        }

        .step__main .result .reason__box {
            padding-top: 0.3rem;
            padding-bottom: 0.3rem;
        }

        .step__main .result .result__pic img {
            width: 4rem;
        }

    .step .step__main .btn__step1 button {
        font-size: 0.26rem;
        padding: 0.2rem 0.5rem;
        margin: 0 0.15rem;
    }

    .step__main .result .reason__box ul {
        margin: 0;
    }

    .policy__wm .left p {
        display: none;
    }

    .policy__wm .left {
        width: 100%;
        padding: 0;
        margin: 0;
        float: none;
    }

        .policy__wm .left ul li {
            margin: 0;
            padding: 0;
            text-align: center;
            font-size: 0.26rem;
            line-height: 0.8rem;
        }

        .policy__wm .left ul {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-gap: 0;
        }

    .mbx {
        padding: 0.2rem 0;
    }

        .mbx p {
            padding-left: 0.2rem;
        }

    .policy__wm .right {
        width: 100%;
    }

        .policy__wm .right .text__wm {
            padding: 0.2rem 0.3rem;
        }

            .policy__wm .right .text__wm h3 {
                font-size: 0.3rem;
                margin-top: 0.1rem;
                margin-bottom: 0.1rem;
            }

            .policy__wm .right .text__wm p {
                font-size: 0.26rem;
                line-height: 0.42rem;
                margin: 0.1rem 0;
            }

            .policy__wm .right .text__wm img {
                max-width: 100%;
            }

            .policy__wm .right .text__wm h2 {
                margin-top: 0.2rem;
                font-size: 0.3rem;
                margin-bottom: 0.2rem;
            }

            .policy__wm .right .text__wm h5 {
                font-size: 0.26rem;
                margin-top: 0.15rem;
                letter-spacing: 0.02rem;
            }

    .h__50 {
        height: 0.5rem;
    }

    .policy__wm .right .text__wm ul li {
        font-size: 0.26rem;
        line-height: 0.42rem;
        margin: 0.1rem 0;
        text-indent: 3em;
    }

    .header {
        padding: 10px;
    }

    #plus {
        display: block;
        position: fixed;
        right: 0.4rem;
        bottom: 1.5rem;
        color: #2068f3;
        z-index: 50;
        font-size: 0.8rem;
    }

    #right ul li a img {
        width: 0.4rem;
    }

    #right ul li a p {
        font-size: 0.24rem;
    }

    #right ul {
        padding: 0 0.1rem;
    }

        #right ul li {
            padding: 0.15rem 0;
        }

    .register-main {
        left: 50%;
        margin-left: -175px;
        right: auto;
        top: 0.9rem;
    }
}

@media screen and (min-width:640px) {
    html {
        font-size: 86px;
    }
}

@media screen and (min-width:414px) and (max-width:639px) {
    html {
        font-size: 55px;
    }
}

@media screen and (min-width:375px) and (max-width:413px) {
    html {
        font-size: 50px;
    }
}

@media screen and (min-width:320px) and (max-width:374px) {
    html {
        font-size: 42.5px;
    }
}
