* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body h2 {
    margin-bottom: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: url(../../../../../../../Scripts/assets/img/Index/new-3.png) 0 0 no-repeat;
    background-size: cover;
    color: #000;
    background-color: #f8f9fc;
}


header {
    background: #30429d;
    padding: 35px 0;
}

.head-left img {
    width: 296px;
}

.head-title {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-left: 20px;
    padding-left: 30px;
    position: relative;
}

    .head-title::after {
        content: "";
        display: block;
        width: 1px;
        height: 44px;
        background: #fff;
        border-radius: 1px;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

/* 兼容 */
input::input-placeholder {
    color: #a5a7bb;
    font-size: 14px;
}

input::-webkit-input-placeholder {
    color: #a5a7bb;
    font-size: 14px;
}

input::-moz-placeholder {
    color: #a5a7bb;
    font-size: 14px;
}

input::-ms-input-placeholder {
    color: #a5a7bb;
    font-size: 14px;
}

/* 头部标题 */
.phone-head,
.phone {
    display: none;
}

.head-img {
    padding-top: 30px;
    position: relative;
}

.more {
    position: absolute;
    top: 50%;
    right: -14px;
    transform: translateY(-50%);
}

.head-img img {
    width: 100%;
}

.login-zc {
    position: absolute;
    top: 47%;
    right: 7px;
    /* transform: translateY(-50%); */
}

    .login-zc button {
        padding: 2px 7px;
        color: #1cc08e;
        font-size: 16px;
        cursor: pointer;
        border: 0 none;
        outline: 0 none;
        background: transparent;
    }

        .login-zc button:hover {
            color: #fff;
        }

    .login-zc .active {
        color: #fff;
    }

/* .login-zc span:hover {
    color: #fff;
} */

.login {
    position: relative;
}

    .login::after {
        content: "";
        display: block;
        width: 1px;
        height: 12px;
        background: #1cc08e;
        position: absolute;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
    }

/* 整体背景 */
.overall-bg {
    width: 100%;
    padding: 30px;
    margin-top: 30px;
    background: #fff;
    border-radius: 4px;
}


.copyright {
    padding: 30px 0;
    text-align: center;
    background: #30429d;
    color: #fff;
    width: 100%;
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            color: #fff;
        }

    .copyright span {
        padding: 0 30px;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

.totop {
    position: fixed;
    top: 50%;
    right: 18%;
}

.login-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #0000008a;
    text-align: center;
}

    .login-bg .login {
        width: 560px;
        height: 490px;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        padding: 30px;
    }

.login-logo {
    margin: 0 auto;
    position: relative;
}

.login-head {
    border-bottom: 1px solid #e8eaf3;
}

.login-school {
    font-size: 17px;
    padding: 10px 0;
    /* font-weight: bold; */
}

.login-body {
    padding: 32px 50px 18px;
}

    .login-body i {
        color: #188c64;
        font-size: 16px;
    }

    .login-body input {
        width: 90%;
        border: 0 none;
        outline: 0 none;
        padding-left: 10px;
        background: #f3f7f6;
    }

    .login-body > div {
        border: 1px solid #cfe2da;
        background: #f3f7f6;
        margin-bottom: 20px;
        padding: 10px 20px;
    }

    .login-body input::input-placeholder {
        color: #96b7af;
    }

    .login-body input::-webkit-input-placeholder {
        color: #96b7af;
    }

    .login-body input::-moz-placeholder {
        color: #96b7af;
    }

    .login-body input::-ms-input-placeholder {
        color: #96b7af;
    }

    .login-body div:nth-of-type(3) {
        position: relative;
    }

.yzm {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

    .yzm img {
        height: 39px;
    }

.login-btn {
    padding: 0 50px;
}

    .login-btn div a {
        display: block;
        width: 100%;
        padding: 10px 0;
        border-radius: 5px;
        margin: 10px 0;
    }

    .login-btn div:nth-of-type(1) a {
        color: #fff;
        background: #30429d;
    }

    .login-btn div:nth-of-type(2) a {
        color: #30429d;
        background: #fff;
        border: 1px solid #30429d;
    }

.welcome {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    font-size: 20px;
    color: #168B63;
    font-weight: bolder;
}

.login-body .active {
    border: 1px solid #30429d;
}

.login-close {
    position: absolute;
    top: 0;
    right: 0;
}

/* 注册 */
.enroll {
    padding: 50px 135px;
    margin: 0 auto;
}

.enroll-title {
    font-size: 25px;
    color: #30429d;
    padding-left: 40px;
}

    .enroll-title span {
        color: #30429d;
    }

.enroll-body {
    margin-top: 30px;
    padding: 34px 42px;
    background: #fff;
    box-shadow: 0 1px 65px 0 #c9e2dc;
    border-radius: 4px;
}

    .enroll-body h2 {
        font-size: 16px;
        font-weight: bold;
    }

    .enroll-body > div {
        font-size: 16px;
        padding-top: 10px;
        line-height: 30px;
    }

        .enroll-body > div > span {
            display: inline-block;
            width: 25px;
            height: 25px;
            line-height: 25px;
            border-radius: 50%;
            background: #e3eafb;
            color: #1f408f;
            text-align: center;
            margin-right: 5px;
        }

    .enroll-body div li {
        padding-top: 10px;
    }

.enroll-pic {
    position: relative;
    margin-right: 5px;
}

    .enroll-pic div {
        position: absolute;
        top: 0;
        left: 3px;
    }

    .enroll-pic label {
        margin: 0 0 0 5px;
    }

.none {
    display: none;
}

.zc {
    text-align: center;
    margin: 0 auto;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: #30429d;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.enroll-need {
    padding: 43px 0 34px 0;
}

.enroll-two {
    margin-top: 30px;
    padding: 56px 131px 24px;
    background: #fff;
    box-shadow: 0 1px 65px 0 #c9e2dc;
    justify-content: space-between;
    border-radius: 4px;
}

.two-pic {
    width: 230px;
    height: 180px;
    background: url(../../../../../img/index/enroll/4.png) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 15px;
    font-size: 18px;
    color: #b6b9c4;
    margin-bottom: 44px;
}

    .two-pic span {
        color: #30429d;
        font-weight: 600;
    }

.lick {
    margin-top: 20px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border-radius: 20px;
    background: #30429d;
    margin: 40px auto 0;
    cursor: pointer;
}

.enroll-three {
    margin-top: 30px;
    /* padding: 56px 131px 24px; */
    padding: 50px 70px;
    width: 100%;
    background: url(../../../../../img/index/enroll/bg.png) 100% 100% no-repeat;
    background-size: cover;
    box-shadow: 0 1px 65px 0 #c9e2dc;
    font-size: 14px;
}

.three-input > div {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

    .three-input > div span {
        width: 20%;
        text-align: right;
    }

.three-input input, .three-input select {
    outline: 0 none;
    background: #f5f7fd;
    border: 1px solid #e1e6f4;
    font-size: 14px;
    color: #b5b7cb;
    padding: 10px 20px;
}

.three-input select {
    margin-right: 20px;
    width: 30%;
}

.three-input input {
    width: 60%;
}

.three-input .three-yzm input {
    width: 40%;
    margin-right: 20px;
}
/* .three-btn */
.three-btn > button {
    width: 200px;
    height: 50px;
    border-radius: 40px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    margin: 33px 18px 0;
}

.return {
    border: 1px solid #30429d;
    background: #fff;
    color: #30429d;
    cursor: pointer;
}

.three-btn .commit {
    border: 1px solid #30429d;
    background: #30429d;
    color: #fff;
    cursor: pointer;
}

.three-input .star {
    position: relative;
}

.star::after {
    content: "*";
    display: block;
    color: #ff0000;
    position: absolute;
    top: 50%;
    right: 126px;
    transform: translateY(-50%);
}

.three-input .start {
    position: relative;
}

.start::after {
    content: "*";
    display: block;
    color: #ff0000;
    position: absolute;
    top: 50%;
    right: 106px;
    transform: translateY(-50%);
}

.qwe {
    flex: 1;
}

@media screen and (max-width:1398px) {
    .enroll-two {
        padding: 56px 90px 24px;
    }

    .star::after {
        content: "*";
        display: block;
        color: #ff0000;
        position: absolute;
        top: 50%;
        right: 90px;
        transform: translateY(-50%);
    }

    .start::after {
        content: "*";
        display: block;
        color: #ff0000;
        position: absolute;
        top: 50%;
        right: 70px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:1023px) {
    body {
        background: url(../../../../../img/index/phone/bg.png) 0 0 no-repeat;
        background-size: cover;
        color: #000;
        background-color: #30429d;
    }
    /* 移动端头部 */
    .phone-head {
        display: block;
        background: #fff;
    }

    .computer {
        display: none;
    }

    .enroll {
        padding: 50px 0;
    }

    .pc-head,
    .pc {
        display: none !important;
    }

    .head-img {
        padding-top: 0;
        transform: translate(-32px);
    }

        .head-img img {
            width: 100%;
        }

    .phone {
        display: block;
    }

    /* .copyright{
        padding: 0 0 30px 0;
    } */
    /* 滚动条隐藏 */
    ::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .head-img {
        padding-top: 0;
        transform: translate(-23px);
    }

    .enroll-two {
        padding: 56px 40px 24px;
        justify-content: center;
    }

    .three-input > div span {
        width: 100%;
        text-align: left;
    }

    .three-input > div {
        flex-wrap: wrap;
        padding: 5px 0;
    }

    .three-input input, .three-input select {
        width: 100%;
        margin: 10px 0 0;
    }

    .enroll-three {
        padding: 25px 40px;
    }

    .start::after {
        content: "";
    }

    .star::after {
        content: "";
    }
}

@media screen and (max-width:536px) {
    .head-img {
        padding-top: 0;
        transform: translate(-16px);
    }

    .copyright span {
        display: block;
    }
}

@media screen and (max-width:500px) {
    .enroll-body {
        padding: 20px;
    }

    .enroll-title {
        padding-left: 20px;
        font-size: 23px;
    }

    .enroll-need span {
        font-size: 14px;
    }
}


@media screen and (max-width:362px) {
    .enroll-pic label {
        font-size: 12px;
    }
}

@media screen and (max-width:350px) {
    .head-img {
        padding-top: 0;
        transform: translate(-10px);
    }
}
