/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

* {
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
  cursor: default;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.w-100 {
  width: 100%;
}

.w-20p {
  width: 20%;
}

@media (max-width: 414px) {
  .w-sm-50p {
    width: 50%;
  }
}

.text-align-center {
  text-align: center;
}

.font-weight-bold {
  font-weight: bold;
}

.text-red {
  color: #D80000;
}

.text-orange {
  color: #FF6C00;
}

.text-brown {
  color: #523500;
}

.text-green {
  color: #3DA558;
}

.text-white {
  color: #fff;
}

.text-pink {
  color: #D800C7;
}

.text-blue {
  color: #3366FF;
}

.text-black {
  color: black;
}

.text-deep-blue {
  color: #034F9B;
}

.text-yellow {
  color: #EBA92C;
}

.bg-deep-blue {
  background: #034F9B;
}

.bg-deep-green {
  background: #00793C;
}

.bg-white {
  background: #fff;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-24 {
  font-size: 24px;
}

.bg-brown {
  background: #DEC07A;
}

.bg-green {
  background: #07C160;
}

.bg-red {
  background: #FF0000;
}

.bg-blue {
  background: #3366FF;
}

.h-100 {
  height: 100px;
}

.h-70p {
  height: 70%;
}

.vertical-align-middle {
  vertical-align: middle;
}

.d-flex {
  display: flex;
}

.d-inline {
  display: inline;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-space-around {
  justify-content: space-around;
}

.flex-direction-column {
  flex-direction: column;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.lh-25 {
  line-height: 25px;
}

.lh-20 {
  line-height: 20px;
}

.lh-50 {
  line-height: 50px;
}

@media (max-width: 414px) {
  .lh-25-sm {
    line-height: 25px;
  }
}

.position-absolute {
  position: absolute;
}

.position-relative {
  position: relative;
}

.cursor-pointer {
  cursor: pointer;
}
.cursor-pointer:hover {
  cursor: pointer;
}

.d-block {
  display: block;
}

@media (max-width: 414px) {
  .font-size-sm-14 {
    font-size: 14px;
  }
}

@media (max-width: 414px) {
  .font-size-sm-16 {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  .font-size-sm-18 {
    font-size: 18px !important;
  }
}

.main {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}

img {
  height: auto;
}

.banner img {
  width: 100%;
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 5px auto;
  z-index: 1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  width: 100%;
  background: #FDF4E7;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid #FF6C00;
  border-top: none;
}
.nav ul {
  display: block;
  width: 100%;
  color: #FFD700;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 800px) {
  .nav ul {
    font-size: 12px;
  }
}
.nav li {
  width: 24%;
  height: 40px;
  border-radius: 4px;
  background: #DD6610;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 441px) {
  .nav li {
    height: 30px;
  }
  .nav li a {
    line-height: 30px;
  }
}
.nav a {
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
  line-height: 40px;
}
.nav a:hover {
  background: #B25B1B;
}

.switch-buttons {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  border: 2px solid #FF6C00;
  border-bottom: none;
}
.switch-buttons .switch-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  width: 49%;
}
.switch-buttons .switch-button p {
  padding-top: 2px;
  font-size: 16px;
}
.switch-buttons .switch-button img {
  padding: 0 5px;
}
.switch-buttons .switch-button.btn1 span {
  line-height: 25px;
  color: #C40606;
}
.switch-buttons .switch-button.btn1 p {
  color: #C40606;
}
.switch-buttons .switch-button.btn1.active {
  background: #B25B1B;
}
.switch-buttons .switch-button.btn1.active span {
  color: #E0FF00;
}
.switch-buttons .switch-button.btn1.active p {
  color: #FFE269;
}
.switch-buttons .switch-button.btn2 span {
  line-height: 25px;
  color: #C40606;
}
.switch-buttons .switch-button.btn2 p {
  color: #C40606;
}
.switch-buttons .switch-button.btn2.active {
  background: #C40606;
}
.switch-buttons .switch-button.btn2.active span {
  color: #E0FF00;
}
.switch-buttons .switch-button.btn2.active p {
  color: #FFE269;
}

.KJ-TabBox {
  border: 2px solid #DD6610;
}

.backup-links {
  background: #DD6610;
}
.backup-links .backup-title {
  color: #FFFFFF;
  text-align: center;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
@media (max-width: 375px) {
  .backup-links .backup-title {
    font-size: 20px;
  }
}
.backup-links .backup-content {
  border: 2px solid #DD6610;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.backup-links .backup-content > div {
  border: 1px solid #FF6C00;
  padding-top: 7px;
  padding-bottom: 7px;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDF4E7;
}
.backup-links .backup-link {
  color: #DD6610;
  font-size: 20px;
  font-weight: bold;
}

.hot-wallpaper {
  border: 2px solid #DD6610;
}
.hot-wallpaper .hot-title {
  height: 50px;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  background: #DD6610;
}
.hot-wallpaper .hot-inner ul {
  display: flex;
  flex-wrap: wrap;
  background: #FDF4E7;
}
.hot-wallpaper .hot-inner li {
  cursor: pointer;
  width: 25%;
  text-align: center;
  color: #DD6610;
  border: 1px solid #FF6C00;
  font-weight: bold;
  font-size: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.hot-wallpaper img {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  width: 100%;
}

.open-prize {
  background: #DEC07A;
  margin-bottom: 5px;
}

.content-box {
  border: 2px solid #DD6610;
}
.content-box .content-title {
  display: flex;
  justify-content: center;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  background: #DD6610;
}
.content-box .content-title span.star {
  font-size: 20px;
  padding: 0 5px;
}
@media (max-width: 414px) {
  .content-box .content-title {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .content-box .content-title {
    font-size: 20px;
  }
}
.content-box .content-subtitle {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: black;
  background: #E2C37E;
}
.content-box .content-btn {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.content-box .content-btn .btn1, .content-box .content-btn .btn2 {
  cursor: pointer;
  height: 48px;
  width: 48%;
  border-radius: 16px;
  text-align: center;
  line-height: 48px;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
  background: #BABABA;
  color: #676767;
}
.content-box .content-btn .btn1.active {
  background: green;
  color: #fff;
}
.content-box .content-btn .btn2.active {
  background: #A80000;
  color: #fff;
}
.content-box .content-inner-list {
  display: flex;
  justify-content: center;
}
.content-box .content-inner > div {
  color: #003BFF;
}
.content-box .content-inner li {
  height: 40px;
  background: #FDF4E7;
  line-height: 40px;
  font-size: 18px;
  border-bottom: 1px solid #E2C37E;
}
@media (max-width: 414px) {
  .content-box .content-inner li {
    font-size: 12px;
  }
}
.content-box .content-inner li:last-child {
  border-bottom: none;
}
.content-box .content-inner .content {
  font-weight: bold;
}
.content-box .content-inner li.highlight {
  background: #7EE298;
}
@media (max-width: 800px) {
  .content-box .content-inner p {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .content-box .content-inner p {
    font-size: 12px;
  }
}
.content-box .content-inner > img {
  width: 100%;
}
.content-box .content-img img {
  width: 100%;
}
.content-box .content-img-board {
  background: url("../images/44.jpg") no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 800px;
  height: 1191px;
  display: flex;
  flex-direction: column;
}
.content-box .content-board-title {
  color: #523500;
  font-size: 40px;
  font-weight: bold;
  padding-top: 55px;
  padding-left: 50px;
  margin-bottom: auto;
}
.content-box .content-board-inner {
  margin-bottom: 50px;
}
.content-box .content-board-inner p {
  line-height: 60px;
  padding-left: 80px;
  font-weight: bold;
  color: #F0D58D;
  font-size: 45px;
}
.content-box .content-board-inner p:last-child {
  font-size: 35px;
}
.content-box .content-board-footer {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-bottom: 50px;
}
@media (max-width: 800px) {
  .content-box .content-img-board {
    height: 740px;
  }
  .content-box .content-board-title {
    font-size: 30px;
    padding-top: 35px;
    padding-left: 30px;
    margin-bottom: auto;
  }
  .content-box .content-board-inner {
    margin-bottom: 30px;
  }
  .content-box .content-board-inner p {
    line-height: 40px;
    padding-left: 50px;
    font-size: 25px;
  }
  .content-box .content-board-inner p:last-child {
    font-size: 20px;
  }
  .content-box .content-board-footer {
    font-size: 18px;
    text-align: center;
    padding-bottom: 25px;
  }
}
@media (max-width: 414px) {
  .content-box .content-img-board {
    height: 600px;
  }
  .content-box .content-board-title {
    font-size: 25px;
    padding-top: 30px;
    padding-left: 25px;
  }
  .content-box .content-board-inner {
    margin-bottom: 25px;
  }
  .content-box .content-board-inner p {
    line-height: 35px;
    padding-left: 40px;
    font-size: 22px;
  }
  .content-box .content-board-inner p:last-child {
    font-size: 18px;
  }
  .content-box .content-board-footer {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 375px) {
  .content-box .content-img-board {
    height: 550px;
  }
  .content-box .content-board-title {
    font-size: 22px;
    padding-top: 25px;
    padding-left: 25px;
  }
  .content-box .content-board-inner {
    margin-bottom: 25px;
  }
  .content-box .content-board-inner p {
    line-height: 30px;
    padding-left: 40px;
    font-size: 20px;
  }
  .content-box .content-board-inner p:last-child {
    font-size: 16px;
  }
  .content-box .content-board-footer {
    font-size: 15px;
    padding-bottom: 20px;
  }
}
.content-box .content-inner-left {
  width: 66%;
  padding-left: 5px;
  padding-right: 10px;
  padding-top: 5px;
  height: 140px;
  line-height: 24px;
}
@media (max-width: 800px) {
  .content-box .content-inner-left {
    font-size: 10px;
  }
}
@media (max-width: 414px) {
  .content-box .content-inner-left {
    line-height: 20px;
  }
}
.content-box .content-inner-right {
  width: 33%;
  height: 140px;
  padding-left: 5px;
  padding-top: 5px;
}
.content-box .content-inner-more-website li {
  line-height: 40px;
  height: 40px;
  width: 32.5%;
  border-radius: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}
@media (max-width: 800px) {
  .content-box .content-inner-more-website li {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .content-box .content-inner-more-website li {
    font-size: 12px;
  }
}
.content-box .content-inner-fullyear-data li {
  width: 25%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border: 1px solid #FF6C00;
}
@media (max-width: 800px) {
  .content-box .content-inner-fullyear-data li {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .content-box .content-inner-fullyear-data li {
    width: 48%;
  }
}
.content-box .content-inner-zodiac {
  background: #FDF4E7;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.content-box .content-inner-zodiac .zodiac-box {
  margin-bottom: 20px;
  width: 33%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
.content-box .content-inner-zodiac .zodiac-footer {
  gap: 5px;
}
.content-box .content-inner-zodiac .zodiac-footer span {
  display: flex;
  width: 22px;
  height: 24px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 414px) {
  .content-box .content-inner-zodiac .zodiac-box {
    width: 48%;
  }
}
.content-box .content-inner-five-element li {
  padding-left: 5%;
  background: #FDF4E7;
  line-height: 40px;
  font-size: 18px;
  border-bottom: 2px solid #E2C37E;
}
.content-box .content-inner-five-element li:last-child {
  border-bottom: none;
}
.content-box .content-inner-wave-color li {
  padding-left: 5%;
  height: auto;
  background: #FDF4E7;
  line-height: 40px;
  font-size: 14px;
  border-bottom: 2px solid #E2C37E;
}
.content-box .content-inner-wave-color li:last-child {
  border-bottom: none;
}

#area1::before {
  content: "";
  display: block;
  height: 120px;
  /* height of the nav bar */
  margin-top: -120px;
  /* negative value of nav bar height */
  visibility: hidden;
}

.footer {
  background: #D18319;
  font-size: 14px;
}
.footer p {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 70%;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  line-height: 16px;
}

.backtop {
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  background: #DD6610;
}
.backtop a {
  display: block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.green-website .content-title {
  display: flex;
  justify-content: center;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  line-height: 40px;
  background: #DD6610;
}
.green-website .content-title span.star {
  font-size: 20px;
  padding: 0 5px;
}
.green-website .content-title span:not(.star) {
  position: absolute;
  color: #F5FF00;
}
.green-website .content-title span:not(.star) a {
  text-shadow: 2px 2px 5px black;
  color: #F5FF00;
}
.green-website .content-title span:first-of-type {
  font-size: 30px;
  right: 100px;
  font-weight: bold;
}
.green-website .content-title span:last-of-type {
  right: 0;
  font-size: 24px;
}
@media (max-width: 800px) {
  .green-website .content-title span:first-of-type {
    font-size: 18px;
    right: 70px;
    font-weight: bold;
  }
  .green-website .content-title span:last-of-type {
    right: 0;
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .green-website .content-title span:first-of-type {
    font-size: 14px;
    right: 50px;
    font-weight: bold;
  }
  .green-website .content-title span:last-of-type {
    right: 0;
    font-size: 12px;
  }
}

ul.big-content-inner {
  background: #FDF4E7;
}
ul.big-content-inner li.big-content {
  height: 100%;
}
ul.big-content-inner li.big-content div {
  width: 37%;
  text-align: left;
  margin: 0 auto;
}
@media (max-width: 800px) {
  ul.big-content-inner li.big-content div {
    min-width: 50%;
  }
}
@media (max-width: 414px) {
  ul.big-content-inner li.big-content div {
    min-width: 60%;
  }
}

li.t-half {
  padding-left: 0 !important;
  display: flex;
}
li.t-half div.t-left {
  text-align: center;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
li.t-half div.t-left span {
  margin-right: 0 !important;
  min-width: 55px;
}
li.t-half div.t-right {
  padding: 0 10px;
}

.index2 .banner {
  border: 4px solid #DD6610;
  background: #DD6610;
  height: 100px;
  align-items: center;
}
.index2 .banner > img {
  height: 100%;
  width: auto;
}
.index2 .banner > div > img {
  width: 40%;
}
@media (max-width: 414px) {
  .index2 .banner > div > img {
    width: 60%;
  }
}
.index2 .banner > div p {
  position: absolute;
  transform: translate(20px, -4px);
}
@media (max-width: 414px) {
  .index2 .banner > div p {
    transform: translate(12px, -2px);
  }
}
.index2 .banner p {
  color: #fff;
  text-shadow: 2px 2px 2px black;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 414px) {
  .index2 .banner p {
    font-size: 10px;
  }
}
.index2 .banner .backhome {
  font-size: 24px;
}
@media (max-width: 414px) {
  .index2 .banner .backhome {
    font-size: 16px;
  }
}
.index2 .banner span {
  margin-left: auto;
  padding-right: 20px;
}
@media (max-width: 414px) {
  .index2 .banner span {
    padding-right: 0px;
    width: 40%;
  }
}
.index2 .banner-inner {
  height: 160px;
  display: flex;
  align-items: center;
  border: 4px solid #DD6610;
}
.index2 .banner-inner ul {
  width: 100%;
  justify-content: space-around;
}
.index2 .banner-inner li {
  border: 2px solid #523500;
  border-radius: 10px;
  width: 12%;
  height: 68px;
}
.index2 .banner-inner li p {
  height: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index2 .banner-inner li p:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.index2 .banner-inner li p:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.index2 .banner-inner li.refresh {
  width: 28px;
  border-radius: 7px;
  background: #C5543F;
  font-size: 20px;
  line-height: 30px;
}
.index2 .banner-inner-title {
  margin-right: auto;
  font-size: 18px;
  width: 20%;
  line-height: 22px;
}
@media (max-width: 800px) {
  .index2 .banner-inner-title {
    width: 22%;
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .index2 .banner-inner-title {
    font-size: 13px;
  }
}
.index2 #area4 img {
  width: 97%;
  margin: 0 auto 20px auto;
}

/*# sourceMappingURL=style.css.map */
