@charset "gb2312";

/** popBtn 是添加在html页面上按钮位置的 class **/

.popBtn{
	cursor: pointer;
}


/** 

不同专题请更换不同名字，并在相应html页面上修改对应位置id

 **/

.applypopbox{
  display: none;
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 997;
	overflow: hidden;
	background-color:#828282;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}
.applypop{
  display: none;
	position: fixed;
	width:652px;
	height:520px; 
	margin:0 auto;
	left:50%;
	margin-left: -328px;
	top:50%;
	z-index: 998;
	margin-top:-270px;
	border:2px #26c197 solid;
	background:url(https://www.igo.cn/zt/images/pop_bg.jpg) 0 -16px no-repeat;
}
.applypop .pop-title{
	position: relative;
	width:100%;
	height:30px;
	padding: 13px 0;
	background-color: #26c197;
}
.applypop .pop-title span{
	margin-left: 20px;
	font-size: 24px;
	color:#fff;
	font-family: '微软雅黑';
}
.applypop .closebtn{
	position: absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	cursor: pointer;
}
.applypop .closebtn img{
	width:100%;
	height:100%;
}
.clear{clear:both;}
.applypop .formt{
	margin-left:330px;
	width:auto;
	color:#727171;
	font-size: 16px;
	font-family: "宋体";
	margin-top: 90px;
}
.applypop .formt tr td{
  padding:10px;
}
.applypop .formt input,.applypop .formt select{
	width:165px;
	height:30px;
	border:1px #cccccc solid;
	background: none;
	font-size: 16px;
	line-height: 20px;
	*line-height: 30px;
}
.applypop .formt .olcall{
	float:left;
	display: block;
	width:107px;
	height:30px;
	margin-left:15px;
	padding-top:15px;
	font-size: 14px;
	background-color:#ede914;
	border:none;
	color:#472d1d;
	margin-left:30px;
	cursor: pointer;
}
.sucpop{
  position: fixed;
  display: none;
  left:50%;
  margin-left: -180px;
  top:50%;
  z-index: 999;
  margin-top:-75px;
  width:360px;
  height:155px;
  font-family: "微软雅黑";
  font-size: 14px;
  border:1px solid #cccccc;
  background-color:#fff;
}
.sucpop table{border:none;  border-spacing:0px;}
.sucpop table tr td{padding:0 15px;}
.sucpop .surebtn{
  width:115px;
  height:40px;
  background-color: #ede914;
  border:none;
  color:#472d1d;
  font-family: "微软雅黑";
  font-size: 14px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~评估入学几率弹出框~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
 .testpopdiv{
	display:none;
	position:fixed;
	left:50%;
	margin-left:-130px;
	margin-top: -130px;
	top:50%;
	width:260px;
	height:260px;
	border:6px #26c197 solid;	
	background-color:#fff;
	z-index:999999;	
}

 .testpopdiv .yyCon{
	position:relative;
	margin-top:10px;
	margin-left:20px;
	width:230px;
}
 .testpopdiv .yyCon span{
	display:inline;
	float:left;
	font-size:14px;
	color:#1b1b1b;
	line-height:32px;
	font-family: Microsoft YaHei;
}
 .testpopdiv .yyCon input,.yyCon select{
	display:inline;
	float:left;
	width:150px;
	height:25px;
	font-size:14px;
	color:#1b1b1b;
	line-height:17px;
	border:1px solid #1c2838;
	background-color:#ffffff;
	margin:3px 0;
}
 .testpopdiv .yyCon select{
	padding-top:0;
	height:25px;
	width:122px;
}
 .testpopdiv .theBtn{
	display:block;
	width:180px;
	margin-top:15px;	
}
 .testpopdiv .bt{position:relative;display:block;width:260px;font-size:20px; color:#1b1b1b; padding-top:10px; text-align:center;}
 .testpopdiv .bt .closeBtn{
	position: absolute;
	width:16px;
	height:16px;
	top:5px;
	right:5px;
	background: url(images/close-icon-2.png) 0 0 no-repeat;
	z-index: 999;
	cursor: pointer;
}

.theBtn{
	display: block;
	width:138px;
	height:43px;
	border:none;
	font-size:14px;
	color:#472d1d;
	font-family: '微软雅黑';
	background-color: #ede914;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 43px;
	text-align: center;
	margin-left:40px;
}
theBtn:hover{
	background-color: #840a17;
}
testpopdiv .theBtn{
	display:block;
	width:180px;
	margin-top:15px;	
}



