* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: 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: 20px;
} */

#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: 407px;
    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;
}

.login .login_right div:nth-child(1) {
    width: 81px;
    /* height: 19px; */
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #666666;
    margin: auto;
    margin-bottom: 29px;
}

.login .login_right .login_ipt {
    position: relative;
}

.login .login_right .login_ipt img {
    position: absolute;
    top: 14px;
    left: 9px;
    width: 18px;
    height: 19px;
    /* border: 1px dashed #999999; */
    z-index: 1;
}

.login .login_right .login_ipt img:nth-child(3) {
    position: absolute;
    top: 19px;
    /* left: 9px; */
    /* right: 16px; */
    left: 352px;
    width: 20px;
    height: 10px;
    /* border: 1px dashed #999999; */
    z-index: 1;
}

.login .login_right .login_ipt input {
    width: 353px;
    height: 48px;
    font-size: 18px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    padding-left: 35px;
    outline: none;
    color: #000;
}

.login_ipt input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999;
    font-size: 18px;
}

.login_ipt input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-size: 18px;
}

.login_ipt input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999;
    font-size: 18px;
}

.login .login_right ul {
    display: flex;
    justify-content: space-between;
}

.login .login_right ul {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}

.login .login_right ul li a:nth-child(1),
.login .login_right ul li:nth-child(2) {
    color: #3e7eff;
}

.login .login_right button {
    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;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px;
    margin-top: 33px;
}