
.page-main {
    background: #f5f5f5;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
    box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
}
.layui-input, .layui-select, .layui-textarea{
    box-shadow: 0 0 0 1000px #f7f7f7 inset !important;
}
.form {
    min-height: 650px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
}
.form_member {
    height: 100%;
    width: 100%;
    justify-content: flex-end;
}
.page_tit {
    text-transform: uppercase;
    color: #477589;
}
.form_member_l {
    width: 500px;
    height: 680px;
    position: absolute;
    left: 0;
    top: -15px;
}
.form_member_r {
    width: calc(100% - 500px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 10%;
    box-sizing: border-box;
}
.form_member_r .layui-form-radio:hover *, .form_member_r .layui-form-radioed, .form_member_r .layui-form-radioed>i {
    color: #477589;
}
.form_member_r .layui-form-radio:hover *, .form_member_r .layui-form-radioed, .form_member_r .layui-form-radioed>i {
    color: #477589;
}

.form_r_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mlauto{
    margin-left: auto;
}
.form_tit {
    text-align: center;
    margin-bottom: 36px;
    width: 100%
}
.item_icon {
    position: absolute;
    width: 36px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.item_text {
    width: 100%;
    position: relative;
}
.tip_texts {
    color: #7ba9be;
}
.hand_btn {
    background: #7ba9be;
    box-shadow: 0px 4px 8px 0px rgba(35, 111, 189, 0.35);
    border-radius: 6px;
    font-weight: bold;
    margin-top: 22px;
    width: 100%;
}
::-webkit-input-placeholder {
    color: #C7C7C7;
}

::-moz-placeholder {
    color: #C7C7C7;
}

:-moz-placeholder {
    color: #C7C7C7;
}

:-ms-input-placeholder {
    color: #C7C7C7;
}
.yzm {
    width: 100px;
    height: 40px;
    background: #7ba9be;
    color: #FFFFFF;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.item_tit {
    margin-bottom: 12px;
    height: 21px;
}
.item_tit::after {
    content: "*";
    display: block;
    color: #FF0000;
    font-size: 16px;
    margin-left: 1px;
    opacity: 0;
}
.form .item{
    margin-bottom: 15px;
    position: relative;
}
.form .item .layui-input-block{
    margin-left: 0;
}


/* 注册 */
.required .item_tit::after {
    opacity: 1;
}
/* 忘记密码 */
.for_pass .hand_btn {
    margin-top: 40px;
}
.for_pass_two {
    display: none;
}
.form_member_r .for_pass_two .item {
    margin-top: 18px;
}
.form_member_r .for_pass_two .item:first-child {
    margin-top: 0;
}
.for_pass_thre {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.for_pass_thre {
    display: none;
}
.form_member_r .for_pass_thre .desc {
    margin-top: 38px;
}
.register .item_tit {
    margin-bottom: 8px;
}
.register_in {
    width: 47.5%;
}
.yzm_texts {
    width: 52.5%;
    padding-left: 8px;
    box-sizing: border-box;
}
.login-btn {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
}
.login-btn a {
    color: #7ba9be;
}
.form_contents {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.form_contents.active {
    display: flex;
}
.form_contents .box {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.form_contents .desc {
    margin: 38px 0 20px;
}
.return_btn {
    width: 120px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.soution span {
    color: #477589;
    /* font-weight: 600; */
    padding: 0 5px;
}
.item_xs7_58{
    width: 58%;
}
.item_xs7_58btn{
    width: calc(100% - 58% - 12px)!important;
    padding: 0;
}
/* 登录 */
.layadmin-user-login-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    width: 38px;
    line-height: 36px;
    text-align: center;
    color: #d2d2d2;
}
.pf40{
    padding-left: 40px!important;
}

/* 重置密码 */
.forgot .bgcolor {
    background-color: #477589;
}
.forgot_passreset {
    display: none;
    flex-wrap: wrap;
}
.forgot_passreset.active {
    display: flex;
}
@media only screen and (max-width: 1280px) {
    .form_member_r{
        padding: 0 8%;
    }
}
@media only screen and (max-width: 1200px) {
    .form_member_r{
        padding: 0 7%;
    }
}
@media only screen and (max-width: 1043px) {
    .form {
        min-height: 580px;
    }
    .form_member_l {
        width: 449px;
        height: 600px;
        top: -10px;
    }
    .form_member_l img{
        max-height: 100%;
    }
    .form_member_r {
        width: calc(100% - 449px);
        padding: 0 6%;
    }
    .form_r_box{
        margin-top: 15px;
    }
    .hand_btn{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 960px) {
    .form_member_l {
        width: 409px;
        height: 556px;
    }
    .form_member_r {
        width: calc(100% - 409px);
        padding: 0 5%;
    }
    .form {
        min-height: 536px;
    }
}
@media only screen and (max-width: 768px) {
    .form_member_l {
        display: none;
    }
    .form_member_r {
        width: 100%;
        padding: 0 15px;
    }
    .page-main .width1200 {
        padding: 30px 0 30px;
    }
    .register_in {
        width: 100%;
    }
    .yzm_texts {
        width: 100%;
        padding-left: 0;
        margin-top: 8px;
    }
    .yzm {
        top: auto;
        bottom: 0;
    }
    .form {
        height: auto;
        padding: 25px 0;
        box-sizing: border-box;
        min-height: auto;
    }
    .form_member_r .item {
        margin-bottom: 8px;
    }
    .form_tit {
        margin-bottom: 20px;
    }
    .for_pass .hand_btn {
        margin-top: 30px;
    }
}