@charset "UTF-8";
body,
html {
  font-family: 微軟正黑體, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  background-color: #0099C9;
  color: #000;
}

p {
  margin: 0;
}

.summer-header {
  width: 100%;
  background-image: url(../img/bg.jpg);
  background-size: contain;
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #FFF2D9;
}

@media (min-width: 1921px) {
  .summer-header {
    background-size: cover;
    height: 0;
    padding-bottom: 24%;
  }
}

@media (max-width: 425px) {
  .summer-header .pc-img {
    display: none;
  }
}

.summer-header .mob-img {
  display: none;
}

@media (max-width: 425px) {
  .summer-header .mob-img {
    display: block;
  }
}

.summer-header img {
  padding-top: 50px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.summer-header ::-moz-selection {
  background-color: salmon;
  color: white;
}

.summer-header ::selection {
  background-color: salmon;
  color: white;
}

.summer-header .parallax > use {
  -webkit-animation: move-forever 12s linear infinite;
          animation: move-forever 12s linear infinite;
}

.summer-header .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}

.summer-header .parallax > use:nth-child(2) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

.summer-header .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes move-forever {
  0% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
  100% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
}

@keyframes move-forever {
  0% {
    -webkit-transform: translate(-90px, 0%);
            transform: translate(-90px, 0%);
  }
  100% {
    -webkit-transform: translate(85px, 0%);
            transform: translate(85px, 0%);
  }
}

.summer-header .editorial {
  display: block;
  width: 100%;
  height: 10em;
  max-height: 100vh;
  margin: 0;
  margin-top: -65px;
}

@media (max-width: 425px) {
  .summer-header .editorial {
    height: 5em;
  }
}

@media (max-width: 320px) {
  .summer-header .editorial {
    height: 4rem;
  }
}

.summer-md {
  text-align: center;
  margin-top: 70px;
}

.summer-md h3 {
  color: #fff;
}

.summer-md ul {
  font-size: 1.5rem;
  padding: 0 15px;
}

.summer-md ul .md-bonus {
  display: inline-block;
  width: 150px;
  height: 150px;
  background-color: #0F83AE;
  color: #fff;
  border-radius: 50%;
  line-height: 150px;
  border: #d7b53c solid 2px;
}

