/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src:
    url("/assets/css/font/fontIcon/iconfont.woff2?t=1765777637515")
      format("woff2"),
    url("/assets/css/font/fontIcon/iconfont.woff?t=1765777637515")
      format("woff"),
    url("/assets/css/font/fontIcon/iconfont.ttf?t=1765777637515")
      format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("font/Caveat-Regular.ttf");
  font-display: swap;
}
html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

:root {
  --mainColor: #b6332f;
  --bg: #f4f4f4;
  --ba-a: #211916;
  --main-font: "Lexend", sans-serif;
}
body {
  font-family: var(--main-font);
  font-weight: 400;
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}

/* #endregion  */

/* #region System style */
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  .system_com_title {
    font-size: 18px;
  }
}
/* faq */
.system_faq_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_faq_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.system_faq_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.system_faq_item .tl {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 0.775rem;
  border-radius: 0.625rem;
  padding: 0 0.25rem;
  background-image: linear-gradient(320deg, #f7faff 0%, #f1f3f6 100%);
}
.system_faq_item .icon {
  display: block;
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
  margin-right: 0.375rem;
}
.system_faq_item .icon::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  transform: rotate(90deg);
  background-color: var(--mainColor);
  transition: all 0.5s;
}
.system_faq_item .tl .name {
  font-size: 0.225rem;
  font-weight: 700;
  flex: 1;
  color: var(--mainColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_faq_item .text {
  width: 100%;
  font-size: 0.2rem;
  display: none;
  line-height: 0.325rem;
  color: #a6adb5;
  padding: 0.25rem 0.5rem 0.375rem 0.625rem;
}
.system_faq_item.active .tl {
  background-color: var(--mainColor);
  background-image: none;
  height: auto;
  padding: 0.125rem 0.25rem;
}
.system_faq_item.active .tl .name {
  color: #fff;
  display: inline;
}
.system_faq_item.active .icon,
.system_faq_item.active .icon::after {
  background-color: #fff;
}
.system_faq_item.active .icon::after {
  transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .system_faq_box {
    padding: 20px 0;
  }
  .system_faq_con {
    margin-top: 15px;
  }
  .system_faq_item .text,
  .system_faq_item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .system_faq_item .tl .name {
    font-size: 15px;
  }
  .system_faq_item .tl {
    height: 35px;
  }
  .system_faq_item .icon,
  .system_faq_item .icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 430px) {
  .system_faq_item.active .tl {
    height: auto;
  }
  .system_faq_item.active .tl .name {
    display: inline;
    padding: 6px 10px;
  }
}

/* news */
.system_news_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_news_con {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4375rem;
}
.system_news_item {
  position: relative;
  border-radius: 0.075rem;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.system_news_con_cols4 .system_news_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_news_con_cols3 .system_news_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_news_con_cols2 .system_news_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_news_con_cols4 .system_news_item:nth-child(4n),
.system_news_con_cols3 .system_news_item:nth-child(3n),
.system_news_con_cols2 .system_news_item:nth-child(2n) {
  margin-right: 0;
}

.system_news_item .img {
  width: 100%;
  height: 3.575rem;
  overflow: hidden;
  border-radius: 0.075rem 0.075rem 0 0;
}
.system_news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_news_item:hover .img img {
  transform: scale(1.2);
}
.system_news_item .text {
  display: block;
  width: 100%;
  height: 3.0625rem;
  border-radius: 0 0 0.075rem 0.075rem;
  padding: 10%;
}
.system_news_item .text .name {
  font-size: 0.25rem;
  line-height: 0.325rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.system_news_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
}
.system_news_item .bto {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.system_news_item .bto .lt {
  width: 80%;
}
.system_news_item .bto .time,
.system_news_item .bto .author {
  font-size: 0.1875rem;
  font-weight: 700;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.system_news_item .bto .number {
  font-size: 0.1875rem;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.system_news_item .bto .number::before {
  margin-right: 0.05rem;
  transition: all 0.3s;
  font-size: 0.225rem;
  color: red;
}
.system_news_item .bto .number:hover::before {
  transform: scale(1.2);
}
.system_news_item .bto .author {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.4rem);
}
.system_news_item:hover .author {
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
}
.system_news_item:hover .time {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.system_news_item .bto .author span {
  display: inline-block;
  margin-left: 0.0625rem;
  text-decoration: underline;
}
.system_news_item:hover .name {
  color: var(--mainColor);
}
.system_news_categories {
  position: absolute;
  display: inline-block;
  top: 0.2125rem;
  right: 0.25rem;
  width: fit-content;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.4);
  padding: 0.05rem 0.15rem;
  background-color: #fff;
  color: #000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .system_news_box {
    padding: 20px 0;
  }
  .system_news_con {
    margin-top: 15px;
  }
  .system_news_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_news_item .bto .time,
  .system_news_item .bto .author,
  .system_news_item .bto .number {
    font-size: 12px;
  }
  .system_news_con_cols4 .system_news_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n) {
    margin-right: 0;
  }

  .system_news_item .text {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .system_news_item .img {
    height: auto;
  }
  .system_news_con_cols4 .system_news_item,
  .system_news_con_cols3 .system_news_item {
    width: calc((100% - 10px) / 2);
  }
  .system_news_con_cols3 .system_news_item {
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n),
  .system_news_con_cols3 .system_news_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(2n),
  .system_news_con_cols3 .system_news_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_news_item .text {
    height: auto;
  }
  .system_news_con .system_news_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* Contact Us */
.system_contact_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_contact_con {
  margin-top: 0.4375rem;
}
.system_contact_con .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.system_contact_con .top li {
  position: relative;
  width: calc((100% - 0.75rem) / 3);
  height: auto;
  background-color: #f4f4f6;
  border-radius: 0.0625rem;
  display: flex;
  min-height: 3.125rem;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: center;
  padding: 0.5rem 0.375rem;
  border-bottom: 0.05rem solid var(--mainColor);
}
/* .system_contact_con .top li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.05rem;
  left: 0;
  bottom: 0;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
} */
.system_contact_con .top li .icon {
  font-size: 0.575rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
}
.system_contact_con .top li .name {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 0.375rem 0 0.125rem 0;
}
.system_contact_con .top li:hover {
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.3);
}
.system_contact_con .top li .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  text-align: center;
  color: #646c71;
}

.system_contact_form {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  margin-top: 1.25rem;
  background-color: #f4f4f6;
}

.system_contact_form .title {
  font-size: 0.45rem;
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
}
.system_contact_form form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 0.3125rem;
}
.system_contact_form input {
  width: 100%;
  height: 0.6875rem !important;
  background-color: #fff !important;
  color: #192436 !important;
  font-size: 0.2rem !important;
  padding: 0 0.125rem !important;
  outline: none !important;
  transition: all 0.3s !important;
  border-radius: 0.0625rem !important;
  transition: all 0.3s !important;
}
.system_contact_form input:focus,
.system_contact_form textarea:focus {
  border: 0.0125rem solid var(--mainColor);
}
.system_contact_form .formList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}
.system_contact_form .formList input {
  width: calc((100% - 0.25rem) / 2);
}
.system_contact_form textarea {
  width: 100% !important;
  height: 4.375rem !important;
  transition: all 0.3s !important;
  font-size: 0.2rem !important;
  background-color: #fff !important;
  border-radius: 0.0625rem !important;
  color: #192436 !important;
  padding: 0.125rem 0 0 0.125rem !important;
}
.system_contact_form button[type="submit"] {
  width: 30% !important;
  height: 0.65rem !important;
  font-size: 0.225rem !important;
  font-weight: 600 !important;
  background-color: var(--mainColor) !important;
  color: #fff !important;
  margin: 0 auto !important;
}
.system_contact_form button {
  cursor: pointer;
}
.system_contact_form .com-ls24 {
  font-size: 0.225rem;
  color: #000;
}
.system_contact_form .com-ls24 a {
  text-decoration: underline;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_contact_box,
  .system_contact_form {
    padding: 20px 0;
  }
  .system_contact_form .title {
    font-size: 18px;
  }
  .system_contact_con .top li .name {
    font-size: 16px;
  }
  .system_contact_con .top li .ls,
  .system_form_ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_contact_con .top {
    flex-wrap: wrap;
  }
  .system_contact_con .top li .icon {
    height: 30px;
  }
  .system_contact_con .top li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 15px 0;
  }
  .system_contact_form input {
    height: 35px;
    font-size: 14px;
  }
  .system_contact_form textarea {
    height: 120px;
    font-size: 14px;
  }
  .system_contact_con .top li:nth-child(2n) {
    margin-right: 0;
  }
  .system_contact_form input[type="submit"] {
    height: 40px;
    font-size: 16px;
  }
  .system_contact_form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .system_contact_con .top li {
    width: 100%;
    padding: 25px 20px;
    height: auto;
    margin-right: 0;
  }
  .system_contact_form form {
    margin-top: 15px;
  }
  .system_contact_form .formList {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .system_contact_form .formList input {
    width: 100%;
    margin-bottom: 10px;
  }
  .system_contact_form input[type="submit"] {
    width: 50%;
  }
}

/* List */
.system_list_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_list_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_list_item {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_list_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_list_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_list_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_list_item:nth-child(4n),
.system_list_con_col3 .system_list_item:nth-child(3n),
.system_list_con_col2 .system_list_item:nth-child(2n) {
  margin-right: 0;
}
.system_list_item .img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_list_item:hover .img img {
  transform: scale(1.2);
}
.system_list_item .text {
  display: block;
  width: 100%;
  height: 2.2125rem;
  background-color: #fff;
  padding: 0.25rem 0.1875rem;
  border-radius: 0 0 0.0625rem 0.0625rem;
}
.system_list_item .text .name {
  font-size: 0.25rem;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
  transition: all 0.3s;
}
.system_list_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #a7a7a7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
}
.system_list_item .text .mores {
  display: block;
  position: relative;
  width: 1.9375rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 600;
  background-color: var(--mainColor);
  z-index: 1;
}
.system_list_item .text .mores::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 0.05rem;
  transition: all 0.3s;
  z-index: -1;
}
.system_list_item:hover .mores::after {
  width: 100%;
}
.system_list_item:hover .name {
  color: var(--mainColor);
}

@media screen and (max-width: 1024px) {
  .system_list_box {
    padding: 20px 0;
  }
  .system_list_con {
    margin-top: 15px;
  }
  .system_list_con_col4 .system_list_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .system_list_item .text .mores {
    font-size: 14px;
  }
  .system_list_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_list_item .text {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .system_list_item .img,
  .system_news_item .img {
    height: auto;
  }

  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_list_con {
    align-items: baseline;
  }
  .system_list_con_col4 .system_list_item,
  .system_list_con_col3 .system_list_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_list_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n),
  .system_list_con_col3 .system_list_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(2n),
  .system_list_con_col3 .system_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_list_con .system_list_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* 视频列表 */
.system_video_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_video_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_video_item {
  width: calc((100% - 0.75rem) / 4);
  height: auto;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.4);
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_video_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_video_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_video_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_video_item:nth-child(4n),
.system_list_con_col3 .system_video_item:nth-child(3n),
.system_list_con_col2 .system_video_item:nth-child(2n) {
  margin-right: 0;
}
.system_video_item .img {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_con_col3 .system_video_item .img {
  height: 3.75rem;
}
.system_list_con_col2 .system_video_item .img {
  height: 4.375rem;
}
.system_video_item .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system_video_item .name {
  width: 100%;
  padding: 0.15rem 0.1875rem;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000;
  height: 1rem;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0 0 0.0625rem 0.0625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .system_video_box {
    padding: 20px 0;
  }
  .system_video_con {
    margin-top: 15px;
  }
  .system_video_item .name {
    font-size: 15px;
    line-height: 23px;
  }
  .system_list_con_col4 .system_video_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .system_list_con_col4 .system_video_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .system_list_con_col4 .system_video_item,
  .system_list_con_col3 .system_video_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_video_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n),
  .system_list_con_col3 .system_video_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(2n),
  .system_list_con_col3 .system_video_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_video_con .system_video_item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* Download */
.system_down_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f8f8f8;
}

.system_down_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
}
.system_down_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.0625rem;
  padding: 0 0.25rem 0.3125rem 0.25rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.system_down_item:hover {
  border-bottom: 1px solid var(--mainColor);
}
.system_down_item .lt .icon1 {
  font-size: 0.35rem;
  color: var(--mainColor);
}
.system_down_item .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  margin: 0 0.1875rem 0 0.375rem;
  transition: all 0.3s;
}
.system_down_item:hover .name {
  color: var(--mainColor);
}
.system_down_item .time {
  font-size: 0.2rem;
  color: #938f8d;
}
.system_down_item .lt {
  display: flex;
  align-items: center;
}
.system_down_item .rt {
  display: flex;
  align-items: center;
}
.system_down_item .rt .size {
  font-size: 0.2rem;
  margin-right: 0.125rem;
  color: #938f8d;
}
.system_down_item .rt .icon2 {
  font-size: 0.375rem;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_down_box {
    padding: 20px 0;
  }
  .system_down_con {
    margin-top: 15px;
  }
  .system_down_item .lt .icon1,
  .system_down_item .rt .icon2 {
    font-size: 20px;
  }
  .system_down_item .name {
    font-size: 16px;
  }

  .system_down_item .time,
  .system_down_item .rt .size {
    font-size: 14px;
  }
  .system_down_item {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .system_down_item {
    flex-wrap: wrap;
    justify-content: end;
  }
  .system_down_item .rt {
    margin-top: 10px;
  }
}
/* News details */
.system_newsDel_box {
  width: 100%;
  padding: 0.625rem 0;
}
.system_newsDel_box .com-card {
  display: flex;
}
.system_newsDel_lt {
  width: calc((100% - 25%));
}
.system_newsDel_nav,
.system_newsDel_nav .com-card {
  display: flex;
  align-items: center;
}
.system_newsDel_nav a {
  font-size: 0.2rem;
  color: #000;
}
.system_newsDel_rt {
  width: 25%;
  margin-left: 0.625rem;
}
.system_newsDel_category {
  width: fit-content;
  padding: 0.05rem 0.125rem;
  font-size: 0.2rem;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
  margin-top: 0.875rem;
}
.system_newsDel_box .system_com_title {
  margin: 0.1875rem 0;
}
.system_newsDel_name {
  width: 100%;
  font-size: 0.1875rem;
  color: #bbb;
  text-align: center;
}
.system_newsDel_link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5625rem 0;
}
.system_newsDel_content {
  margin-bottom: 0.625rem;
}
.system_newsDel_link a {
  display: flex;
  align-items: center;
  font-size: 0.325rem;
  margin-right: 0.125rem;
}
.system_newsDel_link a:last-child {
  margin-right: 0;
}
.system_newsDel_link a i {
  display: inline-block;
  width: 100%;
  font-size: 0.325rem;
  height: 100%;
  color: var(--mainColor);
}
.system_newsDel_content,
.system_newsDel_content p {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #000;
}
.system_newsDel_bto {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.system_newsDel_bto .lt_prev,
.system_newsDel_bto .rt_next {
  display: flex;
  align-items: center;
  width: 40%;
}
.system_newsDel_bto .icon {
  font-size: 0.475rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.5);
}
.system_newsDel_bto .lt_prev .icon {
  margin-right: 0.25rem;
}
.system_newsDel_bto .rt_next .icon {
  margin-left: 0.25rem;
}
.system_newsDel_bto .lt_prev:hover .ls,
.system_newsDel_bto .lt_prev:hover .icon,
.system_newsDel_bto .rt_next:hover .ls,
.system_newsDel_bto .rt_next:hover .icon,
.system_newsDel_bto .con:hover {
  color: var(--mainColor);
}

