body * {

  box-sizing: border-box;
  flex-shrink: 0;
}

body {
  overflow-x: hidden;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
}

body ::-webkit-scrollbar {
  width: 0 !important;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

a {
  text-decoration: none;
}

input {
  font-size: 1.11vw;
  padding-left: 1.66vw;
}


textarea {
  font-size: 1.11vw;
  padding: 16px 24px;
}

select {
  font-size: 1.11vw;
  padding: 0 1.66vw;
}

select:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../static/aboutUs/FigmaDDSSlicePNG46bf4fe16c214326e9668a7a048788df.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  padding-right: 1.66vw;
  /* 为自定义箭头留空间 */
}

option {
  width: 79px;
  height: 22px;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 16px;
  font-family: PingFang SC-Regular;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  line-height: 16px;
  margin: 16px 0 0 24px;
}

textarea:focus {
  outline: none;
}

textarea::placeholder {
  width: 13.34vw;
  height: 1.53vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.12vw;
}

textarea::-webkit-input-placeholder {
  width: 13.34vw;
  height: 1.53vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: calc(1.11vw);
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.12vw;
}

input:focus {
  outline: none;
}

input::placeholder {
  width: 7.78vw;
  height: 1.53vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: calc(1.11vw / 2);
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.12vw;
  margin: 1.11vw 0 0 1.66vw;
}

input::-webkit-input-placeholder {
  width: 7.78vw;
  height: 1.53vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 1.12vw;
  margin: 1.11vw 0 0 1.66vw;
}

