body,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
	font-weight: normal;
}
ol,
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	user-select: none;
	text-size-adjust: none;
	font: 12px "Microsoft Yahei", Arial, Helvetica, sans-serif;
	min-height: 100%;
	background: #fff;
}
a {
	-webkit-user-select: none;
	-webkit-user-drag: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	text-decoration: none;
}

body {
	font-size: 18px;
	line-height: 24px;
	color: #666;
	font-family: "Microsoft Yahei";
}
a {
	word-break: break-all;
	text-decoration: underline;
	color: #666;
}

.center {
	overflow: hidden;
}
@media only screen {
	.center {
		width: 1000px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 1000px) {
	.center {
		box-sizing: border-box;
		width: 100%;
	}
}
.protocal-title {
	color: #ff8e28;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	margin: 10px;
}
.protocal-contents {
	margin: 10px;
}
.protocal-contents .section {
	margin-bottom: 40px;
	overflow: hidden;
	font-size: 14px;
}
.protocal-contents .title {
	margin: 20px 0;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
}
.protocal-contents .content p {
	margin-bottom: 10px;
}
