@charset 'utf-8';

ul,
li,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

li img,
dt img,
dd img {
	vertical-align: top;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

a {
	cursor: pointer;
	outline: none;
}

* {
	box-sizing: border-box;
	text-decoration: none;

}

.wrapper,
.head_nav,
.foot_nav,
.function,
.body {
	max-width: 640PX;
}

body {
	height: 100%;
	max-width: 640PX;
	margin: 0 auto;
	position: relative;
	font-size: 12px;
}

html {
	background-color: #aa2332;
	font-size: 32px;
}
@media screen and (min-width:360px) {	
	html {
		font-size: 36px;
	}
}
@media screen and (min-width:375px) {	
	html {
		font-size: 37.52px;
	}
}
@media screen and (min-width:390.4px) {	
	html {
		font-size: 39.04px;
	}
}
@media screen and (min-width:412px) {	
	html {
		font-size: 41.2px;
	}
}
@media screen and (min-width:430px) {	
	html {
		font-size: 43.04px;
	}
}
@media screen and (min-width:751px) {	
	html {
		font-size: 54px;
	}
}

:root {
	--app-height: 100%;
}

html,
body {
	padding: 0;
	margin: 0;
	width: 100vw;
	height: var(--app-height);
}


body {
	padding: 0;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-variant: tabular-nums;
	background: #aa2332 url("../images/bg.jpg") top center no-repeat;
}


.container {
	margin-left: auto;
	margin-right: auto;
}

.flex_center {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.wrapper {
	overflow: hidden;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

.head_nav {
	background: #88091a;
	width: 100%;
	box-sizing: border-box;
	margin: auto; 
	text-align: center;
	padding: .14rem 0 .1rem;
	position: fixed;
	top: 0;
	z-index: 999;
} 
.head_nav a .logo {
	width: 100%;
	margin: auto;
	vertical-align: middle;
}

.logo img {
	width: 3.8rem;
}
 


.foot_nav {
	background: #88091a;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: space-around;
	text-align: center;
	padding: .14rem 0 .1rem;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
.foot_nav a img {
    height: 0.6rem;
}
.foot_nav a p {
	color: #fff;
}
.foot_nav a.active p {
	color: #fff000;
}

.zright {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 80%;
	margin: 1.5rem auto auto auto;
	padding-top: 0.5rem;
}

.swiper {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;

}

.zright img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: absolute; 	 
}

.zleft {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
    margin-bottom: 1.8rem;
}

.function {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 40%;
}

.menu {
	position: relative;
}

.menu>li .jsBox {
	width: 92%;
	position: absolute;
	left: 4%;
	top: 0;
	display: none;
	box-sizing: border-box;
	border: 1px solid #fff000;
	background: #91081a;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	z-index: 99;
    border-radius: 10px;
}

.menu>li.on .jsBox {
	display: block;
}

.menu>li.on .jsBox p {
	color: #fff;
	font-size: .32rem;
	margin: 0.4rem 0 .3rem;
	text-align: center;
}

.menu>li.on .jsBox .txtapp {
	background: #b32636;
	color: #fff000;
	padding: .12rem .4rem;
	border-radius: 2rem;
	font-size: .32rem;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 87%;
}


.li01 .jsBox ul {
	padding: 0.4rem 0.4rem .1rem;
	box-sizing: border-box;
}

.li01 .jsBox li {
	margin-bottom: 0.25rem;
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.li01 .jsBox li span {
	display: block;
	float: left;
	color: #fff;
	font-size: 0.28rem;
	font-weight: 400;
	line-height: 0.7rem;
	text-align: center;
	background: #aa2332;
	box-sizing: border-box;
    border-radius: 5px;
}

.li01 .jsBox li .ms {
	padding: 0 .2rem;
	width: 1.5rem;
    border-radius: 5px;
}

.li01 .jsBox li img {
	margin: 0.25rem 0.06rem 0.25rem 0;
	width: 0.4rem;
	display: block;
	float: left;
}

.li01 .jsBox li .url {
	width: 3.8rem;
}

.li01 .jsBox li a {
	width: 1.8rem;
	display: block;
	float: right;
	color: #88091a;
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.7rem;
	text-align: center;
	background: #fff000;
	box-sizing: border-box;
	padding: 0 .1rem;
    border-radius: 5px;
}

.li01 .jsBox .arrow {
    width: 0.8rem;
    position: absolute;
    left: 8%;
    bottom: -0.22rem;
}


@media screen and (min-width:751px) {
	body {
		background-size: 100% auto;
	}

	.menu>li .jsBox {
		width: 84%;
		left: 8%;
	}

	.li01 .jsBox li .url {
		width: 4.4rem;
	}

}