/* #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");
}
@import url("https://fonts.loli.net/css2?family=Roboto:wght@300;400;500;700&display=swap");
.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-Light";
  src: url("font/Poppins-Light.ttf");
  font-display: swap;
}

html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
}
:root {
  --mainColor: #e4873c;
  --bg-img:
    linear-gradient(91deg, #e4873c 0%, #294797 100%),
    linear-gradient(#2650d8, #2650d8);
  background-blend-mode: normal, normal;
  --main-font: "Roboto", 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 */
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
}
.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;
  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;
  }
}

/* #endregion */

/* #region  Page style */

.gradient-text {
  background-image: linear-gradient(91deg, #e4873c 0%, #294797 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
.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(230, 130, 38, 0.6);
  transform: translateY(-5px);
}
.com-tl {
  font-size: 0.5rem;
  font-weight: 700;
  color: #000000;
  text-align: center;
}
.com-tl.white {
  color: #fff;
}
.com-tl.left {
  text-align: left;
}
.gradient-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.gradient-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-img);
  opacity: 0.1;
  z-index: -1;
}
.com-ls18,
.com-ls18 p {
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #505050;
}
.com-ls30,
.com-ls30 p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #505050;
}
.com-ls30.white,
.com-ls30.white p {
  color: #fff;
}
.com-ls24,
.com-ls24 p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ffffff;
}
.com-ls24.black,
.com-ls24.black p {
  color: #505050;
}

.max-tl {
  font-family: Poppins-Medium;
  font-size: 0.45rem;
  color: #383838;
  line-height: 0.6rem;
  font-weight: normal;
}
.max-tl.center {
  text-align: center;
}
.com-mores2 {
  display: block;
  width: 2.6125rem;
  height: 0.75rem;
  line-height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.com-mores {
  display: block;
  cursor: pointer;
  width: 2.5875rem;
  height: 0.6375rem;
  line-height: 0.6375rem;
  text-align: center;
  border-radius: 0.0625rem;
  font-size: 0.225rem;
  color: #ffffff;
  transition: all 0.3s;
  background-image: var(--bg-img);
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
}
.headerTop {
  width: 100%;
  height: 0.5625rem;
  background-image: var(--bg-img);
}
.headerTop .rt {
  width: fit-content;
  height: 100%;
}
.headerTop .linkList img {
  width: auto;
  height: 0.3rem;
  object-fit: contain;
}
.headerTop .linkList a {
  margin-right: 0.3125rem;
}
.headerTop .linkList a:nth-child(2) img {
  height: 0.175rem;
}
.headerTop .linkList a:nth-child(3) img {
  height: 0.225rem;
}
.headerTop .search {
  font-size: 0.3rem;
  cursor: pointer;
  color: #fff;
  margin: 0 0.25rem;
}
.languageSwitching .icons {
  font-size: 0.275rem;
  cursor: pointer;
  color: #fff;
}
.headerBot {
  width: 100%;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.3s;
  height: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.headerBot .logo {
  width: 2.3875rem;
  height: auto;
  margin-right: 0.2125rem;
}
.headerBot .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.headerBot .lt {
  width: fit-content;
  height: 100%;
}
.headerBot .request {
  cursor: pointer;
  width: fit-content;
  padding: 0 0.25rem;
  height: 0.5625rem;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  color: #ffffff;
  background-image: var(--bg-img);
  transition: all 0.3s;
}

.header.active .headerBot {
  background-color: #fff;
  animation: slideDown 0.5s ease-out;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
.menu-level1 > li,
.menu-level1,
.header .rt {
  height: 100%;
}
.menu-level1 > li > a {
  font-size: 0.2rem;
  font-weight: 600;
  color: #f3f5fa;
}
.header.active .headerBot .logo .default,
.headerBot .logo .active,
.header.inner .headerBot .logo .default {
  display: none;
}
.header.active .headerBot .logo .active,
.header.inner .headerBot .logo .active {
  display: block;
}
.header.inner .headerBot {
  background-color: #fff;
}
.header.active .headerBot .menu-level1 > li > a,
.header.inner .headerBot .menu-level1 > li > a {
  color: #000;
}
.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}

.languageSwitching {
  cursor: pointer;
  width: fit-content;
  position: relative;
  height: auto;
}

/* 菜单下拉 */
.menuDowns {
  width: 100%;
  left: 0;
  height: auto;
  position: fixed;
  display: none;
  top: 1.8rem;
  z-index: 888;
  background-image: var(--bg-img);
  box-shadow: 0px 0px 0.375rem 0px rgba(241, 119, 5, 0.1);
}
.menuDowns_box {
  width: 100%;
  height: auto;
  padding: 3%;
  min-height: 7.5rem;
}
.menuDowns_box .menuDowns_item {
  width: calc(100% / 3);
  min-height: 6.25rem;
  border-right: 1px dashed #ffff;
  padding: 0 3%;
}
.menuDowns_con.menuDowns_item {
  padding: 0 3%;
}
.menuDowns_lt.menuDowns_item {
  padding: 0 4%;
}
.menuDowns_lt .items_mores {
  display: block;
  width: fit-content;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.225rem;
  color: #fff;
  margin-top: 0.3125rem;
  background-color: var(--mainColor);
  text-align: center;
  padding: 0 0.25rem;
  transition: all 0.3s;
  border-radius: 0.25rem;
}
.menuDowns_item .items {
  display: flex;
  align-items: center;
  padding: 0.1125rem 0;
  justify-content: space-between;
}
.menuDowns_item .items::after {
  display: block;
  content: ">";
  font-family: Poppins-Light;
  font-size: 0.25rem;
  color: #fff;
  transition: all 0.3s;
}
.menuDowns_item .items:hover::after,
.menuDowns_item .items.active::after {
  color: var(--mainColor);
}
.menuDowns_lt .items {
  font-size: 0.225rem;
  color: #fff;
  transition: all 0.3s;
  font-weight: 600;
}
.menuDowns_item .items:hover,
.menuDowns_item .items.active {
  color: var(--mainColor);
}
.menuDowns_title {
  font-size: 0.25rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.1875rem;
}
.menuDowns_list .items {
  font-weight: 600;
  font-size: 0.2rem;
  color: #fff;
}
.menuDowns_rt .text_items,
.menuDowns_con .menuDowns_conItem {
  display: none;
}
.menuDowns_rt .img {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  padding: 0.25rem;
}
.menuDowns_rt .img img {
  width: 80%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.menuDowns_rt .text .name {
  font-size: 0.2rem;
  font-weight: 600;
  margin-bottom: 0.0625rem;
  color: var(--mainColor);
}
/* === */
.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 .lt {
  width: 8.8625rem;
  height: 3.8375rem;
  border-radius: 0.125rem;
  padding: 0.3125rem 0.1875rem 0.125rem 0.375rem;
  backdrop-filter: blur(40px);
}
.headerSwiper .text .title {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.headerSwiper .text .ls {
  margin: 0.05rem 0 0.25rem 0;
}
.headerSwiper .text .ls ul {
  padding-left: 0.375rem;
}
.headerSwiper .text .ls ul,
.headerSwiper .text .ls ul li {
  list-style: disc;
}
.headerSwiper .text .ls li,
.headerSwiper .text .ls {
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 0.4375rem;
  color: #ffffff;
}
.headerSwiper .text .con {
  width: 100%;
  height: auto;
  padding-right: 1.5rem;
}
.headerSwiper .text .img {
  width: 6.425rem;
  height: auto;
}
.headerSwiper .text .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: 22px;
  height: 2px;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.3sz;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.25rem 0;
}
.iderIndexBox1 .title {
  width: 57%;
  margin: 0 auto;
  margin-top: 0.125rem;
  text-align: center;
}
.iderIndexBox1 .navItem .item {
  font-size: 0.225rem;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  padding-bottom: 0.125rem;
  display: block;
  margin-right: 0.625rem;
  transition: all 0.3s;
  position: relative;
}
.iderIndexBox1 .navItem {
  width: 100%;
  height: auto;
  margin: 0.35rem 0 0.5rem 0;
}
.iderIndexBox1 .navItem .item:hover,
.iderIndexBox1 .navItem .item.active {
  color: #000;
}
.iderIndexBox1 .navItem .item:hover::after,
.iderIndexBox1 .navItem .item.active::after {
  width: 100%;
}
.iderIndexBox1 .navItem .item::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 0;
  transition: all 0.3s;
  height: 0.0375rem;
  border-radius: 0.025rem;
  background-image: var(--bg-img);
}
.iderIndexBox1 .navItem .item:last-child {
  margin-right: 0;
}
.iderIndexBox1Con {
  width: 100%;
  height: auto;
}
.iderIndexBox1Con .item {
  display: none;
}
.iderIndexBox1Con .top {
  width: 100%;
  height: 6.5125rem;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  margin-bottom: 0.25rem;
}
.iderIndexBox1Con .top .img {
  width: 9.95rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.1875rem 0px 0px 0.1875rem;
}
.iderIndexBox1Con .top .text {
  flex: 1;
  height: 100%;
  padding: 1.125rem 0.375rem 0.375rem 1.375rem;
  background-color: #fff;
}
.iderIndexBox1Con .top .text .name {
  font-size: 0.25rem;
  color: #000000;
}
.iderIndexBox1Con .top .text .com-ls30 {
  margin: 0.1875rem 0 0.375rem 0;
}
.iderIndexBox1Con .bto .items {
  width: calc((100% - 0.625rem) / 3);
  margin: 0 0.3125rem 0.125rem 0;
  height: 6.375rem;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  transition: all 0.3s;
}
.iderIndexBox1Con .bto .items:nth-child(3n) {
  margin-right: 0;
}
.iderIndexBox1Con .bto .img {
  width: 100%;
  height: 4.25rem;
  overflow: hidden;
  padding: 0.4375rem;
}
.iderIndexBox1Con .bto .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox1Con .bto .text {
  width: 100%;
  height: auto;
  padding: 0.125rem 0.375rem 0.3125rem 0.375rem;
}
.iderIndexBox1Con .bto .text .name {
  font-size: 0.25rem;
  color: #000000;
  text-align: center;
  width: 100%;
}
.iderIndexBox1Con .bto .text .com-ls24 {
  text-align: center;
  margin: 0.125rem 0 0.1875rem 0;
}
.iderIndexBox1Con .bto .text .mores {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  font-size: 0.2rem;
  color: #505050;
  margin: 0 auto;
}
.iderIndexBox1Con .bto .items:hover .mores {
  color: var(--mainColor);
}
.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
}
.iderIndexBox2 .title {
  width: 57%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.15rem;
}
.iderIndexBox2Con {
  width: 100%;
  height: 8.5125rem;
  margin-top: 0.75rem;
}
.iderIndexBox2Con .rt {
  flex: 1;
  height: 100%;
}
.iderIndexBox2Con .lt {
  position: relative;
  width: 7.0875rem;
  overflow: hidden;
  margin-right: 0.0125rem;
  height: 100%;
}
.iderIndexBox2Con .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox2Con .text {
  position: absolute;
  left: 0.2rem;
  height: auto;
  width: 93%;
  bottom: 0.125rem;
  border-radius: 0.125rem;
  transition: all 0.3s;
}
.iderIndexBox2Con .rt .item:hover .text,
.iderIndexBox2Con .lt:hover .text {
  background-image: var(--bg-img);
  padding: 0.3rem 0.25rem 0.15rem 0.3125rem;
}
.iderIndexBox2Con .rt .item:hover .text::after,
.iderIndexBox2Con .lt:hover .text::after {
  opacity: 1;
}
.iderIndexBox2Con .text .name {
  font-size: 0.25rem;
  display: block;
  font-weight: 500;
  color: #ffffff;
}
.iderIndexBox2Con .rt .item {
  position: relative;
  width: calc((100% - 0.025rem) / 3);
  margin: 0 0.0125rem 0.0125rem 0;
  height: calc((100% - 0.0125rem) / 2);
}
.iderIndexBox2Con .rt .item:nth-child(3n) {
  margin-right: 0;
}
.iderIndexBox2Con .lt:hover .com-ls30,
.iderIndexBox2Con .rt .item:hover .com-ls30 {
  height: auto;
  opacity: 1;
  margin-top: 0.0625rem;
}
.iderIndexBox2Con .text .com-ls30 {
  width: 90%;
  height: 0;
  opacity: 0;
  transition: all 0.5s;
}
.iderIndexBox2Con .text::after {
  display: block;
  content: "+";
  font-size: 0.6rem;
  position: absolute;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5625rem;
  color: #ffffff;
}
.iderIndexBox2Con .rt .item .com-ls30 {
  width: 80%;
}
.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1rem 0;
  background-image: var(--bg-img);
}
.iderIndexBox3 .com-tl {
  font-size: 0.45rem;
  color: #fff;
}
.iderIndexBox3 .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.iderIndexBox3 .form {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderIndexBox3 .form input {
  width: 3.75rem;
  height: 0.6rem;
  background-color: #ffffff;
  border: solid 0.0125rem #ffffff;
  font-size: 0.2rem;
  margin-right: 0.125rem;
  color: #8b8b8b;
  padding-left: 0.1875rem;
}
.iderIndexBox3 .form textarea {
  width: 4.1rem;
  height: 0.6rem;
  padding: 0.125rem 0 0 0.1875rem;
  background-color: #ffffff;
  border: solid 0.0125rem #ffffff;
  font-size: 0.2rem;
  color: #8b8b8b;
  margin-right: 0.1rem;
}
.iderIndexBox3 .form button {
  width: 1.675rem;
  height: 0.6375rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.6375rem;
  color: #ffffff;
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0 2.75rem 0;
}
.iderIndexBox4 .img {
  width: 7.4125rem;
  height: 8.275rem;
  border-radius: 0.1875rem;
  margin-right: 1.25rem;
  position: relative;
}
.iderIndexBox4 .text {
  flex: 1;
  padding-top: 0.25rem;
}
.iderIndexBox4 .img .videos {
  position: absolute;
  bottom: -1.25rem;
  cursor: pointer;
  left: 2.25rem;
  width: 6.2625rem;
  height: 3.7625rem;
  overflow: hidden;
  border-radius: 0.1875rem;
  border: solid 0.1625rem #ffffff;
}
.iderIndexBox4 .img .videos .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.675rem;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox4 .text .com-ls30 {
  margin-top: 0.15rem;
}
.iderIndexBox4 .text .counter,
.iderIndexBox4 .text .em {
  font-size: 0.75rem;
  color: #000000;
}
.iderIndexBox4 .text ul {
  padding-left: 1.25rem;
  margin: 0.375rem 0 0.625rem 0;
  grid-template-columns: repeat(auto-fit, minmax(2.6875rem, 1fr));
}
.iderIndexBox4 .text .com-mores {
  margin-left: 1.25rem;
}
.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0;
}
.iderIndexBox5.gradient-box::after {
  opacity: 0.1;
}
.iderIndexBox5 .title {
  text-align: center;
  margin-top: 0.125rem;
}
.iderIndexBox5Swiper {
  width: 100%;
  height: auto;
  margin-top: 5%;
  overflow: visible;
  overflow-x: clip;
}
.iderIndexBox5Swiper::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 25%;
  z-index: 2;
  height: 100%;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    transparent
  );
}
.iderIndexBox5Swiper::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 25%;
  z-index: 2;
  height: 100%;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    transparent
  );
}
.iderIndexBox5Swiper .swiper-slide {
  width: 5.075rem;
  border-radius: 0.125rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: scale(0.95);
  transition: all 0.3s;
}

