body { 
    background-color:#F3F3F3; 
}

/* title */
.goodsTitle {
    font-size: 18px; 
    color: #4A4A4A;
    border-left: 5px #003399 solid;
    padding-left: 5px;
    margin: 10px 0;
    font-weight: 600;
}
/* 文字跳转其他页面 广告跳转 图片跳转其他页面 - 公用 */
.l-Other-pages,
.r-goods,
.l-Img-pages .r-goodsWhole-bor {
    width: 200px;
    border: 1px solid #ededed;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.10);
    box-sizing: border-box;
    font-size: 12px;
    margin-bottom: 20px;
    background: #fff;
}
/* CN_NT-289 */
.r-goods {
    box-shadow: none;
    border: none;
    margin-bottom: 10px;
    overflow: hidden;
}
.r-goods-content {
    width: 100%;
}
.r-goodsWhole {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid transparent;
    text-decoration: none;
    box-sizing: border-box;
}
.r-goods-content .r-goodsWhole:hover {
    border: 1px solid #749dcf;
    cursor: pointer;
    text-decoration: none;
}
.r-goods-content .r-goodsWhole:hover .p-name {
    color: #003399!important;
    text-decoration: underline;
}
.r-goodsWhole:hover img {
    opacity: .5;
}
.r-goods-content-dl {
    width: 100%;
    box-sizing: border-box;
}
.r-goods-content-dl dt {
    width: 136px;
    height: 150px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.r-goods-content-dl dt img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    max-width: 100px;
    max-height: 100px;
}
.r-goods-content-dl dd {
    font-size: 12px;
    margin-left: 10px;
}
.p-sale {
    font-size: 14px;
    color: #E52F2C;
}
.p-sale > span {
    color: #4A4A4A;
}
.p-single {
    color: #E52F2C;
}
.p-brand {
    display: inline-block;
    color: #9B9B9B;
}
.p-name {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p-name:link {
    color: #4A4A4A;
}
.p-day {
    color: #9B9B9B;
}
.p-stock {
    color: #9B9B9B;
}
.p-sale {
    margin-bottom: 5px;
}
/* 图片跳转 其他页面 以防万一公用 写在一起 */
.l-Img-pages .p-sale {
    font-size: 18px;
    color: #4A4A4A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    line-height: 32px;
}
.l-Img-pages .r-goodsWhole:hover .p-sale {
    color: #ff730a!important;
    text-decoration: underline;
}

/* 详情页 热门商品 - 简单品 1200 */
.CoocFather {
    float: right;
    width: 200px;
    border: 1px solid transparent;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.10);
    background: #fff;
}

.norecommond {
    float: right;
    width: 200px;
    border: 1px solid #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.10);
    background: #fff;
}

#CooccurrenceRecommend ul li {
    border: 1px solid transparent;
    padding: 1px 10px 0;
    box-sizing: border-box;
}
#CooccurrenceRecommend ul li a {
    display: block;
}
#CooccurrenceRecommend ul li a>img {
    display: block;
    width: auto;
    height: auto;
    max-width: 150px;
    max-height: 150px;
}
#CooccurrenceRecommend ul li:hover {
    border: 1px solid #003399 !important;
    cursor: pointer !important;
}
#CooccurrenceRecommend a {
    text-decoration: none;
}
.recommend_price span {
    color: #E52F2C;
}
.recommend_brand {
    color: #9B9B9B;    
}
.recommend_title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #4A4A4A;
}
#CooccurrenceRecommend li:hover .recommend_title {
    text-decoration: underline;
    /* CN_NT-403 */
    color: #003399;
    /* color: #ff730a; */
}
.recommen_delivery {
    color: #9B9B9B;
}

