.pr{position: relative;padding-top:5px}
/*登陆模块样式*/
.login_box{/*登陆块大盒子*/
	width: 320px;
	overflow: hidden;
	background: url(../images/2bg.png) repeat-y center;
	padding-bottom: 30px;
}
.login_top_title{/*登陆块头部切换盒子*/
	border-sizing:border-box;
	overflow: hidden;
	padding: 0px 20px; 
	font-size: 16px;font-family: '微软雅黑';
}
.title_text{
	width: 100%;
	height: 59px;
	border-bottom:1px solid #d0d6d9;
}
.title_text span{
	border-sizing:border-box;
	display: block;
	float: left;
	width: 104px;
	line-height: 60px;
	color: #999;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
}
.title_text a{
	display: block;
	float: right;
	font-size: 14px;
	color: #33b796;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.title_text span:hover{
	border-sizing:border-box;
	line-height: 57px;
	color: #33b796;
	border-bottom: 3px solid #33b796;
}
.title_text span.on{
	border-sizing:border-box;
	line-height: 57px;
	color: #33b796;
	border-bottom: 3px solid #33b796;
}
.login_content{/*登陆模块主体信息*/
	display: block;
	width: 100%;
	overflow: hidden;
}
.login_content li{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-top:11px;
}
.login_content li select{
	width: 76px;
	height: 33px;
	float: left;
}
.login_content li .duan{
	height: 17px;
	border: 1px solid #b9b9b9;
	width: 108px;
	padding: 7px;
	line-height: normal;
	float: left;
	margin-left: 5px;
}
.login_content li span{
	display: block;
	float: left;
	width: 49px;
	color: #fff;
	margin-right: 15px;
	line-height: 40px;
}
.login_content li input{
	height: 21px;
	border: 1px solid #b9b9b9;
	width: 193px;
	padding: 5px;
	line-height: normal;
	float: left;
}
.login_content li:last-child input{
	width: 66px;
}
.login_content li img{
	display: block;
	float: left;
	width: 55px;
	height: 33px;
	margin-left: 8px;
}
.login_content li a{
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-left: 8px;
}
.remeber_pass{/*记住密码*/
	margin-top: 8px;
	overflow: hidden;
}
.remeber_pass label{
	float: left;
}
.remeber_pass input{
	float: left;
	margin-top:4px;
	width: 14px;
	height: 14px;
	margin-right: 8px;
}
.remeber_pass span{
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.remeber_pass span:last-child{
	float: right;
}
.login_btn{/*登陆切换按钮*/
	margin-top:5px;
	overflow: hidden;
}
.login_btn a{
	display: block;
	width: 120px;
	line-height: 40px;
	border-radius: 6px;
	color: #fff;
	background:#33b796;
	text-align: center;
	float: left; 
}
.login_btn a:last-child{
	color: #777;
	background: #fff;
	margin-left: 16px;
}
.tan{
	width: 125px;
	background: #fff;
	overflow: hidden;
	position: absolute;
	top: 109px;
	left: 165px;
	display: none;
}
.tan li{
	line-height: 36px;
	width: 100%;
	color: #999;
	font-size:14px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	padding-left: 5px;
	
}
.tan li:hover{
	background: #ddd;
}





