/*首页圆角参数*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {
  background: #f2f5f7;
}
.layout {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.secTop {
  width: 1240px;
  height: 320px;
  background: url('/static/pc/web/images/sectop.png') no-repeat center;
  text-align: center;
}
.secTop .secTitle {
  font-size: 38px;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}
.secTop .secdesc .secline {
  color: #7d2ed5;
}
.secTop .secdesc .secplus {
  font-size: 28px;
  color: #fff;
  margin: 0 15px;
}
.secTop .tomm {
  font-size: 28px;
  color: #fff;
}
.secTop .detTime {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  padding-top: 5px;
}
.secTop .detTime .timeicon {
  display: inline-block;
  width: 58px;
  height: 60px;
  background: #6e17dd;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
}
.killTime {
  margin-top: 40px;
  width: 1240px;
  height: 80px;
}
.killTime .timeItem {
  float: left;
  overflow: hidden;
  border-radius: 8px;
}
.killTime .timeItem .timeList {
  float: left;
  width: 310px;
  background: #505762;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.killTime .timeItem .timeList.active {
  background: #ffa401;
  width: 304px;
  border-left: 3px solid #ffa401;
  border-right: 3px solid #ffa401;
  color: #fff;
}
.killTime .timeItem .timeList.active .timeCont {
  border-right: none;
}
.killTime .timeItem .timeList.active .timed,
.killTime .timeItem .timeList.active .timeState {
  color: #fff;
}
.killTime .timeItem .timeList:hover .timed,
.killTime .timeItem .timeList:hover .timeState {
  color: #fff;
}
.killTime .timeItem .timeList .timeCont {
  border-right: 1px solid #3d444f;
  margin: 19px 0;
}
.killTime .timeItem .timeList .timed,
.killTime .timeItem .timeList .timeState {
  color: #c6d0d2;
  line-height: 20px;
  height: 20px;
}
.killProd {
  margin-top: 20px;
  overflow: hidden;
}
.killProd .proItem {
  overfloat: hidden;
}
.killProd .proItem .proList {
  float: left;
  width: 610px;
  height: 280px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
}
.killProd .proItem .proList:nth-child(odd) {
  margin-right: 20px;
}
.killProd .proItem .proList .lt {
  float: left;
  width: 220px;
  height: 280px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  margin-right: 10px;
}
.killProd .proItem .proList .lt .picIn {
  display: block;
  width: 220px;
}
.killProd .proItem .proList .lt .picIn img {
  width: 220px;
  height: 220px;
  margin: 30px 0;
}
.killProd .proItem .proList .rt {
  padding: 20px 10px;
  margin-left: 230px;
  width: 345px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.killProd .proItem .proList .rt .proName {
  font-size: 18px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.killProd .proItem .proList .rt .sub-title{
  color:#999;
  font-size:16px;
  white-space:pre-wrap;
  line-height:20px;
  height:40px;
  overflow: hidden;
}
.killProd .proItem .proList .rt .proName .rtName {
  color: #333;
}
.killProd .proItem .proList .rt .proNum {
  height: 40px;
  line-height: 40px;
}
.killProd .proItem .proList .rt .proNum .numBar {
  width: 248px;
  height: 10px;
  border-radius: 8px;
  background: #e9edf0;
  display: inline-block;
}
.killProd .proItem .proList .rt .proNum .numBar .numBarIn {
  background: #ffa401;
  height: 10px;
  border-radius: 8px;
  max-width: 248px;
}
.killProd .proItem .proList .rt .proNum .numTips {
  display: inline-block;
}
.killProd .proItem .proList .rt .proNum .numTips .tipIn {
  color: #ff7700;
}
.killProd .proItem .proList .rt .killPrice {
  color: #ffa401;
  margin-bottom: 20px;
}
.killProd .proItem .proList .rt .killPrice .sPrice {
  font-size: 20px;
  margin-right:10px;
}
.killProd .proItem .proList .rt .killPrice .proyP {
  color: #666;
}
.killProd .proItem .proList .rt .killPrice .yUnit,
.killProd .proItem .proList .rt .killPrice .yPrice {
  color: #c6d0d2;
}
.killProd .proItem .proList .rt .killPrice .yPrice {
  color: #c6d0d2;
  text-decoration: line-through;
  font-size: 16px;
}
.killProd .proItem .proList .rt .killBuy {
  display: block;
  border-radius: 25px;
  color: #fff;
  width: 126px;
  height: 36px;
  line-height: 36px;
  background: #ffa401;
  text-align: center;
}
.killProd .proItem .proList .rt .killBuy.disabled {
  border-color: transparent;
  cursor: not-allowed;
  background: silver;
  color: white;
}