@media (max-width: 767px) {
  .summer-md ul .md-bonus {
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
}

.summer-md ul li:nth-child(-n+1) {
  background-color: #74C6DE;
}

.summer-photographer {
  text-align: center;
  padding: 0 15px;
}

.summer-photographer ul {
  font-size: 1.5rem;
  padding-left: 0;
}

.summer-photographer ul .photographer {
  display: inline-block;
  padding: 15px 30px;
  background-color: #0F83AE;
  line-height: 30px;
  color: #fff;
  border: #d7b53c solid 2px;
}

.summer-plus {
  max-width: 860px;
  margin: 30px auto;
  border: #d7b53c solid 1px;
  padding: 30px;
  color: #fff;
}

@media (max-width: 768px) {
  .summer-plus {
    width: 95%;
  }
}

.summer-plus ul {
  font-size: 1rem;
  padding-left: 0;
  line-height: 24px;
  list-style-type: none;
}

.summer-Ranking {
  position: relative;
  color: #000;
  z-index: 2;
}

.summer-Ranking .summer-title {
  background-image: url(../img/title-bg.svg);
  width: 479px;
  height: 93px;
  margin: auto;
}

.summer-Ranking .summer-title h3 {
  font-size: 2rem;
  line-height: 93px;
  color: #1186BC;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-title {
    width: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.summer-Ranking .summer-container-t {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: auto;
}

.summer-Ranking .summer-container-t .summer-thumbnail-t {
  width: 20%;
  padding: 0 15px;
  text-align: center;
  margin: 15px 0;
}

@media (max-width: 767px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t {
    width: 50%;
  }
}

.summer-Ranking .summer-container-t .summer-thumbnail-t p {
  font-size: 1.4em;
  margin: 0;
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-circle-fill {
  width: 180px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border-radius: 50%;
  background-image: url(../img/cr.svg);
  background-size: contain;
  z-index: 2;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-circle-fill {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-circle-fill {
    width: 160px;
  }
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-circle-box {
  margin: 10px auto;
  position: relative;
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-circle-box img {
  display: block;
  border-radius: 50%;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-circle-box img {
    width: 130px;
  }
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-name {
  margin-top: 10px;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 5px;
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-name h3 {
  font-size: 1.2em;
  position: relative;
  margin: 10px 0;
  color: #fff;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-name h3 {
    font-size: 1rem;
    margin-bottom: .5em;
    margin-top: .5em;
  }
}

@media (max-width: 568px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-name h3 {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-name h3 {
    font-size: 1rem;
  }
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-point {
  border-top: #5C4233 1px solid;
  border-bottom: #5C4233 1px solid;
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-point p {
  font-size: 1.3em;
  padding: 10px;
  color: #fff;
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-point p::before {
  content: '';
  background-image: url(../img/red.svg);
  padding: 0px 0px 0px 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-point p {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-point p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-point img {
    max-width: 100%;
  }
}

.summer-Ranking .summer-container-t .summer-thumbnail-t .summer-fans p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 4rem;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-fans p {
    font-size: 1.2rem;
  }
}

@media (max-width: 320px) {
  .summer-Ranking .summer-container-t .summer-thumbnail-t .summer-fans p {
    font-size: 1rem;
  }
}

.summer-Ranking .summer-content {
  margin-top: 30px;
}

.summer-Ranking .summer-content .rule {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.8rem;
}

.summer-Ranking .summer-content a {
  color: #fff;
  text-decoration: none;
}

.summer-Ranking .summer-content .summer-news-item {
  width: 100%;
  height: auto;
  border-radius: 10px;
  line-height: 2em;
}

.summer-Ranking .summer-content ul {
  padding: 10px 40px 40px 40px;
}

.summer-Ranking .summer-content li {
  list-style-type: none;
}

.summer-Ranking .summer-content .summer-title {
  background-image: url(../img/title-bg.svg);
  width: 479px;
  height: 93px;
  margin: auto;
  margin-bottom: 30px;
}

.summer-Ranking .summer-content .summer-title h3 {
  line-height: 93px;
  color: #1186BC;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-content .summer-title {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.summer-Ranking .summer-content table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  font-size: 1rem;
}

.summer-Ranking .summer-content table thead {
  background-color: #1186BC;
  color: #fff;
}

.summer-Ranking .summer-content table thead th {
  font-size: 1.2em;
  font-weight: 100;
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
  border: 1px solid #1186BC;
}

@media (max-width: 375px) {
  .summer-Ranking .summer-content table thead th {
    letter-spacing: 0;
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  .summer-Ranking .summer-content table thead .w1 {
    width: 35%;
  }
}

.summer-Ranking .summer-content table tbody {
  font-size: 1.1em;
  font-weight: 600;
  word-break: break-all;
}

.summer-Ranking .summer-content table tbody tr:nth-child(odd) {
  background-color: #B0F4FF;
}

.summer-Ranking .summer-content table tbody tr:nth-child(even) {
  background-color: #DDF7FC;
}

.summer-Ranking .summer-content table tbody tr td {
  width: 25%;
  padding: 10px 5px;
  border: 1px solid #1186BC;
}

.summer-Ranking .summer-content table tbody tr td a {
  color: #000;
}

.summer-Ranking .summer-content table tbody tr td p {
  padding-top: 10px;
  font-size: 1.1em;
}

.summer-Ranking .summer-content table tbody tr td p::before {
  content: '';
  background-image: url(../img/red.svg);
  padding: 0px 0px 0px 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .summer-Ranking .summer-content table tbody tr td p::before {
    padding: 0px 0px 0px 20px;
  }
}

@media (max-width: 375px) {
  .summer-Ranking .summer-content table tbody tr td {
    font-weight: normal;
    font-size: 0.9em;
  }
}

.summer-Ranking .p-icon table tbody tr td p {
  padding-top: 10px;
  font-size: 1.1em;
}

.summer-Ranking .p-icon table tbody tr td p::before {
  content: '';
  background-image: url(../img/blue.svg);
  padding: 0px 0px 0px 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .summer-Ranking .p-icon table tbody tr td p::before {
    padding: 0px 0px 0px 20px;
  }
}

.summer-news {
  font-size: 1.1rem;
  line-height: 2.5rem;
  color: #fff;
}

.summer-news h2 {
  font-size: 1.2rem;
}

.summer-news .summer-news-item {
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #74C6DE;
  padding: 30px;
}

.summer-news .summer-news-item .spec {
  color: #ffff00;
}

.summer-news ul {
  padding: 10px 40px 40px 40px;
}

.summer-news li {
  list-style-type: none;
}

.summer-news .summer-table {
  margin-bottom: 30px;
}

.summer-news table {
  text-align: center;
}

.summer-news table thead th {
  text-align: center;
  border: 1px solid #d7b53c;
}

.summer-news table td {
  padding: 10px 5px;
  border: 1px solid #d7b53c;
}

@media (max-width: 768px) {
  .summer-news table td img {
    width: 50px;
  }
}

.summer-news .summer-title {
  background-image: url(../img/title-bg.svg);
  width: 479px;
  height: 93px;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .summer-news .summer-title {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.summer-news .summer-title h3 {
  line-height: 93px;
  color: #1186BC;
  font-size: 2rem;
}

.summer-news img {
  width: 100%;
}

@media (max-width: 1024px) {
  .summer-news img {
    margin-top: 0px;
  }
}
/*# sourceMappingURL=style.css.map */