
/* 实名认证弹框 */

.id-mask{
	display: none;
	position:fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index:9999;
}
.id-authentication{
	display: none;
	position: fixed;
	width: 600px;
	height: 470px;
	overflow: hidden;
	background: #fff;
	z-index:99999;
	left:50%;
	top:40%;
	margin-left: -300px;
	margin-top: -225px;
	border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.id-title{
	height: 68px;
	line-height: 68px;
	text-align:center;
	color:#fff;
	background: #00b3fe;
	position: relative;
}
.id-title h1{
	font-weight: normal;
	font-size: 28px;
}
.id-title .id-close{
	position: absolute;
	right:8px;
	top:0;
	width: 68px;
	height: 68px;
	background: url('../images/id-close.png') no-repeat center;
	background-size: 24px;
	-webkit-background-size: 24px;
}
.id-msg{
	line-height: 31px;
	padding:15px 30px;
	font-size: 20px;
	color:#ff6000;
	background: #f7f7f7;
	font-size: 16px;
}
.id-authentication ul{
	padding:0 0.3px;
}
.id-authentication li{
	padding-top: 15px;
	border-bottom: 1px solid #d9d9d9;
	line-height: 64px;
	color:#333;
	overflow: hidden;
}
.id-authentication li label{
	float: left;
  	width: 140px;
  	text-align: right;
  	font-size: 16px;
  	font-weight: bold;
}
.id-authentication li input{
	overflow: hidden;
	display: block;
	border: none;
	height: 68px;
	background: none;
	width: 400px;
	font-size: 16px;
	color:#333;
	padding-left: 20px;
}
.id-authentication .id-form p{
	line-height: 54px;
	color:#999;
	text-align:center;
	font-size: 20px;
  margin-bottom: 30px;
  float: none;
}
.id-authentication .confirm a{
	display:block;
	width: 360px;
	line-height: 52px;
	text-align:center;
	color:#fff;
	background: #bdbdbd;
	margin: 0 auto;
	border-radius: 32px;
	-o-border-radius: 32px;
	-ms-border-radius: 32px;
	-moz-border-radius: 32px;
  	-webkit-border-radius: 32px;
  	font-size: 20px;
  	text-decoration: none;
}
.id-authentication .confirm .open{
	background: #00b3fe;
}
.id-authentication .confirm .open:hover {
	background: #00aafe;
}
.id-success{
	display:none;
	padding-top: 110px;
}
.id-success .pic{
	width: 1px;
	height: 1px;
	background: url('../images/id-success.png') no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	margin: 0 auto;
}
.id-success p{
	line-height: 100px;
	text-align:center;
	color:#333;
	font-size: 24px;
}
