* {
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: \\5FAE\8F6F\96C5\9ED1;
    background: #f23030
}

body,li,ul {
    margin: 0;
    padding: 0
}

li,ul {
    list-style: none
}

.top_banner {
    width: 100%;
    background-color: #fff;
    text-align: center;
    position: relative
}

.banner_img {
    width: 80%;
    height: auto
}

.app_icon {
    width: 20%;
    height: auto;
    display: block;
    position: absolute;
    top: 55%;
    left: 51.5%;
    transform: translate(-50%,-50%)
}

.bottom_banner {
    background: url(../images/bottom-bg.png) no-repeat;
    background-size: cover;
    color: #fff
}

.bottom_banner img {
    width: 100%;
    height: auto
}

.bottom_banner .slogn {
    padding-top: 30px;
    text-align: center;
    font-weight: 700;
    font-size: 22px;
}

.bottom_banner .desc {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}

.btns {
    margin-bottom: 2rem
}

.btns .download_btn {
    width: 90%;
    background-color: #fff;
    font-size: .7rem;
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    color: #f23030;
    margin: 0 auto .5rem;
    border-radius: 3px;
    font-weight: 700
}
