html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 100%;
}

/*移动端样式*/
.mobile-main {
    width: 100vw;
    padding: 6vw 0 15vw;
    background-size: cover;
}

.h5-logo {
    display: block;
    width: 48vw;
    height: 13.3vw;
    margin: 0 auto 8.5vw;
}

.h5-phone-pic {
    display: block;
    width: 90.7vw;
    margin: auto;
}

.h5-title1 {
    font-family: PingFang SC;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: center;
    color: rgba(0, 15, 35, 0.74);
}
.h5-download-btn {
    width: 61.1vw;
    height: 9.3vw;
    margin: 6.4vw auto 4.3vw;
    background: #7D6745;
    box-shadow: 0 2px 4px rgba(12, 12, 117, 0.122159);
    border-radius: 8px;
    font-family: PingFang SC;
    font-size: 3.7vw;
    line-height: 9.3vw;
    text-align: center;
    color: #FFF;
}
.h5-title2 {
    font-family: PingFang SC;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: center;
    color: rgba(0, 15, 35, 0.74);
}
.h5-down-arrow {
    display: block;
    width: 4.18vw;
    margin: 4.3vw auto 12.3vw;
}
.h5-title3 {
    padding: 0 11.7vw;
    margin-bottom: 4.3vw;
    font-family: PingFang SC;
    font-size: 3.2vw;
    line-height: 4.8vw;
    text-align: center;
    color: #000F23;
}

.hide {
    display: none;
}
