* {
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
}
body .project-wrap {
  overflow: hidden;
}
body .project-wrap header {
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
body .project-wrap header .pc-terminal-project-header-content {
  background: linear-gradient(-53deg, #f9ca1d -12%, #f78c24 58%);
  padding: 0 5vw;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-logo img {
  width: auto;
  height: 50px;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav {
  padding: 0 100px;
  height: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav ul li {
  width: auto;
  padding: 0 2vw;
  height: auto;
  text-align: center;
  position: relative;
  cursor: pointer;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav ul li button {
  word-break: keep-all;
  font-size: 16px;
  color: #333333;
  transition: all 0.2s;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav ul li div {
  width: 50px;
  height: 8px;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -25px;
  z-index: 20;
  background: url("../images/nav-active.png") no-repeat center;
  background-size: cover;
  transition: all 0.2s;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav ul li:hover div {
  top: -25px !important;
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav ul .active button {
  color: #FFFFFF;
  transform: scale(1.1);
}
body .project-wrap header .pc-terminal-project-header-content .project-header-nav ul .active div {
  top: -25px;
}
body .project-wrap header .mobile-terminal-project-header-content {
  background: linear-gradient(-53deg, #f9ca1d -27%, #f78c24 44%);
  background-size: 100% 100%;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-logo img {
  width: auto;
  height: 40px;
  margin-left: 5vw;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-open-menu img {
  width: auto;
  height: 24px;
  margin: 0px 10px 0px 0px;
  opacity: 0.8;
  transition: all 0.2s;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-open-menu:hover img {
  opacity: 1;
  transform: scale(1.1);
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu {
  width: 60vw;
  height: 100vh;
  background: linear-gradient(-53deg, #f9ca1d 16%, #f78c24 69%);
  position: fixed;
  top: 0%;
  right: -100%;
  transition: all 0.3s;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu div {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu div .project-header-close-menu img {
  width: auto;
  height: 24px;
  margin: 0px 10px 0px 0px;
  opacity: 0.8;
  transform: scale(1, 1);
  transition: all 0.3s;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu div .project-header-close-menu:hover img {
  opacity: 1;
  transform: scale(1.2, 1.2);
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu #MobileLogoBlue {
  display: none;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu ul li {
  margin: 20px 0px 0px 20px;
  padding-bottom: 5vw;
  border-bottom: 1px solid #B5E6DD;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu ul li a {
  font-size: 4vw;
  font-weight: 600;
  color: #ffffff;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu ul li .active {
  color: #d3c75e;
  position: relative;
}
body .project-wrap header .mobile-terminal-project-header-content .project-header-menu ul li .active:after {
  position: absolute;
  right: -4vw;
  top: 1.5vw;
  content: '';
  display: block;
  width: 2vw;
  height: 2vw;
  background: #d3c75e;
  border-radius: 100%;
}
body .project-wrap main {
  width: 100%;
  height: auto;
}
body .project-wrap main .pc-terminal-project-main-content {
  width: 100%;
}
body .project-wrap footer {
  line-height: 4vw;
  text-align: center;
  color: #72d3b0;
  width: 100%;
  height: 4vw;
}
.swiper-container {
  --swiper-theme-color: #F78C24;
  --swiper-navigation-color: #F78C24;
  --swiper-navigation-size: 30px;
}
@media screen and (min-width: 1280px) and (max-width: 9999px) {
  .pc-terminal-project-header-content {
    display: flex !important;
  }
  .pc-terminal-project-main-content {
    display: block !important;
  }
  .mobile-terminal-project-header-content {
    display: none !important;
  }
  .mobile-terminal-project-main-content {
    display: none !important;
  }
}
@media screen and (min-width: 310px) and (max-width: 1280px) {
  .pc-terminal-project-header-content {
    display: none !important;
  }
  .pc-terminal-project-main-content {
    display: none !important;
  }
  .mobile-terminal-project-header-content {
    display: flex !important;
  }
  .mobile-terminal-project-main-content {
    display: block !important;
  }
  .project-footer-contet button {
    display: none !important;
  }
  .project-footer-contet a {
    display: inline !important;
  }
  footer {
    line-height: 14vw !important;
    font-weight: normal !important;
    font-size: 3vw !important;
    height: 14vw !important;
    color: #72d3b0;
  }
}
@media screen and (min-width: 0px) and (max-width: 310px) {
  .project-wrap {
    display: none !important;
  }
}
