*,
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #43a99c;
}
img {
  vertical-align: middle;
}
.container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
}
h2 {
  display: none;
}
.go-top {
  position: fixed;
  width: 50px;
  bottom: 60%;
  right: 0;
  height: 120px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.go-top .icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  background: url(../images/icons.png) top center no-repeat;
  background-color: #00000090;
}
.go-top .icon:hover {
  background-color: #0ba7bc;
}
.go-top .icon-go-home {
  background-position: 0 0;
}
.go-top .icon-go-home a {
  width: 100%;
  height: 100%;
  display: block;
}
.go-top .icon-go-top {
  background-position: -50px 0;
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .go-top {
    bottom: 200px;
    right: 300px;
  }
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.container:before,
.container:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.container:after,
.row:after {
  clear: both;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
header {
  width: 100%;
  height: 1275px;
  background: url('../images/bg_top.jpg') top center no-repeat;
  background-size: cover;
}
.main {
  margin-top: 285px;
  margin-bottom: 70px;
  width: 100%;
  background: url('../images/bg_mid.jpg') top center no-repeat;
  background-size: 100% 100%;
}
.main .sales {
  width: 100%;
  margin-bottom: 244px;
}
.main .sales .first {
  position: relative;
  width: 100%;
  background: url('../images/bg_sale_right.png') bottom center no-repeat;
  height: 512px;
}
.main .sales .second {
  position: relative;
  width: 100%;
  background: url('../images/bg_sale_left.png') bottom center no-repeat;
  height: 455px;
  margin-top: 54px;
}
.main .sales .sale-tit-mb {
  margin-bottom: 88px;
}
.main .left {
  left: 80px;
}
.main .right {
  right: 80px;
  top: 88px;
}
.main .sale-title {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.main .sale-list {
  position: absolute;
  width: 744px;
  display: flex;
  justify-content: flex-start;
}
.main .sale-list li {
  position: relative;
  margin: 15px;
  width: 218px;
  height: 290px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
.main .sale-list li img {
  width: 100%;
}
.main .sale-list li .super {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  background-color: #cc0001;
  width: 53px;
  height: 53px;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  padding-top: 5px;
}
.main .sale-list li .super > span {
  font-size: 14px;
  font-weight: normal;
}
.main .sale-list li .super .off {
  margin-top: -5px;
  display: block;
  text-transform: uppercase;
}
.main .sale-list li .sale-text {
  width: 100%;
  text-align: center;
  line-height: 70px;
  color: #cc0001;
}
.main .sale-list li .sale-text del {
  font-size: 16px;
  font-weight: normal;
  color: #747474;
  margin-left: 8px;
}
.main .products {
  width: 100%;
}
.main .product-list {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main .product-list li {
  position: relative;
  width: 362px;
  height: 486px;
  border: solid 8px rgba(0, 0, 0, 0.4);
  margin: 15px 14px;
}
.main .product-list li a {
  background-color: #fff;
  font-size: 16px;
  height: 470px;
  display: block;
  box-sizing: border-box;
  color: #333333;
}
.main .product-list li img {
  width: 100%;
}
.main .product-list li .super {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cc0001;
  padding: 10px;
  font-size: 24px;
  width: 71px;
  height: 71px;
  z-index: 2;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.main .product-list li .super span {
  font-size: 16px;
}
.main .product-list li .super .off {
  margin-top: -5px;
  text-transform: uppercase;
}
.main .product-list li .text {
  padding: 0 25px;
  text-align: center;
}
.main .product-list li .pro-title {
  font-weight: 500;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.main .product-list li .price {
  font-size: 18px;
  font-weight: bold;
  color: #cc0001;
  padding-bottom: 10px;
}
.main .product-list li .price del {
  color: #747474;
  font-size: 16px;
  font-weight: normal;
}
.main .product-list li .button {
  background-color: #cc0001;
  color: #fff;
  width: 186px;
  height: 38px;
  line-height: 38px;
  border: none;
  border-radius: 3px;
  padding: 0;
  display: block;
  margin: 0 auto;
}
.main .product-list li .button:hover {
  background-color: #b40001;
}
footer {
  position: relative;
  width: 100%;
  height: 549px;
  background: url('../images/bg_bot.jpg') top center no-repeat;
  background-size: cover;
}
footer .more {
  position: absolute;
  width: 473px;
  height: 103px;
  left: 50%;
  top: 24px;
  margin-left: -236px;
  background: url('../images/more.png') left top no-repeat;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header {
    background-size: 100%;
    height: 680px;
  }
  .main {
    margin-top: 100px;
  }
  .main .sales {
    margin-bottom: 100px;
  }
  .main .left {
    left: 20px;
  }
  .main .right {
    right: 20px;
  }
  .main .product-list {
    justify-content: space-around;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    height: 520px;
    background-size: auto 100%;
  }
  .container {
    width: 100%;
  }
  .main {
    margin-top: 85px;
  }
  .main .sales {
    margin-bottom: 100px;
  }
  .main .sales .first {
    padding: 0;
  }
  .main .sales .second {
    padding: 83px 0 56px 0;
  }
  .main .left {
    left: 0;
  }
  .main .right {
    right: 0;
  }
  .main .sale-list {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .main .product-list li {
    width: 342px;
  }
  .main .product-list li a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header {
    height: 300px;
    background-size: 100% 100%;
  }
  .container {
    width: 100%;
  }
  .main {
    background-image: none;
    margin-top: 85px;
  }
  .main .sale-title {
    width: 90%;
    margin: 0 auto;
  }
  .main .sale-title img {
    width: 100%;
  }
  .main .sales .first {
    padding: 0;
    background-image: none;
    height: auto;
  }
  .main .sales .sale-tit-mb {
    margin-bottom: 38px;
  }
  .main .sales .second {
    background-image: none;
    height: auto;
    padding: 0;
    margin-top: 0;
  }
  .main .sale-list {
    position: static;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main .sale-list li {
    width: 280px;
    height: 340px;
  }
  .main .product-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .main .product-list li {
    width: 300px;
    height: 440px;
  }
  .main .product-list li a {
    height: 424px;
  }
  footer {
    height: 280px;
  }
  footer .more {
    top: 0;
    left: 15px;
    right: 15px;
    width: auto;
    height: 80px;
    margin-left: 0;
    background-size: cover;
  }
}
