.loginBox .pages_title {
    margin: 110px 0 105px;
}

.loginBox .content {
    display: flex;
    align-items: center;
    margin-bottom: 130px;
}

.loginBox .content .img {
    width: 589px;
    height: 524px;
}

.loginBox .content .right {
    width: calc(100% - 589px);
    height: 524px;
    background: #EAEAEA;
}

.loginBox .content .right .title {
    line-height: 1;
    margin: 38px 0;
    text-align: center;
    font-size: 28px;
    color: #333;
    font-weight: bold;
}

.loginBox .content .right .item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.loginBox .content .right .item .icon {
    width: 55px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.loginBox .content .right .item .inp {
    width: 448px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    border-left: 0;
    padding: 0 12px;
}

.loginBox .content .right .code {
    width: 504px;
    margin: auto;
    position: relative;
}

.loginBox .content .right .code input {
    width: 504px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #BCBCBC;
    padding: 0 24px 0 20px;
}

.loginBox .content .right .code img {
    width: 90px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -15px;
    background: #000;
    cursor: pointer;
}

.loginBox .content .right .btn {
    width: 504px;
    height: 47px;
    margin: 26px auto;
    background: #8BC43F;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
}

.loginBox .content .right .up_mima {
    display: block;
    margin-bottom: 26px;
    text-align: center;
    font-size: 16px;
    color: #838383;
    text-decoration: underline;
}

.loginBox .content .right .up_zhuce {
    display: block;
    width: 210px;
    height: 47px;
    margin: auto;
    background: #8BC43F;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    color: #fff;
}

.registered .title {
    margin: 30px auto !important;
}

.registered .img {
    width: 689px !important;
    height: 612px !important;
}

.registered .right {
    height: 612px !important;
}

.registeredBox {
    width: 463px;
    margin: 33px auto 0;
}

.registeredBox .r_item {
    margin-bottom: 20px;
}

.registeredBox .r_item .name span {
    color: #FF0000;
}

.registeredBox .r_item .name {
    margin-bottom: 8px;
    font-size: 16px;
    color: #484848;
    line-height: 1;
}

.registeredBox .r_item .inp {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 0;
    background: #fff;
    padding: 0 16px;
}

.registeredBox .r_code .text {
    display: flex;
    align-items: center;
}

.registeredBox .r_code .text input {
    width: 160px;
    height: 40px;
    box-sizing: border-box;
    border: 0px;
    padding: 0 16px;
    margin-right: 10px;
}

.registeredBox .r_code .text .codeBtn {
    width: 150px;
    height: 40px;
    background: #DBDBDB;
    font-size: 14px;
    color: #313131;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.registeredBox .registere_btn {
    width: 207px;
    height: 50px;
    background: #8BC43F;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}


/* 重置密码 */

#password_title {
    margin: 75px auto 52px !important;
}

.passwordBox .r_item {
    margin-bottom: 52px;
}

.passwordBox .registere_btn {
    margin: 55px auto 0;
}