/**
 * 媒体查询，宽度设置
 */
/**
 *  文档宽度 大于 1330 时
 */
@media screen and (min-width: 1330px) {
    .container {
        width: 1330px;
    }
    .indexPopAd {
        margin-left: -655px;
    }
}

/**
 *  文档宽度 1065 - 1330 时
 */
 @media screen and (min-width: 1065px) and (max-width: 1330px) {
    .container {
        width: 1065px;
    }
    .focus-box {
        height: 231.33587px;
    }
    .focus {
        height: 231.33587px;
    }
    .focus-item {
        height: 231.33587px;
        width: 522.5px;
    }
    .indexPopAd {
        margin-left: -522.5px;
    }

    .groupbuyProductItem {
        width: 508px;
    }
}

/**
 *  文档宽度 小于 1065 时
 */
@media screen and (max-width: 1065px) {
    .container {
        width: 100%;
    }
    .productItem {
        width: 49%;
        height: auto;
    }
    .productItem-empty {
        width: 49%;
        height: auto;
    }
    .productItemImage img {
        width: 100%;
        height: auto;
        display: block;
    }

    .delimiter {
        display: none
    }

    .indexPopAd { display: none}

    /**
     * 修改导航
    */
    .header-search,
    .header-tbdata,
    .header-notice,
    .header-service {
        display: none
    }
    .header-notice2 {
        display: inline-block;
    }
    .mainnav-wrap {
        position: fixed;
        display: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin-bottom: 0;
        background: rgba(0,0,0,.4);
        background: url(images/black40.png) 0 0 repeat \9;
        z-index: 29;
    }
    .mainnav {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        width: 35%;
        margin-bottom: 0;
        overflow: hidden;
        background:#FFF;
    }
    .mainnav>li.brandnav {
        display: none;
    }
    .mainnav>li{
        display: block;
        width: 100%;
        border-bottom:1px solid #eee
    }

    .mainnav>li.mainnav-brandhide {
        display: block;
    }

    .mainnav>li.mainnav-header {
        display: block;
        padding: 10px 20px;
        background: #f6f6f6;
        border-bottom:3px solid #e0e0e0; 
    }

    .header-search-button {
        display: inline-block;
    }
    .header-logo {
        width: 100%;
        text-align: center;
    }

    .header-hidenavs {
        display:block;
        padding-top: 10px
    }

    .formBox,
    .middleBox {
        width: 100%;
    }


    /**
     * 品牌列表 
    */
    .brand-wrap {
        padding: 0;
    }
    .brand-thumb {
        width: 49%;
        margin-bottom: 20px;
    }
    .event-wrap {
        padding: 0;
    }
    .event-item {
        width: 49%;
        margin-bottom: 20px;
    }

    /**
     * 商品详情页 
    */
    .product-wrap {
        flex-direction: column;
    }
    .product-wrap .product-picture-wrap {
        width: 100%;
    }

    .product-wrap .product-picture-box {
        position: relative;
        padding-bottom: 100%;
        height: 0;
        width: 100%;
        overflow: hidden;
    }

    .product-wrap .product-picture-box img {
        width: 100%;
        height: auto;
    }

    .product-wrap .product-info-wrap {
        flex: 0 0 auto;
        padding-left:0;
        padding-top: 15px;
    }

    .panel-body .product-detail-info {
        width: 100%;
    }
    .panel-body .product-detail-info>table {
        width: 100% !important;
    }
    .panel-body .product-detail-info>table>tbody>tr>td{
        width: auto !important;
        padding-left: 0.5em !important;
        padding-right: 0.5em !important; 
    }
    .panel-body .product-detail-pics {
        width: 100%;
    }
    .panel-body .product-detail-pics img{
        max-width: 100%;
        height: auto;
    }

    /**
     * 搜索
     */
    .search-option-keywords {
        display: table;
    }

    /**
     * 底部
    */
    .footer-navs {
        width: 100%;
    }

    .groupbuyProductItem {
        width: 100%;
    }
}