.indexBanner {
  position: relative;
}
.indexBanner img {
  display: block;
  width: 100%;
  aspect-ratio: 1920/800;
}
.leftBannerPart {
  position: absolute;
  top: 28%;
  left: 10.41%;
}
.leftBannerPart .contactBtn {
  width: 190px;
  height: 56px;
  background: linear-gradient(180deg, #5b9cff 0%, #7b5bff 100%);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 36px;
  cursor: pointer;
}
.leftBannerPart .contactBtn:hover {
  opacity: 0.8;
}
.leftBannerPart .centerDesc {
  font-weight: ;
  font-size: 48px;
  color: #202241;
  margin: 30px 0 60px;
}
.leftBannerPart .topFlexPart {
  display: flex;
  align-items: center;
}

.leftBannerPart .topTitle {
  font-weight: bold;
  font-size: 68px;
  color: #202241;
  margin-right: 12px;
}
.samePurpleBox {
  display: inline-block;
  width: 48px;
  height: 76px;
  background: #f2f2ff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #cfcbff;
  margin-right: 6px;
  text-align: center;
  line-height: 76px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.digits {
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateY(-192px);
  /* 或者用动画： */
  animation: count 1.5s ease-in-out;
}
.nineDigits {
  position: absolute;
  top: 15px;
  left: 0;
  transform: translateY(-681px);
  /* 或者用动画： */
  animation: move 1.5s ease-in-out;
}
.samePurpleBox:last-child {
  margin-right: 0;
}
.samePurpleBox img {
  display: inline-block;
  width: 28px;
  height: 44px;
}
.topFlexPart .devideLine {
  font-size: 56px;
  color: #202241;
  margin: 0 12px;
}
.gray.samePurpleBox {
  border-color: #cacfe1;
  font-weight: bold;
  font-size: 42px;
  color: #4d4f74;
}
@keyframes count {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-58px);
  }
}
@keyframes move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-666px);
  }
}

.investModal {
  position: absolute;
  top: 10.4%;
  right: 29.54%;
  animation: topIconSCale 1.5s linear infinite;
}
.investModal img {
  display: block;
  width: 109px;
  height: 128px;
}
.firstBlueCircle {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  position: absolute;
  top: 57px;
  left: 8px;
}
.centerCircle {
  width: 38px;
  height: 38px;
  background: #c5d6ff;
  border-radius: 50%;
  margin: 8px auto 0;
  box-sizing: border-box;
  padding: 11px;
}
.innerCircle {
  width: 16px;
  height: 16px;
  background: #3470ff;
  border-radius: 50%;
}
.investDescModal {
  width: 86px;
  height: 42px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(52, 112, 255, 0.3);
  position: absolute;
  top: 63px;
  left: -110px;
  font-size: 22px;
  color: #3470ff;
  line-height: 42px;
  text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.6);
  text-align: center;
}
.investDescModal::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #c5d6ff;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  right: -40px;
  top: 20px;
}
.fundModal {
  top: 20.44%;
  right: 15.14%;
}
.fundModal img {
  width: 115px;
  height: 126px;
}
.fundModal .centerCircle {
  background: #fff6e3;
}
.fundModal .innerCircle {
  background: #ffaf00;
}
.fundModal .investDescModal {
  color: #ffaf00;
  border-color: rgba(255, 175, 0, 0.3);
}
.fundModal .investDescModal::after {
  background: #fff6e3;
}

.construction {
  top: unset;
  right: 1.49%;
  bottom: 49.9%;
}
.construction img {
  width: 162px;
  height: 112px;
}
.construction .firstBlueCircle {
  top: 64px;
  left: 61px;
}
.construction .centerCircle {
  background: #c4ebd7;
}
.construction .innerCircle {
  background: #4ebb84;
}
.construction .investDescModal {
  color: #4ebb84;
  border-color: rgba(78, 187, 132, 0.3);
  left: -57px;
}
.construction .investDescModal::after {
  background: #c4ebd7;
}

.examine {
  top: unset;
  right: 18%;
  bottom: 20.08%;
}
.examine img {
  width: 127px;
  height: 147px;
}
.examine .firstBlueCircle {
  top: unset;
  bottom: 0;
  left: 52px;
}
.examine .centerCircle {
  background: #dbd5ff;
}
.examine .innerCircle {
  background: #8470ff;
}
.examine .investDescModal {
  color: #8470ff;
  border-color: rgba(132, 112, 255, 0.3);
  left: -57px;
  bottom: 0;
  top: unset;
}
.examine .investDescModal::after {
  background: #dbd5ff;
}

.program {
  top: unset;
  right: 27.65%;
  bottom: 12.63%;
}
.program img {
  width: 224px;
  height: 162px;
}
.program .firstBlueCircle {
  top: unset;
  bottom: 49px;
  left: 74px;
}
.program .centerCircle {
  background: #d4ebec;
}
.program .innerCircle {
  background: #3cc0c5;
}
.program .investDescModal {
  color: #3cc0c5;
  border-color: rgba(55, 209, 215, 0.3);
  left: -57px;
  bottom: 49px;
  top: unset;
}
.program .investDescModal::after {
  background: #d4ebec;
}

