﻿/*
*@Description: 登录页
*@Author:      Hanli
*@Update:      Hanli(2017-06-24)
*/

html, body {
	height: 100%;
	width: 100%;
    /*min-height:730px;*/
    overflow:hidden;
    overflow-y:auto;
    background: #373737 url(../img/bg/SidebarBg.png) repeat;
    background-size: cover;
	box-sizing: border-box;
}

#login_wrapper{
	width: 100%;
}
#login_wrapper *{
	box-sizing: border-box;
}
img.samll{
	display: none;
}
/*.logo-register{
	clear: both;
	margin-bottom: 20px;
}
.logo-register li:nth-of-type(1){
	float: left;
}
.logo-register li:nth-of-type(2){
	float: right;
}
.logo-register li a,.logo-register li{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.logo-register .icon{
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-top: 6px;
}
.logo-register .icon-login{
	background: url(../img/icon/icon_login_grey.png) no-repeat;
	background-size: cover;
}
.logo-register .icon-register{
	background: url(../img/icon/icon_register_grey.png) no-repeat;
	background-size: cover;
}*/
.logo-register,.logo-login{
	position: absolute;
	top: 40px;
    right: -41px;
    width: 82px;
    height: 82px;
    line-height: 124px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: #22A1F9 url(../img/icon/icon-register.png) center 12px no-repeat;
    color: #fff;
}
.logo-login{
	background: #22A1F9 url(../img/icon/icon-login.png) center 12px no-repeat;
}
.logo-register a,.logo-login a{
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}



#login_main{
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
}
.reset_password{
	left: 0;
}
.bg{
	position: fixed;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
    width: 100%;
	background: #fff url(../img/bg/login_bg.jpg?v=1) no-repeat left bottom fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
.login_logo{
    padding: 10px 0;
    margin-bottom: 20px;
    text-align: center;
}
.p_login{
	font-size: 20px;
	float: left;
	color: #8C8C8C;
	cursor: pointer;
}
#login_main .login_active{
	color: #5F6C74;
}
.middle{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 10vw;
    display: flex;
	align-items: center;
	justify-content: flex-end;
}
.login_form_wrap{
	width: 100%;
	max-width: 420px;
}
.login_title{
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
	color: #22A1F9;
	font-weight: bold;
	letter-spacing: 1px;
}
.login_form{
	background: #FFFFFF;
	width: 100%;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	border-radius: 8px;
	padding: 3vw;
	min-height: calc(322px + 6vw);
	position: relative;
	overflow: hidden;
}
.login_form h1 {
    margin: 0;
    padding: 0 0 30px;
    line-height: 22px;
    font-size: 22px;
    color: #353535;
}
.IE_alert {
	display: none;
	position: absolute;
	top: 280px;
	right: 160px;
	width: 374px;
	line-height: 70px;
	font-size: 14px;
	color: #949494;
}
.suggestBrowser a {
	color: #3586C1;
}
.suggestBrowser a:visited {
	color: #3586C1;
}
.input_val{
	position: relative;
	display: block;
}
.input_val .input {
    border-radius: 0px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    height: auto;
    padding: 0px 15px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    background: none!important;
    border: none;
    border: 1px solid #D2D5E3;
	border-radius: 6px;
    vertical-align: middle;
    margin-bottom: 16px;
}
.input_val .input:focus{
    border-color: #22A1F9;
}
.input_val input:-webkit-autofill,
.input_val input:-webkit-autofill:hover,
.input_val input:-webkit-autofill:focus,
.input_val input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
.input_val input.last{
	margin-bottom: 12px;
}

.input_val span{
	top: 0;
	left: 0;
	font-size: 16px;
	color: #c8c8c8;
	height: 38px;
	line-height: 38px;
}
.input_val select.input{
	appearance: none; /* 隐藏原生箭头 */
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 30px;
}
.input_val .arrow{
	position: absolute;
	right: 15px;
	top: 13px;
}
.input_val .arrow img{
	width: 10px;
}


.middle.middle-register{
	height: 510px
}
.middle.middle-register .login_form h1{
	padding-bottom: 20px;
}
.middle.middle-register .input_val input{
	margin-bottom: 15px;
}
.middle-register .input_val input.last{
	margin-bottom: 7px;
}
.register_error{
	margin-bottom: 8px;
}
.middle-register .form-submit{
	margin-top: 8px;
}

/*忘记密码*/
#forgetPassword{
	/* position: absolute;
    top: 0;
    right: 15px; */
    font-size: 14px;
    color: #22A1F9;
    cursor: pointer;
	/* line-height: 45px; */
}

