body{
    background: #F3F3F3 !important;
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.collection_content{
    width: 1200px;
    margin: 0 auto;
}
.collection_content_top{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.1);
}
.collection_discount{
    background-image: url("/vcommon/theme/outlets/img/top_discounts.png");
    background-size: 100%;
    width: 1200px;
    height: 80px;
    /* background: #FFCC00; */
}
.collection_discount_item{
    display: inline-block;
    padding-top: 20px;
    margin-left: 50px;
    font-size: 24px;
    text-align: center;
    cursor:pointer;
    color:#fff;
    width: 49px;
}
.collection_discount_item:hover{
    font-weight: bold;
    color: #FFCC00;
}
.active{
    border-bottom: 4px solid #FFCC00;;
    font-weight: bold;
    color: #FFCC00;
}
/* 面包屑 */
.topicPath{
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
    /* height: 16px; */
}
.topicPath li {
    /* margin-right: 5px; */
    height: 16px;
    font-size: 12px;
    color: #4a4a4a;
    line-height: 16px;
    display: inline-block;
}
.topicPath li:first-child{
    color: #9B9B9B;
}
.topicPath li a,.topicPath li a:link {
    color: #9B9B9B;
}
.topicPath li a:hover{
    text-decoration: underline;
}
/* 排序   时间 价格 起定量  分页*/
.topbox{
    width: 1180px;
    height: 44px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    margin:20px 0 0px 0;
}
.topboxnav{
    border: 1px solid #cdcdcd;
    height: 23px;
    font-size: 12px;
    line-height: 23px;
    text-align: center;
    display: inline-flex;
    margin: 10px 0 9px 0;
    cursor: pointer;
    color: #4a4a4a;
}
.topboxnav .item:first-child{
    padding: 0 16px;
    border-left: none;
}
.topboxnav .item{
    padding: 0 10px;
    border-left: 1px solid #cdcdcd;
    box-sizing: border-box;
}
.topboxnav .item.on{
    color: #003399;
}
.topboxnav .price{
    width: 56px;
    position: relative;
    text-align: left;
}
.topboxnav .time{
    width: 62px;
    position: relative;
    text-align: left;
}
.topboxnav .discount{
    width: 80px;
    position: relative;
    text-align: left;
}
.topboxnav .ordernum{
    width: 68px;
    position: relative;
    text-align: left;
}
.topboxnav .priceUp,.topboxnav .timeUp,.topboxnav .ordernumUp{
    width: 7px;
    height: 4px;
    position: absolute;
    bottom: 13px;
    right: 10px;
}
.topboxnav .priceDown,.topboxnav .timeDown,.topboxnav .ordernumDown{
    width: 7px;
    height: 4px;
    position: absolute;
    bottom: 7px;
    right: 10px;
}

