@media (max-width: 991px) {
    .navbar .header-1, .navbar .header-2, .navbar .header-3 {
        font-size: 14px;
    }
    .show-collapse{
        display: block;
    }
    .hide-collapse{
        display: none;
    }
    .navbar > .container {
        min-height: auto;
    }

    .section-banner {
        margin-top: 205px;
    }

    .section-banner .banner-step1 {
        background: url(/images/step-1.png) 0px 85px no-repeat;
        min-height: 224px;
    }

    .section-banner .banner-step1 .artwork .artwork-left {
        width: 40%;
        float: left;
    }

    .section-banner .banner-step1 .artwork .artwork-right {
        width: 60%;
        float: left;
        margin-left: -6px;
    }

    .section-banner .banner-step1 .artwork .artwork-right .app-store {
        margin-top: 20px;
    }

    .section-banner .banner-step2 {
        background: url(/images/step-2.png) 30px 50px no-repeat;
        min-height: 224px;
    }

    .section-banner .banner-step2 .caption {
        font-size: 20px;
        font-weight: bold;
        padding-top: 140px;
        margin-left: 10px;
    }

    .section-banner .banner-step2 > img {
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .section-banner .intro .title span{
        font-size: 65px;
    }
    .section-banner .countdown-timer{
        top: 0px;
    }

    /* .section-banner .banner-step1 {
        background: url(/images/step-1.png) 18px 80px no-repeat;
        min-height: 224px;
    }

    .section-banner .banner-step1 .artwork {
        position: absolute;
        right: -23px;
        top: 52px;
    }

    .section-banner .banner-step1 .artwork .artwork-left {
        width: 45%;
        float: right;
    }

    .section-banner .banner-step1 .artwork .artwork-right {
        width: 45%;
        float: right;
        margin-right: -3px;
    }

    .section-banner .banner-step1 .artwork .artwork-right .text {
        background-color: #ececec;
        margin-top: 28px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
    }

    .section-banner .banner-step1 .artwork .artwork-right .app-store {
        margin-top: 51px;
    }

    .section-banner .banner-step2 {
        background: url(/images/step-2.png) 24% 50px no-repeat;
        min-height: 224px;
    }

    .section-banner .banner-step2 .caption {
        font-size: 20px;
        font-weight: bold;
        margin-top: 140px;
        margin-left: 10px;
    }

    .section-banner .banner-step2 > img {
        position: absolute;
        right: 0px;
        top: 10px;
    }

    .section-howto .step-3 .code-phone {
        position: absolute;
        width: 60%;
        left: 173px;
        right: auto;
        bottom: -50px;
    } */
}