* {
  font-family: 'Roboto', 'Noto Sans TC', 'sans-serif';
  text-align: justify;
  text-justify: distribute;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.375rem;
}

p {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem 0.9375rem 0rem;
}

p {
  font-size: 1.125rem;
}

li {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #ffffff;
  letter-spacing: 0.09rem;
  margin: 0.3125rem 0rem;
}

a a:hover, a:visited, a:link, a:active {
  color: #FFF;
  text-decoration: none;
  outline: none;
}

.set-h1, .set-h2, .set-h3, .set-h4, .set-h5, .set-h6 {
  color: #b59c17;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.set-h1-w, .set-h2-w, .set-h3-w, .set-h4-w, .set-h5-w, .set-h6-w {
  color: white;
  font-weight: bold;
  text-shadow: #000000 0em 0em 0.5rem;
  padding: 30px 0px 5px 0px;
}

.background-color-primary {
  background-color: #181a5b;
}

.background-color-primary-dark {
  background-color: #000031;
}

.img-border-radius {
  border-radius: 1rem;
}

.background-main-pic {
  background-image: url(/static/images/BG_Img.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.set-icon-img a {
  -webkit-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
          filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(217deg) brightness(105%) contrast(101%);
}

.set-icon-img a:hover {
  -webkit-filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
          filter: invert(95%) sepia(54%) saturate(2186%) hue-rotate(317deg) brightness(97%) contrast(90%);
}

.set-list-indent {
  margin-left: 1.5rem;
  list-style: decimal;
  line-height: 2rem;
}

.set-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.set-margin-s {
  margin: 1rem;
}

.set-margin-top-s {
  margin-top: 1rem;
}

.set-margin-xs {
  margin: 0.5rem;
}

.set-padding-s {
  padding: 1rem;
}

.set-last-bottom {
  padding-bottom: 3.75rem;
  margin-bottom: 0;
}

table {
  margin: 0.5rem 0rem;
  width: 100%;
}

td {
  padding: 1rem;
  border: 1px #ffffff solid;
  color: #ffffff;
}

.set-table-head {
  background-color: #b59c17;
}

.set-text-center {
  text-align: center;
}

.set-table-w1 {
  width: 8.333%;
}

.set-table-w2 {
  width: 16.666%;
}

.set-table-w3 {
  width: 25%;
}

.set-table-w4 {
  width: 33.333%;
}

.set-tr-boder-bottom {
  border: 0px;
  border-bottom: 1px solid #b59c17;
}

.set-content {
  display: flex;
  flex-direction: column;
}

.set-content .set-row-narrow {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  scroll-margin-top: 88px;
}

.set-content .set-row-wide {
  width: 100%;
  height: 270px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  scroll-margin-top: 88px;
}

.set-row-left-first {
  width: 43%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.set-row-left-first img {
   width: 8rem;
   height: auto;
   margin-right: 2rem;
}

.set-row-left-first p {
  width: 14rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  margin-right: 2rem;
  text-align: center;
}

.set-row-right-first {
  width: 56%;
  height: 100%;
  display: flex;
  align-items: center;
}

.set-row-right-first  p {
  width: 30rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000000;
  margin-left: 2rem;
}

.set-row-left-second {
  width: 56%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.set-row-left-second img {
  width: 36rem;
  height: 100%;
}

.set-row-right-second {
  width: 43%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}

.set-row-right-second .swiper {
  width: 25rem;
  height: 100%;
  margin-left: 0;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}

/* 修改 swiper 的分页小圆点样式 */
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #007aff;
  opacity: 1;
}

/* 设置当前激活圆点的边框颜色 */
.swiper-pagination-bullet-active {
  background-color: #007aff;
  border-color: #007aff;
}

.swiper-pagination {
  text-align: right;
}

.set-row-left-third {
  width: 56%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.set-row-left-third  p {
  width: 30rem;
  font-size: 1.6em;
  font-weight: 700;
  color: #000000;
  margin-right: 2rem;
}

.set-row-right-third {
  width: 43%;
  height: 100%;
  display: flex;
  align-items: center;
}

.set-row-right-third img {
   width: 8rem;
   height: auto;
   margin-left: 2rem;
}

.set-row-right-third p {
  width: 12rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000000;
  margin-left: 2rem;
  text-align: center;
}

.set-row-left-fourth {
  width: 43%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.set-row-left-fourth .swiper {
  width: 25rem;
  height: 100%;
  margin-right: 0;
}

.set-row-right-fourth {
  width: 56%;
  height: 100%;
  display: flex;
}

.set-row-right-fourth img {
  width: 36rem;
  height: 100%;
}

.set-color-1 {
  background-color: #C8F5E8;
}

.set-color-2 {
  background-color: #CAE4F6;
}

.set-color-3 {
  background-color: #FEFBCE;
}

.set-color-4 {
  background-color: #E8F3DA;
}

.set-color-5 {
  background-color: #B9DA8F;
}

.set-color-6 {
  background-color: #FCEBD1;
}

.set-color-7 {
  background-color: #D7EFF5;
}

@media (max-width: 1200px) {
  .set-row-left-first p {
    width: 10rem;
    font-size: 1.6rem;
  }
  .set-row-right-first  p {
    width: 25rem;
    font-size: 1.4rem;
  }
  .set-row-left-third  p {
    width: 25rem;
    font-size: 1.4em;
  }
  .set-row-right-third p {
    width: 10rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 900px) {
  .set-content .set-row-narrow {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    scroll-margin-top: 88px;
  }
  .set-content .set-row-wide {
    width: 100%;
    height: 200px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    scroll-margin-top: 88px;
  }
  .set-row-left-first {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .set-row-left-first img {
     width: 6rem;
     height: auto;
     margin: 10px 0;
  }
  .set-row-left-first p {
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin-right: 0;
    text-align: center;
  }
  .set-row-right-first {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
  .set-row-right-first  p {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
    margin: 10px 10px 10px 10px;
  }
  .set-row-left-second {
    width: 49.4%;
  }

  .set-row-right-second {
    width: 49.4%;
  }
  .set-row-left-third {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 1;
    margin-top: 4px;
  }

  .set-row-left-third  p {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
    margin: 10px 10px 10px 10px;
  }

  .set-row-right-third {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: -1;
  }

  .set-row-right-third img {
     width: 6rem;
     height: auto;
     margin: 10px 0;
  }

  .set-row-right-third p {
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-align: center;
  }
  .set-row-left-fourth {
    width: 49.4%;
  }

  .set-row-right-fourth {
    width: 49.4%;
  }
}

@media (max-width: 600px) {
  .set-content .set-row-narrow {
    width: 100%;
    height: auto;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    scroll-margin-top: 88px;
  }
  .set-content .set-row-wide {
    width: 100%;
    height: 150px;
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    scroll-margin-top: 88px;
  }
  .set-row-left-first {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .set-row-left-first img {
     width: 6rem;
     height: auto;
     margin: 10px 0;
  }
  .set-row-left-first p {
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin-right: 0;
    text-align: center;
  }
  .set-row-right-first {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    margin-top: 4px;
  }
  .set-row-right-first  p {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
    margin: 10px 10px 10px 10px;
  }
  .set-row-left-second {
    width: 49.4%;
  }

  .set-row-right-second {
    width: 49.4%;
  }
  .set-row-left-third {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    order: 1;
    margin-top: 4px;
  }

  .set-row-left-third  p {
    width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    color: #000000;
    margin: 10px 10px 10px 10px;
  }

  .set-row-right-third {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    order: -1;
  }

  .set-row-right-third img {
     width: 6rem;
     height: auto;
     margin: 10px 0;
  }

  .set-row-right-third p {
    width: auto;
    font-size: 1.6rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
    text-align: center;
  }
  .set-row-left-fourth {
    width: 49.4%;
  }

  .set-row-right-fourth {
    width: 49.4%;
  }

}