* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
	color: transparent;
}

img {
	display: block;
}

a,
img,
button,
input,
textarea,
div {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);

}

body {
	font-size: 0.32rem;
	color: #000;
	background: #F5F6F8;
}

@media screen and (min-width: 750px) {
	.wap_content {
		width: 750px!important;
		margin: 0 auto;
		min-height: 100vh;
		overflow: hidden;
	}
	.wap_content .exam_list2{
		width: 100%;
	}
}
.wap_content img{
	width: 100%;
}
