* {
    margin: 0;
    padding: 0;
}

a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
    margin: 0;
    padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: 400
}

table {
    border-spacing: 0
}

body {
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    line-height: 1;
    color: #333;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
}

li {
    list-style-type: none;
    float: left
}

a {
    text-decoration: none;
    color: #333;
    outline: 0
}

img {
    border: none;
    vertical-align: middle
}

em,
i,
var {
    font-style: normal
}

button {
    font-family: "microsoft yahei", Arial;
    outline: 0;
    cursor: pointer;
    font-size: .26rem;
    border: none
}

iframe {
    border: none
}

input,
select,
textarea {
    outline: 0;
    font-family: "microsoft yahei", Arial;
    font-size: .26rem;
    border-radius: 0;
    border: none;
    background: 0 0
}

input:disabled {
    opacity: 1;
    color: #333
}

button,
input[type=button],
input[type=date],
input[type=number],
input[type=password],
input[type=reset],
input[type=submit],
input[type=text],
textarea {
    -webkit-appearance: none;
    border: none;
    background: 0 0
}

textarea {
    resize: none
}
.page-box{
    width: 100%;
    height: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-img{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-img img{
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}
.page-btn-img{
    width: 90%;
    margin: 0 auto;
    background: #f7ebc3;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;

}
.page-btn-img a{
    width: 60%;
    display: block;
    margin: 15px auto;
}
.page-btn-img a img{
    width: 100%;
    display: block;
}
.page-btn-img p{
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    color: #000;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0;
}
.btn-img{
    width: 90%;
    margin: 5px auto;
}
.btn-img img{
    width: 100%;
    display: block;
    margin: 0 auto;
}