@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-Medium';
  src: url('/font/BasierCircleMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BasierCircle-Italic";
  src: url("../font/BasierCircleItalic.otf") format("opentype");
  font-weight: normal;
  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;
}
* {
  box-sizing: border-box;
  font-family:  "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.flex {
  display: flex;
}
.hide {
  display: none;
}
.block {
  display: block;
}
.flex-1 {
  flex: 1;
}
.icon {
  flex-shrink: 0;
}
.fc-primary {
  color: #4177FF;
}
.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: #4177FF;
  transition: all 0.3s;
}
.icon-btn-prefix-white path {
  fill: #4177FF;
  transition: all 0.3s;
}
.btn-primary {
  transition: color 0.3s;
  background-color: #4177FF;
  color: #fff;
}
.btn-primary:hover {
  background-color: #749cff;
}
.btn-primary:active {
  background-color: #0e52ff;
}
.btn-plain-primary {
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #4177FF;
  color: #4177FF;
}
.btn-plain-primary:hover {
  color: #749cff;
  border-color: #749cff;
}
.btn-plain-primary:hover use {
  fill: #749cff;
}
.btn-plain-primary:active {
  color: #0e52ff;
  border-color: #0e52ff;
}
.btn-plain-primary:active use {
  fill: #0e52ff;
}
.btn-gradient {
  transition: all 0.3s;
  background: linear-gradient(227deg, #09b7fe 0%, #755DFD 100%);
  color: #fff;
  background: #4177FF;
  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: #4177FF;
}
.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-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;
}
.font-f-i {
  font-family: "BasierCircle-Italic", 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;
}
.font-f-m {
  font-family: "BasierCircle-Medium", 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;
}
.font-fm-regular {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-normal {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-light {
  font-family: BasierCircle-Regular, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-medium {
  font-family: BasierCircle-Medium, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.font-fm-bold {
  font-family: BasierCircle-Bold, "BasierCircle-Regular", "Source Han Sans", "Microsoft YaHei", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif, -apple-system;
}
.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: 50px;
}
.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: 18px;
  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: 20px;
  margin-top: 60px;
}
.solutions-page .first-screen .auto-center .btn-group .com-btn {
  width: 240px;
  height: 60px;
  border-radius: 100px;
  font-size: 24px;
  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: #4177FF;
  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: 30px;
  height: 30px;
}
.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: 80px;
}
.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: #161B42;
  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: 174px;
}
.solutions-page .solutions-card .bg {
  max-width: 1200px;
  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: 60px;
  margin: 0 auto 43px;
}
.solutions-page .solutions-card .bg .title {
  line-height: 1rem;
  font-weight: bold;
  font-size: 42px;
  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: 1024px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .solutions-page .first-screen .heading {
    font-size: 48px;
  }
  .solutions-page .first-screen .auto-center::after {
    content: "";
    width: 750px;
    height: 750px;
    background: rgba(199, 218, 255, 0.3);
    position: absolute;
    bottom: -510px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .solutions-page .first-screen .auto-center::before {
    content: "";
    width: 820px;
    height: 820px;
    background: rgba(199, 218, 255, 0.35);
    position: absolute;
    bottom: -510px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .solutions-page .first-screen .tips {
    font-size: 20px;
  }
  .solutions-page .first-screen .btn-group .com-btn {
    font-size: 18px;
    height: 50px;
  }
  .solutions-page .second-screen .heading {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .solutions-page .second-screen .auto-center {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .solutions-page .second-screen .item-box {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .solutions-page .second-screen .item-box + .item-box {
    margin-top: 50px;
  }
  .solutions-page .second-screen .item-box:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .solutions-page .second-screen .item-box .img-box {
    width: 72%;
    aspect-ratio: 585/349;
  }
  .solutions-page .second-screen .item-box .text-box {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
  .solutions-page .second-screen .item-box .text-box .crosshead {
    width: 100%;
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
  }
  .solutions-page .second-screen .item-box .text-box .explain {
    width: 100%;
    font-size: 16px;
    margin-top: 24px;
    text-align: center;
  }
  .solutions-page .second-screen .item-box .text-box .free-trial-login {
    height: 50px;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  .solutions-page .solutions-why {
    padding-bottom: 80px;
  }
  .solutions-page .solutions-why .heading {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .solutions-page .solutions-why .auto-center {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .solutions-page .solutions-why .item-box .item {
    padding: 30px 20px;
    gap: 0px;
  }
  .solutions-page .solutions-why .item-box .item .crosshead {
    font-size: 24px;
    line-height: 1.5em;
    margin-top: 20px;
  }
  .solutions-page .solutions-why .item-box .item .explain {
    font-size: 14px;
    line-height: 1.5em;
    padding: 0 10px;
    margin-top: 15px;
  }
  .solutions-page .solutions-love .gradual {
    padding-bottom: 80px;
  }
  .solutions-page .solutions-love .gradual .auto-center {
    padding-top: 40px;
  }
  .solutions-page .solutions-card {
    padding-bottom: 0;
  }
  .solutions-page .solutions-card .bg {
    background: url(/images/solutions/card-bg-1.png) no-repeat center center;
    width: 100%;
  }
  .solutions-page .solutions-card .bg .logo {
    margin: 0 auto 30px;
  }
  .solutions-page .solutions-card .bg .title {
    line-height: 1rem;
    font-size: 40px;
  }
  .solutions-page .solutions-card .bg .text {
    margin-bottom: 40px;
    line-height: 28px;
    font-size: 20px;
  }
  .solutions-page .solutions-card .bg .btns {
    gap: 19px;
  }
  .solutions-page .solutions-card .bg .btns .com-btn {
    font-weight: bold;
    font-size: 18px;
  }
  .solutions-page .solutions-card .bg .btns .card-download {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .auto-center {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .solutions-page .first-screen {
    height: auto;
  }
  .solutions-page .first-screen .heading {
    font-size: 30px;
    line-height: 42px;
  }
  .solutions-page .first-screen .width-1920 {
    width: 100%;
    background: transparent;
  }
  .solutions-page .first-screen .width-1920::after {
    background: transparent;
  }
  .solutions-page .first-screen .width-1920::before {
    background: transparent;
  }
  .solutions-page .first-screen .width-1920 .auto-center::after {
    content: "";
    width: 95%;
    height: 95%;
    background: rgba(199, 218, 255, 0.3);
    position: absolute;
    bottom: -45%;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .solutions-page .first-screen .width-1920 .auto-center::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(199, 218, 255, 0.35);
    position: absolute;
    bottom: -40%;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .solutions-page .first-screen .width-1920 .auto-center .text-con {
    margin-bottom: 40px;
  }
  .solutions-page .first-screen .width-1920 .auto-center .tips {
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
  }
  .solutions-page .first-screen .width-1920 .auto-center .btn-group {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .solutions-page .first-screen .width-1920 .auto-center .btn-group .com-btn {
    width: 72%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 18px;
    height: 40px;
  }
  .solutions-page .second-screen {
    padding-bottom: 60px;
    padding-top: 40px;
  }
  .solutions-page .second-screen .heading {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .solutions-page .second-screen .item-box {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .solutions-page .second-screen .item-box + .item-box {
    margin-top: 40px;
  }
  .solutions-page .second-screen .item-box:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .solutions-page .second-screen .item-box .img-box {
    width: 100%;
    aspect-ratio: 400/239;
  }
  .solutions-page .second-screen .item-box .text-box {
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .solutions-page .second-screen .item-box .text-box .crosshead {
    width: 100%;
    margin-top: 28px;
    font-size: 20px;
  }
  .solutions-page .second-screen .item-box .text-box .explain {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
  .solutions-page .second-screen .item-box .text-box .free-trial-login {
    height: 40px;
    width: 72%;
  }
  .solutions-page .solutions-why {
    padding-bottom: 60px;
  }
  .solutions-page .solutions-why .heading {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }
  .solutions-page .solutions-why .item-box {
    gap: 15px;
    grid-template-columns: 1fr;
  }
  .solutions-page .solutions-why .item-box .item {
    padding: 20px 20px;
    gap: 0px;
    box-shadow: none;
    border: 1px solid #E1ECF8;
  }
  .solutions-page .solutions-why .item-box .item .svg {
    width: 36px;
    height: 36px;
  }
  .solutions-page .solutions-why .item-box .item .crosshead {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 20px;
  }
  .solutions-page .solutions-why .item-box .item .explain {
    font-size: 16px;
    line-height: 1.5em;
    padding: 0;
    margin-top: 15px;
  }
  .solutions-page .solutions-love .heading {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
  }
  .solutions-page .solutions-love .gradual {
    padding-bottom: 60px;
  }
  .solutions-page .solutions-love .gradual::before {
    width: 10%;
  }
  .solutions-page .solutions-love .gradual::after {
    width: 10%;
  }
  .solutions-page .solutions-love .gradual .auto-center {
    padding-top: 0;
  }
  .solutions-page .solutions-card {
    padding-bottom: 0;
  }
  .solutions-page .solutions-card .bg {
    background: url(/images/solutions/card-bg-1.png) no-repeat center center;
    padding: 40px 20px;
    font-size: 24px;
  }
  .solutions-page .solutions-card .bg .logo {
    margin: 0 auto 30px;
  }
  .solutions-page .solutions-card .bg .title {
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 10px;
  }
  .solutions-page .solutions-card .bg .text {
    margin-bottom: 35px;
    line-height: 24px;
    font-size: 16px;
  }
  .solutions-page .solutions-card .bg .btns {
    gap: 10px;
  }
  .solutions-page .solutions-card .bg .btns .com-btn {
    min-width: 140px;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
  }
  .solutions-page .solutions-card .bg .btns .card-download {
    font-size: 18px;
  }
}
