@charset "UTF-8";

#swiper {
  height: 100vh;
}

[src$=svg] {
  filter: drop-shadow(0.75rem 0.1875rem 0.8125rem #c0deda);
}

.alinkColor {
  color: #eee;
}

.aLink-Active {
  padding-bottom: 0.25rem;
  border-bottom: 0.1875rem solid #eee;
}

/* 固定头部 */
.headerBanner {
  width: 100%;
  height: 3.75rem;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 99;
  top: 0;
  border: none;
  padding: 0.125rem 9.0625rem;
  text-align: center;
}

.headerBanner .leftContainer ul {
  display: flex;
  gap: 1.25rem;
  margin-bottom: 0;
  margin: 1.25rem 0 0 1.25rem;
}

.headerBanner .leftContainer ul li {
  list-style: none;
  padding: 0;
}

.headerBanner .leftContainer ul li a {
  text-decoration: none;
  color: #eee;
}

.headerBanner .leftContainer ul li a:hover {
  padding-bottom: 0.25rem;
  border-bottom: 0.1875rem solid #eee;
}

.swiper {
  width: 100%;
  height: 100%;
  /* 悬浮窗css */
}

.swiper .bigBackground-slide {
  position: relative;
  height: 65%;
  background: url("../JT-Child/bigBackogrundTop.png") no-repeat center center;
  background-size: 100% 100%;
}

.swiper .bigBackground-slide .bigBc-textContaienr {
  color: #eee;
  position: absolute;
  left: 15.625rem;
  top: 8.4375rem;
}

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

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

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

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

.swiper .bigBackground-slide .bigBc-reportBtn:hover {
  background-color: #048767;
}

.swiper .tab-slide {
  padding-top: 0;
  background: url("../JT-Child/longBackground.png") no-repeat top center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s cubic-bezier(0.3, 0.4, 0.3, 1);
  background-position-y: 0;
}

.swiper .Container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 100%;
  /* 网警信息 */
}

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

.swiper .Container .function-card {
  display: flex;
  justify-content: center;
  gap: 2.1875rem;
}

.swiper .Container .function-card .function-card-item-Jt {
  border: 0.0313rem solid #ffffff;
  background-color: rgba(224, 233, 240, 0.6);
  border-radius: 0.4375rem;
  width: 100%;
  height: 27.75rem;
  display: flex;
  flex-direction: column;
  padding: 2.5rem 1.25rem 1.9rem 1.25rem;
  justify-content: flex-start;
  gap: 1.25rem;
  position: relative;
}

.swiper .Container .function-card .function-card-item-Jt .function-card-iconContaienr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.swiper .Container .function-card .function-card-item-Jt .function-card-iconContaienr img {
  width: 5rem;
  height: 5rem;
}

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

.swiper .Container .function-card .function-card-item-Jt .function-card-itemMes {
  opacity: 0;
  margin-top: 5rem;
}

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

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

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

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

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

.swiper .Container .card-reportBtn:hover {
  background-color: #048767;
}

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

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

.swiper .Container .grandFatherSwiper .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;
}

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

.swiper .Container .grandFatherSwiper .swiper-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;
}

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

.swiper .Container .grandFatherSwiper .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; */
}

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

.swiper .Container .grandFatherSwiper .gdFa {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding-top: 5rem;
  box-sizing: border-box;
  overflow: hidden;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content.active {
  display: block;
  /* height: 75%; */
  width: 90rem;
  margin: 0 auto;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content {
  padding-top: 2.625rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* justify-content: center; */
  /* 景通申请试用按钮 */
}

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

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .swiper-wrapper {
  top: 0;
}

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

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .fatherTopHeaderActive {
  color: #22b57c;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .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);
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 0 5rem;
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .father-headerIcon img {
  margin-top: 1.5625rem;
}
.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .father-headerIcon img:nth-child(2) {
  border: 1px solid red;
}
.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item img.scenceImg1{
margin-top: 1.3rem;
}
.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .scenceText{
  width: 9.0625rem;
  white-space: nowrap;
}
.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-slide {
  padding-top: 0;
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-top: 5rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-slide .son_left_Img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-slide .son_left_Img img {
  height: 26rem;
  padding-top: 1rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .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;
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-slide .son_right_Text p {
  padding: 0;
  margin: 0 0 0.3125rem 0;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .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;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .card-reportBtn:hover {
  background-color: #048767;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .personalization {
  width: 100%;
  /* height: 45rem; */
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .personalization .productContainer {
  width: 90rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .personalization .product {
  width: 100%;
  /* height: 37.5rem;
  background: url("../JT-Child/product.png") no-repeat center center;
  background-size: contain; */

  object-fit: cover;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .personalization .version {
  width: 90rem;
  object-fit: cover;
  /* height: 37.5rem; */
  /* background-size: contain; */
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .personalization .ourUsersImg {
  width: 100%;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .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;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .inTheBoxBtn:hover {
  background-color: #048767;
}

.swiper .Container .grandFatherSwiper .gdFa .solve {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.swiper .Container .grandFatherSwiper .gdFa .solve .swiper-wrapper {
  top: 0;
}

.swiper .Container .grandFatherSwiper .gdFa .solve .solveItem {
  width: 28.5rem;
  height: 38.125rem;
  box-sizing: border-box;
  border: 0.0313rem solid #ffffff;
  padding: 1.75rem;
  border-radius: 0.4375rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0rem 0.75rem 0.75rem 0.0625rem rgba(178, 204, 218, 0.16);
}

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

.swiper .Container .grandFatherSwiper .gdFa .solve .solveItem .solve-content-img img {
  width: 100%;
}

.swiper .Container .grandFatherSwiper .gdFa .solve .solveItem .solve-title {
  text-align: left;
}

.swiper .Container .grandFatherSwiper .gdFa .solve .solveItem .solve-title p {
  padding: 0;
  margin: 0;
}

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

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

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

.swiper .Container .police {
  position: absolute;
  bottom: 1rem;
  background-color: rgba(255, 255, 255, 0);
  color: #342E55;
  width: 100%;
  height: 3.75rem;
  text-align: center;
  font-size: 0.625rem;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.325rem;
}

.swiper .Container .police p {
  margin: 0;
}

.suspendedWindow {
  background-image: linear-gradient(to bottom, #19ac82, #2ec46d);
}




/* 媒体查询条件 高度小于750px  改变product 和version图片高度 */
@media screen and (max-height: 800px) {
  .swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem {
    margin-top: -1.5rem;
  }

  .swiper .Container .card-title {
    margin-bottom: 2rem;
  }

  .swiper .Container .grandFatherSwiper .gdFa .tab-content.active {
    height: 75%;
  }

  #tab-1,
  #tab0,
  #tab2,
  #tab1,
  #tab3 #tab4 {
    height: 60%;
  }
}