html {
	max-width: 750px;
	margin: 0 auto;
	background: #fff;
}

body {
	background: #f4f6fa;
	background-size: 100%;
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
	font-variant: tabular-nums;
}

#header {
	background: #f4f6fa;
	text-align: center;
	padding: 0.1rem;
}

#header img {
	width: 2.6rem;
	height: auto;
	margin: 0 auto;
}

.hotbanner {
	margin: 0 auto;
	text-align: center;
}

.hotbanner img {
	width: 100%;
	text-align: center;
}

.apppic {
	width: 90%;
	margin: 0 auto;
	padding: .3rem 0 .2rem;
}

.resetBtn {
	max-width: 50%;
	display: block;
	margin: .1rem auto;
	/* animation: toggleSize 0.7s infinite; */
	-webkit-animation: myfirst 800ms infinite;
	animation: myfirst 800ms infinite;
}

.line-box {
	margin: .1rem auto;
	width: 90%;
	height: 2.6rem;
	display: flex;
	justify-content: center;
}

.url-list {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	z-index: 2;
	display: flex;
}


.url-list ul li {
	list-style-type: none;
	height: .58rem;
	margin: .2rem 0;
	line-height: .58rem;
	display: flex;
	box-shadow: 0px 0px 8px 1px rgba(213, 222, 245, 0.88);
	border: 1px solid #fff;
	border-radius: .1rem;
}

.ms {
	width: .88rem;
	border: 1px solid #fff;
	font-size: .24rem;
	color: #fff;
	background: linear-gradient(0deg, #8999c7, #d1dbf7);
	border-radius: .09rem 0 0 .09rem;
	float: left;
}

.url {
	width: 3.66rem;
	border: 1px solid #fff;
	font-size: .26rem;
	color: #8c3ce2;
	background-color: #f4f6fa;
	float: left;
}

.chaolian {
	width: auto;
	padding: 0 .2rem;
	background: linear-gradient(0deg, #aa58f6, #efa6fd);
	font-size: .28rem;
	color: #fff;
	border-radius: 0px 8px 8px 0px;
	/* 	float: right; */
}

.mainphoto {
	width: 7.5rem;
	margin: 0 auto;
}

.mainphoto img{
	width: 100%;
}

.float-div {
	float: left;
}

.titleimg {
	position: absolute;
	top: 0;
	width: 3rem;
	text-align: center;
	margin: 0 auto;	
	margin-left: 1.75rem;
}

.htbn {
	margin: .1rem 0 .22rem;
}

.noticecard {
	padding: .2rem;
	margin: .3rem auto;
	width: 88%;
	background: #f4f6fa;
	border: 1px solid #fff;
	box-shadow: 0px 0px 8px 1px rgba(213, 222, 245, 0.88);
	padding-top: .68rem;
	list-style: none;
	flex-wrap: wrap;
	align-content: flex-start;
	min-height: 4rem;
	border-radius: 10px;
	position: relative;
}

.piclb {
	position: relative;
	padding: 0 .1rem .1rem;
}

.piclb .slogan {
	font-size: .34rem;
	font-weight: 500;
	color: #555;
	text-align: center;
	margin: .1rem 0;
}

.piclb .swiper-pagination {
	text-align: center;
	width: 100%;
}

.piclb .swiper-pagination span {
	margin: 0 .07rem;
}

.piclb .swiper-pagination .swiper-pagination-bullet-active {
	background: #b38b34;
}

.noticequality {
	margin: 0 auto;
	width: 90%;
	list-style: none;
	flex-wrap: wrap;
	align-content: flex-start;
	min-height: 3.6rem;
	border-radius: 10px;
	position: relative;
}

.piclb2 {
	position: relative;
	padding: 0 .1rem .2rem;
}

.piclb2 .slogan2 {
	font-size: .28rem;
	font-weight: 500;
	color: #d72df8;
	text-align: center;
	margin-bottom: .2rem;
}

.noticequality ul {
	display: flex;
	flex-direction: row;
    justify-content: space-around;
}

.noticequality ul li {
	width: .88rem;
	position: relative;
	text-align: center;
	margin: .1rem .085rem;
	
}


.swiper {
	width: 100%;
	height: 100%;
}

.swiper-container {
	width: 100%;
	height: 100%;
	box-sizing: border-box;

}

.swiper-container.mySwiper02 {
	width: 94.6%;
	height: 100%;
	box-sizing: border-box;
}

.mySwiper02.swiper {
	box-sizing: border-box;
}

.mySwiper02 .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 2.22rem;
	height: auto;
	cursor: pointer;
}

.mySwiper02 .swiper-slide img {
	display: block;
	width: 100%;
	border-radius: .25rem;
}

.swiper-wrapper {
	transition-timing-function: linear;
}

.swiper-wrapper01 {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear !important;

}

.swiper-container {
	overflow: hidden;
	transition: .2s;
}

.swiper {
	padding-top: .1rem;
	overflow: hidden;
}

.footer {
	height: 1.2rem;
	text-align: center;
	position: fixed;
	bottom: 0;
	overflow: hidden;
	z-index: 99;
}

.footer p {
	font-size: .2rem;
	color: #fff;
	line-height: 1.5;
}

.footer img {
	height: auto;
	margin: 0 auto;
}

.footer button {
	width: 2rem;
	height: .6rem;
	background: url(../img/bottomdown.png) center no-repeat;
	background-size: 2rem .6rem;
	border: none;
	outline: 0;
	position: absolute;
	vertical-align: middle;
	right: .3rem;
	top: 50%;
	margin-top: -.3rem;
	-webkit-animation: myfirst 500ms infinite;
	animation: myfirst 500ms infinite;
}

.kf {
	position: fixed;
	right: 50%;
	margin-right: -3.75rem;
	top: 36%;
	z-index: 9999;
}

.kf img {
	border: none;
	vertical-align: middle;
	width: .9rem;
	max-width: .9rem;
	padding: .04rem;
}

@-webkit-keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

@keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.9)
	}

	to {
		transform: scale(1)
	}
}

@media screen and (min-width: 750px) {
	html {
		max-width: 560px;
	}

	.footer {
		width: 560px;
	}

}