/*global settings*/
body, html {
	width:100%;
	height:100%;
	background:url(images/bg_login.jpg) center center #0365d4;
	background-size:cover;
	min-width:970px;

}
body{
	padding-bottom:0;
	overflow-y:hidden;
}
input:focus{
	outline:none;
}
.login_page{
	width:100%;
	height:100%;
	position:relative;
}
.header{
	width:100%;
	background:#fff;
	background:rgba(255,255,255,0.75);
	padding:15px 25px;
	box-sizing:border-box;
	position:relative;
	z-index:3;
}
.header > .logo{
	display:block;
	height:40px;
	line-height:40px;
	font-size:22px;
	float:left;
}
.header > .logo:hover{
	text-decoration:none;
	color:#444;
}
.header > .logo img{
	display:inline-block;
	width:auto;
	height:40px;
	vertical-align:bottom;
	margin-right:10px;
}
.header > ul{
	float:right;
	padding:12px 0;
}
.header > ul > li{
	float:left;
	line-height:16px;
	border-right:1px solid #eee;
	padding:0 8px;
	position:relative;
}

.header > ul > li:hover{
	cursor:pointer;
}
.header > ul > li:last-child{
	border-right:none;
}
.header > ul > li > a{
	color:#555;
	font-size:14px;
}

.dropdown-menu{
	position:absolute;
	top:0px;
	padding-top:25px;
	display:none;
}

.dropdown-menu .content{
	background:#fff;
	border:1px solid #ccc;
	box-shadow:1px 2px 2px rgba(0,0,0,.15);
	position: relative;
}

.dropdown-menu:hover{
	display:block;
}

.dropdown-menu .content:before{
	position: absolute;
	top: -9px;
	right: 9px;
	display: inline-block;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #f09c10;
	border-left: 9px solid transparent;
	border-bottom-color: rgba(0,0,0,0.2);
	content: '';
}
.dropdown-menu .content:after{
	position: absolute;
	top:-8px;
	right:10px;
	display: inline-block;
	border-right:8px solid transparent;
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	content: '';
}
.dropdown-menu img{
	display:block;
	width:120px;
	margin:10px;
}

.header li:hover .dropdown-menu,.header liactive .dropdown-menu{
	display:block;
}


.loginbox{
	width:960px;
	padding-top:60px;
	margin:0 auto;
	z-index:1;
}
.login{
	width:360px;
	height:auto;
	float:right;
}


.login-type{
	width:56px;
	height:56px;
	position:absolute;
	top:5px;
	right:5px;
}
.login-type:after{
	position: absolute;
	bottom:0;
	left:0;
	display: inline-block;
/* 	border-top:30px solid transparent; */
	border-left: 30px solid #fff;
	border-bottom:0 solid transparent;
	content: '';
}
.login-type > .item{
	display:block;
	width:100%;
	height:100%;
}
.login-type > .item.pc{
	background:url(images/type_bg.png) 0 0 no-repeat;
}
.login-type > .item.pc:hover{
	background:url(images/type_bg.png) -56px 0 no-repeat;
}
.login-type > .item.qr-code{
	background:url(images/type_bg.png) 0 -56px no-repeat;
}
.login-type > .item.qr-code:hover{
	background:url(images/type_bg.png) -56px -56px no-repeat;
}

.qr-code-box{
	width:100%;
/* 	padding-top:30px; */
}
.qr-code-box > .imgs{
	width:150px;
	height:150px;
	padding:15px;
	background:#fff;
	margin:0 auto;
	position:relative;
	border: 1px solid #ddd;
}
.qr-code-box img{
	width:100%;
	height:1005;
}
.tips-f{
	display:block;
	color:#df9c1f;
	background:#fefcee;
	border:1px solid #f3d995;
	padding:3px 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:absolute;
	top:0;
	right:54px;
}
.tips-f:before{
	position: absolute;
	top: 5px;
	right: -6px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-left: 6px solid #f3d995;
	border-bottom: 6px solid transparent;
	content: '';
}
.tips-f:after{
	position: absolute;
	top: 5px;
	right: -5px;
	display: inline-block;
	border-top: 6px solid transparent;
	border-left: 6px solid #fff;
	border-bottom: 6px solid transparent;
	content: '';
}


