@charset "UTF-8";

#swiper {
  height: 100vh;
}

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

.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("../JA-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: #010213;
  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: #3157bf;
}

.swiper .tab-slide {
  padding-top: 0;
  background: url("../JA-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: -60rem;
}

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

.swiper .Container .inlineBox {
  width: 90rem;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

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

.swiper .Container .function-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.swiper .Container .function-card .function-line {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1.875rem;
}

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

.swiper .Container .function-card .function-line .function-card-item-Ja .function-card-iconContaienr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.25rem;
  /* font-weight: weight; */
}

.swiper .Container .function-card .function-line .function-card-item-Ja .function-card-iconContaienr .scaleImg {
  /* position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -50%;
  margin-top: -50%; */
  width: 7rem;
  height: 7rem;
}

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

.swiper .Container .function-card .function-line .function-card-item-Ja .function-card-item-Ja-overflowBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 6.25rem;
}

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

.swiper .Container .function-card .function-line .function-card-item-Ja .function-card-item-Ja-overflowBox .function-card-itemTitle {
  font-size: 1.25rem;
  color: #464363;
  opacity: 0;
  /* font-weight: bold; */
}

.swiper .Container .function-card .function-line .function-card-item-Ja .function-card-item-Ja-overflowBox .function-card-itemMes {
  opacity: 0;
  text-align: left;
  line-height: 2rem;
  margin-top: 0.5rem;
}

.swiper .Container .function-card .function-line .function-card-item-Ja .function-card-item-Ja-overflowBox .function-card-itemMes p {
  margin: 0;
  padding: 0;
  text-align: left;
}

.swiper .Container .card-reportBtn {
  background-color: #4a77f4;
  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: 3rem;
}

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

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

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

.swiper .Container .grandFatherSwiper .tab-topHeader {
  display: none;
  width: 90rem;
  margin: 0 auto;
  left: 0;
  box-sizing: border-box;
  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;
}

.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: #4a77f4;
}

.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: #342E55;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  /* padding-right: 3.75rem; */
}

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

