﻿@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;
}
.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;}