.system_newsDel_bto .text .name {
  font-size: 0.2rem;
  color: #bbb;
}
.system_newsDel_bto .text .ls {
  font-size: 0.2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.3rem;
  color: #333;
  margin-top: 0.05rem;
}
.system_newsDel_bto .con {
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.system_newsDel_rt .title {
  font-size: 0.45rem;
  color: #000;
  font-weight: 700;
}
.system_newsDel_rtItem {
  width: 100%;
  height: auto;
}
.system_newsDel_rtItem li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0.25rem 0;
}
.system_newsDel_rtItem li .img {
  width: 1.25rem;
  overflow: hidden;
  height: 1.125rem;
  border-radius: 0.05rem;
  margin-right: 0.1875rem;
}
.system_newsDel_rtItem li:hover img {
  transform: scale(1.2);
}
.system_newsDel_rtItem li:hover .name {
  color: var(--mainColor);
}
.system_newsDel_rtItem li .img a {
  display: flex;
  width: 100%;
  height: 100%;
}
.system_newsDel_rtItem li .text {
  display: inline-block;
  flex: 1;
}
.system_newsDel_rtItem li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_newsDel_rtItem li .name {
  font-size: 0.225rem;
  line-height: 0.325rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_newsDel_rtItem li .time {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.0625rem;
}
.system_newsDel_form {
  width: 100%;
  height: auto;
}
.system_newsDel_form .tl {
  font-size: 0.3rem;
  color: #333 !important;
  font-weight: 700;
  margin: 0.5rem 0 0.25rem 0;
}
.system_newsDel_form form {
  width: 100%;
  height: auto;
}
.system_newsDel_form form input {
  width: 100%;
  display: flex;
  height: 0.5875rem;
  font-size: 0.225rem !important;
  padding-left: 0.1875rem !important;
  border-radius: 0.0625rem !important;
  margin-bottom: 0.1875rem;
  color: #333 !important;
  border: 1px solid #eee !important;
}
.system_newsDel_form form textarea {
  width: 100%;
  display: flex;
  height: 1.5rem;
  color: #333;
  font-size: 0.225rem;
  border-radius: 0.0625rem;
  border: 1px solid #eee;
  padding: 0.125rem 0 0 0.1875rem;
}
.system_newsDel_form form .ls {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
  margin: 0.15rem 0 0.25rem 0;
}
.system_newsDel_form form .ls a {
  text-decoration: underline !important;
}
.system_newsDel_form form button {
  width: 1.9rem !important;
  height: 0.5875rem !important;
  border-radius: 0.0625rem !important;
  font-size: 0.225rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff !important;
  text-align: center;
  line-height: 0.5875rem;
  background-color: var(--mainColor);
}
.system_newsDel_table {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}

.system_newsDel_table .title {
  width: 100%;
  font-size: 0.3rem;
  color: #323232;
  font-weight: 700;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(110, 110, 110, 0.2);
}
.system_newsDel_tableCon {
  width: 100%;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  padding: 0.125rem 0;
}
.system_newsDel_tableCon .item {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.325rem;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  padding-left: 0.1875rem;
  margin-bottom: 0.375rem;
  transition: all 0.3s;
}
.system_newsDel_content h2,
.system_newsDel_content h3 {
  font-size: 0.3rem;
  font-weight: 700;
  margin: 0.125rem 0;
}
.system_newsDel_content table {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  margin: 0.125rem 0;
  overflow: auto;
}
.system_newsDel_content table td {
  border-right: 1px solid #333;
  padding: 0 0.125rem;
  font-size: 0.2rem;
  height: 0.5625rem;
  border-bottom: 1px solid #333;
}
.system_newsDel_tableCon .item:hover,
.system_newsDel_tableCon .item.active {
  color: var(--mainColor);
}
.system_newsDel_tableCon .item:hover::after,
.system_newsDel_tableCon .item.active::after {
  background-color: var(--mainColor);
}
.system_newsDel_tableCon .item::after {
  position: absolute;
  top: 50%;
  left: -0.05rem;
  transform: translateY(-50%);
  display: flex;
  content: "";
  width: 0.1rem;
  transition: all 0.3s;
  height: 0.1rem;
  border-radius: 0.625rem;
  background-color: #000;
}
.system_newsDel_table.is-fixed {
  position: fixed;
  top: 0;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .system_newsDel_box {
    padding: 20px 0;
  }
  .system_newsDel_table {
    display: none !important;
  }
  .system_newsDel_rt .title,
  .system_newsDel_content h2,
  .system_newsDel_content h3 {
    font-size: 18px;
  }

  .system_newsDel_category,
  .system_newsDel_rtItem li .name,
  .system_newsDel_form form input[type="submit"] {
    font-size: 15px;
  }

  .system_newsDel_name,
  .system_newsDel_bto .text .name,
  .system_newsDel_rtItem li .time {
    font-size: 14px;
  }
  .system_newsDel_nav a,
  .system_newsDel_content,
  .system_newsDel_content p,
  .system_newsDel_bto .text .ls,
  .system_newsDel_form form .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_newsDel_category {
    margin-top: 20px;
  }
  .system_newsDel_box .com-card,
  .system_newsDel_box .com-card .e-con-inner {
    flex-wrap: wrap !important;
  }
  .system_newsDel_box .com-card .e-con-inner > div {
    padding: 0 !important;
  }
  .system_newsDel_lt {
    flex: none !important;
    width: 100% !important;
  }
  .system_newsDel_rt {
    width: 100% !important;
    margin: 15px 0 0;
  }
  .system_newsDel_content table {
    display: inline-block;
    overflow-x: scroll;
  }
  .system_newsDel_link {
    margin: 4% 0;
  }
}

@media screen and (max-width: 500px) {
  .system_newsDel_bto .lt_prev,
  .system_newsDel_bto .rt_next {
    width: 100%;
  }
  .system_newsDel_bto .con {
    margin: 15px 0;
  }
  .system_newsDel_bto {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Product aggregation page */
.system_aggregation_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_aggregation_con {
  margin-top: 0.4375rem;
}
.system_aggregation_item {
  width: 100%;
  height: 8.625rem;
  background-color: rgba(245, 245, 245, 1);
}

.system_aggregation_item .com-card {
  display: flex;
  align-items: center;
}
.system_aggregation_item .img {
  width: 50%;
  height: auto;
  margin-right: 1.25rem;
}
.system_aggregation_item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) {
  background-color: #fff;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .com-card {
  flex-direction: row-reverse;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
  margin-left: 1.25rem;
  margin-right: 0;
}
.system_aggregation_item .text {
  display: block;
  flex: 1;
}
.system_aggregation_item .text .name {
  font-size: 0.45rem;
  color: #000;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.system_aggregation_item .text .ls,
.system_aggregation_item .text .ls p {
  font-size: 0.2rem;
  color: #484848;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.system_aggregation_item .mores {
  width: 2rem;
  height: 0.65rem;
  display: block;
  font-size: 0.225rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 0.375rem;
  background-color: var(--mainColor);
  line-height: 0.65rem;
  border-radius: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .system_aggregation_box {
    padding: 20px 0;
  }

  .system_aggregation_con {
    margin-top: 15px;
  }
  .system_aggregation_item .text .name {
    font-size: 18px;
  }

  .system_aggregation_item .more {
    font-size: 15px;
  }
  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    font-size: 14px;
    line-height: 24px;
  }

  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    margin-bottom: 4px;
  }
  .system_aggregation_item {
    height: auto;
    padding: 0.375rem 0;
  }
  .system_aggregation_item .img {
    width: 36%;
    height: auto;
    margin-right: 4%;
  }
  .system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_aggregation_item .img {
    width: 100% !important;
    margin: 0 !important ;
  }
}
/* Product Details */
.system_product_del_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_product_del_box .com-card {
  display: flex;
}
.system_product_del_box .lt {
  width: 8.4875rem;
  height: auto;
  margin-right: 0.5625rem;
}
.systemdetailBox1Swiper2 {
  position: relative;
  width: 100%;
  height: 6.6625rem;
  overflow: hidden;
  border: 1px solid #eee;
}
.systemdetailBox1Swiper2 .img {
  width: 100%;
  height: 100%;
}
.systemdetailBox1Swiper2 img,
.systemdetailBox1Swiper1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.systemdetailBox1Swiper1 {
  width: 100%;
  height: 1.225rem;
  overflow: hidden;
}

.systemdetailBox1Swiper1 .img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.3s;
}

.systemdetailBox1-prev,
.systemdetailBox1-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0.5625rem !important;
  color: #fff;
  transition: all 0.3s;
}
.systemdetailBox1-prev {
  left: 0;
}
.systemdetailBox1-prev:hover,
.systemdetailBox1-next:hover {
  color: var(--mainColor);
}
.systemdetailBox1-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.systemdetailBox1Swiper1 .swiper-slide-thumb-active .img {
  border: 1px solid var(--mainColor);
}
.system_product_del_box .rt .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  color: #000;
  margin: 0.1875rem 0 0.375rem 0;
}
.system_product_del_box .rt {
  flex: 1;
}
.system_product_del_box .rt .system_com_title {
  text-align: left;
}
.system_product_del_box .rt .table .tl {
  font-size: 0.2rem;
  color: #000;
  font-weight: 700;
  margin: 0.125rem 0;
}

.system_product_del_box .rt .table,
.system_product_del_box .rt table,
.system_product_del_box .rt table .con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.system_product_del_box .rt .table td {
  font-size: 0.2rem;
  height: 0.625rem;
  border-bottom: 1px solid #eee;
  color: #000;
}
.system_product_del_box .rt .quotes {
  width: 2.6875rem;
  height: 0.5625rem;
  color: #fff;
  font-size: 0.225rem;
  cursor: pointer;
  text-align: center;
  margin-top: 0.4375rem;
  line-height: 0.5625rem;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
}
.system_product_del_box2 {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.system_product_del_box2 .com-card {
  display: flex;
  align-items: center;
  border-bottom: 0.0125rem solid #333;
}
.system_product_del_box2 a {
  position: relative;
  font-size: 0.225rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.25rem;
  display: block;
  margin-right: 0.4375rem;
}
.system_product_del_box2 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0.025rem;
  position: absolute;
  left: 0;
  border-radius: 0.025rem;
  bottom: -0.0125rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.system_product_del_box2 a:hover,
.system_product_del_box2 a.active {
  color: var(--mainColor);
}
.system_product_del_box2 a:hover::after,
.system_product_del_box2 a.active::after {
  width: 100%;
}
.system_product_del_box3 {
  width: 100%;
  height: auto;
}
.system_product_del_box3 .system_com_title {
  font-size: 0.375rem;
  text-align: left;
  color: #000;
  font-weight: 700;
}
.system_product_del_box3 .item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.system_product_del_box3Item1 .con {
  margin-top: 0.4375rem;
}
.system_product_del_box3Item1 .con,
.system_product_del_box3Item1 .con p,
.system_product_del_box3Item2 .con,
.system_product_del_box3Item2 .con p,
.system_product_del_box3Item3 .con,
.system_product_del_box3Item3 .con p,
.system_product_del_box3Item4 .con,
.system_product_del_box3Item4 .con p,
.system_product_del_box3Item5 .con,
.system_product_del_box3Item5 .con p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.system_product_del_box2.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 333;
}
@media screen and (max-width: 1024px) {
  .system_product_del_box,
  .system_product_del_box3 .item {
    padding: 20px 0;
  }
  .system_product_del_box3 .system_com_title {
    font-size: 18px;
  }

  .system_product_del_box2 a {
    font-size: 16px;
  }
  .system_product_del_box .rt .table .tl,
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }

  .system_product_del_box .rt .table td {
    font-size: 14px;
  }
  .system_product_del_box .rt .ls,
  .system_product_del_box3Item1 .con,
  .system_product_del_box3Item1 .con p,
  .system_product_del_box3Item2 .con,
  .system_product_del_box3Item2 .con p,
  .system_product_del_box3Item3 .con,
  .system_product_del_box3Item3 .con p,
  .system_product_del_box3Item4 .con,
  .system_product_del_box3Item4 .con p,
  .system_product_del_box3Item5 .con,
  .system_product_del_box3Item5 .con p {
    font-size: 14px;
    line-height: 24px;
  }
  .systemdetailBox1Swiper1 {
    height: auto;
  }

  .system_product_del_box .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box .lt {
    width: 80%;
    margin: 0 0 10px 0;
  }
  .system_product_del_box .rt {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .system_product_del_box .lt {
    width: 100%;
  }
  .systemdetailBox1Swiper1,
  .systemdetailBox1Swiper2 {
    height: auto;
  }
  .system_product_del_box2 .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box2 a {
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}
/* Navigation */
.system_nav_box {
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
}
.system_nav_box .com-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.system_nav_box a,
.system_nav_box span {
  font-size: 0.2125rem;
  color: #000;
  transition: all 0.3s;
}

.system_nav_box a::before {
  font-size: 0.15rem;
  transition: all 0.3s;
  margin: 0 0.0375rem;
}
.system_nav_box a.active,
.system_nav_box a:hover,
.system_nav_box span.active,
.system_nav_box span:hover {
  color: var(--mainColor);
  font-weight: 700;
}
.rank-math-breadcrumb p span {
  font-family: "Poppins";
  display: inline-block;
  margin: 0 2px;
}
.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }
  .system_news_categories {
    font-size: 14px;
  }

  .system_nav_box .com-card {
    flex-wrap: wrap;
  }
}