.swiper .Container .grandFatherSwiper .gdFa {
  width: 100%;
  display: flex;
  flex-direction: column;
  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;
  text-align: center;
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  /* overflow: hidden; */
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .card-title {
  color: #342E55;
  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;
  position: relative;
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  position: absolute;
  top: 1.5rem;
  z-index: 998;
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .swiper-pagination-bullet {
  font-size: 1.125rem;
  /* font-weight: bold; */
  /* 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;
  position: relative;
  /* 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;
  white-space: nowrap;
  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;
  /* margin-left: -1rem; */
  padding-top: 6rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-topHeader .father-topHeader-item .father-headerIcon p {
  white-space: nowrap;
}

.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 .colBoder+.colBoder::before {
  content: "";
  width: 1px;
  height: 6rem;
  margin-top: 8rem;
  background-color: #A6A8AF;
  position: absolute;
  left: -1rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-slide {
  padding-top: 0;
  display: flex;
  gap: 10rem;
  align-items: center;
  margin-top: 5rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-slide .son_left_Img {
  flex: 0.8;
  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: 18.75rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fatherSwiper .father-slide .son_right_Text {
  flex: 1;
  height: 21.875rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #342E55;
}

.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: #4a77f4;
  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: #3157bf;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .strength {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 3.75rem;
  margin-bottom: 3rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .strength .strengthItem {
  width: 21rem;
  height: 28.375rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  color: #342E55;
  border: 0.0625rem solid #FFFFFF;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .strength .strengthItem img {
  width: 8.6875rem;
  margin-bottom: 2.875rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .strength .strengthItem:hover {
  background: url("../JA-Child/strengthBackground.png") no-repeat center center;
  background-size: 100% 100%;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .strength .strengthItem p {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .strength .strengthItem:nth-child(2),
.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .strength .strengthItem:nth-child(4) {
  margin-top: 6.25rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .personalization {
  margin-top: 1.875rem;
  width: 100%;
  height: 29.25rem;
  position: relative;
}

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

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .superpositionSecond {
  width: 88rem;
  height: 3rem;
  position: absolute;
  top: -1.2rem;
  left: 1rem;
  z-index: -5;
  display: flex;

}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .superpositionSecond div {
  flex: 1;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .superpositionSecond .left {
  background-color: #759AFD;
  border-radius: 0.5rem 0 0 0;
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .superpositionThird {
  width: 96%;
  height: 3rem;
  position: absolute;
  background-color: #98B2FD;
  border-radius: 0.5rem 0.5rem 0 0;
  position: absolute;
  top: -2.1rem;
  left: 1.8rem;
  z-index: -10;
  display: flex;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .superpositionThird div {
  flex: 1;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .superpositionThird .left {
  background-color: #98B2FD;
  border-radius: 0.5rem 0 0 0;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .superpositionThird .right {
  background-color: #F0EEFB;
  border-radius: 0 0.5rem 0 0;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper {
  width: 100%;
  height: 33.8125rem;
  border-radius: 0.5rem;
  position: relative;
  text-align: center;
  background-image: linear-gradient(to right, #4977F3, #ffffff);
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide {
  width: 100%;
  display: flex;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea {
  flex: 1;
  background-color: #4977F3;
  border-radius: 0.5rem 0 0 0.5rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .left-textArea .left-allContainer {
  width: 100%;
  height: 100%;
  padding: 2.5rem 0 0 2.5rem;
  z-index: 15;
  background-color: 191, 163, 25;
  text-align: left;
}

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

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

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

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

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .right-imageArea .right-allContainer .right-imageArea-title {
  font-size: 1.375rem;
  text-align: left;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .swiper-wrapper .fade-slide .right-imageArea .right-allContainer img {
  margin-top: 1rem;
  width: 40rem;
  height: 25.875rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: 9;
}

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

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .pageContainer .triangle-right {
  width: 100%;
  height: 100%;
  z-index: 20;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 32 32"><path fill="white" d="m24 12l-8 10l-8-10z"/></svg>') no-repeat center 50%;
  transform: rotateZ(90deg);
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .pageContainer .triangle-left {
  width: 100%;
  height: 100%;
  z-index: 20;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 32 32"><path fill="white" d="m24 12l-8 10l-8-10z"/></svg>') no-repeat center 50%;
  transform: rotateZ(-90deg);
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .pageContainer .swiper-button-next {
  position: absolute;
  right: 0;
  width: 3.625rem;
  height: 3.625rem;
  background-color: #98B2FD;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .pageContainer .swiper-button-next::after {
  content: "";
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .pageContainer .swiper-button-prev {
  position: absolute;
  left: 15%;
  width: 3.625rem;
  height: 3.625rem;
  background-color: #98B2FD;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .pageContainer .swiper-button-prev::after {
  content: "";
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .swiper-pagination {
  display: flex;
  width: 7rem;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .swiper-pagination .swiper-pagination-bullet {
  height: 0.2rem;
  background-color: #98B2FD;
}

.swiper .Container .grandFatherSwiper .gdFa .tab-content .flexContainer-tabItem .fadeSwiper .opearArea .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #759AFD;
}

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

.swiper .Container .grandFatherSwiper .gdFa .inTheBoxBtn {
  border: none;
  color: #ffffff;
  background-color: #4a77f4;
  transition: background-color 0.3s;
  text-align: center;
  margin: 0.9375rem auto;
  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 .inTheBoxBtn:hover {
  background-color: #3157bf;
}

.swiper .Container .police {
  position: absolute;
  bottom: 1rem;
  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, #0232ff, #bfceff);
}


/* 媒体查询条件 高度小于750px  改变product 和version图片高度 */
@media screen and (max-height: 800px) {

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

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

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