@charset "utf-8";
/* CSS Document */
map area{ outline:none;}
/** 弹框 **/

#holland-main .applypopbox{
  	display: none;
	position: fixed;
	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;
	width:100%;
	height:100%;
}
#holland-main .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 #383da5 solid;
	background:url(https://www.igo.cn/zt/images/pop_bg.jpg) 0 -16px no-repeat;
}
#holland-main .applypop .pop-title{
	position: relative;
	width:100%;
	height:30px;
	padding: 13px 0;
	background-color: #383da5;
}
#holland-main .applypop .pop-title span{
	margin-left: 20px;
	font-size: 24px;
	color:#fff;
	font-family: '微软雅黑';
}
#holland-main .applypop .closebtn{
	position: absolute;
	top:5px;
	right:5px;
	width:16px;
	height:16px;
	cursor: pointer;
}
#holland-main .applypop .closebtn img{
	width:100%;
	height:100%;
}
#holland-main .clear{clear:both;}
#holland-main .applypop .formt{
	margin-left:330px;
	width:auto;
	color:#2a6191;
	font-size: 16px;
	font-family: "微软雅黑";
	margin-top: 90px;
}
#holland-main .applypop .formt tr td{
  padding:10px;
}
#holland-main .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;
}
#holland-main .applypop .formt #subBtn,.applypop .formt .olcall{
	float:left;
	width:107px;
	height:38px;
	background-color:#de20a7;
	border:none;
	padding:0;
	color:#ffffff;
	margin-left:30px;
    font-size: 14px;
	font-family: "微软雅黑";
	cursor: pointer;
}
#holland-main .applypop .formt .olcall{
	height:28px;
	display: block;
	margin-left:15px;
	padding-top:9px;
	font-size: 14px;
}
#holland-main .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;
}
#holland-main .sucpop table{border:none;  border-spacing:0px;}
#holland-main .sucpop table tr td{padding:0 15px;}
#holland-main .sucpop .surebtn{
  width:115px;
  height:40px;
  background-color: #de20a7;
  border:none;
  color:#ffffff;
}
#holland-main .theBtn{
	width:140px;
	height:24px;
	padding:8px 0;
	text-align: center;
	background-color: #cf0000;
	cursor: pointer;
}
