@charset "utf-8";
/* CSS Document */

/**************************************************
login
**************************************************/
.container {
    min-height: 100vh;
    padding: 30px 56px;
    font-size: 18px;
    display: flex;
    justify-content: center;
}
.login_wrap {
    width: 100%;
    max-width: 2200px;
    display: flex;
    gap: 55px;
}
.login_wrap .login_img_wrap {
    width: calc(55% - 27.5px);
    height: 90vh;
}
.login_wrap .login_swiper {
    height: 100%;
}
.login_wrap .login_swiper .swiper-wrapper {
    align-items: center;
}
.login_wrap .login_swiper .swiper-wrapper .swiper-slide {
    height: fit-content;
    max-height: 100%;
}
.login_wrap .login_img_wrap .login_img {
    border-radius: 32px;
    position: relative;
    max-width: 100%;
    max-height: 90vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_wrap .login_img_wrap .login_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
}
.swiper-wrapper .swiper-slide:hover .slider_img img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
.login_wrap .login_form_wrap {
    width: calc(45% - 27.5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 25px;
}
.login_wrap .login_form_wrap h1 {
    border-bottom: 1px solid #ececec;
    line-height: 0;
}
.login_wrap .login_form_wrap .logo {
    margin-bottom: 25px;
}
.login_wrap .login_form_wrap a {
    display: inline-block;
    height: fit-content;
}
.login_tip {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 464px;
    padding: 10px 25px 10px 16px;
    background: #E5F8FF;
    border-radius: 8px;
    margin-top: 24px;
}
.login_tip::before {
    content: '';
    display: inline-block;
    height: 16px;
    flex: 0 0 16px;
    background: url(../images/icon/login_tip.svg) no-repeat center/100%;
    transform: translateY(4.5px);
}
.login_tip p {
    flex: 1 1 100%;
    color: #5C9FBA;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 170%;
}
.login_tip p span{
    color: #5C9FBA;
    font-size: inherit;
    font-weight: 700;
    text-decoration: underline;
}
.form_block_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form_block_wrap #login_form {
    width: 100%;
    max-width: 464px;
}
h2 {
    color: rgba(0, 0, 0, 0.87);
    font-size: 26px;
}
.form_block_wrap .form_title {
    margin-bottom: 40px;
}
.title_word {
    color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    line-height: 160%;
    margin-bottom: 8px;
}
.forget_tip {
    color: #A94B4B;
    font-size: 16px;
    font-weight: normal;
    line-height: 160%;
    margin-bottom: 36px;
}
.form_row:not(.con_errmsg) {
    margin-bottom: 24px;
}
.form_row label {
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 10px;
    display: block;
    line-height: 19px;
}
.remember_me {
    display: flex;
    justify-content: space-between;
}
.remember_me .form_row {
    position: relative;
}
.remember_me .sign_forget {
    color: rgba(0, 0, 0, 0.6);
}
.normal_form a {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}
.normal_form a:hover {
    color: rgba(0, 0, 0, 1);
}
.btn_login,
.btn_submit {
    width: 100%;
}
.btn_login.ban,
.btn_submit.ban {
    background: #E0E0E0;
    color: rgba(0, 0, 0, 0.38);
    cursor: not-allowed;
    pointer-events: none;
}
.link_back {
    display: block;
    width: 100%;
    padding: 16px 48px;
    text-align: center;
    font-size: 20px;
}
.login_copyright {
    color: rgba(0, 0, 0, 0.87);
    font-size: 1rem;
    border-top: 1px solid #ececec;
    padding: 25px 32px 0;
    font-family: "Roboto";
    font-weight: 300;
}
.btn_group ul li {
    margin-bottom: 8px;
}
.btn_third:hover .loader_box .loading::after {
    background: #f0c47c;
}
.information_wrap .success_img {
    background: url(../images/information/login_success.png) no-repeat center
        center;
    width: 181px;
    height: 156px;
    background-size: 100%;
    margin: 0 auto 24px;
}
.information_wrap .form_title {
    text-align: center;
}
.swiper-wrapper .swiper-slide .slider_img {
    padding-bottom: 0;
}
@media (max-width: 1550px) {
    .container {
        font-size: 16px;
    }

    .input_control {
        font-size: 15px;
    }
}
@media (max-width: 1440px) {
    .container {
        padding: 32px;
    }
    .login_wrap {
        gap: 32px;
    }
    .login_wrap .login_img_wrap {
        width: calc(55% - 16px);
    }
    .login_wrap .login_form_wrap {
        width: calc(45% - 16px);
    }
}
@media (max-width: 992px) {
    .login_wrap {
        gap: 28px;
    }
    .login_wrap .login_img_wrap {
        width: calc(100% - 428px);
    }
    .login_wrap .login_form_wrap {
        width: 400px;
    }
}
@media (max-width: 768px) {
    .container {
        padding: 32px 6.4%;
    }
    .login_wrap .login_form_wrap {
        width: 100%;
    }
    .form_block_wrap #login_form, .login_tip {
        max-width: none;
    }
    .login_wrap .login_img_wrap {
        display: none;
    }
    .login_wrap .login_form_wrap {
        min-width: auto;
    }
    .login_tip p {
        font-size: 12px;
    }
}

@media (max-width: 500px) {
}
