/************ goods_list ******************/

.goods-image-wrap {
  position: relative;
}

.goods-image-wrap img {
  width: 240px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.goods-dc {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ff0000;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  *transform: rotate(15deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.goods-new {
  position: absolute;
  right: 10px;
  top: 10px;
  background: orange;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  *transform: rotate(15deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.goods-best {
  position: absolute;
  right: 10px;
  top: 10px;
  background: red;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  *transform: rotate(15deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.goods-name {
  padding: 10px 0;
}

.goods-name a {
  font-size: 1.4rem;
  font-weight: 500;
}

.goods-sobijaga {
  color: #777;
  font-size: .9rem;
  font-style: italic;
  text-decoration: line-through;
  margin-right: 10px;
}

.goods-price {
  font-size: 1.2rem;
  font-weight: 500;
  color: lightcoral;
}

.n-price {
  display: inline-block;
  width: 150px;
  background: #49b267;
  color: white;
  padding: 4px 8px;
  font-weight: 500;
  box-sizing: border-box;
  text-align: right;
  border-radius: 3px;
}

.g-price {
  display: inline-block;
  width: 150px;
  background: #ff9d03;
  color: white;
  padding: 4px 8px;
  font-weight: 500;
  box-sizing: border-box;
  text-align: right;
  border-radius: 3px;
}

.v-price {
  display: inline-block;
  width: 150px;
  background: red;
  color: white;
  padding: 4px 8px;
  font-weight: 500;
  box-sizing: border-box;
  text-align: right;
  border-radius: 3px;
}

.ev-price {
  display: inline-block;
  width: 150px;
  background: black;
  color: white;
  padding: 4px 8px;
  font-weight: 500;
  box-sizing: border-box;
  text-align: right;
  border-radius: 3px;
}

/************ goods_view ******************/

#thumb-img {
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.mini-img {
  width: 62px;
  height: 62px;
  border: 1px solid #efefef;
  box-sizing: border-box;
}

.mini-img.active {
  border: 1px solid #a04db7;
}

.detail-title {
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  padding: 50px 0 0;
}

.detail-sub-title {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  padding: 10px 0 50px;
}

.detail-desc-lg {
  font-size: 1.5rem;
}

.detail-desc-sm {
  font-size: 1.1rem;
  font-weight: 300;
  margin-top: 20px;
}
