@charset "UTF-8";

#swiper {
  height: 100vh;
}

[src$=svg] {
  filter: drop-shadow(0.55rem 0.1875rem 1.9125rem #c4c3f2);
}


.bigBackground-slide {
  position: relative;
  height: 41.6875rem;
  width: 100%;
  background: url("../JY-Child/bigBackogrundTop.png") no-repeat center center;
  background-size: 100% 100%;
}

.bigBackground-slide .bigBc-textContaienr {
  color: #eee;
  position: absolute;
  left: 1.875rem;
  top: 13.125rem;
}

.bigBackground-slide .bigBc-textContaienr h1 {
  font-size: 3.375rem;
  margin-bottom: 2rem;
}

.bigBackground-slide .bigBc-textContaienr h3 {
  font-size: 1.625rem;
  margin-bottom: 0.875rem;
}

.bigBackground-slide .bigBc-textContaienr span {
  width: 30.1875rem;
  display: block;
}

.bigBackground-slide .bigBc-textContaienr p {
  font-size: 1.125rem;
  margin: 0;
}

.bigBackground-slide .bigBc-reportBtn {
  margin-top: 1.875rem;
  border: 0.0625rem solid #eee;
  color: #eee;
  font-size: 1rem;
  background-color: #5d4ae5;
  transition: background-color 0.3s;
  text-align: center;
  border-radius: 0.375rem;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bigBackground-slide .bigBc-reportBtn:hover {
  background-color: #4232b5;
}

.Container .funcSwiper {
  width: 100%;
  height: 27rem;
  padding: 0 2rem 0 1rem;
  box-sizing: border-box;
}

.Container .funcSwiper .swiper-wrapper {
  text-align: center;
  display: flex;
  gap: 1rem;
}

.Container .funcSwiper .swiper-wrapper .func-slide {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.Container .funcSwiper .funcSwiper-button-next,
.Container .funcSwiper .funcSwiper-button-prev {
  width: 3rem;
  height: 5rem;
  background-color: #5F4BE6;
  box-shadow: 4px 7px 29px 0px rgba(9, 167, 93, 0.17);
  border-radius: 4px;
  color: white;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Container .funcSwiper .swiper-button-disabled {
  background-color: #ffffff;
  color: #D5D1FE;
}

.Container .funcSwiper .funcSwiper-button-next {
  position: absolute;
  right: 0;
  top: 9rem;
}

.Container .funcSwiper .funcSwiper-button-prev {
  position: absolute;
  left: 0;
  top: 9rem;
}

.Container .funcSwiper .funcSwiper-button-prev .triangle-left {
  z-index: 20;
  transform: rotateZ(90deg);
}

.Container .funcSwiper .funcSwiper-button-next .triangle-right {
  z-index: 20;
  transform: rotateZ(-90deg);
}

.Container .funcSwiper .funcSwiper-button-prev .triangle-left svg,
.Container .funcSwiper .funcSwiper-button-next .triangle-right svg {
  width: 2rem;
  height: 2rem;
}

.Container {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  background: url("../JY-Child/longBackground.png") no-repeat top center;
  background-size: 100% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0.3, 0.4, 0.3, 1);
  background-position-y: 0;
  /* 网警信息 */
}

.Container .card-title {
  margin-bottom: 3rem;
  color: #342E55;
  font-size: 1.875rem;
  /* font-weight: bold; */
  text-align: center;
}

.Container .function-card-item-Jy {
  border: 0.0313rem solid #ffffff;
  border-radius: 0.4375rem;
  width: 13.75rem;
  height: 11rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1.25rem;
  position: relative;
  background: url(../JY-Child/functionItemBackground.png) no-repeat center center;
  background-size: 100% 100%;
}

.Container .function-card-item-Jy .function-card-iconContaienr {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;

}

.Container .function-card-item-Jy .function-card-iconContaienr .svg-image {
  width: 4.4375rem;
  height: 4.4375rem;
}

.Container .function-card-item-Jy .function-card-iconContaienr span .inlineP {
  position: absolute;
  left: 50%;
  top: -3rem;
  transform: translateX(-50%);
}

.Container .function-card-item-Jy .function-card-item-Ja-overflowBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4rem;
}

.Container .function-card-item-Jy .function-card-item-Ja-overflowBox img {
  height: 6.25rem;
}

.Container .function-card-item-Jy .function-card-item-Ja-overflowBox .function-card-itemMes {
  opacity: 0;
  font-size: 0.875rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  line-height: 1.5rem;
  margin-top: 4rem;
}

.Container .function-card-item-Jy .function-card-item-Ja-overflowBox .function-card-itemMes p {
  margin: 0;
  padding: 0;
}

.Container .card-reportBtn {
  background-color: #5d4ae4;
  transition: background-color 0.3s;
  border: none;
  padding: 0.5rem 0.3125rem;
  font-size: 1rem;
  width: 7.5rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  color: #ffffff;
  cursor: pointer;
  margin-top: 5rem;
}

.Container .card-reportBtn:hover {
  background-color: #4232b5;
}

.Container {
  /* 滚动条 */
}

.Container .swiper-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  position: absolute;
  /* top: 7rem; */
}

.Container .tab-topHeader {
  display: none;
  margin: 0 auto;
  width: 90rem;
  box-sizing: border-box;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0;
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  border: 0.0313rem solid #ffffff;
  background-color: rgba(224, 233, 240, 0.6);
  position: absolute;
  top: 2rem;
  z-index: 90;
}

.Container .tab-topHeader .tab-headerIcon {
  width: 2.8125rem;
  height: 2.8125rem;
}


.Container .swiper-pagination-bullet {
  font-size: 1.125rem;
  width: 6.25rem;
  height: 2.5rem;
  display: flex;
  flex: 1;
  text-align: center;
  gap: 0.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.25rem;
  border-radius: 0;
  color: #27264d;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.Container .swiper-pagination-bullet:nth-child(4) {
  border-right: 0;
}




.Container .flexContainer-tabItem {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding-top: 8.75rem;
  text-align: center;
}

.Container .flexContainer-tabItem .card-title {
  color: #27264d;
  font-size: 1.875rem;
  /* font-weight: bold; */
  text-align: center;
}

.Container .flexContainer-tabItem .youshi {
  width: 43.1875rem;
  display: flex;
  padding: 0.2rem;
  box-sizing: border-box;
  border-radius: 0.5rem;
  text-align: left;
}

.Container .flexContainer-tabItem .youshi .item {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.Container .flexContainer-tabItem .youshi .item div {
  height: 8.4rem;
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;

}

.Container .flexContainer-tabItem .youshi .item .Svg2text {
  padding: 1.25rem;
  box-sizing: border-box;
}

.Container .flexContainer-tabItem .youshi .item div img {
  width: 4rem;
  height: 4rem;
}

.Container .flexContainer-tabItem .youshi .item div span {
  font-size: 1.375rem;
  color: #ffffff;
  white-space: nowrap;
}

.Container .flexContainer-tabItem .youshi .item .bcColorOne {
  background-color: #9462FE;
}

.Container .flexContainer-tabItem .youshi .item .bcColorOne:hover {
  background-color: #8659e7;
}

.Container .flexContainer-tabItem .youshi .item .bcColorTwo {
  background-color: #7D6CFE;
}

.Container .flexContainer-tabItem .youshi .item .bcColorTwo:hover {
  background-color: #6d5edf;
}

.Container .flexContainer-tabItem .youshi .item .bcColorThree {
  background-color: #5D4AE5;
}

.Container .flexContainer-tabItem .youshi .item .bcColorThree:hover {
  background-color: #5141c9;
}

.Container .flexContainer-tabItem .youshi .item .leftTopImg {
  background: url("../JY-Child/advantage-leftTop.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 1.25rem;
  box-sizing: border-box;
}

.Container .flexContainer-tabItem .youshi .item .rightBottomImg {
  height: 25.4375rem;
  background: url("../JY-Child/advantage-rightBottom.png") no-repeat center center;
  background-size: 100% 100%;
}

.Container .flexContainer-tabItem .card-reportBtn {
  background-color: #5d4ae4;
  transition: background-color 0.3s;
  border: none;
  padding: 0.5rem 0.3125rem;
  padding-right: 0.625rem;
  border-radius: 0.3125rem;
  color: #eee;
  cursor: pointer;
}

.Container .flexContainer-tabItem .card-reportBtn:hover {
  color: #5078d6;
}


.Container .flexContainer-tabItem .strength {
  width: 100%;
  box-sizing: border-box;
  padding: 0 2rem;
  display: flex;
  gap: 1.75rem;
}

.Container .flexContainer-tabItem .strength .strengthItem {
  width: 100%;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border: 0.0625rem solid #FFFFFF;
}

.Container .flexContainer-tabItem .strength .strengthItem .bottomImg-l {
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  height: 13rem;
  background: url("../JY-Child/thebottomBack.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 1.6875rem 1.875rem;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Container .flexContainer-tabItem .strength .strengthItem .bottomImg-r {
  width: 100%;
  border-radius: 0 0 0.5rem 0.5rem;
  height: 13rem;
  background: url("../JY-Child/thebottomBack.png") no-repeat center center;
  background-size: 100% 100%;
  padding: 1.6875rem 1.875rem;
  text-align: left;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.Container .flexContainer-tabItem .strength .strengthItem .bottomImg-l span {
  color: #3B3460;
  /* font-weight: bold; */
  font-size: 1.375rem;
  margin-bottom: 0.8rem;
}

.Container .flexContainer-tabItem .strength .strengthItem .bottomImg-l p {
  font-size: 1rem;
  margin: 0;
}

.Container .flexContainer-tabItem .strength .strengthItem img {
  width: 100%;
}

.Container .flexContainer-tabItem .strength .strengthItem:hover {
  background: url("../JY-Child/strengthBackground.png") no-repeat center center;
  background-size: 100% 100%;
}

.Container .flexContainer-tabItem .strength .strengthItem p {
  font-size: 1.375rem;
  margin: 0;
  padding: 0;
}

.Container .flexContainer-tabItem .personalization {
  margin-top: 1.875rem;
  width: 100%;
  height: 29.25rem;
}

.Container .flexContainer-tabItem .personalization .advantageContainer {
  width: 100%;
  height: 38.125rem;
  display: flex;
  justify-content: center;
  margin-top: -2.4rem;
}

.Container .flexContainer-tabItem .personalization .advantageContainer .leftContainer {
  display: flex;
  flex-direction: column;
  width: 26rem;
  height: 100%;
}

.Container .flexContainer-tabItem .personalization .advantageContainer .leftContainer .leftTopImg {
  width: 26rem;
}

.Container .flexContainer-tabItem .personalization .advantageContainer .middleContainer {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.Container .flexContainer-tabItem .personalization .advantageContainer .rightContainer {
  width: 26rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.Container .flexContainer-tabItem .personalization .advantageContainer .rightContainer .rightBottomImg {
  width: 26rem;
}

/* 额外包含的装饰divContainer */
.fadeSwiperContainer {
  width: 100%;
  position: relative;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

superpositionContainer {
  position: absolute;
  top: 0rem;
  width: 100%;
  z-index: 0;
}

.Container .flexContainer-tabItem .superpositionSecond {
  width: 88%;
  height: 3rem;
  position: absolute;
  top: -1.2rem;
  left: 2.8rem;
  z-index: 1;
  display: flex;

}

.Container .flexContainer-tabItem .superpositionSecond div {
  flex: 1;
}

.Container .flexContainer-tabItem .superpositionSecond .left {
  background-color: #9E74FD;
  border-radius: 0.5rem 0 0 0;
}

.Container .flexContainer-tabItem .superpositionSecond .right {
  background-color: #F7F6FD;
  border-radius: 0 0.5rem 0 0;
}

.Container .flexContainer-tabItem .superpositionThird {
  width: 82%;
  height: 3rem;
  position: absolute;
  background-color: #BAA6FD;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  top: -2.1rem;
  left: 4.2rem;
  z-index: 0;
  display: flex;
}

.Container .flexContainer-tabItem .superpositionThird div {
  flex: 1;
}

.Container .flexContainer-tabItem .superpositionThird .left {
  background-color: #BAA6FD;
  border-radius: 0.5rem 0 0 0;
}

.Container .flexContainer-tabItem .superpositionThird .right {
  background-color: #E8E1F7;
  border-radius: 0 0.5rem 0 0;
}

.Container .flexContainer-tabItem .fadeSwiper {
  width: 43.125rem;
  height: 23rem;
  border-radius: 0.5rem;
  position: relative;
  text-align: center;
  /* background-image: linear-gradient(to right, #4977F3, #ffffff); */
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  top: 0;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide {
  width: 100%;
  height: 23rem;
  box-sizing: border-box;
  display: flex;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea {
  flex: 1;
  background-color: #9462FE;
  box-sizing: border-box;
  border-radius: 0.5rem 0 0 0.5rem;
  padding: 2rem 0;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea .overFlowBox {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea .left-allContainer {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 1rem 2.5rem 2.5rem 2.5rem;
  z-index: 15;
  background-color: 191, 163, 25;
  text-align: left;
  position: relative;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea .left-allContainer .textItem {
  color: #ffffff;
  margin-bottom: 1.625rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea .left-allContainer .textItem span {
  font-size: 1.125rem;
  /* font-weight: 500; */
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea .left-allContainer .textItem p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  /* font-weight: 400; */
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .right-imageArea {
  flex: 1;
  background-color: #ffffff;
  box-sizing: border-box;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .right-imageArea .right-allContainer {
  width: 100%;
  height: 100%;
  padding: 2.5rem 0 0 1.5rem;
  text-align: left;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .right-imageArea .right-allContainer .right-imageArea-title {
  font-size: 1.25rem;
  text-align: left;
  width: 20rem;
  display: block;
}

.Container .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .right-imageArea .right-allContainer img {
  margin-top: 1rem;
  width: 18.9rem;
  height: 14.6rem;
}

.Container .flexContainer-tabItem .fadeSwiper .opearArea {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: -1.5rem;
  right: 0;
  width: 50%;
  z-index: 9;
}

.Container .flexContainer-tabItem .fadeSwiper .opearArea .pageContainer {
  width: 8.53rem;
  height: 3.625rem;
  position: absolute;
  right: 0;
  bottom: 0.7rem;
}


.Container .flexContainer-tabItem .fadeSwiper .opearArea .swiper-pagination {
  display: flex;
  width: 8rem;
  position: absolute;
  left: 1rem;
  bottom: 2.5rem;
}

.Container .flexContainer-tabItem .fadeSwiper .opearArea .swiper-pagination .swiper-pagination-bullet {
  height: 0.3rem;
  /* background-color: #dbe5ff; */
  background-color: #dbd7ed;
  flex: 1;
  border-radius: 0.2rem;
}

.Container .flexContainer-tabItem .fadeSwiper .opearArea .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9E74FD;
}

.Container .flexContainer-tabItem .ourUsersImg {
  width: 90%;
  margin-bottom: 3rem;
}

.Container .inTheBoxBtn {
  border: none;
  color: #ffffff;
  background-color: #5d4ae4;
  transition: background-color 0.3s;
  text-align: center;
  margin: 2.9375rem auto 0;
  width: 7.5rem;
  height: 2.5rem;
  border-radius: 0.3125rem;
  padding: 0.5rem 0.3125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
}

.Container .inTheBoxBtn:hover {
  background-color: #4232b5;
}

.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);
}