/* CSS Document */
/*base style start*/
.hide {
	display: none;
}
.publicPop {
	display: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	z-index: 9999;
	background: url("../images/pop/filter.png");
}
.publicPop .popContainer {
	position: absolute;
	width: 480px;
	left: 50%;
	top: 45%;
	min-height: 80px;
	background: #fff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	/*overflow: hidden;*/
}
.publicPop .popContainer .pop-cls {
	width: 17px;
	height: 17px;
	background: url("../images/pop/cls-btn.png") no-repeat center;
	background-size: auto;
	position: absolute;
	z-index: 10;
	top: 20px;
	right: 20px;
	transition: linear 0.3s;
	-webkit-transition: linear 0.3s;
	-moz-transition: linear 0.3s;
}
.publicPop .popContainer .pop-cls:hover {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}
.publicPop .btnGroup {
	text-align: center;
	padding: 30px 0;
}
.publicPop .btnItem {
	display: inline-block;
	width: 150px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	font-size: 14px;
	color: #fff;
	margin: 0 20px;
}
.publicPop .btnItem:hover {
	opacity: 0.8;
}
.publicPop .btnItemSure {
	background: #248ef9;
}
.publicPop .disabled,
.publicPop .btnItemCancel {
	background: #8997ab;
}
/*base style end*/

/*预报名弹出层*/
.er-pop .popHeader {
	height: 122px;
	background: url("../images/pop/head-bg.png") no-repeat center top;
	line-height: 100px;
	color: #fff;
	font-size: 24px;
	margin: 0 0 28px 0;
}
.er-pop .er-content li {
	margin: 0 0 20px 0;
	min-height: 44px;
}
.er-pop .er-content li:hover {
  z-index: 10;
}
.er-pop .er-content li .key-ele {
	width: 100px;
	text-align: right;
	margin: 0 16px 0 0;
	font-size: 15px;
	color: #8997ab;
	line-height: 44px;
}
.er-pop .er-content li .val-ele {
	background: #f8fafc;
	border: solid 1px #e6eaf3;
	height: 42px;
	line-height: 42px;
	width: 330px;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 14px;
	color: #333;
}
.er-pop .er-content li .val-ele-sm {
	width: 148px;
	overflow: hidden;
}
.er-pop .er-content li .val-ele:hover {
	z-index: 1;
}
.er-pop .er-content li .val-ele p,
.er-pop .er-content li .val-ele input {
	padding: 0 12px;
}
.er-pop .er-content li .val-ele input {
	font-size: 14px;
	color: #333;
	background: none;
}
.er-pop .er-content li .val-ele .arrow {
	background: url("../images/pop/slide-arrow.png") no-repeat 96% center;
}
.er-pop .er-content li .num-icon {
	height: 44px;
	overflow: hidden;
	line-height: 44px;
	margin: 0 20px;
}
.er-pop .er-content li .ref-btn {
	line-height: 44px;
	font-size: 14px;
	color: #344665;
}
.er-pop .er-content li .val-ele .arrow-active {
	background: url("../images/pop/slide-arrow-ac.png") no-repeat 96% center;
}
.er-pop .er-content .slide-box {
	display: none;
	position: absolute;
	left: -1px;
	width: 100%;
	top: 43px;
	border: solid 1px #afc0de;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #fff;
	max-height: 160px;
	overflow: auto;
}
.er-pop .er-content .slide-box .slide-item {
	line-height: 40px;
	font-size: 14px;
	color: #333;
	padding: 0 12px;
}
.er-pop .er-content .slide-box .slide-item:hover {
	background: #e4effa;
	cursor: pointer;
}
.er-pop .er-content .btnItem {
	margin: 0 0 22px 0;
	width: 328px;
	height: 54px;
	line-height: 54px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size: 18px;
}
.er-pop .er-content .bt-inf {
	font-size: 14px;
	color: #344665;
	padding: 20px 0;
	border-top: solid 1px #e4e9f2;
}
.er-pop .er-content .succ-text {
	font-size: 25px;
	color: #48525c;
	padding: 24px 0 0 0;
}
.er-pop .er-content .er-inf {
	padding: 30px 10px 20px 10px;
	line-height: 28px;
	font-size: 16px;
	color: #8997ab;
	text-align: center;
}

.publicPop  .formAlert {
	background: url(../images/pop/alertTextBg.png) no-repeat left center;
	padding: 0 0 0 20px;
	line-height: 20px;
	left: 116px;
	top: 100%;
	color: #FF2F08;
	width: 305px;
}

