.flex-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.position-fa {
  position: relative;
  min-width: 375px;
}

.position-son {
  position: absolute;
}

.sucess-wrap{
  height: 646px;
}

.new-loading {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 26px;
  left: 0;
  z-index: 999;
}

.new-loading img {
  width: 64px;
}

/* input:focus, select:focus, textarea:focus {
  border: 1px solid #2898ff !important;
} */


.formmain {
  width: 100%;
  background: radial-gradient(109.47% 78.28% at 89.62% -12.3%, #21312C 0%, #142635 100%);
  padding: 90px 0;
  overflow: hidden;
}

.formmain-main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2%;
  gap: 74px;
  justify-content: flex-start;
  align-items: flex-start;
}

.formmain-tab {
  display: flex;
  background: linear-gradient(90deg, #4393FD 0%, #5C51FF 100%);
  gap: 20px;
  width: 100%;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  position: relative;
}


.formmain-tab-item {
  width: 50%;
  height: 72px;
  justify-content: center;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}

.formmain-tab-item:first-child {
  border-top-left-radius: 26px;
}

.formmain-tab-item:last-child {
  border-top-right-radius: 26px;
}

.tab-active1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FFF;
  color: #222741;
  height: 82px;
}

.tab-active1 .tab-text {
  transform: translateY(10px);
}

.tab-active1:after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: 0;
  width: 32px;
  height: 100%;
  background: #fff;
  transform: skew(10deg);
  border-top-right-radius: 20px;
}

.tab-active2 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #FFF;
  color: #222741;
  height: 82px;
  border-top-right-radius: 26px;
}

.tab-active2 .tab-text {
  transform: translateY(10px);
}

.tab-active2:before {
  content: "";
  position: absolute;
  left: -16px;
  bottom: 0;
  width: 32px;
  height: 100%;
  background: #fff;
  transform: skew(-10deg);
  border-top-left-radius: 20px;
}

.qrcode-wrap {
  padding-top: 75px;
  padding-bottom: 95px;
}

.qrcode-tip {
  width: 400px;
  color: #4C4C4C;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 20px;
}

.back1 {
  width: 579px;
  height: 500px;
  top: -200px;
  right: -235px;
  z-index: 0;
}

.formmain-text {
  gap: 40px;
  align-items: flex-start;
  justify-content: unset;
  color: #fff;
  max-width: 560px;
  z-index: 333;
}

.formmain-text-top {
  gap: 16px;
  align-items: flex-start;
}

.formmain-text-top-title {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
}

.formmain-text-top-content {
  gap: 24px;
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  align-items: flex-start;
}

.formmain-text-bot img {
  margin: 0;
}

.formmain-text-bot {
  gap: 17px;
  width: 388px;
  align-items: flex-start;
}

.formmain-text-bot-first {
  justify-content: flex-start;
  gap: 10px;
  color: #EAECF6;
  font-family: "HarmonyOS Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.formmain-text-bot-last {
  display: flex;
  padding: 24px 42px;
  gap: 56px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
}

.formmain-text-bot-last img {
  max-height: 70px;
}

/* ↓ form */
.formmain-form {
  height: 620px;
  gap: 24px;
  border-radius: 26px;
  justify-content: flex-start;
  background: #FFF;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.15);
  width: 646px;
  z-index: 1;
}

.formmain-sales {
  width: 100%;
  gap: 20px;
}

#contact-sales-form {
  width: 100%;
}

.formmain-row {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 46px;
}

.formmain-col {
  width: 100%;
  height: 100%;
}

.inputbox {
  width: 100%;
  height: 100%;
}

.inputbox input,
.inputbox select {
  width: 100%;
  outline: none;
  border-radius: 5px;
  border: 1px solid #DDDFEB;
  height: 100%;
  padding-left: 40px;
}

.inputbox select {
  appearance: none;
  outline: none;
}

.select-down {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  height: 46px;
  top: 0;
  right: 0;
}

.formmain-row-sp {
  height: 123px;
  border-radius: 5px;
  border: 1px solid #DDDFEB;
}

.formmain-row-sp textarea {
  padding: 12px 16px;
  width: 100%;
  height: 100%;
  outline: none;
  resize: none;
  border: 0;
  border-radius: 5px;
  background: transparent;
}

.formmain-row-sp textarea::-webkit-scrollbar {
  display: none;
}

.form-title {
  color: #556782;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 10px;
  left: 30px;
  top: 12px;
  pointer-events: none;
  transition: all .3s;
}

