@font-face {
  font-family: "iconfont";
  /* Project id 4738427 */
  src:
    url("../fonts/iconfont.woff2") format("woff2");
}
@font-face {
  font-family: Koulen;
  src: url("../fonts/Outfit-Regular.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: ZenAntique;
  src: url("../fonts/MoeLI.ttf");
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html,
body {
  font-family: Roboto;
  background: #000000;
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* 修改滚动条的样式 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
  height: 8px;
  /* 滚动条高度 */
}
/* 修改滚动条滑块的样式 */
::-webkit-scrollbar-thumb {
  background-color: #040225;
  /* 滑块背景颜色 */
  border-radius: 6px;
  /* 滑块圆角 */
}
@keyframes fadeIniup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.he_fadeup1 {
  -webkit-animation: fadeIniup 1s ease both;
  animation: fadeIniup 1s ease both;
  -ms-animation: fadeInUp 1s ease both;
  animation-delay: 0.3s;
}
.cpthActive.animated {
  -webkit-clip-path: polygon(100% 0, 0 0, 0% 100%, 100% 100%) !important;
}
.cpth {
  -webkit-clip-path: polygon(0% 0, 0 0, 0% 100%, 0% 100%);
  -webkit-transition: 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
nav {
  width: 80%;
  position: fixed;
  z-index: 99;
  right: 8%;
  top: 2%;
  display: flex;
  justify-content: space-between;
  transition: 0.5s all ease-in-out;
}
nav .logo {
  display: flex;
  color: white;
  font-size: 1.4vw;
  line-height: 2.5vw;
  letter-spacing: 1px;
}
nav .logo img {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 1vw;
}
nav .logo img,
footer .logo img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}
nav .nav {
  padding-top: 1vw;
  padding-right: 5vw;
}
nav .nav #home {
  width: 2vw;
  height: 2vw;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0.5vw;
}
nav .nav #home .menuSpan {
  margin: 0 auto;
  width: 1.8vw;
  height: 3px;
  background: white;
  position: relative;
  transition: 0.5s all ease-in-out;
}
nav .nav #home .menuSpan:nth-child(1) {
  top: 0.5vw;
}
nav .nav #home .menuSpan:nth-child(2) {
  top: 1vw;
}
nav .nav #home .menuSpan:nth-child(3) {
  top: 1.5vw;
}
nav .nav ul {
  display: flex;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all ease-in-out;
  transform: translateX(10vw);
}
nav .nav ul li {
  position: relative;
  cursor: pointer;
  padding: 0.4vw 1vw;
}
nav .nav ul li a {
  color: white;
  font-size: 0.9vw;
  display: inline-block;
  cursor: pointer;
}
nav .nav ul li a:hover {
  border-bottom: 1px solid white;
}
nav .nav.active ul {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
nav .nav.active #home .menuSpan:nth-child(1) {
  top: 1.2vw;
  transform: rotate(45deg);
}
nav .nav.active #home .menuSpan:nth-child(2) {
  opacity: 0;
}
nav .nav.active #home .menuSpan:nth-child(3) {
  top: 0.9vw;
  transform: rotate(-45deg);
}
nav.active {
  transform: translateY(-5vw);
}
#myCanvas {
  width: 100%;
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.canvas {
  width: 100%;
  position: fixed;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.canvas #canvaslizi {
  width: 100%;
  height: 100%;
}
footer {
  width: 100%;
  height: auto;
  background: url("../images/icon14.png") center no-repeat;
  background-size: cover !important;
  padding: 15vw 10vw 3vw 10vw;
  margin-top: 5vw;
  position: relative;
  z-index: 9;
}
footer .logo {
  display: flex;
  color: white;
  font-size: 1.4vw;
  line-height: 2.5vw;
  letter-spacing: 1px;
}
footer .logo img {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 1vw;
}
footer .iconBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 3vw 0;
}
footer .iconBox .left {
  display: flex;
}
footer .iconBox .left .email {
  margin-right: 6vw;
}
footer .iconBox .left .email .t {
  display: flex;
}
footer .iconBox .left .email .t .icon {
  width: 1.6vw;
}
footer .iconBox .left .email .t p {
  color: #9f9f9f;
  font-size: 0.9vw;
  line-height: 1.6vw;
  margin-left: 0.8vw;
}
footer .iconBox .left .email .d {
  color: white;
  font-size: 0.9vw;
  margin-top: 1vw;
}
footer .iconBox .d a {
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
footer .iconBox .d a:hover,
footer .iconBox .d a:focus-visible {
  border-color: white;
}
footer .iconBox .right .linkedin .t {
  display: flex;
}
footer .iconBox .right .linkedin .t .icon {
  width: 1.6vw;
}
footer .iconBox .right .linkedin .t p {
  color: #9f9f9f;
  font-size: 0.9vw;
  line-height: 1.6vw;
  margin-left: 0.8vw;
}
footer .iconBox .right .linkedin .d {
  color: white;
  font-size: 0.9vw;
  margin-top: 1vw;
}
footer .iconBox .right .location .d {
  color: #b7b7b7;
}
footer .footerNav {
  width: 100%;
  margin-top: 8vw;
  display: flex;
  justify-content: space-between;
}
footer .footerNav .left {
  width: 50%;
}
footer .footerNav .left .link {
  color: white;
  font-size: 0.9vw;
  margin-right: 3vw;
}
footer .footerNav .left .infos {
  color: #8e8e8e;
  font-size: 0.85vw;
  margin-top: 2vw;
}
footer .footerNav .left .infos a {
  color: #8e8e8e;
  text-decoration: underline;
}
footer .footerNav .right .link {
  color: #8e8e8e;
  font-size: 0.85vw;
  margin-left: 3vw;
}
footer .footerNav .right .info {
  color: #8e8e8e;
  font-size: 0.85vw;
  margin-top: 2vw;
  text-align: right;
}
.index {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.index .f11 {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  z-index: 9;
}
.index .f11 .text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.index .f11 .text .t {
  font-size: 7.5vw;
  line-height: 1.7;
  font-family: Koulen;
  opacity: 0;
}
.index .f11 .text .t2 {
  font-size: 6vw;
  font-family: Koulen;
  opacity: 0;
}
.index .f11 .text .d {
  font-size: 1.5vw;
  letter-spacing: 2px;
  margin-top: 3vw;
  opacity: 0;
}
.index .f11 .scrollDown {
  width: 4vw;
  position: absolute;
  left: 47vw;
  bottom: 2vw;
  pointer-events: none;
}
.index .f11 .scrollDown .scrollDownbox {
  width: 4vw;
  animation: spin 10s linear infinite;
  transition: 0.3s all ease-in-out;
}
.index .f11 .scrollDown i {
  position: absolute;
  color: white;
  font-size: 1.2vw;
  font-weight: 100;
  margin-top: -2.55vw;
  margin-left: 1.45vw;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.index .about {
  width: 100%;
  margin: 15vw auto 10vw auto;
  position: relative;
  padding: 0 10vw;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index .about .tit {
  font-family: Koulen;
  font-size: 6vw;
  padding-left: 1vw;
  transform: scale(0.1);
  color: white;
}
.index .about .tit::before {
  content: "";
  position: absolute;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #336aea;
  margin-top: 3vw;
  margin-left: -2vw;
}
.index .about .aboutBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 5vw;
}
.index .about .aboutBox .item {
  width: 25vw;
  height: 22vw;
  color: white;
  background: url("../images/icon2.png") center no-repeat;
  background-size: cover !important;
  margin-bottom: 3vw;
  padding: 2vw;
  position: relative;
}
.index .about .aboutBox .item .icon {
  width: 11vw;
  float: right;
  margin-top: 1vw;
}
.index .about .aboutBox .item .text {
  width: 100%;
  float: inline-end;
  padding: 1vw 2vw;
}
.index .about .aboutBox .item .text .t {
  font-size: 3.6vw;
  font-family: Koulen;
}
.index .about .aboutBox .item .text .d {
  font-size: 1.2vw;
  margin-top: 1vw;
}
.index .about .aboutBox .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  left: 0;
  top: 0;
}
.index .earthBox {
  width: 100%;
  font-family: Koulen;
  position: relative;
  z-index: 2;
}
.index .earthBox .tit {
  font-family: Koulen;
  font-size: 7vw;
  color: white;
  margin-left: 10vw;
  transform: scale(0.1);
}
.index .earthBox .tit::before {
  content: "";
  position: absolute;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #336aea;
  margin-top: 4vw;
  margin-left: -2vw;
}
.index .earthBox .earthLeft {
  width: 100%;
  display: flex;
  margin-top: 5vw;
}
.index .earthBox .earthLeft .img {
  width: 65vw;
  transform: translate(-15vw, 35vw) rotate(-85deg);
  position: absolute;
  right: 0;
}
.index .earthBox .earthLeft .text {
  width: 55vw;
  opacity: 0;
  margin-top: 10vw;
  margin-left: 15vw;
  position: relative;
}
.index .earthBox .earthLeft .text .cn {
  font-family: ZenAntique;
  color: #ff6347;
  font-size: 1.5vw;
}
.index .earthBox .earthLeft .text .en {
  font-family: Koulen;
  color: white;
  font-size: 3.5vw;
}
.index .earthBox .earthLeft .text .d {
  font-family: Roboto;
  color: white;
  font-size: 1.4vw;
  margin-top: 2.5vw;
}
.index .earthBox .earthLeft .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1vw;
  background: linear-gradient(to right, #336aea, #000000);
  margin-top: 5.5vw;
}
.index .earthBox .earthLeft .text::after {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  background: url("../images/icon15.png") center no-repeat;
  background-size: cover !important;
  margin-top: -3.8vw;
  margin-left: -0.7vw;
}
.index .earthBox .earthRight {
  width: 100%;
  height: 115vh;
  display: flex;
  margin-top: 10vw;
}
.index .earthBox .earthRight .img {
  width: 70vw;
  transform: translate(15vw, 35vw) rotate(90deg);
  position: absolute;
  left: 0;
  margin-top: -5vw;
  z-index: 1;
}
.index .earthBox .earthRight .text {
  width: 60vw;
  opacity: 0;
  margin-top: 22vw;
  margin-left: 35vw;
  position: relative;
  padding-left: 15vw;
}
.index .earthBox .earthRight .text .cn {
  font-family: ZenAntique;
  color: #ff6347;
  font-size: 1.5vw;
}
.index .earthBox .earthRight .text .en {
  font-family: Koulen;
  color: white;
  font-size: 3.5vw;
}
.index .earthBox .earthRight .text .d {
  font-family: Roboto;
  color: white;
  font-size: 1.4vw;
  margin-top: 2.5vw;
}
.index .earthBox .earthRight .text::before {
  content: "";
  position: absolute;
  width: 83.5%;
  height: 0.1vw;
  background: linear-gradient(to left, #336aea, #000000);
  margin-top: 5.5vw;
  left: 0;
}
.index .earthBox .earthRight .text::after {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  background: url("../images/icon15.png") center no-repeat;
  background-size: cover !important;
  margin-top: -3.8vw;
  right: 9vw;
}
.index .earthList {
  width: 100%;
  position: relative;
  z-index: 2;
  justify-content: space-between;
  margin-top: -45vw;
  padding-top: 5vw;
  overflow: hidden;
}
.index .earthList .earthItem {
  width: 100%;
  display: flex;
  padding-left: 25vw;
  transform: translateX(-100vw);
}
.index .earthList .earthItem img {
  width: 30vw;
  position: relative;
  z-index: 1;
}
.index .earthList .earthItem .text {
  width: 40vw;
  position: relative;
  left: 10vw;
  margin-top: 8vw;
}
.index .earthList .earthItem .text .cn {
  font-family: ZenAntique;
  color: #ff6347;
  font-size: 1.55vw;
}
.index .earthList .earthItem .text .en {
  font-family: Koulen;
  color: white;
  font-size: 3.5vw;
}
.index .earthList .earthItem .text .d {
  color: white;
  font-size: 1.4vw;
  margin-top: 2.5vw;
}
.index .earthList .earthItem .text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1vw;
  background: linear-gradient(to right, #336aea, #000000);
  margin-top: 5.5vw;
}
.index .earthList .earthItem .text::after {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  background: url("../images/icon15.png") center no-repeat;
  background-size: cover !important;
  margin-top: -3.8vw;
  margin-left: -0.7vw;
}
.index .earthList .earthItem:nth-child(2n) {
  padding-left: 5vw;
  transform: translateX(100vw);
}
.index .earthList .earthItem:nth-child(2n) .text {
  width: 40vw;
  position: relative;
}
.index .earthList .earthItem:nth-child(2n) .text .cn {
  font-family: ZenAntique;
  color: #ff6347;
  font-size: 1.55vw;
}
.index .earthList .earthItem:nth-child(2n) .text .en {
  font-family: Koulen;
  color: white;
  font-size: 3.5vw;
}
.index .earthList .earthItem:nth-child(2n) .text .d {
  color: white;
  font-size: 1.4vw;
  margin-top: 2.5vw;
}
.index .earthList .earthItem:nth-child(2n) .text::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 0.1vw;
  background: linear-gradient(to left, #336aea, #000000);
  margin-top: 5.5vw;
  left: -18vw;
}
.index .earthList .earthItem:nth-child(2n) .text::after {
  content: "";
  position: absolute;
  width: 1.5vw;
  height: 1.5vw;
  background: url("../images/icon15.png") center no-repeat;
  background-size: cover !important;
  margin-top: -3.8vw;
  right: 13vw;
}
.index .earthList .earthItem:last-child .text::before {
  width: 95%;
}
.index .earthList .earthItem:last-child .text::after {
  right: 19vw;
}
.index .earthXX {
  width: 50vw;
  position: absolute;
  right: -5vw;
  margin-top: -20vw;
  perspective: 3000px;
  transform: rotateX(60deg) rotateY(-20deg);
  pointer-events: none;
  z-index: 9;
}
.index .earthXX img {
  width: 100%;
  animation: rotate 30s infinite linear;
}
.index .proofFinal {
  width: 42vw;
  position: relative;
  z-index: 10;
  margin: -2vw 0 12vw 10vw;
  color: white;
  font-family: Koulen;
}
.index .proofFinal .en {
  font-size: 3.5vw;
}
.index .proofFinal .d {
  margin-top: 1.5vw;
  font-family: Roboto;
  font-size: 1.4vw;
}
@media screen and (max-width: 900px) {
  .index .proofFinal {
    width: 70vw;
    margin: 5vw 0 18vw 10vw;
  }
  .index .proofFinal .en {
    font-size: 20px;
  }
  .index .proofFinal .d {
    margin-top: 3vw;
    font-size: 14px;
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
  }
}
.index .f1 {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 15vw auto 10vw auto;
  padding: 0 10vw;
}
.index .f1 .tit {
  font-family: Koulen;
  font-size: 7vw;
  color: white;
  transform: scale(0.1);
}
.index .f1 .tit::before {
  content: "";
  position: absolute;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #336aea;
  margin-top: 4vw;
  margin-left: -2vw;
}
.index .f1 .f1Box {
  width: 100%;
  color: white;
  margin-top: 5vw;
}
.index .f1 .f1Box .item {
  width: 100%;
  height: auto;
  padding: 2vw;
  position: relative;
  display: flex;
}
.index .f1 .f1Box .item .imgBox {
  width: 16vw;
  height: 22vw;
  position: relative;
}
.index .f1 .f1Box .item .imgBox .img {
  width: 100%;
  height: 100%;
  background-size: cover !important;
}
.index #studio .f1Box .item .imgBox .img {
  background-size: contain !important;
  background-position: center !important;
  background-color: transparent !important;
}
.about .f2 .f2Box .item .img.haruka-profile {
  background-size: contain !important;
  background-position: center !important;
  background-color: #f7efdf !important;
}
.index .f2 .infoImg img {
  width: min(12vw, 180px);
  height: min(12vw, 180px);
  object-fit: cover;
  border-radius: 50%;
}
.index #current #result canvas,
.index #current #result .map-icons,
.index #current > .tit,
.index #current #editor .project-content {
  visibility: hidden;
}
.index #history .aboutBox .item > .icon {
  display: none;
  width: 0;
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: none;
}
.index #current {
  height: 20vh;
  min-height: 0;
  margin: 0;
  padding: 0;
}
.index #current > .tit,
.index #current #result,
.index #current #editor {
  height: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.index #current .page-content-wrapper,