.iderIndexBox5Swiper .swiper-slide-active {
  opacity: 1;
  transform: scale(1.2) !important;
  z-index: 10;
}
.iderIndexBox5Swiper .img {
  width: 100%;
  height: 3.9375rem;
  display: block;
  border-radius: 0.125rem;
  transition: all 0.3s;
  overflow: hidden;
}
.iderIndexBox5Swiper .img:hover img {
  transform: scale(1.2);
}
.iderIndexBox5Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  display: block;
}

.iderIndexBox5Swiper .name {
  display: block;
  width: 100%;
  margin-top: 0.1875rem;
  font-size: 0.3rem;
  color: #161616;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.iderIndexBox5Swiper .swiper-slide-active .name {
  opacity: 1;
  visibility: visible;
}

.iderIndexBox5-prev,
.iderIndexBox5-next {
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.375rem;
  font-family: Poppins-Light;
  font-size: 0.6rem;
  color: #f3f5fa;
  transition: all 0.3s;
}
.iderIndexBox5-next:hover,
.iderIndexBox5-prev:hover {
  background-image: var(--bg-img);
}
.iderIndexBox5-pagination {
  width: fit-content !important;
  margin: 0 0.375rem;
}
.iderIndexBox5 .bto {
  margin-top: 5%;
}
.iderIndexBox5-pagination .swiper-pagination-bullet {
  width: 0.1375rem;
  height: 0.1375rem;
  background-color: #e5e5e5;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.iderIndexBox5-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0 1rem 0;
}
.iderIndexBox6 ul {
  width: 100%;
  margin-top: 0.875rem;
  grid-template-columns: repeat(auto-fit, minmax(4.1875rem, 1fr));
  gap: 0.1875rem;
}
.iderIndexBox6 ul li {
  width: 100%;
  height: auto;
}
.iderIndexBox6 li .img {
  width: 100%;
  height: 4.4375rem;
  background-color: #ffffff;
  box-shadow: 0px -0.075rem 0.0875rem 0px rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  padding: 0.25rem;
}
.iderIndexBox6 li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox6 li .name {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #1b1b1b;
  height: 1.825rem;
  background: url(../picture/bg2.png) no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.iderIndexBox6 li:hover .name {
  color: #fff;
  background: url(../picture/bg3.png) no-repeat;
  background-size: cover;
}
.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1rem 0;
}
.iderIndexBox7 ul {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  gap: 0.325rem;
  grid-template-columns: repeat(auto-fit, minmax(5.6125rem, 1fr));
}
.iderIndexBox7 ul li {
  width: 100%;
  position: relative;
  height: 4.75rem;
  padding: 0.5625rem;
  background-color: #ffffff;
  transition: all 0.3s;
  border-radius: 0.125rem;
}
.iderIndexBox7 ul li::after {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0.075rem;
  background-image: var(--bg-img);
  border-radius: 0.0375rem;
}
.iderIndexBox7 li .icon {
  display: block;
  transition: all 0.5s;
  width: auto;
  height: 0.85rem;
}
.iderIndexBox7 li:hover .icon {
  transform: rotate(360deg);
}
.iderIndexBox7 li .name {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000000;
  margin: 0.25rem 0;
}
.iderIndexBox7 li .com-ls30 {
  line-height: 0.35rem;
  text-align: center;
}
.iderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 0.9375rem 0;
}
.iderIndexBox8Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.875rem;
}
.iderIndexBox8Swiper .img {
  width: 100%;
  height: 1.125rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  border: solid 1px #e5e5e5;
}
.iderIndexBox8Swiper .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.iderIndexBox8-pagination {
  margin-top: 5%;
}
.iderIndexBox8-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderIndexBox9 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderIndexBox9 .title {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderIndexBox9 ul {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  gap: 0.4625rem;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
}
.iderIndexBox9 ul li {
  width: 100%;
  height: auto;
}
.iderIndexBox9 .img {
  display: block;
  width: 100%;
  height: 5.275rem;
  overflow: hidden;
}
.iderIndexBox9 .text {
  width: 100%;
  height: 4.05rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 0.15rem 0.375rem 0.4625rem 0.4625rem;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
}
.iderIndexBox9 .text .time {
  font-size: 0.2rem;
  color: #000000;
}
.iderIndexBox9 .text .com-mores {
  margin-top: 0.15rem;
}
.iderIndexBox9 .text .name {
  font-size: 0.25rem;
  line-height: 0.375rem;
  margin: 0.125rem 0;
  color: #000000;
}
.footer {
  width: 100%;
  height: auto;
  background-image: var(--bg-img);
  padding-bottom: 0.5rem;
}
.iderIndexBox9 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0;
}
.iderIndexBox9 .tl {
  font-size: 0.6rem;
  width: 80%;
  font-weight: 700;
  line-height: 0.75rem;
  text-align: center;
  color: #ffffff;
}
.iderIndexBox9 .ls {
  font-size: 0.3rem;
  margin: 0.0625rem 0 0.5rem 0;
  text-align: center;
  line-height: 0.375rem;
  color: #ffffff;
}
.iderIndexBox10 {
  width: 95.5%;
  margin: 0 auto;
  border-radius: 0.125rem;
  padding-top: 0.375rem;
  background-color: rgba(0, 0, 0, 0.2);
}
.iderIndexBox10 .logo img {
  width: auto;
  height: 1.6375rem;
  object-fit: contain;
}
.iderIndexBox10 ul {
  width: 100%;
  margin-top: 0.3125rem;
  justify-content: space-between;
  padding-top: 0.8125rem;
  border-top: 1px solid rgba(151, 150, 150, 0.3);
}
.iderIndexBox10 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 2.575rem;
  width: fit-content;
  padding: 0 0.125rem 0 0.25rem;
  border-left: 0.0125rem solid rgba(255, 255, 255, 0.3);
}
.iderIndexBox10 ul li:last-child {
  width: 3.875rem;
}
.iderIndexBox10 ul li::after {
  display: block;
  position: absolute;
  content: "";
  left: -0.025rem;
  top: 0;
  width: 0.0375rem;
  height: 0.4875rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
}
.iderIndexBox10 li .name {
  font-size: 0.225rem;
  margin-bottom: 0.3125rem;
  color: #ffffff;
}
.iderIndexBox10 li a,
.iderIndexBox10 li div {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
}
.iderIndexBox10 li a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.footerLink {
  width: 100%;
  justify-content: end;
  margin: 0.625rem 0 0.25rem 0;
}
.footerLink a {
  width: 0.475rem;
  height: 0.475rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.05rem;
  margin-right: 0.125rem;
  transition: all 0.3s;
}
.footerLink a:nth-child(2n) img {
  height: 0.175rem;
}
.footerLink a img {
  width: auto;
  height: 0.225rem;
  object-fit: contain;
}
.footerLink a:hover {
  background-color: var(--mainColor);
}
.iderIndexBox10 .bottom {
  width: 100%;
  position: relative;
  padding: 0.4375rem 0;
  border-top: 0.0125rem solid rgba(255, 255, 255, 0.3);
}
.iderIndexBox10 .bottom::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: -0.025rem;
  width: 1.75rem;
  height: 0.0375rem;
  background-color: #e5e5e5;
}
.iderBanner {
  width: 100%;
  height: auto;
  position: relative;
}
body {
  padding-top: 0.5625rem;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNav {
  width: 100%;
  height: auto;
  padding: 0.25rem 0;
}
.iderNav a {
  font-size: 0.2rem;
  color: #454545;
}
.iderNav a::after {
  display: block;
  content: "/";
  margin: 0 0.05rem;
  font-size: 0.2rem;
  color: #454545;
}
.iderNav a:hover,
.iderNav a.active,
.iderNav a:hover:after {
  color: var(--mainColor);
}

.iderNav a:last-child::after {
  display: none;
}
.iderNewBox1 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.5rem 0;
}
.iderNewBox1 .navItem .item {
  font-size: 0.25rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  padding-bottom: 0.25rem;
  margin-right: 1.25rem;
}
.iderNewBox1 .navItem .item:last-child {
  margin-right: 0;
}
.iderNewBox1 .navItem .item:hover::after,
.iderNewBox1 .navItem .item.active::after,
.iderDownBox1 .navItem .item:hover::after,
.iderDownBox1 .navItem .item.active::after {
  width: 100%;
}
.iderNewBox1 .navItem .item:hover,
.iderNewBox1 .navItem .item.active,
.iderDownBox1 .navItem .item:hover,
.iderDownBox1 .navItem .item.active {
  background-image: linear-gradient(91deg, #e4873c 0%, #294797 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
.iderNewBox1 .navItem {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  border-style: solid;
  border-bottom-width: 0.0125rem;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-image: linear-gradient(91deg, #e4873c 0%, #294797 100%) 1;
}
.iderNewBox1 .navItem .item::after,
.iderDownBox1 .navItem .item::after {
  display: block;
  content: "";
  width: 0;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: -0.025rem;
  height: 0.0375rem;
  background-image: var(--bg-img);
  border-radius: 0.025rem;
}

.iderNewBox1Con .top {
  width: 100%;
  height: 6.825rem;
  margin-bottom: 0.5rem;
}
.iderNewBox1Con .top .img {
  width: 9.6875rem;
  height: 100%;
  overflow: hidden;
}
.iderNewBox1Con .top .text {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem;
}
.iderNewBox1Con .top .text .time {
  font-size: 0.225rem;
  color: #000000;
}
.iderNewBox1Con .top .text .name {
  font-size: 0.3rem;
  font-weight: 600;
  display: block;
  line-height: 0.45rem;
  margin: 0.125rem 0 0.1875rem 0;
  color: #000000;
}
.iderNewBox1Con .top .text .com-mores {
  margin-top: 0.125rem;
}
.iderNewBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
}

.iderNewBox1Con .bto ul {
  gap: 0.3875rem 0.4rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5625rem, 1fr));
}
.iderNewBox1Con .bto li {
  width: 100%;
  height: auto;
}
.iderNewBox1Con li .img {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 4rem;
}
.iderNewBox1Con li .text {
  width: 100%;
  height: 3.5875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
  padding: 0.15rem 0.375rem 0.6875rem 0.4375rem;
}
.iderNewBox1Con li .time {
  font-size: 0.2rem;
  color: #000000;
}
.iderNewBox1Con li .name {
  font-size: 0.25rem;
  line-height: 0.375rem;
  margin: 0.075rem 0 0.125rem 0;
  color: #000000;
}
.iderNewBox1Con li .mores {
  text-decoration: underline;
  font-size: 0.225rem;
  width: fit-content;
}
.iderComPage {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
}
.iderComPage a,
.iderComPage span {
  font-size: 0.3rem;
  color: #000000;
  display: inline-block;
  margin: 0 0.0625rem;
}
.iderComPage .prev,
.iderComPage .next {
  width: 0.75rem;
  cursor: pointer;
  display: flex;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.375rem;
  font-size: 0.45rem;
  font-family: Poppins-Light;
  color: #000000;
}
.iderComPage .next:hover,
.iderComPage .prev:hover,
.iderComPage .next.active,
.iderComPage .prev.active {
  color: #fff;
  background-image: var(--bg-img);
}
.iderDownBox1 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.75rem 0;
}
.iderDownBox1 .title {
  margin-top: 0.375rem;
}
.iderDownBox1 .title p {
  margin-bottom: 0.1875rem;
}
.iderDownBox1 .navItem .item {
  margin-right: 1.125rem;
  padding-bottom: 0.275rem;
  position: relative;
  font-size: 0.2rem;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 600;
  color: #505050;
}
.iderDownBox1 .navItem {
  width: 100%;
  margin-top: 1.125rem;
  border-bottom: 0.0125rem solid #d9d9d9;
}
.iderDownBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
}
.iderDownBox1Con .table_tl {
  width: 100%;
  border-radius: 0.025rem;
  height: 0.8rem;

  background-image: var(--bg-img);
}
.iderDownBox1Con .table_tl .name {
  font-size: 0.2rem;
  font-weight: 600;
  padding: 0 0.25rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 30%) / 5);
}