/* 分类导航 */
.system_category_navigation {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f6;
}
.system_category_navigation .com-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_category_navigation a {
  position: relative;
  font-size: 0.225rem;
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 0.5625rem;
}
.system_category_navigation a:last-child {
  margin-right: 0;
}
.system_category_navigation a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  content: "";
  width: 0;
  height: 0.0125rem;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.system_category_navigation a:hover,
.system_category_navigation a.active {
  color: var(--mainColor);
}
.system_category_navigation a:hover::after,
.system_category_navigation a.active::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .system_category_navigation {
    height: auto;
    padding: 10px 0;
  }
  .system_category_navigation .com-card {
    flex-wrap: wrap;
  }
  .system_category_navigation a {
    font-size: 15px;
  }
}

/* 分页 */
.pagination {
  width: 100%;
  height: auto;
  margin-top: 3%;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li span,
.pagination .page-numbers li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  width: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 35px;
  transition: all 0.3s;
  margin-right: 8px;
  border: 1px solid var(--mainColor);
}
.pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers li:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.pagination .page-numbers .current {
  color: #fff;
  background-color: var(--mainColor);
}
button {
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers li {
    margin-bottom: 4px;
  }
  .pagination .page-numbers {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.single .aligncenter {
  display: block;
  margin: 0.25rem auto;
  text-align: center;
}
.single .alignleft {
  float: left;
  margin: 0.125rem 0.25rem 0.125rem 0;
}
.single .alignright {
  float: right;
  margin: 0.125rem 0 0.125rem 0.25rem;
}

@media screen and (max-width: 768px) {
  .single .alignleft,
  .single .alignright {
    float: none;
    display: block;
    margin: 0.2rem auto;
    text-align: center;
  }
}
/* #endregion */

/* #region  Page style */

.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.55s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(221, 27, 27, 0.6);
  transform: translateY(-5px);
}

.com-ls30,
.com-ls30 p,
.com-ls30 div {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.min-tl {
  font-size: 0.2rem;
  font-weight: 500;
  color: var(--mainColor);
  text-align: center;
  margin-bottom: 0.05rem;
}
.com-tl.left,
.min-tl.left {
  text-align: left;
}
.com-ls30.white,
.com-ls30.white p,
.com-ls30.white div,
.com-ls24.white,
.com-ls24.white p,
.com-ls24.white div,
.min-tl.white,
.com-tl.white,
.com-ls28.white,
.com-ls28.white p,
.com-ls28.white div {
  color: #fff;
}
.com-ls24,
.com-ls24 p,
.com-ls24 div {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #3b3b3b;
}
.com-ls24,
.com-ls24 p,
.com-ls24 div {
  text-align: center;
}
.com-ls28,
.com-ls28 div,
.com-ls28 p {
  font-size: 0.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.375rem;
  color: #1f1f1f;
}

.com-mores {
  display: block;
  cursor: pointer;
  width: 2.6125rem;
  height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.75rem;
  color: #ffffff;
  transition: all 0.3s;
}
.com-ls36,
.com-ls36 p,
.com-ls36 div {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
}
.com-ls36.black,
.com-ls36.black p,
.com-ls36.black div,
.com-tl.black {
  color: #000;
}
.com-tl {
  font-size: 0.45rem;
  text-align: center;
  font-weight: 600;
  color: #180e0e;
}

.com-tl.left {
  text-align: left;
}
.com-title {
  text-align: center;
  margin-top: 0.125rem;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
}
.header {
  position: fixed;
  top: 0.125rem;
  z-index: 999;
  width: 100%;
  height: 1.125rem;
  transition:
    transform 0.4s ease-in-out,
    background 0.3s;
}
.header.header-hide {
  transform: translateY(-150%);
}
.header.header-visible {
  transform: translateY(0);
}
.header.header-hidden {
  transform: translateY(-100%);
}
.header.inner {
  position: static;
  background-color: #1f1f1f;
}
.header.inner.active {
  position: fixed;
}
.header .logo {
  width: 1.625rem;
  height: auto;
  margin-right: 1.875rem;
}
.header .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.header .rt {
  flex: 1;
  height: 0.875rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.0625rem;
  padding: 0 0.125rem 0 0.5rem;
  transition: all 0.3s;
}
.header .search {
  width: 0.7rem;
  cursor: pointer;
  height: 0.625rem;
  font-size: 0.25rem;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.0625rem;
  margin: 0 0.125rem;
}
.languageSwitching {
  width: 0.7rem;
  cursor: pointer;
  height: 0.625rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.0625rem;
}
.languageSwitching .icon {
  font-size: 0.25rem;
  cursor: pointer;
  color: #fff;
}
.header .rtBox .quotes {
  width: 1.95rem;
  cursor: pointer;
  height: 0.625rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.625rem;
  color: #ffffff;
  transition: all 0.3s;
}
.menu-level1 > li,
.menu-level1 {
  height: 100%;
}
.menu-level1 > li > a {
  font-size: 0.225rem;
  color: #ffffff;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}
.header.active {
  top: 0;
  background-color: #1f1f1f;
  box-shadow: 0px 0px 0.375rem 0.0625rem rgba(32, 26, 15, 0.5);
}
.header.active .rt {
  background-color: transparent;
}
/* 菜单下拉 */
.menuDowns {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  z-index: 222;
  display: none;
  top: 1rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
  box-shadow: 0 0 0.1875rem 0 rgba(255, 255, 255, 0.4);
}
.menuDownsCon {
  width: 100%;
  height: auto;
  max-height: 6.25rem;
  overflow-y: auto;
}
.menuDownsLt {
  width: 8.875rem;
  background-color: #f4f4f4;
  padding: 0.5rem 0 0.25rem 0;
}
.menuDownsLt .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.85rem;
  font-size: 0.225rem;
  line-height: 0.85rem;
  padding: 0 0.1875rem 0 3.2875rem;
  transition: all 0.3s;
  color: #111111;
  overflow: hidden;
}
.menuDownsLt .item:hover::after,
.menuDownsLt .item.active::after {
  color: var(--mainColor);
  transform: translateX(0);
}
.menuDownsLt .item::after {
  display: block;
  content: ">";
  font-family: Poppins;
  font-size: 0.45rem;
  color: #3b3b3b;
  transition: all 0.3s;
  transform: translateX(200%);
}
.menuDownsLt .item:hover,
.menuDownsLt .item.active {
  background-color: #ffffff;
  color: var(--mainColor);
}
.menuDownsLevelTwo {
  width: 17%;
  overflow-y: auto;
  padding: 0.5rem 0 0.25rem 0;
  border-right: 1px solid #e5e5e5;
}
.menuDownsLevelTwo .items {
  width: 100%;
  height: auto;
  display: none;
}
.menuDownsLevelTwo .items.active {
  display: block;
}
.menuDownsLevelTwo .item {
  display: block;
  width: 100%;
  font-size: 0.225rem;
  line-height: 0.75rem;
  padding: 0 0.125rem 0 0.5rem;
  color: #000000;
}
.menuDownsLevelTwo .item:hover,
.menuDownsLevelTwo .item.active {
  text-decoration: underline;
  color: var(--mainColor);
}
.menuDownsRt {
  flex: 1;
  background-color: #fff;
}
.menuDownsRt .items {
  width: 100%;
  display: none;
}
.menuDownsRt .items.active {
  display: block;
}
.menuDownsRt .item {
  width: 100%;
  height: auto;
  display: none;
  padding: 0.75rem 3.2875rem 0.75rem 0.75rem;
}
.menuDownsRt .item.active {
  display: block;
}
.menuDownsRt .item .img {
  width: 4.375rem;
  height: auto;
}
.menuDownsRt .item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
/* === */
/* === */
.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.headerSwiper .swiper-slide {
  position: relative;
}
.headerSwiper .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headerSwiper .text .tl {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 0.8375rem;
  color: #ffffff;
}
.headerSwiper .text .title {
  font-size: 0.3rem;
  line-height: 0.325rem;
  color: #ffffff;
  margin: 0.125rem 0 0.3125rem 0;
}

.headerSwiper .text .con {
  width: 100%;
  height: auto;
}

.headerSwiper .img {
  width: 79.5%;
  margin: 0 auto;
}
.headerSwiper .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-pagination {
  position: absolute;
  bottom: 0.375rem !important;
  z-index: 22;
}
.header-pagination .swiper-pagination-bullet {
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s;
}
.header-pagination .swiper-pagination-bullet::after {
  display: block;
  content: "";
  width: 0.0625rem;
  border-radius: 50%;
  height: 0.0625rem;
  background-color: #ffffff;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  border: solid 0.0125rem #e7e7e7;
}
.headerSwiper .linkList a {
  width: 0.825rem;
  padding: 0.1125rem;
  height: 0.75rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
  margin-right: 0.125rem;
}
.headerSwiper .linkList {
  position: absolute;
  right: 1.25rem;
  z-index: 33;
  bottom: 0.175rem;
}
.headerSwiper .linkList a img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 2rem 0 1.0625rem 0;
}
.iderIndexBox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1.125rem;
}
.iderIndexBox1Swiper .con {
  width: 100%;
  height: 7.0875rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.375rem 0.25rem 0.3125rem 0.3125rem;
  flex-direction: column;
  justify-content: space-between;
}
.iderIndexBox1Swiper .con .type {
  font-size: 0.3rem;
  font-weight: 500;
  padding-left: 0.125rem;
  z-index: 2;
  color: #3b3b3b;
}
.iderIndexBox1Swiper .con .img {
  width: 100%;
  height: 4.625rem;
  overflow: hidden;
  padding: 0.25rem;
}
.iderIndexBox1Swiper .con .img img {
  width: fit-content;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox1Swiper .con .mores {
  width: 2.2rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  line-height: 0.575rem;
  margin-right: 0.0875rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.iderIndexBox1Swiper .con .quotes {
  width: 2.2rem;
  height: 0.575rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  cursor: pointer;
  border: solid 0.0125rem #d9d9d9;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #3e3e3e;
  transition: all 0.3s;
}
.comPrev,
.comNext {
  cursor: pointer;
  width: 0.625rem;
  height: 0.575rem;
  background-color: #fff;
  border: solid 0.0125rem #e5e5e5;
}
.comPrev {
  margin-right: 0.0875rem;
}
.comPrev img,
.comNext img {
  width: 0.3rem;
  object-fit: contain;
  height: 0.1rem;
  transition: all 0.3s;
}
.comNext:hover img,
.comPrev:hover img {
  filter: brightness(0) invert(1);
}
.comPrev:hover,
.comNext:hover {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.iderIndexBox1Swiper .bottom {
  margin-top: 0.8125rem;
}
.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0 1.5rem 0;
}
.iderIndexBox2 .com-card {
  width: 21.575rem;
}
.iderIndexBox2 ul {
  width: 100%;
  margin-top: 0.9375rem;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}
.iderIndexBox2 ul li {
  width: 100%;
  max-width: 5.125rem;
  height: 4.275rem;
  background: url(../picture/bg2.png) no-repeat;
  background-size: contain;
  padding: 0.4125rem 0.5rem 0.25rem 0.5rem;
}
.iderIndexBox2 li .icon {
  width: auto;
  height: 0.875rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderIndexBox2 li:hover .icon {
  transform: translateY(-10px);
}
.iderIndexBox2 li .name {
  width: 100%;
  margin: 0.125rem 0 0.1875rem 0;
}
@media (min-width: 1025px) {
  .iderIndexBox3 {
    width: 100%;
    position: relative;
    height: 9.25rem;
    overflow: hidden;
  }

  .iderIndexBox3 .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px) scale(1);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 1;
    margin-bottom: 0;
  }

  /* 激活项的状态 */
  .iderIndexBox3 .item.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    z-index: 2;
  }
}
@media (min-width: 1024) {
  .iderIndexBox3 {
    width: 100%;
    height: auto;
  }
  .iderIndexBox3 .item {
    position: relative;
    width: 100%;
    height: 9.25rem;
  }
}

/* .iderIndexBox3 {
  position: relative;
  width: 100%;
  height: 9.25rem;
}
.iderIndexBox3 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease-in-out;
  z-index: 1;
   transform: translateY(20px);
}
.iderIndexBox3 .item.active {
  opacity: 1;
  visibility: visible;
   transform: translateY(0); 
  z-index: 2;
}
/* .iderIndexBox3 .item {
  position: relative;
  width: 100%;
} */

