
/* bg_container START */
html, body {
    overflow-x: hidden;
}
.bg_container {
    position: relative;
    height: 972px;
    background-image: url(../images/login/bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.bg_container .center {
    padding-top: 150px;
}
.bg_container .public-header{
    position: absolute !important;
    background: #fff !important;
    box-shadow: none !important;
    z-index: 10;

}
.bg_container .welcome,
.bg_container .form {
    height: 526px;
    background-color: rgba(0,0,0,0.44);
    border-radius: 10px;
    color: #fff;
} 
.register .welcome,
.register .form {
    height: 559px;
} 
.bg_container .welcome {
    width: 373px;
    margin-right: 1px;
}
.bg_container .img_box img {
    height: 37px;
}
.bg_container .line {
    width: 0;
	height: 2px;
    background: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
}
.bg_container .text {
	font-size: 20px;
	font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
}

.bg_container .welcome .code {
    width: 100%;
}
.bg_container .welcome .code span {
    /* display: block; */
    text-align: center;
    width: 98px;
    margin: 12px 19px;
    color: #efefef;
    font-size: 14px;
}
.bg_container .welcome .code img {
    width: 98px;
    display: block;
    margin-bottom: 5px;
}
.bg_container .form {
    width: 516px;
    text-align: center;
    padding: 0 88px;
}
.bg_container .form_title {
    font-size: 30px;
	letter-spacing: 1px;
}
.bg_container .form form {
    width: 100%;
    margin: 35px 0 0;
}
.bg_container .form label {
    
    margin-bottom: 25px;
}
.bg_container .form label:last-of-type {
    margin-bottom: 15px;
}
.register .form label {
    margin-bottom: 20px;
}
.register .form label:last-of-type {
    margin-bottom: 10px;
}
.bg_container .form input {
    width: 100%;
    background: none;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.bg_container .form input::placeholder {
    color: #fff;
}
.bg_container .form label span {
    color: #d8d8d8;
    font-size: 20px;
    margin-left: 3px;
    margin-right: 12px;
}
.bg_container .form button {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
	letter-spacing: 1px;
    color: #fff;
    background-color: #f2bb51;
    border-radius: 25px;
    margin-top: 35px;
    padding: 0;
}
.bg_container .form label button {
    width: 160px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
	letter-spacing: 0px;
    color: #fff;
    background: none;
    border: 1px solid #fff;
    border-radius: 32px;
    margin: 0;
    padding: 0;
    cursor: not-allowed;
}
.bg_container .form .control_form {
    font-size: 12px;
}
.bg_container .form .control_form a {
    color: inherit;
}
.bg_container .form .control_form a .protocol {
    display: none;
}
.bg_container .form .control_form span a {
    color: #f2bb51;
}
.bg_container .form .control_form div span {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    color: #fff;
    background: #d8d8d8;
    margin: 0 5px;
}
.bg_container .form .control_form div i {
    font-size: 12px;
    color: inherit;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.bg_container .form .control_form div a:nth-child(2) {
    color: #f2bb51;
}
.bg_container .form .thirdparty {
    width: 100%;
    margin-top: 30px;
}
.bg_container .form .thirdparty_title i {
    height: 1px;
    background: rgba(255,255,255,0.3);
}
.bg_container .form .thirdparty_title span {
    margin: 0 10px;
}
.bg_container .form .thirdparty_login {
    margin-top: 15px;
}
.bg_container .form .thirdparty_login a {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin: 0 18px;
}
.bg_container .form .thirdparty_login a:hover {
    border-color: #f2bb51;
    color: #f2bb51;
}
.bg_container .form .thirdparty_login span {
    color: inherit;
    font-size: inherit;
}
/* bg_container END */




/* retrieve START */
.retrieve {
    background: #fff;
}
.retrieve .retrieve_pwd {
    width: 100%;
    height: 660px;
    background: #fff;
    box-shadow: 3px 4px 42px 0px 
		rgba(0, 0, 0, 0.07);
	border-radius: 10px;
}
.retrieve .retrieve_pwd .retrieve_pwd_title {
    font-size: 30px;
	letter-spacing: 1px;
    color: #666;
    margin: 50px 0 55px;
}
.retrieve .retrieve_pwd ul {
    width: 100%;
    padding: 0 90px;
    text-align: center;
    font-size: 20px;
    line-height: 64px;
    height: 64px;
	color: #d2d2d2;
}
.retrieve .retrieve_pwd li {
    width: 31%;
    background: #f9f9f9;
    position: relative;
}
.retrieve .retrieve_pwd li.active {
    background: #f2bb51;
    color: #fff;
}
.retrieve .retrieve_pwd li:nth-child(1) {
    border-radius: 10px 0 0 10px;
}
.retrieve .retrieve_pwd li:nth-child(2) {
    border-radius: 0;
}
.retrieve .retrieve_pwd li:nth-child(3) {
    border-radius: 0 10px 10px 0;
}
.retrieve .retrieve_pwd li::after {
    box-sizing: border-box;
    display: block;
    content: '';
    width: 0;
    height: 100%;
    border: 16px solid rgba(0,0,0,0);
    border-top: 32px solid rgba(0,0,0,0);
    border-bottom: 32px solid rgba(0,0,0,0);
    position: absolute;
    right: -32px;
    top: 0;
    border-left-color: #f9f9f9;
}
.retrieve .retrieve_pwd li:nth-child(2)::before {
    box-sizing: border-box;
    display: block;
    content: '';
    width: 0;
    height: 100%;
    border: 16px solid rgba(0,0,0,0);
    border-top: 32px solid rgba(0,0,0,0);
    border-bottom: 32px solid rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    border-left-color: #fff;
}
.retrieve .retrieve_pwd li:nth-child(3)::before {
    box-sizing: border-box;
    display: block;
    content: '';
    width: 0;
    height: 100%;
    border: 16px solid rgba(0,0,0,0);
    border-top: 32px solid rgba(0,0,0,0);
    border-bottom: 32px solid rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    border-left-color: #fff;
}
.retrieve .retrieve_pwd li.active::after {
    box-sizing: border-box;
    display: block;
    content: '';
    width: 0;
    height: 100%;
    border: 16px solid rgba(0,0,0,0);
    border-top: 32px solid rgba(0,0,0,0);
    border-bottom: 32px solid rgba(0,0,0,0);
    position: absolute;
    right: -32px;
    top: 0;
    border-left-color: #f2bb51;
}
.retrieve .retrieve_pwd li:nth-child(3)::after,
.retrieve .retrieve_pwd li:nth-child(3).active::after {
    display: none;
}
.retrieve .retrieve_pwd form {
    width: 476px;
    margin-top: 80px;
}
.retrieve .retrieve_pwd label {
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.retrieve .retrieve_pwd label span {
    position: absolute;
    left: 20px;
    top: 18px;
    color: #d8d8d8;
    font-size: 24px;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.retrieve .retrieve_pwd label input {
    padding-left: 65px;
    padding-right: 15px;
    border-radius: 10px;
    border: solid 1px #ddd;
    /* line-height: 60px; */
    height: 60px;
    font-size: 16px;
	letter-spacing: 1px;
	color: #666;
}
.retrieve .retrieve_pwd label input::-webkit-placeholder {
    font-size: 16px;
	letter-spacing: 1px;
	color: #888;
}
.retrieve .retrieve_pwd label input::placeholder {
    font-size: 16px;
	letter-spacing: 1px;
	color: #888;
}
.retrieve .retrieve_pwd label button {
    outline: none;
    margin-left: 12px;
    width: 120px;
    border: 1px solid #f2bb51;
    border-radius: 10px;
    background: none;
    font-size: 16px;
    line-height: 58px;
    height: 58px;
	letter-spacing: 1px;
    color: #f2bb51;
    cursor: not-allowed;
}
.bg_container .form label .btn_hover,
.register .form label .btn_hover,
.retrieve .retrieve_pwd label .btn_hover {
    cursor: pointer;
}
.bg_container .form label .btn_hover:hover,
.register .form label .btn_hover:hover,
.retrieve .retrieve_pwd label .btn_hover:hover {
    color: #fff;
    background: #f2bb51;
    border-color: #f2bb51;
}
.retrieve .retrieve_pwd .next,
.retrieve .retrieve_pwd a {
    border: none;
    outline: none;
    margin-top: 30px;
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    height: 60px;
	letter-spacing: 1px;
    color: #fff;
    background-color: #f2bb51;
    border-radius: 30px;
    height: 60px;
}
.retrieve .retrieve_pwd .login {
    width: 230px;
    margin: 30px auto 0;
}
.retrieve .retrieve_pwd .tip {
    margin-bottom: 30px;
}
.retrieve .retrieve_pwd .tip span {
    display: block;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: solid 4px #f2bb51;
    text-align: center;
    margin: 0 auto;
}
.retrieve .retrieve_pwd .tip i {
    color: #f2bb51;
    font-size: 36px;
    height: 100px;
    line-height: 100px;
}
.retrieve .retrieve_pwd .tip p {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-top: 25px;
}
.retrieve .retrieve_pwd .vanish {
    display: none;
}






bg_container .welcome {
    opacity: 0;
}
.bg_container .form {
    opacity: 0;
}
.bg_container .line {
    -webkit-animation: line_move 1s 0.8s forwards;
    animation: line_move 1s 0.8s forwards;
}
@-webkit-keyframes line_move {
    0% {
        width: 0;
    }
    100% {
        width: 72px;
    }
}
@keyframes line_move {
    0% {
        width: 0;
    }
    100% {
        width: 72px;
    }
}
.bg_container .img_box,
.bg_container .text,
.bg_container .code span,
.bg_container .form .form_title {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.bg_container .code span:nth-child(2) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.bg_container .code span:nth-child(3) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.bg_container .code span:nth-child(4) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.bg_container .form form,
.bg_container .form .thirdparty {
    opacity: 0;
    -webkit-animation: fadeInUp_move 1s 0.8s forwards;
    animation: fadeInUp_move 1s 0.8s forwards;
}
@-webkit-keyframes fadeInUp_move {
    0% {
        opacity: 0;
        -webkit-transform: translateY(80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@keyframes fadeInUp_move {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
/* retrieve END */









/* login_footer START */
.login_footer {
    text-align: center;
    color: #888;
    background: #fff;
    padding: 30px 0;
    font-size: 14px;
}
.login_footer a {
    color: inherit;
}
.login_footer .link {
    font-size: 16px;
    margin-bottom: 12px;
}
.login_footer .link span {
    font-size: 14px;
    margin: 0 5px;
}
.login_footer a:hover {
    color: #f2bb51;
}


/* login_footer END */

.register-pop{
    position: fixed;
    top: 0;   
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 1000;
    display: none;
}
.agree-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 70%;
    height: 80%;
    background: #fff;
    border-radius: 10px;
}
.agree-content .close{
    position: absolute;
    width: 44px;
    height: 44px;
    background-color: #fff;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #696969;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    right: -18px;
    top: -18px;
}

.agree-content h2{
    text-align: center;
    font-size: 24px;
}
.agree-content .agree-text{
    margin-top: 30px;
    height: calc(100% - 50px);
    font-size: 14px;
    line-height: 26px;
    color: #777;
    overflow-y: auto;
}
.agree-content .agree-text p{
    text-indent: 2em;
}

.agree-content .agree-text::-webkit-scrollbar {
    width: 6px;
    background: none;
}

.agree-content .agree-text::-webkit-scrollbar-thumb {
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(242,187,81,1);
}
.agree-content .agree-text::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 6px;
    background: #f4f4f4;
}