.pageNav{
    font-size: 12px;
    display: flex;
    color: #999999;
    align-items: center;
}
.pageNav_all,.pageNav_num{
    line-height: 19px;
    height: 19px;
    padding-right: 20px;
    font-size: 14px;
}
.pageNav_num{
    padding-right: 20px;
    font-size: 14px;
}
.pageNav_but{
    height: 24px;
    display: inline-flex;
}
.pageNav_but .prev,.pageNav_but .next{
    width: 48px;
    cursor: pointer;
}
.pageNav_but .prev img,.pageNav_but .next img{
    width: 48px;
    height: 24px;
}
.pageNav_all span{
    color:#003399;
    font-weight: bold;
}
.pageNav_num span{
    color: #003399;
}
/* 一级分类导航 */
.collection_one_classify{
    width: 120px;
    height: 100%;
    /* background: #FFF7D6; */
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.sale_nav{
    width: 100%;
    max-height: 60px;
    overflow: hidden;
}
.sale_nav_auto{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #DFEEFF;
}
.sale_nav_list{
    width: 1089px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    background:#ffffff;
    padding-bottom: 20px;
    position:relative;
}

.one_sale_nav_select{
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei !important;
    font-weight: bold !important;
    color: #003399 !important;
}
.one_sale_nav_select:before{
    content: '';
    width: 100%;
    height: 2px; 
    position: absolute;
    left: 0;
    top: 21px; 
    z-index: 99;
    background: #003399;
}
.two_sale_nav_select{
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei !important;
    font-weight: bold !important;
    color: #003399 !important;
}
.sale_nav_list li{
    position: relative;
    /* height: 46px; */
    text-align: center;
    /* line-height: 46px; */
    /* padding-top: 20px; */
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    margin: 20px 20px 0 20px;
}
.sale_nav_list li:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #ffffff inset;
    z-index: 999;
}
.sale_nav_list li:hover{
    color: #003399;
}
.pageNumInput:hover{
    border: 1px solid #003399 !important;
}
.my-page-next:hover{
    background: #003399;
    color: #fff;
}
.my-page-prev:hover{
    background: #003399;
    color: #fff;
}
/* 二级分类导航 */
.collection_two_classify{
    width: 120px;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    position:relative;
}
.two_sale_nav{
    width: 100%;
    max-height: 60px;
    overflow: hidden;
}
.two_sale_nav_auto{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    background: #DFEEFF;
}
.two_sale_nav_list{
    width: 1089px;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    background:#ffffff;
    position:relative;
    padding-bottom: 20px;
}
.two_sale_nav_list:before{
    content: '';
    width: 100%;
    height: 1px; 
    position: absolute;
    left: 0;
    top: 0; 
    z-index: 99;
    background: #EAEAEA;
}
.collection_two_classify:before{
    content: '';
    width: 100%;
    height: 1px; 
    position: absolute;
    left: 0;
    top: 0; 
    z-index: 99;
    background: #fff;
}
.two_sale_nav_list li{
    position: relative;
    /* height: 46px; */
    text-align: center;
    /* line-height: 46px; */
    /* margin-top: 5px; */
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    margin: 20px 20px 0 20px;
}
.two_sale_nav_list li:hover{
    color: #003399;
}  
.two_sale_nav_select{
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei !important;
    font-weight: bold !important;
    color: #003399 !important;
}
.two_sale_nav_select:before{
    content: '';
    width: 100%;
    height: 2px; 
    position: absolute;
    left: 0;
    top: 20px; 
    z-index: 99;
    background: #003399;
}


