body,html{
	margin: 0;
	height: 100%;
}
header a{
	transform: scale(1.3);
}
.actived{
	font-weight: bold;
}
.actived span{
	display: block !important;
}
*{
	user-select: text !important;
}
ul li{
	list-style: none;
}
.btn2,.btn1{
	width: 1.53rem;
	height: 0.52rem;
	cursor: pointer;
}
.cursor{
	cursor: pointer;
}
.footer p a{
	text-decoration: none;
	color: #000000;
}
.swiper-container{
	height: 100%;
}
.zxkf{
	cursor: pointer;
	position: fixed;
	right:0;
	top: 70%;
	z-index: 20;
}
.detail-content p a{
	color: #007AFF;
	text-decoration: underline;
	font-size: 0.18rem;
	font-family: PingFang SC;
	font-weight: 400;
	line-height: 0.25rem;
}
/* webkit, opera, IE9 */
::selection { background:lightblue; }
/* mozilla firefox */
::-moz-selection { background:lightblue; }