@charset "utf-8";


.page-main {
    background: #f5f5f5;

}
.page-main .width1200 {
    padding: 145px 0 180px;
    box-sizing: border-box;
}
.form {
    height: 500px;
    background: #FFFFFF;
    border-radius: 6px;
}
.form_form {
    height: 100%;

}
.form_form_l {
    width: 381px;
    height: 530px;
    position: relative;
    left: 0;
    top: -15px;
}
.form_form_r {
    width: calc(100% - 381px);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 15%;
    box-sizing: border-box;
}
.form_r_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form_form_r .item {
    margin-top: 29px;
    box-sizing: border-box;
    width: 100%;
}
.form_form_r .item:first-child {
    margin-top: 0;
}
.form_form_r .item.w48 {
    width: 48%
}
.form_form_r .for_pass_one .item.required .text_entry {
    border: 1px solid red;
    box-sizing: border-box;
}
.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;
}
.text_entry {
    width: 100%;
    outline: none;
    height: 40px;
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    padding: 0 36px;
    box-sizing: border-box;
    color: #666;
}
.tip_texts {
    margin-top: 22px;
    width: 100%;
}
.hand_btn {
    height: 44px;
    background: #014DA1;
    box-shadow: 0px 4px 8px 0px rgba(35, 111, 189, 0.35);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #FFFFFF;
    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: #014DA1;
    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;
}
.required .item_tit::after {
    opacity: 1;
}
.for_pass .hand_btn {
    margin-top: 40px;
}
.for_pass_two {
    display: none;
}
.for_pass_two .text_entry {
    padding: 0 12px;
}
.form_form_r .for_pass_two .item {
    margin-top: 18px;
}
.form_form_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_form_r .for_pass_thre .desc {
    margin-top: 38px;
}
.form_form_r .for_pass_thre .hand_btn {
    width: 65.45%;
    border: 1px solid #E5E5E5;
    background: transparent;
    font-weight: bold;
    color: #014DA1;
    box-shadow: none;
    margin-top: 26px;
}
.register .text_entry {
    padding: 0 12px;
    line-height: 40px;
    height: 40px;
}
.register .form_form_r .item {
    margin-top: 8px;
}
.register .item_tit {
    margin-bottom: 8px;
}
.register_in {
    width: 47.5%;
}
.yzm_texts {
    width: 52.5%;
    padding-left: 8px;
    box-sizing: border-box;
}
.register .form_form_r .item:first-child {
    margin-top: 0;
}
.login-btn {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
}
.login-btn a {
    color: #014DA1;
}
.form_contents {
    display: none;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.form_contents.acflex {
    display: flex;
}
.form_contents .box {
    width: 53%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.form_contents .desc {
    margin: 38px 0 20px;
}
.return_btn {
    width: 92px;
    height: 40px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media only screen and (max-width: 750px) {
    .form_form_l {
        display: none;
    }

    .form_form_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: 30px 0;
        box-sizing: border-box;
    }

    .form_form_r .item {
        margin-top: 8px;
    }

    .form_tit {
        margin-bottom: 20px;
    }

    .for_pass .hand_btn {
        margin-top: 30px;
    }
}