.comm{
	background: url(../images/comm.png);
	display: inline-block;
}
/*****弹窗提示下载浏览器*****/
.browser-popbox{
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
}
.browser-popbg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.5;
	filter:Alpha(opacity=50);
	left: 0;
	top: 0
}
.browser-popmain{
	position: absolute;
	z-index: 1;
	width: 100%
}
.browser-view{
	width: 665px;
	height: 411px;
	margin: 10% auto 0;
	background: #fff;
}
.browser-view-tell{
	text-align: center;
}
.browser-view-tell h2{
	font-size: 24px;
	margin-bottom: 20px;
}
.browser-view-ts{
	margin-top: 6px;
	color: #535353
}
.bview-icon{
	width: 19px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/warning.png);
	margin-right: 8px;
}
.browser-view-down{
	padding-left: 32px;
	margin-top: 40px;
	line-height: 45px;
	font-size: 14px;
}
.browser-view-down li{
	text-align: center;
	width: 145px;
	margin-right: 66px;
}
.browser-view-down li a:hover{
	color: #eb8a00;
	text-decoration: none;
}
.downtx{
	color: #1686cc
}
.browser-view-down li a:hover .downtx{
	color: #eb8a00;
}
.browser-close{
	margin-right: 20px;
}


/*****登录弹出窗口css*****/
.pop-login{
	width: 450px;
	position: fixed;
	top:50px;
	display: none;
}
.pop-login-title{
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 52px;
	background: #f5ae1e;
	line-height: 52px;
	padding-left: 53px;
	color: #fff;
	font-size: 20px;
}
.icon-close{
	background: url(../images/comm.png);
	position: absolute;
    height: 41px;
    width: 41px;
    background-position: -21px -1px;
    right: -17px;
    top: -13px;
    cursor: pointer;
}
.pop-login-main{
	background: #fff;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom: 30px;
}
.pop-login-from{
	width: 360px;
	padding-top: 40px;
	margin-left: 45px;
}
.pop-lf-name{
	width: 60px;
	text-align: right;
	font-size: 14px;
	color: #626262;
	line-height: 34px;
}
.lg-ipt{
	display: block;
    border: 1px solid #dadada;
    height: 16px;
    line-height: 16px;
    padding: 8px 10px;
    width: 278px;
    border-radius: 5px
}
.pop-login-li{
	margin-bottom: 15px;
}
.pop-lg-ts{
	margin-top: 8px;
}
.pop-lgts-show{
	color: #ff0000
}
.pop-login-btnbox{
	text-align: center;
	margin-top: 20px;
	padding-left: 60px;
}
.pop-login-btn{
	width: 300px;
    height: 40px;
    border: 1px solid #f7a500;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    background: #f5ae1e;
}
.pop-login-btn:hover{
	background: #f5be1e;
}
.pop-zhuc{
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	padding-left: 60px;
}
.pop-zhuc a{
	color: #000;
}