* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.password .el-input__inner {
    background: url(/img/see.png) no-repeat 10px center;
    padding: 0px 50px;
    width: 534px;
    height: 66px;
    font-size: 23px;
    color: #dadada;
}

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;
}

#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: 1100px;
    height: 572px;
    background: #ffffff;
    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;
}

.login_card .login_box .login {
    width: 919px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login_card .login_box .login img {
    width: 349px;
    height: 78px;
}

.login_box .login #login_line {
    width: 2px;
    height: 260px;
    background: #e7e7e7;
    /* background: red; */
}

.login_box .login .login_right {
    width: 388px;
    /* background: pink; */
}

.login_box .login .login_right div:nth-child(1) {
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #666666;
    text-align: center;
}

.login .login_right .register_ipt {
    position: relative;
    margin-bottom: 16px;
}


/* .login .login_right .register_ipt input {
    width: 388px!important;
    height: 48px;
} */

.login .login_right .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 .login_right .register_ipt img {
    position: absolute;
    top: 14px;
    left: 12px;
    width: 15px;
    height: 19px;
    z-index: 9;
}

.login .login_right .get_code {
    display: flex;
    justify-content: space-between;
}

.login .login_right .get_code input {
    width: 205px;
}

.login .login_right .get_code .send_code {
    /* display: inline-block; */
    width: 135px;
    height: 48px;
    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;
}


/* 立即注册按钮 */

.register_btn {
    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;
    outline: none;
    border: none;
    margin-top: 34px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px;
}

#mask_title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}

#mask {
    white-space: pre-line;
    line-height: 22px;
}

#select_option input {
    width: 388px;
    color: #999;
}

#select_option input {
    width: 388px;
    color: #999;
}

#select_option input::-webkit-input-placeholder {
    color: #999;
}

input::-moz-input-placeholder {
    color: #999;
}

input::-ms-input-placeholder {
    color: #999;
}

#redom {
    top: 10px;
    left: -36px;
}