﻿.markingshowImg {
  padding: 2px 5px;
  background: #c10000;
  border-radius: 5px;
  /* border: 1px solid #ccc; */
  color: #fff;
}
.Modelbottom ul li.skuChecked {
  background: #c10000;
  color: #fff;
  border: none;
}
.menulist .submenu dl dt a {
  color: #c10000;
  font-weight: 700;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.productGraphic ul li .productName a.hover {
  color: #c10000;
  text-decoration: underline;
}
.productMenu {
  padding: 0px;
  width: 100%;
  background: #c10000;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}
/* 属性选中 */
.ischecked {
  background: #c10000;
  color: white;
  border-radius: 4px;
  padding-left: 5px;
}
