@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
	outline: none;
	color: #34495e;
	font-family: arial,"微软雅黑","Microsoft YaHei";
	box-sizing: border-box;
	font-weight: 100;
}

html {
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}

html,
body {
	background-color: #fff;
	width: 100%;
}


/* iphone6 */

@media only screen and (min-width: 375px) {
	html {
		font-size: 23.4375px !important;
	}
}


/* iphone6 Plus */

@media only screen and (min-width: 414px) {
	html {
		font-size: 25.875px !important;
	}
}

em,
a,
i {
	font-style: normal;
	display: inline-block;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #333;
}
li {
	list-style: none;
}
.mt-1r{
	margin-top: 1rem;
}
.entry {
	padding-bottom: 1rem;
}
.entry p {
	text-indent: 1.6rem;
}
.entry p + p {
	margin-top: .5rem;
}
.entry p,
.entry span {
	display: block;
	word-break: break-word;
	font: 100 .8rem/1.2rem 'Microsoft Yahei';
	color: #95a5a6;
}
.entry span {
	margin-left: .8rem;
}
.entry h1 {
	clear: both;
	position: relative;
	margin-bottom: 1rem;
	font: bold .8rem/1.2rem 'Microsoft Yahei';
}
.entry h2 {
	font: .8rem/1.8rem 'Microsoft Yahei';
}
.entry h3 {
	color: #ffffff;
	text-align: center;
	font: .8rem/1.8rem 'Microsoft Yahei';
}
.entry h1:after {
    background-color: #1abc9c;
    border-radius: 1px;
    bottom: -.5rem;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 20px;
}
.entry a {
	font-weight: 400;
	color: #259461;
	text-decoration: underline;
}
.entry h1 i {
	color: #259461;
	display: inline-block;
	width: 1.4rem;
	height: 1.8rem;
	line-height: 1.8rem;
	float: left;
	text-align: center;
	font-size: .6rem;
}

.entry img {
	height: 2rem;
}
.entry section:not(:first-child) {
	padding: .8rem  .8rem .2rem;
}
.entry section span label {
	color: #95a5a6;
	display: inline-block;
	width: 5rem;
	text-align: right;
	font: 100 .8rem/1.2rem "Microsoft Yahei";
}
.entry section span label:after {
    content: "：";
}
