/*二次确认弹框-中间*/
.fatherflex{
	/*border-bottom:0;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.childflex{
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.bluetext{
	color: #0085d0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix:after{
	display: block;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: "";
}
.clearfix{
	zoom: 1;
}



.compop{
	display:none;
}
.compop .pop-box{
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 280px;
	height: auto;
	z-index: 2000;
	color: #333;
	background: #fff;
	opacity: 1;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	font-size:1.4rem;
	width: 80vw;
	border-radius: 20px;
}
.compop .pop-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1100;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background: #000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.compop .pop_con {
	position:relative;
	border-radius: 20px;
	padding: 0;
	background-color: #fff;
	overflow: hidden;
}
.compop .pop_con h3 {
	position: relative;
	color: #333;
	font-size: 18px;
	text-align: center;
	padding: 16px 0;
	font-weight: 800;
}
.compop .pop_con .close{
	position:absolute;
	top:5px;
	right:5px;
	font-size:2.6rem;
	color:#999;
}
.compop .iden-box {
	padding: 0 20px 20px;
}
.compop .iden-box .ywxq{
	margin-bottom: 10px;
}
.compop .iden-box .ywxq p{
	line-height: 20px;
	color: #666;
	font-size: 14px;
	text-align: left;
	position: relative;
	margin-bottom: 4px;
}
.compop .iden-box .ywxq p .bluetext{
	color:#0085d0;
}
.compop .iden-box .ywxq p .color333{
	color: #333;
	position: relative;
}
.compop .iden-box .iden-code-box{
	border: 1px solid #f3f3f3;
	width: 100%;
	border-radius: 20px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #1a1a1a;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
}
.compop .iden-box .iden-code-box input{
	background: #fff;
	width: 60%;
	line-height: 38px;
	font-family: '微软雅黑';
	font-size:14px;
}
.compop .iden-box .iden-code-box .get-code{
	color:#0085d0;
	width: 40%;
	text-align: right;
	white-space: nowrap;
}
.compop .iden-box .error-tip{
	display: inline-block;
	font-size: 12px;
	color: #ff4800;
	margin: 4px 0 0;
}
.compop .iden-box .agreebl{
	display: block;
	padding-left: 20px;
	background: url('../images/wz.png') no-repeat left center;
	background-size:12px 12px;
	font-size: 12px;
	margin-top: 10px;
	color:#666;
}
.compop .iden-box .agreebl.on{
	background: url('../images/yz.png') no-repeat left center;
	background-size:12px 12px;
}
.compop .iden-box .agreebl .xy{
	display: inline;
}
.compop .pop-btn-box{
	padding: 0 20px;
}
.compop .iden-box .ywxq .warning{
	font-size: 12px;
	line-height: 18px;
	color: #666;
	background-color: #f3f3f3;
	padding: 10px;
	border-radius: 5px;
	margin: 10px auto;
	max-height: 70px;
	overflow: auto;
}
.compop .clo-btn {
	display: block;
	margin: 0 auto 20px;
	width: 46vw;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(to bottom, #5e98f7, #0085d0);
	background: -webkit-linear-gradient(to bottom, #5e98f7, #0085d0);
	background: -o-linear-gradient(to bottom, #5e98f7, #0085d0);
	background: -ms-linear-gradient(to bottom, #5e98f7, #0085d0);
	background: linear-gradient(to bottom, #5e98f7, #0085d0);
	border-radius: 40px;
	font-size: 16px;
}
.compop .clo-btn.qx-btn{
	background-color: #cccccc;
	background: -moz-linear-gradient(to bottom, #cccccc, #cccccc);
	background: -webkit-linear-gradient(to bottom,  #cccccc, #cccccc);
	background: -o-linear-gradient(to bottom,  #cccccc, #cccccc);
	background: -ms-linear-gradient(to bottom,  #cccccc, #cccccc);
	background: linear-gradient(to bottom,  #cccccc, #cccccc);
	color: #fff;
	margin-right: 10px;
}
/*成功失败弹框*/
.compop .result-con {
	padding-top: 30px;
	padding-bottom: 25px;
}
.compop .result-con .pic {
	text-align: center;
}
.compop .result-con .pic img {
	width: 54px;
}
.compop .result-con .text {
	margin-top: 20px;
	text-align: center;
}
.compop .result-con .text h5 {
	font-size: 16px;
	margin-bottom: 5px;
}
.result-con .text p {
	font-size: 12px;
	color: #999;
	padding: 0 20px;
	line-height: 18px;
}