.login_box {
    width: 100%;
    background: #fff;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -340px;
    margin-left: -340px;
}

.login_box h1 {
    font-size: 48px;
    background-image: -webkit-linear-gradient(bottom, #f52222, #ff8b8b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 30px;
}

.user_login {
    background: url(../img/bg.png) no-repeat center center;
    background-size: cover;
    width: 680px;
    height: 380px;
    position: relative;
}

.user_login ul {
    padding: 26px;
    width: 330px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user_login ul li {
    font-size: 30px;
    color: #fff;
}

.login_name, .login_password, .login_yzm {
    font-size: 18px;
    color: #fff;
}

.login_input {
    width: 320px;
    height: 200px;
    margin: auto;
}

.login_input input {
    height: 30px;
    background: #fff;
    border: none;
    font-size: 14px;
    padding-left: 6px;
}

.login_input>div {
    margin-top: 20px;
}

.login_name input, .login_password input {
    width: 234px;
}

.login_yzm input {
    width: 140px;
}

.login_yzm_img {
    margin-left: 10px;
}

.login_yzm_img img {
    width: 84px;
    height:33px;
}

.login_yzm {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.login_input input[type=submit] {
    width: 100px;
    height: 40px;
    background-image: linear-gradient(0deg, #ffc6c6 0%, #f62929 50%, #ffc6c6 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    -webkit-text-stroke: 0.35px #770101;
    box-shadow: 0 0 1px 1px #fff;
    margin-left: 110px;
    margin-top: 30px;
}

.login_suo {
    width: 114px;
    height: 158px;
    position: absolute;
    bottom: -10px;
    left: -24px;
}

.login_suo img {
    width: 100%;
}

.login_ewm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    bottom: 24px;
    right: 26px;
}

.login_ewm img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.login_ewm p {
    font-size: 16px;
    color: #fff;
}

.login_filing {
    width: 525px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    float: right;
}

.login_filing p {
    font-size: 18px;
    color: #780101;
}

.login_filing p a {
    font-size: 18px;
    color: #3388ff;
    display: inline;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;

}