.iderDownBox1Con .table_list .name {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #505050;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 30%) / 5);
  text-align: center;
  padding: 0 0.25rem;
}
.iderDownBox1Con .table_tl .name:first-child,
.iderDownBox1Con .table_list .name:first-child {
  width: 30%;
  justify-content: flex-start;
  text-align: left;
}
.iderDownBox1Con .table_list .items {
  width: 100%;
  height: auto;
  padding: 15px 0;
  border-style: solid;
  border-bottom-width: 0.0125rem;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-image: linear-gradient(
      91deg,
      rgba(228, 135, 60, 0.2) 0%,
      rgba(41, 71, 151, 0.2) 100%
    )
    1;
  transition: all 0.3s;
}
.iderDownBox1Con .table_list .dwons {
  width: 1.65rem;
  cursor: pointer;
  height: 0.5625rem;
  font-size: 0.2rem;
  color: #ffffff;
  display: flex;
  border: 0.0125rem solid transparent;
  border-radius: 0.0625rem;
  background-color: transparent;
  transition: all 0.3s;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(91deg, #e4873c 0%, #294797 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  transition: all 0.3s;
}
.iderDownBox1Con .table_list .dwons::before {
  display: block;
  content: "";
  width: 0.225rem;
  transition: all 0.3s;
  height: 0.225rem;
  margin-right: 0.0875rem;
  background: url(../images/im2.png) no-repeat;
  background-size: contain;
}
.iderDownBox1Con .table_list .items:hover .name {
  background-image: linear-gradient(91deg, #e4873c 0%, #294797 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.iderDownBox1Con .table_list .items:hover .dwons {
  background-image: var(--bg-img);
  border: none;
}
.iderDownBox1Con .table_list .items:hover .dwons::before,
.iderDownBox1Con .table_list .items:hover .dwons .gradient-text {
  filter: brightness(0) invert(1);
}
.iderDownBox1Con .table_list .items:hover .name:first-child {
  text-decoration: underline;
}
.iderDownBox1Con .table_list .items:hover {
  border-image: linear-gradient(
      91deg,
      rgba(228, 135, 60, 1) 0%,
      rgba(41, 71, 151, 1) 100%
    )
    1;
}
.iderBanner .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 2.475rem;
  z-index: 4;
}
.iderBanner .text .ls {
  width: 5.95rem;
  height: 1.625rem;
  backdrop-filter: blur(10px);
}
.iderBanner .text .tl {
  font-size: 0.5rem;
  font-weight: 700;
  line-height: 0.6rem;
  color: #edeff5;
}
.iderNav.inner {
  border-bottom: 1px solid #e5e5e5;
}
.iderExhibBox1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderExhibBox1 .lt {
  width: 6.95rem;
  height: auto;
  margin-right: 0.1375rem;
}
.iderExhibBox1 .lt .item {
  cursor: pointer;
  height: 2.825rem;
  margin-bottom: 0.25rem;
  padding: 0.3125rem 0.3125rem 0.125rem 0.625rem;
}
.iderExhibBox1 .lt .item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.075rem;
  display: block;
  content: "";
  height: 100%;
  transition: all 0.3s;
  background-image: linear-gradient(to bottom, #e4873c 0%, #294797 100%);
  opacity: 0.2;
}
.iderExhibBox1 .lt .item:hover::before,
.iderExhibBox1 .lt .item.active::before {
  opacity: 1;
}
.iderExhibBox1 .lt .item .name {
  font-size: 0.3rem;
  margin-bottom: 0.125rem;
  font-weight: 600;
  color: #000000;
}
.iderExhibBox1 .imgList {
  flex: 1;
  height: 6.8rem;
  overflow: hidden;
  border-radius: 0.025rem;
}
.iderExhibBox1 .imgList .img {
  display: none;
}
.iderExhibBox1 .imgList img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderExhibBox1 .lt .item::after {
  display: none;
}
.iderExhibBox1 .lt .item:hover::after,
.iderExhibBox1 .lt .item.active::after {
  display: block;
}
.iderExhibBox1 .lt .item:hover .name,
.iderExhibBox1 .lt .item.active .name {
  background-image: linear-gradient(91deg, #e4873c 0%, #294797 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.iderExhibBox2 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1rem 0;
}
.iderExhibBox2Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  overflow: hidden;
}
.iderExhibBox2Swiper .swiper-slide {
  width: 8.925rem;
  height: auto;
  border-radius: 0.025rem;
}
.iderExhibBox2Swiper .img {
  width: 100%;
  height: 6.125rem;
  border-radius: 0.025rem;
  overflow: hidden;
}
.iderExhibBox2Swiper .text {
  height: 0;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
}
.iderExhibBox2Swiper .text .com-ls30 {
  width: 75%;
}
.iderExhibBox2Swiper .text .icon {
  font-family: Poppins-Light;
  font-size: 0.45rem;
  width: fit-content;
  display: flex;
  transform: rotate(-90deg);
  color: #2a5d9e;
}
.iderExhibBox2Swiper .text .name {
  font-size: 0.375rem;
  font-weight: 700;
  color: #000000;
}
.iderExhibBox2Swiper .swiper-slide-active .text {
  height: auto;
  opacity: 1;
}
.iderExhibBox2Swiper .bto {
  position: absolute;
  bottom: 0.9375rem;
  left: 65%;
  z-index: 33;
  transform: translateX(-50%);
}
.iderExhibBox2-prev,
.iderExhibBox2-next {
  cursor: pointer;
  font-family: Poppins-Light;
  font-size: 0.45rem;
  color: #2a5d9e;
  opacity: 0.3;
}
.iderExhibBox2-pagination {
  width: fit-content !important;
  margin: 0 0.125rem;
}
.iderExhibBox2-pagination .swiper-pagination-bullet-active {
  background-image: var(--bg-img);
}
.iderExhibBox2-next:hover,
.iderExhibBox2-prev:hover {
  opacity: 1;
}
.iderExhibBox3 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 0.9375rem 0;
}
.iderExhibBox3 .img {
  width: 7.275rem;
  overflow: hidden;
  height: 4.3125rem;
}
.iderExhibBox3 .text {
  flex: 1;
  padding-left: 0.875rem;
}
.iderExhibBox3 .text .tl {
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #000000;
}
.iderExhibBox3 .text .ls {
  font-size: 0.3rem;
  line-height: 0.375rem;
  color: #000000;
  margin: 4% 0;
}
.iderExhibBox3 .text .lss {
  font-size: 0.3rem;
  font-style: italic;
  font-weight: 500;
  line-height: 0.375rem;
  letter-spacing: 0.0125rem;
  color: #000000;
}
.iderExhibBox4 .iderIndexBox5Swiper .text {
  display: none;
}
.iderExhibBox4 .iderIndexBox5Swiper .swiper-slide-active .text {
  display: block;
}
.iderBanner.masks::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);
}
.iderPartnerBox1 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0;
}
.iderPartnerBox1 .img {
  width: 8.7rem;
  overflow: hidden;
  margin-right: 0.75rem;
  height: 7.1625rem;
}
.iderPartnerBox1 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: space-between;
}
.iderPartnerBox1 .text .com-ls30 {
  margin-top: 0.25rem;
}
.iderPartnerBox1 .text .minImg {
  width: 4.825rem;
  height: 2.4625rem;
  border-radius: 0.025rem;
  overflow: hidden;
}
.iderPartnerBox2 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.75rem 0;
}
.iderPartnerBox2 .com-card {
  width: 20rem;
}
.iderPartnerBox2Con {
  width: 100%;
  height: auto;
  background-image: var(--bg-img);
  padding: 1.25rem 1.1875rem;
}
.iderPartnerBox2Con .img {
  width: 9.05rem;
  height: 6.5875rem;
  overflow: hidden;
  margin-left: 1.375rem;
  border-radius: 0.025rem;
}
.iderPartnerBox2Con .text {
  flex: 1;
}
.iderPartnerBox2Con .text .tl {
  font-size: 0.3rem;
  font-weight: 600;
  color: #edeff5;
}
.iderPartnerBox2Con .text .ls {
  width: 100%;
  border-top: 1px solid #fff;
  margin-top: 0.25rem;
  padding-top: 0.1875rem;
}
.iderPartnerBox2Con .text .ls li {
  transition: all 0.3s;
}
.iderPartnerBox2Con .text .ls li:hover {
  transform: translateX(10%);
}
.iderPartnerBox2Con .text .ls .name {
  font-size: 0.225rem;
  color: #edeff5;
  margin-bottom: 0.5rem;
}
.iderPartnerBox2Con .text .ls .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  margin-right: 0.3125rem;
  object-fit: contain;
}
.iderPartnerBox2Con .text li .com-ls30 {
  flex: 1;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}
