@media screen and (max-width: 4000px) {
    .all_list{
        width: 1200px;
        margin: 0 auto;
    }
    
    .list
    {
        width: 1000px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .list .title
    {
        width: 1000px;
        /*margin-left: 10px;*/
    }
    
    .list ul.product {
        width: 1020px;
    }
    
    #wowslider-container1{
        width: 1000px;
    }
}

@media screen and (max-width: 1220px) {
    .all_list{
        width: 945px;
        margin: 0 auto;
    }
    .list
    {
        width: 745px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .list .title
    {
        width: 745px;
        /*margin-left: 10px;*/
    }
    
    .list ul.product {
        width: 765px;
    }
    
    #wowslider-container1{
        width: 745px;
    }
}
@media screen and (max-width: 945px) {
    .all_list{
        width: 690px;
        margin: 0 auto;
    }
    .list
    {
        width: 490px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .list .title
    {
        width: 490px;
        /*margin-left: 10px;*/
    }
    
    .list ul.product {
        width: 510px;
    }
    
    #wowslider-container1{
        width: 490px;
    }
}

.list .category
{
    width: 1160px;
    background: #eeeeee;
    padding: 20px;
    display: inline-block;
}

.list .category .categoryLev
{
    width: 100px;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #888888;
}

.list .category ul
{
    width: 1060px;
    float: left;
}

.list .category ul li
{
    height: 30px;
    line-height: 30px;
    float: left;
    border: 1px solid #eeeeee;
    padding: 0 10px;
    margin-right: 20px;
    color: #888888;
}

.list .category ul li:hover, .list .category ul li.active
{
    background: #000000;
}

.list .category ul li a
{
    color: #888888;
}

.list .category ul li:hover a, .list .category ul li.active a
{
    color: #ffffff;
}

.list .category ul li.categoryLev:hover
{
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

.list .secondCategory
{
    padding-top: 0;
}





.list .search
{
    text-align: right;
    margin-bottom: 20px;
    height: 32px;
    margin-top: 20px;
}

.list .search span
{
    height: 30px;
    line-height: 30px;
    display: block;
    float: right;
    border: 1px solid #dddddd;
    padding: 0 10px;
    margin-left: 20px;
    cursor: pointer;
}

.list .search .active, .list .search span:hover
{
    background: #000000;
    color: #ffffff;
}

.list ul.product
{
    display: inline-block;
}

.list ul.product li
{
    float: left;
    margin-right: 20px;
    text-align: center;
    background: #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.list ul.product li img
{
    width: 195px;
    height: 195px;
    padding: 20px;
}

.list ul.product li .mainTitle
{
    font-size: 16px;
    width: 195px;
    padding: 0 20px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    color: #888888;
}

.list ul.product li .price
{
    color: #ff6060;
    font-size: 20px;
}





.page-main
{
    text-align: right;
    margin: 0 auto 20px;
    color: #666666;
}

.yiiPager
{
    margin-top: 10px;
}

.yiiPager li
{
    display: inline;
}

.yiiPager li a
{
    display: inline-block;
    border: solid 1px #666666;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    color: #666666;
}

.yiiPager li a:hover
{
    background: #eeeeee;
}

.yiiPager .selected a, .yiiPager .selected a:hover
{
    background: #000000;
    color: #ffffff;
    font-weight: bold;
}


.category_home
{
    width: 180px;
    background: #fff;
    /*padding: 20px;*/
    display: inline-block;
    height: calc(100% - 200px);
    overflow-y: scroll;
}
.category_home::-webkit-scrollbar{
    display: none;
} 
.category_home .categoryLev
{
    width: 100px;
    float: left;
    height: 32px;
    line-height: 32px;
    color: #888888;
}

.category_home ul
{
    /*width: 1060px;*/
    float: left;
}

.category_home ul li
{
    height: 50px;
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #f5f5f5;
    /*padding: 0 10px;*/
    /*margin-right: 20px;*/
    color: #888888;
    padding-left: 20px;
    width: calc(100% - 20px);
    cursor: pointer;
    font-size: 14px;
}

.category_home ul li:hover, .category_home ul li.active
{
    background: #5BF52C;
    color: #000;
    font-weight: bold;
}

.category_home ul li a
{
    color: #888888;
}

.category_home ul li:hover a, .category_home ul li.active a
{
    color: #ffffff;
}

.category_home ul li.categoryLev:hover
{
    background: #eeeeee;
    border: 1px solid #eeeeee;
}

.all_list{
    margin-top: 20px;
}