@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("../JT-Child/bigBackgroundTop.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;
  font-size: 1rem;
  border: 0.0625rem solid #eee;
  color: #eee;
  background-color: #22b57c;
  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: #048767;
}

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

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

.Container .funcSwiper .funcSwiper-button-next,
.Container .funcSwiper .funcSwiper-button-prev {
  width: 3rem;
  height: 5rem;
  background-color: #15A984;
  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: #C3F0E1;
}

.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%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: url("../JT-Child/longBackground.png") no-repeat top center;
  background-size: 100% auto;
  /* 网警信息 */
}

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

.Container .function-card {
  display: flex;
  justify-content: center;
  width: 13.75rem;
  height: 22.5rem;
  gap: 2.1875rem;
}

.Container .function-card .function-card-item-Jt {
  border: 0.0313rem solid #ffffff;
  box-sizing: border-box;
  border-radius: 0.4375rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.43rem;
  justify-content: flex-start;
  text-align: left;
  gap: 1.25rem;
  position: relative;
  background: url(../JT-Child/functionItemBackground.png) no-repeat center center;
  background-size: 100% 100%;
}

.Container .function-card .function-card-item-Jt .function-card-iconContaienr {
  text-align: center;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: -2rem;
}

.Container .function-card .function-card-item-Jt .function-card-iconContaienr .svg-image {
  width: 5.25rem;
  height: 5.25rem;
  margin-left: 1rem;
}

.Container .function-card .function-card-item-Jt .function-card-iconContaienr p {
  margin: 0;
  color: #3B3460;
  white-space: nowrap;
  margin-top: 0.625rem;
  font-size: 1.5rem;
  /* margin-left: 1.25rem; */
  /* letter-spacing: 0.1875rem; */
  /* font-weight: bold; */
}

.Container .function-card .function-card-item-Jt .function-card-itemMes {
  margin-top: 1rem;
}

.Container .function-card .function-card-item-Jt .function-card-itemMes ul {
  margin: 0;
  padding: 0;
}

.Container .function-card .function-card-item-Jt .function-card-itemMes ul li {
  list-style: none;
  line-height: 1.75rem;
}

.Container .function-card .function-card-item-Jt .function-card-itemMes ul li:before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #17ba7e;
  border-radius: 50%;
  margin-right: 0.3125rem;
}

.Container .function-card .function-card-item-Jt .function-card-itemMes ul li span {
  font-size: 1rem;
  color: #27264d;
  /* font-weight: bold; */
}

.Container .card-reportBtn {
  background-color: #22b57c;
  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: #048767;
}

.Container {
  display: flex;
  flex-direction: column;
  /* 滚动条 */
}

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

.Container .tab-topHeader {
  display: none;
  width: 90rem;
  left: 0;
  right: 0;
  box-sizing: border-box;
  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 -scrollbar-gdFa {
  transform: rotate(-90deg);
  transform-origin: 0 0;
  left: 0;
  right: 0;
  top: 4.3375rem;
  width: 0.3125rem;
  position: absolute;
  z-index: 999;
  height: 90rem;
}

.Container -scrollbar-gdFa -scrollbar-drag {
  display: none;
  background-color: #1fb776;
}

.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);
  /* padding-right: 3.75rem; */
}




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

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

.Container .flexContainer-tabItem .fatherSwiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.Container .flexContainer-tabItem .fatherSwiper -wrapper {
  top: 0;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .colBoder+.colBoder::before {
  content: "";
  width: 1px;
  height: 6rem;
  margin-top: 2rem;
  background-color: #A6A8AF;
  position: absolute;
  left: -1rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .fatherTopHeaderActive {
  color: #22b57c;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .swiper-pagination-bullet {
  font-size: 1.125rem;
  /* font-weight: bold; */
  position: relative;
  /* color: red; */
  height: 5.625rem;
  display: flex;
  text-align: center;
  gap: 0.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.25rem;
  border-radius: 0;
  border-right: 0;
  /* color: #000; */
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .father-headerIcon {
  width: 5.625rem;
  height: 5.625rem;
  margin-bottom: 0.925rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .father-headerIcon img {
  margin-top: 1.5625rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .father-headerIcon img:nth-child(2) {
  border: 1px solid red;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item img.scenceImg1 {
  margin-top: 1.3rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .scenceText {
  width: 9.0625rem;
  white-space: nowrap;
}

.Container .flexContainer-tabItem .fatherSwiper .father-slide {
  padding-top: 0;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  gap: 2rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-slide .son_left_Img {
  height: 21.875rem;
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.Container .flexContainer-tabItem .fatherSwiper .father-slide .son_left_Img img {
  height: 18.25rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-slide .son_right_Text {
  flex: 1;
  height: 21.875rem;
  line-height: 1.625rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 1rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-slide .son_right_Text span {
  font-size: 1.4375rem;
  margin-bottom: 1.5625rem;
}

.Container .flexContainer-tabItem .fatherSwiper .father-slide .son_right_Text p {
  padding: 0;
  margin: 0 0 0.3125rem 0;
}

.Container .flexContainer-tabItem .card-reportBtn {
  background-color: #21b47d;
  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 {
  background-color: #048767;
}

.Container .flexContainer-tabItem .personalization {
  width: 100%;
  height: 30rem;
  text-align: center;
}


.Container .flexContainer-tabItem .personalization .product {
  width: 43.125rem;
  height: 25rem;
  /* height: 25rem; */
  object-fit: cover;
}

.Container .flexContainer-tabItem .personalization .version {
  width: 43.125rem;
  height: 25rem;
  object-fit: cover;
  /* height: 37.5rem; */
  /* background-size: contain; */
}

.Container .flexContainer-tabItem .personalization .ourUsersImg {
  width: 90%;
}

.Container .flexContainer-tabItem .inTheBoxBtn {
  border: none;
  color: #ffffff;
  background-color: #22b57c;
  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 .flexContainer-tabItem .inTheBoxBtn:hover {
  background-color: #048767;
}

.Container .solve {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}

.Container .flexContainer-tabItem .personalization .solveSwiper {
  position: relative;
}

.Container .solve .solve-slide {
  display: flex;
  justify-content: center;
  border-color: #ffffff;
}

.Container .solve .solveItem {
  width: 43.125rem;
  height: 25rem;
  box-sizing: border-box;
  border: 0.0313rem solid #ffffff;
  padding: 1.8rem;
  border-radius: 0.4375rem;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0rem 0.75rem 0.75rem 0.0625rem rgba(178, 204, 218, 0.16);
}

.Container .solve .solveItem .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  text-align: left;
}

.Container .solve .solveItem:hover {
  background-color: #ffffff;
}

.Container .solve .solveItem .solve-content-img  {
  text-align: center;
}
.Container .solve .solveItem .solve-content-img img {
  width: 14.18rem;

}

.Container .solve .solveItem .solve-content-img p {
  width: 16.875rem;
  font-size: 1.125rem;
  color: #3B3460;
  text-align: left;
}

.Container .solve .solveItem .solve-title {
  text-align: left;
  color: #3B3460;
}

.Container .solve .solveItem .solve-title p {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
}

.Container .solve .solveItem .solve-title p span {
  font-size: 1.25rem;
}


.Container .solveSwiperPage {
  z-index: 999;
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  position: absolute;
}

.Container .solveSwiperPage .swiper-pagination-bullet {
  background-color: #ffffff;
  display: block;
  width: 1.625rem;
  height: 0.25rem;
  flex: none;
}

.Container .solveSwiperPage .swiper-pagination-bullet-active {
  background-color: #22B57C;
}

.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, #19ac82, #2ec46d);
}
