blockquote,
body,
button,
dd,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

li,
ol,
ul {
    list-style: none
}

sup {
    vertical-align: inherit
}

sub {
    vertical-align: inherit
}

address,
article,
aside,
canvas,
dialog,
fieldset,
figure,
footer,
header,
mark,
nav,
section,
time,
video {
    display: block;
    margin: 0;
    padding: 0
}

fieldset,
img {
    display: block;
    border: 0;
    width: 100%
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: #333
}

a,
a:active,
button,
button:active,
div,
input,
label,
span {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

button {
    background: 0 0;
    border: none
}

body,
input,
textarea {
    font-family: "PingFang SC", "Hiragino Sans GB", tahoma, arial
}

body,
html {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    height: 100%
}

.no-scroll,
.no-scroll body {
    height: 100%;
    overflow: hidden
}

a,
button,
input,
select,
textarea {
    outline: 0
}

input[type=text],
input[type=password],
input[type=number],
select,
textarea {
    line-height: normal;
    color: #333;
    background: 0 0;
    resize: none;
    border: 0;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none
}

input[type=number] {
    -moz-appearance: textfield
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    line-height: normal
}

.wp {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #19b955, #00ce41);
    min-height: 100%
}

.wp .main {
    margin: 0 auto;
    box-sizing: border-box;
    width: 1200px
}

@media only screen and (max-width:1068px) {
    .wp .main {
        width: 100%
    }
}

@media only screen and (max-width:735px) {
    .wp {
        font-size: 14px
    }
}

.ft {
    width: 960px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 8px 0 0px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

@media only screen and (max-width:735px) {
    .ft {
        width: 475px;
        max-width: 94%;
        text-align: left;
        margin: 0 auto;
        padding: 6px 0 0px;
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
    }
}

.ft .ftlink {
    margin-top: 15px
}

.ft .ftlink a {
    padding: 0 15px;
    color: #fff
}

.ft .ftlink a:hover {
    text-decoration: underline
}

@media only screen and (max-width:735px) {
    .ft .ftlink {
        margin-top: 10px
    }
}

.top {
    padding-top: 2%
}

.top h1 {
    position: relative;
    font-size: 28px;
    padding: 2px 0 0;
    line-height: 1.6;
    letter-spacing: 2px;
    z-index: 2
}

.top .logobox {
    /*position:relative;*/
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 20px;
    border: 4px solid #fff
}

.top .logobox::after {
    /*position:absolute;*/
    left: 0;
    top: 0;
    width: 290px;
    height: 290px;
    content: "";
    background: url(logo_bg.png) no-repeat left top/cover
}

.top .logobox img {
    position: relative;
    border-radius: 16px;
    z-index: 2
}

@media only screen and (max-width:735px) {
    .top {
        padding-top: 5%
    }

    .top h1 {
        font-size: 25px;
        padding: 1px 0 0;
        line-height: 1.5;
    }

    .top .logobox {
        width: 93px;
        height: 93px;
        border-radius: 19px;
        border: 3px solid #fff
    }

    .top .logobox::after {
        width: 190px;
        height: 190px
    }

    .top .logobox img {
        border-radius: 16px
    }
}

.btnbox {
    margin: 3% 0;
}

.btnbox p a {
    font-size: 14px;
    line-height: 1.5;
    color: #fff
}

.btnbox p a:hover {
    text-decoration: underline
}

.btnbox .btn {
    display: block;
    margin: 5px auto;
    width: 280px;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    background-color: #f60;
    border-radius: 10px;
    box-shadow: 0 3px 16px #000;
    cursor: pointer;
    position: relative;
}

.btnbox .btn:active {
    -webkit-transform: scale(.96);
    transform: scale(.96)
}

@media only screen and (max-width:735px) {
    .btnbox {
        margin: 3% 0;
    }

    .btnbox p a {
        font-size: 14px
    }

    .btnbox .btn {
        width: 220px;
        height: 50px;
        line-height: 50px;
        font-size: 23px;
        border-radius: 8px;
        box-shadow: 0 3px 14px #000
    }
}

.qrcodebox {
    margin-top: 0%
}

.qrcodebox .qrcode {
    font-size: 14px;
    line-height: 26px;
}

.qrcodebox .qrcode img {
    margin: 0 auto 5px;
    width: 160px
}

@media only screen and (max-width:735px) {
    .qrcodebox {
        margin-top: 0%
    }

    .qrcodebox .qrcode {
        font-size: 14px;
        line-height: 26px;
    }

    .qrcodebox .qrcode img {
        margin: 0 auto 5px;
        width: 140px
    }
}

.i-loading {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(loading.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: loading 1s linear both infinite;
    animation: loading 1s linear both infinite
}

.i-loading-white {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url(loading_white.png) no-repeat center;
    background-size: 100%;
    -webkit-animation: loading 1s linear both infinite;
    animation: loading 1s linear both infinite
}

.loadingbox {
    margin: 10px auto;
    width: 280px;
    height: 60px;
    line-height: 60px
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.msgbox {
    width: 960px;
    max-width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 8px 0 8px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
}

@media only screen and (max-width:735px) {
    .msgbox {
        width: 475px;
        max-width: 94%;
        text-align: left;
        margin: 0 auto;
        padding: 6px 0 6px;
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
    }
}

.homebox {
    padding: 15px 0
}

.homebox p {
    font-size: 18px;
    color: #ff0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5)
}

.homebox .btn {
    margin: 5px auto;
    font-size: 20px
}

.errbox {
    padding-top: 50px;
    text-align: center;
    font-size: 20px;
    color: #000;
    text-shadow: 1px 1px 0 #db3b42
}

.errbox .i-err {
    display: block;
    margin: 0 auto 20px;
    width: 125px;
    height: 125px;
    background: url(pity.png) no-repeat center;
    background-size: 100%
}

@media only screen and (device-width:375px) and (device-height:812px) and (-webkit-device-pixel-ratio:3) {
    .top {
        padding-top: 6%
    }
}

* {
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}