.container .grading {
  height: 66px;
  background: #f5f5f5;
  line-height: 56px;
}
.container .grading p a {
  width: 1300px;
  margin: 0 auto;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
}
.container .grading p span {
  color: #0a61af;
}
.container .main {
  width: 1300px;
  margin: 40px auto 50px;
}
.container .main table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.container .main table tr {
  border: 1px solid #e5e5e5;
  height: 70px;
  color: #535353;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.container .main table tr .td-img {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .main table tr .td-img span{
  display: inline-block;
  width: 20px;
  background: #f5f5f5;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
}
.container .main table tr .td-img img {
  margin: 0 12px;
}
.container .main table tr .td-red {
  color: #f03a58;
}
.container .main table tr .td-decoration {
  text-decoration: line-through;
  color: #7b7b7b;
}
.container .main table tr .td-quantity {
  color: #0a61af;
}
.container .main table tr .td-bottom {
  margin-right: 20px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .main table tr .td-bottom a {
  display: block;
  width: 100px;
  height: 42px;
  line-height: 42px;
  background: #0a61af;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
}
.container .main table tr .td-choose {
  text-align: left;
}
.container .main table tr .td-choose input {
  margin: 0 10px 0 24px;
}

.container .product{
    min-height: 200px;
}
.container .product li{
    display: flex;
    margin-bottom: 15px;
    background:#ffffff;
    border-radius: 9px;
    padding: 15px 11px;
    border: 1px solid #cccccc;
}

.container .product li>.checkbox{
    display: flex;
    align-items: center;
    transform: scale(.85);
    margin-right: 10px;
}

.container .product li>.product-info{
    position: relative;
}

.container .product li>.product-info .title{
    font-size: 16px;
    color: #212121;
    font-weight: 500;
}
.container .product li>.product-info .sku-code{
    margin-top: 8px;
    font-size: 14px;
    color: #9e9e9e;
}
.container .product li>.product-info .spec{
    margin-top: 8px;
    font-size: 14px;
}

.container .product li>.product-info .price{
     margin-top: 8px;
}

.container .product li>.product-info .prodct-price{
    font-size: 16px;
    color: #e50012;
    font-weight: 800;
    margin-bottom: 5px;
}
.container .product li>.product-info .prodct-price text{
    font-size: 12px;
}
.container .product li>.product-info .original-price{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.container .product li>.product-info .number-btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 0;
    
}
.container .product li>.product-info .number-btn span{
    display: inline-block;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    font-size: 14px;
}
.container .product li>.product-info .number-btn text{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
}

.total-price{
    text-align: right;
}

.total-price #submit-bit{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    background: #0a61af;
    margin-bottom: 15px;
}

.container .product .empty-cart{
    text-align: center;
}