@charset "UTF-8";

#swiper {
  position: relative;
}

[src$=svg] {
  filter: drop-shadow(0.75rem 0.1875rem 0.8125rem #c0deda);
}

.bigBackground-slide {
  position: relative;
  height: 41.6875rem;
  background: url("../XC-Child/XC-IMG/bigBackground.png") no-repeat center center;
  background-size: 100% 100%;
}

.bigBackground-slide .bigBc-textContaienr {
  color: #eee;
  position: absolute;
  left: 1.875rem;
  top: 14.125rem;
}

.bigBackground-slide .bigBc-textContaienr h1 {
  font-size: 2.625rem;
  margin-bottom: 1rem;
}

.bigBackground-slide .bigBc-textContaienr h2 {
  font-size: 1.375rem;

}

.bigBackground-slide .rightBigBc {
  width: 29.9375rem;
  height: 29.5rem;
  position: relative;
  left: 16.5rem;
  top: 6rem;
}

/* 应用系统功能架构 */
.funcContainer {
  width: 100vw;
  height: auto;
  box-sizing: border-box;
  padding: 2rem;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F9F9F9;
  position: relative;
}

.jiegoutuMsg {
  font-weight: 400;
  font-size: 1.3rem;
  color: #27264D;
  line-height: 2.1rem;
  margin-bottom: 1rem;
}

.solveImg {
  width: 100%;
}

.titler {
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-family: Noto Sans S Chinese;
  margin-top: 4.1875rem;
  padding-left: 1.2rem;
  font-weight: bold;
  font-size: 2.2rem;
  color: #333333;
  margin-bottom: 2.5rem;
  border-left: 8px solid #6C3EE0;
}

.swiper {
  position: static !important;
}


/* 景字号应用赋能信创 */
.scene1 {
  background: url(../XC-Child/XC-IMG/ja.png) no-repeat center center;
  background-size: 100% 100%;
}

.scene2 {
  background: url(../XC-Child/XC-IMG/jt.png) no-repeat center center;
  background-size: 100% 100%;
}

.scene3 {
  background: url(../XC-Child/XC-IMG/jy.png) no-repeat center center;
  background-size: 100% 100%;
}

.funcSwiper {
  width: 100%;
  height: 100%;
  padding: 0 3rem 0 2rem;
  box-sizing: border-box;
}

.funcSwiper .swiper-wrapper {
  text-align: center;
  display: flex;
}

.funcSwiper .funcSwiper-button-next,
.funcSwiper .funcSwiper-button-prev {
  width: 3rem;
  height: 5rem;
  background-color: #5F4BE6;
  box-shadow: 0px 12px 12px 1px rgba(133, 125, 213, 0.16);
  border-radius: 4px;
  color: white;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.funcSwiper .swiper-button-disabled {
  background-color: #ffffff;
  color: #D5D1FE;
}

.funcSwiper .funcSwiper-button-next {
  position: absolute;
  right: .7rem;
  top: 50%;
}

.funcSwiper .funcSwiper-button-prev {
  position: absolute;
  left: .7rem;
  top: 50%;
}

.funcSwiper .funcSwiper-button-prev .triangle-left {
  z-index: 20;
  transform: rotateZ(90deg);
}

.funcSwiper .funcSwiper-button-next .triangle-right {
  z-index: 20;
  transform: rotateZ(-90deg);
}

.funcSwiper .funcSwiper-button-prev .triangle-left svg,
.funcSwiper .funcSwiper-button-next .triangle-right svg {
  width: 2rem;
  height: 2rem;
}

.Container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.function-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 40.75rem;
  gap: 2.1875rem;
  position: relative;
}

.Container {
  display: flex;
  flex-direction: column;
  /* 滚动条 */
}

/* 更高型能的数字化基础支撑平台 */

.numberContainer {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.numberContainer .headBan {
  display: flex;
  height: 5.6875rem;
  gap: 2px;
  border-top: 2px solid #6C3EE0;
  margin-bottom: 3.4375rem;
}

.numberContainer .headBan .jtHead,
.numberContainer .headBan .jyHead,
.numberContainer .headBan .jaHead {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;

  font-weight: bold;
  font-size: 1.875rem;
  color: #27264D;
  background: #E9EAEC;
  position: relative;
  cursor: pointer;
}

.numberContainer .headBan .active {
  background: #6C3EE0;
  color: #FFFFFF;
}

.numberContainer .imgContent {
  height: 20.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.numberContainer .imgContent .jtIm,
.numberContainer .imgContent .jyIm,
.numberContainer .imgContent .jaIm {
  width: 100%;
  /* height: 100%; */
  display: none;
}

.numberContainer .imgContent .imgShow {
  display: block;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6C3EE0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  display: none;
}

.triangleActive {
  display: block;
}

/* 解决方案 */
.sloveContainer {
  display: flex;
  gap: 1.625rem;
}

.sloveContainer .row {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.sloveContainer .row .solveItem {
  box-sizing: border-box;
  
  width: 20.75rem;
  height: 7.75rem;
  border-radius: 6px;
  background: #F4F1FF;
  position: relative;
  overflow: hidden;
  padding: 1.3125rem;
  display: flex;
  align-items: center;
}


.sloveContainer .row .solveItem .img {
  width: 70%;
  height: 100%;
  z-index: 10;
  position: absolute;
  right: -2.5625rem;
  bottom: -1.25rem;
}

.sloveContainer .row .solveItem .msg p {
  font-weight: bold;
  font-size: 1.5rem;
  color: #27264D;
}

.sloveContainer .row .solveItem .msg .arrow {
  width: 0.9375rem;
  height: 0.8125rem;
  margin-top: 0.3rem;
}
/* 视频 */

.singleContainer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
#video {
  width: 100%;
  height: 100%;
}
/* 网警 */
.police {
  color: #342E55;
  width: 100%;
  height: 3.75rem;
  text-align: center;
  font-size: 0.875rem;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.325rem;
}

.police p {
  margin: 0;
}

.suspendedWindow {
  background-image: linear-gradient(to bottom, #684eea, #9361fd);
}