.header {
  color: rgba(51, 51, 51, 1);
}

.header .logo {
  background: url("../../img/support/logo.png");
  background-size: 100% 100%;
  width: 3.75rem;
  height: 0.75rem;
}

.header .right .and {
  background-color: rgba(51, 51, 51, 1);
}

.header .nav li a {
  color: rgba(51, 51, 51, 1);
}

.container {
  position: relative;

}

.container .home {
  background: url("../../img/education/education_detail_1.png");
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  padding: 5.35rem 4rem 3.5rem 4rem;
}

.container .home .left .imgbox {
  width: 19rem;
  height: 16rem;
  position: relative;
  overflow: hidden;
}

.container .home .left .imgbox .swiper-container {
  width: 100%;
  height: 100%;
}

.container .home .left .imgbox .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.container .home .left .imgbox .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 分页器 */
.container .home .left .swiper_pagination {
  z-index: 10;
  width: 100%;
  text-align: center;
}

.container .home .left .swiper_pagination .swiper-pagination-bullet {
  width: .6rem;
  height: .075rem;
  background-color: rgba(232, 232, 232, 1);
  border-radius: 0;
}

.container .home .left .swiper_pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 89, 255, 1);
  width: 1.2rem;
}

.container .home .info span {
  display: block;
}

.container .home .info span:first-child {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.1rem;
  font-family: 'HarmonyOS Sans SC';
}

.container .home .info span:last-child {
  font-size: .5rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC';
  color: rgba(102, 102, 102, 1);
  line-height: 1.3rem;
}

/* 性能参数 */

.container .performance {
  padding: 2rem 4rem;
  background-color: #f9f9f9;
}

.container .performance .title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

.container .performance .title span {
  background: linear-gradient(to right, rgba(17, 23, 46, 1), rgba(55, 74, 148, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  font-size: 1.2rem;
}

.container .performance .params_table {
  max-width: 100%;
  overflow-x: auto;
  box-shadow: 0px 16px 36px 0px rgba(3, 34, 92, 0.05);

}

.container .performance .params_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}

.container .performance .params_table {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  border-radius: .25rem;
  box-shadow: 0 .4rem .9rem 0 rgba(3, 34, 92, 0.05);
}

.container .performance .params_table thead {
  width: 100%;
  border-radius: .25rem;
}

.container .performance .params_table thead tr {
  background: linear-gradient(to right, rgba(0, 89, 255, 1), rgba(0, 56, 177, 1));
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC';
  font-size: .55rem;
  border: 1px solid #e0e0e0;
  /* 确保表头单元格宽度均匀分配 */
  min-width: 0;
  box-sizing: border-box;
  height: 2.1rem;
}

.container .performance .params_table td {
  /* padding: 1rem; */
  height: 1.95rem;
  text-align: center;
  font-family: 'HarmonyOS Sans SC';
  font-size: .45rem;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}

/* 模块表头样式 */
.container .performance .params_table .module-header {
  /* background-color: #f0f0f0; */
  font-weight: 600;
}

.container .performance .params_table .module-header td:first-child {
  font-weight: 700;
  color: #333;
}

/* 交替行背景色 */
.container .performance .params_table tbody tr:not(.module-header):nth-child(odd) {
  background-color: #f9f9f9;
}

.container .performance .params_table tbody tr:not(.module-header):hover {
  background-color: #f0f7ff;
}

/* 软件模块 */
.container .software {
  padding: 2.75rem 4rem 0 4rem;
  background: url("../../img/education/education_detail_2.png");
  background-size: 100% 100%;
}

.container .software .title {
  font-size: 1.2rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC';
  text-align: center;
  margin-bottom: 1.5rem;
}

.container .software .modules {
  width: 40rem;
  position: relative;
  overflow: hidden;
}

/* 模块轮播swiper样式 */
.container .software .modules .modules-swiper-container {
  width: 40rem;
}

.container .software .modules .modules-swiper-container .swiper-slide {
  width: 40rem !important;
}

.container .software .modules .modules_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: .8rem;
}

.container .software .modules .modules_box .module {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: .5rem;

  width: 9.4rem;
  height: 8.875rem;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  border-radius: .25rem;
}

.container .software .modules .modules_box .module img {
  width: 1.25rem;
  height: 1.25rem;
}

.container .software .modules .modules_box .module .normal {
  display: block;
}

.container .software .modules .modules_box .module .active {
  display: none;
}

.container .software .modules .modules_box .module:hover .normal {
  display: none;
}