.formmain-row-sp .form-title {
  left: 10px;
  top: 12px;
}

.form-icon {
  left: 10px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 46px;
}

.form-icon img {
  margin: 0;
}

.form-title-active {
  top: -11px;
  left: 10px;
  font-size: 14px;
  background: #fff;
  padding: 0 5px;
}

.formmain-row-sp .form-title-active {
  top: -10px;
}

.buttonbox {
  width: max-content;
  display: flex;
  justify-content: flex-end;
}

.form-btn {
  display: flex;
  width: 204px;
  height: 46px;
  padding: 13px 48px;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: linear-gradient(96deg, #5AB3F9 -58.87%, #3C8AFE 25.09%, #5E4CFF 101.06%);
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin: 0;
}

.error-message {
  margin: 0;
  max-width: 350px;
  width: unset;
}

.success-message {
  width: 320px;
  color: #333;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

/* ↑ form */


.mycarousel-section {
  width: 100%;
  max-width: 1440px;
  padding: 100px 2%;
  margin: 0 auto;
  background: transparent;
}

.mycarousel-title {
  color: #020826;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 72px;
}

.mycarousel {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 80px;
}

.mycarousel-items {
  display: flex;
}

.mycarousel-item {
  flex: 0 0 auto;
  width: 239px;
  height: 80px;
  background-size: cover;
  background-position: center;
  margin: 0 10px;
}

/* .mycarousel-item:last-child {
  margin-right: 0;
} */



.m-new-footer {
  display: none;
}

.new-footer {
  width: 100%;
  height: 100px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2%;
}

.flex-div {
  width: 1px;
  height: 18px;
  background: #b6c4df;
}

.new-footer-left,
.new-footer-right {
  gap: 20px;
}

.new-footer-text {
  color: #556782;
  font-family: "Noto Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.partnership-section {
  width: 100%;
  background: linear-gradient(96deg, #3C8AFE -3.16%, #6B1FE7 98.69%);
  padding: 120px 0;
}

.partnership-main {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  gap: 80px;
}

.back2 {
  bottom: -120px;
  left: -135px;
}

.partnership-title {
  max-width: 630px;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.partnership-content {
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.partnership-card {
  width: 413px;
  padding: 16px 24px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0px 4px 5px 0px rgba(255, 255, 255, 0.10) inset;
  backdrop-filter: blur(47.5px);
  height: 217px;
}

.icons-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(242, 244, 251, 0.10);
  justify-content: center;
}

.icons-box img {
  margin: unset;
}

.partnership-card-bot {
  color: #FFF;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.partnership-card-bot p {
  font-size: 20px;
  margin: 10px 0;
}

.partnership-card-bot span {
  font-size: 14px;
  font-weight: 400;
}

.flex-2-zh .formmain-text-top-title {
  font-size: 32px;
  line-height: 40px;
}

.flex-2-zh.formmain-text-top {
  gap: 20px;
}

.flex-2-zh .formmain-text-top-content {
  font-size: 16px;
  line-height: 24px;
}

.formmain-text-top.flex-2-zh  {
  margin-top: 100px;
}
.formmain-text-top.flex-2  {
  margin-top: 80px;
}


@media screen and (max-width: 1300px) {
  .formmain-main {
    gap: 40px;
  }

  .formmain-form {
    min-width: 560px;
    /* padding: 36px 30px; */
  }

  .formmain-text {
    min-width: 388px;
  }

  .formmain-text-top-title {
    font-size: 40px;
  }

  .formmain-text-top-content {
    font-size: 16px;
  }

  .partnership-main {
    padding: 0 2%;
  }

  .back2 {
    bottom: -120px;
    left: 100px;
  }

  .mycarousel-title,
  .partnership-title {
    font-size: 35px;
  }

  .div-block-114 {
    height: 70px !important;
  }

  .flex-2-zh .formmain-text-top-title {
    font-size: 26px;
  }
  
  .formmain-text-top.flex-2-zh  {
    margin-top: 80px;
  }
  .formmain-text-top.flex-2  {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1112px) {

  .div-block-114 {
    height: 100px !important;
  }
}

@media screen and (max-width: 1050px) {
  .formmain-main {
    height: unset;
    flex-direction: column;
    align-items: center;
  }

  .formmain-text,
  .formmain-text-bot {
    align-items: center;
  }

  .mycarousel-title,
  .partnership-title {
    font-size: 30px;
  }

  .new-footer-left,
  .new-footer-right {
    gap: 15px;
  }

  .new-footer-logo img {
    height: 20px;
  }

  .mycarousel-section {
    padding: 70px 2%;
  }
}

@media screen and (max-width: 800px) {

  .formmain-main,
  .new-footer,
  .partnership-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mycarousel-section {
    padding: 40px 20px;
  }

  .new-footer {
    display: none;
  }

  .m-new-footer {
    display: flex;
    height: 200px;
    padding: 40px 20px;
    justify-content: space-between;
  }

  .m-new-footer-top,
  .m-new-footer-bot {
    width: max-content;
    gap: 16px;
  }

  .flex-div {
    width: 100%;
    height: 1px;
    background: #b6c4df;
  }

  .new-footer-logo img {
    height: 25px;
  }

  .m-new-footer-webmix {
    gap: 20px;
  }

  .formmain-row {
    flex-direction: column;
    height: unset;
  }

  .formmain-row input,
  .formmain-row select {
    height: 46px;
  }

  .formmain-form {
    height: unset;
    max-width: 560px;
    min-width: unset;
    width: 100%;
  }

  .error-message {
    position: absolute;
    top: -20px;
    left: 0;
  }

  .submit-button {
    position: unset;
  }

  .partnership-card {
    max-width: 413px;
    width: 100%;
  }

  .icons-box {
    width: 50px;
    height: 50px;
  }

  .partnership-card-bot p {
    font-size: 16px;
  }

  .mycarousel-title,
  .partnership-title {
    font-size: 25px;
  }

  .partnership-section {
    padding: 45px 0;
  }

  .partnership-main {
    gap: 45px;
  }

  .formmain-text-top {
    align-items: center;
  }

  .formmain-text-top-content {
    max-width: 90%;
    text-align: center;
  }

  .flex-2-zh .formmain-text-top-content {
    text-align: left;
    max-width: unset;
  }

  .flex-2-zh.formmain-text-top {
    gap: 12px;
    padding: 0 20px;
    align-items: flex-start;
  }

  .flex-2-zh1.formmain-text-bot {
    padding: 0 20px;
    align-items: flex-start;
  }

  .flex-2-zh .formmain-text-top-content {
    font-size: 14px;
    gap: 16px;
    line-height: 22px;
  }

  .sucess-wrap{
    height: 353px;
  }

  .formmain-tab-item {
    height: 45px;
    font-size: 16px;
  }
  .tab-active1 .tab-text,.tab-active2 .tab-text{
    transform: translateY(5px);
  }
  .tab-active1,.tab-active2 {
    height: 55px;
    bottom: -1px;
  }
  .tab-active1 {
    border-top-right-radius: 20px;
  }
  .tab-active1:after {
    right: -7px;
    width: 21px;
  }
  .tab-active2 {
    border-top-left-radius: 20px;
  }
  .tab-active2:before {
    left: -2px;
    width: 21px;
  }
  .qrcode-wrap {
    padding-top: 32px;
    padding-bottom: 52px;
  }
  .qrcode-wrap img {
    width: 246px;
  }
  .qrcode-wrap .qrcode-tip {
    width: 255px;
    font-size: 16px;
  }
}


:root {
  --el-text-color-regular: #020826;
  --el-color-primary: #020826;
  --el-text-color-placeholder: #AEB2C6;
}

.success-text {
  width: 320px;
}

.el-select-dropdown {
  max-width: 280px;
}

.el-popper.is-pure {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 4px 64px 0px rgba(0, 0, 0, 0.05);
}

.el-form-item__label {
  font-weight: normal;
}

/* .el-select-dropdown .el-select-dropdown__item {
  color: #AEB2C6;
} */

.el-select-dropdown__header {
  border-bottom: 0;
  padding-bottom: 0;
}

.el-select-dropdown .el-select-dropdown__item.is-selected {
  color: #020826;
}

.el-select-dropdown .el-input__wrapper {
  box-shadow: none;
}

@media screen and (max-width: 600px) {
  .formmain-main .formmain-text-top-title {
    text-align: center;
    line-height: 60px;
  }

  .flex-2-zh .formmain-text-top-title {
    font-size: 20px;
    text-align: left;
    line-height: 30px;
  }
  .form-btn-wrap {
    justify-content: center;
  }
  .form-btn-wrap .form-btn-wrap-sit{
    flex:none !important;
  }
}

#form-overview {
  position: relative;
}