* {
  box-sizing: border-box;
  font-family:  Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family:  -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-regular {
  font-family: Source Han Sans-Regular, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-normal {
  font-family: Source Han Sans-Normal, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Normal, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-light {
  font-family: Source Han Sans-Light, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Light, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-medium {
  font-family: Source Han Sans-Medium, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Medium, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-fm-bold {
  font-family: Source Han Sans-Bold, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #755dfd;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.auto-center {
  width: 1200px;
  margin: 0 auto;
}
.transition-all {
  transition: all 0.3s;
}
.ellipsis-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.com-btn > a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-btn-prefix {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix use {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix path {
  fill: #fff;
  transition: all 0.3s;
}
.icon-btn-prefix-white {
  margin-right: 10px;
  transition: all 0.3s;
  flex-shrink: 0;
  cursor: pointer;
  width: 19px;
  height: 19px;
}
.icon-btn-prefix-white svg {
  width: 100%;
  height: 100%;
  display: block;
}
.icon-btn-prefix-white use {
  fill: #4684fe;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #4684fe;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #755dfd;
  color: #fff;
}
.btn-primary:hover {
  background-color: #a08ffe;
}
.btn-primary:active {
  background-color: #4a2bfc;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #755dfd;
  color: #755dfd;
}
.btn-plain-primary:hover {
  color: #a08ffe;
  border-color: #a08ffe;
}
.btn-plain-primary:hover use {
  fill: #a08ffe;
}
.btn-plain-primary:active {
  color: #4a2bfc;
  border-color: #4a2bfc;
}
.btn-plain-primary:active use {
  fill: #4a2bfc;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755dfd 100%);
  color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(82, 122, 254, 0.5);
}
.btn-gradient:hover {
  opacity: 0.8;
}
.btn-gradient:active {
  opacity: 0.9;
}
.btn-white {
  transition: all 0.3s;
  background: #fff;
  color: #755dfd;
}
.btn-white:hover {
  opacity: 0.8;
}
.btn-white:active {
  opacity: 0.9;
}
.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.is-disabled:hover {
  opacity: 0.4;
}
.is-disabled:active {
  opacity: 0.4;
}
body .header .header-transparency {
  background: rgba(255, 255, 255);
  backdrop-filter: blur(8px);
}
body .header .header-transparency::after {
  background-color: rgba(255, 255, 255, 0.2);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(8px);
}
.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vis-hide {
  visibility: hidden;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "BasierCircle-Bold";
  src: url("../font/BasierCircleBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Regular";
  src: url("../font/BasierCircleRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-f-r {
  font-family: "BasierCircle-Regular", Source Han Sans-Regular, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.font-f-b {
  font-family: "BasierCircle-Bold", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.comBannerTitle767 {
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
.comTitle767 {
  font-weight: 600;
  font-size: 20px;
  line-height: 29px;
}
.centerMg1023 {
  margin-left: 20px;
  margin-right: 20px;
}
.centerPd1023 {
  padding-left: 20px;
  padding-right: 20px;
}
.centerMg767 {
  margin-left: 4vw;
  margin-right: 4vw;
}
.centerPd767 {
  padding-left: 4vw;
  padding-right: 4vw;
}
.solutions-page .heading {
  font-size: 40px;
  color: #161b42;
  text-align: center;
  line-height: 60px;
}
.solutions-page .first-screen {
  height: 536px;
  background: #ebf1ff;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.solutions-page .first-screen .heading {
  font-size: 48px;
}
.solutions-page .first-screen .width-1920 {
  width: 1920px;
  flex-shrink: 0;
  height: 100%;
  margin: 0 auto;
  position: relative;
  background: #f8faff;
}
.solutions-page .first-screen .width-1920::before {
  width: 560px;
  height: 100%;
  background: linear-gradient(90deg, #ebf1ff 0%, #f8faff 100%);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.solutions-page .first-screen .width-1920::after {
  width: 560px;
  height: 100%;
  background: linear-gradient(270deg, #ebf1ff 0%, #f8faff 100%);
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.solutions-page .first-screen .auto-center {
  height: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 138px;
}
.solutions-page .first-screen .auto-center::after {
  content: "";
  width: 1106px;
  height: 874px;
  background: rgba(199, 218, 255, 0.3);
  position: absolute;
  bottom: -539px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.solutions-page .first-screen .auto-center::before {
  content: "";
  width: 974px;
  height: 748px;
  background: rgba(199, 218, 255, 0.35);
  position: absolute;
  bottom: -539px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-49%);
}
.solutions-page .first-screen .auto-center .text-con {
  position: relative;
  z-index: 3;
}
.solutions-page .first-screen .auto-center .tips {
  font-size: 20px;
  color: #404676;
  line-height: 1.5em;
  text-align: center;
  margin-top: 20px;
}
.solutions-page .first-screen .auto-center .btn-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  font-family: "BasierCircle-Bold", Source Han Sans-Bold, -apple-system, Source Han Sans, Microsoft YaHei, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.solutions-page .first-screen .auto-center .btn-group .com-btn {
  width: 240px;
  height: 60px;
  border-radius: 100px;
  font-size: 22px;
  gap: 5px;
}
.solutions-page .first-screen .auto-center .btn-group .try-it {
  transition: all 0.3s;
  background: #fff;
  color: #2d5aff;
  border: 1px solid #2d5aff;
}
.solutions-page .first-screen .auto-center .btn-group .try-it:hover {
  opacity: 0.8;
}
.solutions-page .first-screen .auto-center .btn-group .try-it:active {
  opacity: 0.9;
}
.solutions-page .second-screen {
  padding-bottom: 113px;
  padding-top: 120px;
}
.solutions-page .second-screen .heading {
  margin-bottom: 80px;
}
.solutions-page .second-screen .item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solutions-page .second-screen .item-box + .item-box {
  margin-top: 100px;
}
.solutions-page .second-screen .item-box .img-box {
  width: 48.75%;
  height: auto;
  flex-shrink: 0;
}
.solutions-page .second-screen .item-box .text-box {
  width: 41.7%;
  flex-shrink: 0;
  max-width: 500px;
}
.solutions-page .second-screen .item-box .text-box .crosshead {
  font-size: 32px;
  color: #1b2c50;
  line-height: 40px;
}
.solutions-page .second-screen .item-box .text-box .explain {
  font-weight: 400;
  font-size: 16px;
  color: #48536b;
  line-height: 1.5em;
  margin-top: 30px;
}
.solutions-page .second-screen .item-box .text-box .free-trial-login {
  width: 178px;
  height: 50px;
  box-shadow: 0px 10px 20px 0px rgba(45, 90, 255, 0.4);
  border-radius: 100px;
  padding: 0 30px;
  transition: all 0.3s;
  background: #2d5aff;
  color: #fff;
  margin-top: 60px;
  font-size: 20px;
}
.solutions-page .second-screen .item-box .text-box .free-trial-login:hover {
  opacity: 0.8;
}
.solutions-page .second-screen .item-box .text-box .free-trial-login:active {
  opacity: 0.9;
}
.solutions-page .solutions-why {
  padding-bottom: 120px;
}
.solutions-page .solutions-why .heading {
  margin-bottom: 80px;
}
.solutions-page .solutions-why .item-box {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.solutions-page .solutions-why .item-box .item {
  padding: 40px 30px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(221, 226, 233, 0.5);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
}
.solutions-page .solutions-why .item-box .item:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.solutions-page .solutions-why .item-box .item .svg {
  width: 38px;
  height: 38px;
}
.solutions-page .solutions-why .item-box .item .crosshead {
  font-size: 24px;
  line-height: 1.5em;
}
.solutions-page .solutions-why .item-box .item .explain {
  font-weight: 400;
  font-size: 14px;
  color: #404676;
  line-height: 1.5em;
  padding: 0 10px;
}
.solutions-page .solutions-love {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}
.solutions-page .solutions-love .gradual {
  width: 100%;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  padding-bottom: 120px;
}
.solutions-page .solutions-love .gradual::before {
  width: 512px;
  height: 100%;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.solutions-page .solutions-love .gradual::after {
  width: 512px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 1;
}
.solutions-page .solutions-love .gradual .auto-center {
  padding-top: 73px;
}
.solutions-page .solutions-love .marquee {
  position: relative;
  width: 100%;
}
.solutions-page .solutions-love .marquee .module {
  display: flex;
  gap: 20px;
}
.solutions-page .solutions-love .marquee .module .user {
  flex-shrink: 0;
  width: 420px;
  height: 161px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(221, 226, 233, 0.5);
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease;
}
.solutions-page .solutions-love .marquee .module .user .user-top {
  display: flex;
  align-items: center;
  gap: 6px;
}
.solutions-page .solutions-love .marquee .module .user .user-top .img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.solutions-page .solutions-love .marquee .module .user .user-top .flex1 {
  flex: 1;
}
.solutions-page .solutions-love .marquee .module .user .user-top .flex1 .name {
  font-weight: bold;
  font-size: 16px;
  color: #161b42;
  line-height: 1em;
}
.solutions-page .solutions-love .marquee .module .user .user-top .flex1 .job {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 1em;
  margin-top: 4px;
}
.solutions-page .solutions-love .marquee .module .user .user-top .start {
  flex-shrink: 0;
}
.solutions-page .solutions-love .marquee .module .user .introduction {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 1.5em;
  margin-top: 15px;
}
.solutions-page .solutions-love .marquee .module .user:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
}
.solutions-page .solutions-love .marquee .module-copy {
  position: absolute;
  top: 7px;
}
.solutions-page .solutions-love .marquee #marquee {
  transform: translateX(-300px);
}
.solutions-page .solutions-love .marquee #marqueeCopy {
  transform: translateX(1460px);
}
.solutions-page .solutions-love .marquee #marquee2Copy {
  transform: translateX(-1760px);
}
.solutions-page .solutions-love .marquee #marquee2 {
  transform: translateX(0);
}
.solutions-page .solutions-love .marquee1 {
  padding-top: 7px;
  padding-bottom: 7px;
}
.solutions-page .solutions-love .marquee2 {
  padding-top: 7px;
  margin-top: 16px;
}
.solutions-page .solutions-card {
  padding-bottom: 120px;
}
.solutions-page .solutions-card .bg {
  background: url(/images/solutions/card-bg.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  padding: 60px 20px;
  font-size: 24px;
}
.solutions-page .solutions-card .bg .logo {
  display: block;
  width: 78px;
  margin: 0 auto 30px;
}
.solutions-page .solutions-card .bg .title {
  line-height: 52px;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}
.solutions-page .solutions-card .bg .text {
  font-weight: 400;
  color: #404676;
  margin-bottom: 60px;
  line-height: 29px;
}
.solutions-page .solutions-card .bg .btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.solutions-page .solutions-card .bg .btns .com-btn {
  min-width: 240px;
  padding: 0 20px;
  border-radius: 100px;
  height: 60px;
}
.solutions-page .solutions-card .bg .btns .card-download {
  transition: all 0.3s;
  background: #fff;
  color: #2d5aff;
  border: 1px solid #2d5aff;
  gap: 5px;
}
.solutions-page .solutions-card .bg .btns .card-download:hover {
  opacity: 0.8;
}
.solutions-page .solutions-card .bg .btns .card-download:active {
  opacity: 0.9;
}
.solutions-page .solutions-card .bg .btns .card-up {
  box-shadow: 0px 10px 20px 0px rgba(45, 90, 255, 0.4);
  transition: all 0.3s;
  background: #2d5aff;
  color: #fff;
}
.solutions-page .solutions-card .bg .btns .card-up:hover {
  opacity: 0.8;
}
.solutions-page .solutions-card .bg .btns .card-up:active {
  opacity: 0.9;
}
@media screen and (max-width: 1024px) {
  .auto-center {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .solutions-page .solutions-card .bg .title {
    font-size: 32px;
  }
  .solutions-page .solutions-card .bg {
    font-size: 18px;
  }
  .solutions-page .second-screen .item-box .text-box {
    width: 48%;
  }
  .solutions-page .second-screen .item-box .text-box .crosshead {
    font-size: 28px;
    line-height: 30px;
  }
  .solutions-page .second-screen .item-box .text-box .explain {
    font-size: 14px;
    margin-top: 20px;
  }
  .solutions-page .second-screen .item-box .text-box .free-trial-login {
    height: 40px;
    margin-top: 45px;
    font-size: 18px;
  }
  .solutions-page .first-screen .auto-center .btn-group .com-btn,
  .solutions-page .solutions-card .bg .btns .com-btn {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .solutions-page .second-screen .item-box {
    flex-wrap: wrap;
  }
  .solutions-page .second-screen .item-box .img-box {
    width: 100%;
  }
  .solutions-page .second-screen .item-box .text-box {
    width: 100%;
    max-width: 100%;
  }
  .solutions-page .second-screen .item-box .text-box .free-trial-login {
    margin: 40px auto 0;
  }
  .solutions-page .second-screen .item-box .text-box {
    text-align: center;
  }
  .solutions-page .second-screen .item-box + .item-box {
    margin-top: 70px;
  }
  .solutions-page .column-reverse {
    flex-direction: column-reverse;
  }
  .solutions-page .second-screen {
    padding-top: 80px;
  }
  .solutions-page .second-screen .heading {
    margin-bottom: 60px;
  }
  .solutions-page .heading {
    font-size: 36px;
    line-height: 42px;
  }
}
