* {
	margin: 0;
	padding: 0;
}
a {
	color: #fff;
	text-decoration: none
}
body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #ffd195;
	overflow-x: hidden;
	max-width: 750px;
	margin: 0 auto;
	background-color: #002B06;
	padding-bottom:80px;
}
ul li {
	list-style: none
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
*+height:1%;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*+html .clearfix {
	zoom: 1;
} /* IE7 */
.fL {
	float: left !important;
}
.fR {
	float: right !important;
}
img {
	vertical-align: top;
	width: 100%;
}
.down {
	width: 7.0rem;
	position: absolute;
	bottom: 0.1rem;
	left: 50%;
	transform: translateX(-50%);
}
.down .iosBtn {
	display: none;
}

.btmDown {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
}
.btmDown .downImg {
	width: 2.4rem;
	position: absolute;
	top: 0.15rem;
	right: 0.2rem;
}

.top {
	position: relative;
}
.top>img {
	display: block;
}

.inner {
	padding: 0.5rem 0.5rem 0;
}
.inner .ttl {
	width: 6rem;
	margin-bottom: 0.3rem;
	overflow: hidden;
	zoom: 1;
}
.inner ul {
	margin: 0 0 0 0.1rem;
}
.inner ul li {
	margin-bottom: 0.32rem;
	overflow: hidden;
	zoom: 1;
}
.inner ul li p {
	width: 6.25rem;
	padding: 0.1rem;
	float: left;
	background: url(../images/text_bg.png) no-repeat center top;
	background-size: 100% 100%;
	overflow: hidden;
	zoom: 1;
}
.inner ul li a {
	cursor: pointer;
	width: 2.35rem;
	float: right;
	display: block;
}
.inner ul li .txt {
	float: left;
	display: block;
	font-size: 0.4rem;
	height: 0.7rem;
	color:#fff;
	line-height:  0.7rem;
	margin: 0 0.1rem 0 0.15rem;
}
.inner ul li .url {
	float: left;
	font-size: 0.35rem;
	height: 0.7rem;
	line-height:  0.7rem;
	width: 4.35rem;
	font-style: normal;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fff;
	color: #000;
	border-radius: 4px;
}
.photo {
	margin: 0 0.2rem;
}
.kf {
	  position: fixed;
    right: 2px;
    top: 45%;
    display: block;
    cursor: pointer;
	width: 2rem;
}
.kf img {
	max-width:100%;
}
.jcBox {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
}
.jcBtn {
	margin: 0.1rem 2rem 13rem;
}
.iosBox {
	background: #002B06 url(../images/bg01.jpg) no-repeat center 1.6rem;
	background-size: 100% auto;

}
.iosBox .btn {
	width: 6.4rem;
	margin: 0 auto;
}
@media all and (min-width: 767px) {
	body {
		padding-bottom:160px;
	}
.btmDown {
	max-width: 750px;
	margin: 0 auto;	
	left: 50%;
	margin-left: -375px;
}
.inner {
	display: none;
}
}



