.swiper-container {
  width: 100%;
  height: 100%;
  margin: auto;
  max-width: 1920px;
}

/* slide1 */
.swiper1 .swiper-slide {
  background-position: center center;
}

.swiper1 {
  position: relative;
}

.swiper1 .swiper-slide {
  height: 677px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper1_pagination {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper1_pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #fff;
  opacity: .8;
  margin: 0 3px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

.swiper1_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #e9bd7d;
  width: 50px;
  transition-delay: 0s;
}

.swiper1-slide-content {
  text-align: center;
  color: #fdf9ee;
  font-size: 35px;
  margin-left: 20%;
}

/* slide2 */
.hot-header {
  padding: 100px;
  margin: auto;
  text-align: center;
}

.hot-body {
  max-width: 1720px;
  margin: auto;
  background-image: url(../image/home/hot-bg.jpg);
  background-repeat: no-repeat;
  background-position: center 220px;
  padding-bottom: 10px;
}

.hot-content {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.hot-content .swiper-container {
  max-width: 1300px;
  width: 90%;
  margin: auto;
}

.hot-content .swiper-slide {
  text-align: center;
}

.hot-content .swiper-slide p:nth-child(2) {
  font-size: 18px;
  color: #6d4c47;
  padding-top: 5px;
}

.hot-content .swiper-button-next,
.hot-content .swiper-button-prev {
  background-image: url(../image/swiper-arrow2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
}

.hot-content .swiper-button-next {
  transform: scaleX(-1);
}

.hot-content .swiper-button-next:after,
.hot-content .swiper-button-prev:after {
  display: none;
}

.hot-content .swiper2_pagination {
  display: none;
}



/* best */
.best {
  max-width: 1260px;
  margin: auto;
  margin-top: 100px;
  position: relative;
}

.best-frame {
  position: relative;
  z-index: 1;
}

.best-frame img.desktop {
  display: block;
  width: 100%;
}

.best-content {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.best-left {
  width: 54%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.best-info {
  text-align: center;
}
.best-info-title{ font-size: 48px; font-weight: bold;}

.best-info-ssname {
  color: #535353;
  font-size: 20px;
  padding: 20px 0 40px;
  max-width: 500px;
}

.best-info-btn {
  display: block;
  width: 150px;
  text-align: center;
  background-color: #e9bd7e;
  color: #FFF;
  padding: 5px 0;
  margin: 0 auto;
  font-size: 20px;
}

.best-right {
  width: 46%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.best-right img {
  display: block;
  width: 100%;
}

.best2 {
  max-width: 1260px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 105px;
}

.best2-pic {
  width: 46.7%;
}

.best2-pic img {
  display: block;
  width: 100%;
}

.best2-content {
  width: 53.3%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.best2-info {
  text-align: center;
}

.best2-info p:nth-child(1) {
  color: #e6c693;
  font-size: 40px;
}

.best2-info p:nth-child(2) {
  color: #535353;
  font-size: 20px;
  padding: 20px 0 40px;
  max-width: 500px;
  margin: auto;
}


/* bottom */
.home-bottom {
  max-width: 1920px;
  height: 492px;
  background-image: url(../image/home/bottom.jpg);
  background-position: center center;
  margin: 120px auto 0 auto;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.home-bottom-body {
  text-align: center;
}

.home-bottom-body p:nth-child(1) {
  color: #e6c693;
  font-size: 40px;
  margin-bottom: 35px;
  text-transform: uppercase;
}

@media screen and (max-width: 750px) {

  /* slide1 */
  .swiper1 .swiper-slide {
    background-image: none !important;
    height: auto;
    display: block;
  }

  .swiper1-slide-bg img {
    display: block;
    width: 100%;
  }

  .swiper1-slide-content {
    margin-left: 0;
    position: absolute;
    left: 0;
    bottom: 80px;
    width: 100%;
    font-size: 18px;
  }

  .swiper1-slide-content p:nth-child(1) img {
    display: block;
    margin: auto;
    height: 28px;
  }

  .swiper1-slide-content p:nth-child(2) {
    padding-top: 10px;
  }

  .swiper1_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    opacity: .8;
  }

  .swiper1_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #FFF;
    width: 40px;
  }

  .swiper1_pagination .swiper-pagination-bullet-active {
    background-color: #FFF;
  }

  .swiper1_pagination {
    bottom: 20px;
  }

  /* hot */
  .hot-header {
    padding: 50px 0;
  }

  .hot-header img {
    display: block;
    margin: auto;
    height: 24px;
  }

  .hot-body {
    background-image: url(../image/home/hot-bg-mobile.png);
    background-position: center 70%;
    background-size: 100% auto;
    padding-bottom: 10px;
  }

  .hot-content {
    padding-bottom: 50px;
  }

  .hot-content .swiper-container {
    width: 100%;
  }

  .hot-content .swiper-slide img {
    max-width: 200px;
  }

  .swiper-button-next2,
  .swiper-button-prev2 {
    display: none;
  }

  .hot-content .swiper2_pagination {
    display: block;
  }

  .swiper2_pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  }

  .swiper2_pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #e3b776;
    opacity: .8;
    margin: 0 3px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
  }

  .swiper2_pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #e3b776;
    width: 40px;
    transition-delay: 0s;
  }

  .hot-content .swiper-slide p:nth-child(2) {
    font-size: 14px;
    padding: 0 5px;
  }

  /* best */
  .best {
    display: flex;
    flex-direction: column;
    margin-top: 50px;
  }

  .best-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
  }

  .best-frame img.mobile {
    display: block;
    width: 100%;
  }

  .best-frame img.desktop {
    display: none;
  }

  .best-left {
    width: 100%;
    height: auto;
    position: relative;
    order: 2;
  }

  .best-right {
    width: 100%;
    height: auto;
    position: relative;
    order: 1;
  }

  .best-info p:nth-child(1) {
    padding-top: 30px;
  }

  .best-info p:nth-child(1) img {
    height: 24px;
  }

  .best-info-ssname {
    font-size: 14px;
    padding: 10px 25px 30px 25px;
  }

  .best-info-title{ font-size: 24px;}

  .best-info-btn {
    width: 100px;
    padding: 5px 0;
    font-size: 14px;
  }

  .best2 {
    margin-top: 60px;
    flex-direction: column;
  }

  .best2-pic {
    width: 100%;
  }

  .best2-content {
    width: 100%;
  }

  .best2-info p:nth-child(1) {
    padding-top: 30px;
    font-size: 24px;
  }

  .best2-info p:nth-child(2) {
    font-size: 14px;
    padding: 10px 0 30px;
  }

  .best3 .best2-pic {
    order: 1;
  }

  .best3 .best2-content {
    order: 2;
  }

  .best,
  .best2,
  .best3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .home-bottom {
    height: auto;
    background-image: url(../image/home/bottom-mobile.jpg);
    margin: 50px auto 0 auto;
    background-size: auto 100%;
    padding: 80px 0;
  }

  .home-bottom-body p:nth-child(1) {
    font-size: 24px;
    margin-bottom: 20px;
  }

}

/* ------------------------------ PAD ------------------------------------*/
@media screen and (min-width:750px) and (max-width:1000px) {
  .swiper1 .swiper-slide {
    height: 450px;
    background-size: auto 100%;

  }

  .swiper1-slide-content {
    font-size: 28px;
  }

  .swiper1-slide-content img {
    height: 35px;
  }

  .hot-header {
    padding: 50px;
  }

  #swiper2 .swiper-slide img {
    width: 140px;
  }

  .hot-body {
    background-position: center 100px;
    padding-bottom: 40px;
    background-size: auto 100px;
  }

  .hot-header img {
    height: 28px;
  }

  .hot-content .swiper-slide p:nth-child(2) {
    font-size: 16px;
  }

  .best,
  .best2 {
    margin: 40px 15px 0 15px;
  }

  .best-info img {
    height: 28px;
  }

  .best-info-ssname {
    font-size: 16px;
  }

  .best-info-btn {
    font-size: 16px;
  }

  .best2-info p:nth-child(1) {
    font-size: 28px;
  }

  .best2-info p:nth-child(2) {
    font-size: 16px;
  }

  .home-bottom {
    margin-top: 50px;
    height: 300px;
  }

  .home-bottom-body p:nth-child(1) {
    font-size: 28px;
  }
}