html {
	max-width: 576px;
	margin: 0 auto;
	background: #fff;
}

body {
	background: #b4e3ff url(../img/bg.jpg) no-repeat top center;
	background-size: 100%;
	min-height: 100vh;
	position: relative;
}

#header {
	height: auto;
	text-align: center;
	padding: 0.1rem;
	overflow: hidden;
}

#header img {
	width: 3rem;
	height: auto;
	margin: 0 auto;
}

.gxBox {
	box-sizing: border-box;
	position: relative;
}

.hotBar {
	width: 92%;
	margin: 0 auto;
}

.swiper-slide {
	text-align: center;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gxBox .resetBtn {
	max-width: 50%;
	display: block;
	margin: 4% 25%;
	animation: toggleSize 0.7s infinite;
}

.downbtn {
	width: 90%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 999;
	display: flex;
	justify-content: space-evenly;
	margin-top: -.2rem;
}

.downbtn img {
	width: 2.6rem;
	height: auto;
	margin: 0 auto;
	padding: 0 .2rem;
}

.noticeTage {
	width: 90%;
    position: relative;
    margin: 0 auto;
	padding-bottom: .2rem;
}

.noticeTage ul {
	margin: .3rem auto .2rem;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
}

.noticeTage ul li {
	float: left;
    position: relative;
    width: calc((100% - 0.78rem) / 4);
    text-align: center;
    margin: .08rem .05rem;
}