.login_pubar{
	width:100%;
	min-height:340px;
	background:#fff;
	background:rgba(255,255,255,1);
	border-radius:4px;
}
.title_login{
	font-size:16px;
	line-height:18px;
	padding:10px;
	font-weight:700;
	text-align:center;
	border-bottom:1px solid #eee;
	margin-bottom:20px;
	color:#ff0000;
}
.title_login span{
	margin:0 1em;
}
.title_login a{
	color:#d70050;
	text-decoration:underline;
	margin-left:10px;
}

.form_login{
	margin:0 30px;
}
.loginformline{
	width:100%;
	margin-bottom:20px;
	position:relative;
}
.input_bar{
	display:block;
	height:40px;
	background:#fff;
	border:1px solid #bbb;
/* 	border-radius:2px; */
/* 	box-shadow:inset 0 2px 1px rgba(0,0,0,0.05); */
	padding:0  10px 0 46px;
	position:relative;
}
.yzmbox{
	width:172px;
}
.input_bar input{
	font-family:Arial,PingFangSC-Light,Hiragino Sans GB,Microsoft YaHei;
	display:block;
	width:100%;
	height:18px;
	line-height:18px;
	color:#333;
	padding:11px 0;
	font-size: 14px;
	font-weight:200;
	border: none;
	font-family: verdana;
	background: transparent!important;
}
input[placeholder], [placeholder], *[placeholder] {
	
}

.inp_img{
	display:block;
	width:26px;
	height:26px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:70% auto;
	position:absolute;
	top:7px;
	left:10px;
	opacity:0.7;
}
.userhead_input{
	background:url(images/head.png) 0 0 no-repeat;
}
.password_input{
	background:url(images/lock.png) 0 0 no-repeat;
}
.input_bar em{
	width:200px;
	line-height:18px;
	font-style:normal;
	background:#fff;
	border-radius:6px;
	color:#DD0003;
	display:block;
	padding:20px;
	position:absolute;
	left:-283px;
	top:-8px;
}
.input_bar em i{
	display:block;
	width:11px;
	height:21px;
	background:url(images/right_jt.png) 0 0 no-repeat;
	position:absolute;
	top:18px;
	right:-9px;
}

.rember{
	text-align:right;
}
a.findpassword:link,a.findpassword:visited{
	font-size:14px;
	color:#d70050;
	text-decoration:underline;
}


.btnbar{
/* 	margin:0 30px; */
	margin-bottom:20px;
}
.btnbar button{
	display:block;
	width:100%;
	height:42px;
	line-height:42px;
	font-size:16px;
	font-weight:800;
	color:#fff;
	font-family:"微软雅黑",Microsoft YaHei,Arial,SimSun;
	background:#d70050;
	border:1px solid #d70050;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.2);
	border-radius:2px;
	cursor:pointer;
}
.btnbar button:hover{
	background:#e70b5d;
}
.btnbar a{
	display:block;
	width:136px;
	text-align:center;
	line-height:40px;
	float:right;
	color:#555;
	background:#f1f1f1;
	border:1px solid #c1c1c1;
	border-radius:4px;
	box-shadow:inset 0 1px 0 #f9f9f9;
}
.btnbar a:hover{
	text-decoration:none;
	background:#f6f6f6;
}
.tips{    
	padding-top: 6px;
    padding-bottom: 10px;
	border-top:1px solid #eee;
	text-align:center;
	font-size:14px;
	font-weight:lighter;
}
.tips a{
	color:#555;
	text-decoration:underline;
}

.imgbox{
	height:42px;
	position:absolute;
	top:0;
	left:176px;
}
.imgbox a img{
	display:inline-block;
	width:100px;
	height:100%;
	margin-right:15px;
	vertical-align:middle;
}



