.pop_style_common{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	display: none;
	-webkit-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.pop_style_common.active{
	display: block;
	-webkit-transform:scale(1);
	transform:scale(1);
}
.pop_mask{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.pop_form_box{
	position: absolute;
	left:50%;
	top: 50%;
	margin-left: -326px;
	margin-top: -260px;
	width: 652px;
	height: 520px;
	border: 2px solid #fe6043;
	background: #fff url(https://www.igo.cn/zt/images/pop_bg.jpg) no-repeat left bottom;
	overflow: hidden;
}
.test_form_box{
	position: absolute;
	left:50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -210px;
	width: 330px;
	height: 420px;
	border: 6px solid #fee2cd;
	background: #fff;
	overflow: hidden;
}
.pop_form_title{
	height: 56px;
	line-height: 56px;
}
.pop_form_title,.wram_title{
	position: relative;
	background-color: #fe6043;
	color: #fff;
}
.wram_title{
	height: 48px;
	line-height: 48px;
}
.test_tit{
	font-size: 20px;
    color: #1b1b1b;
    padding-top: 10px;
    text-align: center;
}
.pop_form_title p{
	padding-left: 8px;
	font-size: 24px;	
}
.wram_title p{
	padding-left: 10px;
	font-size: 16px;
}
.close_form_btn{
	position: absolute;
	right: 0;
	height: 30px;
	width: 40px;
	line-height: 30px;
	display: block;
	font-size: 34px;
	text-align: center;
	cursor: pointer;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	overflow: hidden;
}
.white_btn{
	top: 10px;
	color: #fff;
}
.black_btn{
	top: 0;
	color: #2d2d2d;
}
.close_form_btn:hover{
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
}
.yuyue_form{
	margin: 95px 0 0 349px;
}
.yuyue_f_item,.text_f_item{
	width: 100%;
	float: left;
	margin-bottom: 22px;
}
.yuyue_f_item span,.text_f_item span{
	float: left;
	width: 95px;
	padding-right: 10px;
	color: #727171;
	font-size: 16px;
	text-align: right;
}
.text_f_item span{
	padding-left: 18px;
}
.yuyue_form p{
	padding: 15px 33px 22px 0;
	text-align: right;
	font-size: 16px;
	color: #727171;	
}
.yuyue_val,.tf_val{
	width: 165px;
    height: 30px;
    border: 1px #d1d1d1 solid;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}
.yuyue_href{
	display: inline-block;
	width: 107px;
	height: 38px;
	line-height: 38px;
	background-color: #fe6043;
	color: #fff;
	text-align: center;
	margin: 0 20px 0 16px;
}
.test_href{
	display: inline-block;
	width: 180px;
	height: 44px;
	margin-left: 84px;
	margin-top: 8px;
	line-height: 44px;
	background-color: #ff2a00;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.yuyue_href:hover,.test_href:hover{
	opacity: 0.9;
	color: #fff;
}
.sucpop{
  position: fixed;
  display: none;
  left:50%;
  margin-left: -180px;
  top:50%;
  z-index: 9999999;
  margin-top:-75px;
  width:360px;
  height:155px;
  font-family: "微软雅黑";
  font-size: 14px;
  border:1px solid #fee2cd;
  background-color:#fff;
}
.newTd{background:#fee2cd;}
.sucpop table{border:none;  border-spacing:0px;}
.sucpop table tr td{padding:0 15px;}
.sucpop .surebtn{
  width:115px;
  height:40px;
  background:#fe6043;
  border:none;
  color:#fff;
  font-family: "微软雅黑";
  font-size: 14px;
}