* {
  margin: 0;
  padding: 0;
}
*,
* ::after,
* ::before {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
a {
  text-decoration: none;
  color: #000;
}
ul,
li {
  list-style-type: none;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
header {
  position: fixed;
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 9999;
  background-color: #ffffff;
  border-bottom: 2px solid #97002e;
  display: flex;
  align-items: center;
  gap: 0 40px;
}
header .menu {
  display: none;
}
header .logo a {
  background-image: url(/image/logo.png);
  width: 250px;
  height: 70px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
header .nav .nav-item {
  width: 130px;
  height: 80px;
  align-items: center;
  text-align: center;
  line-height: 80px;
}
header .nav .nav-item:hover > a {
  background-color: #97002e;
  color: #fff;
}
header .nav .nav-item > a {
  color: black;
  display: block;
  text-decoration-line: none;
}
header .nav .nav-item > a.is-active {
  display: block;
  background-color: #97002e;
  color: #fff;
  text-decoration-line: none;
}
header .nav .nav-item .nav-item-sub {
  color: black;
  display: none;
  line-height: 46px;
}
header .nav .nav-item:hover > .nav-item-sub {
  color: black;
  display: block;
  line-height: 46px;
}
header .nav .nav-item:hover > .nav-item-sub a {
  color: black;
  display: block;
  line-height: 46px;
  text-decoration-line: none;
  background-color: white;
}
header .nav .nav-item:hover > .nav-item-sub a:hover {
  background-color: #eaeaea;
}
header .nav .nav-item:hover > .nav-item-sub.hide {
  display: none;
}
.app-container {
  width: 100%;
  margin-top: 80px;
}
.app-container .containers {
  width: 100%;
  background-color: #f7f7f7;
}
.app-container .wrapper {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}
.app-container .projects {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.app-container .projects.cards {
  flex-wrap: wrap;
  gap: 16px 16px;
}
.app-container .projects a {
  text-decoration-line: none;
}
.app-container .projects a.item {
  color: #000;
  position: relative;
  width: 220px;
  height: 260px;
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.app-container .projects a.item:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px #888;
}
.app-container .projects a.item .img {
  width: 100%;
  height: 220px;
  border-radius: 4px 4px 0 0;
}
.app-container .projects a.item .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.app-container .field-title {
  font-size: 28px;
  padding: 5px 10px;
  font-weight: 700;
  color: #fff;
  background-color: #97002e;
}
.app-container .field-sub-title {
  padding: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #97002e;
}
.app-container .news-field .news {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.app-container .news-field .news .image {
  width: 540px;
}
.app-container .news-field .news .image .carousel-item {
  position: relative;
}
.app-container .news-field .news .image .carousel-item img {
  height: 508px;
}
.app-container .news-field .news .image .carousel-item a {
  display: block;
  position: absolute;
  color: #fff;
  background-color: #00000080;
  bottom: 0;
  width: 100%;
  padding-left: 20px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
}
.app-container .news-field .news .link {
  width: 640px;
}
.app-container .news-field .news .link .item {
  height: 100px;
  margin-bottom: 2px;
  display: flex;
  background-color: #fafafa;
}
.app-container .news-field .news .link .item:hover {
  background-color: #eaeaea;
}
.app-container .news-field .news .link .item:hover .detail .title {
  color: #dc0042;
}
.app-container .news-field .news .link .date {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eaeaea;
}
.app-container .news-field .news .link .detail {
  height: 100%;
  width: 520px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  text-decoration: none;
}
.app-container .news-field .news .link .detail .title {
  padding: 10px 0;
  font-weight: 700;
}
.app-container .news-field .news .link .detail .intro {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #888;
}
.app-container .news-field .wrapper .more {
  display: block;
  width: 180px;
  height: 46px;
  line-height: 44px;
  margin: 40px auto 30px;
  box-sizing: border-box;
  text-align: center;
  color: #97002e;
  border: 1px solid #97002e;
  font-size: 14px;
  border-radius: 4px;
}
.app-container .partner-panel {
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.app-container .partner-panel .partner-link {
  display: block;
  height: 80px;
  width: 220px;
  padding: 5px 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #fff;
}
.app-container .partner-panel .partner-link:hover {
  box-shadow: 0 0 5px #888;
}
.app-container .partner-panel .partner-link a {
  display: block;
  height: 70px;
  width: 200px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about.list-top,
.projects.list-top,
.news.list-top,
.community.list-top {
  position: relative;
  height: 400px;
}
.about.list-top .banner,
.projects.list-top .banner,
.news.list-top .banner,
.community.list-top .banner {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.about.list-top .mask,
.projects.list-top .mask,
.news.list-top .mask,
.community.list-top .mask {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  background-color: #00000055;
}
.about.list-top .mask .title,
.projects.list-top .mask .title,
.news.list-top .mask .title,
.community.list-top .mask .title {
  color: #fff;
  font-size: 24px;
}
.container-community,
.container-projects,
.container-about,
.container-news {
  width: 100%;
}
.container-community .path,
.container-projects .path,
.container-about .path,
.container-news .path {
  display: flex;
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #efefef;
  width: 100%;
}
.container-community .path .your,
.container-projects .path .your,
.container-about .path .your,
.container-news .path .your {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.container-community .path .path-span:after,
.container-projects .path .path-span:after,
.container-about .path .path-span:after,
.container-news .path .path-span:after {
  padding: 0 5px;
  content: ">";
  color: #666;
  font-size: 14px;
}
.container-community .path .path-lv1,
.container-projects .path .path-lv1,
.container-about .path .path-lv1,
.container-news .path .path-lv1,
.container-community .path .path-lv2,
.container-projects .path .path-lv2,
.container-about .path .path-lv2,
.container-news .path .path-lv2,
.container-community .path .path-lv3,
.container-projects .path .path-lv3,
.container-about .path .path-lv3,
.container-news .path .path-lv3 {
  color: #666;
  font-size: 14px;
}
.container-community .container,
.container-projects .container,
.container-about .container,
.container-news .container {
  padding-left: 0;
  padding-right: 0;
}
.container-community .content,
.container-projects .content,
.container-about .content,
.container-news .content {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
}
.container-community .content .navigation,
.container-projects .content .navigation,
.container-about .content .navigation,
.container-news .content .navigation {
  display: flex;
  height: 242px;
  flex-direction: column;
}
.container-community .content .navigation:first-child,
.container-projects .content .navigation:first-child,
.container-about .content .navigation:first-child,
.container-news .content .navigation:first-child {
  border-top: 1px solid #EEEEEE;
}
.container-community .content .navigation .nav-item,
.container-projects .content .navigation .nav-item,
.container-about .content .navigation .nav-item,
.container-news .content .navigation .nav-item {
  display: block;
  width: 150px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  transition: font-size 0.2s;
  -webkit-transition: font-size 0.2s;
  text-decoration: none;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
.container-community .content .navigation .nav-item:hover,
.container-projects .content .navigation .nav-item:hover,
.container-about .content .navigation .nav-item:hover,
.container-news .content .navigation .nav-item:hover {
  font-size: 18px;
  color: #000;
}
.container-community .content .navigation .nav-item.is-active,
.container-projects .content .navigation .nav-item.is-active,
.container-about .content .navigation .nav-item.is-active,
.container-news .content .navigation .nav-item.is-active {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #97002e;
}
.container-community .content .navigation .nav-item.is-active:hover,
.container-projects .content .navigation .nav-item.is-active:hover,
.container-about .content .navigation .nav-item.is-active:hover,
.container-news .content .navigation .nav-item.is-active:hover {
  background-color: #97002e;
}
.container-community .content .subpage,
.container-projects .content .subpage,
.container-about .content .subpage,
.container-news .content .subpage {
  flex: 1;
  padding-right: 24px;
  padding-left: 24px;
}
.container-community .content .subpage .container,
.container-projects .content .subpage .container,
.container-about .content .subpage .container,
.container-news .content .subpage .container {
  display: none;
  margin-bottom: 50px;
}
.container-community .content .subpage .container.is-active,
.container-projects .content .subpage .container.is-active,
.container-about .content .subpage .container.is-active,
.container-news .content .subpage .container.is-active {
  display: block;
}
.container-community .subpage .title,
.container-projects .subpage .title,
.container-about .subpage .title {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  font-weight: bold;
  unicode-bidi: isolate;
  text-align: center;
}
.container-community .subpage .sub-title,
.container-projects .subpage .sub-title,
.container-about .subpage .sub-title {
  text-align: center;
  font-size: 14px;
  margin: 10px;
}
.container-community .subpage .part1,
.container-projects .subpage .part1,
.container-about .subpage .part1 {
  display: flex;
  justify-content: space-between;
}
.container-community .subpage .part1 .intro,
.container-projects .subpage .part1 .intro,
.container-about .subpage .part1 .intro {
  font-size: 18px;
  padding: 20px 0;
  text-indent: 36px;
}
.container-community .subpage .part2,
.container-projects .subpage .part2,
.container-about .subpage .part2 {
  width: 1000px;
  height: 800px;
}
.container-community .subpage .part2 .img,
.container-projects .subpage .part2 .img,
.container-about .subpage .part2 .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.container-about .content .subpage .container .rules-para {
  text-align: center;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}
.container-about .content .subpage .container .rules {
  margin-top: 20px;
  font-size: 18px;
}
.container-about .content .subpage .container .rules-date {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  margin-top: 50px;
  margin-right: 50px;
}
.container-about .content .subpage .container .detail {
  font-size: 18px;
  text-indent: 36px;
}
.container-about .content .subpage .container .item {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
}
.container-about .members {
  margin: 0 10px;
}
.container-about .members .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
}
.container-about .members .member .name {
  text-align: center;
  margin-top: 5px;
  font-size: 18px;
}
.container-about .members .member .intro {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.container-about .members img {
  border: 0;
  vertical-align: middle;
}
.container-about .part1 .logo {
  width: 300px;
  height: 300px;
  border: 1px solid #efefef;
  margin-right: 40px;
}
.container-about .part1 .logo img {
  width: 300px;
  height: 300px;
}
.container-about .part1 .intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.container-about .part2 .cerfi {
  width: 100%;
  height: 100%;
  background-image: url(/image/certification-999b1b3e.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
footer .containers {
  width: 100%;
  background-image: url("/image/footer-c270ae7b.jpg");
}
footer .containers .wrapper {
  display: flex;
  padding-top: 50px;
  margin: 0 auto;
  width: 1200px;
}
footer .containers .wrapper .link {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
footer .containers .wrapper .link .logo a {
  display: block;
  width: 192px;
  height: 192px;
  background-image: url("/image/logo-m-f2eae890.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
footer .containers .wrapper .link .nav {
  margin-left: 16px;
}
footer .containers .wrapper .link .nav .nav-ul1 {
  display: flex;
  justify-content: space-between;
}
footer .containers .wrapper .link .nav .nav-ul1 .nav-li1 {
  margin-right: 16px;
  margin-left: 16px;
}
footer .containers .wrapper .link .nav .nav-ul1 .nav-li1 a {
  display: block;
  height: 30px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
footer .containers .wrapper .link .nav .nav-ul1 .nav-li1 .nav-ul2 .nav-li2 a {
  display: block;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
}
footer .containers .wrapper .contact-us {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
}
footer .containers .wrapper .contact-us a {
  font-size: 14px !important;
  color: #fff;
  padding: 3px 0;
  width: max-content;
}
footer .containers .wrapper .contact-us .nav-li2 a {
  font-size: 12px !important;
  color: #fff;
  padding: 3px 0;
  width: max-content;
}
footer .containers .wrapper .contact-us .nav-li2 a .iconfont {
  font-size: 12px;
  width: 14px;
  height: 14px;
  font-family: iconfont !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
footer .containers .wrapper .contact-us .nav-li2 a span {
  display: inline-block;
  width: 50px;
  text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
}
footer .containers .wrapper .contact-us p {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 5px 0;
  text-align: left;
}
footer .containers p {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
footer .containers .copyright {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  display: block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
footer .containers .copyright a {
  color: #fff;
}
@media screen and (max-width: 975px) {
  html,
  body {
    overflow-x: hidden;
    height: 100vh;
    overflow-y: auto;
  }
  .justify-content-center {
    -ms-flex-pack: unset !important;
    justify-content: unset !important;
    position: relative;
  }
  header {
    position: relative;
    height: 3em;
  }
  header .menu {
    display: block;
    position: absolute;
    top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 0.375em;
    border-color: #ccc;
  }
  header .menu:hover {
    background-color: #8c949c29;
    border-color: #8c949c29;
  }
  header .menu .menu-item {
    background-color: #ccc;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 20px;
    height: 2px;
  }
  header .logo {
    position: absolute;
    left: 48px;
    padding: 5px;
    height: 3em;
  }
  header .logo a {
    background-image: url(/image/logo.png);
    width: 300px;
    height: 100%;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    font-size: 0;
  }
  header .nav {
    opacity: 0;
    display: none;
    width: 100%;
    top: 3em;
    position: absolute;
    background-color: #fff;
    transition: opacity 0.5s ease;
    /* 过渡效果 */
  }
  header .nav .nav-item {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: unset;
    align-items: center;
    text-align: center;
    line-height: 3em;
  }
  header .nav .nav-item li {
    display: block;
  }
  header .nav .nav-item:hover > a {
    background-color: #97002e;
    color: #fff;
  }
  header .nav .nav-item > a {
    color: black;
    display: block;
    text-decoration-line: none;
  }
  header .nav .nav-item > a.is-active {
    display: block;
    background-color: #97002e;
    color: #fff;
    text-decoration-line: none;
  }
  header .nav .nav-item .nav-item-sub {
    color: black;
    display: block;
    line-height: 2em;
    padding-left: 0;
    font-size: 14px;
  }
  header .nav .nav-item .nav-item-sub li {
    line-height: 3em;
  }
  header .nav .nav-item:hover > .nav-item-sub {
    color: black;
    display: block;
    line-height: 3em;
  }
  header .nav .nav-item:hover > .nav-item-sub li {
    display: block;
  }
  header .nav .nav-item:hover > .nav-item-sub a {
    color: black;
    display: block;
    line-height: 3em;
    text-decoration-line: none;
    background-color: white;
  }
  header .nav .nav-item:hover > .nav-item-sub a:hover {
    background-color: #eaeaea;
  }
  header .nav .nav-item:hover > .nav-item-sub.hide {
    display: none;
  }
  .app-container {
    margin-top: 0px;
  }
  .app-container .containers {
    width: 100%;
  }
  .app-container .wrapper {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
  }
  .app-container .news-field .news {
    padding-left: 8px;
    padding-right: 8px;
  }
  .app-container .news-field .news .image {
    display: none;
    width: 540px;
  }
  .app-container .news-field .news .image .carousel-item {
    position: relative;
  }
  .app-container .news-field .news .image .carousel-item img {
    height: 508px;
  }
  .app-container .news-field .news .image .carousel-item a {
    display: block;
    position: absolute;
    color: #fff;
    background-color: #00000080;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 700;
  }
  .app-container .news-field .news .link {
    width: 100%;
  }
  .app-container .news-field .news .link .item {
    height: 100px;
    margin-bottom: 2px;
    display: flex;
    background-color: #fafafa;
  }
  .app-container .news-field .news .link .item:hover {
    background-color: #eaeaea;
  }
  .app-container .news-field .news .link .item:hover .detail .title {
    color: #dc0042;
  }
  .app-container .news-field .news .link .date {
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #eaeaea;
  }
  .app-container .news-field .news .link .detail {
    height: 100%;
    width: 520px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    text-decoration: none;
  }
  .app-container .news-field .news .link .detail .title {
    padding: 10px 0;
    font-weight: 700;
  }
  .app-container .news-field .news .link .detail .intro {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #888;
  }
  .app-container .partner-panel {
    padding: 10px;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .app-container .partner-panel .partner-link {
    display: block;
    height: 80px;
    width: 220px;
    padding: 5px 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #fff;
  }
  .app-container .partner-panel .partner-link:hover {
    box-shadow: 0 0 5px #888;
  }
  .app-container .partner-panel .partner-link a {
    display: block;
    height: 70px;
    width: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .about.list-top,
  .projects.list-top,
  .news.list-top,
  .community.list-top {
    height: 200px;
  }
  .projects.cards a.item {
    width: auto;
  }
  .container-projects .navigation {
    width: 100%;
    grid-template-columns: repeat(5, 5fr);
  }
  .container-community,
  .container-projects,
  .container-about,
  .container-news {
    width: 100%;
  }
  .container-community .path,
  .container-projects .path,
  .container-about .path,
  .container-news .path {
    display: flex;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #efefef;
    width: 100%;
  }
  .container-community .path .your,
  .container-projects .path .your,
  .container-about .path .your,
  .container-news .path .your {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
  }
  .container-community .path .path-span:after,
  .container-projects .path .path-span:after,
  .container-about .path .path-span:after,
  .container-news .path .path-span:after {
    padding: 0 5px;
    content: ">";
    color: #666;
    font-size: 14px;
  }
  .container-community .path .path-lv1,
  .container-projects .path .path-lv1,
  .container-about .path .path-lv1,
  .container-news .path .path-lv1,
  .container-community .path .path-lv2,
  .container-projects .path .path-lv2,
  .container-about .path .path-lv2,
  .container-news .path .path-lv2,
  .container-community .path .path-lv3,
  .container-projects .path .path-lv3,
  .container-about .path .path-lv3,
  .container-news .path .path-lv3 {
    color: #666;
    font-size: 14px;
  }
  .container-community.wrapper,
  .container-projects.wrapper,
  .container-about.wrapper,
  .container-news.wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    width: 100%;
  }
  .container-community .container,
  .container-projects .container,
  .container-about .container,
  .container-news .container {
    padding-left: 0;
    padding-right: 0;
  }
  .container-community .content,
  .container-projects .content,
  .container-about .content,
  .container-news .content {
    display: block;
    width: 100%;
  }
  .container-community .content .navigation,
  .container-projects .content .navigation,
  .container-about .content .navigation,
  .container-news .content .navigation {
    width: 100%;
    display: grid;
    flex-direction: column;
    margin-right: 48px;
    height: fit-content;
    margin-top: 8px;
  }
  .container-community .content .navigation:first-child,
  .container-projects .content .navigation:first-child,
  .container-about .content .navigation:first-child,
  .container-news .content .navigation:first-child {
    border-top: none;
  }
  .container-community .content .navigation .nav-item,
  .container-projects .content .navigation .nav-item,
  .container-about .content .navigation .nav-item,
  .container-news .content .navigation .nav-item {
    width: unset;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    transition: font-size 0.2s;
    -webkit-transition: font-size 0.2s;
    text-decoration: none;
    border: 1px solid #EEEEEE;
    border-left: 0;
    padding: 16px;
    height: unset;
    line-height: 1em;
  }
  .container-community .content .navigation .nav-item:first-child,
  .container-projects .content .navigation .nav-item:first-child,
  .container-about .content .navigation .nav-item:first-child,
  .container-news .content .navigation .nav-item:first-child {
    border-left: 1px solid #EEEEEE;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
  }
  .container-community .content .navigation .nav-item:last-child,
  .container-projects .content .navigation .nav-item:last-child,
  .container-about .content .navigation .nav-item:last-child,
  .container-news .content .navigation .nav-item:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
  .container-community .content .navigation .nav-item:hover,
  .container-projects .content .navigation .nav-item:hover,
  .container-about .content .navigation .nav-item:hover,
  .container-news .content .navigation .nav-item:hover {
    font-size: 16px;
    color: #000;
  }
  .container-community .content .navigation .nav-item.is-active,
  .container-projects .content .navigation .nav-item.is-active,
  .container-about .content .navigation .nav-item.is-active,
  .container-news .content .navigation .nav-item.is-active {
    font-size: 16px;
    font-weight: unset;
    color: #fff;
    background-color: #97002e;
  }
  .container-community .content .navigation .nav-item.is-active:hover,
  .container-projects .content .navigation .nav-item.is-active:hover,
  .container-about .content .navigation .nav-item.is-active:hover,
  .container-news .content .navigation .nav-item.is-active:hover {
    background-color: #97002e;
  }
  .container-community .content .subpage,
  .container-projects .content .subpage,
  .container-about .content .subpage,
  .container-news .content .subpage {
    flex: 1;
  }
  .container-community .content .subpage .container,
  .container-projects .content .subpage .container,
  .container-about .content .subpage .container,
  .container-news .content .subpage .container {
    display: none;
    margin-bottom: 50px;
  }
  .container-community .content .subpage .container.is-active,
  .container-projects .content .subpage .container.is-active,
  .container-about .content .subpage .container.is-active,
  .container-news .content .subpage .container.is-active {
    display: block;
  }
  .container-projects .content .navigation {
    grid-template-columns: repeat(5, 5fr);
  }
  .container-about .content .navigation,
  .container-community .content .navigation {
    grid-template-columns: repeat(4, 4fr);
  }
  .container-community .subpage,
  .container-projects .subpage,
  .container-about .subpage {
    width: 100%;
  }
  .container-community .subpage .title,
  .container-projects .subpage .title,
  .container-about .subpage .title {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    font-weight: bold;
    unicode-bidi: isolate;
    text-align: center;
  }
  .container-community .subpage .sub-title,
  .container-projects .subpage .sub-title,
  .container-about .subpage .sub-title {
    text-align: center;
    font-size: 14px;
    margin: 10px;
  }
  .container-community .subpage .part1,
  .container-projects .subpage .part1,
  .container-about .subpage .part1 {
    display: block;
    justify-content: space-between;
  }
  .container-community .subpage .part1 .logo,
  .container-projects .subpage .part1 .logo,
  .container-about .subpage .part1 .logo {
    margin: 0 auto;
  }
  .container-community .subpage .part1 .intro,
  .container-projects .subpage .part1 .intro,
  .container-about .subpage .part1 .intro {
    font-size: 18px;
    padding: 20px 0;
    text-indent: 36px;
  }
  .container-community .subpage .part2,
  .container-projects .subpage .part2,
  .container-about .subpage .part2 {
    width: 100%;
    height: 300px;
  }
  .container-community .subpage .part2 .img,
  .container-projects .subpage .part2 .img,
  .container-about .subpage .part2 .img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .container-about .content {
    margin-top: 0px;
  }
  .container-about .content .subpage .container .rules-para {
    text-align: center;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
  }
  .container-about .content .subpage .container .rules {
    margin-top: 20px;
    font-size: 18px;
  }
  .container-about .content .subpage .container .rules-date {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
    margin-top: 50px;
    margin-right: 50px;
  }
  .container-about .content .subpage .container .detail {
    font-size: 18px;
    text-indent: 36px;
  }
  .container-about .content .subpage .container .item {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
  }
  .container-about .members {
    margin: 0 10px;
  }
  .container-about .members .member {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 50px 16px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 16px;
  }
  .container-about .members .member:hover {
    box-shadow: 0 4px 6px 4px #797979;
  }
  .container-about .members .member img {
    border-radius: 4px;
  }
  .container-about .members .member p {
    margin-bottom: 0;
  }
  .container-about .members .member .name {
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
  }
  .container-about .members .member .intro {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 0;
  }
  .container-about .members img {
    border: 0;
    vertical-align: middle;
  }
  .container-about .part1 {
    display: block;
  }
  .container-about .part1 .logo {
    width: 100px;
    height: 100px;
  }
  .container-about .part1 .logo img {
    width: 100px;
    height: 100px;
  }
  .container-about .part1 .intro {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .container-about .part2 .cerfi {
    width: 100%;
    height: 100%;
    background-image: url(/image/certification-999b1b3e.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .news-content .content p {
    margin-bottom: 0;
  }
  footer .containers {
    background-size: cover;
  }
  footer .containers .wrapper {
    width: 100%;
    display: block;
    padding-top: 2em;
  }
  footer .containers .wrapper .link {
    display: block;
    padding: 0 16px;
  }
  footer .containers .wrapper .link a {
    text-decoration: none;
  }
  footer .containers .wrapper .link .logo {
    width: 100%;
    height: 100px;
  }
  footer .containers .wrapper .link .logo a {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  footer .containers .wrapper .link .nav {
    display: block;
    margin-left: 0;
  }
  footer .containers .wrapper .link .nav .nav-ul1 {
    display: block;
  }
  footer .containers .wrapper .link .nav .nav-ul1 .nav-li1 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 16px;
  }
  footer .containers .wrapper .link .nav .nav-ul1 .nav-li1 a {
    display: unset;
    text-align: left;
  }
  footer .containers .wrapper .link .nav .nav-ul1 .nav-li1 .nav-ul2 {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0 20px;
  }
  footer .containers .wrapper .link .nav .nav-ul1 .nav-li1 .nav-ul2 .nav-li2 a {
    line-height: unset;
    height: auto;
  }
  footer .containers .copyright {
    height: auto;
  }
  footer .containers .copyright a:before {
    content: '';
    display: block;
  }
}
@media screen and (min-width: 976px) and (max-width: 1199px) {
  .app-container .wrapper {
    width: 100%;
  }
  .app-container .news-field .news .image {
    width: 40%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .app-container .news-field .news .link {
    width: 60%;
    padding-left: 8px;
    padding-right: 8px;
  }
  .app-container .news-field .news .image {
    width: 40%;
  }
  .container-community .path,
  .container-projects .path,
  .container-about .path,
  .container-news .path {
    max-width: 1000px;
  }
  .container-community .content,
  .container-projects .content,
  .container-about .content,
  .container-news .content {
    max-width: 1000px;
  }
  .container-community .content .subpage,
  .container-projects .content .subpage,
  .container-about .content .subpage,
  .container-news .content .subpage {
    width: 1000px;
  }
  .container-community .content .subpage .part1,
  .container-projects .content .subpage .part1,
  .container-about .content .subpage .part1,
  .container-news .content .subpage .part1,
  .container-community .content .subpage .part2,
  .container-projects .content .subpage .part2,
  .container-about .content .subpage .part2,
  .container-news .content .subpage .part2 {
    width: 100%;
  }
  .container-community .content .subpage .part2,
  .container-projects .content .subpage .part2,
  .container-about .content .subpage .part2,
  .container-news .content .subpage .part2 {
    height: 400px;
  }
  .about.list-top,
  .projects.list-top,
  .news.list-top,
  .community.list-top {
    background-position: 50% 50%;
  }
  footer .containers .wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .container-community .content,
  .container-projects .content,
  .container-about .content,
  .container-news .content {
    max-width: 1200px;
  }
  .container-community .content .subpage,
  .container-projects .content .subpage,
  .container-about .content .subpage,
  .container-news .content .subpage {
    width: 1200px;
  }
  .container-community .content .subpage .part1,
  .container-projects .content .subpage .part1,
  .container-about .content .subpage .part1,
  .container-news .content .subpage .part1,
  .container-community .content .subpage .part2,
  .container-projects .content .subpage .part2,
  .container-about .content .subpage .part2,
  .container-news .content .subpage .part2 {
    width: 100%;
  }
}
/*# sourceMappingURL=layout.css.map */