@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2020-03-12 10:12:11
 * @version $Id$
 */


.hotCommodity{  }
.searchWrap{ background: #ffffff; padding: 29px 0 30px 44px; }
.searchStyle{ width: 658px; height: 38px; border: 1px solid #e8e8e8; }
.searchStyle input{ float: left; border: none; }

.searchStyle input.searchText{ width: 588px; height: 38px; font-size: 14px; padding-left: 13px; padding-right: 13px; }
.searchStyle input.searchButton{ width: 44px; height: 38px; background: #ff4b4f url(../images/icon-search.png) no-repeat center; cursor: pointer; }

.div001{ padding: 14px 19px 13px 20px; }
.div001 .cLeft{ float: left; line-height: 23px; font-size: 13px; color: #7e7e7e; }
.div001 .cRight{ float: right; }
.div001 .timeNav span{ display: inline-block; vertical-align: top; background: #ffffff; font-size: 12px; padding: 2px 8px; border: 1px solid #ff6275; margin-left: -1px; cursor: pointer; }
.div001 .timeNav span:hover{ color: #ff4b4f; }
.div001 .timeNav span.active{ background: #ff6275; color: #FFF; }




span.cButton{ cursor: pointer; }
span.cBtnAct{ color: #5ac526; }
span.cBtnAct span.cText{ text-decoration: underline; }




.commonTableList tr{ cursor: pointer; }
.commonTableList tr td{ padding: 10px 0 9px; }


.dl001{ display: inline-block; vertical-align: top; text-align: left; }
.dl001 dt{ float: left; border: 1px solid #e8e8e8; overflow: hidden; margin-right: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px; }
.dl001 dt img{ display: inline-block; vertical-align: top; max-width: 78px; max-height: 78px; }
.dl001 dd{ float: left; padding-top: 8px; height: 60px; overflow: hidden; max-width: 209px; font-size: 14px; color: #7b7b7b; }
.dl001 dd span.commoditySource{ display: inline-block; vertical-align: top; padding-left: 9px; padding-right: 9px; color: #FFF; margin-right: 9px; margin-top: 2px; 
	background: -webkit-linear-gradient(left, #ff8a00, #ff5600);
    background: -o-linear-gradient(right, #ff8a00, #ff5600);
    background: -moz-linear-gradient(right, #ff8a00, #ff5600);
    background: linear-gradient(to right, #ff8a00, #ff5600);

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}
.dl001 dd span.commoditySource2{ display: inline-block; vertical-align: top; padding-left: 9px; padding-right: 9px; color: #FFF; margin-right: 9px; margin-top: 2px;
    background: #e1251b;

    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    -ms-border-radius: 9px;
    border-radius: 9px;
}

.dl001 dd span.commodityDescription{ line-height: 20px; }

.commonTableList span.price1{ color: #777777; }

.commonTableList tr:hover{ background: #f6fafc; }
.commonTableList tr:hover span.commodityDescription{ color: #ff4b4f; }







