body {
	background: #f5f5f5;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	color: inherit;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #aaa;
}

input,
textarea,
button {
	font-size: inherit;
	resize: none;
}

a:hover {
	text-decoration: none;
}

.layout {
	width: 7.5rem;
	min-height: 100vh;
	font-size: 0.28rem;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/BG.png) top center no-repeat;
	background-size: 100% 100%;
}

.none {
	display: none;
}

.header {
	display: flex;
	padding: 0.48rem 0.6rem 0 0.8rem;
}

.logo {
	flex: 1;
}

.logo img {
	width: 1.92rem;
	height: 1.92rem;
}

.xiazai {}

.xiazai img {
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.3rem 
}


.xianlu {}

.xianlu ul {}

.xianlu ul li {
	margin-top: 0.16rem;
	padding: 0 0.7rem;
}

.xianlu ul li a.xianlu_item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 1rem;
}

.cs {
	display: none;
}

.down {
	width: 7.5rem;
	height: 3.2rem;
	box-sizing: border-box;
	margin-top: 0.36rem;
	background: url(../images/box2.png) center no-repeat;
	background-size: 90% 100%;
}

.down ul {
	display: flex;
	padding: 1.36rem 0.88rem 0 0.88rem;
}

.down ul li {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 1.28rem;
	margin: 0 0.12rem;
	background: url(../images/red.png) no-repeat;
	background-size: 100% 100%;
}

.down ul li a {
	color: #fff;
	display: flex;
	align-items: center;
}

.down ul li a div {
	flex: 1;
	padding-right: 0.16rem;
}

.down ul li a img {
	width: 0.56rem;
	height: 0.56rem;
}

.down ul li {}

.down ul li a h3 {
	font-size: 0.32rem;
	font-weight: bold;
}

.down ul li a h3 span {
	display: block;
	font-size: 0.24rem;
	font-weight: normal;
}

.tabbox {
	width: 7.5rem;
	height: 6.1rem;
	margin: 0.36rem 0;
	box-sizing: border-box;
	padding: 0.4rem 0.8rem 0 0.8rem;
	background: url(../images/box3.png) center no-repeat;
	background-size: 90% 100%;
}

.tabbox .tabhd {}

.tabbox .tabhd ul {
	display: flex;
	font-size: 0.26rem;
	line-height: 1.2;
}

.tabbox .tabhd ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.38rem;
	height: 1.05rem;
	margin: 0 0.12rem;
	color: #d0c9ba;
	background: url(../images/tab.png) 0 0 no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.tabbox .tabhd ul li span {
	display: block;
}

.tabbox .tabhd ul li.active {
	font-weight: bold;
	color: #fff;
	background: url(../images/tab2.png) 0 0 no-repeat;
	background-size: 100% 100%;
}

.tabbox .tabbd {}

.tabbox .tabbd .web-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0.48rem;
}

.tabbox .tabbd .web-list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 25%;
	margin-bottom: 0.24rem;
}

.tabbox .tabbd .web-list a img {
	width: 0.56rem;
	height: 0.56rem;
	margin-bottom: 0.08rem;
}

.tabbox .tabbd .web-list a span {}

.footer {
	width: 7.5rem;
	height: 1.7rem;
	background: url(../images/footer.png) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	margin: auto;
}

.footer img {
	width: 1.79rem;
	height: 0.64rem;
	margin: 0 0.08rem;
}

.footer .foot1 {
	text-align: center;
	color: #fff;
	font-size: 0.26rem;
	padding-top: 0.44rem;
}

.footer .foot1 strong {
	font-size: 0.32rem;
}

.footer .foot2 {
	position: absolute;
	left: 0;
	bottom: 0.08rem;
	width: 100%;
	text-align: center;
}

.footer-blank {
	height: 1.7rem;
}