@charset "utf-8";

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
    font-weight: normal;
}

body,
ul,
li,
dt,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
html,
form,
select,
option,
table,
tr,
td,
dt,
dl,
dd,
span,
input,
i,
em,
b,
br,
section,
header,
footer,
nav,
menu,
aside,
audio,
video,
canvas,
svg,
details,
figure,
figcaption,
summary,
hgroup,
pre,
sub,
sup,
button,
textarea,
input {
    margin: 0;
    padding: 0;
    color: inherit;
}

body {
    color: inherit;
    background-color: #fff;
    word-break: break-all;
    word-wrap: break-word;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input,
button {
    overflow: visible;
    vertical-align: middle;
    outline: none
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
    outline: none
}

a,
a img {
    text-decoration: none;
    color: #333;
    border: 0;
}

a:focus {
    outline: none;
}

a:hover {
    background: none;
}

a:focus {
    color: #666;
}

ul,
ul li,
li {
    list-style: none
}

fieldset,
img,
input,
button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

body,
html {
    height: 100%;
    box-sizing: border-box;
}

.mainbox {padding:.2667rem .3333rem;}
.title {
    text-align: center;
    margin-bottom: .2667rem;
}
.title h1 {
    font-size: .4267rem;
}
.mainbox h2 {
    font-size: .4267rem;
    font-weight: 400;

}
.mainbox span {
    font-size: .32rem;
    display: block;
    margin: .1333rem 0;
}

.mainbox p {
    font-size: .24rem;
    line-height: .5333rem;
    margin-bottom: .1333rem;
}
.text {
    margin-bottom: .2133rem;
}