.iderPartnerBox3 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1rem 0;
}
.iderPartnerBox3 ul {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  gap: 0.2125rem;
  grid-template-columns: repeat(auto-fit, minmax(5.6875rem, 1fr));
}
.iderPartnerBox3 ul li {
  width: 100%;
  height: 4.5rem;
  padding: 0.5625rem 0.375rem 0.375rem;
}
.iderPartnerBox3 ul li .icon {
  width: 1.45rem;
  height: auto;
  object-fit: contain;
  display: flex;
  margin-bottom: 0.625rem;
  transition: all 0.5s;
}
.iderPartnerBox3 ul li:last-child .icon {
  width: 1.4rem;
}
.iderPartnerBox3 ul li .text {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #000000;
  text-align: center;
}
.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0 0.75rem 0;
}
.iderChooseBox1 .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.15rem;
}
.iderChooseBox1 ul {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  gap: 0.4125rem 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
}
.iderChooseBox1 ul li {
  width: 100%;
  height: 3.3375rem;
  align-items: flex-start;
  background-color: #ffffff;
  padding: 0.625rem 0.625rem 0.125rem 0.5rem;
  border-radius: 1.25rem 0.125rem 1.25rem 0.125rem;
}
.iderChooseBox1 li .text {
  flex: 1;
  height: auto;
}
.iderChooseBox1 li .icon {
  display: block;
  width: auto;
  max-width: 1.7rem;
  transition: all 0.5s;
  margin-right: 0.5625rem;
  object-fit: contain;
}
.iderChooseBox1 li .name {
  font-size: 0.375rem;
  margin-bottom: 0.125rem;
  line-height: 36px;
  display: block;
  font-weight: 600;
}
.iderChooseBox1 li:last-child .icon {
  height: 0.875rem;
}
.iderChooseBox2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderChooseBox2 ul {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  gap: 0.375rem 0.525rem;
  grid-template-columns: repeat(auto-fit, minmax(8.4875rem, 1fr));
}
.iderChooseBox2 ul li {
  width: 100%;
  height: auto;
}
.iderChooseBox2 li .img {
  width: 100%;
  height: 5.2rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderChooseBox2 li .name {
  width: 100%;
  height: auto;
  margin-top: 0.0625rem;
  text-align: center;
  font-size: 0.225rem;
  padding: 0 0.125rem;
  color: #000000;
}
.iderChooseBox3 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.125rem 0;
  background-image: var(--bg-img);
}
.iderChooseBox3 ul {
  width: 100%;
  height: auto;
  margin-top: 0.8125rem;
  gap: 0.3625rem 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5625rem, 1fr));
}
.iderChooseBox3 li {
  position: relative;
  width: 100%;
  height: 4.375rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.125rem;
  padding: 0.375rem 0.375rem 0.25rem 0.375rem;
}
.iderChooseBox3 li .img {
  width: 100%;
  height: 3rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderChooseBox3 li::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.25rem;
  display: block;
  content: "";
  filter: brightness(0) invert(1);
  width: 0.5375rem;
  height: 0.475rem;
  background: url(../images/im2-10.png) no-repeat;
  background-size: contain;
}
.iderChooseBox3 li .name {
  width: 100%;
  height: auto;
  margin-top: 0.1875rem;
  font-size: 0.225rem;
  text-align: center;
  color: #ffffff;
}
.iderChooseBox3 li:nth-child(n + 3):nth-child(-n + 6)::after {
  transform: rotate(-180deg);
  right: -0.65rem;
}
.iderChooseBox3 li:nth-child(3)::after {
  top: auto;
  left: 50%;
  transform: rotate(90deg) translateX(-50%) !important;
  bottom: -0.5rem;
}
.iderChooseBox3 li:last-child::after {
  display: none;
}
.iderChooseBox4 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0;
}
.iderChooseBox4 .img {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderChooseBox4 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIntorductBox1 .text .ls {
  width: 9.675rem;
  height: auto;
  padding: 0.5rem 0.625rem 0.5rem 0.625rem;
}
.iderIntorductBox1 .ls .lss {
  font-size: 0.25rem;
  margin-top: 0.125rem;
  color: #ffffff;
}
.iderIntorductBox2 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
}
.iderIntorductBox2 .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.15rem;
}
.iderIntorductBox2 .viodes {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  overflow: hidden;
  border: solid 0.3rem rgba(0, 0, 0, 0.1);
  margin-top: 0.625rem;
}
.iderIntorductBox2 .viodes .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.675rem;
  transition: all 0.5s;
  height: 1.675rem;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.iderIntorductBox3 {
  width: 100%;
  height: auto;
  position: relative;
}
.iderIntorductBox3 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIntorductBox3 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.iderIntorductBox3 .text:hover .icon {
  transform: translateY(-15px);
}
.iderIntorductBox3 .text .icon {
  width: 1.55rem;
  height: auto;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
}
.iderIntorductBox3 .text .com-tl {
  margin: 0.25rem 0 0.375rem 0;
}
.iderIntorductBox3 .text .ls {
  font-size: 0.375rem;
  text-align: center;
  line-height: 0.6rem;
  width: 61%;
  color: #ffffff;
}
.iderIntorductBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.75rem 0;
  background-image: var(--bg-img);
}
.iderIntorductBox4Con {
  width: 100%;
  height: 7.75rem;
  margin-top: 0.375rem;
}
.iderIntorductBox4Swiper1 {
  width: 18%;
  height: 100%;
  overflow: hidden;
}
.iderIntorductBox4Swiper1 .swiper-slide {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.iderIntorductBox4Swiper1 .time {
  font-size: 0.225rem;
  color: #f3f3f3;
  flex: 1;
  cursor: pointer;
  transition: all 0.3s;
}
.iderIntorductBox4Swiper1 .dot {
  margin-right: 0.1875rem;
  width: 0.25rem;
  height: 0.0125rem;
  background-color: #edeff5;
  transition: all 0.3s;
  opacity: 0.7;
}
.iderIntorductBox4Swiper1 .swiper-slide-thumb-active .dot {
  opacity: 1;
}

.iderIntorductBox4Swiper1 .swiper-slide-thumb-active .time {
  font-size: 0.375rem;
  color: #fff;
}
.iderIntorductBox4Swiper2 {
  width: calc(100% - 18%);
  height: 100%;
  overflow: hidden;
}
.iderIntorductBox4Swiper2 .con {
  position: relative;
  width: 100%;
  align-items: flex-start;
  padding-top: 0.125rem;
  margin-top: 0.25rem;
  border-top: 0.0375rem solid rgba(177, 175, 175, 0.3);
}
.iderIntorductBox4Swiper2 .con::before {
  display: block;
  content: "";
  width: 1.1125rem;
  height: 0.0375rem;
  position: absolute;
  left: 0;
  top: -0.0375rem;
  background-color: #edeff5;
}
.iderIntorductBox4Swiper2 .swiper-slide {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-end;
}
.iderIntorductBox4Swiper2 .time {
  font-size: 0.5rem;
  font-weight: 600;
  color: #edeff5;
}
.iderIntorductBox4Swiper2 .ls {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #ffffff;
  flex: 1;
  padding-right: 13%;
}
.iderIntorductBox4Swiper2 .img {
  width: 7.6625rem;
  height: 3.8rem;
  border-radius: 0.125rem;
  overflow: hidden;
}
.iderIntorductBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderIntorductBox5 .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.375rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2625rem 0px rgba(101, 101, 101, 0.21);
  border-radius: 0.025rem;
  padding: 0.75rem 0 0.4375rem 0;
}
.iderIntorductBox5 .item .img {
  width: 100%;
  margin-top: 0.4375rem;
  height: auto;
  overflow: hidden;
}
.iderIntorductBox5 .item .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIntorductBox6 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.4625rem 0;
}
.iderIntorductBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1.25rem;
}
.iderIntorductBox6Swiper .swiper-slide {
  width: 4.1375rem;
  height: auto;
}
.iderIntorductBox6Swiper .img {
  width: 100%;
  height: 5.7125rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.175rem 0.025rem #656565;
}
.iderIntorductBox6Swiper .swiper-slide-active .name {
  display: block;
}
.iderIntorductBox6Swiper .name {
  font-size: 0.3rem;
  text-align: center;
  display: none;
  margin-top: 0.1875rem;
  color: #ffffff;
}
.iderIntorductBox6-pagination {
  margin-top: 4%;
}
.iderIntorductBox6-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.iderIntorductBox6-pagination .swiper-pagination-bullet-active {
  background-image: var(--bg-img);
}
.iderIntorductBox7 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0;
}
.iderIntorductBox7 .top {
  margin-top: 0.6875rem;
}
.iderIntorductBox7 .item {
  position: relative;
  width: 100%;
  height: 2.9375rem;
  margin-bottom: 0.05rem;
  overflow: hidden;
}
.iderIntorductBox7 .item .tempWrap {
  width: 100% !important;
}
.iderIntorductBox7 .item::after {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    transparent
  );
}
.iderIntorductBox7 .item::before {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    transparent
  );
}
.iderIntorductBox7 .item ul {
  position: relative;
}
.iderIntorductBox7 .item,
.iderIntorductBox7 .item ul {
  flex-wrap: nowrap;
  overflow: hidden;
}
.iderIntorductBox7 .item li {
  flex-shrink: 0;
  width: 3.95rem;
  height: 2.9375rem;
  margin-right: 0.0625rem;
}
.iderIntorductBox7 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderIntorductBox7 .img img {
  display: block;
}
.iderChooseBox5 .title {
  font-size: 1.0625rem;
  line-height: 1;
  letter-spacing: -0.0375rem;
  color: #ffffff;
}
.iderChooseBox5 .title span {
  font-size: 1.7875rem;
  color: #ffffff;
}
.iderChooseBox5 .text .text_tl {
  font-size: 0.5875rem;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  margin: 0.125rem 0 0.5rem 0;
}
.iderChooseBox5 .text {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.iderChooseBox5 .text .text_ul {
  gap: 0.125rem;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(3.6875rem, 1fr));
}
.iderChooseBox5 .text .text_ul li {
  width: 100%;
  height: 2.1rem;
  background-color: #ffffff;
  border-radius: 0.1625rem;
  padding: 0.125rem;
}
.iderChooseBox5 .text .text_ul .counter,
.iderChooseBox5 .text .text_ul .em {
  font-size: 0.675rem;
  font-weight: 600;
  color: #010101;
}
.iderChooseBox5 .text .text_ls {
  font-size: 0.2875rem;
  text-align: center;
  font-weight: 500;
  color: #212121;
}
.iderChooseBox5 .text .bto {
  font-size: 0.425rem;
  color: #ffffff;
  margin-top: 0.4375rem;
}
.iderChooseBox5 .text .bto span {
  color: #ffea00;
}
.iderServiceBox1 .text {
  bottom: 0.8625rem;
}
.iderServiceBox1 .text .ls {
  width: 7.65rem;
  height: auto;
  padding: 0.55rem;
  backdrop-filter: blur(35px);
  border-radius: 0.125rem;
}
.iderServiceBox1 .ls .lss {
  font-size: 0.25rem;
  color: #ffffff;
  margin-top: 0.125rem;
}
.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.375rem 0;
}
.iderServiceBox2 .title {
  width: 73%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderServiceBox2_ul {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
  gap: 0.25rem;
  grid-template-columns: repeat(auto-fit, minmax(4.1875rem, 1fr));
}
.iderServiceBox2_ul li {
  width: 100%;
  height: 4.35rem;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  transition: all 0.3s;
}
.iderServiceBox2_ul li .img {
  width: 100%;
  height: 3.1875rem;
  padding: 0.25rem 0.4375rem;
}
.iderServiceBox2_ul li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderServiceBox2_ul li .name {
  display: block;
  width: 100%;
  font-size: 0.25rem;
  text-align: center;
  color: #000000;
  padding: 0 0.125rem;
  margin-top: 0.1875rem;
}
.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.375rem 0;
}
.iderServiceBox3 .title {
  text-align: center;
  margin-top: 0.0625rem;
}
.iderServiceBox3 .com-tl {
  width: 68%;
  margin: 0 auto;
}
.iderServiceBox3 .com-card {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderServiceBox3Con {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
}
.iderServiceBox3Con .rt {
  width: 8.325rem;
  height: 8.7rem;
  border-radius: 0.1875rem;
  margin-left: 0.425rem;
}
.iderServiceBox3Con .rt .img {
  width: 100%;
  height: 100%;
  display: none;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.iderServiceBox3Con .lt {
  flex: 1;
}
.iderServiceBox3Con .item {
  width: 100%;
  height: auto;
  padding: 0.2125rem 0.275rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderServiceBox3Con .item .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000000;
}
.iderServiceBox3Con .item .dot {
  font-size: 0.3rem;
  width: 0.225rem;
  transition: all 0.3s;
  height: 0.025rem;
  cursor: pointer;
  background-color: #000;
}
.iderServiceBox3Con .item .tl {
  cursor: pointer;
}
.iderServiceBox3Con .item .dot::after {
  display: block;
  content: "";
  width: 0.225rem;
  transform: rotate(90deg);
  transition: all 0.3s;
  height: 0.025rem;
  background-color: #000;
}
.iderServiceBox3Con .item.gradient-box::after {
  display: none;
}
.iderServiceBox3Con .item .text {
  width: 100%;
  height: auto;
  display: none;
  padding: 0.375rem 0 0.375rem 0.5rem;
}
.iderServiceBox3Con .item.active {
  border-bottom: none;
}
.iderServiceBox3Con .item.active .dot::after {
  transform: rotate(0);
}
.iderServiceBox3Con .item.active.gradient-box::after {
  display: block;
}
.iderServiceBox3Con .item .text ul {
  width: 100%;
}
.iderServiceBox3Con .item .text li {
  margin-bottom: 3%;
}
.iderServiceBox3Con .item .text li strong {
  font-weight: 600;
  color: #000000;
}
.iderServiceBox4 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.375rem 0;
}
.iderServiceBox4 .com-tl {
  width: 68%;
  margin: 0 auto;
}
.iderServiceBox4_ul {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  gap: 0.25rem 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderServiceBox4_ul li {
  width: 100%;
  height: auto;
  padding: 0.125rem;
  border-radius: 0.1875rem;
  transition: all 0.3s;
  border: solid 0.0125rem #d9d9d9;
}
.iderServiceBox4_ul li .img {
  display: block;
  width: 100%;
  height: 4.35rem;
  overflow: hidden;
}
.iderServiceBox4_ul li .text {
  width: 100%;
  height: auto;
  padding: 0.1875rem 0.25rem 0.3125rem;
}
.iderServiceBox4_ul li .name {
  font-size: 0.3rem;
  display: block;
  margin-bottom: 0.1875rem;
  line-height: 0.375rem;
}
.iderServiceBox5 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0;
}
.iderServiceBox5 .com-tl {
  width: 65%;
  margin: 0 auto;
}
.iderServiceBox5 ul {
  width: 100%;
  height: auto;
  margin-top: 7.5%;
}
.iderServiceBox5 ul li {
  position: relative;
  width: calc(100% / 5);
}
.iderServiceBox5 li .nu {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.275rem;
  font-weight: 600;
  color: #000000;
}
.iderServiceBox5 li .icon {
  width: auto;
  height: 1rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderServiceBox5 li .img {
  width: 100%;
  height: 3.4875rem;
  border-radius: 50%;
  padding: 0.75rem 0.375rem 0.125rem 0.375rem;
  background: url(../images/im3-5.png) no-repeat;
  background-size: 3.4375rem auto;
}
.iderServiceBox5 li:last-child .img {
  background: none;
  border: 1px solid #000;
}
.iderServiceBox5 li .name {
  font-size: 0.2375rem;
  line-height: 0.375rem;
  color: #4f4f4f;
  margin-top: 0.375rem;
  text-align: center;
}
.iderServiceBox5 li .com-ls24 {
  text-align: center;
  margin-top: 0.3125rem;
}
.iderSolutionBox1 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
}
.iderSolutionBox1 .item {
  width: 100%;
  height: 5.975rem;
  margin-bottom: 0.5rem;
}
.iderSolutionBox1 .item .img {
  width: 9.875rem;
  height: 100%;
  background-color: #000000;
  border-radius: 0.05rem;
  overflow: hidden;
  margin-left: 0.125rem;
}
.iderSolutionBox1 .item .text {
  flex: 1;
  height: 100%;
  border-radius: 0.05rem;
  padding: 0.625rem 0.75rem 0.125rem 0.625rem;
}
.iderSolutionBox1 .item .name {
  display: block;
  font-size: 0.3rem;
  font-weight: 600;
  color: #161616;
}
.iderSolutionBox1 .item .com-ls30 {
  margin: 0.3125rem 0 0.5rem 0;
}
.iderSolutionBox1 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderSolutionBox1 .item:nth-child(2n) .img {
  margin: 0 0.125rem 0 0;
}
.iderSolutionDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.0625rem 0;
}
.iderSolutionDelBox1 .title {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.15rem;
  text-align: center;
}
.iderSolutionDelBox1 .img {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderSolutionDelBox1 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.iderSolutionDelBox2 {
  margin-top: 1.25rem;
}
.iderSolutionDelBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.375rem 0;
}
.iderSolutionDelBox3 .com-card {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d9d9d9;
}
.iderSolutionDelBox3_ul {
  width: 100%;
  height: auto;
  grid-template-columns: repeat(auto-fit, minmax(8.625rem, 1fr));
  margin-top: 1rem;
  gap: 0.25rem;
}
.iderSolutionDelBox3_ul li {
  width: 100%;
  height: 4.875rem;
  padding: 0.4375rem 0.4375rem 0.25rem 0.5rem;
  border-radius: 0.125rem;
  border: solid 1px #d9d9d9;
  transition: all 0.3s;
}
.iderSolutionDelBox3_ul li .icon {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  object-fit: contain;
  transition: all 0.3s;
}
.iderSolutionDelBox3_ul li .name {
  display: block;
  font-size: 0.3rem;
  font-weight: 600;
  transition: all 0.3s;
  margin: 0.1875rem 0 0.125rem 0;
}
.iderSolutionDelBox3_ul li:hover .icon {
  filter: brightness(0) invert(1);
}
.iderSolutionDelBox3_ul li:hover .name,
.iderSolutionDelBox3_ul li:hover .com-ls30 {
  filter: brightness(0) invert(1);
}
.iderSolutionDelBox3_ul li:hover {
  background-image: var(--bg-img);
}
.iderSolutionDelBox3_ul li:hover .icon {
  transform: translateY(-10px);
}
.iderSolutionDelBox4 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.625rem 0;
  border-bottom: 1px solid #e1e1e1;
}
.iderSolutionDelBox4 .text {
  flex: 1;
}
.iderSolutionDelBox4 .com-tl {
  margin-bottom: 0.3125rem;
}
.iderSolutionDelBox4 .text p {
  margin-bottom: 0.3125rem;
}
.iderSolutionDelBox4Swiper {
  position: relative;
  width: 9.6375rem;
  height: 7.5125rem;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-left: 0.25rem;
}
.iderSolutionDelBox4Swiper .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderSolutionDelBox4 .bto {
  position: absolute;
  bottom: 0.3125rem;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  padding: 0 0.375rem;
  z-index: 3;
  height: 0.7625rem;
  border-radius: 0.375rem;
  backdrop-filter: blur(10px);
}
.iderSolutionDelBox4-prev,
.iderSolutionDelBox4-next {
  cursor: pointer;
  font-family: Poppins-Light;
  font-size: 0.45rem;
  color: #ffffff;
}
.iderSolutionDelBox4-pagination {
  margin: 0 0.125rem;
}
.iderSolutionDelBox4-pagination .swiper-pagination-bullet {
  width: 0.1125rem;
  height: 0.1125rem;
  background-color: #ffffff;
  opacity: 0.4;
  transition: all 0.3s;
}
.iderSolutionDelBox4-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.iderSolutionDelBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.iderSolutionDelBox5Con {
  width: 100%;
  height: auto;
  margin-top: 0.8125rem;
}
.iderSolutionDelBox5Con .item {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3625rem 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.025rem;
  margin-bottom: 0.125rem;
  padding: 0 0.375rem 0 0.5rem;
}
.iderSolutionDelBox5Con .item .tl {
  width: 100%;
  cursor: pointer;
  padding: 17px 0;
}
.iderSolutionDelBox5Con .item .name {
  font-size: 0.25rem;
  color: #000000;
  font-weight: 500;
  flex: 1;
  margin-right: 0.125rem;
}
.iderSolutionDelBox5Con .item:hover .name,
.iderSolutionDelBox5Con .item.active .name,
.iderProductBox2 .lt .item.active .name {
  background-image: linear-gradient(91deg, #e4873c 0%, #294797 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: inline-block;
}
.iderSolutionDelBox5Con .item .dot {
  width: 0.25rem;
  height: 0.025rem;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
.iderSolutionDelBox5Con .item .dot::after {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.025rem;
  transition: all 0.3s;
  transform: rotate(90deg);
  background-color: rgba(0, 0, 0, 0.4);
}
.iderSolutionDelBox5Con .item.active .dot::after {
  transform: rotate(0);
}
.iderSolutionDelBox5Con .item .text {
  display: none;
  padding: 0.375rem 0.375rem 0.375rem 0;
}
.iderSolutionDelBox6 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderSolutionDelBox6 ul {
  width: 100%;
  height: auto;
  gap: 0.3125rem;
  margin-top: 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(5.625rem, 1fr));
}
.iderSolutionDelBox6 ul li {
  width: 100%;
  height: 6.925rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.125rem 0px rgba(0, 0, 0, 0.09);
  border-radius: 0.1875rem;
}
.iderSolutionDelBox6 li .img {
  width: 100%;
  height: 4.375rem;
  overflow: hidden;
  padding: 0.4375rem;
}
.iderSolutionDelBox6 li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderSolutionDelBox6 li .text {
  width: 100%;
  padding: 0 0.375rem 0.25rem 0.375rem;
}
.iderSolutionDelBox6 li .com-ls24 {
  margin: 0.125rem 0 0.25rem 0;
  text-align: center;
}
.iderSolutionDelBox6 li .name {
  display: block;
  font-size: 0.25rem;
  text-align: center;
  color: #000000;
}
.iderSolutionDelBox6 li .mores {
  text-decoration: underline;
  font-size: 0.2rem;
  color: #505050;
}
.iderProductBox1 .text {
  bottom: 1.5rem;
}
.iderProductBox1 .text .ls {
  backdrop-filter: blur(0);
  height: auto;
}
.iderProductBox1 .text .lss {
  font-size: 0.25rem;
  margin-top: 0.125rem;
  color: #ffffff;
}
.iderProductBox2 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox2 .com-card {
  align-items: baseline;
}
.iderProductBox2 .lt {
  position: sticky;
  top: 1.75rem;
  z-index: 3;
  width: 3.4625rem;
  margin-right: 0.8125rem;
}
.iderProductBox2 .rt {
  flex: 1;
}
.iderProductBox2 .lt .item {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.iderProductBox2 .lt .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderProductBox2 .lt .item .tl {
  width: 100%;
  height: auto;
  padding: 0.25rem 0;
  cursor: pointer;
}
.iderProductBox2 .lt .item .dot {
  width: 0.175rem;
  height: 0.0125rem;
  background-color: #000;
  transition: all 0.3s;
}
.iderProductBox2 .lt .item .dot::after {
  display: block;
  content: "";
  width: 0.175rem;
  height: 0.0125rem;
  background-color: #000;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.iderProductBox2 .lt .item.active .dot::after {
  transform: rotate(0);
}

.iderProductBox2 .lt .item .name {
  font-size: 0.225rem;
  display: block;
  font-weight: 600;
  width: fit-content;
  margin-right: 0.05rem;
  letter-spacing: 0.0125rem;
  color: #454545;
}
.iderProductBox2 .lt .item .downs {
  display: none;
}
.iderProductBox2 .lt .item .downs a {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #454545;
  margin-bottom: 0.15rem;
  transition: all 0.3s;
}
.iderProductBox2 .lt .item .downs a::before {
  display: block;
  content: "";
  width: 0.075rem;
  margin-right: 0.125rem;
  border-radius: 50%;
  height: 0.075rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.iderProductBox2 .lt .item .downs a:hover {
  text-decoration: underline;
}
.iderProductBox2 .lt .item.active {
  border-image: linear-gradient(
      91deg,
      rgba(228, 135, 60, 1) 0%,
      rgba(41, 71, 151, 1) 100%
    )
    1;
}
.iderProductBox2 .rt .title {
  width: 100%;
  height: auto;
  margin-top: 0.1875rem;
}
.iderProductBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderProductBox2Con .item {
  width: calc((100% - 0.475rem) / 3);
  margin: 0 0.2375rem 0.375rem 0;
}
.iderProductBox2Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderProductBox2Con .item .img {
  width: 100%;
  height: 4.2rem;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0.2625rem;

  box-shadow: 0px 0px 0.125rem 0px rgba(0, 0, 0, 0.09);
  border-radius: 1px;
}
.iderProductBox2Con .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductBox2Con .item .text {
  width: 100%;
  height: 1.45rem;
  padding: 0.1875rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.125rem 0px rgba(0, 0, 0, 0.09);
  border-radius: 1px;
  transition: all 0.3s;
}
.iderProductBox2Con .item:hover .name,
.iderProductBox2Con .item:hover .Inquiry {
  color: #fff;
}
.iderProductBox2Con .item:hover .text {
  background-image: var(--bg-img);
}
.iderProductBox2Con .item .name {
  display: block;
  transition: all 0.3s;
  text-align: center;
  font-size: 0.225rem;
  letter-spacing: 0.0125rem;
  color: #454545;
}
.iderProductBox2Con .item .Inquiry {
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.2rem;
  transition: all 0.3s;
  color: #454545;
  text-align: center;
  margin-top: 0.15rem;
}
.iderProductBox3 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.iderProductBox3Con {
  width: 100%;
}
.iderProductBox3 .img {
  width: 8.325rem;
  height: 8.7rem;
  overflow: hidden;
  border-radius: 0.1875rem;
  margin-left: 0.4rem;
}
.iderProductBox3 .lt {
  flex: 1;
}
.iderProductBox3 .lt .item .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s;
}
.iderProductBox3 .lt .item {
  width: 100%;
  height: auto;
  padding: 0 0.2625rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox3 .lt .con {
  margin-top: 0.375rem;
}
.iderProductBox3 .lt .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.2rem 0;
}
.iderProductBox3 .lt .item.gradient-box::after {
  display: none;
}
.iderProductBox3 .lt .item.active.gradient-box::after {
  display: block;
}
.iderProductBox3 .lt .item .text {
  width: 100%;
  display: none;
  padding: 0.3125rem 0.625rem 0.25rem 0.5625rem;
}
.iderProductBox3 .lt .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox3 .lt .item .dot {
  width: 0.225rem;
  height: 0.025rem;
  background-color: #000;
  transition: all 0.3s;
}
.iderProductBox3 .lt .item .dot::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  background-color: #000;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.iderProductBox3 .lt .item.active {
  border-top: none;
  margin-bottom: 0.25rem;
}
.iderProductBox3 .lt .item.active .dot::after {
  transform: rotate(0);
}
.iderProductBox4 {
  width: 100%;
  height: auto;
  background-image: var(--bg-img);
  padding: 1.125rem 0;
}
.iderProductBox4 ul {
  width: 100%;
  margin-top: 0.625rem;
  gap: 0.3625rem;
  grid-template-columns: repeat(auto-fit, minmax(5.625rem, 1fr));
}
.iderProductBox4 ul li {
  width: 100%;
  height: 6.25rem;
  overflow: hidden;
  border-radius: 0.0625rem;
}
.iderProductBox5 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0;
}
.iderProductBox5 .img {
  width: 8.875rem;
  height: 7.6125rem;
  margin-right: 0.875rem;
  border-radius: 0.0625rem;
  overflow: hidden;
}
.iderProductBox5 .text {
  flex: 1;
}
.iderProductBox5 .text ul {
  margin-top: 0.3125rem;
}
.iderProductBox5 .text .icon {
  width: auto;
  height: 0.425rem;
  object-fit: contain;
  display: block;
  transition: all 0.5s;
  margin-right: 0.3125rem;
}
.iderProductBox5 .text li {
  width: 100%;
  padding-bottom: 0.15rem;
  margin-bottom: 0.1875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderProductBox5 .text li .com-ls30 strong {
  color: #000;
}
.iderProductBox5 .text .com-mores {
  margin-top: 0.375rem;
}
.iderProductBox6 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.iderProductBox6 ul {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  gap: 0.3rem;
  grid-template-columns: repeat(auto-fit, minmax(5.625rem, 1fr));
}
.iderProductBox6 ul li {
  width: 100%;
  height: auto;
  position: relative;
}

.iderProductBox6 li .img {
  width: 100%;
  display: block;
  height: 4.25rem;
  overflow: hidden;
  position: relative;
}
.iderProductBox6 li .img::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  z-index: 1;
  content: "";
  width: 100%;
  height: 30%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}
