/*初始化*/
* {
margin: 0;
padding: 0;
}
html {
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
font-size: 20px;
width: 1280px;
height: 720px;
}
body {
width: 1280px;
height: 720px;
background: transparent;
background-size: 1280px 720px;
font-size: .14rem;
font-family: 'Microsoft Yahei;Arial';
white-space: normal;
table-layout: fixed;
word-wrap: break-word;
-webkit-overflow-scrolling: touch;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
em,
b,
i {
font-style: normal;
}
ol,
ul,
li {
list-style: none;
}
fieldset,
img,
abbr,
acronym {
border: 0;
}
input,
select {
vertical-align: middle;
-webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: normal;
}
q:before,
q:after {
content: '';
}
a,
a:hover {
text-decoration: none;
}