@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.ttf");
}
@font-face {
  font-family: "InterMedium";
  src: url("../font/Inter-Medium.ttf");
}
* {
  margin: 0;
  padding: 0;
  font-family: "Inter";
}

#APP {
  /*width: 1440px;*/
  width: 100%;
  min-height: 100vh;
  background: #fff;
  overflow: hidden;
  color: #232323;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  padding-bottom: 450px;
  box-sizing: border-box;
  padding-top: 64px;
}

.navBox {
  background: #f4f9ff;
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 8px 16px 0 #0009881a;

  z-index: 11;
}
.nav {
  /*width: 1440px;*/
  /*min-width: 1440px;*/
  margin: 0 auto;
  height: 64px;
  background: #f4f9ff;
  padding: 12px 32px;
  box-sizing: border-box;
  justify-content: left;
  align-items: center;
  overflow: hidden;
  z-index: 100;
  position: relative;
  display: flex;
}
.nav .logo {
  width: 212px;
  height: 40px;
  margin-right: 64px;
  display: block;
  cursor: pointer;
}
.nav .pageBox {
  display: flex;
  justify-content: left;
  gap: 0 20px;
}
.nav a {
  font-family: InterMedium, sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  color: #232323;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  display: block;
}
.nav .pageBox a span {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #4485e9;
  left: 0;
  bottom: -4px;
  transition: all 0.2s linear;
}
.nav .pageBox:hover a {
  color: #8f8f8f;
}
.nav .select {
  display: none;
}
.nav .pageBox a:hover {
  color: #232323;
}
.nav .pageBox a:hover span {
  color: #232323;
  width: 100% !important;
}
.nav .homeButton {
  display: block;
  position: absolute;
  right: 32px;
  top: 12px;
  cursor: pointer;
  width: 125px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  margin-right: 0;
}

.botBoxWrap {
  overflow: hidden;
  width: 100%;
  height: 450px;
  background: #111827;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.botBox {
  margin: 0 auto;
  /*min-width: 1440px;*/
  height: 450px;
  background: #111827;
  box-sizing: border-box;
  padding: 96px 160px 0;
}
.botBox .flexBox {
  display: flex;
  justify-content: space-between;
}
.botBox .botContentBox {
  height: 180px;
}
.botBox .botContentBox .botContentBoxList .logo {
  display: block;
  width: 121px;
  height: 90px;
  margin-bottom: 16px;
}
.botBox .botContentBox .botContentBoxList p {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}
.botBox .botContentBox .botContentBoxList div {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  margin-top: 12px;
  margin-left: 40px;
}
.botBox .botContentBox .botContentBoxList div a {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  text-decoration: none;
  text-decoration-style: solid;
}

.botBox .botContentBox .botContentBoxList h1 {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.botBox .botContentBox .botContentBoxList1 p {
  color: #fff;
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
}
.botBox .botContentBox .botContentBoxList1 p img {
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.botBox .botContentBox .botContentBoxList1 a img {
  display: inline-block;
  height: 14px;
  vertical-align: middle;
  margin-right: 10px;
}
.botBox .iconWrap {
  height: 32px;
  margin-top: 40px;
}
.botBox .iconWrap p {
  height: 32px;
  color: #fff;
  margin-top: 0;
  line-height: 40px;
}
.botBox .iconWrap p a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.botBox .iconWrap p span {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #fff;
  margin: 0 10px;
  vertical-align: middle;
}
.botBox .iconWrap img {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 33px;
  vertical-align: middle;
}
.botBox .p1 {
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}

.botBox a:hover {
  text-decoration: underline !important;
}

@keyframes seeActionAn {
  0% {
    background: linear-gradient(233.47deg, #b269ff 8.51%, #6688c5 95.73%);
  }
  100% {
    background: linear-gradient(85.11deg, #4485e9 6.71%, #27a5ff 98.3%);
  }
}

.seeActionBtn {
  display: block;
  margin: 32px auto 0;
  text-decoration: none;
  width: 192px;
  height: 56px;
  border-radius: 4px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 20px;
  transition: all 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(233.47deg, #b269ff 8.51%, #6688c5 95.73%);
}
.seeActionBtn:hover {
  /*background:  linear-gradient(233.47deg, #27A5FF 8.51%, #6688C5 95.73%);*/
  background: linear-gradient(85.11deg, #99b5ff 6.71%, #ac86ff 98.3%);
}

@media (min-width: 375px) and (max-width: 768px) {
  #APP {
    padding-bottom: 0px;
    /* background-color: red !important; */
  }
  /* 隐藏.pageBox导航链接 */
  .navBox .nav .pageBox {
    display: none !important;
  }

  /* 隐藏See It in Action按钮 */
  .nav .seeActionBtn.homeButton {
    display: none;
  }
  .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .nav .select {
    display: block !important;
  }
  .nav .select img {
    width: 32px;
    height: 32px;
  }
  .contentBox1 p {
    font-size: 24px;
  }
  .seeActionBtn {
    width: 100%;
  }
  .botBox {
    display: flex;
    flex-direction: column !important;
    padding: 64px 24px;
    height: auto !important;
  }
  .botBox .p1 {
    display: block;
  }
  .botBox .flexBox {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .botBoxWrap {
    position: relative;
    bottom: 0px !important;
    min-height: 800px !important;
  }

  .botBox .iconWrap {
    border-bottom: 1px solid#fff;
    padding: 0 0 24px 0;
  }
  .botBox .flexBox.botContentBoxList1 {
    margin-top: 64px;
  }
  .botBox .botContentBox .botContentBoxList div {
    margin-left: 0px;
    margin-top: 0px;
  }
  .botBox .botContentBox .botContentBoxList div:last-child {
    margin-top: 40px;
  }
}
