body {
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #333333;
    background-image: url(../img/login/bg.jpg);
    background-size: cover;
    background-position: center;
}

.login_box {
    margin: 5% auto;
    width: 60%;
    height: 70%;
    /* border: 1px solid red; */
    background-color: #FFF;
    border-radius: 2%;
    box-shadow: 5px -10px 5px 5px #8B4513;
}

.login_title {
    margin-left: 30%;
    padding: 3% 0 3% 0;
    color: #3CB371;
}

.content-box {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 90%;
    /* border: 1px solid red; */
}

.content-box-left {
    width: 47%;
    background-image: url(../img/login/login-box-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* border: 1px solid red; */
}

.content-box-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 47%;
    /* border: 1px solid red; */
}

.right-title h1 {
    padding: 3% 0 3% 0;
}

.login-contetn {
    display: flex;
    padding: 3% 0 3% 0;
    width: 100%;
}
.login-contetn span{
    cursor:pointer
}

.phone-box {
    text-align: center;
    padding: 3% 0 3% 0;
    width: 50%;
    /* color: #3CB371; */
    font-weight: bold;
    border-bottom: 1px solid #DCDCDC;
    cursor:pointer
}

.password-box {
    text-align: center;
    padding: 3% 0 3% 0;
    width: 50%;
    font-weight: bold;
    border-bottom: 1px solid #DCDCDC;
    cursor:pointer
}

.phone-input-box {
    width: 100%;
}

.phone-input-content {
    display: flex;
    align-items: center;
    margin: auto;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #DCDCDC;
}

.phone-input-box input {
    padding: 3% 0 3% 5%;
    margin: 3% 0 3% 0%;
    width: 90%;
    border: 0;
}

.phone-input-box button {
    background-color: #3CB371;
}

.phone-button {
    margin: auto;
    width: 60%;
}

.phone-button button {
    margin: 30% 0;

    width: 100%;
    color: #FFF;
    border: 0;
    background-color: #3CB371;
}

/* 选中登录类型 */
.this-box{
    border-bottom: 1px solid #3CB371;
    color: #3CB371;
}
.show-box{
    display: none;
}