@import url(reset.css);

/* -------------------------- 中間大圖 -------------------*/
.homebig {
  background: url(../pic/aboutusbigpic.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;
}

/* ------------------------------------- main ----------------------------------- */
.main {
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  margin: 0 auto;
  max-width: 890px;
  padding: 0 20px;
}

/* .main ol {
  list-style-type: decimal;
} */

.main li {
  color: #756e6e;
  line-height: 26px;
  font-size: 18px;
  list-style-type: decimal;
  margin-left: 30px;
  padding-left: 10px;
}

.midLogo {
  display: flex;
  justify-content: center;
}

.midLogo img {
  margin: 50px 0;
}

.main p {
  font-size: 18px;
  color: #756e6e;
  letter-spacing: 3px;
  line-height: 26px;
}

.service {
  display: flex;
  justify-content: center;
}

.service img {
  margin: 50px;
}

.gift {
  margin-bottom: 100px;
}

.gift ul {
  display: flex;
}

.gift ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gift ul li:nth-child(2) {
  margin: 0 30px;
}

.gift ul li h6 {
  font-size: 20px;
  color: #756e6e;
  letter-spacing: 3px;
  text-align: center;
  line-height: 26px;
  margin-top: 33px;
  font-weight: bold;
}

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

  .gift ul li {
    margin: 20px 0 0 0;
    padding: 0;
  }

  .gift ul li:nth-child(2) {
    margin: 20px 0 0 0;
  }
}
