#mobileDetect {
	display: none;
	position: absolute;
	margin: 0 auto;
	padding: 5px 20px;
	background: #FFF;
	height: 60px;
	width: 930px;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 0 10px #999;
}
#mobileDetect .sleeve {
	position: relative;
}
#mobileDetect .btnClose {
	background: #a1010d;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 15px;
	right: -5px;
	color: #FFF;
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	line-height: 28px;
	cursor: pointer;
}
#mobileDetect .btnClose:hover, #mobileDetect .btnClose:active {
	background: #650109;
}
#mobileDetect .mobileLogo {
	background: url(../images/basic/ico_app.png) no-repeat;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	position: absolute;
	left: -5px;
	top: 5px;
}
#mobileDetect .msgText {
	float: left;
	margin-left: 60px;
	font-size: 16px;
	width: auto;
	width: 620px;
	padding: 5px 0;
	line-height: 24px;
}
#mobileDetect .msgText span {
	clear: both;
	font-weight: bold;
}
#mobileDetect .btnView {
	float: left;
	margin: 5px 0 0 20px;
}
#mobileDetect .btnView a {
	background: #153372 url('/images/basic/bg_small_banner.jpg') no-repeat right -7px;
	padding: 14px 44px 14px 14px;
	font: 1.5em/1.2em Georgia, "Times New Roman", Times, serif;
	color: #fff;
	display: block;
}
#androidStore {
	display: none;
}
#appleStore {
	display: none;
}

@media screen and (max-width: 970px) {
	#mobileDetect {
		position: relative;
		height: auto;
		width: 100%;
	}
	#mobileDetect .sleeve {
		padding-left: 55px;
		padding-right: 55px;
	}
	#mobileDetect .sleeve:after {
		content: "";
		width: 100%;
		clear: both;
		display: block;
	}
	#mobileDetect .msgText {
		margin: 0;
		width: 100%;
	}
	#mobileDetect .btnView {
		float: none;
		margin: 5px 0 0;
		clear: both;
		max-width: 200px;
	}
}
@media screen and (max-width: 480px) {
	#mobileDetect .btnView {
		max-width: 100%;
	}
}