.colorfa8936{
    color: #fc8600;
}
/* 头部 start*/
.headerBtm{
	height: 160px;
    background: url(../../../public/images/common/headerBottom_bg01.png) no-repeat top center;
    background-size: 100% 100%;
	overflow: hidden;
}

.headerBtm .titPic {
    margin-top: 38px;
    margin-left: -72px;
    width: 370px;
    height: 84px;
    background: url(../../../public/images/common/headerBg_wh01.png) no-repeat center center;
    background-size: 100% 100%;
}

.headerBtm .titPic img{
    margin-top: 24px;
    display: block;
    margin-right: 46px;
}
/* 头部 end*/

.kdxFilter{
	padding-left: 22px;
	font-size: 16px;
	line-height: 16px;
	color: #999999;
	background: url(../../policyFile/images/icon_nocheck.png) no-repeat left center;
	margin-left: 30px;
	margin-top: 30px;
}
.kdxFilter.on{
	color: #1578f1;
	background: url(../../policyFile/images/icon_checkOn.png) no-repeat left center;
}

/* 列表 strat */
.dataList{
    padding-top: 30px;
}

.productItem{
    margin-right: 20px;
    margin-bottom: 22px;
    padding: 15px 14px;
    width: 285px;
    box-sizing: border-box;
    border: 1px solid #dae0ec;
    border-radius: 5px;
}

.productItem:hover{
    border-color: #1578f1;
}

.productItem .imgBox{
    width: 255px;
    height: 140px;
    overflow: hidden;
    border-radius: 5px;
}

.productItem .imgBox img{
    display: block;
    width: 100%;
    height: 100%;
}

.productItem .priceBox{
    line-height: 15px;
    color: #7a8ba6;
}

.productItem .priceBox .realPrice{
    color: #fa164c;
    margin-right: 14px;
    max-width: 120px;
}

.productItem .priceBox .originalPrice{
    text-decoration: line-through;
    max-width: 120px;
}

.productItem .productName{
    color: #363b4d;
}

.productItem:hover .productName{
    color: #1578f1;
}

.productItem .productCom{
    color: #7a8ba6;
    margin-right: 20px;
    max-width: 150px;
}

.productItem .productPos{
    color: #7a8ba6;
    background: url(../images/icon_pos.png) no-repeat left center;
    padding-left: 20px;
    max-width: 65px;
}

.productItem .fwqTag{
    width: 70px;
    height: 24px;
    line-height: 24px;
    top: 7px;
    left: 7px;
    background: #fff3e6;
    color: #fc8600;
    font-size: 14px;
    z-index: 99;
    border-radius: 3px;
    padding-left: 11px;
    box-sizing: border-box;
}

.productItem .dk{
    width: 100px;
    height: 24px;
    line-height: 24px;
    right: 22px;
    top: 124px;
    background: #fff2f4;
    color: #fa2554;
    font-size: 14px;
    box-sizing: border-box;
    padding-left: 12px;
    border-radius: 3px;
    z-index: 99;
}
/* 列表 end */

body{
    background: url(../../../public/images/pics/bgCon1.png) no-repeat center center;
    background-size: 100% 100%;
}