* {
	padding: 0;
	margin: 0;
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background-size: 100% 100%;
	box-sizing: border-box;
	background-color: #000;
	padding-bottom: 2rem;
}

.kefu {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 50;
}

.kefu img {
	width: 1rem;
}
.only{
	position: relative;
}
.batn{
	width: 50%;
	position: absolute;
	left: 50%;
	bottom: 1.6rem;
	transform: translateX(-50%);
	animation: ifs .8s infinite;
}
@keyframes ifs{
	0%{
		transform: translateX(-50%) scale(1);
	}
	50%{
		transform: translateX(-50%) scale(.8);
	}
	100%{
		transform: translateX(-50%) scale(1);
	}
}
.banner {
	width: 100%;
}

.swiper {
	width: 100%;
}

.swiper-wrapper img {
	width: 100%;
}

.cesu {
	width: 100%;
	padding: 0 .25rem;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #1b1612;

}

.pitong {
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}

.sj {
	padding: .25rem 0px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;


}
.sj img{
	width: 60%;
}
.jiao {
	cursor: pointer;
}

.cesu li {
	overflow: hidden;
	padding-bottom: .2rem;
	position: relative;
}

.wangzi {
	color: #131313;
	font-size: .22rem;
	height: .6rem;
	line-height: .6rem;
	margin-left: -4px;
	float: left;
	background: #fff;
	padding-left: 1.48rem;

	border-radius: 5px;
	border: 2px solid #b36b2f;
	width: 2.6rem;
}

.wangzi em {
	font-size: .22rem;
	color: #ff0000;
}

.shijian {
	position: absolute;
	font-size: .22rem;
	width: 1.08rem;
	height: .6rem;
	line-height: .6rem;
	color: #3d3d3d;
	text-align: center;
	background: #d6d6d6;
	border-radius: 2px;
	top: 2px;
	left: 1.08rem;
}

.jizhan {
	float: left;
	width: 1.08rem;
	height: .6rem;
	line-height: .6rem;
	background: #3c2a1c;
	border: 2px solid #6c3306;
	border-radius: 5px;
	text-align: center;
	color: #fff;

	font-size: .22rem;
}

.open {
	display: block;
	color: #523217;
	font-size: .22rem;
	font-weight: bold;
	border: 2px solid #1b1612;
	float: right;
	text-align: center;
	border-radius: 5px;
	width: 1.6rem;
	height: .6rem;
	background: url(../img/opbg.png) no-repeat center top;
	line-height: .6rem;
}
.foot{
	position:fixed;
	bottom: 0;
	width:100%;
	max-width: 750px;
	padding: .25rem;
	box-sizing: border-box;
	z-index: 999;
	background:#392716;
	display: flex;
	align-items: center;
}

.ftic{
	width: 1.2rem;
	height: 1.2rem;
}
.ftic img{
	width: 100%;
	height: 100%;
}
.fiw{
	width: 4rem;
	height: 1.2rem;
	margin-left: .15rem;
}
.fiw img{
	width: 100%;
	height: 100%;
}
.downn{
	width: 1.3rem;
	margin-left: .3rem;
}
.downn img{
	width: 100%;
}
.kf{
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 9999;
}
.kf img{
	width: 1.5rem;
}