.main {
    padding: 80px 0;
    background: url(/assets/images/mobile-download/banner-bg.png) no-repeat;
    background-size: cover
}

.main .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main .wrap h1 {
    font-size: 44px;
    position: relative;
    margin-bottom: 100px
}

.main .wrap h1::after {
    bottom: -45px;
    position: absolute;
    content: '';
    display: block;
    width: 40px;
    height: 8px;
    background: #1a1a1a;
    border-radius: 4px
}

.main [class^="btn"] {
    padding: 0;
    height: auto;
}

.main .wrap .left .btn-bl2 {
    font-size: 20px;
    line-height: 52px;
    width: 240px;
    height: 60px;
    -webkit-box-shadow: 0 3px 9px 0 rgba(48, 79, 7, .25);
    box-shadow: 0 3px 9px 0 rgba(48, 79, 7, .25);
    border-radius: 10px;
    margin-right: 30px;
    background-color: #5683f4;
    padding: 2px 10px;
    min-width: 200px;
}

.main .wrap .left .btn-box {
    margin-bottom: 10px
}

.main .wrap .left p.tip {
    font-size: 14px;
    margin-bottom: 80px;
    color: #8e9bb7
}

.main .wrap .left .des {
    margin-bottom: 30px
}

.main .wrap .left .des p {
    font-size: 18px
}

.main .wrap .logos img {
    margin: 0 15px
}

.main .wrap .right {
    width: 650px;
    text-align: center
}

.main .wrap .right {
    background: url(/assets/images/mobile-download/pic-bg.png) no-repeat center
}

.main .handset {
    display: none
}

.main .and,
.main .ios {
    display: none
}

.main .and.active,
.main .ios.active {
    display: block
}

@media (max-width: 767px) {
    .main .handset {
        text-align: center;
        margin-bottom: 30px;
        display: block
    }

    .main .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .main .wrap .computer {
        display: none
    }

    .main .wrap .right {
        width: 100%;
        background: 0 0;
        margin-bottom: 40px
    }

    .main .wrap .right img {
        width: 40%;
        height: auto
    }

    .main .wrap .left {
        text-align: center
    }

    .main .wrap .left .btn-bl2 {
        display: block;
        margin-right: 0;
        margin: 0 auto 10px
    }

    .main .wrap .left p.tip {
        margin-bottom: 40px
    }
}