@import "pc.css"; 
@import "ph.css"; 
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	width: auto;
}

body {
	font-family: "Microsoft Yahei","SF Pro SC","SF Pro Text","SF Pro Icons",PingFangSC-Regular,"Microsoft Yahei-Regular",Microsoft Sans Serif,sans-serif;
	font-size: 17px;
	letter-spacing: 0.8px;
	position:relative;
	letter-spacing:1px;
}
@media only screen and (min-width: 900px) {body{background: #efefef;}}
@media only screen and (max-width: 900px) {body{background: #fff;}}
a {
	color: #000;
	font-size: 16px;
	text-decoration: none;
	transition: color 0.3s;letter-spacing:1px;
	color: #666666;
}
a:hover {
	color: #0C9A49;
}
::selection{background:#0C9A49;color:#fff;}
img{display:block;}
.site-go a {display:block; width:auto; height:44px; background-color:#0CAF51; color:#fff; text-align:center; line-height:44px; border-radius:5px; text-decoration:none; margin: 10px;}
.site-go a:hover {background-color:#0C9A49;color:#fff;}
.entry-footer {
	margin: 30px 0
}
.entry-tag {
	font-size: 0;
	text-align: center;
}
.entry-tag a {
	display: inline-block;
	margin: 0 10px 5px 0;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 1.2;
	color: #666;
	border: 1px solid #999;
	border-radius: 3px
}
.entry-tag a:focus, .entry-tag a:hover {
	color: #fff;
	background: #0CAF51;
	border-color: #0CAF51;
	text-decoration: none
}
.entry-bar {
	height: 60px;
	margin: 30px -30px
}
.entry-copyright {
	margin-top: 30px;
	padding: 15px;
	font-size: 12px;
	line-height: 1.6;
	color: #999;
	border: 1px solid #efefef;
	background: #fbfbfb;
	border-radius: 3px
}
.entry-copyright a, .entry-copyright span {
	color: #555
}
.entry-copyright p {
	margin-bottom: 8px!important;
	text-indent: 0!important
}
.entry-copyright p:last-child {
	margin-bottom: 0!important
}
.lists-font {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
}
.infotextkey {color: #0C9A49;border-bottom:1px dashed #0C9A49;}