@media screen and (min-width: 1200px) {
	.header{
		display:block!important;
	}
	.footer{
		display:block!important;
	}
	.login-content{
		height:calc(100% - 222px)!important;
	}
	.login-content:before{
		content: " ";
		display:block;
		width:100%;
		height:0px;
		box-shadow: 0 0 5px 2px #ddd;
	}
}
html,body{
	width: 100%;
	min-height:100%;
	margin: 0;
	padding: 0;
	list-style:none;
	text-decoration:none;
}
*{
	margin: 0;
	padding: 0;
	position: relative;
    box-sizing: content-box;
	list-style: none;
	text-decoration: none;
}
.header{
	width:100%;
	height:86px;
}
.footer{
	width:100%;
	height:136px;
}
.login-content{
	width:100%;
	height:100%;
	overflow:hidden;
	background:#f4f4f6;
	min-height:620px;
}
.container{
	width:1200px;
	margin:0 auto;
}
.left{
	float:left;
}
.right{
	float:right;
}
.t_l{
	text-align:left;
}
.t_r{
	text-align:right;
}
.t_c{
	text-align:center;
}
.cfix{
	display:block;
	width:100%;
	height:0;
	clear:both;
}
.header .logo{
	padding-left:10px;
}
.header .logo img{
	height:51px;
	margin-top:17px;
}
.header .logo .title{
	font-size:20px;
	color:#000;
	line-height:32px;
	border-left:1px solid #c3c3c3;
	padding-left:10px;
	margin-left:10px;
	margin-top:36px;
}
.header .alert-list{
	padding-right:36px;
	height:86px;
	overflow:hidden;
}
.header .alert-list ul{
}
.header .alert-list ul li{
}
.header .alert-list ul li a{
	font-size:16px;
	color:#7f7f7f;
	line-height:86px;
}
.header .alert-list ul li a img{
	margin-right:7px;
    vertical-align: middle;
	height:16px;
	border: none;
}
.footer .link-list{
	text-align:center;
	padding-top:40px;
}
.footer .link-list a{
	font-size:14px;
	color:#8a8a8a;
	line-height:30px;
}
.footer .link-list em{
	color:#8a8a8a;
    font-style: normal;
	margin:0 30px;
}
.footer .copy-right{
	text-align:center;
	font-size:14px;
	color:#8a8a8a;
	line-height:30px;
}
.footer .copy-right a{
	font-size:14px;
	color:#8a8a8a;
	line-height:30px;
}
form{
	display:block;
	width:100%;
}
form .form-group{
}
form .form-group .insert-icon{
	margin-top:20px;
	height:45px;
	border:1px solid #e5e5e5;
	border-radius:23px;
	width:332px;
	background:#f0f2f7;
}
form .form-group .insert-icon .input-control{
	border:none;
	height:45px;
	line-height:45px;
    padding: 0;
    width: 100%;
    outline: none;
    background: transparent;
	font-size:14px;
}
form .form-group .insert-icon label{
	width:45px;
	float:left;
    text-align: center;
}
form .form-group .insert-icon label img{
	height:17px;
	margin:14px auto;
}
form .form-group .insert-icon .input-group{
	width:82%;
	float:left;
}
form .form-group .insert-icon.password .input-group{
	width:236px;
	float:left;
}
form .form-group .insert-icon.password .btn-see-pwd{
	position:absolute;
    right: 0;
	height:47px;
	width:50px;
	background:url('../image/input_icon_see_pwd.png') center center no-repeat;
}
form .form-group .insert-icon.password .btn-see-pwd.active{
	 background:url('../image/input_icon_see_pwd1.png') center center no-repeat;
}
form .form-group.verify-code .insert-icon{
	width:212px;
}
form .form-group.verify-code .insert-icon .input-group{
	width:166px;
}
form .form-group.verify-code .btn-verify{
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    border: 1px solid #0076fe;
    color: #0076fe;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
}
form .forgot{
	margin-top:8px;
	padding-left:20px;
}
form .forgot .forgot-pwd{
	font-size:14px;
	line-height:36px;
	color:#9ea1b1;
}
form .btn{
	display:block;
	line-height:50px;
	text-align:center;
	font-size:16px;
	height: 50px;
}
form .btn.btn-submit{
	border-radius:24px;
	background:#0076fe;
	color:#fff;
}
form .btn.btn-link{
	color:#0076fe;
}
.geetest_holder.geetest_mobile.geetest_ant .geetest_widget .geetest_window a.geetest_link{
	position:static;
}
img{
	border: none;
}
.footer .link-list a .down-triangle{
 margin-left:5px;
 width:10px;
}
.footer .link-list a .down-triangle:before{
    content: " ";
    width: 0;
    height: 0;
    border: 0px solid transparent;
    border-left-width: 5px;
    border-right-width: 5px;
    border-top: 8px solid #ccc;
    position: absolute;
    top: 50%;
    line-height: 30px;
    margin-top: -4px;
 transition:all 0.5s linear;
}
.footer .link-list a:hover .down-triangle:before{
 border-top:0;
 border-bottom:8px solid #ccc;
}
/*����ʵ��������Ҫ�������*/
.footer .link-list a .footer-pop{
    position: absolute;
    left: -11px;
    bottom: 24px;
 width:138px;
 height:0px;
 transition:height 0.5s linear;
 overflow:hidden;
}
/*����ʵ��li������Ҫ�����߶�*/
.footer .link-list a:hover .footer-pop{
 height:236px;
}
.footer .link-list a .footer-pop ul{
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
    width: 108px;
    border-radius: 5px;
}
.footer .link-list a .footer-pop ul li{
 border-bottom:1px solid #ccc;
 cursor:pointer;
}

.geetest_wind.geetest_fullpage_click .geetest_fullpage_click_wrap{
	position: absolute;
    margin: 0 auto;
    left: -260px;
    top: -95px;
}