.login_foot{
	width:100%;
	min-width:970px;
	line-height:18px;
	color:#AAA;
	padding:10px 0;
	background:#000;
	background:rgba(0,0,0,0.70);
	box-shadow:0 0 1px rgba(0,0,0,0.40);
	clear:both;
	position:fixed;
	left:0;
	bottom:-1px;
	z-index:2;
}
.login_foot div{
	text-align:center;
	position:relative;
	margin:0 20px;
}
.login_foot div span{
	margin:0 10px;
}
.login_foot div a{
	color:#b3b3b3;
	margin:0 10px;
}
.login_foot i{
	display:block;
	width:120px;
	margin:0 auto;
	padding:0 10px;

	border-radius:8px;
}
.login_foot span img{
	display:inline-block;
	width:110px;
	position:relative;
	vertical-align:middle;
	top:-2px;
}
.header > .logo > .simpleLogo {
	display:none;
	height:40px;
}



@media screen and (max-width:1000px){
	body, html{
		min-width:100%;
	}
	.loginbox{
		width:auto;
		margin:0 30px;
	}
}
@media screen and (max-width:700px){
	body,html{ min-width:100%}
	body{
		min-height:10%;
	}
	.loginbox{
		width:auto;
		position:relative;
		top:auto;
		left:auto;
		margin-top:auto;
		margin-left:auto;
		margin:0 auto;
		padding:20px;
		min-height:inherit;
	}
	.login{
		width:100%;
		float:none;
	}
	.login_foot{
		min-width:100%;
	}	
	.header > .logo > .simpleLogo {
		display:none;
	}
}
@media screen and (max-width:667px){
	.header > ul{
		display:none;
	}
	.header > .logo img {
		display:none;
	}
	.header > .logo > .simpleLogo {
		display:inline;
	}
	.login_foot div span{
		display:block;
		padding-top:0.5em;
	}
	.login_foot{
		position:relative;
	}
	.login_pubar{
		padding-bottom:10px;
/* 		padding-top:20px; */
	}
}



.bgstretcher-area {
	text-align: left;
}

.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}

.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bgstretcher UL LI img {
	z-index: 1;
}

.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

.form_login input {
	line-height: 38px;
	height: 38px;
	padding: 6px;
}



input:-webkit-input-placeholder{color:#aaa;}
input:-ms-input-placeholder{color:#aaa;}

.id-icon{background-image:url(../images/id.png);}
.key-icon{background-image:url(../images/lock.png);}
.msg-icon{background-image:url(../images/duanxin.png);}
.yzm-icon{background-image:url(../images/yanzheng.png);}


.tab-menu{ margin-bottom:10px; margin-top:-4px;}
.tab-menu *{box-sizing:border-box; position:relative;}
.tab-menu > .item{ width:33.3333%; text-align:center; float:left;}
.tab-menu > .item + .item{ border-left:1px solid #cecece;}
.tab-menu > .item a{ display:block; line-height:48px; font-size:14px; color:#555; background:linear-gradient(to bottom, #fff, #e1eefb); border-bottom:1px solid #cecece;}
.tab-menu > .item a.active{ background:none; border-bottom:1px solid transparent;}
.tab-menu > .item a i{ line-height:1; font-size:18px; position:relative; top:2px;}
.tab-menu > .item:first-child a{ border-radius:3px 0 0 0;}
.tab-menu > .item:last-child a{ border-radius:0 3px 0 0;}

.loginformline.duanxin{ min-height:82px;}
.duanxin .input_bar{ width:172px;}
.obtain{ display:block; width:123px; line-height:38px; text-align:center; color:#fff; background:#2196f3; border:1px solid #2196f3; border-radius:0 3px 3px 0; position:absolute; top:0; right:0;}
.obtain:hover{ background:#35a2f9; cursor:pointer;}
.obtain.disabled{ color:#aaa; background:#ddd; border-color:#bcbcbc; cursor:wait;}
.duanxin_tips{ display:block; padding:8px 0 0 0;}
