@charset "utf-8";

/** popBtn 是添加在html页面上按钮位置的 class **/

.popBtn{
	cursor: pointer;
}


/** 

不同专题请更换不同名字，并在相应html页面上修改对应位置id

 **/

#gaokao .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;

}
#gaokao .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 #343333 solid;
	background:url(https://www.igo.cn/zt/images/pop_bg.jpg) 0 -16px no-repeat;
	/*box-shadow: 0 0 18px rgba(0,0,0,.8)*/
}
#gaokao .applypop .pop-title{
	position: relative;
	width:100%;
	height:30px;
	padding: 13px 0;
	background-color: #343333;
}
#gaokao .applypop .pop-title span{
	margin-left: 20px;
	font-size: 24px;
	color:#fff;
	font-family: '微软雅黑';
}
#gaokao .applypop .closebtn{
	position: absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	cursor: pointer;
}
#gaokao .applypop .closebtn img{
	width:100%;
	height:100%;
}
#gaokao .clear{clear:both;}
#gaokao .applypop .formt{
	margin-left:330px;
	width:auto;
	color:#727171;
	font-size: 16px;
	font-family: "宋体";
	margin-top: 90px;
}
#gaokao .applypop .formt tr td{
  padding:10px;
}
#gaokao .applypop .formt input,.applypop .formt select{
	width:165px;
	height:30px;
	border:1px #d1d1d1 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:8px;
	font-size: 14px;
	background-color:#be9d2f;
	border:none;
	color:#fff;
	margin-left:30px;
	cursor: pointer;
}
#gaokao .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 #343333;
  background-color:#fff;
}
#gaokao .sucpop table{border:none;  border-spacing:0px;}
#gaokao .sucpop table tr td{padding:0 15px;}
#gaokao .sucpop .surebtn{
  width:115px;
  height:40px;
  background-color: #be9d2f;
  border:none;
  color:#fff;
  font-family: "微软雅黑";
  font-size: 14px;
}