.iderIndexBox3 .item .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox3 .item .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.625rem 0;
}
.iderIndexBox3 .item .text .bto {
  margin-top: 0.3125rem;
}
.iderIndexBox3 .item .type {
  font-size: 0.2rem;
  width: 100%;
  position: relative;
  padding-bottom: 0.0625rem;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  color: #ffffff;
}
.iderIndexBox3 .item .type::after {
  display: block;
  content: "";
  width: 0.6875rem;
  height: 0.025rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
  position: absolute;
  left: 0;
  bottom: -0.0125rem;
}
.iderIndexBox3 .item .name {
  font-size: 0.45rem;
  font-weight: 600;
  line-height: 0.6rem;
  color: #ffffff;
  width: 34%;
}
.iderIndexBox3 .item .ls {
  font-size: 0.3rem;
  line-height: 0.375rem;
  width: 36%;
  color: #ffffff;
}
.iderIndexBox3 .item .mores {
  width: 1.95rem;
  line-height: 0.625rem;
  height: 0.625rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  display: block;
  color: #ffffff;
  transition: all 0.3s;
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.75rem 0 0.625rem 0;
}
.iderIndexBox4 .top {
  width: 100%;
  height: auto;
}
.iderIndexBox4 .top .img {
  width: 8.75rem;
  height: 6.7625rem;
  border-radius: 0.125rem;
  overflow: hidden;
  margin-left: 0.375rem;
}
.iderIndexBox4 .top .lt {
  flex: 1;
}
.iderIndexBox4 .top .com-mores {
  margin-top: 0.4375rem;
}
.iderIndexBox4 .top .lt .title {
  margin: 0.0625rem 0 0.5rem 0;
}
.iderIndexBox4 ul {
  width: 100%;
  margin-top: 1rem;
  gap: 0.2rem;
  grid-template-columns: repeat(auto-fit, minmax(4.125rem, 1fr));
}
.iderIndexBox4 ul li {
  width: 100%;
  max-width: 4.225rem;
  height: 2.325rem;
  padding: 0.5625rem 0.125rem 0.125rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  transition: all 0.3s;
}
.iderIndexBox4 li .counter {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.6rem;
  color: #3b3b3b;
}
.iderIndexBox4 li .nu {
  line-height: 0.6rem;
  align-items: baseline;
}
.iderIndexBox4 li .em {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 0.6rem;
  color: #3b3b3b;
}
.iderIndexBox4 li .ls {
  font-size: 0.225rem;
  margin-top: 0.125rem;
  color: #3b3b3b;
}
.iderIndexBox4 li:hover {
  transform: translateY(-5px);
  border-color: var(--mainColor);
}
.iderIndexBox5 {
  position: relative;
  width: 100%;
  height: auto;
}
.iderIndexBox5 .bg {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
.iderIndexBox5 .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.iderIndexBox5 .text .com-tl {
  font-size: 0.75rem;
  color: #ffffff;
}
.iderIndexBox5 .text .ls {
  font-size: 0.25rem;
  color: #ffffff;
  margin: 0.175rem 0 0.2rem 0;
}
.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 0.1875rem 0 0.5rem 0;
}
.iderIndexBox6 .com-card {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #f5f5f5;
}
.iderIndexBox6 ul {
  width: 100%;
  margin-top: 0.625rem;
  gap: 0.45rem;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
}
.iderIndexBox6 ul li {
  width: 100%;
  max-width: 8.525rem;
}
.iderIndexBox6 li .img {
  display: block;
  width: 100%;
  height: 5.275rem;
  overflow: hidden;
}
.iderIndexBox6 li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 4.6rem;
  padding: 0.25rem 0.375rem 0.75rem 0.4625rem;
  background-color: #f5f5f5;
}
.iderIndexBox6 li .time {
  font-size: 0.2rem;
  color: #000000;
}
.iderIndexBox6 li .name {
  margin: 0.15rem 0;
  display: block;
  text-align: left;
}
.iderIndexBox6 li .mores {
  display: block;
  width: fit-content;
  font-size: 0.225rem;
  font-weight: 500;
  color: #ffffff;
  height: 0.6375rem;
  background-color: var(--mainColor);
  line-height: 0.6375rem;
  border-radius: 0.0625rem;
  padding: 0 0.5625rem;
  text-align: center;
  transition: all 0.3s;
}
.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.125rem 0;
}
.iderIndexBox7 ul {
  width: 100%;
  margin-top: 0.75rem;
  gap: 0.4rem 0.2625rem;
  grid-template-columns: repeat(auto-fit, minmax(2.625rem, 1fr));
}
.iderIndexBox7 ul li {
  width: 2.7rem;
  height: 1.5625rem;
  padding: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0.0625rem 0.6125rem 0px rgba(101, 101, 101, 0.08);
  border-radius: 0.025rem;
}
.iderIndexBox7 li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 1.025rem 0;
}
.iderIndexBox8 .com-card {
  justify-content: end;
}
.iderIndexBox8 form {
  width: 9.475rem;
  height: auto;
  padding: 0.5625rem 0.5rem 0.525rem 0.4rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
}
.iderIndexBox8 .name {
  font-size: 0.175rem;
  margin-bottom: 0.075rem;
  font-weight: 500;
  color: #ffffff;
}
.iderIndexBox8 .item {
  width: 100%;
  gap: 0.2375rem;
  margin-bottom: 0.1875rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderIndexBox8 input {
  display: block;
  width: 100%;
  height: 0.6125rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding-left: 0.1875rem;
  color: #bebebe;
}
.iderIndexBox8 textarea {
  display: block;
  width: 100%;
  height: 1.6625rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 16px;
  padding: 0.1875rem 0 0 0.1875rem;
  color: #bebebe;
}
.iderIndexBox8 .ls {
  font-size: 0.2rem;
  line-height: 0.325rem;
  color: #ffffff;
  margin: 0.15rem 0 0.1875rem 0;
}
.iderIndexBox8 .ls a {
  text-decoration: underline;
  font-size: 0.2rem;
}
.iderIndexBox8 button {
  cursor: pointer;
  width: 4.5625rem;
  height: 0.575rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  font-weight: 600;
  text-align: center;
  display: block;
  line-height: 0.575rem;
  color: var(--mainColor);
}
.footer {
  width: 100%;
  height: auto;
  background-color: #1f1f1f;
}
.footer .top {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
}
.footer .top .logo {
  width: 1.625rem;
  height: auto;
  object-fit: contain;
}
.footer .name {
  font-size: 0.2rem;
  font-weight: 600;
  color: #ffffff;
}
.footer .top .lt {
  width: 22%;
  margin-right: 14%;
}
.footer .top .lt .name {
  margin: 0.75rem 0 0.1875rem 0;
}
.footer .top ul {
  flex: 1;
  justify-content: space-between;
}
.footer .top ul li {
  display: flex;
  flex-direction: column;
}
.footer .top ul li .name {
  margin-bottom: 0.5625rem;
}
.footer .top ul li a {
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  transition: all 0.3s;
}
.footer .top ul li a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}
.footerLink {
  width: 100%;
  justify-content: end;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid rgba(214, 212, 212, 0.1);
}
.footerLink a {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: rgba(235, 233, 233, 0.1);
  border-radius: 0.0625rem;
  transition: all 0.3s;
  margin-right: 0.125rem;
}
.footerLink a img {
  width: auto;
  height: 0.1875rem;
  object-fit: contain;
}
.footerLink a:hover {
  transform: translateY(-10px);
  background-color: var(--mainColor);
}
.footer .bottom {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.iderBanner {
  width: 100%;
  height: auto;
  position: relative;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNavBox1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 0.175rem 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.iderNavBox1 a {
  font-size: 0.2rem;
  color: #ffffff;
}
.iderNavBox1 a::after {
  display: block;
  content: "/";
  font-size: 0.2rem;
  margin: 0 0.05rem;
  color: #ffffff;
}
.iderNavBox1 a:last-child::after {
  display: none;
}
.iderCompanyBox1 {
  width: 100%;
  height: auto;
  padding: 1.175rem 0 1rem 0;
}
.iderCompanyBox1 .img {
  position: relative;
  cursor: pointer;
  width: 12.5375rem;
  overflow: hidden;
  height: 7.675rem;
  margin-left: 1.25rem;
}
.iderCompanyBox1 .img .icon {
  position: absolute;
  left: 0.5125rem;
  bottom: 0.375rem;
  width: 1.3rem;
  cursor: pointer;
  height: 1.3rem;
  transition: all 0.5s;
}
.iderCompanyBox1 .text {
  flex: 1;
  padding: 0.1875rem 0 0 3.3375rem;
}
.iderCompanyBox1 .text .tl {
  font-size: 0.3rem;
  line-height: 0.375rem;
  color: #3b3b3b;
  margin: 0.1875rem 0 0.125rem 0;
}
.iderCompanyBox1 .text .tl strong {
  color: var(--mainColor);
}
.iderCompanyBox1 .text .com-ls30 p {
  margin-bottom: 0.3rem;
}
.iderCompanyBox2 {
  width: 100%;
  height: auto;
  padding-bottom: 1.375rem;
}
.iderCompanyBox2::before {
  display: block;
  content: "";
  width: 86.5%;
  height: 0.4rem;
  margin-bottom: 0.9375rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
}
.iderCompanyBox2 .img {
  width: 8.75rem;
  overflow: hidden;
  height: 9.95rem;
  border-radius: 0.125rem;
  margin-right: 1.1875rem;
}
.iderCompanyBox2 .text {
  flex: 1;
}
.iderCompanyBox2 .text .title {
  font-size: 0.6rem;
  font-weight: 600;
  color: #000000;
}
.iderCompanyBox2 .text .type {
  font-size: 0.225rem;
  line-height: 0.3rem;
  margin: 0.125rem 0 0.1875rem 0;
  color: #000000;
}
.iderCompanyBox2 .text p {
  margin-bottom: 0.3rem;
}
.iderCompanyBox2 .text p strong {
  font-style: italic;
}
.iderCompanyBox2 .text .bto {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.45rem;
  color: var(--mainColor);
}
.iderCompanyBox3 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0 1.5625rem 0;
}
.iderCompanyBox3 ul {
  width: 100%;
  height: auto;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
  margin-top: 0.875rem;
}
.iderCompanyBox3 ul li {
  width: 100%;
  height: 4.275rem;
  background: url(../picture/bg5.png) no-repeat;
  background-size: cover;
  max-width: 5.125rem;
  padding: 0.4125rem 0.5rem 0.125rem 0.5rem;
}
.iderCompanyBox3 li .icon {
  width: auto;
  display: block;
  height: 0.875rem;
  object-fit: contain;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
}
.iderCompanyBox3 li .name {
  text-align: center;
  margin: 0.225rem 0 0.125rem 0;
}
.iderCompanyBox3 li:hover .icon {
  transform: translateY(-10px);
}
.iderCompanyBox4 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.375rem 0;
  border-bottom: 1px solid #000000;
}
.iderCompanyBox4::after {
  position: absolute;
  display: block;
  content: "";
  width: 0.0125rem;
  height: 100%;
  left: 40.6%;
  background-color: var(--mainColor);
  transform: translateX(-50%);
  top: 0;
}
.iderCompanyBox4Con {
  width: 100%;
  height: 10.1375rem;
  overflow: hidden;
  align-items: anchor-center;
  padding-right: 3.25rem;
}
.iderCompanyBox4Swiper1 {
  width: 50%;
  height: 100%;
  overflow: visible;
  overflow-y: hidden;
  margin-right: 1.25rem;
}
.iderCompanyBox4Swiper1 .swiper-slide {
  padding: 0.5625rem 0.75rem 0.25rem 3.25rem;
  cursor: pointer;
}
.iderCompanyBox4Swiper1 .swiper-slide::after {
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--mainColor);
  transition: all 0.3s;
  z-index: -1;
}
.iderCompanyBox4Swiper1 .com-ls30 {
  font-size: 0.225rem;
  color: rgba(53, 52, 52, 0.7);
  margin-top: 0.125rem;
}
.iderCompanyBox4Swiper1 .time {
  font-size: 0.375rem;
  font-weight: 500;
  line-height: 0.45rem;
  color: rgba(22, 16, 16, 0.7);
}
.iderCompanyBox4Swiper2 {
  width: calc(100% - 50%);
  height: auto;
  overflow: visible;
  overflow-x: hidden;
  position: relative;
}

.iderCompanyBox4Swiper2 .com-ls30 {
  position: relative;
  padding-left: 0.5rem;
  padding-bottom: 0.3125rem;
}
.iderCompanyBox4Swiper2 .com-ls30::after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0.1875rem;
  top: 0;
  background-color: var(--mainColor);
}
.iderCompanyBox4Swiper2 .com-ls30::before {
  display: block;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  position: absolute;
  right: -0.6375rem;
  top: 0;
  background-color: var(--mainColor);
}
.iderCompanyBox4Swiper2 .com-ls30 strong {
  color: var(--mainColor);
}
.iderCompanyBox4Swiper1 .swiper-slide-thumb-active::after {
  width: 100%;
}
.iderCompanyBox4Swiper1 .swiper-slide-thumb-active .time,
.iderCompanyBox4Swiper1 .swiper-slide-thumb-active .com-ls30 {
  color: #fff;
}
.iderCompanyBox5 {
  width: 100%;
  height: auto;
  padding: 1.75rem 0 1.625rem 0;
}
.iderCompanyBox5 .img {
  width: 9.7rem;
  overflow: hidden;
  height: 6.6375rem;
  border-radius: 1px;
  margin-left: 1rem;
}
.iderCompanyBox5 .text {
  flex: 1;
}
.iderCompanyBox5 .text .com-ls30 {
  margin: 0.25rem 0 0.5rem 0;
}