.index #current .reference-page-content {
  height: 20vh;
  min-height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.index #current .reference-page-content .frame {
  height: 100%;
  min-height: 0;
  margin: 0;
  padding: 0;
}
.index .f1 .f1Box .item .imgBox .name {
  width: 2vw;
  color: #b8860b;
  font-family: ZenAntique;
  font-size: 3vw;
  position: absolute;
  bottom: 1vw;
  left: 1vw;
  line-height: 1.2;
}
.index .f1 .f1Box .item .imgBox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/icon12.png") center no-repeat;
  background-size: contain !important;
  z-index: 2;
}
.index #studio .f1Box .item .imgBox::before {
  content: none;
}
.index .f1 .f1Box .item .text {
  width: 60vw;
  padding: 5vw 5vw 0 5vw;
}
.index .f1 .f1Box .item .text .t {
  font-family: Koulen;
  font-size: 2vw;
}
.index .f1 .f1Box .item .text .t span {
  border: 1px solid #636363;
  font-size: 0.9vw;
  padding: 0.2vw 0.5vw;
  border-radius: 0.3vw;
  margin-left: 0.5vw;
  top: -0.2vw;
  position: relative;
}
.index .f1 .f1Box .item .text .d {
  font-size: 1vw;
  margin: 2vw 0;
  line-height: 2;
}
.index .f1 .f1Box .item .text .labelBox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.index .f1 .f1Box .item .text .labelBox .label {
  border: 1px solid #636363;
  font-size: 0.75vw;
  padding: 0.2vw 0.5vw;
  border-radius: 3vw;
  margin-right: 0.5vw;
  margin-bottom: 0.5vw;
}
.index .f1 .f1Box .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
  left: 0;
  top: 0;
}
.index .f1 .f1Box .item:nth-child(1) {
  transform: translateY(5vw);
}
.index .f1 .f1Box .item:nth-child(2) {
  margin-top: 4vw;
  transform: translateY(10vw);
}
.index .f1 .f1Box .item:nth-child(3) {
  margin-top: 8vw;
  transform: translateY(15vw);
}
.index .f2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index .f2 .tit {
  font-family: Koulen;
  font-size: 7vw;
  color: #fff;
  margin-left: 10vw;
  transform: scale(0.1);
}
.index .f2 .tit::before {
  content: "";
  position: absolute;
  width: 1vw;
  height: 1vw;
  border-radius: 50%;
  background: #336aea;
  margin-top: 4vw;
  margin-left: -2vw;
}
.index .f3 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 5vw;
}
.starMengban {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  background: url("../images/star.jpg") center no-repeat;
  background-size: cover !important;
  z-index: -1;
}
.about {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about .f1 {
  width: 100%;
  padding: 10vw 18vw 0 18vw;
}
.about .f1 .tit {
  font-family: Koulen;
  color: white;
  font-size: 7vw;
}
.about .f1 .f1Box {
  width: 100%;
  margin-top: 5vw;
}
.about .f1 .f1Box .item {
  font-family: Koulen;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  color: white;
  margin-top: 3vw;
}
.about .f1 .f1Box .item .name {
  font-size: 1.8vw;
  padding: 2vw;
  position: relative;
  cursor: pointer;
}
.about .f1 .f1Box .item .name img {
  width: 1vw;
  position: absolute;
  right: 2vw;
  margin-top: -1vw;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.about .f1 .f1Box .item .text {
  color: white;
  font-size: 1.2vw;
  line-height: 2;
  padding: 0 2vw;
  height: 0;
  opacity: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s all ease-in-out;
}
.about .f1 .f1Box .active .name img {
  transform: rotate(0);
}
.about .f1 .f1Box .active .text {
  opacity: 1;
  height: auto;
  padding: 2vw;
}
.about .f2 {
  width: 100%;
  padding: 3vw 18vw 0 18vw;
}
.about .f2 .f2Box {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  padding: 2vw;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
}
.about .f2 .f2Box .tit {
  font-size: 1.8vw;
}
.about .f2 .f2Box .item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 3vw;
}
.about .f2 .f2Box .item .img {
  width: 15vw;
  height: 18vw;
  background-size: cover !important;
}
.about .f2 .f2Box .item .textBox {
  width: 42vw;
  padding-top: 2vw;
}
.about .f2 .f2Box .item .textBox .name {
  font-family: Koulen;
  font-size: 1.3vw;
}
.about .f2 .f2Box .item .textBox .name span {
  border: 1px solid #636363;
  font-size: 0.75vw;
  padding: 0.2vw 0.5vw;
  border-radius: 0.3vw;
  margin-left: 0.5vw;
  top: -0.2vw;
  position: relative;
}
.about .f2 .f2Box .item .textBox .des {
  font-size: 1vw;
  margin: 1vw 0;
  line-height: 2;
}
.career {
  width: 100%;
  position: relative;
  z-index: 2;
  font-family: Koulen;
}
.career .f1 {
  width: 100%;
  padding: 10vw 18vw 0 18vw;
}
.career .f1 .tit {
  font-family: Koulen;
  color: white;
  font-size: 7vw;
}
.career .f1 .f1Box {
  width: 100%;
  margin-top: 5vw;
}
.career .f1 .f1Box .item {
  font-family: Koulen;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  color: white;
  margin-top: 3vw;
}
.career .f1 .f1Box .item .name {
  font-size: 1.8vw;
  padding: 2vw;
  position: relative;
  cursor: pointer;
}
.career .f1 .f1Box .item .name img {
  width: 1vw;
  position: absolute;
  right: 2vw;
  margin-top: -1vw;
  transform: rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.career .f1 .f1Box .item .text {
  color: white;
  font-size: 1.2vw;
  line-height: 2;
  padding: 0 2vw;
  height: 0;
  opacity: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.3s all ease-in-out;
}
.career .f1 .f1Box .item .text p {
  padding-left: 1.2vw;
  position: relative;
}
.career .f1 .f1Box .item .text p::before {
  content: "";
  position: absolute;
  width: 0.3vw;
  height: 0.3vw;
  background: white;
  border-radius: 50%;
  margin-top: 1.1vw;
  left: 0;
}
.career .f1 .f1Box .item .text .salary-info {
  margin-top: 1vw;
}
.career .f1 .f1Box .item .text .salary-info p {
  padding-left: 0;
  font-size: 1vw;
  font-style: italic;
}
.career .f1 .f1Box .item .text .salary-info p::before {
  content: none;
}
.career .f1 .f1Box .active .name img {
  transform: rotate(0);
}
.career .f1 .f1Box .active .text {
  opacity: 1;
  height: auto;
  padding: 2vw;
}
.career .f2 {
  width: 100%;
  color: white;
  padding: 5vw 18vw;
}
.career .f2 .tit {
  font-size: 2vw;
  text-align: center;
}
.career .f2 .f2Box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.career .f2 .f2Box .item {
  margin-top: 3vw;
  font-size: 1.1vw;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  border-radius: 3vw;
  padding: 1.5vw 3vw;
}
.career .f3 {
  width: 100%;
  padding: 0 18vw;
  color: white;
  text-align: center;
}
.career .f3 .tit {
  font-size: 1.2vw;
  color: #cccccc;
}
.career .f3 .email {
  font-size: 2.5vw;
  line-height: 2;
}
.career .f3 .emailBtn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  border-radius: 3vw;
  padding: 1.2vw 3vw;
  font-size: 1vw;
  margin-top: 1vw;
  color: #cccccc;
}

.insights {
  width: 100%;
  position: relative;
  z-index: 2;
}
.insights .f1 {
  width: 100%;
  padding: 10vw 18vw 0 18vw;
}
.insights .f1 .tit {
  font-family: Koulen;
  color: white;
  font-size: 7vw;
}
.insights .filter-bar {
  width: 100%;
  margin: 3vw 0 3.75vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  padding-bottom: 1.1vw;
}
.insights .filter-bar .filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.65vw;
  flex-wrap: wrap;
}
.insights .filter-bar .filter-button {
  font-family: Koulen;
  font-size: 1.4vw;
  color: rgba(255, 255, 255, 0.52);
  background: none;
  border: none;
  padding: 0.7vw 0;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  cursor: pointer;
  transition:
    color 0.3s ease,
    opacity 0.3s ease;
  white-space: nowrap;
  opacity: 0.75;
}
.insights .filter-bar .filter-button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
  transform: scaleX(0);
}
.insights .filter-bar .filter-button:hover,
.insights .filter-bar .filter-button.active {
  color: #fff;
  opacity: 1;
}
.insights .filter-bar .filter-button:hover::after,
.insights .filter-bar .filter-button.active::after {
  background: #fff;
  transform: scaleX(1);
}
.insights .f1 .f1Box {
  width: 100%;
  margin-top: 5vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3vw;
}
.insights .f1 .article-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  color: white;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  overflow: hidden;
  border-radius: 8px;
}
.insights .f1 .article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.insights .f1 .article-card .imgBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.insights .f1 .article-card .imgBox .img {
  width: 100%;
  height: 18vw;
  background-size: cover;
  transition: transform 0.3s ease;
}
.insights .f1 .article-card:hover .imgBox .img {
  transform: scale(1.05);
}
.insights .f1 .article-card .text {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.insights .f1 .article-card .text .category {
  font-family: Koulen;
  font-size: 0.9vw;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.8vw;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.insights .f1 .article-card .text .t {
  font-family: Koulen;
  font-size: 1.8vw;
  color: white;
  margin-bottom: 1vw;
  line-height: 1.3;
  font-weight: 600;
}
.insights .f1 .article-card .text .caption {
  font-size: 1vw;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 1.2vw;
  font-weight: 400;
}
.insights .f1 .article-card .text .date {
  font-size: 0.85vw;
  color: rgba(255, 255, 255, 0.6);
  margin-top: auto;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .insights .f1 .f1Box {
    gap: 2.5vw;
  }
  .insights .f1 .article-card .imgBox .img {
    height: 20vw;
  }
}
@media screen and (max-width: 900px) {
  .insights .f1 .f1Box {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .insights .f1 .article-card .imgBox .img {
    height: 50vw;
  }
  .insights .f1 .article-card .text {
    padding: 4vw;
  }
}
.privacy {
  width: 100%;
  position: relative;
  z-index: 2;
}
.privacy .investorBox {
  width: 100%;
  padding: 10vw 18vw;
}
.privacy .investorBox .tit {
  color: white;
  font-size: 7vw;
  margin-bottom: 5vw;
}
.privacy .investorBox .f1 {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  padding: 2vw;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(3px);
  font-size: 1.25rem;
  line-height: 1.7;
  font-family: Helvetica, Arial, sans-serif;
}
.privacy .investorBox .f1 a {
  color: white;
  text-decoration: underline;
}
.privacy footer {
  margin-top: -5vw;
}
@media screen and (max-width: 900px) {
  nav.active {
    transform: translateY(0);
    background: #000000;
  }
  nav {
    width: 100%;
    height: 12vw;
    padding: 2vw 5vw 3vw 5vw;
    right: inherit;
    top: inherit;
  }
  nav .nav {
    padding-left: 10vw;
  }
  nav .logo {
    position: absolute;
    font-size: 14px;
    line-height: 7.5vw;
    z-index: 9;
  }
  nav .logo p {
    transition: 0.3s all ease;
  }
  nav .nav ul {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    display: block;
    padding-top: 30vh;
  }
  nav .nav ul li {
    padding: 0 1.5vw;
    text-align: center;
    margin: 8vw 0;
  }
  nav .nav ul li a {
    font-size: 22px;
  }
  nav .logo img {
    width: 7.5vw;
    height: 7.5vw;
    margin-right: 2vw;
  }
  nav .nav #home {
    width: 6vw;
    height: 6vw;
    right: 5vw;
    top: 3vw;
  }
  nav .nav #home .menuSpan {
    width: 6vw;
    height: 2px;
  }
  nav .nav.active #home .menuSpan:nth-child(1) {
    top: 1.7vw;
  }
  nav .nav #home .menuSpan:nth-child(2) {
    top: 1.8vw;
  }
  nav .nav #home .menuSpan:nth-child(3) {
    top: 3vw;
  }
  .index .f11 .text .t {
    font-size: 36px;
  }
  .index .f11 .text .t2 {
    font-size: 36px;
  }
  .index .f11 .text .d {
    font-size: 16px;
    padding: 0 5vw;
  }
  .index .earthBox .tit {
    margin-left: 10vw;
    font-size: 26px;
    transform: scale(1);
    opacity: 0;
  }
  .index .earthBox .earthLeft .text {
    width: 100%;
    margin-left: 10vw;
  }
  .index .earthBox .earthLeft .text .cn {
    font-size: 14px;
  }
  .index .earthBox .earthLeft .text .en {
    font-size: 20px;
    margin-top: 4vw;
  }
  .index .earthBox .earthLeft .text .d {
    font-size: 14px;
  }
  .index .earthBox .earthLeft .img {
    width: 160%;
    margin-top: 35vw;
    right: -35vw;
  }
  .index .earthBox .earthLeft .text::before {
    height: 0.2vw;
    margin-top: 11.7vw;
  }
  .index .earthBox .earthRight {
    height: 100vh;
    margin-top: 120vw;
  }
  .index .earthBox .earthRight .text {
    width: 100%;
    margin-left: 0vw;
    padding-left: 0;
    text-align: right;
    margin-right: 10vw;
  }
  .index .earthBox .earthRight .text .cn {
    font-size: 14px;
  }
  .index .earthBox .earthRight .text .en {
    font-size: 20px;
    margin-top: 4vw;
  }
  .index .earthBox .earthRight .text .d {
    font-size: 14px;
  }
  .index .earthBox .earthRight .text::before {
    height: 0.3vw;
    margin-top: 11.6vw;
    right: 0;
    left: inherit;
  }
  .index .earthBox .earthRight .img {
    width: 160%;
    margin-top: 25vw;
    left: -40vw;
  }
  .about .f1 {
    padding: 20vw 5vw 0 5vw;
  }
  .about .f1 .f1Box .item {
    margin-top: 5vw;
  }
  .about .f1 .f1Box .item .name {
    font-size: 16px;
    padding: 5vw;
  }
  .about .f1 .f1Box .item .name img {
    width: 3vw;
    margin-top: -3vw;
    right: 5vw;
  }
  .about .f1 .f1Box .item .text {
    font-size: 14px;
  }
  .about .f1 .f1Box .active .text {
    padding: 5vw;
    text-align: left;
  }
  .about .f2 {
    padding: 5vw;
  }
  .about .f2 .f2Box {
    padding: 5vw;
  }
  .about .f2 .f2Box .tit {
    font-size: 16px;
  }
  .about .f2 .f2Box .item {
    margin-top: 5vw;
    display: block;
  }
  .about .f2 .f2Box .item:nth-child(3) {
    margin: 10vw 0;
  }
  .about .f2 .f2Box .item:nth-child(5) {
    margin: 10vw 0 0 0;
  }
  .about .f2 .f2Box .item .img {
    width: 100%;
    height: 100vw;
  }
  .about .f2 .f2Box .item .textBox {
    width: 100%;
    margin-top: 5vw;
  }
  .about .f2 .f2Box .item .textBox .name {
    font-size: 16px;
  }
  .about .f2 .f2Box .item .textBox .name span {
    font-size: 14px;
  }
  .about .f2 .f2Box .item .textBox .des {
    font-size: 14px;
    margin-top: 3vw;
    text-align: left;
  }

  .career .f1 {
    padding: 20vw 5vw 5vw 5vw;
  }
  .career .f1 .f1Box .item .name {
    font-size: 16px;
    padding: 5vw 8vw 5vw 5vw;
  }
  .career .f1 .f1Box .item .name img {
    width: 3vw;
    margin-top: -3vw;
    right: 5vw;
  }
  .career .f1 .f1Box .active .text {
    font-size: 14px;
    padding: 5vw;
    text-align: justify;
  }
  .career .f1 .f1Box .item .text p {
    padding-left: 3vw;
  }
  .career .f1 .f1Box .item .text p::before {
    width: 1vw;
    height: 1vw;
    margin-top: 3vw;
  }
  .career .f1 .f1Box .item .text .salary-info {
    margin-top: 2vw;
  }
  .career .f1 .f1Box .item .text .salary-info p {
    font-size: 12px;
    font-style: italic;
    padding-left: 0;
  }
  .career .f2 {
    padding: 5vw;
  }
  .career .f2 .tit {
    font-size: 16px;
  }
  .career .f2 .f2Box {
    flex-wrap: wrap;
  }
  .career .f2 .f2Box .item {
    width: 45%;
    font-size: 14px;
    text-align: center;
    padding: 2vw 0;
    border-radius: 5vw;
  }
  .career .f3 {
    padding: 5vw;
  }
  .career .f3 .tit {
    font-size: 14px;
  }
  .career .f3 .email {
    font-size: 16px;
  }
  .career .f3 .emailBtn {
    font-size: 12px;
  }
  .insights .f1 {
    padding: 10vw 5vw 0 5vw;
  }
  .insights .f1 .tit {
    font-size: 26px;
  }
  .insights .filter-bar {
    margin: 3vw 0 3.75vw;
    padding-bottom: 1.1vw;
  }
  .insights .filter-bar .filter-button {
    font-size: 14px;
    padding: 0.7vw 0;
  }
  .insights .filter-bar .filters {
    gap: 1.65vw;
  }
  .insights .f1 .article-card .text .category {
    font-size: 12px;
  }
  .insights .f1 .article-card .text .t {
    font-size: 18px;
  }
  .insights .f1 .article-card .text .caption {
    font-size: 14px;
  }
  .insights .f1 .article-card .text .date {
    font-size: 12px;
  }
  footer {
    padding: 20vw 5vw 10vw 5vw;
  }
  footer .logo {
    font-size: 14px;
    line-height: 7.5vw;
  }
  footer .logo img {
    width: 7.5vw;
    height: 7.5vw;
    margin-right: 2vw;
  }
  footer .iconBox {
    display: block;
  }
  footer .iconBox .left {
    display: block;
  }
  footer .iconBox .left .email {
    margin: 3vw 0;
    display: flex;
    justify-content: space-between;
  }
  footer .iconBox .left .email .t .icon {
    width: 5vw;
  }
  footer .iconBox .left .email .t p {
    font-size: 14px;
    line-height: 5vw;
    margin-left: 2vw;
  }
  footer .iconBox .left .email .t {
    width: 30vw;
  }
  footer .iconBox .left .email .d {
    font-size: 14px;
    margin: 0 1vw;
    text-align: right;
  }
  footer .iconBox .right {
    display: block;
  }
  footer .iconBox .right .linkedin {
    margin: 3vw 0;
    display: flex;
    justify-content: space-between;
  }
  footer .iconBox .right .linkedin .t .icon {
    width: 5vw;
  }
  footer .iconBox .right .linkedin .t p {
    font-size: 14px;
    line-height: 5vw;
    margin-left: 2vw;
  }
  footer .iconBox .right .linkedin .t {
    width: 30vw;
  }
  footer .iconBox .right .linkedin .d {
    font-size: 14px;
    margin: 0 1vw;
    text-align: right;
  }
  footer .iconBox .right .iconItem .icon {
    width: 5vw;
    display: block;
    float: inherit;
  }
  footer .iconBox .right p {
    font-size: 12px;
    text-align: left;
    margin-left: 2vw;
    margin-top: 0;
  }
  footer .footerNav {
    display: block;
  }
  footer .footerNav .left {
    width: 100%;
    margin-bottom: 10px;
  }
  footer .footerNav .left .link {
    display: none;
  }
  footer .footerNav .left .infos {
    font-size: 12px;
  }
  footer .footerNav .right .link {
    font-size: 12px;
  }
  .index .earthList {
    padding-top: 15vw;
    margin-top: 0;
  }
  .index .earthList .earthItem {
    padding-left: 10vw;
    transform: translateX(0);
  }
  .index .earthList .earthItem:nth-child(2n) {
    transform: translateX(0);
    padding-left: 0;
  }
  .index .earthList .earthItem .text {
    width: 53%;
    left: 0;
    margin-top: 12vw;
  }
  .index .earthList .earthItem .text .en {
    font-size: 20px;
  }
  .index .earthList .earthItem .text .d {
    font-size: 13px;
  }
  .index .earthList .earthItem img {
    width: 42%;
  }
  .index .earthList .earthItem:nth-child(2n) .text {
    width: 51%;
    text-align: right;
  }
  .index .earthList .earthItem:nth-child(2n) .text .en {
    font-size: 20px;
  }
  .index .earthList .earthItem:nth-child(2n) .text .d {
    font-size: 13px;
  }
  .index .earthList .earthItem .text::before {
    height: 0.3vw;
    margin-top: 8vw;
  }
  .index .earthList .earthItem:nth-child(2n) .text::before {
    width: 100%;
    height: 0.2vw;
    margin-top: 8vw;
    left: inherit;
    right: 0;
  }
  .index .about {
    padding: 0 5vw;
    margin: 0 auto 10vw auto;
  }
  .index .about .aboutBox {
    display: block;
  }
  .index .about .aboutBox .item {
    width: 100%;
    height: auto;
  }
  .index .about .aboutBox .item .text {
    padding: 5vw;
    float: inherit;
  }
  .index .about .aboutBox .item .text .d {
    font-size: 14px;
  }
  .index .about .aboutBox .item .text .t {
    font-size: 22px;
  }
  .index .about .aboutBox .item .icon {
    width: 30vw;
    margin-top: 5vw;
  }
  .index .f1 {
    padding: 0 5vw;
  }
  .index .f1 .f1Box .item {
    display: block;
    padding: 5vw;
  }
  .index .f1 .f1Box .item .text .t {
    font-size: 16px;
  }
  .index .f1 .f1Box .item .text .t span {
    font-size: 14px;
  }
  .index .f1 .f1Box .item .text .d {
    font-size: 14px;
    text-align: justify;
    margin-top: 3vw;
  }
  .index .f1 .f1Box .item .imgBox {
    width: 100%;
    height: 100vw;
  }
  .index .f1 .f1Box .item .text {
    width: 100%;
    padding: 5vw 0 0 0;
  }
  .index .f2 {
    margin-top: 15vw;
  }
  .reference-page-content .frame {
    display: block;
  }
  .reference-page-content .frame #result {
    width: 100%;
    transform: scale(1);
    pointer-events: none;
  }
  .index .about .tit {
    font-size: 26px;
    transform: scale(1);
  }
  .index .f1 .tit {
    font-size: 26px;
    padding-left: 2vw;
    transform: scale(1);
  }
  .index .f2 .tit {
    font-size: 26px;
    transform: scale(1);
  }
  .reference-page-content .frame #result canvas {
    width: 100%;
    height: 100vw !important;
  }
  .reference-page-content .frame #result .map-icons {
    width: 60%;
    position: relative;
    bottom: inherit;
    margin: 0 auto;
  }
  .reference-page-content .frame #editor {
    margin-top: 10vw;
  }
  .reference-page-content .frame #editor .project-content {
    width: 100%;
    height: auto;
  }
  .project-title {
    font-size: 20px;
  }
  .project-list {
    font-size: 16px;
    margin-bottom: 3vw;
  }
  .project-description {
    width: 100%;
    font-size: 14px;
  }
  footer .footerNav .right .info {
    font-size: 10px;
    text-align: center;
  }

  .privacy .investorBox {
    padding: 20vw 5vw 10vw 5vw;
  }
  .privacy .investorBox .f1 {
    font-size: 14px;
    padding: 5vw;
    text-align: justify;
  }
  .privacy .investorBox .f1 h1 {
    font-size: 20px;
  }
  .starMengban {
    opacity: 0.5;
  }
  nav .nav ul li a:hover {
    border: transparent;
  }
}

