/*
* @Author: itw_liting02
* @Date:   2018-07-23 09:45:26
* @Last Modified by:   itw_liting02
* @Last Modified time: 2018-07-23 16:26:30
*/
.main{
	padding:50px 0 110px 0;
	font-family:MicrosoftYaHei;
	background-color: #f7f7f7;
}
.main-info{
	width:1180px;
	height:573px;
	margin:0 auto;
	background:#fff;
}
.main-info h5{
	width:1020px;
	height: 84px;
	border-bottom: 1px solid #E5E5E5;
	margin:0 auto;
	color:#333;
	font-size: 24px;
	text-align: center;
	line-height: 84px;
	font-family:PingFangSC-Medium;
}
.info{
	width:500px;
	padding:70px 0 180px;
	margin:0 auto;
	color:#666;
}
.info li{
	line-height: 50px;
	overflow:hidden;
}
.info li>*{
	float:left;
}
.info li span{
	display:inline-block;
	width:150px;
	height:50px;
	line-height:50px;
	text-align: right;
}
.info input{
	width:300px;
	height:34px;
	padding-left: 10px;
	margin-top:8px;
	border:1px solid #E5E5E5;
}
.info .wid180 input{
	width:180px;
	margin-right: 20px;
}
.info .wid180 img{
	width:100px;
	height:34px;
	margin-top:8px;
	cursor:pointer;
}
.info button{
	width:100px;
	height:34px;
	border:none;
	margin-top:8px;
	outline:none;
	text-align: center;
	line-height: 34px;
	color:#fff;
	font-size:14px;
	background-color: #4C99EB;
	cursor:pointer;
}
.mar-top25{
	margin-top:25px;
}
.info button.btn.wid100{
	width:100px;
	height:34px;
	line-height:34px;
}
.info button.green{
	background:#27B5AC;
}
.info button.orange{
	background:#ff8c19;
}
.info button.btn{
	width:150px;
	height:40px;
	border:1px solid #ccc;
	outline:none;
	text-align: center;
	line-height: 40px;
	color:#666;
	font-size: 16px;
	background:#F9FAFC;
}
.info button.btn.bg{
	margin-right:20px;
	border:none;
	color:#fff;
	background:url(../../img/pwd-btn.jpg) no-repeat left top;
}
.info button.btn.bg.greenbg{
	background:url(../../img/pwd-btn2.png) no-repeat left top;
}
.info button.btn.bg.orangebg{
	background:#ff8c19;
}
.facediscern{
	font-weight: normal;
	color: #0000FF;
	cursor: pointer;
}
#qrcode {
	width: 300px;
	height: 300px;
    text-align: center;
    margin: 50px auto 0; 
}