* {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

a {
	color: #fff;
	text-decoration: none
}

body {
	font: 14px/1.6 "Microsoft Yahei";
	color: #fff;
	overflow-x: hidden;
	margin: 0 auto;
	background-color: #ffffff;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

html,
body {
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow: auto;
}

body::-webkit-scrollbar {
	display: none;
}

ul li {
	list-style: none
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*+height: 1%;
}

* html .clearfix {
	zoom: 1;
}

/* IE6 */
*+html .clearfix {
	zoom: 1;
}

/* IE7 */
.fL {
	float: left !important;
}

img {
	max-width: 100%;
	display: block;
}

.w750 {
	width: 7.5rem;
	margin: 0 auto;
	position: relative;
}

.list {
	position: relative;
	padding-bottom: 0.55rem;
}

.list2 {
	padding-bottom: 0.55rem;
}


.list .swiper-slide {
	position: relative;
}

.list .abs {
	position: absolute;
	bottom: 0.2rem;
	right: 0.32rem;
}

.list .abs img {
	width: 3.61rem;
	animation: shareCodeBtnAn 0.45s ease-in-out infinite alternate;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-bullet-active {
	background: #ff002e;
}

.title {
	margin-top: 0.15rem;
	padding: 0 .2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.title span {
	font-size: 0.32rem;
	font-weight: bold;
	color: #303030;
	padding-left: 0.27rem;
	background: url('../img/tit01.jpg') no-repeat left .10rem;
	background-size: 0.14rem .31rem;
}

.title em {
	color: #959595;
	font-size: 0.2rem;
	font-style: normal;
}

.ulList {
	padding: 0.2rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.ulList li {
	cursor: pointer;
	width: 50%;
	position: relative;
	margin-bottom: 0.3rem;
}

.ulList .listImg {
	width: 3.50rem;
}

.ulList .listABS {
	position: absolute;
	left: 1.47rem;
	bottom: 0.03rem;
}

.ulList .listABS img {
	width: 1.17rem;
	animation: shareCodeBtnAn 0.45s ease-in-out infinite alternate;
}

.box3Swiper {
	padding: 0.2rem;
}

.hotList {
	margin: 0.2rem;
	margin-top: 0.1rem;
	border-top: 1px #e4e4e4 solid;
}

.listaBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px #e4e4e4 solid;
	padding: 0.08rem 0;
}

.rimg {
	width: 0.11rem;
}

.listLeft {
	display: flex;
	align-items: center;
}

.listLeft img {
	width: 0.62rem;
	margin-right: 0.05rem;
}

.listLeft p {
	font-size: 0.28rem;
	color: #303030;
}

.linkUl {
	margin: 0.2rem;
	border-top: 1px #e4e4e4 solid;
	padding-top: 0.2rem;
}

.linkUl li {
	padding: 0.05rem 0;
}

.linkUl a {
	font-size: 0.32rem;
	color: #4996f2;
}

.foot {
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot .fxBnt {
	margin: 0.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff002e;
	color: #fff;
	width: 2.2rem;
	height: 0.62rem;
	border-radius: 0.31rem;
}


@media screen and (max-width:750px) {
	.kf {
		right: 0;
	}
}

@keyframes shareCodeBtnAn {
	from {
		transform: scale(0.9);
	}

	to {
		transform: scale(1);
	}
}