.container .software .modules .modules_box .module:hover .active {
  display: block;
}

.container .software .modules .modules_box .module .name {
  font-size: .45rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC';
  color: rgba(51, 51, 51, 1);
  margin: .8rem 0 .4rem 0;
}

.container .software .modules .modules_box .module:hover .name {
  color: white;
}

.container .software .modules .modules_box .module .desc {
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC';
  color: rgba(102, 102, 102, 1);
  line-height: .7rem;
  text-align: center;
  width: 7.6rem;
}

.container .software .modules .modules_box .module:hover .desc {
  color: white;
}

.container .software .modules .modules_box .module:hover {
  background-color: rgba(0, 89, 255, 1);
  box-shadow: 0px 16px 36px 0px rgba(0, 0, 0, 0.05);
}

.container .software .control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 1.25rem 0 3.475rem 0;
}

.container .software .control .page {
  width: 2.2rem;
  height: 1.15rem;
  line-height: 1.15rem;
}

.container .software .control .page span {
  font-size: .5rem;
  font-weight: 400;
  font-family: 'Montserrat';
  color: rgba(102, 102, 102, 1);
}

.container .software .control .page span strong {
  font-size: .95rem;
  font-weight: 400;
  font-family: 'Montserrat';
  color: rgba(0, 89, 255, 1);
}

.container .software .control .line {
  position: relative;
  width: 30rem;
  background-color: rgba(255, 255, 255, 1);
}


.container .software .control .line .line_item:nth-child(1) {
  width: 100%;
  border: .0748rem solid rgba(217, 217, 217, 0.2);
}

.container .software .control .line .line_item:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  width: 7.344rem;
  border: .0748rem solid rgba(0, 89, 255, 1);
}

.container .software .control .buttons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.container .software .control .buttons img {
  width: 1rem;
  height: 1rem;
}

.container .software .control .buttons .prev-button .hover {
  display: none;
}

.container .software .control .buttons .prev-button:hover .normal {
  display: none;
}

.container .software .control .buttons .prev-button:hover .hover {
  display: block;
  cursor: pointer;
}

.container .software .control .buttons .next-button .hover {
  display: none;
}

.container .software .control .buttons .next-button:hover .normal {
  display: none;
  cursor: pointer;
}

.container .software .control .buttons .next-button:hover .hover {
  display: block;
  cursor: pointer;
}

.container .sub_software {
  margin: 3.75rem 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.85rem;
}

.container .sub_software img {
  width: 19rem;
  height: 19.5rem;
  border-radius: .25rem;
}

.container .sub_software .info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  border-right: 1px solid rgba(232, 232, 232, 1);
  padding-right: 1.175rem;
  flex: 1;
}

.container .sub_software .info .info_item {
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  padding: 0 0 1.5rem 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}

.container .sub_software .info .info_item span {
  display: block;
}

.container .sub_software .info .info_item span:nth-child(1) {
  font-size: .6rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC';
  color: rgba(51, 51, 51, 1);

}

.container .sub_software .info .info_item span:nth-child(2) {
  font-size: .45rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC';
  color: rgba(102, 102, 102, 1);
  line-height: .7rem;
  display: none;
  margin-top: .6rem;
}

.container .sub_software .info .info_item span:nth-child(3) {
  position: absolute;
  right: -1.175rem;
  top: 0;
  width: .075rem;
  height: 4.275rem;
  background: rgba(0, 89, 255, 1);
  display: none;
}

.container .sub_software .info .info_item.show span:nth-child(3) {
  display: block;
}

.container .sub_software .info .info_item.show span:nth-child(1) {
  color: rgba(0, 89, 255, 1);
}

.container .sub_software .info .info_item.show span:nth-child(2) {
  display: block;
}

/* 二次开发介绍 */
.container .introduction {
  padding: 2.75rem 4rem 3.5rem 4rem;
  background: rgba(247, 248, 250, 1);
}

.container .introduction .top {
  margin-top: 1.25rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
  position: relative;
}

.container .introduction .top .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .875rem;
}

