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;
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 100%;
}
.hide {
    display: none!important;
}
/*移动端样式*/
.mobile-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    padding: 2.4vh 6.9vw .4vw;
}

.mobile-main .logo {
    height: 14.9vw;
    margin-bottom: 2.7vw;

}

.mobile-main .h5-text {
    width: 53.1vw;
    margin-bottom: 1.3vw;
}

.mobile-main .h5-phone {
    width: 86.1vw;
    margin-bottom: 2.4vw;
}

.mobile-main .wrapper {
    position: relative;
    height: 13.6vw;
}


.mobile-main .open-btn {
    width: 88.5vw;
    height: 13.6vw;
    background: #2EBD85;
    border-radius: 10.4vw;
    font-family: PingFang SC;
    font-size: 5.3vw;
    font-weight: 500;
    line-height: 13.6vw;
    text-align: center;
    color: #FFF;
}

.mobile-main .dialog {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 13.6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 82.1vw;
    height: 81.3vw;
    background-color: #FFF;
    box-shadow: 0 0 6px 0 #00000040;
    border-radius: 8px;
    transition: height 0.3s ease-in-out;
    overflow: hidden;
}


.height0 {
    height: 0!important;
}

.mobile-main .close {
    position: absolute;
    top: 2.1vw;
    right: 2.1vw;
    display: inline-block;
    width: 5.3vw;
    height: 5.3vw;
    background: url("../img/closeIcon.png") 0 0/100% 100%;

}

.mobile-main .title {
    padding-top: 8.8vw;
    margin-bottom: 6.4vw;
    font-family: PingFang SC;
    font-size: 5.3vw;
    font-weight: 600;
    line-height: 5.3vw;
    text-align: center;
    color: #333333;
}

.mobile-main .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75.2vw;
    height: 10.7vw;
    margin-bottom: 2.7vw;
    font-family: PingFang SC;
    font-size: 4.3vw;
    font-weight: 400;
    border-radius: 10.4vw;
}

.mobile-main .item-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 43.2vw;
}

.mobile-main .item.ios {
    border: 1px solid #2EBD85;
    color: #2EBD85;
}

.mobile-main .item.and {
    background: #2EBD85;
    color: #FFF;
}

.mobile-main .time {
    margin-left: 5.3vw;
}

.mobile-main .dialog .item i {
    display: inline-block;
    width: 6.9vw;
    height: 6.9vw;
    margin-right: 1.3vw;
}

.mobile-main .iosIcon {
    background: url("../img/iosIcon.png") 0 0/100% 100%;
}

.mobile-main .andIcon {
    background: url("../img/andIconWhite.png") 0 0/100% 100%;
}

