@import "/static/css/pc.css"; 
@import "/static/css/ph.css"; 
html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	width: auto;
}
.list strong {
    font-weight: bold;
    color: #eb4e2f;
}
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: 16px;
	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;
}
a:hover {
	color: #eb4e2f;
}
::selection{background:#eb4e2f;color:#fff;}
img{display:block;}

.sticky-icon {
    line-height: 1;
    padding: 5px 8px 6px;
    font-size: 12px;
    background-color: #ff5e52;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    vertical-align: top;
    top: 2px;
    
}