html {
  font-family: "OpenSans", Helvetica, Arial, sans-serif;
}

#valentines {
  min-width: 1200px;
  background: #F0F2F7;
}
#valentines .top-dv {
  margin: 0 auto;
  padding: 10px 0px;
  background: #FFE852;
}
#valentines .top-dv img {
  margin: 0 auto;
  height: 40px;
}
#valentines .header {
  min-width: 1200px;
  /*height: 570px;*/
}
#valentines .header .bg-top {
  position: relative;
  margin: 0 auto;
}
#valentines .header .bg-top img {
  width: 100%;
  margin: 0 auto;
}

#valentines .header .bg-top .wrapper {
  position: absolute;
  top: 57%;
  left: 0px;
  width: 100%;
  margin: 0 auto;
}
#valentines .header .bg-top .wrapper ul {
  position: absolute;
  top: 10%;
  left: 33%;
  text-align: left;
  font-size: 13px;
}
#valentines .header .bg-top .wrapper ul li {
  margin-bottom: 5px;
}

#valentines .bg-snowflake {
  background-image: url('//statics3.seeedstudio.com/assets/img/event/2017_valentines/bg_box_0214.png');
}

#valentines .progress {
  width: 1200px;
  margin: 0 auto;
}
#valentines .botDv {
  background: #fff;
}
#valentines .botDv ul {
  margin: 10px 0px;
  padding: 20px 100px 20px 40px;
  font-size: 14px;
  background: #FFEB82;
}
#valentines .botDv ul li {
  margin-bottom: 5px;
}
#valentines .product {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  background-color: #f9f9f9;
  min-width: 1200px;
  max-width: 1200px;
}
#valentines .product .left-list{
  position: absolute;
  left: -412px;
  background-image: url('/view/event/img/bg-list.png');
  top: 0px;
  width: 411px;
  height: 1550px;
}
#valentines .product .right-list{
  position: absolute;
  right: -412px;
  background-image: url('//statics3.seeedstudio.com/assets/img/event/2017_valentines/bg_box_0213.png');
  top: 0px;
  width: 411px;
  height: 1550px;
}
#valentines .product .item {
  width: 216px;
  transition: all 0.5s;
  background-color: #fff;
  display: inline-block;
  margin: 12px;
}
#valentines .product .item a {
  color: #4a4a4a;
  text-decoration: none;
}
#valentines .product .item .item-img {
  width: 216px;
  height: 162px;
}
#valentines .product .item .item-name {
  height: 42px;
  font-size: 16px;
  line-height: 1.3em;
  margin: 10px 18px 10px 18px;
  overflow: hidden;
  text-transform: uppercase;
}
#valentines .product .item .item-price {
  margin: 10px 18px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #0d926e;
}
#valentines .product .item .item-price .discount {
  text-decoration: line-through;
  color: #9C9C9C;
  font-weight: bold;
  position: absolute;
}
#valentines .product .item .btn-add-basket {
  display: block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #0d926e;
  cursor: pointer;
}
#valentines .product .item .btn-add-basket:hover {
  background-color: #09694f;
}