.finance {
  top: unset;
  right: 45.82%;
  bottom: 18.76%;
}
.finance img {
  width: 164px;
  height: 164px;
}
.finance .firstBlueCircle {
  top: unset;
  bottom: 28px;
  left: 45px;
}
.finance .centerCircle {
  background: #fff6e3;
}
.finance .innerCircle {
  background: #ffaf00;
}
.finance .investDescModal {
  color: #ffaf00;
  border-color: rgba(255, 175, 0, 0.3);
  left: -72px;
  bottom: 30px;
  top: unset;
}
.finance .investDescModal::after {
  background: #fff6e3;
}

.warehouse {
  top: 34.47%;
  right: 44.13%;
  bottom: unset;
}
.warehouse img {
  width: 125px;
  height: 117px;
}
.warehouse .firstBlueCircle {
  top: 8px;
  bottom: unset;
  left: 33px;
}
.warehouse .centerCircle {
  background: #dbd5ff;
}
.warehouse .innerCircle {
  background: #8470ff;
}
.warehouse .investDescModal {
  color: #8470ff;
  border-color: rgba(132, 112, 255, 0.3);
  left: -78px;
  bottom: unset;
  top: 12px;
}
.warehouse .investDescModal::after {
  background: #dbd5ff;
}

.develop {
  top: 34.52%;
  right: 29.54%;
  bottom: unset;
}
.develop img {
  width: 150px;
  height: 132px;
}
.develop .firstBlueCircle {
  top: 57px;
  bottom: unset;
  left: 26px;
}
.develop .centerCircle {
  background: #fee9e8;
}
.develop .innerCircle {
  background: #ff574e;
}
.develop .investDescModal {
  color: #ff574e;
  border-color: rgba(255, 87, 78, 0.3);
  left: -92px;
  bottom: unset;
  top: 63px;
}
.develop .investDescModal::after {
  background: #fee9e8;
}

/* 运维 */
.operations {
  top: unset;
  right: 16.42%;
  bottom: 38.96%;
}
.operations img {
  width: 138px;
  height: 142px;
}
.operations .firstBlueCircle {
  /* top: unset; */
  bottom: -10px;
  left: 42px;
}
.operations .centerCircle {
  background: #c5d6ff;
}
.operations .innerCircle {
  background: #3470ff;
}
.operations .investDescModal {
  color: #3470ff;
  border-color: rgba(194, 212, 255, 0.8);
  left: -75px;
  bottom: 36px;
  top: unset;
}
.operations .investDescModal::after {
  background: #c5d6ff;
}
/* 运营 */
.operate {
  top: unset;
  right: 4.42%;
  bottom: 23.96%;
}
.operate img {
  width: 150px;
  height: 112px;
}
.operate .firstBlueCircle {
  /* top: unset; */
  bottom: -10px;
  left: 42px;
}
.operate .centerCircle {
  background: #d4ebec;
}
.operate .innerCircle {
  background: #3cc0c5;
}
.operate .investDescModal {
  color: #3cc0c5;
  border-color: rgba(195, 241, 243, 0.8);
  left: -77px;
  bottom: 5px;
  top: unset;
}
.operate .investDescModal::after {
  background: #d4ebec;
}
@keyframes topIconSCale {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5%); /* 向上移动50px */
  }
}

