.wrap {
    width: 1200px;
    margin: 0 auto;
}
.goods_page_nav{
    margin-top: 10px;
    border-bottom: 2px solid #ff464e;
}
.goods_page_nav .goods_nav_in ul li{
    background: #ff464e;
    color: #fff;
    line-height: 40px;
    width: 150px;
    text-align: center;
}
.mbx{
    line-height: 60px;
    font-size: 14px;
    color: #666;
}
.goods_params{
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 14px;
    color: #666;
}
.goods_params .block{
    background: #fafafa;
    line-height: 35px;
}
.goods_params .block:first-child {
    border-bottom: 1px solid #eee;
    background: #fff;
}
.goods_params .block ul li{
    float: left;
    padding: 0 10px;
    cursor: pointer;
}
.goods_params .block ul li.active{
    font-weight: 700;
    color: #ff464e;
}
.goods_params .block .left_info{
    float: left;
    padding-left: 20px;
    padding-right: 15px;
}
.goods_list{
    margin-top: 20px;
    margin-bottom: 20px;
}
.goods_list .item{
    width: 226px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-left: 10px;
    float: left;
}
.goods_list .item:hover{
    cursor: pointer;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
}
.goods_list .item dl dt{
    width: 210px;
    margin: 0 auto;
    margin-top: 8px;
}
.goods_list .item dl dt img{
    width: 210px;
    height: 210px;
}
.goods_list .item dl dd{
    padding: 0 8px;
    font-size: 14px;
    color: #999;
}
.goods_list .item dl .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 34px;
}
.goods_list .item dl .other{
    height: 28px;
}
.goods_list .item dl .other .price{
    color: #ff464e;
    font-size: 16px;
    font-weight: bold;
}
.goods_list .item dl .num{
    line-height: 34px;
    color: #333;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
.goods_list .item dl .btn{
    border-radius: 4px;
    color: #ff464e;
    border: 1px solid #ff464e;
    line-height: 28px;
    width: 180px;
    text-align: center;
    margin: 10px auto;
}
.goods_list .item dl .btn:hover{
    background: #ff464e;
    color: #fff;
}
#pages ._page_container{
    margin: 0;
    text-align: left;
}
#pages ._page_container ._next,#pages ._page_container ._prev{
    text-align: center;
}
#pages ._page_container ._active_1{
    background-color: #ff464e;
}
#pages ._page_container ._pages li:hover {
    color: #ff464e;
}
/* 移动端 */
.m_top,.mask_left,.filter_content,.type3,.top,#loading{
    display: none;
}