.iderDevelopintBox1 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 0.375rem 0;
}
.iderDevelopintBox1 .com-tl {
  width: 45%;
  margin: 0 auto;
  text-align: center;
}
.iderDevelopintBox1 .title {
  text-align: center;
  font-size: 0.225rem;
  margin-top: 0.1rem;
  font-weight: 500;
  line-height: 0.45rem;
  color: #180e0e;
}
.iderDevelopintBox1Con {
  width: 100%;
  margin-top: 0.625rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
.iderDevelopintBox1Con .item {
  width: 100%;
  margin-bottom: 0.75rem;
}
.iderDevelopintBox1Con .item .img {
  width: 8.725rem;
  overflow: hidden;
  height: 6.3rem;
}
.iderDevelopintBox1Con .item .text {
  flex: 1;
  padding: 0.1875rem 1.375rem 0 0;
}
.iderDevelopintBox1Con .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderDevelopintBox1Con .item:nth-child(2n) .text {
  padding: 0.1875rem 0 0 1.375rem;
}
.iderDevelopintBox1Con .item .name {
  font-size: 0.45rem;
  font-weight: 500;
  width: 100%;
  line-height: 0.6rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid var(--mainColor);
  color: #180e0e;
  margin-bottom: 0.225rem;
}
.iderDevelopintBox1Con .item .tl {
  width: 100%;
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.375rem;
  margin-bottom: 0.375rem;
  color: #180e0e;
}
.iderDevelopintBox1Con .item .icon {
  width: auto;
  height: 0.6375rem;
  object-fit: contain;
  display: block;
  margin-right: 0.375rem;
  transition: all 0.3s;
}
.iderDevelopintBox1Con .item li {
  margin-bottom: 0.375rem;
  transition: all 0.3s;
}
.iderDevelopintBox1Con .item li:hover {
  transform: translateY(-5px);
}
.iderDevelopintBox1Con .item li .rt {
  flex: 1;
}
.iderDevelopintBox1Con .item li .rt strong {
  font-size: 0.225rem;
  display: block;
  color: #180e0e;
}
.iderDevelopintBox1Con .item li .rt p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #180e0e;
}
.iderDevelopintBox2 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.25rem 0;
}
.iderDevelopintBox2 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d9d9d9;
}
.com-title {
  text-align: center;
  margin-top: 0.0625rem;
  font-size: 0.225rem;
  color: #180e0e;
}
.iderDevelopintBox2 .table {
  margin-top: 0.625rem;
}
.iderDevelopintBox2 .table,
.iderDevelopintBox2 table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.iderDevelopintBox2 table td:first-child {
  background-color: var(--mainColor);
  color: #fff;
}
.iderDevelopintBox2 table td {
  height: 1rem;
  background-color: #f6f6f6;
  border: solid 1px #d9d9d9;
  background-color: #f6f6f6;
  font-size: 0.225rem;
  line-height: 0.375rem;
  padding: 0 0.375rem;
  color: #180e0e;
}
.iderDevelopintBox3 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.25rem 0;
}
.iderDevelopintBox3 ul {
  width: 100%;
  gap: 0.4rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  margin-top: 1.125rem;
}
.iderDevelopintBox3 ul li {
  width: 100%;
  max-width: 8.575rem;
  border: solid 1px #d9d9d9;
}
.iderDevelopintBox3 li .img {
  width: 100%;
  height: 4.475rem;
  overflow: hidden;
}
.iderDevelopintBox3 li .icon {
  width: 1.125rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderDevelopintBox3 li .name {
  font-size: 0.3rem;
  font-weight: 500;
  line-height: 0.375rem;
  text-align: center;
  margin: 0.125rem 0 0.25rem 0;
  color: #180e0e;
}
.iderDevelopintBox3 li .com-ls30 {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.iderDevelopintBox3 li .text {
  width: 100%;
  height: 4.15rem;
  padding: 0.375rem 0.5rem 0.125rem 0.5rem;
}
.iderDevelopintBox3 li:hover .icon {
  transform: translateY(-10px);
}
.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
}
.iderChooseBox1 .top {
  width: 100%;
  margin: 0.875rem 0 0.75rem 0;
}
.iderChooseBox1 .top .lt {
  width: 54%;
  padding-right: 0.625rem;
  margin-right: 0.75rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.iderChooseBox1 .top .tl {
  font-size: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.15rem;
  color: #180e0e;
}
.iderChooseBox1 .top .rt {
  flex: 1;
}
.iderChooseBox1 .top .rt ul {
  margin: 0.1875rem 0 0.1rem 0;
}
.iderChooseBox1 .top .rt li {
  font-size: 0.2rem;
  line-height: 0.45rem;
  padding-left: 0.225rem;
  color: #3b3b3b;
  background: url(../images/im1-5.png) left top no-repeat;
  background-size: 0.125rem 0.15rem;
  background-position-y: 0.15rem;
}
.iderChooseBox1 .top .rt .bto {
  font-size: 0.3rem;
  line-height: 0.375rem;
  color: #3b3b3b;
}
.iderChooseBox1 .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderChooseBox2 {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 1.125rem 0 1rem 0;
}
.iderChooseBox2 ul {
  width: 100%;
  margin-top: 0.75rem;
  gap: 0.625rem 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderChooseBox2 ul li {
  width: 100%;
  max-width: 5.5125rem;
}
.iderChooseBox2 li .img {
  width: 100%;
  height: 3.7375rem;
  overflow: hidden;
}
.iderChooseBox2 li .name {
  width: 100%;
  font-size: 0.225rem;
  text-align: center;
  padding: 0.1125rem;
  color: #000000;
}
.iderChooseBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.6875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.iderChooseBox3 .map {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  margin-top: 0.9375rem;
}
.iderChooseBox4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
}
.iderChooseBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  padding-left: 3.25rem;
}
.iderChooseBox4Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderChooseBox4Swiper .swiper-slide {
  width: 4.2625rem;
}
.iderChooseBox4Swiper .img {
  width: 100%;
  height: 4.8125rem;
  border-radius: 0.125rem;
  background: url(../picture/bg6.png) no-repeat;
  background-size: cover;
}
.iderChooseBox4Swiper .img img {
  width: 2.65rem;
  height: 3.75rem;
  transition: all 0.5s;
  object-fit: cover;
}
.iderChooseBox4Swiper .name {
  font-size: 0.225rem;
  font-weight: 500;
  text-align: center;
  padding: 0.1875rem;
  color: #180e0e;
}
.iderChooseBox4-pagination {
  margin-top: 1rem;
}
.iderChooseBox4-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderServiceBox1 {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
  padding: 1rem 0 1.375rem 0;
}
.iderServiceBox1Con {
  width: 100%;
  margin-top: 1.25rem;
}
.iderServiceBox1 .img {
  width: 11.075rem;
  overflow: hidden;
  height: 6.825rem;
  margin-left: 0.425rem;
}
.iderServiceBox1 .text {
  flex: 1;
  padding-top: 0.125rem;
}
.iderServiceBox1 .text .tl {
  font-size: 0.45rem;
  font-weight: 500;
  line-height: 0.6rem;
  color: #180e0e;
}
.iderServiceBox1 .text ul {
  margin-top: 4.5%;
}
.iderServiceBox1 .text li {
  width: 100%;
  padding-bottom: 0.275rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #e9e9e9;
}
.iderServiceBox1 .text li .icon {
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
  margin-right: 0.5rem;
  transition: all 0.3s;
}
.iderServiceBox1 .text li .icon img {
  width: 0.5rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderServiceBox1 .text li:hover .icon {
  transform: translateY(-5px);
}
.iderServiceBox1 .text li .name {
  font-size: 0.3rem;
  font-weight: 500;
  color: #000000;
}
.iderServiceBox1 .text li .rt {
  flex: 1;
}
.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.25rem 0;
}
.iderServiceBox2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 0.625rem;
  vertical-align: bottom;
}
.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 1.25rem 0;
}
.iderServiceBox3 .table {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  overflow-x: auto;
}
.iderServiceBox3 table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.iderServiceBox3 table td {
  height: 0.875rem !important;
  background-color: #f3f3f3;
  border: solid 1px #ffffff;
  font-size: 0.225rem;
  color: #000000;
  padding: 0.375rem;
  transition: all 0.3s;
}
.iderServiceBox3 table tr:first-child td {
  font-weight: 500;
}
.iderServiceBox3 table tr:first-child td,
.iderServiceBox3 table tr:hover td {
  background-color: var(--mainColor);
  color: #fff;
}

.iderServiceBox4 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}
.iderServiceBox4 .title,
.iderServiceBox5 .title {
  margin-top: 0.1875rem;
}
.iderServiceBox4 .title .tl,
.iderServiceBox5 .title .tl {
  font-size: 0.3rem;
  flex: 1;
  text-align: center;
  color: #180e0e;
}
.iderServiceBox4 .title::after,
.iderServiceBox5 .title::after {
  display: block;
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(153, 152, 152, 0.1);
}
.iderServiceBox4 .title::before,
.iderServiceBox5 .title::before {
  display: block;
  content: "";
  flex: 1;
  height: 1px;
  background-color: rgba(153, 152, 152, 0.1);
}
.iderServiceBox4 ul {
  width: 100%;
  justify-content: center;
  margin-top: 0.625rem;
}
.iderServiceBox4 ul li {
  width: 5.5rem;
  height: auto;
  position: relative;
  margin: 0 0.5rem 0.375rem 0;
}
.iderServiceBox4 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderServiceBox4 li .img {
  position: relative;
  width: 100%;
  height: 3.7625rem;
  overflow: hidden;
  object-fit: cover;
  border: solid 0.25rem #ffffff;
  border-radius: 0.1875rem;
  vertical-align: bottom;
}
.iderServiceBox4 li .name {
  font-size: 0.25rem;
  padding: 0.1625rem;
  font-weight: 600;
  color: #180e0e;
  text-align: center;
}
.iderServiceBox4 li .dot {
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  right: -0.8125rem;
  width: 1.1625rem;
  border-radius: 50%;
  z-index: 33;
  height: 1.1625rem;
  border: solid 0.2rem #f7f7f7;
  background: url(../images/im1-2.png) center no-repeat;
  background-size: 0.45rem 0.3rem;
  background-color: var(--mainColor);
}
.iderServiceBox4 li:nth-child(3) .dot {
  display: none;
}
.iderServiceBox4 li:nth-child(4) .dot {
  transform: translateY(-50%) rotate(-180deg);
}
.iderServiceBox4 li:last-child .dot {
  width: 0.85rem;
  height: 0.925rem;
  background: url(../images/im1-3.png) center no-repeat;
  background-size: cover;
  border: none;
  right: -1.125rem;
  background-color: transparent;
}
.iderServiceBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderServiceBox5 ul {
  width: 100%;
  margin-top: 0.675rem;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderServiceBox5 ul li {
  width: 100%;
  max-width: 8.575rem;
  height: 5.375rem;
  position: relative;
  overflow: hidden;
}
.iderServiceBox5 li .name {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.375rem;
  padding: 0.5rem;
  font-weight: 600;
  color: #ffffff;
}
.iderServiceBox6 {
  width: 100%;
  height: auto;
  padding: 1.05rem 0 1.25rem 0;
}
.iderServiceBox6 ul {
  width: 100%;
  margin-top: 0.625rem;
  gap: 0.2875rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderServiceBox6 ul li,
.iderSolutionBox6Swiper .con {
  width: 100%;
  max-width: 5.65rem;
  height: 5.0875rem;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.05);
  border-radius: 0.125rem;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
  border: solid 1px var(--mainColor);
}
.iderServiceBox6 li .ls,
.iderSolutionBox6Swiper .con .ls {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #180e0e;
  padding: 0.625rem 0.25rem 0.125rem 0.125rem;
}
.iderServiceBox6 li .img,
.iderSolutionBox6Swiper .con .img {
  width: 0.9875rem;
  overflow: hidden;
  height: 0.9875rem;
  margin-right: 0.1875rem;
  border-radius: 50%;
  display: flex;
}
.iderServiceBox6 li .bto,
.iderSolutionBox6Swiper .con .bto {
  width: 100%;
  border-top: 1px solid rgba(168, 167, 167, 0.2);
  padding: 0.2125rem 0.25rem 0.25rem 0;
}
.iderServiceBox6 li .name,
.iderSolutionBox6Swiper .con .name {
  font-size: 0.3rem;
  font-weight: 600;
  color: #180e0e;
}
.iderServiceBox6 li .lss,
.iderSolutionBox6Swiper .con .lss {
  font-size: 0.2rem;
  color: #180e0e;
  margin-top: 0.05rem;
}
.iderServiceBox6 li .text,
.iderSolutionBox6Swiper .con .text {
  flex: 1;
}
.iderBanner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.iderBanner .text .title {
  font-size: 0.45rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: #ffffff;
}
.iderSolutionBox1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.375rem 0;
}
.iderSolutionBox1 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderSolutionBox1 .img {
  width: 10rem;
  height: auto;
  margin-left: 1.625rem;
  overflow: hidden;
}
.iderSolutionBox1 .text {
  flex: 1;
}
.iderSolutionBox1 .text .com-ls30 {
  margin: 0.25rem 0 0.5rem 0;
}
.iderSolutionBox2 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.0625rem 0;
}
.iderSolutionBox2 ul {
  width: 100%;
  margin-top: 0.6875rem;
  gap: 0.4125rem;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
}
.iderSolutionBox2 ul li {
  width: 100%;
  max-width: 4.075rem;
  height: 3.5375rem;
  padding: 0.5rem 0.225rem 0.125rem 0.225rem;
  border-radius: 0.125rem;
  transition: all 0.3s;
  border: solid 1px #e5e5e5;
}
.iderSolutionBox2 li .icon {
  width: auto;
  height: 0.75rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderSolutionBox2 li .name {
  font-size: 0.3rem;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin: 0.3125rem 0 0.0625rem 0;
  transition: all 0.3s;
}
.iderSolutionBox2 li:hover {
  background-color: var(--mainColor);
}
.iderSolutionBox2 li:hover .icon,
.iderSolutionBox2 li:hover .name,
.iderSolutionBox2 li:hover .com-ls30 {
  filter: brightness(0) invert(1);
}
.iderSolutionBox2 li:hover .icon {
  transform: translateY(-10px);
}
.iderSolutionBox2 li .com-ls30 {
  text-align: center;
  transition: all 0.3s;
}
.iderSolutionBox3 {
  width: 100%;
  height: auto;
  padding: 1.1875rem 0 1.0625rem 0;
}
.iderSolutionBox3 ul {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
  gap: 0.4125rem;
  grid-template-columns: repeat(auto-fit, minmax(3.75rem, 1fr));
}
.iderSolutionBox3 ul li {
  position: relative;
  width: 100%;
  max-width: 4.075rem;
}
.iderSolutionBox3 li .dot {
  position: absolute;
  width: 1.1625rem;
  border-radius: 50%;
  height: 1.1625rem;
  top: 50%;
  transform: translateY(-50%);
  right: -0.725rem;
  z-index: 3;
  background: url(../images/im1-2.png) center no-repeat;
  background-size: 0.45rem 0.3rem;
  border: solid 0.1875rem #ffffff;
  background-color: var(--mainColor);
}
.iderSolutionBox3 li:last-child .dot {
  display: none;
}
.iderSolutionBox3 li .img {
  width: 100%;
  height: 2.625rem;
  overflow: hidden;
}
.iderSolutionBox3 li .text {
  width: 100%;
  padding: 0.4375rem 0.25rem 0.25rem;
  height: 2.2rem;
  background-color: #fff;
}
.iderSolutionBox3 li .name {
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.0625rem;
  font-weight: 500;
  color: #000000;
}
.iderSolutionBox3 li .com-ls24 {
  text-align: center;
}
.iderSolutionBox4 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1.1875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderSolutionBox4 .img {
  width: 11.25rem;
  overflow: hidden;
  height: 6.475rem;
  margin-left: 0.375rem;
}
.iderSolutionBox4 .text {
  flex: 1;
}
.iderSolutionBox4 .text ul {
  margin-top: 0.6rem;
}
.iderSolutionBox4 .text li {
  margin-bottom: 0.5625rem;
  transition: all 0.3s;
}
.iderSolutionBox4 .text li:hover {
  transform: translateY(-10px);
}
.iderSolutionBox4 .text .icon {
  width: 0.8875rem;
  height: 0.8875rem;
  border-radius: 50%;
  margin-right: 0.25rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.iderSolutionBox4 .text .icon img {
  width: auto;
  height: 0.5625rem;
  object-fit: contain;
}
.iderSolutionBox4 .text .name {
  font-size: 0.225rem;
  font-weight: 500;
  flex: 1;
  line-height: 0.375rem;
  color: #000000;
}
.iderSolutionBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
}
.iderSolutionBox5Con {
  width: 100%;
  margin-top: 0.875rem;
}
.iderSolutionBox5Con .img {
  width: 9.625rem;
  overflow: hidden;
  margin-right: 0.75rem;
  height: 6.4375rem;
  border-radius: 2px;
}
.iderSolutionBox5Con .text {
  flex: 1;
  padding-top: 0.4375rem;
}
.iderSolutionBox5Con .text .name {
  font-size: 0.375rem;
  font-weight: 600;
  line-height: 0.6rem;
  color: #180e0e;
  margin-bottom: 0.125rem;
}
.iderSolutionBox5Con .text .com-ls30 {
  margin-bottom: 0.375rem;
}
.iderSolutionBox5Con .text .com-ls30 p {
  margin-bottom: 0.25rem;
}
.iderSolutionBox6 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.6875rem 0;
  background-color: #f8f8f8;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
}
.iderSolutionBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.6875rem;
}
.iderSolutionBox6-pagination {
  margin-top: 0.625rem;
}
.iderSolutionBox6-pagination .swiper-pagination-bullet {
  width: 0.175rem;
  height: 0.175rem;
  background-color: #a9a9a9;
  transition: all 0.3s;
  opacity: 1;
}
.iderSolutionBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderSolutionBox6Swiper .con {
  border-color: #fff;
}

