@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%;
  }
}

.levle .col-md-2,
.levle .col-sm-2 {
  padding: 0 0 30px 0;
}

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

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

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

.levle .container h1 {
  font-size: 1.5em;
  color: #FF9300;
  margin: 30px 0;
}

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

.levle .container h3 {
  margin: 15px auto 30px auto;
  width: 50%;
  background-color: #FF9300;
  border-radius: 8px;
  color: #fff;
  padding: 15px 0;
  font-size: 1.2em;
}

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

.levle .container .levle-item {
  font-size: 1em;
}

.levle .container .levle-item .item {
  width: 100%;
  height: 100px;
  line-height: 100px;
}

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

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

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

.levle .container .reach .item {
  background-color: #FF9300;
  color: #fff;
}

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

.levle .container .no-reach .item {
  background-color: #000;
  color: #666;
}

.ranking .content {
  margin-top: 30px;
}

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

.ranking .content table thead {
  background-color: #FF9300;
  color: #fff;
}

.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) {
  .ranking .content table thead th {
    letter-spacing: 0;
    font-size: 1em;
  }
}

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

.ranking .content table tbody tr a {
  color: #000;
  text-decoration: none;
}

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

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

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

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

.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: #FF9300;
  text-align: center;
  margin: 30px auto;
  color: #fff;
}

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

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