.secondModal {
  height: 140px;
  background: #f3f6ff;
  box-sizing: border-box;
  padding-top: 31px;
}
.centerLimitWidth {
  max-width: 1420px;
  margin: 0 auto;
}
.numberIncreaseModal {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.dataBaseItem {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dataBaseItem .leftImage {
  display: inline-block;
  width: 52px;
  height: 52px;
  margin-right: 22px;
}
.dataBaseItem .name {
  font-size: 16px;
  color: #747c94;
}
.dataBaseItem .percent {
  font-weight: bold;
  font-size: 38px;
  color: #222222;
}
.dataBaseItem .rightIncreaseImage {
  display: inline-block;
  width: 22px;
  height: 32px;
  margin-left: 10px;
}
.dataBaseItem:hover {
  transform: scale(1.1);
}
/* 产品结构 */
.productStructure {
  width: 100%;
  height: 1000px;
  background: linear-gradient(180deg, #ffffff 0%, #eef3ff 100%);
  padding-top: 100px;
}
.productItem {
  width: 17%;
  height: 60px;
  background: transparent;
  text-align: center;
  line-height: 60px;
  border-radius: 90px 90px 90px 90px;
}
.productItem img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 16px;
}
.productItem .lightIcon {
  display: none;
}
.productItem.current {
  background: linear-gradient(87deg, #5b9cff 0%, #7b5bff 100%);
  color: #fff;
}
.productItem.current .grayIcon {
  display: none;
}
.productItem.current .lightIcon {
  display: inline-block;
}
.productBottom {
  display: none;
  width: 1420px;
  height: 720px;
  margin: 0 auto;
  margin-top: 60px;
}
.productBottom.current {
  display: flex;
}
.listBtn {
  width: 260px;
  /* height: 700px; */
  background-color: #f4f7fd;
  box-shadow: 2px 2px 10px 1px rgba(52, 112, 255, 0.12);
  border-radius: 16px 0px 0px 16px;
  padding: 32px 20px 0px 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.listItem {
  width: 220px;
  height: 68px;
  margin-bottom: 15px;
  border-radius: 8px;
  line-height: 75px;
  text-align: center;
}
.listItem img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 16px;
}
.listItem .lightIcon {
  display: none;
}
.listItem.current {
  background: linear-gradient(87deg, #5b9cff 0%, #7b5bff 100%);
  color: #fff;
}
.listItem.current .grayIcon {
  display: none;
}
.listItem.current .lightIcon {
  display: inline-block;
}

.contentImg {
  width: 100%;
  height: 100%;
  img {
    width: 100%;
    height: 100%;
  }
  /* background-image: url("../assets/index/img_gsygf.png");
  background-size: 100% 100%; */
}
.contentImg {
  display: none;
}
.contentImg.current {
  display: block;
}
.productStructureFlex {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.topProductFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 光储助手 */
.opticalStorageAssistant {
  width: 100%;
  height: 960px;
  background: linear-gradient(180deg, #eef3ff 0%, #ffffff 100%);
  padding-top: 100px;
}
.optionBottom {
  width: 100%;
  margin-top: 80px;
  /* border: 1px solid #ccc;  */
}
.topStorage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.listLeftAssistant {
  padding-top: 50px;
}
.cardStorage {
  position: relative;
  width: 230px;
  height: 40px;
  border-radius: 6px;
  background-color: #fefeff;
  padding: 33px 0px 33px 30px;
  margin-bottom: 30px;
}
.cardStorage img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.cardStorage span {
  display: inline-block;
  vertical-align: middle;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-size: 22px;
}

.cardStorage .colorBox {
  position: absolute;
  width: 6px;
  height: 106px;
  top: 0px;
  left: 0px;
  background: linear-gradient(180deg, #3470ff 0%, #b666ff 100%);
  border-radius: 6px 0px 0px 6px;
  display: none;
}
.cardStorage .lightIcon {
  display: none;
}
.cardStorage.current {
  background-color: #fff;
  font-weight: bold;
  font-size: 22px;
  color: #3470ff;
}
.cardStorage.current .grayIcon {
  display: none;
}
.cardStorage.current .lightIcon {
  display: inline-block;
}
.cardStorage.current .colorBox {
  display: block;
}
.imgAssistant {
  display: none;
  justify-content: space-between;
  width: 660px;
  height: 610px;
  /* border: 1px solid #ccc; */
  img {
    display: inline-block;
    width: 45%;
    height: 100%;
  }
}
.imgAssistant.current {
  display: flex;
}
.listRightAssistant {
  padding-top: 50px;
}
.cardRightStorage {
  position: relative;
  width: 230px;
  height: 40px;
  border-radius: 6px;
  background-color: #fefeff;
  padding: 33px 0px 33px 30px;
  margin-bottom: 30px;
}
.cardRightStorage img {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}
.cardRightStorage span {
  display: inline-block;
  vertical-align: middle;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-size: 22px;
  margin-left: 30px;
}

.cardRightStorage .colorBox {
  position: absolute;
  width: 6px;
  height: 106px;
  top: 0px;
  right: 0px;
  background: linear-gradient(180deg, #3470ff 0%, #b666ff 100%);
  border-radius: 0px 6px 6px 0px;
  display: none;
}
.cardRightStorage .lightIcon {
  display: none;
}
.cardRightStorage.current {
  background-color: #fff;
  font-weight: bold;
  font-size: 22px;
  color: #3470ff;
}
.cardRightStorage.current .grayIcon {
  display: none;
}
.cardRightStorage.current .lightIcon {
  display: inline-block;
}
.cardRightStorage.current .colorBox {
  display: block;
}
.bottomStorage {
  display: none;
  width: 614px;
  height: 60px;
  margin: 0 auto;
  background: linear-gradient(90deg, #ecf3ff 0%, #f0edff 100%);
  border-radius: 8px 8px 8px 8px;
  text-align: center;
  line-height: 60px;
}
.bottomStorage.current {
  display: block;
}
/*  */
.stepCoverModal {
  padding-bottom: 100px;
}
.stepCoverModal .titleSameName {
  margin-top: 0px;
}
.bottomStepFlex {
  display: flex;
  align-items: center;
  margin-top: 52px;
}
.stepItem {
  width: 12%;
  height: 170px;
  border-radius: 12px 12px 12px 12px;
  text-align: center;
  font-size: 20px;
  color: #222222;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  background: white; /* 背景色根据需要设置 */
  background-clip: padding-box; /* 确保背景不延伸到边框区域 */
  box-sizing: border-box;
  padding-top: 38px;
  cursor: pointer;
}
.stepItem img {
  display: block;
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
}
.centerArrowIcon {
  display: inline-block;
  width: 22px;
  height: 16px;
  background-image: url("../assets/index/icon_jiantou.png");
  background-size: 100% 100%;
  margin: 0 9px 0 10px;
}
.stepItem::after {
  content: "";
  position: absolute;
  top: -2px; /* 边框宽度 */
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(180deg, #5b9cff 0%, #7b5bff 100%);
  border-radius: 12px 12px 12px 12px;
  z-index: -1;
  display: none;
}
.stepItem:hover {
  color: #3470ff;
  /* border-image: linear-gradient(180deg, #5B9CFF 0%, #7B5BFF 100%) 1; */
  /* border-image:linear-gradient( 180deg, #5B9CFF 0%, #7B5BFF 100%) 1; */
}
.stepItem:hover::after {
  display: inline-block;
}
.featuresModal {
  width: 100%;
  height: 706px;
  background-image: url("../assets/index/img_bg_gnts.png");
  background-size: 100% 100%;
}
.centerFeaturePart {
  width: 100%;
}
.card-list {
  margin-top: 80px;
  display: flex;
  justify-content: center;
}

.card-list .card-item {
  flex: none;
  width: 220px;
  height: 320px;
  position: relative;
  cursor: pointer;
  padding: 30px;
  box-sizing: border-box;
  transition: width 0.5s, padding 0.5s;
  overflow: hidden;
  margin-right: 30px;
  box-shadow: 0px 3px 16px 1px rgba(52, 112, 255, 0.1);
  border-radius: 14px 14px 14px 14px;
  background-color: #fff;
}

.card-list .card-item:first-child {
  margin-left: 0px;
}
.card-list .card-item:last-child {
  margin-right: 0;
}

.card-bg {
  position: absolute;
  width: 220px;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-49.5%);
  transition: all 0.5s;
}

.card-active-bg {
  position: absolute;
  width: 420px;
  height: 320px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-49.5%);
  transition: all 0.5s;
  display: none;
}
.card-content {
  position: relative;
  z-index: 1;
}
.card-icon {
  width: 100px;
  height: 100px;
}
.card-active-icon {
  width: 68px;
  height: 68px;
  display: none;
}

.card-title {
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
  transition: all 0.8s;
  margin-top: 22px;
}
.card-subtitle {
  margin-top: 19px;
  font-size: 18px;
  color: #747c94;
  line-height: 30px;
  /* transition: all 0.8s; */
}
.card-detail {
  display: none;
}
.card-detail .card-detail-title {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 36px;
  margin: 20px 0;
}
.card-detail .card-detail-detail {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;
  margin-bottom: 20px;
}
.card-detail .card-detail-request {
  font-size: 14px;
  color: #ffffff;
}
.card-detail .card-detail-request::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../assets/index/icon_ljzx.png");
  background-size: 100% 100%;
  margin-left: 6px;
}
.card-list .active-card-item {
  width: 420px;
  /* box-shadow: 0px 3px 10px 1px rgba(52, 112, 255, 0.1); */
  border-radius: 10px;
}
.active-card-item .card-icon {
  display: none;
}
.active-card-item .card-active-icon {
  display: block;
}
.active-card-item .card-bg {
  display: none;
}

.active-card-item .card-active-bg {
  width: 420px;
  height: 320px;
  transform: translateX(-50%) translateY(-50%);
  display: block;
}
.active-card-item .card-subtitle,
.active-card-item .card-title {
  display: none;
}
.active-card-item .card-detail {
  display: block;
}

.resloveModal {
  width: 100%;
  height: 1190px;
  background-image: url("../assets/index/img_bg_jjwt.png");
  background-size: 100% 100%;
  position: relative;
}
.resloveModal .rightBg {
  position: absolute;
  width: 280px;
  height: 600px;
  background-image: url("../assets/index/img_you.png");
  background-size: 100% 100%;
  top: 40px;
  right: 0;
}

.resloveModal .leftBg {
  position: absolute;
  width: 246px;
  height: 320px;
  background-image: url("../assets/index/img_zuo.png");
  background-size: 100% 100%;
  bottom: 40px;
  left: 0px;
}
.topQuestionFlex {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.queestionItem {
  width: 17%;
  height: 60px;
  background: transparent;
  text-align: center;
  line-height: 60px;
  /* background: linear-gradient( 87deg, #5B9CFF 0%, #7B5BFF 100%); */
  border-radius: 90px 90px 90px 90px;
}
.queestionItem img {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 16px;
}
.queestionItem .lightIcon {
  display: none;
}
.queestionItem.current {
  background: linear-gradient(87deg, #5b9cff 0%, #7b5bff 100%);
  color: #fff;
}
.queestionItem.current .grayIcon {
  display: none;
}
.queestionItem.current .lightIcon {
  display: inline-block;
}
.bottomPartResolveModal {
  margin-top: 40px;
  display: none;
}
.bottomPartResolveModal > div {
  font-size: 32px;
  color: #444444;
  margin-bottom: 30px;
}
.bottomPartResolveModal.current {
  display: block;
}
.aiMainModal {
  height: 906px;
  background-image: url("../assets/index/img_bg_aifn.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}
.centerFlexAi {
  display: flex;
  margin-top: 80px;
}
.leftAiType {
  width: 40%;
  margin-right: 120px;
}
.centerFlexAi .rightMainImg {
  display: none;
  flex: 1;
  max-width: 840px;
  height: 560px;
}
.aiTypeItem {
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 27px 35px 0 30px;
  cursor: pointer;
}
.aiTypeItem .desc {
  display: none;
  margin-top: 17px;
  font-size: 18px;
  color: #747c94;
  line-height: 30px;
}
.aiTypeItem .grayIcon {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: relative;
  top: 7px;
  margin-right: 16px;
}
.aiTypeItem .hightIcon {
  width: 28px;
  height: 28px;
  position: relative;
  top: 2px;
  margin-right: 16px;
  display: none;
}
.aiTypeItem.current {
  height: 154px;
  background: #ffffff;
  box-shadow: 6px 6px 16px 1px rgba(112, 136, 255, 0.16);
  border: 1px solid #edeef5;
}
.aiTypeItem.current .hightIcon {
  display: inline-block;
}
.aiTypeItem.current .grayIcon {
  display: none;
}
.aiTypeItem.current .desc {
  display: block;
}
.aiTypeItem .topName {
  font-size: 22px;
  color: #747c94;
}
.aiTypeItem.current .topName span {
  font-weight: bold;
  background: linear-gradient(90deg, #5b9cff 0%, #7b5bff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; /* 对于非WebKit浏览器 */
}
.centerFlexAi .rightMainImg.current {
  display: inline-block;
}
/* 日常运营 */
.dailyModal {
  height: 820px;
  box-sizing: border-box;
  padding-top: 100px;
  background: linear-gradient(180deg, #eef3ff 0%, #fffcf5 100%);
}
.dailyModalFlex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
}
.dailyModalItem {
  width: 20%;
  margin-right: 30px;
  height: 220px;
  box-sizing: border-box;
  padding: 43px 0 35px 0px;
  margin-bottom: 40px;
  cursor: pointer;
  animation: all 1s linear;
  text-align: center;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.dailyModalItem:hover {
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.dailyModalItem img {
  margin-bottom: 8px;
}
.dailyModalItem div {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  margin-bottom: 4px;
}
.dailyModalItem p {
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
/* 光储运维 */
.operationModal {
  height: 820px;
  box-sizing: border-box;
  padding-top: 100px;
  background-image: url("../assets/index/img_bg_gcyw.png");
}
.operationModalFlex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 80px;
  justify-content: center;
}
.operationModalItem {
  position: relative;
  width: 23%;
  margin-right: 20px;
  height: 170px;
  background: #f6f8ff;
  box-sizing: border-box;
  padding: 40px 0 35px 30px;
  margin-bottom: 40px;
  cursor: pointer;
  animation: all 1s linear;
  /* border: 1px dashed #ccc; */
}
.operationModalItem:nth-child(4n) {
  margin-right: 0px;
}
.operationModalItem:hover {
  transform: scale(1.1);
}
.operationModalItem img {
  margin-bottom: 8px;
}
.operationModalItem .right-bottom {
  display: inline-block;
  width: 124px;
  height: 90px;
  position: absolute;
  right: 0px;
  bottom: -10px;
}
.operationModalItem div {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  margin-bottom: 4px;
}
.operationModalItem p {
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
.gcdpBg {
  background: linear-gradient(180deg, #fefeff 0%, #f4f8ff 50%, #eef3ff 100%);
}
.sbglBg {
  background: linear-gradient(180deg, #fefeff 0%, #fff1f1 100%);
}
.ppjrBg {
  background: linear-gradient(180deg, #fefeff 0%, #fffbee 100%);
}
.sjfxBg {
  background: linear-gradient(180deg, #fefeff 0%, #f1eeff 100%);
}
.cndpBg {
  background: linear-gradient(180deg, #fefeff 0%, #f2fcf2 100%);
}
.cnjcBg {
  background: linear-gradient(180deg, #fefeff 0%, #edfffe 100%);
}
.tjsyBg {
  background: linear-gradient(180deg, #fefeff 0%, #eef7ff 100%);
}
.fssyBg {
  background: linear-gradient(180deg, #fefeff 0%, #fff5ee 100%);
}
/* 巡检维保 */
.inspection {
  height: 600px;
  box-sizing: border-box;
  background-image: url("../assets/index/img_bg_gnts-1.png");
}
.inspection .titleSameName {
  margin-bottom: 80px;
}
.inspectionModal {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.inspectionItem {
  width: 20%;
  margin-right: 154px;
  box-sizing: border-box;
  cursor: pointer;
  animation: all 1s linear;
  text-align: center;
}
.inspectionItem:last-child {
  margin-right: 0px;
}
.inspectionItem img {
  width: 136px;
  height: 136px;
  margin-bottom: 12px;
}
.inspectionItem:hover {
  div {
    color: #3470ff;
  }
}
.inspectionItem:hover img {
  animation: newAnimation 1s ease both;
}
.inspectionItem div {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  margin-bottom: 5px;
}
.inspectionItem p {
  font-weight: 400;
  font-size: 16px;
  color: #666;
}
/* 解决问题 */
.constructionModal {
  height: 750px;
  background-image: url("../assets/index/img_bg_aifn(1).png");
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 110px;
}
.constructionFlex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.construcitonItem {
  width: 18%;
  margin-right: 30px;
  height: 170px;
  background: #e8f8f6;
  border-radius: 14px 14px 14px 14px;
  box-sizing: border-box;
  padding: 30px 0 35px 30px;
  margin-bottom: 40px;
  cursor: pointer;
  animation: all 1s linear;
}
.construcitonItem:hover {
  transform: scale(1.1);
}
.construcitonItem:nth-child(5n) {
  margin-right: 0;
}
.construcitonItem img {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 12px;
}
.construcitonItem > div {
  font-size: 20px;
  color: #222222;
  margin-bottom: 10px;
}
.construcitonItem p {
  font-size: 16px;
  color: #747c94;
}
.orangeBg {
  background: #fff0e9;
}
.purpleBg {
  background: #f4f0ff;
}
.greenBg {
  background: #ebfce8;
}
.blueBg {
  background: #f0f4ff;
}
.yellowBg {
  background: #fbf5e4;
}
.redBg {
  background: #ffefee;
}
.productFunctionModal {
  background: linear-gradient(180deg, #f8f6ff 0%, #ffffff 100%);
  padding: 104px 0 98px;
  position: relative;
}
.prodctShowModal {
  display: flex;
  margin-top: 80px;
}
.productFunctionModal .titleSameName {
  position: relative;
}
.productFunctionModal .circleBg {
  display: inline-block;
  width: 124px;
  height: 124px;
  background-image: url("../assets/index/img_cpgn.png");
  background-size: 100% 100%;
  position: absolute;
  left: 556px;
  top: -60px;
}
.productFuncitonItem {
  margin-right: 80px;
  text-align: center;
  font-size: 22px;
  color: #222222;
  cursor: pointer;
}
.productFuncitonItem img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 28px;
}
.productFuncitonItem:hover {
  color: #3470ff;
}
.productFuncitonItem:hover img {
  animation: newAnimation 1s ease both;
}
.productFuncitonItem:last-child {
  margin-right: 0;
}
@keyframes newAnimation {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.linkageModal {
  height: 900px;
  background-image: url("../assets/index/img_bg_ddld.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 104px;
}
.linkageBtn {
  width: 340px;
  height: 68px;
  background: linear-gradient(
    90deg,
    rgba(52, 112, 255, 0.1) 0%,
    rgba(182, 102, 255, 0.1) 100%
  );
  border-radius: 60px 60px 60px 60px;
  text-align: center;
  line-height: 68px;
  font-size: 26px;
  color: #3470ff;
  margin: 26px auto 60px;
}
.computerFlex {
  display: flex;
  align-items: center;
}
.centerTransform {
  display: inline-block;
  width: 84px;
  height: 74px;
  margin: 0 28px;
}
.computerFlex .sameImg {
  max-width: 640px;
}
.businessCoverModal {
  height: 906px;
  background-image: url("../assets/index/img_bg_ywfg.png");
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 100px;
}
.computerFlex .sameImg:hover {
  transform: scale(1.1);
}
.centerCoverageBg {
  position: relative;
  text-align: center;
  margin-top: 120px;
}
.centerCoverageBg .centerTopImage {
  width: 300px;
  height: 264px;
  background-image: url("../assets/index/img_shangmian.png");
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  animation: onlyTop 1.5s linear infinite;
}

@keyframes onlyTop {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2%); /* 向上移动50px */
  }
}
.centerCoverageBg .centerBottmImage {
  width: 460px;
  height: 300px;
  background-image: url("../assets/index/img_di.png");
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  top: -50px;
}
.houseHoldModal .descMainPart {
  width: 340px;
  height: 130px;
  background: #ffffff;
  box-shadow: 0px 3 16px 1px rgba(52, 112, 255, 0.12);
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  padding: 30px 0 0 30px;
  display: flex;
  position: absolute;
  top: 6px;
  left: -373px;
}
.houseHoldModal .descMainPart img {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.rightPartContent {
  text-align: left;
}
.rightPartContent .title {
  font-weight: bold;
  font-size: 26px;
  color: #222222;
}
.rightPartContent .grayDesc {
  font-size: 18px;
  color: #747c94;
  margin-top: 10px;
}
.houseHoldModal .descMainPart::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 2px;
  background: #3470ff;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  top: 30px;
  right: -100px;
}
.houseCircle {
  width: 30px;
  height: 30px;
  background: #ffffff;
  box-shadow: 0px 0 16px 1px rgba(52, 112, 255, 0.6);
  border-radius: 50%;
  position: absolute;
  top: 22px;
  left: 47px;
}
.innerHouseCirlce {
  width: 16px;
  height: 16px;
  background: #3470ff;
  border-radius: 50%;
  margin: 7px auto 0;
}

.houseHoldModal.business .descMainPart {
  top: 117px;
  left: unset;
  right: -405px;
}
.houseHoldModal.business .descMainPart::after {
  right: unset;
  left: -101px;
  background: #8470ff;
}
.houseHoldModal.business .houseCircle {
  top: 133px;
  left: unset;
  right: 25px;
  box-shadow: 0px 0 16px 1px rgba(132, 112, 255, 0.6);
}
.houseHoldModal.business .innerHouseCirlce {
  background: #8470ff;
}

.houseHoldModal.industrial .descMainPart {
  top: 198px;
  bottom: unset;
  left: -423px;
  right: 0;
}
.houseHoldModal.industrial .descMainPart::after {
  right: -100px;
  left: unset;
  top: 30px;
  background: #37d1d7;
}
.houseHoldModal.industrial .houseCircle {
  top: unset;
  left: 13px;
  bottom: 20px;
  right: unset;
  box-shadow: 0px 0 16px 1px rgba(55, 209, 215, 0.6);
}
.houseHoldModal.industrial .innerHouseCirlce {
  background: #37d1d7;
}

.houseHoldModal.businessIndustrial .descMainPart {
  top: unset;
  bottom: 90px;
  left: unset;
  right: -239px;
}
.houseHoldModal.businessIndustrial .descMainPart::after {
  right: unset;
  left: -101px;
  top: 30px;
  background: #ffaf00;
}
.houseHoldModal.businessIndustrial .houseCircle {
  top: 96px;
  left: unset;
  bottom: unset;
  right: 186px;
  box-shadow: 0px 0 16px 1px rgba(255, 175, 0, 0.6);
}
.houseHoldModal.businessIndustrial .innerHouseCirlce {
  background: #ffaf00;
}

@media screen and (max-width: 1470px) {
  .centerLimitWidth {
    max-width: 1200px;
    margin: 0 auto;
  }
  .computerFlex .sameImg {
    width: 46%;
    max-width: none;
  }
  .bottomPartResolveModal img {
    width: 100%;
  }
  .leftAiType {
    margin-right: 50px;
  }
  .productFuncitonItem {
    width: 12.5%;
  }
  .productFuncitonItem img {
    width: 100%;
    height: auto;
  }
  .card-list .card-item {
    width: 15%;
  }
  .card-list .active-card-item {
    width: 420px;
  }
}
@media screen and (min-width: 1921px) {
  .stepItem:first-child::after {
    right: -3px;
  }
  .stepItem:last-child::after {
    right: -2px;
    left: -3px;
  }
  .investModal {
    top: 13.97%;
    right: 31%;
  }
  .fundModal {
    top: 23.44%;
    right: 16%;
  }
  .warehouse {
    top: unset;
    bottom: 50.32%;
    right: 45%;
  }
  .develop {
    top: 39.52%;
    right: 31%;
  }
  .construction {
    top: unset;
    right: 2.49%;
    bottom: 48.68%;
  }
  .examine {
    top: unset;
    right: 19.42%;
    bottom: 22.08%;
  }
  .program {
    top: unset;
    right: 29.25%;
    bottom: 12.63%;
  }
  .finance {
    top: unset;
    right: 46.9%;
    bottom: 16.84%;
  }
  .operations {
    top: unset;
    right: 17.25%;
    bottom: 39.63%;
  }
  .operate {
    top: unset;
    right: 6%;
    bottom: 25.84%;
  }
}
.priceMain {
  width: 100%;
  height: 1600px;
  background-image: url("../assets/cpbj/img_bg.png");
  background-size: 100% 65%;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -55px;
  padding-top: 50px;
  display: none;
}
.priceText {
  font-size: 46px;
  font-weight: bold;
  color: #222222;
  margin-top: 120px;
  margin-bottom: 80px;
}
.priceDetail {
  display: flex;
  width: 100%;
  height: 1000px;
  justify-content: center;
}
.priceDetailItem {
  width: 19%;
  height: 1200px;
  border: 1px solid #e4e6ee;
  border-top: 0px;
  border-radius: 20px 20px 20px 20px;
  margin-right: 30px;
  background-color: #f9faff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.priceDetailItem:hover {
  transform: scale(1.05);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 10;
}
.priceDetailItem:nth-child(4) {
  margin-right: 0px;
}
.teamDetail {
  width: 100%;
  height: 878px;
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.06);
}
.teamVersion {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 98%;
  height: 230px;
  background: linear-gradient(135deg, #e0f2ff 0%, #b2d4ff 100%);
  border-radius: 20px 20px 0px 0px;
  border: 4px solid #ffffff;
}
.team {
  width: auto;
  height: 39px;
  font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 32px;
  color: #35507e;
  margin-bottom: 30px;
}
.price {
  display: flex;
}
.priceNum1 {
  width: 30px;
  height: 44px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 30px;
  color: #35507e;
  margin-right: 3px;
}
.priceNum2 {
  width: 71px;
  height: 58px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 40px;
  color: #35507e;
  margin-top: -12px;
}
.priceYear {
  width: 24px;
  height: 24px;
  background-color: #3470ff;
  border-radius: 50%;
  color: #fff;
  margin-top: 10px;
}
.priceNum3,
.priceNum4 {
  width: 54px;
  height: 26px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 18px;
  color: #35507e;
  padding-top: 10px;
}
.modelSetting {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin-top: -10px;
  margin-bottom: 10px;
}
.leftLine {
  width: 28%;
  height: 1px;
  background-color: #d7dbec;
  margin-top: 25px;
}
.setText {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #a1a7bb;
  margin-top: 20px;
  margin-right: 30px;
  margin-left: 30px;
}
.rightLine {
  width: 28%;
  height: 1px;
  background-color: #d7dbec;
  margin-top: 25px;
}
.bottomSetting {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 30px;
  width: 100%;
  height: 450px;
}
.settingItem {
  margin-bottom: 20px;
}
.settingItem img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.settingItem span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: inline-block;
  vertical-align: middle;
}
.contentPeople {
  width: 272px;
  height: 60px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #3470ff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  margin-top: 30px;
}
.contentPeople span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 18px;
  color: #3470ff;
}
.topSupport {
  width: 100%;
  display: flex;
  justify-content: start;
  margin: 30px 0 0 30px;
}
.topSupport img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.topSupport span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 16px;
  color: #222222;
}
.supportItem {
  display: flex;
  justify-content: start;
  margin-top: 20px;
  margin-left: 60px;
}
.supportItem img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.supportItem span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-right: 90px;
}
.supportFree {
  margin-right: 0px;
}

.company {
  background: linear-gradient(135deg, #e5e2ff 0%, #b3b2ff 100%);
  position: relative;
}
.tenNum {
  position: absolute;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 16px;
  color: #36326d;
  top: 180px;
}
.tuijian {
  position: absolute;
  right: -16px;
  top: -18px;
}
/*  */
.privateDeployment {
  background: linear-gradient(135deg, #fde9db 0%, #ffc89f 100%);
}
.privateDeployment .team {
  color: #6f1304;
}
.enterprise {
  background-image: url("../assets/cpbj/img_bg (1).png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.setText1 {
  margin-left: 10px;
  margin-right: 10px;
}
.contentPeople1 {
  background: linear-gradient(90deg, #fff5d4 0%, #ffd77a 100%);
  box-shadow: 0px 3px 10px 1px rgba(255, 175, 0, 0.2);
  border: 0px;
  span {
    color: #594200;
  }
}
.supportItem1 {
  margin-top: 15px;
  margin-left: 40px;
}
.topSupportItem {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.supportCycle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffde95;
  margin-right: 16px;
}
.supportText {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
}
.bottomSupportText {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #747c94;
  margin-left: 20px;
  margin-right: 60px;
  text-align: left;
}
.contentPeople:hover {
  cursor: pointer;
}

/* 产品套餐 */
.pricePackage {
  width: 100%;
  height: 2600px;
  background-image: url("../assets/cptc/img_bg.png");
  background-size: 100% 65%;
  background-repeat: no-repeat;
  text-align: center;
  margin-top: -55px;
  padding-top: 50px;
  display: none;
}
.packageYear {
  margin-left: 15px;
}
.packageNum1 {
  width: 30px;
  height: 22px;
  font-size: 16px;
  margin-top: 18px;
}
.packageNum2 {
  width: 35px;
  height: 29px;
  font-size: 24px;
  margin-top: 10px;
  margin-left: -5px;
}
.packageNum3 {
  margin-left: 0px;
  font-size: 16px;
  margin-top: 6px;
}
.packageNum4 {
  font-size: 16px;
  margin-top: 6px;
}
.packageNum5 {
  width: 20px;
  height: 20px;
  margin-top: 18px;
  line-height: 18px;
  margin-left: -7px;
  margin-right: -5px;
}
.packageSetting {
  display: flex;
  flex-wrap: wrap;
  padding-left: 18px;
  width: 100%;
  height: 380px;
  justify-content: center;
}
.packageItem {
  width: 136px;
  height: 96px;
  background-color: #f5f8ff;
  border-radius: 6px;
  border: 1px solid #ceddff;
  margin-right: 35px;
  /* text-align: center; */
}
.packageItem img {
  display: block;
  margin-top: 20px;
  margin-left: 54px;
  margin-bottom: 5px;
}
.packageItem span {
  display: block;
  text-align: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #202241;
}
.packageHeight {
  height: 116px;
}
.packageItem .detailText {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #ff952a;
  margin-top: 5px;
}
.contentPackagePeople {
  margin-top: 20px;
}
.packageDetailItem {
  height: 1560px;
}
.packageDetail {
  height: 775px;
}
.peiChuYear {
  background-color: #8470ff;
}
.peiChuItem {
  background: #f8f6ff;
  border-radius: 6px;
  border: 1px solid #deddff;
}
.gCColor {
  color: #6f1304;
}
.gCBgColor {
  background-color: #ff8000;
}
.gCItem {
  background: #fff7f1;
  border-radius: 6px;
  border: 1px solid #ffdfbe;
}
.gCpackageSetting {
  height: 250px;
  margin-bottom: 150px;
}
.enterPriseColor {
  color: #594200;
}
.tuijian1 {
  position: absolute;
  right: -16px;
  top: -18px;
}
.contentPackagePeople1 {
  margin-top: -50px;
}
.areaPackage {
  width: 100%;
  margin-top: 700px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}
.areaDetail {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 20px;
  color: #666;
  margin-top: 20px;
}
.areaDetailCard {
  display: flex;
  justify-content: space-between;
  width: 1400px;
  height: 286px;
  margin: 80px auto;
}
.leftAreaCard {
  display: flex;
  justify-content: space-evenly;
  width: 49%;
  height: 100%;
  border-radius: 20px 20px 10px 10px;
  /* border: 1px solid #ccc; */
  background-image: url("../assets/cptc/img_bg_2d.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 10px 1px rgba(41, 41, 42, 0.1);
}
.rightAreaCard {
  display: flex;
  justify-content: space-evenly;
  width: 49%;
  height: 100%;
  border-radius: 20px 20px 10px 10px;
  /* border: 1px solid #ccc; */
  background-image: url("../assets/cptc/img_bg_3d.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0px 3px 10px 1px rgba(41, 41, 42, 0.1);
}
.areaCardItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  width: 200px;
  height: 136px;
  margin-top: 110px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #edeef5;
}
.areaM {
  margin-top: 25px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 500;
  font-size: 16px;
  color: #747c94;
}
.areaPrice {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.areaPrice span {
  font-size: 26px;
}
.deletePrice {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #a1a7bb;
  text-decoration-line: line-through;
}
.areaDiscount {
  position: absolute;
  width: 86px;
  height: 24px;
  left: -2px;
  top: -12px;
  background: linear-gradient(91deg, #ff8470 0%, #ff486a 100%);
  border-radius: 60px 60px 60px 0px;
}
.areaDiscount span {
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
