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

body {
	min-width: 7.5rem;
	font-size: 0.12rem;
	background: #ccdffc;
}

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

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

.banner .logo {
	display: block;
	height: 0.39rem;
	margin: 0.6rem 0 0.4rem 0.48rem
}



.banner .title3 {
	display: block;
	height: .8rem;
	margin: 3.3rem auto 0;
}


.banbtm {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 0.5rem 0 0.34rem .5rem;
	width: 6.56rem;
	border-radius: .15rem;
	margin: -0.28rem auto 0;
	box-sizing: border-box;
	background: #ffffff;
	-webkit-box-shadow: 0 0 0.15rem 0 rgba(187, 226, 254, 0.66);
	box-shadow: 0 0 0.15rem 0 rgba(187, 226, 254, 0.66);
}
.banbtm h6{
	width: 100%;
	font-size: 0.28rem;
	line-height: .4rem;
	text-align: center;
	margin-right: .6rem;
	margin-bottom: .3rem;
	color: #0069bf;
}
.banbtm a {
	display: block;
	width: 2.56rem;
	text-align: center;
	line-height: 0.7rem;
	font-size: 0.3rem;
	box-sizing: border-box;
	color: #2a6b92;
	margin: 0 0.35rem 0.3rem 0;
	border-radius: 0.5rem;
	background: #ade0ff;
	transition: all 300ms;
}

.banbtm a:hover,
.banbtm a:active {
	color: #ffffff;
	background: -webkit-linear-gradient(right, #1c51ec, #1ca8fb);
	background: linear-gradient(to right, #1c51ec, #1ca8fb)
}

/*
.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
}*/
