* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: PingFangSC-Regular, sans-serif;
  color: #333333;
  line-height: 1;
  background: #ffffff;
  overflow-x: hidden;
}

img {
  display: block;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-warp {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.items-top {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #ffffff;
}

.text-333 {
  color: #333333;
}

.text-666 {
  color: #666666;
}

.text-999 {
  color: #999999;
}

.text-2868fe {
  color: #2868fe;
}

.text-2e91ee {
  color: #2e91ee;
}

.font-bold {
  font-weight: 600;
}

.font-12 {
  font-size: 12px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-24 {
  font-size: 24px;
}

.font-28 {
  font-size: 28px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-36 {
  font-size: 36px;
}

.font-42 {
  font-size: 42px;
}

.font-48 {
  font-size: 48px;
}

.leading-17 {
  line-height: 17px;
}

.leading-20 {
  line-height: 20px;
}

.leading-22 {
  line-height: 22px;
}

.leading-25 {
  line-height: 25px;
}

.leading-28 {
  line-height: 28px;
}

.leading-32 {
  line-height: 32px;
}

.leading-33 {
  line-height: 33px;
}

.leading-34 {
  line-height: 34px;
}

.leading-40 {
  line-height: 40px;
}

.leading-42 {
  line-height: 42px;
}

.leading-44 {
  line-height: 44px;
}

.leading-45 {
  line-height: 45px;
}

.leading-50 {
  line-height: 50px;
}

.leading-59 {
  line-height: 59px;
}

.leading-67 {
  line-height: 67px;
}

.w-16 {
  width: 16px;
}

.w-20 {
  width: 20px;
}

.w-24 {
  width: 24px;
}

.w-30 {
  width: 30px;
}

.w-35 {
  width: 35px;
}

.w-36 {
  width: 36px;
}

.w-38 {
  width: 38px;
}

.w-40 {
  width: 40px;
}

.w-45 {
  width: 45px;
}

.w-48 {
  width: 48px;
}

.w-59 {
  width: 59px;
}

.w-60 {
  width: 60px;
}

.w-67 {
  width: 67px;
}

.w-69 {
  width: 69px;
}

.w-120 {
  width: 120px;
}

.w-135 {
  width: 135px;
}

.w-142 {
  width: 142px;
}

.w-412 {
  width: 412px;
}

.w-370 {
  width: 370px;
}

.w-186 {
  width: 186px;
}

.w-295 {
  width: 295px;
}

.w-260 {
  width: 260px;
}

.w-325 {
  width: 325px;
}

.w-200 {
  width: 200px;
}

.w-1220 {
  width: 1220px;
}

.h-16 {
  height: 16px;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 20px;
}

.h-24 {
  height: 24px;
}

.h-30 {
  height: 30px;
}

.h-35 {
  height: 35px;
}

.h-36 {
  height: 36px;
}

.h-38 {
  height: 38px;
}

.h-40 {
  height: 40px;
}

.h-45 {
  height: 45px;
}

.h-48 {
  height: 48px;
}

.h-50 {
  height: 50px;
}

.h-59 {
  height: 59px;
}

.h-60 {
  height: 60px;
}

.h-67 {
  height: 67px;
}

.h-69 {
  height: 69px;
}

.h-70 {
  height: 70px;
}

.h-73 {
  height: 73px;
}

.h-120 {
  height: 120px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-16 {
  margin-left: 16px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-28 {
  margin-left: 28px;
}

.ml-32 {
  margin-left: 32px;
}

.ml-36 {
  margin-left: 36px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-62 {
  margin-left: 62px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-132 {
  margin-left: 132px;
}

.mt-3 {
  margin-top: 3px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-14 {
  margin-top: 14px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-62 {
  margin-top: 62px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-70 {
  margin-top: 70px;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-32 {
  padding-left: 32px;
}

.pr-14 {
  padding-right: 14px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-32 {
  padding-right: 32px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-16 {
  border-radius: 16px;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-white {
  background: #ffffff;
}

.bg-fcfcfc {
  background: #fcfcfc;
}

.bg-f7faff {
  background: #f7faff;
}

.bg-f5f5f5 {
  background: #f5f5f5;
}

.bg-primary {
  background: #2e91ee;
}

.bg-f2f2f2 {
  background: #f2f2f2;
}

.bg-f0f8ff {
  background: #f0f8ff;
}

.bg-f5fafd {
  background: #f5fafd;
}

.hidden {
  display: none;
}

.z-index-9 {
  z-index: 9;
}

.border-1 {
  border: 1px solid #eee;
}

.border-t-1 {
  border-top: 1px solid #eee;
}

.main-warp {
  display: none;
}

.text-input {
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
}

.text-input::placeholder {
  color: #999999;
}

.text-input:focus {
  border-color: #2e91ee;
  outline: none;
}

.title {
  height: 45px;
  line-height: 45px;
  font-size: 32px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
}

.title::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 32px;
  background: #2E91EE;
  left: 0;
  top: 7px;
  border-radius: 2px;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  z-index: 99;
  display: none;
  transition: all 0.3s ease-in-out;
  touch-action: none;
}

.popup {
  position: fixed;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #F7FAFF;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

.video-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/images/video-poster.png");
  background-size: cover;
  background-position: center;
  z-index: 9;
  cursor: pointer;
}

.ai-warp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ai-title {
  background: radial-gradient(50.23% 50.23% at 50.23255813953489% 50.23255813953489%, rgba(49, 111, 254, 1) 0%, rgba(26, 94, 255, 1) 100%);
  box-shadow: 4px 2px 10px 1px rgba(62, 63, 63, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 9;
}

.ai-item {
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(85, 85, 85, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.ai-item:nth-child(1) {
  top: 0;
  left: 0;
}

.ai-item:nth-child(2) {
  top: 0;
  right: 0;
}

.ai-item:nth-child(3) {
  bottom: 0;
  left: 0;
}

.ai-item:nth-child(4) {
  bottom: 0;
  right: 0;
}

.diversification-solution {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.add-plus {
  border-radius: 20px;
  background: #1A5EFF;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.horizontal {
  width: 50px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
}

.vertical {
  width: 10px;
  height: 50px;
  background: #ffffff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.standardization {
  background: #ffffff;
  border-radius: 20px 0 0 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  padding-left: 80px;
}

.customization {
  background: #ffffff;
  border-radius: 0 20px 20px 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
