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

header {
  margin: 30px 0;
}

header .mpic {
  display: none;
}

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

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

header img {
  width: 70%;
  height: auto;
}

@media (max-width: 768px) {
  header img {
    width: 100%;
  }
}

.creative-levle .container {
  width: 960px;
  text-align: center;
  text-align: center;
}

@media (max-width: 768px) {
  .creative-levle .container {
    width: 90%;
  }
}

.creative-levle .container h1 {
  margin: 30px auto 0 auto;
  width: 80%;
  background-color: #ea4f07;
  color: #fff;
  padding: 15px 0;
  font-size: 2em;
}

@media (max-width: 768px) {
  .creative-levle .container h1 {
    width: 100%;
    font-size: 1.2em;
  }
}

.creative-levle .container .reach {
  display: none;
}

@media (max-width: 768px) {
  .creative-levle .container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
  }
}

@media (max-width: 425px) {
  .creative-levle .container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.md-levle .container {
  width: 960px;
  text-align: center;
  text-align: center;
}

@media (max-width: 768px) {
  .md-levle .container {
    width: 90%;
  }
}

.md-levle .container h1 {
  margin: 30px auto;
  width: 80%;
  background-color: #ea4f07;
  color: #fff;
  padding: 15px 0;
  font-size: 2em;
}

@media (max-width: 768px) {
  .md-levle .container h1 {
    width: 100%;
    font-size: 1.2em;
  }
}

.md-levle .container .reach {
  display: none;
}

@media (max-width: 768px) {
  .md-levle .container img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px 0;
  }
}

@media (max-width: 425px) {
  .md-levle .container img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}

.plus .plus-item {
  border: #666 dashed 1px;
  padding: 30px;
  margin: 30px 0;
  color: #666;
}

.girl-Ranking .title {
  margin-top: 30px;
  text-align: center;
}

.girl-Ranking .thumbnail-item {
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item {
    margin-bottom: 0px;
  }
}

.girl-Ranking .thumbnail-item .circle-box .pic {
  position: absolute;
  top: 26.3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 90%;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  .girl-Ranking .thumbnail-item .circle-box .pic {
    top: 23%;
  }
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .circle-box .pic {
    top: 19.2%;
  }
}

@media (max-width: 425px) {
  .girl-Ranking .thumbnail-item .circle-box .pic {
    top: 27.9%;
  }
}

@media (max-width: 375px) {
  .girl-Ranking .thumbnail-item .circle-box .pic {
    top: 25.7%;
  }
}

@media (max-width: 320px) {
  .girl-Ranking .thumbnail-item .circle-box .pic {
    top: 23.3%;
  }
}

.girl-Ranking .thumbnail-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.girl-Ranking .thumbnail-item .ranking h2 {
  font-size: 1.2em;
  font-weight: bold;
}

.girl-Ranking .thumbnail-item .ranking h2 .no1 {
  color: #c91e1d;
}

.girl-Ranking .thumbnail-item .ranking h2 .no2 {
  color: #ea5514;
}

.girl-Ranking .thumbnail-item .ranking h2 .no3 {
  color: #d22064;
}

.girl-Ranking .thumbnail-item .ranking hr {
  border-top: 1px solid #4a4364;
  margin: 10px 0;
}

.girl-Ranking .thumbnail-item .ranking h3 {
  font-size: 1.3em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0;
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .ranking h3 {
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-bottom: .5em;
    margin-top: .5em;
  }
}

@media (max-width: 568px) {
  .girl-Ranking .thumbnail-item .ranking h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 320px) {
  .girl-Ranking .thumbnail-item .ranking h3 {
    font-size: 1em;
  }
}

.girl-Ranking .thumbnail-item .point p {
  font-size: 1.5em;
}

.girl-Ranking .thumbnail-item .point p::before {
  content: '';
  background-image: url(../img/icon.png);
  padding: 3px 0px 0px 30px;
  background-repeat: no-repeat;
}

.girl-Ranking .thumbnail-item a {
  margin: auto;
  display: block;
  width: 90%;
  height: 45px;
  line-height: 40px;
  border: 1px solid #4a4364;
  border-radius: 10px;
  text-decoration: none;
  color: #000;
  font-size: 1em;
  font-weight: bolder;
  -webkit-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
  margin-bottom: 10px;
}

.girl-Ranking .thumbnail-item a:hover {
  background-color: #e50b85;
  color: #fff;
}

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

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

.girl-Ranking .content table thead {
  background-color: #e50b85;
  color: #fff;
}

.girl-Ranking .content table thead th {
  font-size: 1.2em;
  font-weight: 100;
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

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

.girl-Ranking .content table tbody {
  font-size: 1.1em;
  font-weight: 600;
}

.girl-Ranking .content table tbody tr td {
  width: 25%;
  padding: 10px 0;
  border: 1px solid #000;
}

.girl-Ranking .content table tbody tr td p {
  font-size: 1.1em;
}

.girl-Ranking .content table tbody tr td p::before {
  content: '';
  background-image: url(../img/icon.png);
  padding: 3px 0px 0px 30px;
  background-repeat: no-repeat;
}

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

.news li {
  list-style-type: none;
  font-size: 1.1em;
  line-height: 2em;
}

.news .title {
  text-align: center;
  margin: 30px auto;
}

.news .content p {
  font-size: 1.2em;
  line-height: 2em;
}

.news .content table {
  text-align: center;
  width: 100%;
  border: #302D2D solid 1px;
  margin-bottom: 30px;
}

.news .content table thead th {
  text-align: center;
  border: #302D2D solid 1px;
  background-color: #c91f1e;
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
}

.news .content table tbody {
  font-size: 1.5em;
  font-weight: 300;
}

.news .content table tbody tr {
  border: #302D2D solid 1px;
}

.news .content table tbody td {
  border: #302D2D solid 1px;
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */