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

header {
  margin-bottom: 50px;
}

header .pc {
  display: block;
}

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

header .mob {
  display: none;
}

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

header .mob img {
  width: 100%;
}

header img {
  height: auto;
  margin-top: 30px;
}

.levle-wrap a {
  color: #fff;
  text-decoration: none;
}

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

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

.levle-wrap .container h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #30B3C7;
  margin: 0 0 30px 0;
}

.levle-wrap .container h1 span {
  font-size: 2rem;
  color: #E21569;
}

@media (max-width: 768px) {
  .levle-wrap .container h1 {
    width: 100%;
    font-size: 4rem;
  }
}

.levle-wrap .container h2 {
  color: #30B3C7;
}

.levle-wrap .container h3 {
  margin: 00px auto 30px auto;
  width: 70%;
  background-color: #30B3C7;
  color: #fff;
  padding: 15px 0;
  font-size: 1.2em;
}

@media (max-width: 768px) {
  .levle-wrap .container h3 {
    width: 100%;
  }
}

.levle-wrap .container .levle-item {
  font-size: 1em;
  margin-bottom: 15px;
}

.levle-wrap .container .levle-item p {
  border-bottom: #30B3C7 1px solid;
}

.levle-wrap .container .levle-item .item {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  line-height: 130px;
}

.levle-wrap .container .levle-item .item span {
  font-size: 2em;
}

.levle-wrap .container .levle-item .item2 {
  margin-bottom: 15px;
}

.levle-wrap .container .levle-item .item2 .content {
  display: inline-block;
  height: auto;
  line-height: 1;
  vertical-align: middle;
}

.levle-wrap .container .reach .title {
  color: #FF9300;
}

.levle-wrap .container .reach .item {
  background-color: #D828F4;
  border: #EF8C35 5px solid;
  color: #fff;
  margin: auto;
}

.levle-wrap .container .not-reach .title {
  color: #666;
}

.levle-wrap .container .not-reach .item {
  background-color: #000;
  color: #666;
  border: none;
  margin: auto;
}

.plus-wrap {
  margin-top: 50px;
}

.plus-wrap .plus-item {
  width: 50%;
  background-color: #D3FD00;
  padding: 30px;
  margin: 30px 0;
  color: #D828F4;
  margin: 0 auto;
  line-height: 30px;
}

@media (max-width: 768px) {
  .plus-wrap .plus-item {
    width: 100%;
  }
}

.ranked-wrap {
  margin-top: 50px;
  background-color: #46BCF0;
  padding: 50px 0;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
}

.ranked-wrap .content {
  width: 100%;
  max-width: 860px;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px) {
  .ranked-wrap .content {
    padding: 0 15px;
  }
}

.ranked-wrap .content table {
  width: 100%;
}

.ranked-wrap .content table a {
  color: #fff;
  text-decoration: none;
}

.ranked-wrap .content table p {
  line-height: initial;
}

@media (max-width: 768px) {
  .ranked-wrap .content table {
    font-size: 1rem;
    line-height: 2rem;
  }
}

.ranked-wrap .content table tr {
  border-bottom: #fff 1px solid;
  padding: 5px;
}

.ranked-wrap .content table tr .r {
  width: 50px;
}

.ranked-wrap .content table td {
  padding: 5px;
}

.ranked-wrap .content table th {
  text-align: center;
}

.fans-wrap {
  background-color: #D3FD00;
  padding: 50px 0;
  color: #46BCF0;
  font-size: 18px;
  line-height: 50px;
}

.fans-wrap .content {
  width: 100%;
  max-width: 860px;
  margin: auto;
  text-align: center;
}

.fans-wrap .content table {
  width: 100%;
}

.fans-wrap .content table tr {
  border-bottom: #fff 1px solid;
}

.fans-wrap .content table th {
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.news {
  margin-bottom: 100px;
}

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

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

.news .title {
  font-size: 1.2em;
  font-weight: 100;
  padding: 20px 0;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  background-color: #2F96CC;
  text-align: center;
  margin: 30px auto;
  color: #fff;
}

.news .content {
  background-color: #fff;
}

.news .content p {
  font-size: 1.2em;
  line-height: 2em;
}
/*# sourceMappingURL=style.css.map */