#login_popup_container {
    background: rgba(0, 0, 0, 0.66);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    padding: 100px 0;
    overflow-y: auto;
}
#login_popup_container.vertical_middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

#login_popup {
    width: 380px;
    min-height: 466px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    position: relative;
    margin: 0 auto;
}
#login_popup_container .login_popup_close_btn {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
    z-index: 9;
}
/* #login_popup .left_img_father {
    width: 360px;
    border-radius: 12px 0px 0px 12px;
    object-fit: cover;
} */
#login_popup .login_popup_content {
    /* width: 552px;
    padding: 63px 76px; */
    width: 100%;
    height: 100%;
    padding:0 0 30px 0;
    text-align: center;
    position: static;
    border-radius: 8px;
    background: rgba(255, 255, 255, 1) url(/image/catalog/kf/login_popup_bg.png) no-repeat;
    background-size: 100% auto;
    margin: 0;
}
#login_popup .login_popup_content .content_top {
    color: rgba(255, 255, 255, 1);
    padding: 32px 25px;
}
#login_popup .login_popup_content .h2_title {
    font-weight: 700;
    font-size: 25px;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}
#login_popup .login_popup_content .h2_title+p {
    width: 271px;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
    margin-bottom: 14px;
    text-align: left;
}
#login_popup .login_popup_content .content_flex {
    display: flex;
    width: 78%;
    margin-left: -2%;
}
#login_popup .login_popup_content .content_flex>div {
    /* max-width: 53px; */
    margin-right: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-transform: capitalize;
}
#login_popup .login_popup_content .content_flex>div .text_title {
    transform: scale(0.7);
}
#login_popup .login_popup_content .content_flex>div:nth-child(3) .text_title {
    width: 80px;
    transform: scale(0.7) translateX(-25%);
}
#login_popup .login_popup_content .content_flex .img_fa {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0px 2.1px 8.5px rgba(255, 255, 255, 0.65) inset;
    margin: 0 auto 4px;
}
#login_popup .login_popup_content .content_flex img {
    width: 14px;
    height: 14px;
}
#login_popup .login_popup_content form {
    width: 300px;
    margin: 0 auto;
}

#login_popup .login_popup_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    letter-spacing: normal;
    color: #000000;
    text-transform: none;
}
#login_popup .login_popup_description {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    text-transform: capitalize;
    letter-spacing: normal;
    color: #3D3D3D;
    margin: 6px 0 40px;
}
#login_popup #home_back input.form-control {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    height: 44px;
}
#login_popup #home_back input.form-control+.form_input_label {
    color: #3D3D3D;
}
#login_popup #home_back input.form-control:not(:placeholder-shown),
#login_popup #home_back input.form-control:focus,
#login_popup #home_back input.form-control:-webkit-autofill,
#login_popup #home_back input.form-control:-webkit-autofill:hover,
#login_popup #home_back input.form-control:-webkit-autofill:focus,
#login_popup #home_back input.form-control:-webkit-autofill:active {
    border: 1px solid #252525 !important;
}
#login_popup #home_back input.form-control:not(:placeholder-shown)+.form_input_label,
#login_popup #home_back input.form-control:focus+.form_input_label,
#login_popup #home_back input.form-control:-webkit-autofill+.form_input_label,
#login_popup #home_back input.form-control:-webkit-autofill:hover+.form_input_label,
#login_popup #home_back input.form-control:-webkit-autofill:focus+.form_input_label,
#login_popup #home_back input.form-control:-webkit-autofill:active+.form_input_label {
	color: #6D7073;
    font-weight: 500;
}
#login_popup .ver_quhao {
    left: 20px;    
    top: 20px;
    display: none;
}
#login_popup .quhao_text {
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    text-align: left;
}
#login_popup .quhao_text img {
    width: 12px;
    height: 8px;
}
#login_popup #home_back .text-danger {
    font-weight: 400;
    font-size: 12px;
    color: #D10F00;
    line-height: 17px;
    text-align: left;
    background: url('/image/catalog/kficons/error_warning.png') no-repeat left top 2px;
    background-size: 12px 12px;
    padding-left: 20px;
    margin-top: 10px;
    display: none;
}
#login_popup #home_back .forgoten_verification_button {
    width: 88px;
    height: 32px;
    background: #FF8B00;
    border-radius: 6px;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
    text-align: center;
    top: 12px;
    right: 25px;
}
#login_popup #home_back .forgoten_verification_button:disabled {
    background: #CFCFCF;
}
#login_popup #home_back .passwordshow_eve,
#login_popup #home_back .passwordhide_eve {
    width: 16px;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    cursor: pointer;
}
#login_popup #home_back .passwordshow_eve {
    display: none;
}
#login_popup #home_back .pull-right {
    font-weight: 400;
    font-size: 12px;
    color: #7D7D7D;
    line-height: 15px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    margin-top: 20px;
}
#login_popup #home_back .pull-right a {
    color: #FF8B00;
    text-decoration: underline;
}
#login_popup #home_back .input_checked{
    border-radius: 2px !important;
    width: 14px;
	height: 14px;
	background-color: #fff !important;
    border: 1px solid #A4A4A4 !important;
    color: #fff !important;
	text-align: center;
	line-height: 14px;
    margin-right: 8px;
    -webkit-appearance:none; appearance:none; outline: none;
}
#login_popup #home_back .input_checked:after {
	content: '';
	width: 100%;
	height: 100%;
	display: inline-block;
	background-image: url("/image/catalog/kficons/gou_white.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}
#login_popup #home_back .input_checked[type="checkbox"]:hover{ border: 1px solid #FF8B00 !important;}
#login_popup #home_back .input_checked:checked {
    color: #fff;background-color: #FF8B00 !important;  border: 1px solid #FF8B00 !important; 	
}
#login_popup #home_back .btn_primary {
    width: 100%;
    height: 44px;
    background: #000000;
    border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 27px 0 10px;
}
#login_popup #home_back .btn_primary[disabled] {
    background: rgba(0, 0, 0, 0.68) !important;
}
#login_popup #home_back .password_hide {
    top: 13px;
}
#login_popup #home_back .register_login {
    font-weight: 400;
    font-size: 12px;
    color: #7d7d7d;
    line-height: 15px;
    text-align: center;
    text-transform: capitalize;
}
#login_popup #home_back .register_login a {
    color: #FF8B00;
    /* text-decoration: underline; */
}
#login_popup_container .ver_mask {
    top: 0;
}
#modal-agree{
	z-index: 10005;
}


.thank_you_content {
    width: 100%;
	background: #FFFFFF;
    padding-top: 10px;
	display: none;
}
.thank_you_content .thank_you_inner {
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: center;
}
.thank_you_content img {
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
}
.thank_you_content .thank_you {
    text-align: center;
    color: rgba(0, 0, 0, 0.68);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.thank_you_content p {
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    text-transform: capitalize;
    margin-bottom: 29px;
}
.thank_you_content button {
    width: 296px;
    height: 44px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}