
/* 实名认证弹框 */

.id-mask{
	display: none;
	position:fixed;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index:10001;
}
.id-authentication{
	display: none;
	position: fixed;
	width: 300px;
	height: 225px;
	min-width: 300px;
	max-width: 600px;
	min-height: 240px;
	max-height : 470px;
	overflow: hidden;
	background: #fff;
	z-index:99998;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius:8px;
	-o-border-radius:8px;
	-ms-border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	font-size: 12px;
}
.id-title{
	height: 2em;
	line-height: 2em;
	text-align:center;
	color:#fff;
	background: #00b3fe;
	position: relative;
}
.id-title h1{
	font-weight: normal;
	font-size: 1em;
}
.id-title .id-close{
	position: absolute;
	right:8px;
	top:0;
	width: 2em;
	height: 2em;
	background: url('/img/id-close.png') no-repeat center;
	background-size: 1em;
	-webkit-background-size: 1em;
}
.id-msg{
	line-height: 31px;
	padding:15px 30px;
	font-size:  16px;
	color:#ff6000;
	background: #f7f7f7;
}
.id-authentication ul{
	padding:0 1em;
}
.id-authentication li{
	height: 2em;
	line-height: 2em;
	padding-top: .5em;
	border-bottom: 1px solid #d9d9d9;
	color:#333;
	overflow: hidden;
	white-space: nowrap;
}
.id-authentication li label{
	display: inline-block;
	width: 20%;
	height: 2em;
  	text-align: right;
  	font-size: .5em;
  	font-weight: bold;
}
.id-authentication li div{
	display: inline-block;
	border: none;
	width: 75%;
	height: 2em;
	background: none;
	color:#333;
	margin-left: .5em;
}
.id-authentication li input {
	border: none;
	width: 100%;
	height: 2em;
	font-size: .5em;
	background: none;
}
.id-authentication .id-form p{
	line-height: 4.5em;
	color:#999;
	text-align:center;
	font-size: .6em;
  	margin-bottom: 1em;
  	float: none;
}
.id-authentication .confirm a{
	display:block;
	width: 60%;
	line-height: 3em;
	text-align:center;
	color:#fff;
	background: #bdbdbd;
	margin: 0 auto;
	border-radius: 1em;
	-o-border-radius: 1em;
	-ms-border-radius: 1em;
	-moz-border-radius: 1em;
  	-webkit-border-radius: 1em;
  	font-size: .6em;
  	text-decoration: none;
}
.id-authentication .confirm .open{
	background: #00b3fe;
}
.id-authentication .confirm .open:hover {
	background: #00aafe;
}
.id-success{
	display:none;
	padding-top: 3em;
}
.id-success .pic{
	width: 1px;
	height: 1px;
	background: url('/img/id-success.png') no-repeat;
	background-size: 100%;
	-webkit-background-size: 100%;
	margin: 0 auto;
}
.id-success p{
	line-height: 1em;
	text-align:center;
	color:#333;
	font-size: .7em;
}
