@charset "UTF-8";

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	height: 100%
}

body {
	font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", STHeiti, "WenQuanYi Micro Hei", SimSun, sans-serif;
	font-style: normal;
	line-height: 2.2rem;
	font-weight: 400;
	font-variant: normal;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #FFF;
	height: 100%
}

* {
	-webkit-tap-highlight-color: transparent
}

body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
table,
td,
ul {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	outline-style: none;
	color: #818181;
	text-decoration: none;
	border: 0
}

input,
select,
textarea {
	font-size: 1.4rem;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	outline: 0
}

input {
	border: 0;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	outline: 0
}

img {
	border: 0;
	display: block
}

li {
	list-style-type: none;
	vertical-align: 0
}
b{
	font-weight: normal;
}
#wrap {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 0 1rem;
	box-sizing: border-box;
}
#wrap .blod{
	font-weight: normal;
}
#wrap .title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-top: 10px;
	/* font-size: 1.8rem; */
	font-weight: 400;
	text-align: center
}

#wrap .date {
	font-size: 1.2rem;
	text-align: center;
	font-weight: 400
}

#wrap .content {
	padding: 10px;
	color: #333;
	font-size: 1.3rem;
	margin-bottom: 10px
}

#wrap .content h6 {
	font-size: 1.6rem;
	line-height: 30px;
	color: #d83a51
}
#wrap .bigFont {
	font-size: 1.5rem;
	margin: 1rem 0;
	font-weight: bold;
}