.iderSolutionBox6Swiper .swiper-slide-active .con,
.iderSolutionBox6Swiper .swiper-slide:hover .con {
  border-color: var(--mainColor);
}
.iderSolutionBox7 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.9375rem 0;
}
.iderSolutionBox7 ul {
  width: 100%;
  margin-top: 0.6875rem;
  gap: 0.4rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderSolutionBox7 ul li {
  width: 100%;
  max-width: 5.525rem;
  height: 6.8125rem;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  padding: 0.375rem 0.125rem 0.6875rem 0.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.iderSolutionBox7 li .name {
  display: block;
  width: 100%;
  font-size: 0.3rem;
  text-align: center;
  font-weight: 500;
  color: #3b3b3b;
}
.iderSolutionBox7 li .img {
  width: 100%;
  height: 3.75rem;
  overflow: hidden;
  padding: 0.25rem;
}
.iderSolutionBox7 li:hover {
  border-color: var(--mainColor);
}
.iderSolutionBox7 li .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderSolutionBox7 li .mores {
  display: block;
  transition: all 0.3s;
  width: 2.2rem;
  height: 0.575rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
}
.iderSolutionBox7 li .quotes {
  width: 2.2rem;
  transition: all 0.3s;
  height: 0.575rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  border: solid 1px #d9d9d9;
  font-size: 0.2rem;
  text-align: center;
  cursor: pointer;
  line-height: 0.575rem;
  margin-left: 0.0875rem;
  color: #3e3e3e;
}

.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 1.125rem 0;
}
.iderProductBox1 .lt {
  width: 4.35rem;
  position: sticky;
  top: 0.25rem;
  height: auto;
  margin-right: 0.6875rem;
}
.iderProductBox1 .lt .title {
  font-size: 0.3rem;
  font-weight: 500;
  color: #180e0e;
}
.iderProductBox1 .lt form {
  position: relative;
  width: 100%;
  height: 0.675rem;
  margin: 0.125rem 0 0.2125rem 0;
}
.iderProductBox1 .lt form input {
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 0.05rem;
  border: solid 1px #d9d9d9;
  font-size: 0.2rem;
  padding: 0 0.2rem;
  color: #3b3b3b;
}
.iderProductBox1 .lt form button {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  right: 0.2375rem;
  justify-content: center;
}
.iderProductBox1 .lt form button .icon {
  font-size: 20px;
  color: #000;
}
.iderProductBox1 .com-card {
  align-items: flex-start;
}
.iderProductBox1 .rt {
  flex: 1;
  padding-top: 0.3125rem;
}
.iderProductBox1 .lt .menus {
  width: 100%;
  height: auto;
}
.iderProductBox1 .lt .menus .name {
  font-size: 0.225rem;
  display: block;
  cursor: pointer;
  width: fit-content;
  font-weight: 500;
  color: #3b3b3b;
}
.iderProductBox1 .lt .menus .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox1 .lt .menus .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.075rem 0;
}
.iderProductBox1 .lt .menus .item.active .name {
  color: var(--mainColor);
}
.iderProductBox1 .lt .menus .item.active .gt {
  transform: rotate(90deg);
  color: var(--mainColor);
}
.iderProductBox1 .lt .menus .item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox1 .lt .menus .gt {
  cursor: pointer;
  font-family: Poppins;
  font-size: 0.45rem;
  color: #3b3b3b;
  transition: all 0.3s;
}
.iderProductBox1 .lt .menus .downs {
  display: none;
}
.iderProductBox1 .lt .menus .downs a {
  display: block;
  width: 100%;
  font-size: 0.225rem;
  padding: 0.125rem 0;
  color: #434343;
  transition: all 0.3s;
}
.iderProductBox1 .lt .menus .downs a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderProductBox1 .rt .com-ls30 {
  margin: 0.075rem 0 0.25rem 0;
}
.iderProductBox1 .rt .com-mores {
  width: 2.2rem;
  height: 0.575rem;
  line-height: 0.575rem;
  border-radius: 0.0625rem;
}
.iderProductBox1 .rt ul {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  gap: 0.3625rem 0.325rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderProductBox1 .rt ul li {
  width: 100%;
  max-width: 3.9375rem;
  height: 5.4375rem;
  border: solid 1px #d9d9d9;
  padding: 0.3625rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}
.iderProductBox1 .rt ul li:hover {
  border-color: var(--mainColor);
}
.iderProductBox1 .rt ul li .img {
  width: 100%;
  height: 3.125rem;
  padding: 0.25rem;
  overflow: hidden;
}
.iderProductBox1 .rt ul li .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductBox1 .rt ul li .name {
  display: block;
  width: 100%;
  font-size: 0.25rem;
  font-weight: 500;
  text-align: center;
  color: #180e0e;
}
.iderProductBox2 {
  width: 100%;
  background-color: #f5f5f5;
  height: auto;
  padding: 1.0625rem 0 0.875rem 0;
}
.iderProductBox2 .img {
  width: 10.6875rem;
  overflow: hidden;
  height: 6.4375rem;
  margin-left: 0.3125rem;
}
.iderProductBox2 .text {
  flex: 1;
}
.iderProductBox2 .text ul {
  margin-top: 0.25rem;
  width: 100%;
}
.iderProductBox2 .text li {
  font-size: 0.2rem;
  color: #3b3b3b;
  position: relative;
  line-height: 0.375rem;
  margin-bottom: 0.125rem;
  padding-left: 0.2rem;
}
.iderProductBox2 .text li::before {
  position: absolute;
  left: 0;
  top: 0.125rem;
  display: block;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border-radius: 50%;
  background-color: var(--mainColor);
}
.iderProductBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
}
.iderProductBox3 .com-tl {
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #b2b2b2;
}
.iderProductBox3Con {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.iderProductBox3Con .img {
  width: 10.3125rem;
  height: auto;
  overflow: hidden;
  margin-right: 0.625rem;
}
.iderProductBox3Con .text {
  flex: 1;
}
.iderProductBox3Con .text .title {
  font-size: 0.45rem;
  width: 100%;
  margin-bottom: 0.25rem;
  font-weight: 600;
  color: #180e0e;
}
.iderProductBox3Con .text li:first-child {
  border-top: 1px solid #d9d9d9;
}
.iderProductBox3Con .text li {
  width: 100%;
  height: auto;
  padding: 0.25rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.iderProductBox3Con .text li .icon {
  width: auto;
  height: 0.7rem;
  object-fit: contain;
  transition: all 0.5s;
  display: block;
  margin-right: 0.75rem;
}
.iderProductBox3Con .text li .com-ls30 {
  flex: 1;
}
.iderProductBox4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
}
.iderProductBox4 ul {
  width: 100%;
  height: auto;
  margin-top: 0.85rem;
  gap: 0.4125rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderProductBox4 ul li {
  width: 100%;
  max-width: 5.5625rem;
}
.iderProductBox4 ul li:hover .gt {
  background-color: var(--mainColor);
  color: #fff;
}
.iderProductBox4 li .img {
  display: block;
  width: 100%;
  height: 3.8125rem;
  overflow: hidden;
}
.iderProductBox4 li .name {
  display: block;
  font-size: 0.225rem;
  line-height: 0.3rem;
  color: #ffffff;
  width: 70%;
}
.iderProductBox4 li .text {
  width: 100%;
  height: 1.125rem;
  padding: 0 0.25rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.iderProductBox4 li .gt {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
  font-family: Poppins;
  font-size: 0.45rem;
  cursor: pointer;
  color: #ffffff;
}
.iderProductBox5 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.875rem 0;
}
.iderProductBox5Con {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
  gap: 0.35rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderProductBox5Con .items {
  width: 100%;
  max-width: 8.5875rem;
}
.iderProductBox5Con .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  background-color: #f4f4f4;
  padding: 0.275rem 0.375rem;
}
.iderProductBox5Con .item .text {
  width: 100%;
  height: auto;
  display: none;
  padding: 0.15rem 0.75rem 0.25rem 0.375rem;
}
.iderProductBox5Con .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.1125rem;

  border: solid 1px #e5e5e5;
}
.iderProductBox5Con .item .name {
  font-size: 0.225rem;
  cursor: pointer;
  color: #000000;
}
.iderProductBox5Con .item .gt {
  width: 0.4375rem;
  border-radius: 50%;
  cursor: pointer;
  font-family: Poppins;
  font-size: 0.375rem;
  height: 0.4375rem;
  border: solid 1px #7f7f7f;
  font-family: Poppins;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
.iderProductBox5Con .item.active .gt {
  background-color: var(--mainColor);
  color: #fff;
  border-color: var(--mainColor);
  transform: rotate(90deg);
}
.iderNavBox1.inner {
  position: static;
  background-color: #fff;
}
.iderNavBox1.inner a,
.iderNavBox1.inner a::after {
  color: #000;
}
.iderProductDelBox1 {
  width: 100%;
  height: auto;

  padding: 0.5rem 0 0.6875rem 0;
}
.iderProductDelBox1Swiper1 {
  width: 100%;
  height: 7.25rem;
  overflow: hidden;
  overflow: hidden;
}
.iderProductDelBox1Swiper1 .img {
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
}
.iderProductDelBox1Swiper1 .img img {
  width: 50%;
  height: 60%;
  object-fit: contain;
}
.iderProductDelBox1 .lt {
  width: 8.75rem;
  padding-right: 0.3625rem;
  margin-right: 1.125rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox1Swiper2 {
  flex: 1;
  height: auto;
  overflow: hidden;
  margin: 0.1875rem 0.3125rem 0 0.3125rem;
}
.iderProductDelBox1Swiper2 .img {
  cursor: pointer;
  width: 100%;
  height: 1.6rem;
  padding: 0.1625rem;
  background-color: #ffffff;
  border: solid 1px #d9d9d9;
  transition: all 0.3s;
}
.iderProductDelBox1Swiper2 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductDelBox1-prev,
.iderProductDelBox1-next {
  font-family: Poppins;
  cursor: pointer;
  font-size: 0.6rem;
  color: #180e0e;
  transition: all 0.3s;
}
.iderProductDelBox1-next:hover,
.iderProductDelBox1-prev:hover {
  color: var(--mainColor);
}

.iderProductDelBox1Swiper2 .swiper-slide-thumb-active .img {
  border-color: var(--mainColor);
}

.iderProductDelBox1 .text {
  flex: 1;
}
.iderProductDelBox1 .text .imgList img {
  width: auto;
  height: 0.75rem;
  display: block;
  margin-right: 0.3125rem;
}
.iderProductDelBox1 .text .inquerys {
  width: 2.2rem;
  cursor: pointer;
  height: 0.575rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
  transition: all 0.3s;
}
.iderProductDelBox1 .text .tl {
  width: 100%;
  padding-bottom: 0.15rem;
  margin: 0.1875rem 0 0.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox1 .text .downs {
  width: 3.0375rem;
  height: 0.575rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  border: solid 1px #000000;
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
  margin-left: 0.25rem;
}
.iderProductDelBox1 .text .downs::before {
  display: block;
  content: "";
  width: 0.3625rem;
  margin-right: 0.1rem;
  height: 0.3125rem;
  background: url(../images/im1-6.png) no-repeat;
  background-size: contain;
}
.iderProductDelBox1 .text .imgList {
  margin: 0.5rem 0 0.3125rem 0;
}
.iderProductDelBox2 {
  width: 100%;
  height: auto;
  background-color: var(--mainColor);
}
.iderProductDelBox2.fixed {
  position: fixed;
  z-index: 33;
  top: 0;
  left: 0;
  box-shadow: 0 0 0.375rem 0.0625rem rgba(252, 13, 13, 0.7);
  animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.iderProductDelBox2 a {
  display: block;
  width: fit-content;
  padding: 0 0.4375rem;
  height: 0.825rem;
  line-height: 0.825rem;
  font-size: 0.225rem;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.3s;
}
.iderProductDelBox2 a:hover,
.iderProductDelBox2 a.active {
  background-color: #a12723;
}
.iderProductDelBox3Item1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.4375rem 0;
}
.iderProductDelBox3Item1 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #cccccc;
}
.iderProductDelBox3Item1 .text {
  margin-top: 0.375rem;
}
.iderProductDelBox3Item1 .text li {
  line-height: 0.45rem;
}
.iderProductDelBox3Item2 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.25rem 0;
}
.iderProductDelBox3Item2 .title {
  width: 100%;
  text-align: center;
  margin-top: 0.0875rem;
}
.iderProductDelBox3Item2 .table {
  margin-top: 0.5625rem;
}
.iderProductDelBox3Item2 .table,
.iderProductDelBox3Item2 table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.iderProductDelBox3Item2 table td {
  height: 0.625rem !important;
  background-color: #f4f4f4;
  font-size: 0.2rem !important;
  color: #180e0e;
  transition: all 0.3s;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 0 0.25rem;
}
table tr td {
  transition: all 0.3s;
}
table tr:hover td {
  background-color: var(--mainColor);
  color: #fff;
}
.iderProductDelBox3Item2 table tr:first-child td {
  font-size: 0.225rem;
  background-color: var(--mainColor);
  font-weight: 500;
  font-stretch: normal;
  height: 1.0125rem !important;
  color: #ffffff;
}
.iderProductDelBox3Item2 .conImg {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 1rem 0;
  border-bottom: 1px solid #cccccc;
}
.iderProductDelBox3Item2 .conImg .title {
  text-align: center;
  font-size: 0.3rem;
  font-weight: 500;
  color: #180e0e;
}
.iderProductDelBox3Item2 .conImg .list {
  gap: 0.3625rem;
  margin-top: 0.375rem;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderProductDelBox3Item2 .conImg .list .item {
  width: 100%;
  max-width: 8.575rem;
  height: 5.6875rem;
  border-radius: 0.125rem;
  border: solid 1px #d9d9d9;
  padding: 0.15rem 0.375rem;
  justify-content: space-between;
}
.iderProductDelBox3Item2 .conImg .list .item .name {
  font-size: 0.3rem;
  font-weight: 500;
  color: #180e0e;
}
.iderProductDelBox3Item2 .conImg .list .item img {
  width: 50%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductDelBox3Item3 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.5625rem 0;
}
.iderProductDelBox3Item3 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #cccccc;
}
.iderProductDelBox3Item3 .con {
  margin-top: 0.6875rem;
}
.iderProductDelBox3Item3 .img {
  width: 8.875rem;
  overflow: hidden;
  height: 9rem;
  margin-left: 0.75rem;
}
.iderProductDelBox3Item3 .text {
  flex: 1;
}
.iderProductDelBox3Item3 .text p {
  margin-bottom: 0.3125rem;
}
.iderProductDelBox3Item4 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 0.375rem 0;
}
.iderProductDelBox3Item4 .con {
  margin-top: 0.25rem;
}
.iderProductDelBox3Item4 .title {
  font-size: 0.3rem;
  font-weight: 500;
  text-align: center;
  color: #180e0e;
}
.iderProductDelBox3Item4 .item {
  width: 100%;
  margin-bottom: 0.4375rem;
}
.iderProductDelBox3Item4 .item ul {
  width: 100%;
  margin-top: 0.15rem;
  gap: 0.3625rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderProductDelBox3Item4 .item li {
  width: 100%;
  max-width: 8.575rem;
  padding: 0.3375rem;
  height: 5.6875rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: solid 1px #d9d9d9;
  overflow: hidden;
}
.iderProductDelBox3Item4 .item li img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductDelBox3Item5 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.625rem 0;
}
.iderProductDelBox3Item5 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #cccccc;
}
.iderProductDelBox3Item5 .videos {
  cursor: pointer;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  margin-top: 0.4375rem;
}
.iderProductDelBox3Item5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderProductDelBox3Item5 .videos .icon {
  position: absolute;
  width: 1.025rem;
  cursor: pointer;
  transition: all 0.5s;
  height: 0.7375rem;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iderProductBox4.inner {
  padding: 0.625rem 0;
}
.iderProductBox4.inner ul {
  margin-top: 0.6875rem;
}
.iderProductBox4.inner .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}
.iderProductBox4.inner .text {
  border: solid 1px #e5e5e5;
}
.iderProductBox4.inner .text .name {
  color: #000;
}
.iderProductBox4.inner .text .gt {
  background-color: rgba(0, 0, 0, 0.2);
  color: #000;
}
.iderProductBox4.inner li:hover .gt {
  background-color: var(--mainColor);
  color: #fff;
}
.iderSolutionBox7.inner {
  padding: 0.625rem 0;
}
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
  .iderIndexBox2 .com-card {
    width: 100%;
    padding: 0 4%;
  }
  .iderCompanyBox1 .img {
    width: 50%;
    height: auto;
  }
  .iderCompanyBox1 .text {
    padding: 0 0 0 4%;
  }
  .iderCompanyBox4Con {
    padding-right: 4%;
  }
  .iderCompanyBox4Swiper1 .swiper-slide {
    padding: 2% 2% 2% 4%;
  }
  .iderCompanyBox4Swiper1 {
    margin-right: 4%;
  }
  .iderCompanyBox4::after {
    left: 46%;
  }
  .iderCompanyBox4Swiper2 .com-ls30::before {
    right: -8%;
  }
  .iderProductDelBox3Item4 .item li img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .header {
    display: none;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  body {
    padding-top: 60px !important;
  }
  .iderProductDelBox2.fixed {
    top: 60px;
  }
  .languageSwitching .icon {
    color: #000;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .com-tl,
  .iderIndexBox5 .text .com-tl,
  .iderProductBox3Con .text .title,
  .iderBanner .text .title {
    font-size: 18px;
    line-height: 1.6;
  }
  .iderIndexBox1Swiper .con .type,
  .iderIndexBox5 .text .ls,
  .iderProductDelBox3Item2 .conImg .list .item .name,
  .iderProductDelBox3Item4 .title,
  .iderServiceBox1 .text li .name,
  .iderServiceBox4 .title .tl,
  .iderServiceBox5 .title .tl,
  .iderServiceBox4 li .name,
  .iderServiceBox6 li .name,
  .iderSolutionBox6Swiper .con .name,
  .iderSolutionBox2 li .name,
  .iderSolutionBox3 li .name {
    font-size: 16px;
  }
  .iderCompanyBox2 .text .title {
    font-size: 24px;
  }
  .headerSwiper .text .tl,
  .headerSwiper .text .title,
  .com-ls28,
  .com-ls28 div,
  .com-ls28 p,
  .iderIndexBox3 .item .name,
  .iderCompanyBox1 .text .tl,
  .iderCompanyBox2 .text .bto,
  .iderCompanyBox4Swiper1 .time,
  .iderDevelopintBox1Con .item .name,
  .iderDevelopintBox1Con .item .tl,
  .iderDevelopintBox3 li .name,
  .iderSolutionBox7 li .name,
  .iderServiceBox1 .text .tl,
  .iderServiceBox5 li .name,
  .iderSolutionBox5Con .text .name,
  .iderChooseBox1 .top .tl,
  .iderChooseBox1 .top .rt .bto {
    font-size: 16px;
    line-height: 1.4;
  }
  .iderIndexBox3 .item .ls,
  .iderServiceBox6 li .ls,
  .iderSolutionBox6Swiper .con .ls {
    font-size: 14px;
    line-height: 1.3;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox4,
  .iderIndexBox7,
  .iderIndexBox8,
  .footer .top,
  .iderCompanyBox1,
  .iderCompanyBox3,
  .iderCompanyBox4,
  .iderCompanyBox5,
  .iderDevelopintBox1,
  .iderDevelopintBox1Con,
  .iderProductBox1,
  .iderProductBox2,
  .iderProductBox3,
  .iderProductBox4,
  .iderProductBox5,
  .iderProductDelBox1,
  .iderServiceBox1,
  .iderServiceBox2,
  .iderServiceBox4,
  .iderServiceBox5,
  .iderServiceBox6,
  .iderSolutionBox1,
  .iderSolutionBox2,
  .iderSolutionBox3,
  .iderSolutionBox4,
  .iderSolutionBox5,
  .iderSolutionBox6,
  .iderSolutionBox7,
  .iderChooseBox1,
  .iderChooseBox2,
  .iderChooseBox3,
  .iderChooseBox4 {
    padding: 20px 0;
  }
  .iderIndexBox6 {
    padding: 10px 0 0;
  }
  .iderDevelopintBox2,
  .iderDevelopintBox3,
  .iderProductDelBox3Item1,
  .iderProductDelBox3Item2,
  .iderProductDelBox3Item3,
  .iderProductDelBox3Item4,
  .iderProductDelBox3Item5,
  .iderProductBox4.inner,
  .iderServiceBox3 {
    padding: 10px 0;
  }
  .iderSolutionBox7.inner {
    padding: 10px 0 20px 0;
  }
  .iderIndexBox6 .com-card,
  .iderCompanyBox2,
  .iderDevelopintBox2 .com-card,
  .iderProductDelBox3Item1 .com-card,
  .iderProductDelBox3Item2 .conImg,
  .iderProductDelBox3Item3 .com-card,
  .iderProductDelBox3Item5 .com-card,
  .iderProductBox4.inner .com-card,
  .iderSolutionBox1 .com-card {
    padding-bottom: 20px;
  }
  .iderIndexBox1Swiper,
  .iderIndexBox1Swiper .bottom,
  .iderIndexBox2 ul,
  .iderIndexBox4 ul,
  .iderIndexBox4 .top .com-mores,
  .iderIndexBox6 ul,
  .iderIndexBox7 ul,
  .iderCompanyBox3 ul,
  .iderDevelopintBox1Con,
  .iderDevelopintBox2 .table,
  .iderDevelopintBox3 ul,
  .iderProductBox1 .rt ul,
  .iderProductBox4 ul,
  .iderProductBox3Con,
  .iderProductBox5Con,
  .iderProductDelBox3Item1 .text,
  .iderProductDelBox3Item2 .table,
  .iderProductDelBox3Item2 .conImg .list,
  .iderProductDelBox3Item3 .con,
  .iderProductDelBox3Item5 .videos,
  .iderProductBox4.inner ul,
  .iderSolutionBox7 ul,
  .iderServiceBox1Con,
  .iderServiceBox1 .text ul,
  .iderServiceBox2 img,
  .iderServiceBox3 .table,
  .iderServiceBox4 ul,
  .iderServiceBox5 ul,
  .iderServiceBox6 ul,
  .iderSolutionBox2 ul,
  .iderSolutionBox3 ul,
  .iderSolutionBox4 .text ul,
  .iderSolutionBox5Con,
  .iderSolutionBox6Swiper,
  .iderSolutionBox6-pagination,
  .iderChooseBox1 .top,
  .iderChooseBox2 ul,
  .iderChooseBox3 .map,
  .iderChooseBox4Con,
  .iderChooseBox4-pagination {
    margin-top: 15px;
  }
  .iderIndexBox4 .top,
  .footer .top,
  .iderCompanyBox1,
  .iderCompanyBox2 .com-card,
  .iderCompanyBox4Con,
  .iderCompanyBox5 .com-card,
  .iderDevelopintBox1Con .item,
  .iderProductBox1 .com-card,
  .iderProductBox2 .com-card,
  .iderProductBox3Con,
  .iderProductDelBox1 .com-card,
  .iderProductDelBox3Item2 .conImg .list .item,
  .iderProductDelBox3Item3 .con,
  .iderServiceBox1Con,
  .iderSolutionBox1 .com-card,
  .iderSolutionBox4 .com-card,
  .iderSolutionBox5Con,
  .iderChooseBox1 .top {
    flex-wrap: wrap;
  }
  .iderIndexBox4 .top .lt,
  .footer .top ul,
  .iderCompanyBox1 .text,
  .iderCompanyBox2 .text,
  .iderCompanyBox3 ul li,
  .iderCompanyBox5 .text,
  .iderDevelopintBox1Con .item .text,
  .iderProductBox2 .text,
  .iderProductBox3Con .text,
  .iderProductDelBox3Item3 .text,
  .iderServiceBox1 .text,
  .iderSolutionBox1 .text,
  .iderSolutionBox4 .text,
  .iderSolutionBox5Con .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox7 ul li,
  .iderIndexBox8 form,
  .iderCompanyBox4Swiper1,
  .iderCompanyBox4Swiper2,
  .iderDevelopintBox1 .com-tl,
  .iderDevelopintBox1Con .item .img,
  .iderDevelopintBox3 li .com-ls30,
  .iderProductDelBox3Item2 .conImg .list .item .name {
    width: 100%;
  }
  .iderIndexBox4 .top .img,
  .iderCompanyBox5 .img,
  .iderProductBox2 .img,
  .iderProductDelBox3Item3 .img,
  .iderServiceBox1 .img,
  .iderSolutionBox1 .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderCompanyBox1 {
    padding: 0 4%;
  }
  .iderIndexBox2 ul li,
  .iderIndexBox4 ul li,
  .iderIndexBox6 ul li,
  .iderCompanyBox3 ul li,
  .iderDevelopintBox3 ul li,
  .iderProductBox1 .rt ul li,
  .iderProductBox4 ul li,
  .iderProductBox5Con .items,
  .iderProductDelBox3Item4 .item li,
  .iderSolutionBox7 ul li,
  .iderServiceBox5 ul li,
  .iderServiceBox6 ul li,
  .iderSolutionBox6Swiper .con,
  .iderSolutionBox2 ul li,
  .iderSolutionBox3 ul li,
  .iderChooseBox2 ul li {
    max-width: 100%;
  }
  .iderCompanyBox1 .text {
    padding: 20px 0 0;
  }
  .iderIndexBox6 li .img,
  .iderCompanyBox2 .img,
  .iderCompanyBox4Con,
  .iderDevelopintBox1Con .item .img,
  .iderDevelopintBox3 li .img,
  .iderDevelopintBox3 li .text,
  .iderProductBox4 li .img,
  .iderProductDelBox1Swiper1,
  .iderProductDelBox3Item2 .conImg .list .item,
  .iderServiceBox4 li .img,
  .iderServiceBox5 ul li,
  .iderServiceBox6 ul li,
  .iderSolutionBox6Swiper .con,
  .iderSolutionBox3 li .img,
  .iderSolutionBox5Con .img,
  .iderChooseBox2 li .img {
    height: auto;
  }
  .com-mores {
    width: fit-content !important;
    height: 38px !important;
    line-height: 38px !important;
    padding: 0 20px;
  }
  .iderIndexBox2 ul,
  .iderIndexBox6 ul,
  .iderProductBox4 ul,
  .iderSolutionBox7 ul,
  .iderSolutionBox3 ul,
  .iderChooseBox2 ul {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderProductBox5Con {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .headerSwiper .img {
    width: 60%;
  }
  .headerSwiper .linkList {
    right: 4%;
  }
  .headerSwiper .linkList a {
    width: 45px;
    height: 45px;
  }
  .iderIndexBox2 ul li {
    background: none;
    border: 1px solid #eee;
  }
  .iderIndexBox2 li .icon {
    height: 45px;
  }
  .iderIndexBox4 li .counter {
    font-size: 28px;
  }
  .iderIndexBox4 li .em {
    font-size: 22px;
  }
  .iderIndexBox4 .top .lt .title {
    margin-bottom: 15px;
  }
  .footer .top .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .footer .top .lt .name {
    margin: 15px 0 10px 0;
  }
  .footer .top ul li .name {
    margin-bottom: 12px;
  }
  .footer .bottom {
    padding: 4% 0;
  }
  .iderCompanyBox1 .img {
    margin: 15px 0;
  }
  .iderCompanyBox1 .text .com-ls30 p,
  .iderCompanyBox2 .text p,
  .iderProductDelBox3Item3 .text p,
  .iderSolutionBox5Con .text .com-ls30 p {
    margin-bottom: 4px;
  }
  .iderCompanyBox2::before {
    width: 95%;
    margin-bottom: 15px;
  }
  .iderCompanyBox2 .img {
    margin: 0 0 15px 0;
  }
  .iderCompanyBox3 ul li {
    background: none;
    border: 1px solid #fff;
  }
  .iderCompanyBox3 li .icon {
    height: 45px;
  }
  .iderCompanyBox4::after,
  .iderCompanyBox4Swiper2 .com-ls30::before {
    display: none;
  }
  .iderCompanyBox4Swiper1 {
    overflow: hidden;
    margin: 15px 0;
  }
  .iderCompanyBox4Con {
    padding: 0 4%;
  }
  .iderCompanyBox4Swiper2 .com-ls30 {
    padding-bottom: 5px;
  }
  .iderCompanyBox5 .text .com-ls30 {
    margin: 6px 0 15px 0;
  }
  .iderDevelopintBox1Con .item .text,
  .iderDevelopintBox1Con .item:nth-child(2n) .text {
    padding: 15px 0;
  }
  .iderDevelopintBox1Con .item .tl {
    margin-bottom: 8px;
  }
  .iderDevelopintBox1Con .item {
    margin-bottom: 12px;
  }
  .iderDevelopintBox1Con .item .icon {
    height: 45px;
    margin-right: 10px;
  }
  .iderDevelopintBox1Con .item li {
    margin-bottom: 10px;
  }
  .iderDevelopintBox2 table td:first-child {
    white-space: nowrap;
  }
  .iderDevelopintBox3 li .text {
    padding: 4%;
  }
  .iderDevelopintBox3 li .icon {
    width: 45px;
  }
  .iderProductBox1 .lt {
    width: 100%;
    position: static;
    margin: 0 0 15px 0;
  }
  .iderProductBox1 .lt .menus .item .tl {
    padding: 0;
  }
  .iderProductBox3Con .img {
    margin: 0 0 15px 0;
  }
  .iderProductBox3Con .text li .icon {
    height: 35px;
    margin-right: 12px;
  }
  .iderProductBox3Con .text li {
    padding: 10px 0;
  }
  .iderProductBox5Con .item .tl {
    padding: 10px 4%;
  }
  .iderProductBox5Con .item .text {
    padding: 3% 4%;
  }
  .iderProductBox5Con .item .name {
    flex: 1;
    margin-right: 4%;
  }
  .iderProductBox5Con,
  .iderProductDelBox3Item4 .item ul {
    gap: 10px;
  }
  .iderProductDelBox1 .lt {
    width: 100%;
    margin: 0 0 15px 0;
    border: none;
    padding: 0;
  }
  .iderProductDelBox1 .text .imgList {
    margin: 12px 0;
  }
  .iderProductDelBox2 a {
    height: 35px;
    line-height: 35px;
  }
  .iderProductDelBox3Item2 table tr:first-child td {
    white-space: nowrap;
  }
  .iderProductDelBox3Item2 .conImg .list .item img {
    height: auto;
  }
  .iderProductDelBox3Item5 .videos .icon {
    width: 40px;
  }

  .iderSolutionBox7 li .name {
    margin: 12px 0;
  }
  .iderServiceBox1 .text li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .iderServiceBox3 table td {
    padding: 5px 10px;
  }
  .iderServiceBox4 li .dot,
  .iderSolutionBox3 li .dot {
    display: none;
  }
  .iderServiceBox4 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderServiceBox4 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderServiceBox5 li .name {
    padding: 4%;
  }
  .iderServiceBox6 li .ls,
  .iderSolutionBox6Swiper .con .ls {
    padding: 5% 4%;
  }
  .iderSolutionBox1 .text .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderSolutionBox2 li .icon {
    height: 40px;
  }
  .iderSolutionBox4 .text li {
    margin-bottom: 12px;
  }
  .iderSolutionBox4 .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderChooseBox1 .top .lt {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
  }
  .iderChooseBox1 .top {
    margin: 10px 0 15px 0;
  }
  .iderChooseBox4Con {
    width: 100%;
    padding: 0 4%;
  }
}
@media screen and (max-width: 768px) {
  .headerSwiper .linkList,
  .footer .top ul {
    display: none;
  }
  .iderServiceBox6 li .text,
  .iderSolutionBox6Swiper .con .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox3 .item .text .bto,
  .iderSolutionBox7 ul li .bto {
    flex-wrap: wrap;
  }
  .headerSwiper .text .title {
    text-align: center;
  }
  .iderIndexBox1Swiper .con,
  .iderIndexBox2 ul li,
  .iderIndexBox3 .item,
  .iderIndexBox6 li .text,
  .iderCompanyBox3 ul li,
  .iderProductDelBox3Item4 .item li,
  .iderSolutionBox7 ul li {
    height: auto;
  }
  .iderSolutionBox5Con .img {
    margin: 0;
  }
  .iderIndexBox1Swiper .con .quotes,
  .iderIndexBox3 .item .name,
  .iderIndexBox4 .top .img,
  .footer .bottom .com-ls30,
  .iderCompanyBox1 .img,
  .iderCompanyBox2 .img,
  .iderCompanyBox5 .img,
  .iderProductBox1 .rt ul li .img img,
  .iderProductBox2 .img,
  .iderProductBox3Con .img,
  .iderProductDelBox3Item3 .img,
  .iderServiceBox1 .img,
  .iderSolutionBox1 .img,
  .iderSolutionBox4 .img,
  .iderSolutionBox5Con .img {
    width: 100%;
  }
  .iderIndexBox2 ul li,
  .iderIndexBox6 li .text,
  .iderCompanyBox3 ul li,
  .iderSolutionBox7 ul li {
    padding: 5% 4%;
  }
  .footer .bottom .com-ls30 {
    text-align: center;
  }
  .iderIndexBox1Swiper .con .bto,
  .footer .bottom,
  .iderServiceBox6 li .bto,
  .iderSolutionBox6Swiper .con .bto {
    flex-wrap: wrap;
  }
  .iderIndexBox1Swiper .con .mores {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderIndexBox2 ul,
  .iderIndexBox6 ul,
  .iderIndexBox8 .item,
  .iderCompanyBox3 ul,
  .iderDevelopintBox3 ul,
  .iderServiceBox5 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderProductBox1 .rt ul,
  .iderServiceBox6 ul {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderIndexBox3 .item .text {
    position: static;
    padding: 15px 0;
  }
  .iderIndexBox6 li .mores {
    margin-top: 12px;
  }
  .iderIndexBox3 .item .type,
  .iderIndexBox3 .item .name,
  .iderIndexBox3 .item .ls {
    color: #000;
  }
  .iderIndexBox3 .item .text .bto {
    margin-top: 8px;
  }
  .iderIndexBox3 .item .type {
    border-color: #000;
  }
  .iderIndexBox3 .item .name {
    margin-bottom: 10px;
  }
  .iderIndexBox3 .item .ls {
    flex: 1;
  }
  .iderIndexBox7 ul,
  .iderServiceBox5 ul,
  .iderSolutionBox2 ul {
    gap: 10px;
  }
  .iderIndexBox8 form {
    padding: 4%;
  }
  .iderCompanyBox1 .img .icon {
    width: 50px;
    height: 50px;
  }
  .iderSolutionBox7 li .quotes {
    margin: 6px 0 0;
  }
  .iderServiceBox1 .text li .icon {
    margin-right: 4%;
  }
  .iderServiceBox6 li .img,
  .iderSolutionBox6Swiper .con .img {
    margin: 0 auto;
  }
  .iderServiceBox6 li .text,
  .iderSolutionBox6Swiper .con .text {
    text-align: center;
  }
}

@media screen and (max-width: 500px) {
  .headerSwiper .bg {
    height: 45vh;
  }
  .headerSwiper .img,
  .iderIndexBox1Swiper .con .img img,
  .iderProductDelBox2 a,
  .iderSolutionBox7 li .img img,
  .iderServiceBox4 ul li,
  .iderChooseBox4Swiper .img img {
    width: 100%;
  }
  .iderIndexBox1Swiper .con .img {
    margin: 15px 0;
  }
  .iderSolutionBox2 ul li {
    height: auto;
    padding: 5% 4%;
  }
  .iderIndexBox3 .item .ls {
    flex: none;
    width: 100%;
    margin-bottom: 14px;
  }
  .iderSolutionBox3 li .text {
    height: auto;
    padding: 4%;
  }
  .iderIndexBox4 ul li {
    height: auto;
    padding: 7% 3%;
  }
  .iderIndexBox5 .bg {
    height: 34vh;
    object-fit: cover;
  }
  .iderIndexBox5 .text .ls {
    text-align: center;
  }
  .iderIndexBox7 ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderChooseBox4Swiper .img img {
    height: 100%;
    object-fit: contain;
  }
  .iderProductBox1 .rt ul,
  .iderProductBox4 ul,
  .iderProductDelBox3Item2 .conImg .list,
  .iderProductDelBox3Item4 .item ul,
  .iderSolutionBox7 ul,
  .iderServiceBox6 ul,
  .iderSolutionBox2 ul,
  .iderSolutionBox3 ul,
  .iderChooseBox2 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderDevelopintBox3 ul,
  .iderProductDelBox3Item2 .conImg .list {
    gap: 12px;
  }
  .iderIndexBox8 button {
    width: 90%;
  }
  .iderDevelopintBox2 table td {
    white-space: nowrap;
  }
  .iderSolutionBox7 li .quotes {
    margin: 0 0 0 5px;
  }
  .iderChooseBox4Swiper .img {
    height: auto;
    padding: 5% 4%;
  }
}
@media screen and (max-width: 360px) {
  .headerSwiper .bg {
    height: 80vh;
  }
  .iderSolutionBox7 li .quotes {
    margin: 6px 0 0;
  }
}
/* #endregion  Response style */
