/* CSS Document */
.layer_box {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2000000000;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.clear {
	clear: both;
}
.hy_common {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.hy_box {
	display: none;
	width: 260px;
	height: auto;/*190px*/
	/*padding: 5px 4px 5px 5px;*/
	position: fixed;
	/*background-image: url(bg_info.jpg);*/
	z-index: 2200000000;
	border-radius: 4px;
	overflow: hidden;
}
.hy_body {
	width: 100%;
	height: 100%;
	background-color: #fff;
}
.hy_header {
	padding: 7px 7px;
	text-align: right;
	/*background-color:#54a1e5;*/
	background-color: #f0f4f7; /*new add*/
}
.hy_header .hy_icon_smile{
	display:none;
	width:27px;
	height:27px;
	float:left;
	/*background-image: url(smile.jpg);*/
}
.hy_header .hy_icon_email{
	display:block;
	width:45px;
	height:30px;
	float:left;
	/*background-image: url(message.png);*/
	margin:5px 0px 0px 5px;
}
.hy_header .hy_tip{
	/*color:#fff;*/
	font-size:12px; /*new add*/
	color:#666; /*new add*/
	float:left;
	margin:4px 0px 0px 10px;

}
.hy_header .hy_tip_email{
	color:#fff;
	float:left;
	margin:7px 0px 0px 10px;
}
.hy_header .iclose {
	display: block;
	width: 12px;
	height: 12px;
	/*background-image: url(close_btn.jpg);
	background-image: url(close.png);*/
	float: right;
	cursor: pointer;
}
.hy_header .iclose:hover {
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.hy_content {
	height: auto;/*80px*/
}
.hy_info {
	width: 100%;
	text-align:center;
	color: #666;
}
.hy_info_detail {
	/*font-size: 0.9em;
	font-size:14px;*/
	font-size:1em;
	line-height: 22px;
	letter-spacing:1px;
	padding:35px 15px 35px 15px;
	/*word-break: break-all;
	word-wrap: break-word;*/
}
.hy_info_detail a{
	color:#1e9ffa;
}
.hy_info_detail a:hover{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	text-decoration:underline;
}
.hy_footer {
	width:100%;
	height:36px;
	text-align: center;
	border-top:1px solid #e2e2e2;
	/*background: #f8f8f8 url(wave.png) no-repeat;
	background-size:100% 12px;*/
}
.hy_footer tr td.li_line{
	width:50%;
	position: relative;
}
.hy_footer tr td.li_line span{
	display: block;
	position: absolute;
	height: 22px;
	border-left: 1px solid #e2e2e2;
	left: 0;
	top: 7px;
}
.hy_footer .hy_btn {
	width: 100%;
	height: 36px;
	/*color: #1e9ffa;
	background: url(btn_bg.png) repeat-x;
	border: 1px solid #1e9ffa;*/
	font-size:1em;
	border:none;
	outline:none;
	border-radius: 3px;
	cursor: pointer;
}
.hy_footer .hy_btn:first-child{
	margin-left: 0;
}
.hy_btn:active {
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.hy_btn_blue{
	color:#3887fe;
	/*background-color:#4599e2;*/
	background-color: #fff; /*new add*/
}
.hy_btn_gray{
	/*color:#444;
	background-color:#e5e3e4;*/
	color:#666;
	background-color: #fff; /*new add*/
}