#maincontainer {
  padding: 30px 0 50px;
  min-height: 580px;
}
.cart-banner {
  cursor: default;
  display: inline-block;
  width: auto;
  height: auto;
  margin-bottom: 20px;
}
.cart-banner > img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
form[name='qpCartForm'] {
  position: relative;
}
form[name='qpCartForm'] button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
  background-color: #4098db;
  border: none;
  outline: none;
  color: #ffffff;
}
form[name='qpCartForm'] button:hover {
  background: #61aee9;
}
.related-product {
  margin-top: 50px;
}
.related-product .related-pt-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #c1c1c1;
  font-weight: 400;
  width: 100%;
  border-bottom: 2px solid #eeeeee;
}
.related-product .related-pt-title > div {
  padding: 0 10px;
  line-height: 32px;
  margin-right: 20px;
  border-bottom: 2px solid #eeeeee;
  position: relative;
  cursor: pointer;
  bottom: -2px;
}
.related-product .related-pt-title > div:hover {
  border-bottom: 2px solid #61aee9;
  color: #4098db;
}
.related-product .related-pt-title .pitch {
  border-bottom: 2px solid #61aee9;
  color: #4098db;
}
.product-box {
  margin-top: 5px;
}
.product-box > div {
  margin-top: 15px;
}
.product-box > div:nth-child(4n+1) {
  padding-right: 22.5px;
}
.product-box > div:nth-child(4n+2) {
  padding: 0 15px 0 7.5px;
}
.product-box > div:nth-child(4n+3) {
  padding: 0 7.5px 0 15px;
}
.product-box > div:nth-child(4n) {
  padding-left: 22.5px;
}
.product-box .product-sp {
  position: relative;
  text-align: center;
}
.product-box .product-sp > a {
  text-decoration: none;
}
.product-box .product-sp .product-sp-top {
  position: relative;
}
.product-box .product-sp .product-sp-top:hover .layer {
  display: block;
}
.product-box .product-sp .product-sp-top > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-box .product-sp .product-sp-top .product-picture {
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.product-box .product-sp .product-sp-top .new {
  width: 20px;
  height: 40px;
  position: absolute;
  top: -5px;
  right: 35px;
  background: url('../images/newsale.png') no-repeat;
}
.product-box .product-sp .product-sp-top .sale {
  width: 20px;
  height: 40px;
  position: absolute;
  top: -5px;
  right: 10px;
  background: url('../images/sale.png') no-repeat;
}
.product-box .product-sp .layer {
  display: none;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  background: url('../images/layer_img.svg') no-repeat;
}
.product-box .product-sp .layer > img {
  width: 60px;
  height: 9px;
  position: absolute;
  bottom: 18px;
  left: 10px;
}
.product-box .product-sp .layer-collect {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 40px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url('../images/icon_collect.svg') no-repeat;
}
.product-box .product-sp .layer-collect:hover {
  background: url('../images/icon_collect_select.svg') no-repeat;
}
.product-box .product-sp .layer-cart {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: url('../images/icon_cart.svg') no-repeat;
}
.product-box .product-sp .layer-cart:hover {
  background: url('../images/icon_cart_select.svg') no-repeat;
}
.product-box .product-sp .productLabel {
  position: absolute;
  top: -5px;
  right: 10px;
}
.product-box .product-sp .productLabel img {
  margin-left: 5px;
}
.product-box .product-sp .product-name {
  width: 100%;
  font-weight: 400;
  margin: 10px 0 5px;
  padding: 0 5px;
  font-size: 14px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.product-box .product-sp .product-name:hover {
  color: #4098db;
}
.product-box .product-sp .product-price .price-gray {
  color: #c1c1c1;
  font-size: 14px;
  margin-right: 10px;
}
.product-box .product-sp .product-price .price-now {
  color: #fd4a4a;
  font-size: 18px;
  font-weight: 700;
}
