@charset "gb2312";
/* CSS Document */

/*浮窗*/
.shade {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	background: #000 \9;  /*IE6、7、8识别*/
	_background: none;/*IE6识别*/
	filter: alpha(opacity=50);/*IE透明度问题*/
	;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99990;
}
.fu_buy {
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -370px;
	width: 720px;
	padding: 10px 10px;
	background: #fff;
	z-index: 99999;
	border: 1px solid #888888;
}
.fu{

	_margin-top: 80px;
	_position: absolute;
	_bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop));
	_position:static
}
.fu .icon {
	display: inline-block;
	background-image: url('../images/icon.png');
	background-repeat: no-repeat;
}
.fu .icon-close {
	background-position: 0 -256px;
	height: 15px;
	width: 17px;
	float: right;
	margin-top: 5px;
	cursor: pointer;
}
.fu_title {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 10px;
}
.fu_title s {
	text-decoration: none;
	font: 16px "微软雅黑";
	color: #333333;
	font-weight: bold;
}
.fu_title em {
	font: 12p "宋体";
	color: #666666;
	font-style: normal;
	margin-left: 20px;
}
.fu_title em b {
	color: #5586dc;
	font-weight: normal;
}
.fu h4 {
	display: block;
	font: 14px "宋体";
	color: #666;
	padding: 40px 0;
	text-align: center;
}
.fu .arrow {
	background-position: 0 -957px;
	height: 21px;
	width: 21px;
}
.fu .selectControl em {
	font-style: normal;
}
.fu .icon-success-small {
	background-position: 0 -1035px;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	padding-right: 5px;
	margin-top: 15px;
}
.fu .icon-information-small {
	background-position: 0 -521px;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	padding-right: 5px;
}
.fu .icon-error-small {
	background-position: 0 -399px;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	padding-right: 5px;
}
.fu .information {
	font: 12px "宋体";
	color: #999999;
	margin-top: 15px;
}
.fu .error {
	font: 12px "宋体";
	color: #e4393c;
	margin-top: 15px;
}
.fu .star {
	color: #ff8432;
	font: 12px "宋体";
	font-style: normal;
	margin-top: 15px;
}
.fu .item-btn {
	font: 12px "宋体";
	color: #666666;
}
.fu_reg .item-btn a {
	color: #5586dc;
}
.fu .yanzheng {
	margin-top: 15px;
	font: 12px "宋体";
	color: #999999;
}
.fu .yanzheng img {
	border: 1px solid #dddddd;
	border-radius: 5px;
	vertical-align: middle;
	margin-right: 5px;
}
.fu_login .formima {
	color: #666666;
	margin-left: 90px;
}
.fu .notice {
	font: 12px "宋体";
	color: #aaaaaa;
	border-top: 1px solid #dcdcdc;
	padding-top: 10px;
	margin-top: 35px;
}
.fu_se form .horizontal label {
	min-width: 260px;
}
.fu .item-btn {
	width: 100%;
}
.fu_buy_table {
	width: 700px;
	margin: 15px 0 0 10px;
}
.fu_buy_table th {
	font: 14px "宋体";
	color: #666666;
	font-weight: bold;
	background: #f5f5f5;
	text-align:left;
}
.fu_buy_table td {
	font: 12px "宋体";
	color: #000;
	vertical-align: middle;
	text-align:left;
}
.fu_buy_table th, .fu_buy_table td {
	border: 1px solid #dddddd;
	padding: 7px 10px;
}
.fu_buy .fu_buy_table .checkbox {
	margin-left: 10px;
}
.fu_buy .fu_buy_table input {
	margin-left: 60px;
}
.fu_buy .fu_buy_table .ch {
	margin: 5px 0px 5px;
	display: block;

}
.fu_buy .fu_buy_table .ch input{
	position: relative;

	margin-left: 10px;
}
.fu_buy .tagch {
 +display: inline-block;
 +margin-left:-8px;
 +margin-right: 8px;
}
.fu .button-blue {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #46adf4, #0095db);
  border: 1px solid #0095db;
  color: #fff !important;
  display: inline-block;
  font-family: "SimSun";
  font-size: 14px;
  height: 28px;
  line-height: 35px;
  margin: 10px;
  text-align: center;
  text-decoration: blink;
  width: 148px;
  background-color: #0095db\9;
}