/* .solutionPanel {
  overflow: hidden;
  width: 100%;
  height: 1120px;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
}

.solutionCenterPage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 926px;
  width: 1240px;
}
@media screen and (max-width: 1240px) {
  .solutionCenterPage {
    top: 45%;
    transform: translate(-50%, -45%);
    width: 100%;
  }
  .solutionPanel {
    height: 1080px;
  }
} */

.solutionPage {
  margin-top: 60px;
  margin-bottom: 60px;
  max-width: 1240px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

@media screen and (max-width: 1240px) {
  .solutionPage {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.solutionPage > .BigTitle {
  min-height: 64px;
  aspect-ratio: 1240/94;
  width: 100%;
}

.solutionPage > .Brdiv {
  aspect-ratio: 1240/60;
  width: 100%;
}
.solutionPage > .DetailPanel {
  overflow: hidden;
  aspect-ratio: 1240/772;
  min-height: 772px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.DetailPanel > .sol-swiper {
  width: 100%;
  height: 100%;
  display: flex;
}
.sol-swiper > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  background-size: cover;
}

.sol-swiper .swiper-slide > .optionPanel {
  width: 100%;
  height: 100%;
  max-width: 544px;
  max-height: 634px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
}
.optionPanel > .Brdiv {
  height: 40px;
  width: 100%;
}

/*#region 详情版面动效*/

.sol-swiper .swiper-wrapper > .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  border-radius: 10px;
  background-color: rgba(38, 38, 38, 0.3);
  transition: all 0.5s ease-in-out;
}
.sol-swiper .swiper-wrapper > .swiper-slide {
  flex: 180;
}
.sol-swiper .swiper-wrapper > .swiper-slide-active {
  aspect-ratio: 604/700;
  flex: 604;
}
.sol-swiper .swiper-wrapper > .swiper-slide-active::before {
  background-color: transparent;
  z-index: 0;
}

.sol-swiper .swiper-wrapper > .Brdiv {
  flex: 32;
  height: 100%;
}

@media screen and (max-width: 1240px) {
  .sol-swiper .swiper-wrapper > .swiper-slide {
    flex: none;
  }

  .sol-swiper .swiper-wrapper > .swiper-slide-active ~ .swiper-slide {
    max-width: 180px;
  }
  .sol-swiper .swiper-wrapper > .swiper-slide-prev {
    max-width: 100%;
  }
  .sol-swiper .swiper-wrapper > .swiper-slide-active {
    width: 100%;
    max-width: 604px;
  }
}

@media screen and (max-width: 750px) {
  .solutionPage {
    margin-top: 20px;
    margin-bottom: 26px;
  }
  .DetailPanel > .sol-swiper {
    max-width: 750px;
    height: 700px;
  }
  .sol-swiper .swiper-wrapper > .swiper-slide {
    flex: none;
  }
  .sol-swiper .swiper-wrapper > .swiper-slide-next {
    max-width: 180px;
  }

  .sol-swiper .swiper-wrapper > .swiper-slide-prev {
    max-width: 100%;
  }
  .sol-swiper .swiper-wrapper > .swiper-slide-active {
    width: 80%;
    aspect-ratio: 604/700;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #2a2a2a;
  }
  .sol-swiper > .swiper-wrapper > .swiper-slide-active::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #262626 0%, rgba(52, 52, 52, 0) 100%);
  }
}

/*#endregion */

/* #region Text */
.optionPanel > .detailTextRel {
  overflow: hidden;
  width: 100%;
  min-width: 544px;
  flex: 1;
  position: relative;
}

@media screen and (max-width: 750px) {
  .solutionPage > .Brdiv {
    aspect-ratio: 750/20;
    width: 100%;
  }
  .swiper-slide > .optionPanel > .detailTextRel {
    max-width: 600px;
    min-width: 328px;
  }
  .swiper-slide-active > .optionPanel > .detailTextRel {
    width: 95%;
    max-width: 544px;
    min-width: 85%;
  }
  .detailTextRel > .detailText {
    max-width: 600px;
    min-width: 340px;
    top: unset;
    bottom: -200px;
  }
  .swiper-slide-active > .optionPanel > .detailTextRel > .detailText {
    top: unset;
    bottom: 0px;
  }

  .DetailPanel > .ButtonPanels {
    max-width: 750px;
  }
}

.detailText > .Brdiv {
  height: 20px;
  width: 100%;
}

.detailTextRel > .detailText {
  position: absolute;
  top: 370px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: column;
  transition: all 0.5s ease;
}

.swiper-slide-active .detailText {
  top: 280px;
}

.detailText > .Text-Title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.detailText > .Text-info {
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 30px;
}
/* #endregion */

/* #region Tags */
.optionPanel > .detailTagsRel {
  height: 20px;
  width: 100%;
  display: flex;
  z-index: 5;
  justify-content: start;
}

.detailTagsRel > .detailTags {
  max-width: 544px;
  min-width: 544px;
  width: 85%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.detailTags > .TagsPanel {
  margin: 0;
  height: 20px;
  display: flex;
  align-items: center;
}

.TagsPanel > .TagPoint {
  display: inline;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: linear-gradient(90deg, #f4bf1e 0%, rgba(255, 196, 79, 0) 100%);
}

.TagsPanel > span {
  display: inline;
  margin-left: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

/* #endregion */

/*#region 详情按钮*/
.optionPanel .detailButton {
  overflow: hidden;
  position: relative;
  text-align: center;
  line-height: 38px;
  color: #f4bf1e;
  width: 96px;
  border-radius: 100px;
  box-sizing: border-box;
  height: 40px;
  z-index: 1;
  transition: all 1s ease-in-out;
}

.detailButton > .ButtonBorder {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-sizing: border-box;
  z-index: 10;
  border: 2px solid #f4bf1e;
}

.detailButton:after,
.detailButton:before {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(-100% - 60px);
  height: calc(100% + 30px);
  width: calc(100% + 30px);
  color: #fff;
  border-radius: 2px;
  transform: skew(-25deg);
}

.detailButton:after {
  background: #404040;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 1;
}

.detailButton:before {
  background: #f4bf1e;
  z-index: 5;
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.detailButton:hover {
  color: #fff;
}
.detailButton:hover:after {
  left: calc(0% - 10px);
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}

.detailButton:hover:before {
  left: calc(0% - 10px);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}

.detailButton > .ButtonBorder > span {
  position: relative;
  z-index: 6;
  font-weight: 500;
}
/*#endregion */

/*#region 底部按钮栏*/
.DetailPanel > .Brdiv {
  min-height: 36px;
  aspect-ratio: 1240/30;
  width: 100%;
}
.DetailPanel > .ButtonPanels {
  min-height: 36px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.ButtonPanels > .SwitchPanel {
  margin-right: 20px;
  aspect-ratio: 136/48;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.SwitchPanel > .left-pic,
.right-pic {
  background-image: url(../../res/images/solution/left.svg);
  background-size: cover;
  aspect-ratio: 1/1;
  height: 100%;
}
.SwitchPanel > .right-pic {
  background-image: url(../../res/images/solution/right.svg);
}

.SwitchPanel > .left-pic:hover {
  background-image: url(../../res/images/solution/left-in.svg);
}
.SwitchPanel > .right-pic:hover {
  background-image: url(../../res/images/solution/right-in.svg);
}

.ButtonPanels > .MoreDetail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16;
  font-weight: 500;
  border-bottom: 2px solid #fff;
}

.ButtonPanels > .MoreDetail:hover {
  color: #f4bf1e;
  border-bottom: 0.1px solid #ffbf00;
}
