a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul li {
	list-style: none
}

body {
	text-align: left;
	color: #000000;
	line-height: 1.6;
	font-family: "微软雅黑";
	overflow-x: hidden;
	position: relative;
	font-size: 0.18rem;
}

a {
	color: #000000;
	text-decoration: none;
}
@font-face {
    font-family: "oppoh";
    src: url('../font/OPPOSANS-H-2.TTF');
}
@font-face {
    font-family: "oppob";
    src: url('../font/OPPOSANS-B-2.TTF');
}
@font-face {
    font-family: "oppom";
    src: url('../font/OPPOSANS-M-2.TTF');
}
@font-face {
    font-family: "oppor";
    src: url('../font/OPPOSANS-R-2.TTF');
}
@font-face {
	font-family: 'avanti';
	src: url('../font/avanti-2.ttf') format('truetype');
}

@font-face {
	font-family: 'din';
	src: url('../font/DIN-BLACK.OTF') format('truetype');
}

@font-face {
	font-family: 'IMPACTMTSTD';
	src: url('../font/IMPACTMTSTD.OTF') format('truetype');
}

/* 
@media screen and (min-width:1200px){
	.yd{display: none;}
	.pc{display: block;}
}
@media screen and (max-width:1200px) and (min-width:320px){
	.yd{display: block;}
	.pc{display: none;}
} */
/* 
@media screen and (max-width:1200px) and (min-width:1024px){
    html{font-size:100px!important;}
}
@media screen and (max-width:1023px) and (min-width:960px){
    html{font-size:95px!important;}
}
@media screen and (max-width:959px) and (min-width:800px){
    html{font-size:85px!important;}
}
@media screen and (max-width:799px) and (min-width:750px){
    html{font-size:75px!important;}
}

@media screen and (max-width:749px) and (min-width:640px){
    html{font-size:100px!important;}
}
@media screen and (max-width:639px) and (min-width:515px){
    html{font-size:85px!important;}
}
@media screen and (max-width:516px) and (min-width:414px){
    html{font-size:68px!important;}
}
@media screen and (max-width:413px) and (min-width:320px){
    html{font-size:55px!important;}
}
@media screen and (max-width:319px){
    html{font-size:42px!important;}
}
 */