.container{
	width: 100%;
	min-width: 1000px;
	padding-top: 0.8rem;
}
.guide{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	background-color: #ffeb00;
	position: absolute;
	top: 0;
	z-index: 999;
}
.guide a{
	color: #23232b;
}
.logo{
	width: 0.7rem;
	vertical-align: middle;
}
.guide .content{
	width: 10rem;
	min-width: 1000px;
	margin: 0 auto;
	font-size: 0.16rem;
	position: relative;
}
.guide ul:after, .banner .content:after, .imgContainer div:after, .foot .top ul:after, .imgContainer ul:after{
	content: "";
	display: block;
	clear: both;
}
.guide ul{
	float: right;
	height: 0.3rem;
	line-height: 0.25rem;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.guide li{
	float: left;
	margin: 0 0.25rem;
	color: #23232b;
	cursor: pointer;
}
.guide li:hover{
	font-weight: bold;
	border-bottom: 2px solid #23232b;
}
.guide .act{
	border-bottom: 2px solid #23232b;
	font-weight: bold;
}
.report{
	position: relative;
}
.reportArea{
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 0.14rem;
	position: absolute;
	top: 0.4rem;
	left: -0.9rem;
	white-space: nowrap;
	line-height: 0.2rem;
	padding: 0.1rem;
	display: none;
}
.report:hover .reportArea{
	display: block;
}
.banner{
	width: 100%;
	background-color: #ffeb00;
}
.bannerImg{
	float: right;
	margin-top: 1rem;
	width: 3.35rem;
}
.codeArea{
	position: absolute;
	bottom: 1.5rem;
	left: 0;
}
.appDownload{
	float: left;
}
.appDownload div{
	display: block;
	width: 1.5rem;
	height: 0.45rem;
	background-color: #2A3137;
	font-size: 0.18rem;
	color: #fff;
	line-height: 0.45rem;
	text-indent: 0.66rem;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: 0.2rem auto;
	background-position: 0.3rem 0.1rem;
	cursor: pointer;
}
.android{
	background-image: url(../img/android_ico.png);
	margin-top: 0.06rem;
	margin-bottom: 0.2rem;
}
.ios{
	background-image: url(../img/iphone_ico.png);
}
.qmCode{
	width: 1.2rem;
	float: left;
	margin-right: 0.2rem;
}
.banner .content{
	background-color: #ffeb00;
	width: 10rem;
	min-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.imgContainer{
	width: 10rem;
	min-width: 1000px;
	margin: 0 auto;
}
.imgContainer ul{
	width: 8.4rem;
	margin: 0 auto;
	margin-top: 3rem;
}
.imgContainer img{
	width: 4.15rem;
	display: block;
}
.imgContainer .left{
	float: left;
	clear: both;
	margin-top: -2.5rem;
}
.imgContainer .right{
	float: right;
	clear: both;
	margin-top: -2.5rem;
}
.imgContainer .lp{
	text-align: left;
}
.imgContainer .rp{
	text-align: right;
}
.imgContainer .title{
	background-color: #ffeb00;
	font-size: 0.24rem;
	color: #504c23;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 20px;
	display: inline-block;
	padding: 0.05rem 0.15rem 0.05rem 0.15rem;
	font-weight: bold;
}
.imgContainer .tP{
	color: #a8a8ac;
	font-size: 0.2rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.foot{
	background-color: #ffeb00;
	color: #333333;
	font-size: 0.16rem;
}
.foot .top{
	text-align: center;
}
.foot .top li{
	float: left;
	padding: 0.25rem;
	cursor: pointer;
	position: relative;
}
.foot .top li:hover a{
	font-weight: bold;
	border-bottom: 2px solid #333333;
}
.foot .top li:hover div{
	display: block;
}
.foot .top li span{
	padding: 0.25rem;
}
.foot ul,.foot .top li span{
	display: inline-block;
}
.foot .top li div{
	display: none;
	background-color: #ffeb00;
	position: absolute;
	top: -0.85rem;
	left: 0;
	right: 0;
	border-radius: 10px;
	width: 1rem;
	margin: auto;
	padding-top: 0.08rem;
}
.foot .top li div img{
	width: 0.85rem;
	display: block;
	margin: 0 auto;
}
.foot .top li div .down{
	width: 0.2rem;
}
.foot .bottom{
	text-align: center;
	font-size: 0.14rem;
	line-height: 0.22rem;
}
.connectUs{
	background-color: #ffeb00;
	width: 10rem;
	min-width: 1000px;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: 0.8rem;
}
.info{
	padding-left: 0.2rem;
	padding-top: 0.5rem;
	float: left;
	color: #4A4A4A;
	line-height: 0.46rem;
	font-size: 0.16rem;
}
.moreInfo{
	font-size: 0.16rem;
	color: #919191;
	line-height: 0.36rem;
	width: 10rem;
	min-width: 1000px;
	margin: 0 auto;
	margin-top: 0.5rem;
}

.moreInfo .title{
	color: #3d3d44;
	background: #f9f9f9;
	text-indent: 0.2rem;
}
.moreInfo li{
	margin-bottom: 0.3rem;
}
