.wrap{
	width: 100%;
}
section{
	width: 100%;
	height: 630px;
	background: url(/static/modules/portal/login/images/bg.jpg) no-repeat center;
	padding-top: 100px;
}
.screen{
	width: 840px;
	height: 444px;
	box-shadow: 0 0 2px 0 #ccc;
	margin:0 auto;
	background: #fff;
}
.screen>img{
	display: block;
	width: 400px;
	height: 444px;
	float: left;
}
.main{
	width: 440px;
	height: 396px;
	float: left;
	padding-top: 48px;
}
.backbone{
	width: 340px;
	margin:0 auto;
	overflow: hidden;
}
.back_nav{
	width: 100%;
	height: 30px;
	border-bottom: solid 1px #ccc; 
	margin-bottom: 40px;
}
.back_nav>li{
	width: 50%;
	text-align: center;
	font-size: 16px;
	float: left;
	height: 29px;
	margin-bottom: 40px;
	cursor: pointer;
}
.cur{
	color: #208eff;
	/*border-bottom: solid 2px #208eff;   修改了微信的样式，20180604*/
}
.username{
	width: 336px;
	height: 38px;
	border: 1px solid #ccc;
	margin-left: 1px;
	font-size: 14px;
	text-indent: 20px;
	margin-bottom: 20px;
}
.verification{
	width: 338px;
	height: 40px;
	margin-left: 1px;
	margin-bottom: 37px;
}
.verify{
	width: 195px;
	height: 38px;
	border: 1px solid #ccc;
	font-size: 14px;
	text-indent: 20px;
}
.verification>img{
	margin-top: -1px;
}
.btn{
	width: 340px;
	height: 40px;
	background: #1f8fff;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	margin-bottom: 16px;
}
.mima{
	width: 100%;
	overflow: hidden;
	display: block;
}
.main_foot{
	width: 100%;
	height: 16px;
}
.min_ft{
	float: left;
	font-size: 14px;
}
.min_ft>img{
	margin-top: -2px;
}
.min_zhuce{
	float: right;
}
.min_zhuce>span>a{
	font-size: 14px;
	cursor: pointer;
	color: #3292e9;
}
.wx{
	width: 100%;
	overflow: hidden;
	display: none;
}
.qrcode{
	width: 340px;
	height: 260px;
	border-bottom: dashed 1px #ccc;
	margin-bottom: 15px;
}
.qrcode>img{
	display: block;
	margin: 0 auto;
}
.wx_ft{
	width: 100%;
	height: 24px;
}
.wx_ft{
	font-size: 14px;
	color: #3292e9;
	line-height: 24px;
}
.wx_ft>p>img{
	margin-top: -2px;
	margin-left: 5px;
	cursor: pointer;
}
.wx_ft>p>a{
	font-size: 14px;
	color: #3292e9;
	float: right;
	border: solid 1px;
	border-radius: 5px;
	padding: 0 5px;
	cursor: pointer;
}