.container .introduction .top .tabs {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.container .introduction .top .tabs .tab_item {
  font-size: .6rem;
  font-weight: 400;
  padding: .25rem 0 .875rem 0;
  cursor: pointer;
}

.container .introduction .top .tabs .tab_item.active {
  color: rgba(0, 89, 255, 1);
}

.container .introduction .top .tabs .tab_item.active {
  border-bottom: 1px solid rgba(0, 89, 255, 1);
}

.container .introduction .info {
  margin-top: 1.75rem;
  display: flex;
  gap: 1.25rem;
}

.container .introduction .info .info_main {
  flex: 1;
}

.container .introduction .info .info_main .info_item {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex: 1;
}

.container .introduction .info .info_main .info_item .info_item_title {
  font-size: .6rem;
  font-weight: 500;
  margin-bottom: .5rem;
}

.container .introduction .info .info_main .info_item .info_item_title_desc {
  display: flex;
  font-size: .6rem;
  font-weight: 400;
  gap: .125rem;
  align-items: center;
}

.container .introduction .info .info_main .info_item .info_item_title_desc .point {
  display: inline-block;
  width: .10rem;
  height: .10rem;
  background-color: rgba(51, 51, 51, 1);
  border-radius: 50%;
}

.container .introduction .info .info_main .info_item .info_item_title_desc span {
  display: block;
}

.container .introduction .info .info_main .info_item .info_item_title_desc span:first-child {
  margin: .375rem 0;
}

.container .introduction .info .info_main .info_item .info_item_title_desc span:last-child {
  font-size: .45rem;
  font-weight: 400;
  line-height: .6rem;
  font-family: 'HarmonyOS Sans SC', sans-serif;
}

.container .introduction .info .info_main .tags .tag {
  background: transparent;
  /* width: 4.3rem;
  height: 1.15rem; */
  padding: .275rem .8rem;
  border-radius: .15rem;
  font-size: .45rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(102, 102, 102, 1);
  border: 1px solid rgba(17, 23, 46, 0.15);
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.container .introduction .info .info_main .tags .tag:hover {
  background: rgba(0, 89, 255, 1);
  color: rgba(255, 255, 255, 1);

}

.container .introduction .info .info_main .tags .label {
  font-size: .5rem;
  font-weight: 500;
  line-height: .8rem;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  display: block;
  margin-bottom: .8rem;
}

.container .introduction .info .video {
  flex: 1;
  position: relative;
  flex-shrink: 0;
}

.container .introduction .info .video img:nth-child(1) {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.container .introduction .info .video img:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.7rem;
  height: 1.7rem;
}

.container .support_1 {
  margin: 3.75rem 4rem;
}

.container .support_1 .main {
  display: flex;
  gap: 2.5rem;
  background: rgba(247, 248, 250, 1);
  border-radius: .25rem;
  padding: .8rem .8rem 0 2rem;
}

.container .support_1 .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

.container .support_1 .main .info {
  /* display: flex;
  flex-direction: column; */
  width: 13.95rem;
}

.container .support_1 .main .info .label {
  flex-shrink: 0;
}

.container .support_1 .main .info .label span {
  font-size: .8rem;
  font-weight: 700;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  display: block;
  margin-bottom: 3rem;
  color: rgba(51, 51, 51, 1);
}

.container .support_1 .main .info .info_item {
  flex: 1;
  margin-bottom: 1rem;
}

.container .support_1 .main .info .info_item span:first-child {
  font-size: .5rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  line-height: .8rem;
  color: rgba(51, 51, 51, 1);
}

.container .support_1 .main .info .info_item span:last-child {
  font-size: .45rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  line-height: .8rem;
  color: rgba(102, 102, 102, 1);
}

.container .support_1 .main .info .info_item hr {
  width: 100%;
  border: 1px solid rgba(17, 23, 46, 0.15);
  margin: .2rem 0 .3rem 0;
}

.container .support_1 .main .right img {
  width: 20.75rem;
  height: 13.5rem;
  border-radius: .25rem;
}

.container .support_1 .main .right span {
  font-size: .5rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  display: block;
  color: rgba(51, 51, 51, 1);
  margin-top: .7rem;
  width: 100%;
  text-align: center;
}

.container .support_2 {
  margin: 3.75rem 4rem;
  display: flex;
  flex-direction: column;
}

.container .support_2 .title span:first-child {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: .8rem;
  width: 100%;
  text-align: center;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  display: block;
}

.container .support_2 .title span:last-child {
  font-size: .45rem;
  font-weight: 400;
  width: 100%;
  text-align: center;
  color: rgba(51, 51, 51, 1);
  font-family: 'HarmonyOS Sans SC', sans-serif;
  display: block;
}

.container .support_2 .imgs {
  display: flex;
  gap: .725rem;
  margin-top: 1.5rem;
  width: 40rem;
}

.container .support_2 .imgs .item {
  width: 6.05rem;
  height: 2.8rem;
  border-radius: .25rem;
  background: rgba(247, 248, 250, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

/*.container .support_2 .imgs .item img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

.container .support_2 .imgs .item .logo_1 {
  width: 1.925rem;
  height: 1.4rem;
}

.container .support_2 .imgs .item .logo_2 {
  width: 4.325rem;
  height: 1.1rem;
}

.container .support_2 .imgs .item .logo_3 {
  width: 3.175rem;
  height: 1.35rem;
}

.container .support_2 .imgs .item .logo_4 {
  width: 1.925rem;
  height: 1.4rem;
}

.container .support_2 .imgs .item .logo_5 {
  width: 4.325rem;
  height: 1.1rem;
}

.container .support_2 .imgs .item .logo_6 {
  width: 3.175rem;
  height: 1.35rem;
}


.container .support_3 {
  padding: 3.75rem 4rem;
  background: url('../../img/education/education_detail_2.png') no-repeat center center;
  background-size: 100% 100%;
}

.container .support_3 .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

.container .support_3 .main {
  display: flex;
  gap: 1.5rem;
  background: rgba(255, 255, 255, 1);
  border-radius: .25rem;
  backdrop-filter: blur(20px);
  padding: 1.5rem;
}

.container .support_3 .main .left img {
  width: 15.65rem;
  height: 12.45rem;
  border-radius: .25rem;
}

.container .support_3 .main .left span {
  font-size: .5rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  display: block;
  color: rgba(51, 51, 51, 1);
  margin-top: .7rem;
  width: 100%;
  text-align: center;
}

.container .support_3 .main .info {
  flex: 1;
}

.container .support_3 .main .info .params_table {
  max-width: 100%;
  overflow-x: auto;
  box-shadow: 0px 16px 36px 0px rgba(3, 34, 92, 0.05);

}

.container .support_3 .main .info .params_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
}

.container .support_3 .main .info .params_table {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  border-radius: .25rem;
  box-shadow: 0 .4rem .9rem 0 rgba(3, 34, 92, 0.05);
}

.container .support_3 .main .info .params_table thead {
  width: 100%;
  border-radius: .25rem;
}

.container .support_3 .main .info .params_table thead tr {
  background: transparent;
  text-align: center;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC';
  font-size: .55rem;
  /* 确保表头单元格宽度均匀分配 */
  min-width: 0;
  box-sizing: border-box;
  height: 2.1rem;
  color: rgba(51, 51, 51, 1);
}

.container .support_3 .main .info .params_table td {
  height: 1.4rem;
  text-align: center;
  font-family: 'HarmonyOS Sans SC';
  font-size: .45rem;
  font-weight: 400;
  vertical-align: middle;
  color: rgba(102, 102, 102, 1);
  padding: 0 .5rem;
}

.container .support_3 .main .info .params_table td:nth-child(1) {
  width: 3.65rem;
}

.container .support_3 .main .info .params_table td:nth-child(3) {
  width: 8.1rem;
}

/* 交替行背景色 */
.container .support_3 .main .info .params_table tbody tr:not(.module-header):nth-child(odd) {
  background-color: rgba(247, 248, 250, 1);
}

.container .support_3 .main .info .params_table tbody tr:not(.module-header):hover {
  background-color: #f0f7ff;
}

.container .support_4 {
  margin: 3.75rem 4rem;
  display: flex;
  flex-direction: column;
}

.container .support_4 .title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

.container .support_4 .main {
  display: flex;
  gap: 1rem;
}

.container .support_4 .main .info {
  flex: 1;
  background: rgba(247, 248, 250, 1);
  border-radius: .25rem;
  display: flex;
  gap: 1.5rem;
}

.container .support_4 .main .info img {
  width: 9.5rem;
  height: 8rem;
  border-radius: .25rem 0 0 .25rem;
}

.container .support_4 .main .info .info_box {
  /* margin-top: .7rem; */
}

.container .support_4 .main .info .info_box span:first-child {
  font-size: .5rem;
  font-weight: 500;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  display: block;
  color: rgba(0, 0, 0, 1);
  margin: 1.6rem 0 .6rem 0;
}

.container .support_4 .main .info .info_box span:last-child {
  font-size: .4rem;
  font-weight: 400;
  font-family: 'HarmonyOS Sans SC', sans-serif;
  color: rgba(102, 102, 102, 1);
  line-height: .8rem;
  width: 7rem;
  display: block;
}
