@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Medium.ttf");
  font-weight: 500;
}

@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Bold.ttf");
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
  font-family: Inter, sans-serif !important;
}

#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;
  z-index: 1111;
}
.navScrollBox{
  box-shadow: 0 8px 16px 0 #0009881a;
  background: #fff !important;
}
.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;
}
.navHrefText {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  color: #232323;
  text-decoration: none !important;
  position: relative;
  white-space: nowrap;
  display: block;
}
.navHrefText span {
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #4485e9;
  left: 0;
  bottom: -4px;
  transition: all 0.2s linear;
}
.pageBox:hover .navHrefText {
  color: #8f8f8f;
}
.navHrefText:hover {
  color: #232323 !important;
}
.navHrefText:hover span {
  color: #232323;
  width: 100% !important;
}
.navHrefText .el-icon-arrow-up{
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  color: #232323;
  transition: all 0.1s linear;
}

.navHoverBox{
  position: relative;
}
.topNavPopoverWrap{
  position: absolute;
  padding-top: 8px;
  display: none;
  height: 0;
}
.topNavPopover{
  width: 205px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  transition: height 0.1s linear;
  padding: 8px !important;
  box-shadow: 0 8px 16px 0 #0009881a;
}
.topNavPopover .topNavList{
  display: flex;
  justify-self: left;
  padding: 12px 8px;
}
.topNavPopover .topNavList img{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.topNavPopover a{
  display: block;
  line-height: 1;
  color: #232323;
  text-decoration: none !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.navHoverBox .el-icon-arrow-up{
  margin-left: 4px;
}

.navHoverBox:hover .navHrefText{
  color: #232323 !important;
}
.navHoverBox:hover .el-icon-arrow-up{
  transform: rotate(180deg);
}
.navHoverBox:hover .topNavPopoverWrap{
  display: block;
  height: auto !important;
}

.nav .select {
  display: none;
}
.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;
  margin-top: 0;
}

.topNavPopover{
  width: 648px;
  box-sizing: border-box;
  background: #fff;
  overflow: hidden;
  transition: height 0.1s linear;
  padding: 8px !important;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}
.topNavPopover .topNavList{
  display: block;
  width: 50%;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px;
}
.topNavPopover .topNavList:hover{
  background: #F4F9FF;
}
.topNavPopover .topNavList img{
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.topNavPopover .navHrefTop{
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  display: block;
  color: #232323;
  text-decoration: none !important;
  font-family: "Inter", sans-serif;
  padding: 8px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.topNavPopover a:hover{
  background: #DFE9F8;
  border-radius: 4px;
}
.topNavPopover .HookBox{}
.topNavPopover .HookBox a{
  text-decoration: none;
  font-weight: 400;
  color: #232323;
  font-size: 14px;
  line-height: 22px;
  padding: 8px;
  display: flex;
  justify-content: left;
  align-items: center;
}
.topNavPopover .HookBox img{
  margin-right: 8px;
  display: block;
  width: 16px;
  height: 16px;
}







.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;*/
  background: #111827;
  box-sizing: border-box;
  padding: 96px 160px 60px;
}
.botBox .flexBox {
  display: flex;
  justify-content: space-between;
}
.botBox .botContentBox {
  height: 180px;
}
.botBox .botContentBox .botContentBoxList .logoBox{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 40px;
  margin-left: 0!important;
}
.botBox .botContentBox .botContentBoxList .logo {
  display: block;
  width: 121px;
  height: 90px;
  margin-bottom: 16px;
}
.botBox .botContentBox .botContentBoxList p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.6);
}
.botBox .botContentBox .botContentBoxList div {
  font-family: "Inter", sans-serif;
  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", sans-serif;
  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", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.botBox .botContentBox .botContentBoxList1 p {
  color: #fff;
  font-family: "Inter", sans-serif;
  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 .ImgBox{
  display: flex;
  justify-content: left;
  gap: 33px;
}
.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", sans-serif;
  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(85.11deg, #99b5ff 6.71%, #ac86ff 98.3%);
}

@media (min-width: 0px) and (max-width: 768px) {
  #APP {
    padding-bottom: 0px;
  }
  .navBox .nav .pageBox {
    display: none !important;
  }
  .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 {
    /*padding: 0 0 24px 0;*/
    gap: 16px;
  }
  .botBox .iconWrap .ImgBox{
    padding-top: 33px;
    /*justify-content: center;*/
    border-top: 1px solid#fff;
  }
  .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;
  }
}
@media (min-width: 769px) and (max-width: 1300px) {
  #APP {
    padding-bottom: 0px;
  }
  .iconWrap{
    justify-content: space-between !important;
  }
  .botBox {
    padding: 96px 64px;
    height: auto !important;
    min-height: auto !important;
  }
  .botContentBox {
    display: flex;
    flex-direction: column;
    height: auto !important;
    gap: 40px;
  }
  .botBox .flexBox {
    display: flex;
    justify-content: flex-start;
  }
  .botBox .botContentBox .botContentBoxList.botContentBoxList1 > .Contact {
    margin-left: 40px !important;
  }
  .botBox .botContentBox .botContentBoxList div:not(.Contact) {
    margin-left: 0;
    margin-right: 40px !important;
  }
  .botBoxWrap {
    position: relative;
    bottom: 0px !important;
    min-height: 650px !important;
  }
  .botBox .botContentBox {
    display: flex;
    flex-direction: column;
    height: auto !important;
  }
  .botBox .botContentBox .botContentBoxList div {
    margin-left: 0px;
  }
  .botContentBoxList {
    height: auto !important;
    width: 100% !important;
  }
}



.el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before {
  content: "" !important;
}
.is-required .el-form-item__label:after {
  content: "*";
  color: #f56c6c;
  margin-left: 4px;
}

.toastWrapBox{
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  margin:auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toastBox{
  max-width: 350px;
  padding: 14px;
  z-index: 100;
  background: #E8FFF3;
  border: 1px solid #2FAA68;
  border-radius: 6px;
  gap: 8px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.toastBox p{
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #2FAA68;
  width: 100%;
}
.toastBoxAn{
  animation:toastBoxKF 3s linear;
}
@keyframes toastBoxKF{
  0%{
    width: 100%;
  }
  100%{
    width: 0;
  }
}
.toastBox img{
  display: block;
  width: 20px;
  height: 20px;
}