.form_item{
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.form-submit{
	margin-top: 20px;
	overflow: hidden;
}


.login_btn{
	display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #22A1F9;
    font-size: 16px;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #fff;
	border-radius: 6px;
}
.login_btn:hover{
	opacity: .8;
}
.login_registerMeg{
	text-align: center;
	color: #009AFF;
}
.coopeLogin_title{
	cursor: pointer;
	width: 100%;
	height: 17px;
	margin-top: 10px;
	line-height: 17px;
	text-align: center;
	font-size: 12px;
	color: #333;
}
.coopeLogin_mainFiild{
	display: none;
	width: 155px;
	margin: 20px auto 11px auto;
}
.btn_coopeLogin{
	display: inline-block;
	width: 155px;
	height: 32px;
	margin-bottom: 20px;
	border-radius: 3px;
}
.coopeLogin_weixin{
	background: #4EA321 url(../img/icon/login_weixin.png) 10px center no-repeat;
}
.coopeLogin_mingdao{
	background: #0066CC url(../img/icon/login_mingdao.png) 10px center no-repeat;
}
.coopeLogin_weibo{
	background: #D71900 url(../img/icon/login_weibo.png) 10px center no-repeat;
}
.coopeLogin_qq{
	margin-bottom: 0;
	background: #3C92CC url(../img/icon/login_qq.png) 10px center no-repeat;
}
.span_coopeLogin{
	display: inline-block;
	line-height: 16px;
	margin: 8px 0 8px 37px;
	padding-left: 7px;
	font-size: 14px;
	color: #fff;
	border-left: 1px solid #fff;
}
.p_register{
	font-size: 18px;
	color: #8C8C8C;
	float: right;
	vertical-align: middle;
	cursor: pointer;
}
.img_register{
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin-top: 13px;
	margin-right: 5px;
	background: url(../img/icon/registerIcon.png) no-repeat;
}
.login_error, .register_error{
	background: #C00000;
	border: 1px solid #C00000;
	border-radius: 0px;
	color: white;
	font-size: 12px;
	line-height: 19px;
	display: none;
	text-align: center;
	margin-bottom: 12px;
	border-radius: 4px;
}
.register_error a,
.register_error a:active,
.register_error a:visited,
.register_error a:hover{
    color: #fff;
    text-decoration: underline;
}

.register_email{
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow: hidden;
}
.registerEmail{
	color: #999999;
}

.img_authCode{
	cursor: pointer;
}

.treaty-box{
	float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: grey;
    cursor: pointer;
    font-size: 12px;
}
.treaty-box a{
	color: #22A1F9;
}
/*服务协议弹窗*/

.treaty{
	position: relative;
}
.treaty_content{
	height: 390px;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	text-align: left;
	overflow-y: auto;
}
.treaty_content_h2{
	color: #333333;
	line-height: 24px;
}
.treaty_content_h3{
	color: #BBBBBB;
	font-size: 12px;
}

.contactUs {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	text-align: center;
	font-weight: bold;
	color: #202020;
	text-shadow: 0 1px 0 rgb(95, 95, 95);
}


/*低分辨率下*/
@media screen and (max-width:767px){
	.contactUs {
		position: static;
	}
	/* .middle{
		width: auto;
		left: 15px;
		right: 15px;
		padding: 40px 15px;
		height: 370px;
		background-image: none;
	} */
	.treaty-box{
		height: auto;
		line-height: 22px;
		display: block;
		float: none;
		margin-bottom: 10px;
	}
	.login_form{
		width: 100%;
	}
	.logo-register,.logo-login{
		right: 20px;
		top: -41px;
	}

	.middle.middle-register{
		height: 520px;
	}
	
	.middle-register .login_btn{
		width: 100%;
	}

	/* 原始滚动条 */
	::-webkit-scrollbar{
		width:0;
	}
}

.error-link {
	color: #FFA300;
}

.vcode{
	display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.vcode img{
	line-height: 1;
	display: block;
}
.img-code{
	position: absolute;
	right: 3px;
	top: 3px;
	width: 110px;
	height: 46px;
	cursor: pointer;
}

/*密码重置*/
/*popwin_forgetPassword*/
.popwin_forgetPassword{
	width: 410px;
    z-index: 5;
    max-width: 100%;
    height: 100%;
    float: right;
}
.popwin_forgetPassword .popwin_title{
	margin: 0;
    padding: 0 0 30px;
    line-height: 22px;
    font-size: 22px;
    color: #353535;
    height: auto;
    background: none;
    border-bottom: 0;
}
.popwin_forgetPassword .popwin_content{
	padding: 0;
}
.reset_password .tinner{
	width: 410px;
	margin: 0 auto;
	border: 1px solid #ccc;
}
.reset_password .notice{
	color: #7A3230;
	text-align: left;
	margin-bottom: 15px;
	background: url(../img/icon/verify_false.png) no-repeat;
	background-position: 0 -6px;
	padding-left: 22px;
}
.reset_password .input_val input{
	border-color: #ccc;
}
.reset_password .input_val input:hover{
    border-color: #888;
}
.reset_password .input_val input:focus{
    border-color: #609ED2;
}
.reset_password .input_val input:focus+span{
	display: none;
}
.reset_password .settingPersonal_save,.reset_password .popwin_cancel{
	width: 47%;
    height: 50px;
    line-height: 50px;
    background: #22A1F9;
    font-size: 16px;
    border: none;
    border-radius: 0;
    text-align: center;
    color: #fff;
    padding: 0;
}
.reset_password .settingPersonal_save{
    margin-right: 3%;
}
.reset_password .popwin_cancel{
	background: #E7E7E7;
	color: #333;
	cursor: pointer;
	margin: 0;
}
@media (max-width: 767px) {
	/*.reset_password{
		background: none;
	}
	.reset_password .input_val span{
		width: auto;
	}
	.reset_password .tinner{
		border-right: none;
		border-left: none;
		width: auto;
		box-shadow: none;
	}
	.forgetPassword .input_val span{
		width: auto;
	}
	.popwin_forgetPassword{
		background: no-repeat;
		box-shadow: none;
	}*/
	.popwin_forgetPassword{
		width: 100%;
	}
}

#login_main .login-checkbox{
    font-size: 14px;
    color: #999999;
    cursor: pointer;
}
#login_main .login-checkbox .input_checkbox{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	line-height: 1;
}
#login_main .login-checkbox .input_checkbox.checked{
	background: url(../img/icon/icon_login_checked.png) no-repeat center center;
}


