.pop_style_common{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	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 #5C4E09;
	background: #fff url(https://www.igo.cn/zt/images/pop_bg.jpg) no-repeat left bottom;
}
.test_form_box{
	position: absolute;
	left:50%;
	top: 50%;
	margin-left: -175px;
	margin-top: -175px;
	width: 330px;
	height: 330px;
	border: 6px solid #5C4E09;
	background: #fff;
}
.pop_form_title{
	height: 56px;
	line-height: 56px;
}
.pop_form_title,.wram_title{
	position: relative;
	background-color: #5C4E09;
	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;
}
.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;
}
.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: #8D803E;
	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: #8D803E;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.yuyue_href:hover,.test_href:hover{
	opacity: 0.9;
	color: #fff;
}
.wram_notice_box{
	position: fixed;
    display: none;
    left: 50%;
    margin-left: -180px;
    top: 50%;
    z-index: 99999;
    margin-top: -75px;
    width: 360px;
    height: 155px;
    font-family: "微软雅黑";
    font-size: 14px;
    border: 1px solid #0B1137;
    background-color: #fff;
}
.warm_info{
	padding-top :15px;
	text-align: center;
}
.wram_txt{
	padding-bottom: 20px;
}