#headContainer {
  border: none;
}
#maincontainer {
  margin: 0 auto 30px;
  min-height: 500px;
}
#maincontainer .banner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#maincontainer .partner,
#maincontainer .guessYouLike,
#maincontainer .popularGoods,
#maincontainer .newProducts {
  margin-bottom: 50px;
}
#maincontainer .partner .title,
#maincontainer .guessYouLike .title,
#maincontainer .popularGoods .title,
#maincontainer .newProducts .title {
  margin-bottom: 30px;
}
#maincontainer .partner {
  margin-top: 50px;
}
.swiper-button-prev {
  background: url('../images/swiper_btn_prev.svg');
  left: 50px;
  width: 50px;
  height: 50px;
  display: none;
}
.swiper-button-prev:hover {
  background: url('../images/swiper_btn_prev_st.svg');
}
.swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
}
.swiper-button-next {
  background: url('../images/swiper_btn_next.svg');
  right: 50px;
  width: 50px;
  height: 50px;
  display: none;
}
.swiper-button-next:hover {
  background: url('../images/swiper_btn_next_st.svg');
}
.swiper-pagination-bullet-active {
  background: #61aee9;
}
.swiper-container:hover .swiper-button-next,
.swiper-container:hover .swiper-button-prev {
  display: block;
}
.partner .partner-prouct {
  margin-bottom: 20px;
}
.partner > .partner-prouct:nth-child(3n+1) {
  padding-right: 20px;
}
.partner > .partner-prouct:nth-child(3n+2) {
  padding: 0 10px;
}
.partner > .partner-prouct:nth-child(3n) {
  padding-left: 20px;
}
.partner a {
  position: relative;
  color: #ffffff;
  display: block;
}
.partner a > img {
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.partner a > span {
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  background-color: rgba(0, 0, 0, 0.5);
}
.guessYouLike .like-list {
  margin-bottom: 10px;
}
.guessYouLike .like-list li {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
}
.guessYouLike .like-list li:hover {
  color: #4098db;
  border-bottom: 2px solid #61aee9;
}
.guessYouLike .productImg {
  position: relative;
}
.guessYouLike .productImg:hover .layer {
  display: block;
}
.guessYouLike .productImg .layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  display: none;
}
.guessYouLike .like-1 {
  padding-right: 23px;
}
.guessYouLike .like-2 {
  padding: 0 15px 0 8px;
}
.guessYouLike .like-3 {
  padding: 0 8px 0 15px;
}
.guessYouLike .like-4 {
  padding-left: 23px;
}
.guessYouLike a {
  display: block;
}
.productInfo .productName {
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}
.productInfo .sale {
  color: #c1c1c1;
  margin-right: 10px;
}
.productInfo .productPrice {
  font-size: 18px;
  color: #fd4a4a;
}
.productLabel {
  position: absolute;
  top: -5px;
  right: 10px;
}
.productLabel img {
  margin-left: 5px;
}
.popularGoods .popularGoods-l-1 {
  margin-bottom: 30px;
}
.popularGoods .popularGoods-l-2 {
  padding-right: 15px;
}
.popularGoods .popularGoods-l-3 {
  padding-left: 15px;
}
.popularGoods .popularGoods-r {
  padding-left: 30px;
}
.popularGoods .popularGoods-r > div {
  background: #b65858;
  height: 430px;
}
.popularGoods a {
  color: #ffffff;
  position: relative;
  display: block;
}
.popularGoods a .buyNow {
  width: 100%;
  height: 100%;
  padding: 0 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.popularGoods a .buyNow > p {
  font-size: 16px;
  margin-bottom: 15px;
}
.popularGoods a .buyNow > span {
  border: solid 1px #ffffff;
  width: 200px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.popularGoods a .buyNow > span:hover {
  background: rgba(255, 255, 255, 0.2);
}
.popularGoods a:hover .buyNow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.newProducts .newProducts-1 {
  padding-right: 23px;
}
.newProducts .newProducts-2 {
  padding: 0 15px 0 8px;
}
.newProducts .newProducts-3 {
  padding: 0 8px 0 15px;
}
.newProducts .newProducts-4 {
  padding-left: 23px;
}
.newProducts a {
  display: block;
}
.newProducts .productImg {
  position: relative;
}
.newProducts .productImg:hover .layer {
  display: block;
}
.newProducts .layer {
  display: none;
  height: 60px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url('../images/layer_img.svg') no-repeat;
}
.newProducts .layer > img {
  width: 60px;
  height: 9px;
  position: absolute;
  bottom: 18px;
  left: 10px;
}
.newProducts .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;
}
.newProducts .layer-collect:hover {
  background: url('../images/icon_collect_select.svg') no-repeat;
}
.newProducts .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;
}
.newProducts .layer-cart:hover {
  background: url('../images/icon_cart_select.svg') no-repeat;
}
.floor-navigation {
  position: fixed;
  right: 50px;
  top: 40%;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  z-index: 10;
  -webkit-border-radius: 2px;
          border-radius: 2px;
}
.floor-navigation li:not(.to-top) {
  background: #ffffff;
  position: relative;
}
.floor-navigation li:not(.to-top) > div {
  text-align: center;
  opacity: 0;
  width: 60px;
  height: 24px;
  line-height: 24px;
  background: #61aee9;
  -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  left: -110px;
  top: 10px;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: absolute;
}
.floor-navigation li:not(.to-top):hover,
.floor-navigation li.active {
  background: #f1f1f1;
}
.floor-navigation li:not(.to-top):hover > div,
.floor-navigation li.active > div {
  left: -73px;
  opacity: 1;
}
.floor-navigation li.active div {
  display: none;
}
.floor-navigation li > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 60px;
}
.floor-navigation li > a > i {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.floor-navigation .floor-like {
  -webkit-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0;
}
.floor-navigation .floor-like > a > i {
  background: url(../images/icon_like.svg) no-repeat;
}
.floor-navigation .floor-like:hover > a > i,
.floor-navigation .floor-like.active > a > i {
  background: url(../images/icon_like_select.svg) no-repeat;
}
.floor-navigation .floor-popular > a > i {
  background: url(../images/icon_hot.svg) no-repeat;
}
.floor-navigation .floor-popular:hover > a > i,
.floor-navigation .floor-popular.active > a > i {
  background: url(../images/icon_hot_select.svg) no-repeat;
}
.floor-navigation .floor-new > a > i {
  background: url(../images/icon_new.svg) no-repeat;
}
.floor-navigation .floor-new:hover > a > i,
.floor-navigation .floor-new.active > a > i {
  background: url(../images/icon_new_select.svg) no-repeat;
}
.floor-navigation .floor-contact > a > i {
  background: url(../images/icon_feedback.svg) no-repeat;
}
.floor-navigation .floor-contact:hover > a > i {
  background: url(../images/icon_feedback_select.svg) no-repeat;
}
.floor-navigation .to-top {
  background: #61aee9;
  -webkit-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
}
.floor-navigation .to-top > a > i {
  background: url(../images/icon_down.svg) no-repeat center center;
}
.index-products {
  height: 250px;
  text-align: center;
}
.index-products img {
  height: 250px;
}
@media (max-width: 1200px) {
  .popularGoods .popularGoods-l-1 {
    margin-bottom: 20px;
  }
}
