@charset "UTF-8";
.login_navbar {
    padding: 10px;
    background-color: #fff;
    min-width: 1200px;
}

.login_navbar .bar_cont {
    width: 1200px;
    margin: 0 auto;
}

.login_main {
    width: 100%;
    height: 650px;
    min-width: 1200px;
    background: url(../img/login/benner_bg.jpg) no-repeat center top;
    background-size: auto 100%;
    position: relative;
}

.login_main .mian_content {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_form {
    width: 350px;
    height: 450px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
    padding: 30px 0px 50px;
    border-radius: 8px;
}

.banner_form .form_logo {
    height: 24px;
    display: block;
    margin: 15px auto 50px;
}

.banner_form .login_wiper {
    display: flex;
    width: 270px;
    margin: 0 auto;
    color: #999;
    font-size: 18px;
    font-family: "微软雅黑";
    justify-content: space-around;
}

.banner_form .login_wiper li {
    cursor: pointer;
}

.banner_form .login_wiper li.active_on {
    color: #2284f1;
}

.banner_form .form_wiper {
    height: 250px;
    width: 270px;
    margin: 0 auto;
    overflow: hidden;
}

.banner_form .form_wiper .child_box {
    transform: translateX(0);
    /*transition: all 0.5s;*/
    display: flex;
}

.banner_form .form_wiper .transform_over {
    transform: translateX(-100%);
}

.banner_form form {
    width: 100%;
    height: 100%;
    text-align: center;
}

.banner_form form .banner_form_title {
    color: #2284f1;
    text-align: center;
    margin: 30px 0 42px;
    font-size: 18px;
}

.banner_form form .banner_form_title .number {
    font-size: 30px;
    display: inline-block;
    margin: 0 2px;
}

.banner_form form input {
    border: none;
    background-color: #f7f7f7 !important;
    box-sizing: border-box;
    margin: 30px auto 0;
    /*width: 270px;*/
    border-radius: 4px;
    box-shadow: none !important;
}

.banner_form form .form_row {
    width: 270px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
}

.banner_form form .form_row .fill_verify {
    width: 150px;
    margin: 0;
}

.banner_form form .form_row .get_verify {
    flex: 1;
    border: none;
    outline: none;
    color: #fff;
    background-color: #2284f1;
    margin-left: 10px;
    border-radius: 4px;
    padding: 7px 0;
}

.banner_form form .banner_btn {
    margin-top: 30px;
    width: 270px;
    background-color: #2284f1;
    color: #fff;
    font-size: 18px;
    outline: none !important;
    box-shadow: none !important;
}

.banner_form form .bannerform_row {
    display: none;
    position: relative;
}

.banner_form form .bannerform_row .back_btn {
    position: absolute;
    top: -60px;
    left: 15px;
    color: #ccc;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.banner_form form .bannerform_row .form_pop_tips {
    text-align: center;
    margin: 25px 0 95px;
}

.banner_form form .bannerform_row .form_pop_tips .tips_title {
    font-size: 18px;
    color: #2284f1;
    margin: 0 0 10px 0;
}

.banner_form form .bannerform_row .form_pop_tips .way_text {
    font-size: 14px;
    color: #333;
    margin: 0;
}

.banner_form form .bannerform_row .verify_row {
    display: flex;
    width: 270px;
    margin: 0 auto;
    justify-content: space-between;
}

.banner_form form .bannerform_row .verify_row input {
    width: 154px;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: none;
    margin: 0;
}

.banner_form form .bannerform_row .verify_row .verify_btn {
    padding: 12px 15px;
    border-radius: 4px;
    background-color: #2284F1;
    color: #fff;
    outline: none;
    line-height: 0;
}

.banner_form form .bannerform_row .commit_btn {
    margin-top: 30px;
    width: 270px;
    background-color: #2284f1;
    color: #fff;
    font-size: 18px;
}
