/*
 *@Description:browser upgrade
 *@Author:wanemie 2012.8.28
 *@Date:2016/12/9
 */
/* browser upgrade */

.upgrade-wrap{
	background:#f5f6b4;
	border-bottom:1px solid #ccc;
	padding:10px 0;
	font-size:14px;
	font-family:'microsoft yahei';
	display:none;
}
.upgrade-tip{
	width:1190px;
	margin:0 auto;
	position:relative;
}
.upgrade-tip dt{
	width:495px;
	padding-top:10px;
	float:left;
}
.upgrade-tip dd{
	overflow:hidden;
}
.upgrade-tip li{
	width:100px;
	text-align:center;
	float:left;
}
.upgrade-tip i{
	width:36px;
	height:36px;
	display:inline-block;
	background:url("/images/common/browser_logo.png") no-repeat;
	margin:0 0 7px 6px;
}
.upgrade-tip .chrome-logo{
	background-position:0 0;
}
.upgrade-tip .firefox-logo{
	background-position:-107px 0;
}
.upgrade-tip .ie-logo{
	background-position:-37px 0;
}
.upgrade-tip .logo-360{
	background-position:-72px 0;
}
.upgrade-tip .icon-close{
	position:absolute;
	right:0;
	top:20px;
}