/* -------------------------- 中間大圖 -------------------*/
.homebig {
  background: url(../pic/news.jpg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}

.bigpic {
  position: relative;
}

.filter {
  width: 100%;
  height: 100%;
  background-color: rgba(202, 202, 202, 0.3);
  position: absolute;
  z-index: -1;
}

.line {
  width: 100%;
  height: 10px;
  background-color: #c17b3a;
}

.bigpic h1 {
  font-size: 78px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 2px;
  margin-top: 200px;
}

.bigpic p {
  color: #4b4b4b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 200px;
}

.bigpic span {
  color: #32b121;
}

/* -------------------------- 最新消息 ----------------------------------------- */

.liveNews {
  margin: 0 auto;
  max-width: 890px;
  padding: 0 20px;
}

.new {
  display: flex;
  font-size: 18px;
  color: #756e6e;
  letter-spacing: 3px;
  line-height: 1.6;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 850px;
  font-weight: bold;
}

.img_1 img {
  width: 100%;
}

.img_2 img {
  width: 100%;
}

.new a {
  display: block;
  text-decoration: none;
  margin-top: 50px;
  width: 125px;
  height: 50px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background-color: #c1d969;
  font-size: 16px;
  color: #333;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.rightText {
  margin-left: 50px;
  width: 100%;
}

.leftText {
  margin-right: 50px;
  width: 100%;
}

/* -------------------------- 最新優惠 ----------------------------------------- */
.Newdiscount {
  margin: 0 auto;
  max-width: 890px;
  padding: 0 20px;
}

/* ====================== RWD ================================== */
@media screen and (max-width: 1200px) {
  .new {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .new:nth-child(odd) .leftText {
    order: 2;
  }

  .new:nth-child(odd) .img_2 {
    order: 1;
  }

  .Newdiscount .new:nth-child(even) .leftText {
    order: 2;
  }

  .Newdiscount .new:nth-child(even) .img_2 {
    order: 1;
  }

  .rightText {
    margin-left: 0;
  }

  .img_1 {
    width: 80%;
  }

  .img_2 {
    width: 80%;
  }

  .rightText {
    width: 80%;
  }

  .leftText {
    width: 80%;
    margin-right: 0;
  }
}
