body, header, footer, section {
	width: 7.5rem;
	margin: 0 auto;
	color: #333333
}

body {
	min-width: 7.5rem;
	font-size: 12px;
	background: #ffb088;
}

section {
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden
}

.banner {
	box-sizing: border-box;
	height: 14.1rem;
	background: #ccdffc url("../images/banner.jpg") center top no-repeat;
	background-size: 100%
}

.banner .logo {
	display: block;
	width: 3.16rem;
	margin: 0 auto;
}


.banner .ban1 {
	display: block;
	width: 6.41rem;
	margin: .5rem auto 4.2rem;
}


.banbtm {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: flex-start;
	flex-wrap: wrap;
	width: 6.7rem;
	padding-bottom: .5rem;
	margin: 0 auto;
	background: url("../images/banbtm.png") center center no-repeat;
	background-size: 100% 100%;
}

.banbtm h6 {
	font-size: 0.32rem;
	color: #ffffff;
	font-weight: bolder;
	width: 5.37rem;
	text-align: center;
	height: .75rem;
	line-height:.75rem;
	margin: -0.57rem auto 0.33rem;
	background: url("../images/titlebg.png") center center no-repeat;
	background-size: 100% 100%;
}
.banbtm h6 span{
	font-size: 0.36rem;
	background: linear-gradient(to right, #fff14f 0%, #fff9ab 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.banbtm a {
	display: block;
	width: 2.4rem;
	text-align: center;
	line-height: 0.6rem;
	font-size: 0.25rem;
	box-sizing: border-box;
	color: #ae6e4b;
	margin: 0 0.1rem 0.2rem;
	border-radius: 0.7rem;
	background: #ffffff;
	font-weight: bolder;
	border: 0.02rem solid #ffdbb0;
	transition: all 300ms;
}
.banbtm a:hover,
.banbtm a:active {
	color: #ffffff;
	background: #e61e13;
	background: -webkit-linear-gradient(right, #ff4747, #dd1000);
	background: -o-linear-gradient(left, #ff4747, #dd1000);
	background: linear-gradient(to right, #ff4747, #dd1000);
}

/*
.pcTips {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer
}

.mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}

.mask .popup {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 5.6rem;
	transform: translate(-50%, -50%);
	border-radius: 0.5rem
}

.mask .closePop {
	display: block;
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.6rem;
	cursor: pointer;
	transition: all .3s
}

.mask .popTitle {
	width: 100%;
	line-height: 1rem;
	font-size: 0.4rem;
	font-weight: bolder;
	color: #ffffff;
	letter-spacing: 0.03rem;
	text-align: center;
	border-radius: 0.2rem 0.2rem 0 0;
	background: -webkit-linear-gradient(bottom, #f76963, #bd2807);
	background: linear-gradient(to bottom, #f76963, #bd2807)
}

.mask .popTitle b {
	background: linear-gradient(to bottom, #fffefc 0%, #fae281 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.mask .popBtm {
	border-radius: 0 0 0.2rem 0.2rem;
	padding: 0.1rem 0 .4rem;
	background: #ffffff;
	width: 100%
}

.mask .popBtm img {
	display: block;
	width: 44%;
	margin: 0.2rem auto
}

.mask .popTips {
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.28rem;
	color: #333333
}*/
