html,body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff url(../images/bg_login.jpg) center no-repeat;
}

.loginBox {
	width: 780px;
	height: 445px;
	/*padding: 5px 60px;*/
	background: #fff;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -222px;
	border-radius: 5px;
}
.loginBox .left_box{
	float:left;
	width:260px;
	margin-left:69px;
	margin-right:60px;
	
}
.loginBox .left_box .mgr50{
	margin-right:50px;
}
.loginBox .line{
	width:1px;
	height:223px;
	float:left;
	background:#F0F0F0;
	margin-top:27px;
}
.loginBox .right_box{
	float:left;
	padding-top:24px;
	font-size:14px;
	padding-left:60px;
}
.loginBox .right_box .lxwm{
	font-size: 16px;
	color:#959595;
}
.loginBox .right_box p{
	margin-bottom: 22px;
}

.login_logo {
	width: 100%;
	height:80px;
	line-height:80px;
	overflow: hidden;
	margin: 0 auto;
	background:#1792D7;
	text-align:center;
	margin-bottom:24px;

}

.login_logo img {
	width: 79px;
	height:48px;
	position:relative;
	top:14px;
	margin-right:10px;

}

.login_logo em {
	font-size: 22px;
	color: #fff;
	font-style: normal;
	font-weight:bold;
	line-height: 80px;

}

.loginInput {
	width: 260px;
	overflow: hidden;
	margin-top: 20px;
}

.loginInput ul {
	padding: 0;
	margin: 0;
}

.loginInput ul li {
	float: left;
	overflow: hidden;
	margin-top: 10px;
	border-bottom: solid 1px #dcdcdc
}

.loginInput ul li .text {
	width: 60px;
	height: 42px;
	overflow: hidden;
	color: #cccccc;
	font-size: 18px;
	float: left;
	line-height: 42px;
}

.loginInput ul li .con {
	width: 200px;
	height: 42px;
	overflow: hidden;
	color: #666;
	font-size: 18px;
	float: left;
}

.loginInput ul li .con input {
	width: 190px;
	overflow: hidden;
	background: #fff;
	height: 42px;
	padding: 0 5px;
	border: none;
	font-size: 18px;
	outline: none;
	line-height: 42px;
	color: #666;
}

.login_tips {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}

.login_tips_error {
	width: 300px;
	overflow: hidden;
	color: red;
	line-height: 36px;
}

.login_tips_error span {
	font-size: 18px;
	float: left;
	line-height: 36px;
	margin-right: 2px;
}

.login_tips_remember {
	font-size: 14px;
	color: #666;
	line-height: 36px;
}

.login_tips_remember span {
	font-size: 21px;
	float: left;
	line-height: 36px;
	margin-right: 2px;
}

.icon-check-box {
	color: #74db73
}

.icon-check-box-outline-blank {
	color: #ccc;
}

.login_tips_remember span {
	margin-right: 5px;
}

.btn_login {
	width: 100%;
	overflow: hidden;
	height: 52px;
	background: #58b957;
	text-align: center;
	font-size: 24px;
	border-radius: 5px;
	color: #ffffff;
	border: none;
	cursor: pointer;
	margin: 20px auto;
	*margin-left: 260px;
}

footer {
	width: 100%;
	overflow: hidden;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

.checkbox_style {
	cursor: pointer
}
/* 协议弹窗样式 */
#agreement_confirm{
	width:98px;
	height:38px;
}
#agreement_ignore{
	width:98px;
	height:38px;
}
.agreement_cover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	z-index: 1111111;
	display:none;
}
.agreement_cover .cover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: #000;
	opacity: .5;
}
.box_text {
	display: block;
	background: #F2F2F2;
	position: absolute;
	top: 10%;
	bottom: 6%;
	left: 20%;
	padding: 0 30px;
	right: 20%;
	border-radius:5px;
}
			
.box_text h3 {
	text-align: center;
	font-size: 18px;
	padding: 25px;
}
			
.text_box_yu h4 {
	text-align: left;
	font-size: 14px;
	padding: 10px 0;
}
			
.text_box_yu {
	border: 1px solid #26A0DA;
	padding: 2px 6px;
	overflow-y: scroll;
	font-size: 12px;
	position: absolute;
	top: 80px;
	bottom: 90px;
	margin-right:30px;
	right: 10px;
	left: 35px;
	
}
			
.text_box_yu h5 {
	padding: 7px;
	font-size: 14px;
}
			
.ty_box {
	font-size: 14px;
	position: absolute;
	bottom: 49px;
	left: 26%;
}
			
.ty_box input {
	width: 14px;
    height: 22px;
}
.ty_box span{
	display: block;
	float: right;
}
.agreement_cover .tyinput{
	position:absolute;
	bottom:30px;
	right:30px;
	left:0;
	height:38px;
	width: 100%;
	text-align:center;
}
.agreement_cover .agreement_confirm{
	display: inline-block;
	width: 112px;
	height:36px;
	line-height:38px;
	border: 1px solid #797979;
	font-size: 14px;
	color:#333333;
	border-radius:5px;
	background: #ffffff;
}
.agreement_cover .agreement_confirm:hover{
	background: #efefef;
}
.agreement_cover .agreement_ignore{
	color:#169BD5;
	font-size:16px;
	margin-right:15px;
}
			
.text_box_yu h5 b{
	font-size: 16px;
    height: 20px;
    display: block;
}
/* 协议弹窗结束 */