* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.login_card_none {
    display: none;
}

html,
body {
    width: 100%;
}

#app {
    width: 100%;
    height: 100vh;
}

#app .banner {
    width: 100%;
    height: 490px;
    position: relative;
}

#app .banner img {
    width: 100%;
    height: 490px;
}

#app .down {
    position: relative;
    width: 100%;
    height: 590px;
    /* box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1) inset; */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04) inset;
    margin-bottom: 30px;
}

#app .down .login_card {
    position: absolute;
    top: -302px;
    left: 0;
    right: 0;
    width: 1100px;
    height: 529px;
    /* background: pink; */
    margin: auto;
    z-index: 1;
}

.login_card .login_title div:nth-child(1) {
    width: 402px;
    height: 76px;
    font-size: 80px;
    font-family: DFPSongW12-GB;
    font-weight: 400;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 10px;
}

.login_card .login_title div:nth-child(2) {
    width: 400px;
    height: 11px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ffffff;
    line-height: 48px;
    letter-spacing: 17px;
}

#app .down .record_number {
    width: 511px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: center;
    margin: auto;
}

.login_card .login_box {
    width: 1101px;
    height: 526px;
    background: #ffffff;
    /* background: pink; */
    box-shadow: 0px 0px 35px 0px rgba(173, 192, 238, 0.6);
    border-radius: 20px;
    margin-top: 140px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

#step2,
#step3 {
    height: 460px;
}

.login_card .forget_pwd_top {
    width: 100%;
    height: 44px;
    /* background: pink; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.login_card .forget_pwd_top li {
    width: 74px;
    height: 17px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.login_card .forget_pwd_top li a {
    color: #3e7eff;
}

.login_card .forget_pwd_top li:nth-child(2) {
    margin: 0 35px 0 19px;
}

.login_card .login_box .login {
    width: 388px;
    margin: 16px auto 0;
}

.login .register_ipt {
    position: relative;
    margin-bottom: 30px;
}

.login .register_ipt input {
    width: 353px;
    height: 48px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding-left: 35px;
    outline: none;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000;
}

.login .register_ipt img {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 15px;
    height: 19px;
    z-index: 9;
}

.login .get_code input {
    width: 211px;
}

.login .get_code .send_code {
    /* display: inline-block; */
    width: 135px;
    height: 51px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #3e7eff;
    line-height: 48px;
    text-align: center;
    background: #fff;
}

.treaty_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.treaty_box li {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 300;
    color: #333333;
}

.treaty_box li:nth-child(1) span {
    font-size: 14px;
    font-family: PingFang SC;
    color: #3e7eff;
}

.treaty_box li:nth-child(2) a {
    font-size: 14px;
    font-family: PingFang SC;
    color: #3e7eff;
    margin-top: -16px;
}

.register_ipt .img_code_box {
    position: relative;
}

.register_ipt .img_code_box input {
    /* border: none; */
}

.register_ipt .img_code_box .code_img {
    position: absolute;
    top: -3px;
    left: 290px !important;
}


/* 步骤条 */

.login .step1 {
    width: 100%;
    margin-bottom: 48px;
}


/* 手机号不存在 */

.login .no_tel {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 4px;
    display: none;
}

.login .no_tel a {
    color: #ed5736;
}


/* 验证码错误 */

.login .code_wrong {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ed5736;
    margin-top: 4px;
    display: none;
}


/* 下一步 */

.login .next {
    width: 388px;
    height: 48px;
    background: linear-gradient(259deg, #3e7eff 0%, #2765f3 100%);
    box-shadow: 0px 9px 22px 0px rgba(81, 133, 240, 0.8);
    border-radius: 24px;
    border: none;
    outline: none;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px;
    margin-top: 15px;
}


/* 步骤二 */

#step2 .register_ipt {
    width: 388px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#step2 .register_ipt span {
    display: block;
    width: 90px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

#step2 .register_ipt input {
    width: 284px;
    height: 48px;
    position: relative;
}

#pass {
    position: absolute;
    top: 16px;
    left: 352px;
}


/* 步骤三 */

#step3 .pwd_box {
    width: 252px;
    height: 61px;
    margin: 40px auto 80px;
}

.pwd_box div {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.pwd_box div:nth-child(2) {
    display: flex;
    justify-content: center;
}

.pwd_box div:nth-child(2) p {
    color: #ED5736;
}

.pwd_box div:nth-child(3) {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #ED5736;
}

#redom {
    top: 10px;
    left: -36px;
}