.iderProductBox6 li .name {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  font-size: 0.25rem;
  font-weight: 600;
  z-index: 2;
  color: #ffffff;
  padding: 0 0.375rem 0.1875rem 0.375rem;
}
.iderProductBox7 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductBox7 ul {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
  gap: 0.4875rem;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}
.iderProductBox7 ul li {
  width: 100%;
  height: auto;
}
.iderProductBox7 li .img {
  width: 100%;
  height: 3.675rem;
  overflow: hidden;
  display: block;
}
.iderProductBox7 li .text {
  width: 100%;
  height: 4.05rem;
  background-color: #ffffff;
  box-shadow: 0px 0.1125rem 0.475rem 0px rgba(108, 108, 108, 0.14);
  padding: 0.1875rem 0.3125rem 0.4375rem 0.4375rem;
}
.iderProductBox7 li .text .time {
  font-size: 0.2rem;
  color: #000000;
}
.iderProductBox7 li .text .name {
  font-size: 0.25rem;
  font-weight: 500;
  margin: 0.1rem 0 0.125rem 0;
  line-height: 0.375rem;
  color: #000000;
}
.iderProductBox7 li .text .com-mores {
  margin-top: 0.25rem;
}
.iderProductBox8 {
  width: 100%;
  height: auto;
  padding: 0.4875rem 0 1.25rem 0;
}
.iderProductBox8 .item {
  width: calc((100% - 0.5rem) / 2);
  height: 6.375rem;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.4375rem 0.4375rem 0.5rem 0.4375rem;
}
.iderProductBox8 .item:nth-child(3) {
  margin-right: 0;
}
.iderProductBox8 .item:first-child,
.iderProductBox8 .item:last-child {
  width: 100%;
  margin-right: 0;
}

