@media (min-width: 1200px) {}

@media screen and (max-width: 990px) {
    .article {
        width: 300px;
        height: 300px
    }
    .box {
        width: 420px;
        float: none;
    }
    .box .item {
        width: 200px;
        height: 145px
    }
    .index .middle .inner .categories {
        width: 720px
    }
}

@media screen and (max-width: 920px) {
    .index .middle .inner .logo {
        width: 200px;
        float: none;
        position: relative;
        color: #fff;
        text-align: center;
        margin: 0 auto
    }
    .index .middle .inner .categories {
        width: 720px;
        margin: 0 auto;
        float: none
    }
    .footer {
        text-align: center;
        padding: 20px
    }
}

@media screen and (max-width: 740px) {
    .index .middle .inner .categories {
        width: 410px;
        margin: 0 auto;
        float: none
    }
    .article {
        width: 410px;
        height: 300px;
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .module-1 {
        margin: 5px 10px;
    }
}

@media (max-width: 480px) {
    .logo img {
        width: 60%;
        margin: 10px 0;
    }
    .box-home {
        margin-top: 0;
    }
    .logo {
        margin: 0;
        text-align: center;
    }
    /**
     * content
     */
    .module-1 {
        margin: 5px 10px;
    }
    .module-1 .background,
    .module-4 .background {
        opacity: 0.1;
    }
    .module-1 h2,
    .module-4 h2 {
        left: 10px;
        font-size: 15px;
    }
    .download-app {
        margin-top: 30px;
    }
    .download-app .col-lg-12 {
        text-align: center !important;
    }
    .copy-right {
        text-align: center;
    }
    .no-padding-mobi {
        padding-right: 8px !important;
    }
}

@media screen and (max-width: 420px) {
    .index .middle .inner .categories {
        width: 300px;
        margin: 0 auto;
        float: none
    }
    .article {
        width: 300px;
        height: 220px;
        margin-bottom: 10px
    }
    .box .item {
        width: 145px;
        height: 125px
    }
    .index .middle .inner .categories h1,
    .index .middle .inner .categories h2 {
        font-size: 14px;
        position: absolute;
        bottom: 20px
    }
}

@media (max-width: 370px) {}