* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

/* 登录 */
.login_all {
    height: 600px;
    width: 100%;
    position: relative;
    /* background: url(../img/vipground.png) no-repeat left top;
    background-size: 100% 100%; */
}

.login_all .img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.login_all_inner {
    width: 1200px;
    height: 100%;
    /* background: red; */
    margin: 0 auto;
}

.login_div {
    width: 346px;
    height: 302px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 5px;
    float: right;
    margin-top: 170px;
    margin-right: 120px;
    padding: 30px;
    box-sizing: border-box;
}

.title_switch {
    /* display: flex; */

}

.title_switch>a {
    margin-right: 22px;
    font-size: 14px;
    color: #6E6E6E;
}

.title_switch>.link {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 16px;
    color: #333333;
}

/* 登录 */
.login_change {
    margin-top: 24px;
}

.phone {
    width: 282px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 1;
    line-height: 42px;
    padding-left: 20px;
    box-sizing: border-box;
}

.phone>input {
    outline: none;
    height: 70%;
    margin-left: 20px;
    border: 0;
}

.phone>span {
    color: #666666;
    font-size: 14px;
}

.code {
    width: 282px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    opacity: 1;
    line-height: 42px;
    padding-left: 20px;
    box-sizing: border-box;
    margin: 14px 0 28px 0;
}

.code>input {
    outline: none;
    height: 70%;
    margin-left: 20px;
    border: 0;
    width: 40%;
    /* background: red; */
}

.code>span {
    color: #666666;
    font-size: 14px;
}

.code>.getCode {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 16px;
    color: var(--color);
    display: inline-block;
    /* background: red; */
    width: 80px;
    text-align: center;
    height: 60%;
    cursor: pointer;
}

.login_change>.button {
    /* width: 282px; */
    height: 42px;
    background: var(--color);
    opacity: 1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}

.login_meare {
    /* width: 106px; */
    height: 170px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    text-align: center;
}

.login_meare img {
    width: 106px;
    height: 106px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}

.login_meare p {
    font-size: 14px;
    color: #333;
}

.forgetPass {
    float: right;
    font-size: 12px;
    color: var(--color);
    margin-top: 10px;
}