@media screen and (min-width: 1200px) {
    .container {
        margin-right: auto;
        margin-left: auto;
        width: 1216px;
    }

}

@media screen and (max-width: 1200px) {
    .navbar-nav .nav li a {
        padding: 0 5px;
        font-size: 1.14rem;
    }
}

@media screen and (max-width: 991px) {

    .hide-md {
        display: none;
    }

    .group__item {
        width: calc(100%/3);
    }

    .cate-group .group__item {
        width: calc((100% - 20px)/3);
        margin-right: 10px;
    }

    .cate-group .group__item:nth-child(3n) {
        margin-right: 0px;
    }

    .cate-group .group__item:nth-child(4n) {
        margin-right: 10px;
    }

    .header__main .search-box form input {
        width: 220px;
    }

}

@media screen and (max-width: 767px) {
    .hide-xs {
        display: none;
    }

    .group__item {
        width: 50%;
    }

    .cate-group .group__item {
        width: calc((100% - 10px)/2);
        margin-right: 10px;
    }

    .cate-group .group__item:nth-child(2n) {
        margin-right: 0px;
    }

    .cate-group .group__item:nth-child(3n) {
        margin-right: 10px;
    }

    .header__topbar .topbar-nav .topbar-item {
        font-size: 8px;
    }
        .header__topbar .topbar-nav .topbar-item.topbar-mobile {
            padding: 0 0px
        }

    .header__topbar .topbar-nav strong {
        font-size: 11px;
    }

    .header__topbar .pull-right {
        float: left !important;
    }

    .header__topbar .topbar-menu li a,
    .iconfont {
        font-size: 11px;
    }

    .header__main {
        height: auto;
    }


    .header__main .search-box form input {
        width: 220px;
    }

    .nabvar-inner .nabvar-catagory {
        display: none;
    }

    .header__main .main__logo {
        width: 100%;
    }

    .header_action {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .section__slider {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    .section__emphasis {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .emphasis__limit {
        width: 100%;
    }

    .emphasis-avatar {
        margin: auto;
    }

    .emphasis-btns {
        padding: 16px 82px 18px;
    }

    .publishGroup .publishGroup__items {
        float: none;
        border-right: 0;
        width: 100%;
    }

    #section_2 .col-xs-12.col-sm-9 {
        width: 100%;
    }

    .nabvar-inner {
        height: auto;
    }

    .header__main .miniCart .w-miniCart-btn {
/*        margin-top: 35px;*/
        width: 85px;
    }

        .header__main .miniCart .w-miniCart-btn .w-miniCart-count {
            width: 20px;
        }

    .header__main .slogan {
        width: 50%;
    }

    .navbar-nav.nav li a {
        padding: 0 10px;
        line-height: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-nav .nav li {
        display: block;
        position: relative
    }
    .navbar-nav .navbar-brand {
        display: block;
    }

    .footer__links-group .links-group li {
        width: 100%;
        float: none;
        border-right: 0;
    }


}

@media screen and (max-width: 479px) {

    .group__item {
        width: 100%;
    }

    .cate-group .group__item {
        width: 100%;
        margin-right: 0px;
    }

    .preview-large img {
        width: 390px;
        height: 390px;
    }

    .top-left-detail {
        padding-top: 10px;
        float: none;
        width: 100%;
    }

    .top-right-detail {
        float: none;
        width: auto;
    }

    .top-right-detail .detail-count .detail-tip {
        float: none;
    }

    .top-right-detail .detail-buy .item__action a {
        width: 45%;
        margin-right: 0;
        height: 36px;
        line-height: 36px;
    }
    .bread-crumb {
        display: none;
    }
    .detail-title h2{
        overflow: inherit;
        white-space: normal;
        display: inline-block;
        word-break: break-word;
    }
    .detail-progress{
        width: 100%;
        
    }
}

@media screen and (max-width: 375px) {
    .preview-large img {
        width: 340px;
        height: 340px
    }
}