/* 一级展开收起 */
.one_sale_more_tab{
    width: 74px;
    height: 100%;
    background: #FFFFFF;
    line-height: 60px;
    position:relative;
    display: none;
}
.one_sale_more_tab p{
    position: absolute;
    top: 18px;
    width: 1px;
    height: 20px;
    background: #999999;
    border-radius: 1px;
}
.one_sale_more_tab img{
    width: 16px;
    height: 16px;
}
.cursor_more{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.cursor_more:hover span{
    color: #003399;
}
.cursor_more span{
    font-size: 14px;
    color: #666666;
    margin: 0 5px 0  12px;
}
.show_up:hover img{
    content: url("/vcommon/theme/outlets/img/more_downs.png");
}
.show_down:hover img{
    content: url("/vcommon/theme/outlets/img/more_ups.png");
}
/* 二级展开收起 */
.two_sale_more_tab{
    width: 74px;
    height: 100%;
    background: #FFFFFF;
    line-height: 60px;
    position:relative;
    display: none;
}
.two_sale_more_tab:before{
    content: '';
    width: 100%;
    height: 1px; 
    position: absolute;
    left: 0;
    top: 0; 
    z-index: 99;
    background: #EAEAEA;
}
.two_sale_more_tab p{
    position: absolute;
    top: 18px;
    width: 1px;
    height: 20px;
    background: #999999;
    border-radius: 1px;
}
.two_sale_more_tab img{
    width: 16px;
    height: 16px;
}
.two_cursor_more{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.two_cursor_more:hover span{
    color: #003399;
}
.two_cursor_more span{
    font-size: 14px;
    color: #666666;
    margin: 0 5px 0  12px;
}
.two_show_up:hover img{
    content: url("/vcommon/theme/outlets/img/more_downs.png");
}
.two_show_down:hover img{
    content: url("/vcommon/theme/outlets/img/more_ups.png");
}
/* 主内容 */
.allNewPList{
    width: 1200px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}
.newpItem{
    background: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    width: 232px;
    height: 402px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #4a4a4a;
    border: 1px solid transparent;
}
.newpItem:hover{
    border: 1px solid #003399;
    box-sizing: border-box;
}
.newpItem:hover .newpItem_con_name{
    color: #003399;
    /* text-decoration: underline; */
}
/* .newpItem:hover .newpItem_img img{
    transform: translate(0,-3px);
    -ms-transform:translate(0,-3px);
	-webkit-transform:translate(0,-3px);
} */
.newpItem:nth-child(5n){
    margin-right: 0;
}
.newpItem_img{
    width: 100%;
    text-align: center;
    padding: 40px 0 5px 0;
    height: 150px;
}
.newpItem_img img{
    max-width: 150px;
    max-height: 150px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.newpItem_con{
    position: relative;
    padding: 0 9px;
}
.newpItem_con_name{
    height: 20px;
    line-height: 20px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
    white-space: nowrap;
    font-size: 14px;
}
.newpItem_con_name:hover{
    color: #003399;
    text-decoration: underline;
}
.newpItem_con_code{
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.leftcode{
    flex: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    /* width: 146px; */
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
}
.newpItem_con_code .rightmore{
    width: 56px;
    height: 16px;
    font-size: 14px;
    color: #003399;;
    line-height: 16px;
    text-decoration: underline;
}
.rightmore:hover{
    font-weight: bold;
}
.newpItem_con_brand{
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 6px;
    color: #9B9B9B;
    white-space: nowrap;
}
.newpItem_con_ship{
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    font-size: 12px;
}
.newpItem_con_ship p{
    height: 24px;
    background: #E6EEFF;
    border-radius: 2px;
    border: 1px solid #003399;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 22px;
    padding: 0 8px;
    margin-right: 10px;
    box-sizing: border-box;
}
.newpItem_con_yj{
    height: 16px;
    font-size: 12px;
    color: #9B9B9B;
    line-height: 16px;
    text-decoration: line-through;
    margin-top: 6px;
}
.newpItem_con_xj span{
    font-size: 12px;
    margin-right: 2px;
}
.newpItem_con_xj{
    height: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #E52F2C;
    line-height: 20px;
    margin: 3px 0 6px 0;
}
.newItem_pricebox{
	width: 212px;
    height: 40px;
    background: #FFCC00;
    border-radius: 2px;
    line-height: 40px;
    text-align: center;
    margin-top: 10px;
    margin: 10px 9px 0 9px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
}
.newItem_pricebox:hover{
    background: #FFEA98;
    color: #333333;
}
.number_off{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 99;
}
.newpItem_con_box{
    width: 231px !important;
    top: 24px !important;
}
.newpItem_con_name_hover{
    position: absolute;
    left: 2px;
    top: 24px;
    width: 280px;
    height: auto;
    color: #333333;
    padding: 4px 6px;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFF7D6;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1000);
    z-index: 999;
    display: none;
}
.leftcode_box{
    width: 231px !important;
    top: 90px !important;
}
.leftcode_hover{
    position: absolute;
    left: 10px;
    top: 90px;
    width: 280px;
    height: auto;
    color: #333333;
    padding: 4px 6px;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFF7D6;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1000);
    z-index: 999;
    display: none;
}
.newpItem_con_brand_hover{
    position: absolute;
    left: 10px;
    top: 112px;
    width: 280px;
    height: auto;
    color: #333333;
    padding: 4px 6px;
    line-height: 20px;
    box-sizing: border-box;
    background: #FFF7D6;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1000);
    z-index: 999;
    display: none;
}
.newpItem_con_brand_box{
    width: 231px !important;
    top: 112px !important;
}