.page {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.page::-webkit-scrollbar {
  width: 0 !important;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll::-webkit-scrollbar {
  width: 0 !important;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.btn:hover {
  transition: transform 0.5s;
  z-index: 0;
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.btn2:hover {
  transition: transform 0.5s;
  z-index: 0;
  /* transform: translateY(-4px); */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}
.color:hover {
  color: rgba(48, 162, 253, 1);
}

.imgSrc {
  width: 100%;
  height: 100%;
  padding-top: 0.1vh;
  display: inline-block;
  background-size: 100% 100%;
  background-image: url('../static/FigmaDDSSlicePNGeb5cc01be3547e8309425caf23dddce7.png');
}

.imgTag:hover .imgSrc {
  background-image: url('../static/FigmaDDSSlicePNG69ac919f2ddf5041dbf390db60e40dd9.png');
}

.imgTag:hover .color {
  color: rgba(48, 162, 253, 1);
}

input {
  background-color: transparent;
  border: 0;
}

button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.justify-start {
  display: flex;
  justify-content: flex-start;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}

.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}

.justify-around {
  display: flex;
  justify-content: space-around;
}

.justify-between {
  display: flex;
  justify-content: space-between;
}

.align-start {
  display: flex;
  align-items: flex-start;
}

.align-center {
  display: flex;
  align-items: center;
}

.align-end {
  display: flex;
  align-items: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

/* ------------- */
.productCenter_box_4 {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  height: 26.19vw;
  width: 100vw;
  z-index: 99;
  position: absolute;
  left: 0;
  top: 5.7vw;
}

.productCenter_box_5 {
  width: 40.49vw;
  height: 1.67vw;
  margin: 1.66vw 0 0 22.22vw;
}

.productCenter_text_15 {
  width: 4.45vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 1.67vw;
}

.productCenter_thumbnail_1 {
  width: 1.12vw;
  height: 1.12vw;
  margin: 0vw 0 0 0.55vw;
}

.productCenter_text_16 {
  width: 4.45vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 1.67vw;
  margin-left: 12.85vw;
}

.productCenter_thumbnail_2 {
  width: 1.12vw;
  height: 1.12vw;
  margin: 0vw 0 0 0.55vw;
}

.productCenter_text_17 {
  width: 2.23vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 1.67vw;
  margin-left: 11.53vw;
}

.productCenter_thumbnail_3 {
  width: 1.12vw;
  height: 1.12vw;
  margin: 0w 0 0 0.55vw;
}

.productCenter_text-wrapper_4 {
  width: 44.94vw;
  height: 1.19vw;
  margin: 0.27vw 0 0 22.22vw;
}

.productCenter_text_18 {
  width: 12.3vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.84vw;
}

.productCenter_text_19 {
  width: 10.98vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 6.67vw;
}

.productCenter_text_20 {
  width: 8.34vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 6.67vw;
}

.productCenter_text-wrapper_5 {
  width: 40.7vw;
  height: 1.39vw;
  margin: 2.22vw 0 0 22.22vw;
}

.productCenter_text_21 {
  width: 10.21vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.productCenter_text_22 {
  width: 8.69vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 8.75vw;
}

.productCenter_text_23 {
  width: 4.1vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 8.96vw;
}

.productCenter_text-wrapper_6 {
  width: 26.74vw;
  height: 1.39vw;
  margin: 1.11vw 0 0 22.22vw;
}

.productCenter_text_24 {
  width: 10.21vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.productCenter_text_25 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.productCenter_text-wrapper_7 {
  width: 5.84vw;
  height: 1.39vw;
  margin: 1.11vw 0 0 22.22vw;
}

.productCenter_text_26 {
  width: 5.84vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.productCenter_text-wrapper_8 {
  width: 5.84vw;
  height: 1.39vw;
  margin: 1.11vw 0 0 22.22vw;
}

.productCenter_text_27 {
  width: 5.84vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.productCenter_text-wrapper_9 {
  width: 6.19vw;
  height: 1.39vw;
  margin: 1.11vw 0 0 22.22vw;
}

.productCenter_text_28 {
  width: 6.19vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.productCenter_text-wrapper_10 {
  width: 5.84vw;
  height: 1.39vw;
  margin: 1.11vw 0 0 22.22vw;
}

.productCenter_text_29 {
  width: 5.84vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.productCenter_text-wrapper_11 {
  width: 5.84vw;
  height: 1.39vw;
  margin: 1.11vw 0 2.77vw 22.22vw;
}

.productCenter_text_30 {
  width: 5.84vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

/* --------- */
.solution_box_2 {
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 1);
  height: 17.71vw;
  width: 100vw;
  position: absolute;
  /* left: 16.67vw; */
  top: 5.7vw;
}

.solution_box_3 {
  width: 13.89vw;
  height: 1.67vw;
  margin: 1.66vw 0 0 22.22vw;
}

.solution_text_15 {
  width: 12.23vw;
  height: 1.67vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 1.11vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  line-height: 1.67vw;
}

.solution_thumbnail_1 {
  width: 1.12vw;
  height: 1.12vw;
  /* margin-top: 0.28vw; */
}

.solution_text-wrapper_4 {
  width: 5.84vw;
  height: 1.19vw;
  margin: 0.27vw 0 0 22.22vw;
}

.solution_text_16 {
  width: 5.84vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: center;
  white-space: nowrap;
  line-height: 0.84vw;
}

.solution_text-wrapper_5 {
  width: 50vw;
  height: 1.39vw;
  margin: 2.22vw 0 0 22.22vw;
}

.solution_text_17 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.solution_text_18 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 2.78vw;
}

.solution_text_19 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 2.78vw;
}

.solution_text_20 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 2.78vw;
}

.solution_text_21 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 2.78vw;
}

.solution_text-wrapper_6 {
  width: 47.64vw;
  height: 1.19vw;
  margin-left: 22.23vw;
}

.solution_text_22 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
}

.solution_text_23 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 5.14vw;
}

.solution_text_24 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 5.14vw;
}

.solution_text_25 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 5.14vw;
}

.solution_text_26 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 5.14vw;
}

.solution_text-wrapper_7 {
  width: 28.89vw;
  height: 1.39vw;
  margin: 2.77vw 0 0 22.22vw;
}

.solution_text_27 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
}

.solution_text_28 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 2.78vw;
}

.solution_text_29 {
  width: 7.78vw;
  height: 1.39vw;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.97vw;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.98vw;
  margin-left: 2.78vw;
}

.solution_text-wrapper_8 {
  width: 26.53vw;
  height: 1.19vw;
  margin: 0 0 2.77vw 22.22vw;
}

.solution_text_30 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
}

.solution_text_31 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 5.14vw;
}

.solution_text_32 {
  width: 5.42vw;
  height: 1.19vw;
  overflow-wrap: break-word;
  color: rgba(71, 85, 105, 1);
  font-size: 0.83vw;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.84vw;
  margin-left: 5.14vw;
}

/* -------------- */

.scheduleADemo_section_4 {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 5.56vw;
  width: 100vw;
  height: 100vh;
}

.scheduleADemo_box_5 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 16px 0px 0px 16px;
  height: 16.56rem;
  width: 12.8rem;
  margin-top: 5.7vw;
    ;
  position: absolute;
  left: 43%;
  transform: translateX(-100%);
}