/* 解决署名层挤压下方文字的问题 */
.insights .f1 .article-card .imgBox {
  position: relative !important;
  display: block !important;
}

/* 强制定位到图片右下角（响应式 rem + clamp 随视口缩放） */
.insights .f1 .article-card .imgBox .attribution-tag {
  position: absolute !important;
  bottom: 0.5rem !important;
  right: 0.5rem !important;
  left: auto !important;
  top: auto !important;
  max-width: calc(100% - 1rem) !important;
  z-index: 100 !important;
  font-size: clamp(0.5rem, 0.45rem + 0.35vw, 0.625rem) !important;
  line-height: 1.35 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  background: rgba(0, 0, 0, 0.6) !important;
  padding: 0.15rem 0.5rem !important;
  border-radius: 0.25rem !important;
  backdrop-filter: blur(4px);
  pointer-events: auto !important;
}

/* 链接：适度亮+清晰下划线，可辨可点 */
.insights .f1 .article-card .imgBox .attr-link {
  color: rgba(255, 255, 255, 0.85) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, 0.6) !important;
  text-underline-offset: 2px !important;
  cursor: pointer !important;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.insights .f1 .article-card .imgBox .attr-link:hover {
  color: #fff !important;
  text-decoration-color: rgba(255, 255, 255, 0.9) !important;
}
