.page1{
    display: flex;
    align-items: center;
    margin: 0 10px 0 20px;
    height: 20px;
    font-size: 14px;
}
.page1 .o-prev {
    margin-right: 10px;
    cursor: pointer;
}
.page1 .o-num {
    color: #4a4a4a;
}
.page1 .o-next {
    margin-left: 10px;
    cursor: pointer;
}
.page1 .o-num-max {
    color: #b1b1b1;
}
.l-contentWrap{
    margin: 80px 0 0 0;
    padding-bottom: 30px;
}
.l-content--category{
    float: none;
    width: 1200px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.l-content-top{
    display: flex;
    align-items: center;
    padding: 10px 0;
    min-height: 25px;
    background: #EEF4FC;
}
.red{
    color: #E52F2C;
}
.top-border{
    width: 5px;
    height: 25px;
    background-color: #003399;
}
.top-count .red{
    font-size: 18px;
    padding: 0 2px;
}
.top-count{
    color: #4a4a4a;
    flex: 1;
    line-height: 25px;
    display: flex;
    align-items: center;
}
.top-count .count{
    font-size: 12px;
    height: 25px;
    display: flex;
    align-items: center;
}
.top-count .top-title{
    font-size: 18px;
    padding: 0 20px 0 5px;
    font-weight: bold;
}
.m-priceCaution{
    margin: 10px 0;
    line-height: 16px;
    padding-left: 31px;
    position: relative;
    color: #4a4a4a;
}
.m-priceCaution::after{
    content: '';
    background-image: url(/vcommon/theme/detail/img/annotation-grey.png);
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
}
.m-link>a{
    padding-left: 0;
    background: none;
    text-decoration: underline;
    color: #003399;
}
.m-link{
    padding-left: 0;
}
.pditem{
    width: 228px;
    border: 1px solid #ededed;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
.pditem:hover{
    border: 1px solid #003399;
}
.pditem:hover .pdname>a{
    color: #003399!important;
    text-decoration: underline!important;
}
.m-listAreaUnit--spec{
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}
.pditem .topbox{
    padding: 10px 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.pditem .pdimg{
    margin: 20px 0;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pditem .pdimg img{
    max-width: 150px;
    max-height: 150px;
}
.pditem .iconbox{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
}
.pditem .iconbox .icons {
    display: inline-block;
    height: 15px;
    background: #EEF4FC;
    border: 1px solid #003399;
    font-size: 12px;
    padding: 0 4px;
    color: #003399;
    line-height: 15px;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
}
.pditem .iconbox .l-Recommend {
    display: inline-block;
    height: 15px;
    padding: 0 4px;
    background: #FFF4F4;
    border: 1px solid #E52F2C;
    text-align: center;
    color: #E52F2C;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    margin-right: 6px;
    margin-bottom: 6px;
}
/* 仅仅火狐生效*/
@-moz-document url-prefix(){
    .l-Recommend span,
    .pditem .iconbox .icons span{
        display: inline-block;
        height: 17px;
        line-height: 16px;
    }
}
/* IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
    .l-Recommend span,
    .pditem .iconbox .icons span{
        display: inline-block;
        height: 17px;
        line-height: 15px;
    }
}
.pditem .contentbox{
    padding: 4px 10px 10px 10px;
}
.pditem .contentbox .pdname{
    max-height: 40px;
    overflow:hidden;
    word-break: break-all;
}
.pditem .contentbox .pdname a{
    color: #4a4a4a;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}
.pditem .contentbox .cbox-bc{
    display: flex;
    justify-content: space-between;
    padding-top: 4px;
    height: 16px;
    line-height: 16px;
    color: #9b9b9b;
}
.pditem .contentbox .brand{
    display: flex;
    padding-right: 10px;
    flex: 1;
    min-width: 0;
}
.pditem .contentbox .brand span{
    color: #4a4a4a;
    width: calc(100% - 36px);
    height: 16px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.pditem .contentbox .cadbox a,
.pditem .contentbox .cadbox span{
    color: #4a4a4a;
    text-decoration: none;
}
.pditem .contentbox .shipdate,
.pditem .contentbox .price{
    padding-top: 2px;
    line-height: 16px;
    color: #9b9b9b;
}
.pditem .contentbox .shipdate span{
    color: #4a4a4a;
}
.pditem .contentbox .price .red{
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
}
.pditem .contentbox .price{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* 分页 */
#pageToolbar{
    padding-bottom: 20px;
}
.ui-paging-container li {
    padding: 0 8px;
    text-align: center;
    line-height: 22px;
    box-sizing: border-box;
    margin-right: 10px;
    margin-left: 0;
    font-size: 12px;
    color: #9b9b9b;
}
.ui-paging-container li.focus {
    background-color: #003399;
    border-radius: unset;
}
.ui-paging-container li.ui-pager {
    border: 1px solid #cdcdcd;
    height: 24px;
    line-height: 22px;
}
.ui-paging-container .js-page-prev img {
    left: 5px;
}
.ui-paging-container .js-page-next img {
    right: 5px;
}
.ui-paging-container .js-page-action img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ui-paging-container li.focus a {
    background-color: #003399;
    color: #ffffff;
}
.ui-paging-container li a {
    color: #9b9b9b;
}
.ui-paging-container li.ui-paging-ellipse {
    color: #cdcdcd;
}
.ui-paging-container li.ui-paging-toolbar {
    margin-left: 10px;
    height: 24px;
}
.ui-paging-container li.ui-paging-toolbar select {
    height: 22px;
    border: 1px solid #ddd;
    color: #666;
}
.ui-select-pagesize {
    display: none !important;
}
.ui-paging-container li.ui-paging-toolbar a:hover {
    text-decoration: none !important;
}
.ui-paging-toolbar {
    margin-left: 0;
}
.ui-paging-container li.ui-paging-toolbar input::-webkit-input-placeholder {
    color: #9b9b9b;
}
.ui-paging-container li.ui-paging-toolbar input {
    width: 85px;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    background: #FFFFFF;
    border: 1px solid #cdcdcd;
    font-size: 12px;
    color: #9b9b9b;
    box-sizing: border-box;
    vertical-align: initial;
    margin: 0 10px 0 0;
}
.ui-paging-container li.ui-paging-toolbar a {
    background-color: #003399;
    color: #fff;
    width: 53px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    margin-left: 0;
    border: none;
    vertical-align: initial;
    border-radius: unset;
}
.js-page-first, .js-page-last {
    display: none !important;
}
.ui-paging-container .js-page-action {
    width: 68px;
    position: relative;
    padding: 0 5px;
}
.nopimg{
    width: 100%;
    padding: 30px 0 20px 0;
    text-align: center;
}
.nopimg img{
    width: 40px;
}
.nopfont{
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
    color: #333333;
}
.nopbut{
    width: 140px;
    height: 36px;
    background: #FFCC00;
    text-align: center;
    line-height: 36px;
    color: #333333;
    font-size: 14px;
    margin: 0 auto;
}
.nopbut a{
    text-decoration: none;
    color: #333333;
}
.nopcontent{
    padding-bottom: 176px;
    width: 100%;
}

.l-content{
    z-index: 4001;
}
.zkicon img{
    width: 60px;
}
.m-icn--cvalue_new{
    width: 58px;
    height: 19px;
    background: url(/vcommon/spec/img/icon_jjx_new.png) no-repeat;
    background-size: 100% 100%;
    margin: 3px 0;
}