.mall_header{
	font-size: 1.6rem;
	text-align: center;
}

.mall_header > nav{
	height: 45px;
	background-color: #fff;
	line-height: 45px;
	/*background-color: red;*/
}

.mall_header > nav > div{
	width:33.33%;
	display: block;
	float:left;
}

.mall_header > nav > div > a{
	color:#666;
	text-decoration: none;
	height: 100%;
	display: inline-block;
}

.mall_header > nav > div > a.current{
	color:#26aea4;
	border-bottom: 4px solid #26aea4;
}

.mall_body{
	background-color: #ededed;
	overflow:hidden;
	display: block;
	margin-top: 4px;
	padding-bottom: 1px;
}

.mall_body > a{
	float: left;
	width:33.33%;
	display: block;
	position:relative;
}

.mall_body > a > figure{
	background-color: #fff;
	text-align: center;
	margin:1px 1px 0px 0px ;
	padding-bottom: 10px;
}
.mall_body > a > figure > .jisufan{position:absolute;background:#CC0000;font-size:12px;width:35%;height:20px;line-height:20px;text-align:center;z-index:2;color:#fff;margin-left:65%;}
.mall_body > a > figure > img{
	width: 80px;
	height: 40px;
	margin:10px 0px 10px 0px;
}

.mall_body > a > figure > .our_site{
	color:#666666;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.mall_body > a > figure > .other_site{
	color:#999999;
	font-size: 1.1rem;
	line-height: 1.5rem;
}

.dark_orange{
	color:#ff4e49;

}
#pop_window{width:100%;height:100%;position:fixed;z-index:9999;top:0;left:0; background:#333;filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9;opacity: 0.9;display:none;}
#window_warp{width:250px;height:200px;position:absolute; top:100px;left:50%;margin-left:-140px; background:#fff;z-index:99999;border-radius:5px;border:5px solid #000;padding:10px;text-align:left;}
#window_warp .content{height:160px;font-size:14px;font-weight:bold;color:#000;line-height:30px;}
#window_warp .content span.tishi{color:#F30;}
#window_warp .content a {color: #FFF;background-color: #F60;padding: 2px 4px;margin: 0 4px;border: 1px solid #F30;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;font-size:12px;text-decoration:none;font-weight:normal;cursor: pointer;}
#window_warp .content a#kefu {color: #FFF;background: #2db8ad;padding: 5px;margin: 0 4px;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;font-size:12px;text-decoration:none;font-weight:normal;cursor: pointer;height:30px;line-height:30px;border:0;}
#window_warp .bottom a{height:40px;width:120px;line-height:40px;color:#fff;text-align:center;font-size:16px;background: #2db8ad;border-radius:5px;display:inline-block;vertical-align:top;}
#window_warp .bottom a#know{float:left;}
#window_warp .bottom a#close_pop{float:right;background:#ccc;color:#000;}