@charset "gb2312";

/** popBtn 是添加在html页面上按钮位置的 class **/

.popBtn{
	cursor: pointer;
}


/** 

#holland-main 是为每个专题添加的外套层；
不同专题请更换不同名字，并在相应html页面上修改对应位置id

 **/

#cost_effective .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;

}
#cost_effective .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 #ffd509 solid;
	background:url(https://www.igo.cn/zt/images/pop_bg.jpg) 0 -15px no-repeat;
}
#cost_effective .applypop .pop-title{
	position: relative;
	width:100%;
	height:30px;
	padding: 13px 0;
	background-color: #ffd509;
}
#cost_effective .applypop .pop-title span{
	margin-left: 20px;
	font-size: 24px;
}
#cost_effective .applypop .closebtn{
	position: absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	background-size: 100% 100%;
	cursor: pointer;
}
#cost_effective .clear{clear:both;}
#cost_effective .applypop .formt{
	margin-left:330px;
	width:auto;
	color:#727171;
	font-size: 16px;
	font-family: "宋体";
	margin-top: 90px;
}
#cost_effective .applypop .formt tr td{
  padding:10px;
}
#cost_effective .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;
}
#cost_effective .applypop .formt #subBtn,#cost_effective .applypop .formt .olcall{
	float:left;
	width:107px;
	height:38px;
	background-color:#960808;
	border:none;
	padding:0;
	color:#fff;
	line-height: 38px;
	margin-left:30px;
	cursor: pointer;
}
#cost_effective .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 #d1d1d1;
  background-color:#fff;
}
#cost_effective .sucpop table{border:none;  border-spacing:0px;}
#cost_effective .sucpop table tr td{padding:0 15px;}
#cost_effective .sucpop .surebtn{
  width:115px;
  height:40px;
  background-color: #960808;
  border:none;
  color:#fff;
}