.scheduleADemo_box_6 {
  width: 12.8rem;
  border-radius: 16px 0px 0px 16px;
  height: 16.56rem;
  background: url(../static/aboutUs/FigmaDDSSlicePNG5f33bd9386071056cf3e05d9d48997c7.png) 100% no-repeat;
  background-size: 100% 100%;
}

.scheduleADemo_text_22 {
  width: 9.387rem;
  height: 1.2rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.853rem;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.854rem;
  margin: 1.707rem 0 0 1.707rem;
}

.scheduleADemo_box_7 {
  width: 9.387rem;
  height: 3.2rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin: 0.854rem 0 0 1.707rem;
}

.scheduleADemo_image-wrapper_1 {
  background-color: rgba(48, 162, 253, 0.6);
  border-radius: 100px;
  height: 2.134rem;
  margin-top: 0.534rem;
  width: 2.134rem;
}

.scheduleADemo_label_4 {
  width: 0.854rem;
  height: 0.854rem;
  margin: 0.64rem 0 0 0.64rem;
}

.scheduleADemo_text-group_4 {
  width: 6.614rem;
  height: 2.347rem;
  margin-top: 0.427rem;
}

.scheduleADemo_text_23 {
  width: 6.614rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
}

.scheduleADemo_text_24 {
  width: 6.614rem;
  height: 1.014rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.853rem;
  font-family: JDZhengHT-Bold;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 0.854rem;
  margin-top: 0.107rem;
}

.scheduleADemo_text_25 {
  width: 6.614rem;
  height: 0.534rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.373rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
  margin-top: 0.107rem;
}

.scheduleADemo_box_8 {
  width: 9.387rem;
  height: 3.04rem;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.5);
  margin: 0.854rem 0 0 1.707rem;
}

.scheduleADemo_image-wrapper_2 {
  background-color: rgba(48, 162, 253, 0.6);
  border-radius: 100px;
  height: 2.134rem;
  margin-top: 0.454rem;
  width: 2.134rem;
}

.scheduleADemo_label_5 {
  width: 0.854rem;
  height: 0.854rem;
  margin: 0.64rem 0 0 0.64rem;
}

.scheduleADemo_text-group_5 {
  width: 6.614rem;
  height: 2.187rem;
  margin-top: 0.427rem;
}

.scheduleADemo_text_26 {
  width: 6.614rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
}

.scheduleADemo_text_27 {
  width: 6.614rem;
  height: 1.494rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.533rem;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  margin-top: 0.107rem;
}

.scheduleADemo_box_9 {
  width: 9.387rem;
  height: 2.187rem;
  margin: 1.28rem 0 2.24rem 1.707rem;
}

.scheduleADemo_image-wrapper_3 {
  background-color: rgba(48, 162, 253, 0.6);
  border-radius: 100px;
  height: 2.134rem;
  margin-top: 0.027rem;
  width: 2.134rem;
}

.scheduleADemo_label_6 {
  width: 0.854rem;
  height: 0.854rem;
  margin: 0.64rem 0 0 0.64rem;
}

.scheduleADemo_text-group_6 {
  width: 6.614rem;
  height: 2.187rem;
}

.scheduleADemo_text_28 {
  width: 6.614rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Medium;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
}

.scheduleADemo_text_29 {
  width: 6.614rem;
  height: 1.494rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.533rem;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  margin-top: 0.107rem;
}

.scheduleADemo_box_10 {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 0px 16px 16px 0px;
  width: 19.627rem;
  height: 16.56rem;
  justify-content: flex-center;
  margin-top: 5.7vw;
  position: absolute;
  right: 57%;
  transform: translateX(100%);
}

.scheduleADemo_clear {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 1rem;
  right: 1rem;
}

.scheduleADemo_section_5 {
  width: 16.214rem;
  height: 2.214rem;
  margin: 1.707rem 0 0 1.707rem;
}

.scheduleADemo_text-group_7 {
  width: 3.414rem;
  height: 2.214rem;
}

.scheduleADemo_text_30 {
  width: 3.414rem;
  height: 1.2rem;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.853rem;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.854rem;
}

.scheduleADemo_text_31 {
  width: 0.854rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
  margin-top: 0.427rem;
}

.scheduleADemo_text-wrapper_7 {
  width: 12.374rem;
  height: 1.867rem;
  margin-top: 0.347rem;
}

.scheduleADemo_text_32 {
  width: 12.374rem;
  height: 0.534rem;
  overflow-wrap: break-word;
  color: rgba(100, 116, 139, 1);
  font-size: 0.373rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
}

.scheduleADemo_text_33 {
  width: 0.854rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
  margin: 0.747rem 0 0 4.694rem;
}