.iderProductBox8 .item .name {
  display: block;
  width: 100%;
  font-size: 0.375rem;
  text-align: center;
  font-weight: 600;
  color: #161616;
}
.iderProductBox8 .item .com-ls30 {
  margin: 0.0625rem 0 0.15rem 0;
}
.iderProductBox8 .item .com-ls30 {
  text-align: center;
}
.iderProductBox8 .item .imgList {
  width: 100%;
  margin-top: 0.25rem;
  height: auto;
}
.iderProductBox8 .item .imgList .img {
  display: block;
  width: 5.9125rem;
  height: 3.925rem;
  overflow: hidden;
  padding: 0.3125rem;
}
.iderProductBox8 .item .imgList .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox7.iderProductBox9 ul li {
  position: relative;
}
.iderIndexBox7.iderProductBox9 ul li::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0875rem;
  background-image: var(--bg-img);
}
.iderCaseDelBox1 {
  margin-top: 1.25rem;
}
.iderCaseDelBox2 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.875rem 0;
}
.iderCaseDelBox2Swiper {
  width: 9.45rem;
  height: 6.925rem;
  overflow: hidden;
}
.iderCaseDelBox2Swiper .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderCaseDelBox2Swiper .text {
  flex: 1;
}
.iderCaseDelBox2 .text .com-tl {
  padding-right: 4%;
}
.iderCaseDelBox2 .text {
  flex: 1;
}
.iderCaseDelBox2 .text ul {
  margin: 0.3125rem 0 0.5rem 0;
}
.iderCaseDelBox2 .text ul li {
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderCaseDelBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.iderCaseDelBox3 .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.3125rem;
}
.iderCaseDelBox3Con {
  width: 100%;
  height: 6.3rem;
  margin-top: 7%;
}
.iderCaseDelBox3Con .img {
  width: 8.775rem;
  height: 100%;
  margin-right: 0.0625rem;
  border-radius: 0.125rem;
  overflow: hidden;
}
.iderCaseDelBox3Con .text {
  flex: 1;
  padding: 0.5625rem 0.375rem 0.25rem 0.375rem;
  height: 100%;
}
.iderCaseDelBox3Con .text .tl {
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
  margin: 0.15rem 0 0.25rem 0;
}
.iderCaseDelBox3Con .text .ls strong {
  color: #000;
}
.iderCaseDelBox4 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.25rem 0;
}
.iderCaseDelBox4 .title {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.0625rem;
}
.iderCaseDelBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
}
.iderCaseDelBox4Con .item {
  width: 100%;
  height: auto;
  padding: 0.425rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.iderCaseDelBox4Con .item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.iderCaseDelBox4Con .item .text {
  flex: 1;
  padding-right: 5%;
}
.iderCaseDelBox4Con .item .name {
  font-size: 0.3rem;
  font-weight: 600;
  display: block;
}
.iderCaseDelBox4Con .item .img {
  width: 8.725rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.025rem;
}
.iderCaseDelBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.375rem 0;
  background-image: var(--bg-img);
}
.iderCaseDelBox5 .com-tl {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}
.iderCaseDelBox5 ul {
  width: 100%;
  height: auto;
  grid-template-columns: repeat(auto-fit, minmax(4.0375rem, 1fr));
  gap: 0.45rem;
  margin-top: 0.5rem;
}
.iderCaseDelBox5 li {
  width: 100%;
  height: 4.65rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  transition: all 0.3s;
  padding: 0.5625rem 0.25rem 0.25rem;
}
.iderCaseDelBox5 li .icon {
  display: block;
  width: 0.7rem;
  object-fit: contain;
  transition: all 0.5s;
  height: 0.7rem;
}
.iderCaseDelBox5 li .com-ls30 {
  text-align: center;
  color: #000000;
}
.iderCaseDelBox5 li .name {
  font-size: 0.25rem;
  line-height: 0.35rem;
  font-weight: 600;
  margin: 0.375rem 0 0.1375rem 0;
  text-align: center;
  color: #000000;
}
.iderCaseDelBox5 .bto {
  width: 100%;
  margin-top: 0.3125rem;
}
.iderCaseDelBox6 {
  width: 100%;
  height: auto;
  padding: 6% 0;
}
.iderCaseDelBox6 .img {
  width: 9.75rem;
  height: 6.3rem;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-left: 0.075rem;
}
.iderCaseDelBox6 .text {
  flex: 1;
  height: 6.3rem;
  padding: 0.625rem;
}
.iderCaseDelBox6 .text .com-ls30 {
  margin-top: 0.1875rem;
}
.iderCaseDelBox7 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
}
.iderCaseDelBox7 .con {
  height: auto;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  margin: 0 auto;
  width: 65%;
  margin-top: 0.5625rem;
}
.iderCaseDelBox7 .con .img {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
}
.iderCaseDelBox7 .top {
  width: 100%;
  padding-bottom: 0.15rem;
  padding-top: 0.4875rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderCaseDelBox7 .con .name {
  font-size: 0.25rem;
  color: #000000;
  font-weight: 600;
  margin: 0.125rem 0 0.05rem 0;
}
.iderCaseDelBox7 .con .ls {
  font-size: 0.2rem;
}
.iderCaseDelBox7 .con .com-ls30 {
  padding: 0.625rem;
}
.iderProductDelBox2 {
  background-image: linear-gradient(to right, #fdfdfd, #ebf1f4);
}
.iderProductDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.9375rem;
}
.iderProductDelBox1Swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.375rem;
}
.iderProductDelBox1Swiper .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderProductDelBox1Swiper .img img {
  width: 40%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
.iderProductDelBox1-prev,
.iderProductDelBox1-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5625rem;
  border-radius: 50%;
  cursor: pointer;
  height: 0.5625rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.19);
  font-family: Poppins-Light;
  font-size: 0.45rem;
  transition: all 0.3s;
  color: rgba(92, 91, 91, 0.4);
  z-index: 33;
}
.iderProductDelBox1-prev {
  left: 4%;
}
.iderProductDelBox1-next {
  right: 4%;
}
.iderProductDelBox1-next:hover,
.iderProductDelBox1-prev:hover {
  background-image: var(--bg-img);
  color: #fff;
}
.iderProductDelBox1-pagination {
  width: fit-content !important;
  margin: 4% 0;
}
.iderProductDelBox1-pagination .swiper-pagination-bullet {
  width: 0.125rem;
  height: 0.125rem;
  background-color: #000000;
  opacity: 0.4;
  transition: all 0.3s;
}
.iderProductDelBox1-pagination .swiper-pagination-bullet-active {
  background-image: var(--bg-img);
  opacity: 1;
}
.iderProductDelBox1 .bottom .com-ls30 {
  text-align: center;
  color: #000;
  width: 86%;
  margin: 0 auto;
}
.iderProductDelBox1 .bto_mores {
  margin-top: 0.3125rem;
}
.iderProductDelBox1 .bottom .inquirys {
  width: 1.925rem;
  cursor: pointer;
  height: 0.6875rem;
  line-height: 0.6875rem;
  text-align: center;
  border-radius: 0.05rem;
  transition: all 0.3s;
  font-size: 0.2rem;
  color: #ffffff;
  background-image: var(--bg-img);
}
.iderProductDelBox1 .bottom .donws {
  width: 2.925rem;
  height: 0.6875rem;
  background-color: #ffffff;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  margin-left: 0.125rem;
  transition: all 0.3s;
  color: #313131;
  border: solid 0.0125rem rgba(0, 0, 0, 0.09);
}
.iderProductDelBox1 .bottom .donws::before {
  display: block;
  content: "";
  width: 0.25rem;
  margin-right: 0.15rem;
  height: 0.275rem;
  background: url(../images/im3-7.png) no-repeat;
  background-size: contain;
}
.iderProductDelBox3 {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  padding-top: 0.2rem;
  transition: all 0.3s;
  background-color: #fff;
}
.iderProductDelBox3.fixed {
  top: 1.1875rem;
  position: fixed;
  z-index: 22;
}
.iderProductDelBox3 .com-card {
  border-bottom: 0.0125rem solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox3 a {
  position: relative;
  font-size: 0.225rem;
  color: #000000;
  display: block;
  margin-right: 6%;
  font-weight: 600;
  padding-bottom: 0.2rem;
}
.iderProductDelBox3 a::after {
  position: absolute;
  left: 0;
  bottom: -0.025rem;
  display: block;
  content: "";
  width: 0;
  transition: all 0.3s;
  background-image: var(--bg-img);
  height: 0.0375rem;
  border-radius: 0.0125rem;
}
.iderProductDelBox3 a:hover,
.iderProductDelBox3 a.active {
  background-image: linear-gradient(91deg, #e4873c 0%, #294797 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.iderProductDelBox3 a:hover::after,
.iderProductDelBox3 a.active::after {
  width: 100%;
}
.iderProductDelBox4Item1 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 0.25rem 0;
}
.iderProductDelBox4Item1 .com-card,
.iderProductDelBox4Item2 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #ececec;
}

.iderProductDelBox4Item2 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.375rem 0;
}
.iderProductDelBox4Item2 .table {
  margin-top: 0.5625rem;
}
.iderProductDelBox4Item2 .table,
.iderProductDelBox4Item2 table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
table td {
  font-size: 0.2rem !important;
  color: #333333 !important;
  height: 0.6875rem !important;
  background-color: #ececec;
  transition: all 0.3s;
  text-align: center;
  border-right: 0.0125rem solid #fff;
  border-bottom: 0.0125rem solid #fff;
}

table tr:nth-child(2n) td {
  background-color: #f7f7f7;
}
table tr:hover td {
  color: #fff !important;
  background-color: var(--mainColor) !important;
}
.iderProductDelBox4_itemImg {
  width: 100%;
  height: auto;
  margin-top: 0.425rem;
}
.iderProductDelBox4_itemImg .item {
  position: relative;
  width: 100%;
  margin-bottom: 0.125rem;
}
.iderProductDelBox4_itemImg .item .text {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0.875rem;
  padding: 0 0.75rem 0 0.8125rem;
  left: 0;
}
.iderProductDelBox4_itemImg .item .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.iderProductDelBox4_itemImg .item .ls {
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.375rem;
  color: #000000;
  margin-top: 0.125rem;
}
.iderProductDelBox4_itemImg .item:first-child .com-tl {
  text-align: left;
}
.iderProductDelBox4_itemImg .item:first-child .ls {
  width: 53%;
  text-align: left;
}
.iderProductDelBox4_itemImg .item:nth-child(2) .ls {
  color: #fff;
  width: 80%;
  margin: 0 auto;
  margin-top: 0.125rem;
}
.iderProductDelBox4_itemImg .item:nth-child(3) .ls {
  width: 50%;
  margin: 0 auto;
  margin-top: 0.125rem;
}
.iderProductDelBox4_type {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.875rem 0;
}
.iderProductDelBox4_type .com-tl {
  margin: 0 auto;
}
.iderProductDelBox4_type .title {
  width: 65%;
  font-size: 0.3rem;
  font-weight: 400;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.15rem;
}
.iderProductDelBox4_type .con {
  margin-top: 0.5rem;
}
.iderProductDelBox4_type .text .name {
  font-size: 0.375rem;
  text-align: center;
  font-weight: 500;
  line-height: 0.375rem;
  color: #1c1c1c;
}
.iderProductDelBox4_type .text .icon {
  width: 2.15rem;
  height: 1.55rem;
  object-fit: contain;
  margin: 9% 0;
  display: block;
}
.iderProductDelBox4_type .img {
  width: 5.4rem;
  height: auto;
}
.iderProductDelBox4_type .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.iderProductDelBox4_itemImg2 .item .com-tl {
  text-align: center !important;
}
.iderProductDelBox4_itemImg2 .item .ls {
  width: 100% !important;
  text-align: center !important;
}
.iderProductDelBox4_structure {
  width: 100%;
  height: auto;
  padding: 5% 0 6% 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox4_structure .title {
  width: 80%;
  margin: 0 auto;
  font-size: 0.3rem;
  color: #040000;
  margin-top: 0.0625rem;
  text-align: center;
}
.iderProductDelBox4_structure ul {
  width: 100%;
  margin-top: 0.375rem;
  gap: 0.1125rem;
  grid-template-columns: repeat(auto-fit, minmax(8.625rem, 1fr));
}
.iderProductDelBox4_structure ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.iderProductDelBox4_structure li img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderProductDelBox4_structure li .name {
  font-size: 0.3rem;
  color: #000;
  text-align: center;
  z-index: 1;
  width: fit-content;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.4375rem;
}
.iderProductDelBox4_list {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.375rem 0;
}
.iderProductDelBox4_list .title {
  width: 80%;
  margin: 0 auto;
  margin-top: 0.0625rem;
  text-align: center;
  font-size: 0.3rem;
  color: #040000;
}
.iderProductDelBox4_list ul {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
  gap: 0.625rem 0.4375rem;
  grid-template-columns: repeat(auto-fit, minmax(3.1875rem, 1fr));
}
.iderProductDelBox4_list li {
  width: 100%;
  height: auto;
}
.iderProductDelBox4_list li .img {
  width: 100%;
  height: 2.1875rem;
  object-fit: contain;
  border-radius: 20px;
  padding: 0.2rem;
  background-color: #e7e6e6;
}
.iderProductDelBox4_list li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: contain;
}
.iderProductDelBox4_list li .name {
  width: 100%;
  font-size: 0.3rem;
  line-height: 0.375rem;
  text-align: center;
  margin-top: 0.125rem;
  color: #040000;
}
.iderProductDelBox4Item3 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.3125rem 0;
}
.iderProductDelBox4Item3 .com-card {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox4Item3 .img {
  width: 9.8875rem;
  height: 7.6375rem;
  overflow: hidden;
  border-radius: 0.1875rem;
  margin-left: 0.5625rem;
}
.iderProductDelBox4Item3 .con {
  width: 100%;
  margin-top: 0.5625rem;
}
.iderProductDelBox4Item3 .lt {
  flex: 1;
}
.iderProductDelBox4Item3 .lt .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000000;
}
.iderProductDelBox4Item3 .lt .item {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  padding: 0 0.3125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox4Item3 .lt .item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox4Item3 .lt .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.2125rem 0;
}
.iderProductDelBox4Item3 .lt .item.gradient-box::after {
  display: none;
}
.iderProductDelBox4Item3 .lt .item.active.gradient-box::after {
  display: block;
}
.iderProductDelBox4Item3 .lt .item .text {
  width: 100%;
  display: none;
  padding: 5% 6% 3% 0;
}
.iderProductDelBox4Item3 .lt .dot {
  width: 0.225rem;
  transition: all 0.3s;
  height: 0.025rem;
  background-color: #000;
}
.iderProductDelBox4Item3 .lt .dot::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  background-color: #000;
  transform: rotate(90deg);
  transition: all 0.3s;
}
.iderProductDelBox4Item3 .lt .item.active {
  border-top: none;
  margin-bottom: 5%;
}
.iderProductDelBox4Item3 .lt .item.active .dot::after {
  transform: rotate(0);
}
.iderProductDelBox4Item4 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.3125rem 0;
}
.iderProductDelBox4Item4 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox4Item4 ul {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  gap: 0.2375rem 0.275rem;
  grid-template-columns: repeat(auto-fit, minmax(5.675rem, 1fr));
}
.iderProductDelBox4Item4 ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderProductDelBox4Item5 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.625rem 0;
}
.iderProductDelBox4Item5 .videos {
  position: relative;
  width: 100%;
  cursor: pointer;
  height: auto;
  overflow: hidden;
  margin-top: 0.4375rem;
}
.iderProductDelBox4Item5 .videos .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderProductDelBox4Item5 .videos .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.6875rem;
  object-fit: contain;
  height: 1.6875rem;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
