* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #E4EFE7;
  font-family: "Noto Sans SC";
}

@font-face {
  font-family: "MaShanZheng";
  src: url("../fonts/Ma_Shan_Zheng/MaShanZheng-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans SC";
  src: url("../fonts/Noto_Sans_SC/static/NotoSansSC-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.et {
  display: flex;
}
.et-main_area {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-left: 320px;
  transition: margin-left 0.5s ease-in-out;
}
@media screen and (max-width: 1240px) {
  .et-main_area {
    margin-left: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .et-main_area {
    margin-left: 0;
  }
}
.et .hp-container {
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 1240px;
  width: 100%;
  height: 100vh;
  margin: auto;
  font-family: "MaShanZheng";
}
@media screen and (max-width: 1240px) {
  .et .hp-container {
    max-width: 1024px;
  }
}
.et .hp-container #splash-screen {
  display: none;
}
@media screen and (max-width: 1024px) {
  .et .hp-container #splash-screen {
    display: block;
  }
}
.et .hp-container #splash-screen .intro-mobile {
  display: flex;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 360px) {
  .et .hp-container #splash-screen .intro-mobile {
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
  }
}
.et .hp-container #splash-screen .intro-mobile p {
  margin-bottom: 30px;
}
.et .hp-container #splash-screen .intro-mobile p:last-child {
  margin-bottom: 0;
}
.et .hp-container #splash-screen div {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 360px) {
  .et .hp-container #splash-screen div {
    padding-right: 20px;
    margin-top: 20px;
  }
}
.et .hp-container #splash-screen div img {
  width: 60px;
  height: 60px;
}
.et .hp-container .menu {
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: "MaShanZheng";
}
@media screen and (max-width: 1024px) {
  .et .hp-container .menu {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }
}
.et .hp-container .menu.show {
  display: flex;
  opacity: 1;
}
.et .hp-container .menu ul {
  display: flex;
  list-style-type: none;
}
@media screen and (max-width: 1024px) {
  .et .hp-container .menu ul {
    flex-direction: column;
  }
}
.et .hp-container .menu ul li {
  min-width: 80px;
  margin: 0 50px;
  text-decoration: underline dashed transparent;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
  transition: 1s;
  font-size: 40px;
  line-height: 40px;
}
@media screen and (max-width: 1240px) {
  .et .hp-container .menu ul li {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .et .hp-container .menu ul li {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .et .hp-container .menu ul li {
    font-size: 24px;
  }
}
.et .hp-container .menu ul li:hover {
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  .et .hp-container .menu ul li:hover {
    font-size: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .et .hp-container .menu ul li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1024px) {
  .et .hp-container .menu ul li {
    margin: 30px 0 0;
  }
  .et .hp-container .menu ul li:first-child {
    margin-top: 0;
  }
}
.et .hp-container .menu ul li a {
  color: #064420;
  text-decoration: none;
}
.et .hp-container .menu ul li:hover {
  margin: 0 40px;
  text-decoration: underline dashed #064420;
  text-underline-offset: 15px;
  text-decoration-thickness: 2px;
}
.et .hp-container .menu ul li:first-child {
  margin-left: 0;
}
.et .hp-container .menu ul li:last-child {
  margin-right: 0;
}
.et .hp-container .intro {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .et .hp-container .intro {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .et .hp-container .intro {
    display: none;
  }
}
.et .hp-container .intro p {
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1240px) {
  .et .hp-container .intro p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .et .hp-container .intro p {
    font-size: 16px;
    line-height: 30px;
  }
}
.et .cat-menu {
  width: 100%;
  font-family: "MaShanZheng";
}
.et .cat-menu .container {
  display: flex;
  margin: 55px 0;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 500px) {
  .et .cat-menu .container {
    margin: 20px 0;
  }
}
.et .cat-menu .container ul {
  list-style-type: none;
  display: flex;
}
.et .cat-menu .container ul li {
  border-radius: 50%;
  border-radius: 100px;
  background-color: #FAF1E6;
  width: 100px;
  height: 100px;
  margin-right: 70px;
  align-content: center;
  font-size: 20px;
  line-height: 40px;
  box-shadow: 4px 10px 15px 0px rgba(0, 0, 0, 0.2509803922);
}
@media screen and (max-width: 1240px) {
  .et .cat-menu .container ul li {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .et .cat-menu .container ul li {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .et .cat-menu .container ul li {
    margin-right: 35px;
  }
}
@media screen and (max-width: 768px) {
  .et .cat-menu .container ul li {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 500px) {
  .et .cat-menu .container ul li {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 400px) {
  .et .cat-menu .container ul li {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.et .cat-menu .container ul li:last-child {
  margin-right: 0;
}
.et .cat-menu .container ul li img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1240px) {
  .et .cat-menu .container ul li img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .et .cat-menu .container ul li img {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .et .cat-menu .container ul li img {
    width: 20px;
    height: 20px;
  }
}
.et .cat-container {
  display: flex;
  width: 100%;
  flex: 1;
  justify-content: center;
}
.et .cat-container .box {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .et .cat-container .box {
    max-width: 90%;
    align-items: center;
  }
}
@media screen and (max-width: 500px) {
  .et .cat-container .box {
    max-width: 80%;
  }
}
.et .cat-container .box .item {
  margin-bottom: 20px;
  height: fit-content;
  width: 850px;
  background-color: #FDFAF6;
  border-radius: 15px;
  padding: 25px;
}
@media screen and (max-width: 1240px) {
  .et .cat-container .box .item {
    width: 650px;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .et .cat-container .box .item {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
  }
}
.et .cat-container .box .item a {
  text-decoration: none;
  cursor: pointer;
}
.et .cat-container .box .item h3 {
  font-size: 28px;
  line-height: 28px;
  margin: 20px 0 15px;
  color: #064420;
}
@media screen and (max-width: 1240px) {
  .et .cat-container .box .item h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .et .cat-container .box .item h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1240px) {
  .et .cat-container .box .item h3 {
    margin: 10px 0 15px;
  }
}
.et .cat-container .box .item h3:hover {
  opacity: 0.8;
}
.et .cat-container .box .item p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #064420;
}
@media screen and (max-width: 1240px) {
  .et .cat-container .box .item p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .et .cat-container .box .item p {
    margin-bottom: 10px;
  }
}
.et .cat-container .box .item p:last-child {
  margin-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .et .cat-container .box .item p:last-child {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 400px) {
  .et .cat-container .box .item p:last-child {
    margin-bottom: 10px;
  }
}
.et .cat-container .box .item p:hover {
  opacity: 0.8;
}
.et .detail-container {
  width: 100%;
  margin-top: 55px;
}
@media screen and (max-width: 500px) {
  .et .detail-container {
    margin: 20px 0;
  }
}
.et .detail-container .sect-1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.et .detail-container .sect-1 .box {
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .et .detail-container .sect-1 .box {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .et .detail-container .sect-1 .box {
    max-width: 90%;
    align-items: center;
  }
}
.et .detail-container .sect-1 .box h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 35px;
  font-family: "MaShanZheng";
}
@media screen and (max-width: 1240px) {
  .et .detail-container .sect-1 .box h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .et .detail-container .sect-1 .box h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .et .detail-container .sect-1 .box h2 {
    font-size: 24px;
  }
}
.et .detail-container .sect-1 .box h2:hover {
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  .et .detail-container .sect-1 .box h2:hover {
    font-size: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .et .detail-container .sect-1 .box h2 {
    margin-bottom: 10px;
  }
}
.et .detail-container .sect-1 .box table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ccc;
  margin: 40px 0;
}
@media screen and (max-width: 1240px) {
  .et .detail-container .sect-1 .box table {
    margin: 20px 0;
  }
}
.et .detail-container .sect-1 .box table tbody tr {
  height: 40px;
}
@media screen and (max-width: 500px) {
  .et .detail-container .sect-1 .box table tbody tr {
    height: 20px;
  }
}
.et .detail-container .sect-1 .box table tbody tr td {
  font-size: 28px;
  line-height: 28px;
  background-color: #FDFAF6;
  border: 1px solid #064420;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .et .detail-container .sect-1 .box table tbody tr td {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .et .detail-container .sect-1 .box table tbody tr td {
    font-size: 18px;
  }
}
.et .detail-container .sect-1 .box table tbody tr td a {
  text-decoration: none;
  color: unset;
}
.et .detail-container .sect-1 .box table tbody tr:first-child td:first-child {
  border-top-left-radius: 8px;
}
.et .detail-container .sect-1 .box table tbody tr:first-child td:last-child {
  border-top-right-radius: 8px;
}
.et .detail-container .sect-1 .box table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.et .detail-container .sect-1 .box table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.et .detail-container .sect-1 .box.box_info .col-1 {
  width: 35%;
}
.et .detail-container .sect-1 .box.box_info .col-2 {
  width: 65%;
  text-align: left;
  padding-left: 50px;
}
@media screen and (max-width: 500px) {
  .et .detail-container .sect-1 .box.box_info .col-2 {
    text-align: center;
    padding-left: 0;
  }
}
.et .detail-container .sect-1 .box.box_toc .col-1 {
  width: 30%;
}
.et .detail-container .sect-1 .box.box_toc .col-2 {
  width: 70%;
}
.et .read-container {
  max-width: 950px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px auto;
  flex-direction: column;
}
@media screen and (max-width: 1240px) {
  .et .read-container {
    max-width: 700px;
  }
}
@media screen and (max-width: 768px) {
  .et .read-container {
    max-width: 90%;
    align-items: center;
  }
}
@media screen and (max-width: 325px) {
  .et .read-container {
    max-width: 95%;
    align-items: center;
  }
}
.et .read-container .sect-content {
  margin-bottom: 20px;
  padding: 15px;
}
.et .read-container .sect-content h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 60px;
  font-family: "MaShanZheng";
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-content h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .et .read-container .sect-content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .et .read-container .sect-content h2 {
    font-size: 24px;
  }
}
.et .read-container .sect-content h2:hover {
  font-size: 42px;
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-content h2:hover {
    font-size: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-content h2 {
    margin-bottom: 20px;
  }
}
.et .read-container .sect-content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 40px;
  font-family: "MaShanZheng";
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-content h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  .et .read-container .sect-content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-content h3 {
    margin-bottom: 20px;
  }
}
.et .read-container .sect-content p {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .et .read-container .sect-content p {
    font-size: 16px;
    line-height: 30px;
  }
}
.et .read-container .sect-control {
  display: flex;
  flex-direction: row;
}
.et .read-container .sect-control .btn {
  width: 100px;
  height: 50px;
  border-radius: 5px;
  border: 1px;
  background-color: #FAF1E6;
  box-shadow: 4px 10px 15px 0px rgba(0, 0, 0, 0.2509803922);
  margin-right: 100px;
  align-content: center;
  text-align: center;
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-control .btn {
    height: 40px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .et .read-container .sect-control .btn {
    margin-right: 60px;
  }
}
@media screen and (max-width: 500px) {
  .et .read-container .sect-control .btn {
    margin-right: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .et .read-container .sect-control .btn {
    margin-right: 20px;
    width: 80px;
  }
}
.et .read-container .sect-control .btn:last-child {
  margin-right: 0;
}
.et .read-container .sect-control .btn a {
  text-decoration: none;
  color: unset;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1240px) {
  .et .read-container .sect-control .btn a {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 400px) {
  .et .read-container .sect-control .btn a {
    font-size: 16px;
    line-height: 30px;
  }
}

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