.scheduleADemo_section_6 {
  width: 16.214rem;
  height: 1.44rem;
  margin: 0.214rem 0 0 1.707rem;
}

.scheduleADemo_text-wrapper_8 {
  background-color: rgba(252, 253, 254, 1);
  border-radius: 8px;
  height: 1.44rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 7.68rem;
}

.scheduleADemo_text_34 {
  width: 2.987rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
  margin: 0.427rem 0 0 0.64rem;
}

.scheduleADemo_text-wrapper_9 {
  background-color: rgba(252, 253, 254, 1);
  border-radius: 8px;
  height: 1.44rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 7.68rem;
}

.scheduleADemo_text_35 {
  width: 3.84rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
  margin: 0.427rem 0 0 0.64rem;
}

.scheduleADemo_text-wrapper_10 {
  width: 10.24rem;
  height: 0.587rem;
  margin: 0.48rem 0 0 1.707rem;
}

.scheduleADemo_text_36 {
  width: 0.854rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
}

.scheduleADemo_text_37 {
  width: 1.707rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
}

.scheduleADemo_section_7 {
  width: 16.214rem;
  height: 1.44rem;
  margin: 0.214rem 0 0 1.707rem;
}

.scheduleADemo_text-wrapper_11 {
  background-color: rgba(252, 253, 254, 1);
  border-radius: 8px;
  height: 1.44rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 7.68rem;
}

.scheduleADemo_text_38 {
  width: 2.987rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
  margin: 0.427rem 0 0 0.64rem;
}

.scheduleADemo_box_11 {
  background-color: rgba(252, 253, 254, 1);
  border-radius: 8px;
  width: 7.68rem;
  height: 1.44rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.scheduleADemo_text_39 {
  width: 2.987rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
  margin: 0.427rem 0 0 0.64rem;
}

.scheduleADemo_thumbnail_1 {
  width: 0.427rem;
  height: 0.427rem;
  margin: 0.507rem 0.64rem 0 0;
}

.scheduleADemo_text_40 {
  width: 0.854rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(30, 41, 59, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
  margin: 0.48rem 0 0 1.707rem;
}

.scheduleADemo_section_8 {
  background-color: rgba(252, 253, 254, 1);
  border-radius: 8px;
  height: 2.294rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 16.214rem;
  margin: 0.214rem 0 0 1.707rem;
}

.scheduleADemo_text-wrapper_12 {
  width: 5.12rem;
  height: 0.587rem;
  margin: 0.427rem 0 0 0.64rem;
}

.scheduleADemo_text_41 {
  width: 5.12rem;
  height: 0.587rem;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.426rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.427rem;
}

.scheduleADemo_image-wrapper_4 {
  width: 0.427rem;
  height: 0.427rem;
  margin: 0.854rem 0 0 15.787rem;
}

.scheduleADemo_thumbnail_2 {
  width: 0.427rem;
  height: 0.427rem;
}

.scheduleADemo_section_9 {
  background-image: linear-gradient(70deg,
      rgba(50, 166, 255, 1) 0,
      rgba(26, 115, 232, 1) 100%);
  border-radius: 8px;
  width: 16.214rem;
  height: 1.6rem;
  margin: 0.427rem 0 0 1.707rem;
}

.scheduleADemo_text_42 {
  width: 2.134rem;
  height: 0.747rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.533rem;
  font-family: PingFang SC-Semibold;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
  line-height: 0.534rem;
  margin: 0.427rem 0 0 4.64rem;
}

.scheduleADemo_thumbnail_3 {
  width: 0.534rem;
  height: 0.534rem;
  margin: 0.534rem 0 0 0.64rem;
}

.scheduleADemo_text_43 {
  width: 2.987rem;
  height: 0.747rem;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 0.533rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.534rem;
  margin: 0.427rem 4.64rem 0 0.64rem;
}

.scheduleADemo_image-text_3 {
  width: 7.734rem;
  height: 0.534rem;
  margin: 0.427rem 0 1.707rem 5.947rem;
}

.scheduleADemo_thumbnail_4 {
  width: 0.427rem;
  height: 0.427rem;
  margin-top: 0.054rem;
}

.scheduleADemo_text-group_8 {
  width: 7.094rem;
  height: 0.534rem;
  overflow-wrap: break-word;
  color: rgba(148, 163, 184, 1);
  font-size: 0.373rem;
  font-family: PingFang SC-Regular;
  font-weight: NaN;
  text-align: left;
  white-space: nowrap;
  line-height: 0.374rem;
}