.iderProductDelBox5 {
  padding: 0.5rem 0 1rem 0;
}
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .header {
    display: none;
  }
  .inderIndexBox2 .top .skms {
    display: none !important;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }
  body {
    padding-top: 60px;
  }
  .ideDetailsBox2.fixed {
    top: 60px;
  }

  .mobileHeader {
    background-image: var(--bg-img);
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .headerSwiper .text .title,
  .com-tl,
  .iderIndexBox3 .com-tl,
  .iderExhibBox3 .text .tl,
  .iderProductBox8 .item .name,
  .iderChooseBox5 .title,
  .iderChooseBox5 .title span {
    font-size: 18px;
  }
  .iderChooseBox5 .title {
    letter-spacing: 1px;
  }
  .iderIndexBox9 .tl,
  .iderBanner .text .tl {
    font-size: 18px;
    line-height: 28px;
  }
  .iderIndexBox2Con .text .name,
  .iderIndexBox7 li .name,
  .iderIndexBox9 .text .name,
  .iderIndexBox9 .ls,
  .iderCaseDelBox2 .text ul li,
  .iderCaseDelBox4Con .item .name,
  .iderIntorductBox1 .ls .lss,
  .iderServiceBox1 .ls .lss,
  .iderServiceBox2_ul li .name,
  .iderExhibBox1 .lt .item .name,
  .iderExhibBox2Swiper .text .name,
  .iderProductBox3 .lt .item .name,
  .iderProductBox6 li .name,
  .iderProductBox7 li .text .name,
  .iderSolutionDelBox5Con .item .name,
  .iderProductDelBox4_structure li .name,
  .iderProductDelBox4_list .title,
  .iderProductDelBox4_list li .name,
  .iderProductDelBox4Item3 .lt .name,
  .iderSolutionBox1 .item .name,
  .iderSolutionDelBox3_ul li .name,
  .iderChooseBox5 .text .text_tl,
  .iderChooseBox5 .text .bto,
  .iderChooseBox1 li .name {
    font-size: 16px;
  }
  .headerSwiper .text .ls li,
  .headerSwiper .text .ls,
  .iderIntorductBox3 .text .ls,
  .iderIntorductBox4Swiper2 .ls,
  .iderExhibBox3 .text .ls,
  .iderProductDelBox4_itemImg .item .ls,
  .iderProductDelBox4_type .title {
    font-size: 14px;
    line-height: 26px;
  }
  .iderIndexBox6 li .name,
  .iderServiceBox4_ul li .name,
  .iderExhibBox3 .text .lss,
  .iderNewBox1Con .top .text .name,
  .iderPartnerBox3 ul li .text,
  .iderProductDelBox4_type .text .name,
  .iderProductDelBox4_structure .title {
    font-size: 16px;
    line-height: 28px;
  }
  .iderIndexBox5Swiper .name,
  .iderChooseBox5 .text .text_ls {
    font-size: 14px;
  }
  .com-mores {
    width: fit-content !important;
    height: 38px !important;
    padding: 0 20px;
    line-height: 38px !important;
  }
  .headerSwiper .text .lt {
    width: fit-content;
    padding: 3%;
    height: auto;
  }
  .headerSwiper .text .con {
    padding: 0;
  }
  .headerSwiper .text .img {
    width: 40%;
    margin-left: 4%;
  }
  .iderIndexBox1Con .top,
  .iderIndexBox2Con,
  .iderIndexBox4 .com-card,
  .iderIndexBox10 ul,
  .iderCaseDelBox2 .com-card,
  .iderCaseDelBox3Con,
  .iderCaseDelBox4Con .item,
  .iderCaseDelBox6 .com-card,
  .iderIntorductBox4Con,
  .iderServiceBox3Con,
  .iderDownBox1 .navItem,
  .iderDownBox1Con .table_list .items,
  .iderExhibBox1 .com-card,
  .iderExhibBox3 .com-card,
  .iderNewBox1Con .top,
  .iderNewBox1 .navItem,
  .iderPartnerBox1 .com-card,
  .iderPartnerBox2Con,
  .iderProductBox2 .com-card,
  .iderProductBox3 .com-card,
  .iderProductBox5 .com-card,
  .iderProductDelBox4Item3 .con,
  .iderSolutionBox1 .item,
  .iderSolutionDelBox4 .com-card {
    flex-wrap: wrap;
  }
  .iderIndexBox2Con .rt,
  .iderIndexBox4 .text,
  .iderCaseDelBox2 .text,
  .iderCaseDelBox3Con .text,
  .iderCaseDelBox4Con .item .text,
  .iderCaseDelBox6 .text,
  .iderServiceBox3Con .lt,
  .iderExhibBox1 .imgList,
  .iderExhibBox3 .text,
  .iderNewBox1Con .top .text,
  .iderProductBox3 .lt,
  .iderProductBox5 .text,
  .iderProductDelBox4Item3 .lt,
  .iderSolutionBox1 .item .text,
  .iderSolutionDelBox4 .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox1 .title,
  .iderIndexBox1Con .top .img,
  .iderIndexBox2 .title,
  .iderIndexBox9 .title,
  .iderCaseDelBox2Swiper,
  .iderCaseDelBox3 .title,
  .iderCaseDelBox3Con .img,
  .iderCaseDelBox4 .title,
  .iderCaseDelBox5 .com-tl,
  .iderCaseDelBox6 .img,
  .iderCaseDelBox7 .con,
  .iderIntorductBox2 .title,
  .iderIntorductBox4Swiper1,
  .iderIntorductBox4Swiper2,
  .iderServiceBox2 .title,
  .iderServiceBox3 .com-tl,
  .iderServiceBox5 .com-tl,
  .iderExhibBox1 .lt,
  .iderExhibBox2Swiper .text .com-ls30,
  .iderNewBox1Con .top .img,
  .iderProductBox2 .lt,
  .iderProductDelBox1 .bottom .com-ls30,
  .iderProductDelBox4_type .title,
  .iderProductDelBox4_structure .title,
  .iderProductDelBox4_list .title,
  .iderSolutionBox1 .item .img,
  .iderSolutionDelBox1 .title,
  .iderSolutionDelBox4Swiper,
  .iderChooseBox1 .title {
    width: 100%;
  }
  .iderIndexBox1Con .top,
  .iderIndexBox1Con .top .text,
  .iderIndexBox2Con .lt,
  .iderIndexBox2Con,
  .iderIndexBox9 .img,
  .iderCaseDelBox2Swiper,
  .iderCaseDelBox3Con,
  .iderCaseDelBox3Con .img,
  .iderCaseDelBox6 .text,
  .iderCaseDelBox6 .img,
  .iderIntorductBox4Con,
  .iderServiceBox3Con .rt,
  .iderServiceBox4_ul li .img,
  .iderBanner .text .ls,
  .iderExhibBox1 .imgList,
  .iderExhibBox1 .lt .item,
  .iderExhibBox2Swiper .img,
  .iderExhibBox3 .img,
  .iderNewBox1Con .top,
  .iderNewBox1Con .top .text,
  .iderNewBox1Con li .img,
  .iderPartnerBox1 .img,
  .iderPartnerBox2Con .img,
  .iderProductBox3 .img,
  .iderProductBox4 ul li,
  .iderProductBox5 .img,
  .iderProductBox6 li .img,
  .iderProductBox7 li .img,
  .iderProductDelBox4Item3 .img,
  .iderSolutionBox1 .item,
  .iderSolutionDelBox3_ul li,
  .iderSolutionDelBox4Swiper,
  .iderChooseBox5 .text .text_ul li,
  .iderChooseBox1 ul li,
  .iderChooseBox2 li .img,
  .iderChooseBox3 li,
  .iderChooseBox3 li .img {
    height: auto;
  }
  .iderIndexBox1,
  .iderIndexBox3,
  .iderIndexBox4,
  .iderIndexBox5,
  .iderIndexBox6,
  .iderIndexBox7,
  .iderIndexBox8,
  .iderIndexBox9,
  .iderCaseDelBox2,
  .iderCaseDelBox3,
  .iderCaseDelBox4,
  .iderCaseDelBox5,
  .iderCaseDelBox6,
  .iderCaseDelBox7,
  .iderSolutionDelBox6,
  .iderIntorductBox2,
  .iderIntorductBox4,
  .iderIntorductBox5,
  .iderIntorductBox6,
  .iderIntorductBox7,
  .iderServiceBox2,
  .iderServiceBox3,
  .iderServiceBox4,
  .iderServiceBox5,
  .iderDownBox1,
  .iderExhibBox1,
  .iderExhibBox2,
  .iderExhibBox3,
  .iderNewBox1,
  .iderPartnerBox1,
  .iderPartnerBox2,
  .iderPartnerBox3,
  .iderProductBox8,
  .iderProductBox2,
  .iderProductBox3,
  .iderProductBox4,
  .iderProductBox5,
  .iderProductBox6,
  .iderProductBox7,
  .iderSolutionDelBox5,
  .iderProductDelBox1,
  .iderProductDelBox4Item1,
  .iderProductDelBox4Item2,
  .iderProductDelBox4_type,
  .iderProductDelBox4_list,
  .iderProductDelBox4Item3,
  .iderProductDelBox4Item4,
  .iderProductDelBox4Item5,
  .iderSolutionBox1,
  .iderSolutionDelBox1,
  .iderSolutionDelBox3,
  .iderSolutionDelBox4,
  .iderChooseBox1,
  .iderChooseBox2,
  .iderChooseBox3,
  .iderChooseBox4 {
    padding: 20px 0;
  }
  .iderServiceBox3 .com-card,
  .iderProductDelBox4Item1 .com-card,
  .iderProductDelBox4Item2 .com-card,
  .iderProductDelBox4Item3 .com-card,
  .iderProductDelBox4Item4 .com-card,
  .iderSolutionDelBox3 .com-card {
    padding-bottom: 20px;
  }
  .iderIndexBox2 {
    padding-top: 20px;
  }
  .iderIndexBox2Con,
  .iderIndexBox6 ul,
  .iderIndexBox7 ul,
  .iderIndexBox8Swiper,
  .iderIndexBox9 ul,
  .iderCaseDelBox2Swiper,
  .iderCaseDelBox3Con,
  .iderCaseDelBox3 .title,
  .iderCaseDelBox4Con,
  .iderCaseDelBox7 .con,
  .iderSolutionDelBox6 ul,
  .iderIntorductBox2 .viodes,
  .iderIntorductBox6Swiper,
  .iderIntorductBox7 .item.top,
  .iderServiceBox2_ul,
  .iderServiceBox3Con,
  .iderServiceBox4_ul,
  .iderServiceBox5 ul,
  .iderDownBox1 .navItem,
  .iderDownBox1Con,
  .iderDownBox1 .title,
  .iderExhibBox2Swiper,
  .iderNewBox1 .navItem,
  .iderPartnerBox3 ul,
  .iderProductBox4 ul,
  .iderProductBox6 ul,
  .iderProductBox7 ul,
  .iderSolutionDelBox5Con,
  .iderProductDelBox4Item2 .table,
  .iderProductDelBox4_type .con,
  .iderProductDelBox4_structure ul,
  .iderProductDelBox4_list ul,
  .iderProductDelBox4Item3 .con,
  .iderProductDelBox4Item4 ul,
  .iderProductDelBox4Item5 .videos,
  .iderSolutionDelBox3_ul,
  .iderChooseBox1 ul,
  .iderChooseBox2 ul,
  .iderChooseBox3 ul,
  .iderChooseBox4 .img {
    margin-top: 15px;
  }
  .iderIndexBox1 .navItem {
    margin: 15px 0;
  }
  .iderIndexBox1Con .top .text,
  .iderCaseDelBox6 .text,
  .iderCaseDelBox7 .con .com-ls30,
  .iderServiceBox3Con .item .text,
  .iderNewBox1Con .top .text,
  .iderPartnerBox2Con,
  .iderSolutionBox1 .item .text,
  .iderSolutionDelBox3_ul li {
    padding: 4%;
  }
  .iderIndexBox1Con .bto .items,
  .iderIndexBox3 .form input {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox2Con .rt .item {
    width: calc((100% - 1px) / 2);
    margin: 0 1px 1px 0;
  }
  .iderSolutionBox1 .item {
    margin-bottom: 12px;
  }
  .iderIndexBox1Con .bto .items:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2Con .rt .item:nth-child(3n) {
    margin-right: 1px;
  }
  .iderIndexBox1Con .bto .items:nth-child(2n),
  .iderIndexBox2Con .rt .item:nth-child(2n),
  .iderIndexBox3 .form input:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox2Con .lt {
    width: 50%;
  }
  .iderIndexBox2Con .text {
    width: 95%;
  }
  .iderIndexBox3 .form textarea {
    flex: 1;
  }
  .iderIndexBox4 .img {
    height: auto;
    margin: 0;
  }
  .iderIndexBox4 .img .videos {
    bottom: -10px;
  }
  .iderIndexBox4 .img .videos .icon {
    width: 45px;
  }
  .iderIndexBox4 .text ul {
    padding: 0;
    margin: 10px 0 15px 0;
  }
  .iderIndexBox4 .text .counter,
  .iderIndexBox4 .text .em {
    font-size: 30px;
  }
  .iderIndexBox4 .text .com-mores {
    margin: 0;
  }
  .iderIndexBox5-prev,
  .iderIndexBox5-next,
  .iderComPage .prev,
  .iderComPage .next {
    width: 45px;
    height: 45px;
    font-size: 30px;
  }
  .iderIndexBox5Swiper::before {
    background-image: linear-gradient(
      to right,
      rgba(255, 255, 255, 00.5),
      transparent
    );
  }
  .iderIndexBox7 li .name,
  .iderIndexBox9 .ls {
    margin: 15px 0;
  }
  .iderIndexBox9 ul,
  .iderServiceBox4_ul,
  .iderProductBox6 ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderIndexBox10 ul li {
    margin-bottom: 5%;
  }
  .footerLink {
    margin: 0 0 10px 0;
  }
  .iderIndexBox10 ul {
    padding-top: 15px;
    margin-top: 15px;
  }
  .footer {
    padding-bottom: 4%;
  }
  .iderCaseDelBox1 {
    margin: 0;
  }
  .iderNav {
    padding: 10px 0;
  }
  .iderCaseDelBox3Con .text {
    padding: 4%;
  }
  .iderCaseDelBox4Con .item {
    padding: 10px 0;
  }
  .iderCaseDelBox4Con .item .text {
    padding: 0;
  }
  .iderCaseDelBox4Con .item .img {
    width: 100%;
    margin-top: 15px;
  }
  .iderIntorductBox1 .text .ls,
  .iderServiceBox1 .text .ls,
  .iderBanner .text .ls {
    width: fit-content;
    padding: 3%;
  }
  .iderBanner .text {
    bottom: 4%;
  }
  .iderIntorductBox3 .text .icon {
    width: 50px;
  }
  .iderIntorductBox2 .viodes .icon {
    height: 45px;
    width: 45px;
  }
  .iderIntorductBox4Swiper2 .time {
    font-size: 26px;
  }
  .iderIntorductBox2 .viodes {
    border-width: 5px;
  }
  .iderServiceBox3Con .rt {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderServiceBox5 ul li {
    width: calc((100% - 20px) / 3);
    height: auto;
    margin: 0 10px 10px 0;
    border-radius: 10px;
    border: 1px solid #000;
    padding: 2%;
    min-height: 260px;
  }
  .iderServiceBox5 li .nu {
    left: 2%;
    top: 2%;
  }
  .iderServiceBox5 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .iderServiceBox5 li .icon {
    height: 45px;
  }
  .iderServiceBox5 li .img {
    height: auto;
    padding: 0;
    background: none;
    border: none !important;
  }
  .iderDownBox1 .navItem .item {
    padding-bottom: 5px;
    margin: 0 4% 10px 0;
  }
  .iderDownBox1Con .table_list .dwons {
    width: fit-content;
    padding: 0 20px;
  }

  .iderDownBox1Con .table_tl {
    display: none;
  }
  .iderDownBox1Con .table_list .name {
    width: fit-content !important;
    margin-bottom: 8px;
  }
  .iderExhibBox1 .lt .item {
    padding: 2% 3% 2% 4%;
  }
  .iderExhibBox2Swiper .bto {
    position: static;
    transform: translateX(0);
    margin-top: 3%;
  }
  .iderExhibBox3 .text {
    padding: 0;
  }
  .iderExhibBox3 .text .ls {
    margin: 15px 0;
  }
  .iderExhibBox3 .img {
    margin-bottom: 15px;
  }
  .iderNewBox1 .navItem .item {
    padding-bottom: 6px;
    margin-right: 4%;
  }
  .iderNewBox1Con .bto ul,
  .iderProductBox4 ul,
  .iderProductBox7 ul,
  .iderProductDelBox4_structure ul,
  .iderChooseBox1 ul,
  .iderChooseBox2 ul,
  .iderChooseBox3 ul {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderPartnerBox1 .img {
    margin: 0 0 15px 0;
  }
  .iderPartnerBox2Con .text .ls .name {
    margin-bottom: 10px;
  }
  .iderPartnerBox2Con .text .ls .icon {
    width: 30px;
    height: 30px;
  }
  .iderPartnerBox3 ul li .icon,
  .iderPartnerBox3 ul li:last-child .icon {
    width: 50px;
    margin-bottom: 15px;
  }
  .iderProductBox2 .lt {
    margin: 0 0 15px 0;
  }
  .iderProductBox2 .lt {
    position: static;
  }
  .iderProductBox3 .img,
  .iderProductDelBox4Item3 .img {
    width: 60%;
    margin: 15px 0 0;
  }
  .iderProductBox5 .img {
    width: 70%;
    margin: 0 0 15px 0;
  }
  .iderProductDelBox1 .bottom .donws {
    width: fit-content;
    padding: 0 20px;
  }
  .iderProductDelBox1-prev,
  .iderProductDelBox1-next {
    position: static;
    transform: translate(0);
  }
  .iderProductDelBox1-pagination {
    margin: 0 15px;
  }
  .iderProductDelBox3 {
    margin: 0;
  }
  .iderProductDelBox3 a {
    padding-bottom: 6px;
    margin-right: 3%;
  }
  .iderProductDelBox3.fixed {
    top: 60px;
  }
  .iderProductDelBox4_type .text .icon {
    width: 51px;
    height: auto;
    margin: 4% 0;
  }
  .iderProductDelBox4Item5 .videos .icon {
    width: 50px;
  }
  .iderProductDelBox4Item3 .lt .item .text {
    padding: 4% 4% 4% 0;
  }
  .iderSolutionBox1 .item .img,
  .iderSolutionDelBox2 {
    margin: 0 !important;
  }
  .iderSolutionBox1 .item .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderSolutionDelBox3_ul li .icon {
    width: 35px;
    height: 35px;
  }
  .iderSolutionDelBox4Swiper {
    margin: 0;
  }
  .iderChooseBox5 .text .text_tl {
    margin: 10px 0;
  }
  .iderChooseBox5 .text .text_ul .counter,
  .iderChooseBox5 .text .text_ul .em {
    font-size: 20px;
  }
  .iderChooseBox5 .text .bto {
    margin-top: 8px;
  }
  .iderChooseBox1 li .icon {
    width: 50px;
    margin-right: 12px;
  }
  .iderChooseBox1 ul li {
    padding: 4% 3% 3% 12%;
  }
  .iderChooseBox3 li::after {
    display: none;
  }
  .iderChooseBox3 li {
    padding: 12px;
  }
}

@media screen and (max-width: 768px) {
  .iderIndexBox1 .navItem,
  .iderIndexBox10 .bottom,
  .iderIntorductBox4Swiper2 .con {
    flex-wrap: wrap;
  }
  .iderIndexBox1Con .bto .img img,
  .iderIndexBox2Con .lt,
  .iderIndexBox3 .form input,
  .iderIndexBox4 .img,
  .iderIndexBox10 .bottom .com-ls30,
  .iderIntorductBox4Swiper2 .img,
  .iderExhibBox3 .img,
  .iderPartnerBox1 .img,
  .iderPartnerBox1 .text .minImg,
  .iderPartnerBox2Con .img,
  .iderProductBox3 .img,
  .iderProductBox5 .img,
  .iderProductDelBox4Item3 .img {
    width: 100%;
  }
  .iderIntorductBox4Swiper2 .img,
  .iderPartnerBox1 .text .minImg,
  .iderPartnerBox3 ul li,
  .iderProductBox8 .item,
  .iderProductBox7 li .text {
    height: auto;
  }
  .iderProductBox8 .item {
    margin-bottom: 10px;
    width: 100%;
    padding: 3%;
    margin-right: 0 !important;
  }
  .iderProductDelBox1Swiper .img img {
    width: 80%;
  }
  .iderPartnerBox2Con .img {
    margin: 0;
  }
  .iderIndexBox10 .bottom .com-ls30 {
    text-align: center;
  }
  .iderIndexBox9 .text,
  .iderProductBox3 .lt .item .text,
  .iderProductBox7 li .text {
    height: auto;
    padding: 4%;
  }
  .iderIndexBox9 ul,
  .iderServiceBox4_ul,
  .iderPartnerBox3 ul,
  .iderProductBox6 ul,
  .iderProductBox7 ul,
  .iderProductDelBox4_structure ul,
  .iderSolutionDelBox3_ul,
  .iderChooseBox1 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderServiceBox4_ul,
  .iderProductBox6 ul {
    gap: 10px;
  }
  .iderServiceBox5 ul li,
  .iderProductBox2Con .item {
    width: calc((100% - 10px) / 2);
  }
  .iderProductBox2Con .item {
    margin: 0 10px 10px 0;
  }
  .iderServiceBox5 ul li:nth-child(3n),
  .iderProductBox2Con .item:nth-child(3n) {
    margin-right: 10px;
  }
  .iderProductBox2Con .item:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox3 .form input,
  .iderServiceBox5 ul li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .iderIndexBox2Con .lt {
    margin: 0 0 1px 0;
  }
  .iderIndexBox1 .navItem .item {
    margin-right: 4%;
  }
  .iderIndexBox3 .form,
  .iderPartnerBox1 .text .minImg {
    margin-top: 15px;
  }
  .iderIndexBox4 .img .videos {
    height: auto;
    width: 50%;
    left: 2%;
    bottom: 2%;
  }
  .iderIndexBox10 .bottom {
    padding: 4% 0;
  }
  .iderIndexBox6 li .name {
    height: auto;
    padding: 4%;
  }
  .iderIntorductBox3 .bg {
    height: 40vh;
  }
  .iderIntorductBox4Swiper2 .ls {
    flex: none;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .iderSolutionDelBox5Con .item {
    padding: 0 4%;
  }
  .iderProductDelBox4_itemImg .item .ls {
    display: none;
  }
  .iderProductDelBox4_itemImg .item .text {
    top: 4%;
  }
  .iderChooseBox5 .bg {
    height: 45vh;
  }
  .iderChooseBox5 .text {
    top: 50%;
    bottom: auto;
  }
  .iderChooseBox5 .text .text_ul {
    grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
  }
}

@media screen and (max-width: 500px) {
  .headerSwiper .text .con {
    flex-wrap: wrap;
  }
  .headerSwiper .text .lt,
  .iderIndexBox1Con .bto .items,
  .iderIndexBox2Con .rt .item,
  .iderIntorductBox3 .text .ls,
  .iderServiceBox5 ul li,
  .iderProductBox2Con .item,
  .iderProductDelBox1Swiper .img img {
    width: 100%;
  }
  .iderIndexBox1Con .bto .img,
  .iderIndexBox1Con .bto .items,
  .iderIndexBox5Swiper .img,
  .iderIndexBox7 ul li,
  .iderCaseDelBox5 li,
  .iderSolutionDelBox6 ul li,
  .iderServiceBox2_ul li,
  .iderNewBox1Con li .text,
  .iderProductBox2Con .item .img,
  .iderProductBox2Con .item .text {
    height: auto;
  }

  .iderIndexBox1Con .bto .items,
  .iderIndexBox2Con .rt .item,
  .iderServiceBox5 ul li,
  .iderProductBox2Con .item {
    margin-right: 0 !important;
  }
  .headerSwiper .bg {
    height: 50vh;
  }
  .headerSwiper .text .img {
    width: 50%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .iderIndexBox2Con .text::after {
    right: 4%;
  }
  .iderNewBox1Con li .mores {
    margin-top: 15px;
  }
  .iderIndexBox7 ul li,
  .iderNewBox1Con li .text {
    padding: 4%;
  }
  .iderIndexBox2Con .text {
    left: 2.5%;
  }
  .iderIndexBox4 .text .com-ls30 {
    margin-top: 0;
  }
  .iderIndexBox5Swiper::before,
  .iderIndexBox5Swiper::after {
    background-image: none;
  }
  .iderIndexBox5Swiper,
  .iderIntorductBox3 .text .com-tl {
    margin: 15px 0;
  }
  .iderIndexBox5Swiper .swiper-slide-active {
    transform: scale(1) !important;
  }
  .iderIndexBox7 ul,
  .iderCaseDelBox5 ul,
  .iderSolutionDelBox6 ul,
  .iderServiceBox2_ul,
  .iderNewBox1Con .bto ul,
  .iderProductBox4 ul,
  .iderProductDelBox4Item4 ul,
  .iderChooseBox2 ul,
  .iderChooseBox3 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderCaseDelBox5 ul,
  .iderServiceBox2_ul,
  .iderProductDelBox4_list ul,
  .iderProductDelBox4Item4 ul {
    gap: 10px;
  }
  .iderIndexBox7 li .icon {
    height: 45px;
  }
  .iderIndexBox10 ul li {
    display: none;
  }
  .iderIndexBox10 ul li:last-child {
    display: flex;
  }
  .iderIndexBox10 .logo img {
    height: auto;
    width: 50%;
  }
  .iderIntorductBox4Swiper1 .swiper-slide {
    justify-content: center;
  }
  .iderIntorductBox5 .item {
    margin-bottom: 10px;
    padding: 4% 0;
  }
  .iderIntorductBox7 .item::before,
  .iderIntorductBox7 .item::after {
    display: none;
  }
  .iderServiceBox2_ul li .name {
    padding: 4% 0;
  }
  .iderNewBox1 .navItem .item {
    margin-bottom: 8px;
  }
  .iderDownBox1Con .table_list .name:first-child {
    width: 100% !important;
  }
  .iderComPage {
    margin-top: 4%;
  }
  .iderProductBox8 .item .imgList .img {
    width: 100%;
    height: auto;
    padding: 4%;
  }
  .iderProductDelBox1Swiper .bto {
    margin: 15px 0;
  }
}
@media screen and (max-width: 430px) {
  .headerSwiper .bg {
    height: 70vh;
  }
  .hd_btn {
    width: 40px;
  }
  .iderProductDelBox4_type .img {
    width: 50%;
    height: auto;
  }
  .iderExhibBox2Swiper .text {
    padding: 4%;
  }
  .iderProductDelBox4_type .con .text {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .iderBanner .bg {
    height: 45vh;
  }
  .iderBanner .bg {
    height: 67vh;
  }
}
@media screen and (max-width: 360px) {
  .headerSwiper .bg {
    height: 85vh;
  }
  .iderIndexBox3 .form button {
    margin: 0 auto;
  }
  .iderIndexBox3 .form textarea {
    flex: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  .headerSwiper .text .img {
    width: 64%;
  }
  .iderIndexBox6 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
}
/* #endregion  Response style */