/* 详情页 - 热门商品 - 复杂品 - 1200 */
.CooComplex {
    float: none;
    width: 100%;
    margin: 20px 0;
}
.CooComplex #CooccurrenceRecommend ul {
    width: 1200px !important;
    overflow: hidden;
}
.CooComplex #CooccurrenceRecommend ul li {
    float: left;
    border: 1px #cdcdcd solid;
    width: 386px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 0;
}
.CooComplex #CooccurrenceRecommend a {
    font-size: 12px;
    line-height: 18px;
    padding: 10px;
    display: block;
    overflow: hidden;
    height: 150px;
}
.CooComplex .recommend_img {
    width: 80px;
    float: left;
    margin-right: 10px;
}
.CooComplex .recommend_title {
    width: auto;
}

/* 对比栏 */
.contrast {
    /* display: none; */
    width: 990px;
    background: #fff;
    position: fixed;
    left: 50%;
    bottom: -300px;
    transform: translateX(-50%);
    z-index: 20000;
    /* CN_NT-257 */
    box-shadow: 0 0 16px rgba(0,0,0,.1);
    /* box-shadow: 0 0 3px rgba(128,128,128,.7); */
}
.contrast_bac {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    z-index: 1000000 !important;
}
.contrast_bac .m-loading {
    width: 100%;
    height: 100%;
    background: url("/vcommon/common/img/loading_100_type2.gif") no-repeat center center;
}
.comparison {
    width: 100%;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 5px;
    color: #4A4A4A;
    border-left: 5px solid #003399;
    margin: 10px;
    margin-bottom: 0;
}
.comparison::after {
    clear: both;
    content: "";
    display: block;
}
.comparison p {
    float: left;
    margin-right: 20px;
    height: 100%;
    letter-spacing: 1px;
}
.tips {
    display: none;
    float: left;
    height: 100%;
    color: #E52F2C;
    font-size: 12px;
    box-sizing: border-box;
}
.tips img {
    display: inline-block;
    /* CN_NT-257 */
    width: 19px;
    height: 16px;
    vertical-align: text-bottom;
    /* width: auto;
    height: auto;
    max-width: 25px;
    max-height: 25px;*/
}
.contrast-content {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
}
.content-left {
    width: auto;
    height: 244px;
    box-sizing: border-box;
}
.content-left dl {
    position: relative;
    float: left;
    width: 140px;
    height: 100%;
    background: #fff;
    /*box-shadow: 0 0 4px 0 rgba(0,0,0,0.10);*/
   /*border: 1px solid transparent;*/
	/*CN_NT-257*/
    border: 1px solid #CDCDCD;
    margin-right: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.content-left dl:hover {
    border: 1px solid #003399;
    transform: translateY(-5px);
    /*box-shadow: 0 4px 4px 0 rgba(0,51,153,0.10);*/
	/*CN_NT-257*/
}
.content-left dl:hover .del_img {
    display: block;
}
.content-left dl:last-child {
    margin-right: 0;
}
.content-left dt img {
    display: block;
    width: 100px;
    height: 100px;
    /* CN_EC_REQ-1841 */
    /* margin: 36px auto 10px; */
    margin: 20px auto 10px;
    overflow: hidden;
}
.content-left dt .del_img {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
}
.content-left dd {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contrast-content .money {
    color: #E52F2C;
    line-height: 20px;
    font-size: 14px;
}
/*  CN_NT-24 */
.contrast-content .nomoney {
    color: #9b9b9b;
    text-decoration: line-through;
}
.contrast-content .price,
.contrast-content .brand {
    color: #999999;
    line-height: 17px;
    letter-spacing: -0.38px;
}
.contrast-content .goodsname {
    color: #4A4A4A;
    line-height: 18px;
    position: relative;
}
.contrast-content .goodspartNumber {
    color: #999999;
    line-height: 16px;
    position: relative;
}
.content-right {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
    height: 244px;
    box-sizing: border-box;
    font-size: 12px; /*CN_NT-257*/
}
/* CN_NT-27 */
.contrast .hide,
.contrast .show {
    display: none;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #333 url(/vcommon/theme/compare/img/bottom2.png) no-repeat 70px center/ 12px 12px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.30);
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    padding-left: 17px;
    box-sizing: border-box;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
}
.contrast .show {
    display: block;
    background: #333 url(/vcommon/theme/compare/img/top.png) no-repeat 70px center/ 12px 12px;
    
}
.contrast .hide,
.contrast .show {
    position: absolute;
    top: -46px;
    right: -10px;
}
.contrast .hide:hover
.contrast .show:hover {
    opacity: .7;
}
.trastBtn,
.trastBtn2,
.empty {
    display: block;
    width: 60px;
    height: 28px;
    line-height: 30px;
    border: 1px solid transparent;
    text-align: center;
    color: #4A4A4A;
    margin: 0 auto;
    cursor: pointer;
    user-select: none;
}
.trastBtn {
    margin: 134px auto 10px;
    background: #FFCC00;
}
.trastBtn2 {
    margin: 134px auto 10px;
    background: #F3F3F3;
    color: #CDCDCD;
    cursor: not-allowed;
}
.empty {
    background: #FFFFFF;
    border: 1px solid #FFCC00;
}
.trastBtn:hover,
.empty:hover {
    opacity: .7;
    box-shadow: 0 0 2px #FFCC00; 
}

/* CN_NT-562 */
/*@media (max-width: 1167px) {*/
/*    .l-wrapper {*/
/*        width: 100%;*/
/*    }*/

/*    .CoocFather {*/
/*        float: none;*/
/*        width: 100%;*/
/*        margin-top: 20px;*/
/*    }*/
/*    */
/*    .norecommond {*/
/*        display: none;*/
/*    }*/
/*    #CooccurrenceRecommend .hori_recommend {*/
/*        margin-bottom: 10px;*/
/*    }*/
/*    .CooComplex #CooccurrenceRecommend .hori_recommend {*/
/*        margin-bottom: 0;*/
/*    }*/
/*    .recommend_area ul {*/
/*        overflow: hidden;*/
/*    }*/
/*    .recommend_area .recommend_item a {*/
/*        text-decoration: none;*/
/*        font-size: 12px;*/
/*        line-height: 18px;*/
/*        padding: 10px;*/
/*        display: block;*/
/*        overflow: hidden;*/
/*    }*/
/*    .recommend_title {*/
/*        width: auto;*/
/*    }*/
/*    #CooccurrenceRecommend ul li {*/
/*        float: left;*/
/*        display: block;*/
/*        width: 300px !important;*/
/*        padding: 0;*/
/*        margin-left: 10px;*/
/*        margin-top: 10px;*/
/*        border: 1px #cdcdcd solid;*/
/*    }*/
/*    #CooccurrenceRecommend ul li:hover {*/
/*        border: 1px solid #749dcf;*/
/*        cursor: pointer;*/
/*    }*/
/*    .hori_recommend .recommend_item .recommend_img {*/
/*        float: left;*/
/*        width: 80px;*/
/*        margin-right: 10px;*/
/*    }*/
/*    */

/*    !* 对比 *!*/
/*    .contrast {*/
/*        width: 950px;*/
/*    }*/
/*    .content-left dl {*/
/*        width: 130px;*/
/*    }*/
/*    */
/*}*/
/* CN_NT-562 end */
/*CN_NT-562*/
@media (max-width: 980px) {
    /* 对比过窄时居左显示 */
    .contrast {
        left: 0px;
        transform: translateX(0);
    }
}
/* CN_EC_REQ-1841 */
.compare-review-star{
    font-size: 12px;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 17px;
}
.compare-review-star span{
    font-size: 12px;
    font-weight: 500;
    color: #003399;
    line-height: 17px;
}
.nocompare-review-star{
    font-size: 12px;
    font-weight: 400;
    color: #9B9B9B;
    line-height: 17px;
}
