html {
	max-width: 576px;
	margin: 0 auto;
	background: #fafafa;
}

body {
	background: #eaeff3 url(../img/bg.jpg) no-repeat top center;
	background-size: 100% auto;
	min-height: 100vh;
	position: relative;
	/* padding-bottom: .4rem; */
}

#header {
	height: auto;
	text-align: center;
	overflow: hidden;
}

#header img {
	width: 4.2rem;
	height: auto;
	margin: 0 auto;
}

.gxBox {
	box-sizing: border-box;
	position: relative;
}

.banner {
	width: 98%;
	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: 98%;
	overflow: hidden;
	margin: 0 auto;
	z-index: 999;
	display: flex;
	justify-content: space-evenly;
	margin-top: -.2rem;
}

.downbtn img {
	width: 2.88rem;
	height: auto;
	margin: 0 auto;
	padding: .4rem .2rem .2rem;
}

.noticeTage {
	width: 90%;
    position: relative;
    margin: 0 auto;
}

.noticeTage ul {
	margin: .1rem 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;
}

.noticeTage ul li img{
	border-radius: .26rem;
	box-shadow: #ffffff 0px 0px 8px;
}

.url-list {
	width: 88%;
	margin: 0 auto;

	text-align: center;
}

.url-list ul li {
	list-style-type: none;
	height: .6rem;
	margin-bottom: .2rem;
	line-height: .6rem;
}

.m11 {
	width: 1rem;
	border: 1px solid #bed4ff;
	font-size: .26rem;
	color: #ff0000;
	background-color: #e3e9f0;
	border-radius: 8px 0px 0px 8px;
}

.url {
	width: 3.84rem;
	border-bottom: 1px solid #bed4ff;
	border-top: 1px solid #bed4ff;
	font-size: .28rem;
	color: #333;
	background-color: #f2f6fa;
}

.chaolian {
	width: 1.66rem;
	border: 1px solid #bed4ff;
	background-color: #32a6fe;
	font-size: .28rem;
	font-weight: 700;
	color: #fff;
	border-radius: 0px 8px 8px 0px;
}

.float-div {
	float: left;
}