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: url("../img/h5Bg.png") no-repeat;
    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: linear-gradient(137.69deg, #2DD59A 13.98%, #0B875C 85.27%);
    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;
}


/*PC端样式*/
/*.pc-main {
    position: relative;
    padding-top: 90px;
    background-image: linear-gradient(180deg, #102C3E 0%, #234554 22%, #2D5563 49%, #2C5366 66%, #27495E 85%, #1E3951 100%);
}

.corner-label {
    position: absolute;
    left: 0;
    top: 0;
    width: 153px;
    height: 152px;
    background: url("../imgs/corner-label.png") 0 0/100% 100%;
}

.qrcode-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 363px;
    margin: auto;
}

.qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 160px;
    background-color: #fff;

}

.pc-logo {
    width: 183px;
    height: 142px;
    background: url("../imgs/pc-logo.png") 0 0/100% 100%;
}

.main-bg {
    width: 1180px;
    height: 810px;
    margin: auto;
    background: url("../imgs/main-bg.png") 0 0/100% 100%;
}

.customer-service {
    position: fixed;
    top: 200px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    height: 162px;
    background: linear-gradient(180deg, #489EF7 1.01%, #563FE8 100%);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
    border-radius: 6px 0 0 6px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.customer-service i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 10px 0 6px 0;
    background: url("../imgs/customer-icon.png") 0 0/100% 100%;
}

.customer-service span {
    display: inline-block;
    width: 20px;
}*/
