.content .banner-box {
  height: 538px;
  padding-top: 91px;
  background-image: url("../imgs/banner-back.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .banner-box .banner-content-box {
  position: static;
  float: left;
  left: 80px;
  padding: 151px 0 0 80px;
  z-index: 900;
  backdrop-filter: blur(1px);
}
.content .banner-box .banner-content-box .color-title {
  width: 506px;
  height: 54px;
  background-image: url("../imgs/colo-title.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.content .banner-box .banner-content-box .sub-title {
  margin-top: 20px;
  color: #646a76;
  font-size: 16px;
  font-weight: 520;
  line-height: 150%;
  letter-spacing: 5px;
}
.content .banner-box .banner-content-box .sub-title-en {
  margin-top: 14px;
  color: #9ba5b8;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 5px;
  font-style: italic;
}
.content .banner-box .banner-content-box .button-reg-banner {
  margin-top: 64px;
  width: 200px;
  height: 40px;
  mix-blend-mode: normal;
  border-radius: 3px;
  border: 1px solid rgba(51, 100, 237, 0.35);
  box-sizing: border-box;
  background: linear-gradient(180deg, #648cff 0%, #4172fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 12.3px;
  line-height: 46px;
  user-select: none;
  cursor: pointer;
}
.content .banner-box .banner-content-box .button-reg-banner:hover {
  animation: all 1.75s ease-in-out;
  box-shadow: 0 3px 4px rgba(44, 71, 146, 0.32), 0px -2px #3262e6 inset;
}
.content .banner-box .right-fix-back {
  position: absolute;
  right: 0;
  margin-top: -91px;
  width: 684px;
  height: 629px;
  background-image: url("../imgs/robot.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}
.content .agent-card-box {
  height: 150px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  flex-shrink: 0;
  background: #f7f9fc;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 90px;
}
.content .agent-card-box .title {
  color: #4b5563;
  font-weight: 800;
  font-size: 38px;
  letter-spacing: 15px;
}
.content .agent-card-box .title-en {
  color: rgba(156, 163, 175, 0.85);
  font-size: 16px;
  letter-spacing: 5px;
  font-style: italic;
  font-weight: 450;
}
.content .solution-box {
  margin-top: 80px;
  text-align: center;
}
.content .solution-box .title {
  text-align: center;
  color: #28292f;
  font-weight: bold;
  font-size: 30.9px;
  line-height: 49px;
}
.content .solution-box .title-en {
  text-align: center;
  color: #7b7d8b;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
}
.content .solution-box .content-item {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .solution-box .content-item .card-solution {
  display: flex;
  align-items: center;
  text-align: start;
  cursor: pointer;
  width: 500px;
}
.content .solution-box .content-item .card-solution .img-left {
  margin-right: 16px;
  width: 160px;
  height: 160px;
}
.content .solution-box .content-item .card-solution .title-right {
  height: 85px;
}
.content .solution-box .content-item .card-solution .title-right .title-card-inline {
  display: flex;
  align-items: center;
  color: #3b426b;
  font-weight: 550;
  font-size: 18.9px;
  line-height: 27px;
}
.content .solution-box .content-item .card-solution .title-right .title-card-inline .title-en-card-inline {
  font-weight: 520;
  margin-left: 10px;
  color: #c1c1c1;
  font-size: 12px;
}
.content .solution-box .content-item .card-solution .title-right .description-box {
  max-width: 228px;
  display: flex;
  align-items: center;
  color: rgba(95, 101, 145, 0.85);
  font-size: 15.1px;
  line-height: 24px;
  font-style: italic;
}
.content .solution-box .more-box {
  margin-top: 40px;
  margin-bottom: 80px;
}
.content .probation-box {
  user-select: none;
  height: 212px;
  padding: 96px 178px;
  background: #3973ff;
}
.content .probation-box .title-white {
  color: #ffffff;
  font-weight: bold;
  font-size: 37.6px;
  line-height: 49px;
  letter-spacing: 1px;
}
.content .probation-box .title-white-sub {
  font-style: italic;
  margin-top: 15px;
  width: 284px;
  color: #b6cafc;
  font-size: 16px;
  line-height: 29px;
}
.content .probation-box .reg-button-contact {
  font-size: 12.5px;
  font-weight: bold;
  width: 122px;
  height: 48px;
  margin-top: 60px;
  cursor: pointer;
  display: inline-flex;
  place-content: center;
  place-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 3px;
  border: 1px solid #e9eaec;
  box-sizing: border-box;
  background: linear-gradient(180deg, #ffffff 8%, #f2f2f7 97%);
}
.content .probation-box .reg-button-contact:hover {
  color: #3b426b;
  animation: all 1.75s ease-in-out;
  box-shadow: 0 3px 4px rgba(44, 71, 146, 0.32), 0px -2px 4px #e1e3e8 inset;
}
.content .probation-box .box-three {
  float: right;
  width: 540px;
  position: absolute;
  right: 185px;
  margin-top: -96px;
  z-index: 100;
  opacity: 0.95;
}
.content .get-an-account-box {
  height: 374px;
  margin: 0 auto;
  border: 1px solid #e1e7ff;
  text-align: center;
}
.content .get-an-account-box .top-title {
  margin-top: 80px;
  color: #28292f;
  font-weight: bold;
  font-size: 30.9px;
  line-height: 49px;
}
.content .get-an-account-box .top-sub-title {
  margin-top: 20px;
  color: #3b426b;
  font-weight: 500;
  font-size: 18.9px;
  line-height: 24px;
  margin-bottom: 71px;
}
.content .get-an-account-box .button-reg-get {
  margin: 0 auto;
  width: 200px;
  height: 50px;
  mix-blend-mode: normal;
  border-radius: 3px;
  border: 1px solid rgba(51, 100, 237, 0.35);
  box-sizing: border-box;
  background: linear-gradient(180deg, #648cff 0%, #4172fa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 12.3px;
  line-height: 46px;
  user-select: none;
  cursor: pointer;
}
.content .get-an-account-box .button-reg-get:hover {
  animation: all 1.75s ease-in-out;
  box-shadow: 0 3px 4px rgba(44, 71, 146, 0.32), 0px -2px #3262e6 inset;
}
/*# sourceMappingURL=index.css.map */