.login_tabs_header {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.login_tabs_header .tab_item{
	padding: 0 20px 10px;
	position: relative;
	font-size: 18px;
	color: #666;
	cursor: pointer;
}
.login_tabs_header .tab_item:after{
	content: "";
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	height: 2px;
	background: #22A1F9;
	opacity: 0;
	/* transition: all .3s ease-in-out; */
}
.login_tabs_header .tab_item.active{
	color: #22A1F9;
}
.login_tabs_header .tab_item.active:after{
	opacity: 1;
}
.login_tabs_header .tab_item:first-child{
	padding-left: 0;
}
.login_tabs_header .tab_item:first-child:after{
	left: 0;
}
.login_tabs_header .tab_item:last-child{
	padding-right: 0;
}
.login_tabs_header .tab_item:last-child:after{
	right: 0;
}

.login_tabs_body .tab_item{
	display: none;
}
.login_tabs_body .tab_item.active{
	display: block;
}
.login_tabs_body .tab_item .login_items{
	height: 100%;
	min-height: 265px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.login-toggle{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.login-toggle-content .item,
.login-toggle .item{
	display: none;
}
.login-toggle .item img{
	cursor: pointer;
}
.login-toggle-content .item.active,
.login-toggle .item.active{
	display: block;
}
.login-toggle .item img{
	width: 60px;
	line-height: 1;
	display: block;
}

.login-toggle .item .tip{
	background: #E9F1FF;
	border: 1px solid #CEE1FF;
	padding: 0 12px;
	height: 32px;
	line-height: 30px;
	position: absolute;
	opacity: 0;
	right: 100%;
	top: 50%;
	margin-top: -18px;
	transition: all .3s ease-in-out;
	white-space: nowrap;
	border-radius: 4px;
}
.login-toggle .item .tip:after,
.login-toggle .item .tip:before{
	content: "";
	position: absolute;
	right: -10px;
	border: 6px solid transparent;
	border-left: 6px solid #E9F1FF;
	z-index: 2;
	top: 50%;
	margin-top: -6px;
}
.login-toggle .item .tip:before{
	z-index: 1;
	right: -12px;
	border-left-color: #CEE1FF;
}
.login-toggle .item img:hover+.tip{
	opacity: 1;
	right: calc(100% - 5px);
}

.login-code-title{
	font-size: 18px;
	margin-bottom: 30px;
	color: #1A1A1A;
	text-align: center;
}
.login-code {
	padding: 10px;
	background: url(../img/login_code_bg.png) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.login-code img{
	width: 180px;
	height: 180px;
	object-fit: contain;
}
.login-toggle-content .item.text-center{
	text-align: center;
}

@media screen and (max-width: 991px) {
	.middle{
		padding: 20px 5vw;
	}
	.login_form{
		padding: 30px;
		min-height: 382px;
	}
	.login-toggle .item .tip{
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.bg{
		background-size: 150%;
	}
	.middle{
		height: unset;
		justify-content: center;
		align-items: flex-start;
		padding-top: 10vh;
	}
}