/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src:
    url("/assets/css/font/fontIcon/iconfont.woff2?t=1765777637515")
      format("woff2"),
    url("/assets/css/font/fontIcon/iconfont.woff?t=1765777637515")
      format("woff"),
    url("/assets/css/font/fontIcon/iconfont.ttf?t=1765777637515")
      format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Caveat";
  src: url("font/Caveat-Regular.ttf");
  font-display: swap;
}
html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}

:root {
  --mainColor: #e7a330;
  --bg: #f4f4f4;
  --ba-a: #211916;
  --main-font: "Outfit", sans-serif;
  --font: "Fjalla One", sans-serif;
}
body {
  font-family: var(--main-font);
  font-weight: 400;
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}

/* #endregion  */

/* #region System style */
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  .system_com_title {
    font-size: 18px;
  }
}
/* faq */
.system_faq_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_faq_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.system_faq_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.system_faq_item .tl {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 0.775rem;
  border-radius: 0.625rem;
  padding: 0 0.25rem;
  background-image: linear-gradient(320deg, #f7faff 0%, #f1f3f6 100%);
}
.system_faq_item .icon {
  display: block;
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
  margin-right: 0.375rem;
}
.system_faq_item .icon::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  transform: rotate(90deg);
  background-color: var(--mainColor);
  transition: all 0.5s;
}
.system_faq_item .tl .name {
  font-size: 0.225rem;
  font-weight: 700;
  flex: 1;
  color: var(--mainColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_faq_item .text {
  width: 100%;
  font-size: 0.2rem;
  display: none;
  line-height: 0.325rem;
  color: #a6adb5;
  padding: 0.25rem 0.5rem 0.375rem 0.625rem;
}
.system_faq_item.active .tl {
  background-color: var(--mainColor);
  background-image: none;
  height: auto;
  padding: 0.125rem 0.25rem;
}
.system_faq_item.active .tl .name {
  color: #fff;
  display: inline;
}
.system_faq_item.active .icon,
.system_faq_item.active .icon::after {
  background-color: #fff;
}
.system_faq_item.active .icon::after {
  transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .system_faq_box {
    padding: 20px 0;
  }
  .system_faq_con {
    margin-top: 15px;
  }
  .system_faq_item .text,
  .system_faq_item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .system_faq_item .tl .name {
    font-size: 15px;
  }
  .system_faq_item .tl {
    height: 35px;
  }
  .system_faq_item .icon,
  .system_faq_item .icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 430px) {
  .system_faq_item.active .tl {
    height: auto;
  }
  .system_faq_item.active .tl .name {
    display: inline;
    padding: 6px 10px;
  }
}

/* news */
.system_news_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_news_con {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4375rem;
}
.system_news_item {
  position: relative;
  border-radius: 0.075rem;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.system_news_con_cols4 .system_news_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_news_con_cols3 .system_news_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_news_con_cols2 .system_news_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_news_con_cols4 .system_news_item:nth-child(4n),
.system_news_con_cols3 .system_news_item:nth-child(3n),
.system_news_con_cols2 .system_news_item:nth-child(2n) {
  margin-right: 0;
}

.system_news_item .img {
  width: 100%;
  height: 3.575rem;
  overflow: hidden;
  border-radius: 0.075rem 0.075rem 0 0;
}
.system_news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_news_item:hover .img img {
  transform: scale(1.2);
}
.system_news_item .text {
  display: block;
  width: 100%;
  height: 3.0625rem;
  border-radius: 0 0 0.075rem 0.075rem;
  padding: 10%;
}
.system_news_item .text .name {
  font-size: 0.25rem;
  line-height: 0.325rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.system_news_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
}
.system_news_item .bto {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.system_news_item .bto .lt {
  width: 80%;
}
.system_news_item .bto .time,
.system_news_item .bto .author {
  font-size: 0.1875rem;
  font-weight: 700;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.system_news_item .bto .number {
  font-size: 0.1875rem;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.system_news_item .bto .number::before {
  margin-right: 0.05rem;
  transition: all 0.3s;
  font-size: 0.225rem;
  color: red;
}
.system_news_item .bto .number:hover::before {
  transform: scale(1.2);
}
.system_news_item .bto .author {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.4rem);
}
.system_news_item:hover .author {
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
}
.system_news_item:hover .time {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.system_news_item .bto .author span {
  display: inline-block;
  margin-left: 0.0625rem;
  text-decoration: underline;
}
.system_news_item:hover .name {
  color: var(--mainColor);
}
.system_news_categories {
  position: absolute;
  display: inline-block;
  top: 0.2125rem;
  right: 0.25rem;
  width: fit-content;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.4);
  padding: 0.05rem 0.15rem;
  background-color: #fff;
  color: #000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .system_news_box {
    padding: 20px 0;
  }
  .system_news_con {
    margin-top: 15px;
  }
  .system_news_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_news_item .bto .time,
  .system_news_item .bto .author,
  .system_news_item .bto .number {
    font-size: 12px;
  }
  .system_news_con_cols4 .system_news_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n) {
    margin-right: 0;
  }

  .system_news_item .text {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .system_news_item .img {
    height: auto;
  }
  .system_news_con_cols4 .system_news_item,
  .system_news_con_cols3 .system_news_item {
    width: calc((100% - 10px) / 2);
  }
  .system_news_con_cols3 .system_news_item {
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n),
  .system_news_con_cols3 .system_news_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(2n),
  .system_news_con_cols3 .system_news_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_news_item .text {
    height: auto;
  }
  .system_news_con .system_news_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* Contact Us */
.system_contact_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_contact_con {
  margin-top: 0.4375rem;
}
.system_contact_con .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.system_contact_con .top li {
  position: relative;
  width: calc((100% - 0.75rem) / 3);
  height: auto;
  background-color: #f4f4f6;
  border-radius: 0.0625rem;
  display: flex;
  min-height: 3.125rem;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: center;
  padding: 0.5rem 0.375rem;
  border-bottom: 0.05rem solid var(--mainColor);
}
/* .system_contact_con .top li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.05rem;
  left: 0;
  bottom: 0;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
} */
.system_contact_con .top li .icon {
  font-size: 0.575rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
}
.system_contact_con .top li .name {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 0.375rem 0 0.125rem 0;
}
.system_contact_con .top li:hover {
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.3);
}
.system_contact_con .top li .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  text-align: center;
  color: #646c71;
}

.system_contact_form {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  margin-top: 1.25rem;
  background-color: #f4f4f6;
}

.system_contact_form .title {
  font-size: 0.45rem;
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
}
.system_contact_form form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 0.3125rem;
}
.system_contact_form input {
  width: 100%;
  height: 0.6875rem !important;
  background-color: #fff !important;
  color: #192436 !important;
  font-size: 0.2rem !important;
  padding: 0 0.125rem !important;
  outline: none !important;
  transition: all 0.3s !important;
  border-radius: 0.0625rem !important;
  transition: all 0.3s !important;
}
.system_contact_form input:focus,
.system_contact_form textarea:focus {
  border: 0.0125rem solid var(--mainColor);
}
.system_contact_form .formList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}
.system_contact_form .formList input {
  width: calc((100% - 0.25rem) / 2);
}
.system_contact_form textarea {
  width: 100% !important;
  height: 4.375rem !important;
  transition: all 0.3s !important;
  font-size: 0.2rem !important;
  background-color: #fff !important;
  border-radius: 0.0625rem !important;
  color: #192436 !important;
  padding: 0.125rem 0 0 0.125rem !important;
}
.system_contact_form button[type="submit"] {
  width: 30% !important;
  height: 0.65rem !important;
  font-size: 0.225rem !important;
  font-weight: 600 !important;
  background-color: var(--mainColor) !important;
  color: #fff !important;
  margin: 0 auto !important;
}
.system_contact_form button {
  cursor: pointer;
}
.system_contact_form .com-ls24 {
  font-size: 0.225rem;
  color: #000;
}
.system_contact_form .com-ls24 a {
  text-decoration: underline;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_contact_box,
  .system_contact_form {
    padding: 20px 0;
  }
  .system_contact_form .title {
    font-size: 18px;
  }
  .system_contact_con .top li .name {
    font-size: 16px;
  }
  .system_contact_con .top li .ls,
  .system_form_ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_contact_con .top {
    flex-wrap: wrap;
  }
  .system_contact_con .top li .icon {
    height: 30px;
  }
  .system_contact_con .top li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 15px 0;
  }
  .system_contact_form input {
    height: 35px;
    font-size: 14px;
  }
  .system_contact_form textarea {
    height: 120px;
    font-size: 14px;
  }
  .system_contact_con .top li:nth-child(2n) {
    margin-right: 0;
  }
  .system_contact_form input[type="submit"] {
    height: 40px;
    font-size: 16px;
  }
  .system_contact_form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .system_contact_con .top li {
    width: 100%;
    padding: 25px 20px;
    height: auto;
    margin-right: 0;
  }
  .system_contact_form form {
    margin-top: 15px;
  }
  .system_contact_form .formList {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .system_contact_form .formList input {
    width: 100%;
    margin-bottom: 10px;
  }
  .system_contact_form input[type="submit"] {
    width: 50%;
  }
}

/* List */
.system_list_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_list_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_list_item {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_list_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_list_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_list_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_list_item:nth-child(4n),
.system_list_con_col3 .system_list_item:nth-child(3n),
.system_list_con_col2 .system_list_item:nth-child(2n) {
  margin-right: 0;
}
.system_list_item .img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_list_item:hover .img img {
  transform: scale(1.2);
}
.system_list_item .text {
  display: block;
  width: 100%;
  height: 2.2125rem;
  background-color: #fff;
  padding: 0.25rem 0.1875rem;
  border-radius: 0 0 0.0625rem 0.0625rem;
}
.system_list_item .text .name {
  font-size: 0.25rem;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
  transition: all 0.3s;
}
.system_list_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #a7a7a7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
}
.system_list_item .text .mores {
  display: block;
  position: relative;
  width: 1.9375rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 600;
  background-color: var(--mainColor);
  z-index: 1;
}
.system_list_item .text .mores::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 0.05rem;
  transition: all 0.3s;
  z-index: -1;
}
.system_list_item:hover .mores::after {
  width: 100%;
}
.system_list_item:hover .name {
  color: var(--mainColor);
}

@media screen and (max-width: 1024px) {
  .system_list_box {
    padding: 20px 0;
  }
  .system_list_con {
    margin-top: 15px;
  }
  .system_list_con_col4 .system_list_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .system_list_item .text .mores {
    font-size: 14px;
  }
  .system_list_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_list_item .text {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .system_list_item .img,
  .system_news_item .img {
    height: auto;
  }

  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_list_con {
    align-items: baseline;
  }
  .system_list_con_col4 .system_list_item,
  .system_list_con_col3 .system_list_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_list_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n),
  .system_list_con_col3 .system_list_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(2n),
  .system_list_con_col3 .system_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_list_con .system_list_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* 视频列表 */
.system_video_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_video_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_video_item {
  width: calc((100% - 0.75rem) / 4);
  height: auto;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.4);
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_video_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_video_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_video_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_video_item:nth-child(4n),
.system_list_con_col3 .system_video_item:nth-child(3n),
.system_list_con_col2 .system_video_item:nth-child(2n) {
  margin-right: 0;
}
.system_video_item .img {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_con_col3 .system_video_item .img {
  height: 3.75rem;
}
.system_list_con_col2 .system_video_item .img {
  height: 4.375rem;
}
.system_video_item .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system_video_item .name {
  width: 100%;
  padding: 0.15rem 0.1875rem;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000;
  height: 1rem;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0 0 0.0625rem 0.0625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .system_video_box {
    padding: 20px 0;
  }
  .system_video_con {
    margin-top: 15px;
  }
  .system_video_item .name {
    font-size: 15px;
    line-height: 23px;
  }
  .system_list_con_col4 .system_video_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .system_list_con_col4 .system_video_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .system_list_con_col4 .system_video_item,
  .system_list_con_col3 .system_video_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_video_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n),
  .system_list_con_col3 .system_video_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(2n),
  .system_list_con_col3 .system_video_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_video_con .system_video_item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* Download */
.system_down_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f8f8f8;
}

.system_down_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
}
.system_down_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.0625rem;
  padding: 0 0.25rem 0.3125rem 0.25rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.system_down_item:hover {
  border-bottom: 1px solid var(--mainColor);
}
.system_down_item .lt .icon1 {
  font-size: 0.35rem;
  color: var(--mainColor);
}
.system_down_item .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  margin: 0 0.1875rem 0 0.375rem;
  transition: all 0.3s;
}
.system_down_item:hover .name {
  color: var(--mainColor);
}
.system_down_item .time {
  font-size: 0.2rem;
  color: #938f8d;
}
.system_down_item .lt {
  display: flex;
  align-items: center;
}
.system_down_item .rt {
  display: flex;
  align-items: center;
}
.system_down_item .rt .size {
  font-size: 0.2rem;
  margin-right: 0.125rem;
  color: #938f8d;
}
.system_down_item .rt .icon2 {
  font-size: 0.375rem;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_down_box {
    padding: 20px 0;
  }
  .system_down_con {
    margin-top: 15px;
  }
  .system_down_item .lt .icon1,
  .system_down_item .rt .icon2 {
    font-size: 20px;
  }
  .system_down_item .name {
    font-size: 16px;
  }

  .system_down_item .time,
  .system_down_item .rt .size {
    font-size: 14px;
  }
  .system_down_item {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .system_down_item {
    flex-wrap: wrap;
    justify-content: end;
  }
  .system_down_item .rt {
    margin-top: 10px;
  }
}
/* News details */
.system_newsDel_box {
  width: 100%;
  padding: 0.625rem 0;
}
.system_newsDel_box .com-card {
  display: flex;
}
.system_newsDel_lt {
  width: calc((100% - 25%));
}
.system_newsDel_nav,
.system_newsDel_nav .com-card {
  display: flex;
  align-items: center;
}
.system_newsDel_nav a {
  font-size: 0.2rem;
  color: #000;
}
.system_newsDel_rt {
  width: 25%;
  margin-left: 0.625rem;
}
.system_newsDel_category {
  width: fit-content;
  padding: 0.05rem 0.125rem;
  font-size: 0.2rem;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
  margin-top: 0.875rem;
}
.system_newsDel_box .system_com_title {
  margin: 0.1875rem 0;
}
.system_newsDel_name {
  width: 100%;
  font-size: 0.1875rem;
  color: #bbb;
  text-align: center;
}
.system_newsDel_link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5625rem 0;
}
.system_newsDel_content {
  margin-bottom: 0.625rem;
}
.system_newsDel_link a {
  display: flex;
  align-items: center;
  font-size: 0.325rem;
  margin-right: 0.125rem;
}
.system_newsDel_link a:last-child {
  margin-right: 0;
}
.system_newsDel_link a i {
  display: inline-block;
  width: 100%;
  font-size: 0.325rem;
  height: 100%;
  color: var(--mainColor);
}
.system_newsDel_content,
.system_newsDel_content p {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #000;
}
.system_newsDel_bto {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.system_newsDel_bto .lt_prev,
.system_newsDel_bto .rt_next {
  display: flex;
  align-items: center;
  width: 40%;
}
.system_newsDel_bto .icon {
  font-size: 0.475rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.5);
}
.system_newsDel_bto .lt_prev .icon {
  margin-right: 0.25rem;
}
.system_newsDel_bto .rt_next .icon {
  margin-left: 0.25rem;
}
.system_newsDel_bto .lt_prev:hover .ls,
.system_newsDel_bto .lt_prev:hover .icon,
.system_newsDel_bto .rt_next:hover .ls,
.system_newsDel_bto .rt_next:hover .icon,
.system_newsDel_bto .con:hover {
  color: var(--mainColor);
}

.system_newsDel_bto .text .name {
  font-size: 0.2rem;
  color: #bbb;
}
.system_newsDel_bto .text .ls {
  font-size: 0.2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.3rem;
  color: #333;
  margin-top: 0.05rem;
}
.system_newsDel_bto .con {
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.system_newsDel_rt .title {
  font-size: 0.45rem;
  color: #000;
  font-weight: 700;
}
.system_newsDel_rtItem {
  width: 100%;
  height: auto;
}
.system_newsDel_rtItem li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0.25rem 0;
}
.system_newsDel_rtItem li .img {
  width: 1.25rem;
  overflow: hidden;
  height: 1.125rem;
  border-radius: 0.05rem;
  margin-right: 0.1875rem;
}
.system_newsDel_rtItem li:hover img {
  transform: scale(1.2);
}
.system_newsDel_rtItem li:hover .name {
  color: var(--mainColor);
}
.system_newsDel_rtItem li .img a {
  display: flex;
  width: 100%;
  height: 100%;
}
.system_newsDel_rtItem li .text {
  display: inline-block;
  flex: 1;
}
.system_newsDel_rtItem li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_newsDel_rtItem li .name {
  font-size: 0.225rem;
  line-height: 0.325rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_newsDel_rtItem li .time {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.0625rem;
}
.system_newsDel_form {
  width: 100%;
  height: auto;
}
.system_newsDel_form .tl {
  font-size: 0.3rem;
  color: #333 !important;
  font-weight: 700;
  margin: 0.5rem 0 0.25rem 0;
}
.system_newsDel_form form {
  width: 100%;
  height: auto;
}
.system_newsDel_form form input {
  width: 100%;
  display: flex;
  height: 0.5875rem;
  font-size: 0.225rem !important;
  padding-left: 0.1875rem !important;
  border-radius: 0.0625rem !important;
  margin-bottom: 0.1875rem;
  color: #333 !important;
  border: 1px solid #eee !important;
}
.system_newsDel_form form textarea {
  width: 100%;
  display: flex;
  height: 1.5rem;
  color: #333;
  font-size: 0.225rem;
  border-radius: 0.0625rem;
  border: 1px solid #eee;
  padding: 0.125rem 0 0 0.1875rem;
}
.system_newsDel_form form .ls {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
  margin: 0.15rem 0 0.25rem 0;
}
.system_newsDel_form form .ls a {
  text-decoration: underline !important;
}
.system_newsDel_form form button {
  width: 1.9rem !important;
  height: 0.5875rem !important;
  border-radius: 0.0625rem !important;
  font-size: 0.225rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff !important;
  text-align: center;
  line-height: 0.5875rem;
  background-color: var(--mainColor);
}
.system_newsDel_table {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}

.system_newsDel_table .title {
  width: 100%;
  font-size: 0.3rem;
  color: #323232;
  font-weight: 700;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(110, 110, 110, 0.2);
}
.system_newsDel_tableCon {
  width: 100%;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  padding: 0.125rem 0;
}
.system_newsDel_tableCon .item {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.325rem;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  padding-left: 0.1875rem;
  margin-bottom: 0.375rem;
  transition: all 0.3s;
}
.system_newsDel_content h2,
.system_newsDel_content h3 {
  font-size: 0.3rem;
  font-weight: 700;
  margin: 0.125rem 0;
}
.system_newsDel_content table {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  margin: 0.125rem 0;
  overflow: auto;
}
.system_newsDel_content table td {
  border-right: 1px solid #333;
  padding: 0 0.125rem;
  font-size: 0.2rem;
  height: 0.5625rem;
  border-bottom: 1px solid #333;
}
.system_newsDel_tableCon .item:hover,
.system_newsDel_tableCon .item.active {
  color: var(--mainColor);
}
.system_newsDel_tableCon .item:hover::after,
.system_newsDel_tableCon .item.active::after {
  background-color: var(--mainColor);
}
.system_newsDel_tableCon .item::after {
  position: absolute;
  top: 50%;
  left: -0.05rem;
  transform: translateY(-50%);
  display: flex;
  content: "";
  width: 0.1rem;
  transition: all 0.3s;
  height: 0.1rem;
  border-radius: 0.625rem;
  background-color: #000;
}
.system_newsDel_table.is-fixed {
  position: fixed;
  top: 0;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .system_newsDel_box {
    padding: 20px 0;
  }
  .system_newsDel_table {
    display: none !important;
  }
  .system_newsDel_rt .title,
  .system_newsDel_content h2,
  .system_newsDel_content h3 {
    font-size: 18px;
  }

  .system_newsDel_category,
  .system_newsDel_rtItem li .name,
  .system_newsDel_form form input[type="submit"] {
    font-size: 15px;
  }

  .system_newsDel_name,
  .system_newsDel_bto .text .name,
  .system_newsDel_rtItem li .time {
    font-size: 14px;
  }
  .system_newsDel_nav a,
  .system_newsDel_content,
  .system_newsDel_content p,
  .system_newsDel_bto .text .ls,
  .system_newsDel_form form .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_newsDel_category {
    margin-top: 20px;
  }
  .system_newsDel_box .com-card,
  .system_newsDel_box .com-card .e-con-inner {
    flex-wrap: wrap !important;
  }
  .system_newsDel_box .com-card .e-con-inner > div {
    padding: 0 !important;
  }
  .system_newsDel_lt {
    flex: none !important;
    width: 100% !important;
  }
  .system_newsDel_rt {
    width: 100% !important;
    margin: 15px 0 0;
  }
  .system_newsDel_content table {
    display: inline-block;
    overflow-x: scroll;
  }
  .system_newsDel_link {
    margin: 4% 0;
  }
}

@media screen and (max-width: 500px) {
  .system_newsDel_bto .lt_prev,
  .system_newsDel_bto .rt_next {
    width: 100%;
  }
  .system_newsDel_bto .con {
    margin: 15px 0;
  }
  .system_newsDel_bto {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Product aggregation page */
.system_aggregation_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_aggregation_con {
  margin-top: 0.4375rem;
}
.system_aggregation_item {
  width: 100%;
  height: 8.625rem;
  background-color: rgba(245, 245, 245, 1);
}

.system_aggregation_item .com-card {
  display: flex;
  align-items: center;
}
.system_aggregation_item .img {
  width: 50%;
  height: auto;
  margin-right: 1.25rem;
}
.system_aggregation_item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) {
  background-color: #fff;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .com-card {
  flex-direction: row-reverse;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
  margin-left: 1.25rem;
  margin-right: 0;
}
.system_aggregation_item .text {
  display: block;
  flex: 1;
}
.system_aggregation_item .text .name {
  font-size: 0.45rem;
  color: #000;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.system_aggregation_item .text .ls,
.system_aggregation_item .text .ls p {
  font-size: 0.2rem;
  color: #484848;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.system_aggregation_item .mores {
  width: 2rem;
  height: 0.65rem;
  display: block;
  font-size: 0.225rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 0.375rem;
  background-color: var(--mainColor);
  line-height: 0.65rem;
  border-radius: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .system_aggregation_box {
    padding: 20px 0;
  }

  .system_aggregation_con {
    margin-top: 15px;
  }
  .system_aggregation_item .text .name {
    font-size: 18px;
  }

  .system_aggregation_item .more {
    font-size: 15px;
  }
  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    font-size: 14px;
    line-height: 24px;
  }

  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    margin-bottom: 4px;
  }
  .system_aggregation_item {
    height: auto;
    padding: 0.375rem 0;
  }
  .system_aggregation_item .img {
    width: 36%;
    height: auto;
    margin-right: 4%;
  }
  .system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_aggregation_item .img {
    width: 100% !important;
    margin: 0 !important ;
  }
}
/* Product Details */
.system_product_del_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_product_del_box .com-card {
  display: flex;
}
.system_product_del_box .lt {
  width: 8.4875rem;
  height: auto;
  margin-right: 0.5625rem;
}
.systemdetailBox1Swiper2 {
  position: relative;
  width: 100%;
  height: 6.6625rem;
  overflow: hidden;
  border: 1px solid #eee;
}
.systemdetailBox1Swiper2 .img {
  width: 100%;
  height: 100%;
}
.systemdetailBox1Swiper2 img,
.systemdetailBox1Swiper1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.systemdetailBox1Swiper1 {
  width: 100%;
  height: 1.225rem;
  overflow: hidden;
}

.systemdetailBox1Swiper1 .img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.3s;
}

.systemdetailBox1-prev,
.systemdetailBox1-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0.5625rem !important;
  color: #fff;
  transition: all 0.3s;
}
.systemdetailBox1-prev {
  left: 0;
}
.systemdetailBox1-prev:hover,
.systemdetailBox1-next:hover {
  color: var(--mainColor);
}
.systemdetailBox1-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.systemdetailBox1Swiper1 .swiper-slide-thumb-active .img {
  border: 1px solid var(--mainColor);
}
.system_product_del_box .rt .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  color: #000;
  margin: 0.1875rem 0 0.375rem 0;
}
.system_product_del_box .rt {
  flex: 1;
}
.system_product_del_box .rt .system_com_title {
  text-align: left;
}
.system_product_del_box .rt .table .tl {
  font-size: 0.2rem;
  color: #000;
  font-weight: 700;
  margin: 0.125rem 0;
}

.system_product_del_box .rt .table,
.system_product_del_box .rt table,
.system_product_del_box .rt table .con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.system_product_del_box .rt .table td {
  font-size: 0.2rem;
  height: 0.625rem;
  border-bottom: 1px solid #eee;
  color: #000;
}
.system_product_del_box .rt .quotes {
  width: 2.6875rem;
  height: 0.5625rem;
  color: #fff;
  font-size: 0.225rem;
  cursor: pointer;
  text-align: center;
  margin-top: 0.4375rem;
  line-height: 0.5625rem;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
}
.system_product_del_box2 {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.system_product_del_box2 .com-card {
  display: flex;
  align-items: center;
  border-bottom: 0.0125rem solid #333;
}
.system_product_del_box2 a {
  position: relative;
  font-size: 0.225rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.25rem;
  display: block;
  margin-right: 0.4375rem;
}
.system_product_del_box2 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0.025rem;
  position: absolute;
  left: 0;
  border-radius: 0.025rem;
  bottom: -0.0125rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.system_product_del_box2 a:hover,
.system_product_del_box2 a.active {
  color: var(--mainColor);
}
.system_product_del_box2 a:hover::after,
.system_product_del_box2 a.active::after {
  width: 100%;
}
.system_product_del_box3 {
  width: 100%;
  height: auto;
}
.system_product_del_box3 .system_com_title {
  font-size: 0.375rem;
  text-align: left;
  color: #000;
  font-weight: 700;
}
.system_product_del_box3 .item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.system_product_del_box3Item1 .con {
  margin-top: 0.4375rem;
}
.system_product_del_box3Item1 .con,
.system_product_del_box3Item1 .con p,
.system_product_del_box3Item2 .con,
.system_product_del_box3Item2 .con p,
.system_product_del_box3Item3 .con,
.system_product_del_box3Item3 .con p,
.system_product_del_box3Item4 .con,
.system_product_del_box3Item4 .con p,
.system_product_del_box3Item5 .con,
.system_product_del_box3Item5 .con p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.system_product_del_box2.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 333;
}
@media screen and (max-width: 1024px) {
  .system_product_del_box,
  .system_product_del_box3 .item {
    padding: 20px 0;
  }
  .system_product_del_box3 .system_com_title {
    font-size: 18px;
  }

  .system_product_del_box2 a {
    font-size: 16px;
  }
  .system_product_del_box .rt .table .tl,
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }

  .system_product_del_box .rt .table td {
    font-size: 14px;
  }
  .system_product_del_box .rt .ls,
  .system_product_del_box3Item1 .con,
  .system_product_del_box3Item1 .con p,
  .system_product_del_box3Item2 .con,
  .system_product_del_box3Item2 .con p,
  .system_product_del_box3Item3 .con,
  .system_product_del_box3Item3 .con p,
  .system_product_del_box3Item4 .con,
  .system_product_del_box3Item4 .con p,
  .system_product_del_box3Item5 .con,
  .system_product_del_box3Item5 .con p {
    font-size: 14px;
    line-height: 24px;
  }
  .systemdetailBox1Swiper1 {
    height: auto;
  }

  .system_product_del_box .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box .lt {
    width: 80%;
    margin: 0 0 10px 0;
  }
  .system_product_del_box .rt {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .system_product_del_box .lt {
    width: 100%;
  }
  .systemdetailBox1Swiper1,
  .systemdetailBox1Swiper2 {
    height: auto;
  }
  .system_product_del_box2 .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box2 a {
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}
/* Navigation */
.system_nav_box {
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
}
.system_nav_box .com-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.system_nav_box a,
.system_nav_box span {
  font-size: 0.2125rem;
  color: #000;
  transition: all 0.3s;
}

.system_nav_box a::before {
  font-size: 0.15rem;
  transition: all 0.3s;
  margin: 0 0.0375rem;
}
.system_nav_box a.active,
.system_nav_box a:hover,
.system_nav_box span.active,
.system_nav_box span:hover {
  color: var(--mainColor);
  font-weight: 700;
}
.rank-math-breadcrumb p span {
  font-family: "Poppins";
  display: inline-block;
  margin: 0 2px;
}
.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }
  .system_news_categories {
    font-size: 14px;
  }

  .system_nav_box .com-card {
    flex-wrap: wrap;
  }
}

/* 分类导航 */
.system_category_navigation {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f6;
}
.system_category_navigation .com-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_category_navigation a {
  position: relative;
  font-size: 0.225rem;
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 0.5625rem;
}
.system_category_navigation a:last-child {
  margin-right: 0;
}
.system_category_navigation a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  content: "";
  width: 0;
  height: 0.0125rem;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.system_category_navigation a:hover,
.system_category_navigation a.active {
  color: var(--mainColor);
}
.system_category_navigation a:hover::after,
.system_category_navigation a.active::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .system_category_navigation {
    height: auto;
    padding: 10px 0;
  }
  .system_category_navigation .com-card {
    flex-wrap: wrap;
  }
  .system_category_navigation a {
    font-size: 15px;
  }
}

/* 分页 */
.pagination {
  width: 100%;
  height: auto;
  margin-top: 3%;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li span,
.pagination .page-numbers li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  width: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 35px;
  transition: all 0.3s;
  margin-right: 8px;
  border: 1px solid var(--mainColor);
}
.pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers li:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.pagination .page-numbers .current {
  color: #fff;
  background-color: var(--mainColor);
}
button {
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers li {
    margin-bottom: 4px;
  }
  .pagination .page-numbers {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.single .aligncenter {
  display: block;
  margin: 0.25rem auto;
  text-align: center;
}
.single .alignleft {
  float: left;
  margin: 0.125rem 0.25rem 0.125rem 0;
}
.single .alignright {
  float: right;
  margin: 0.125rem 0 0.125rem 0.25rem;
}

@media screen and (max-width: 768px) {
  .single .alignleft,
  .single .alignright {
    float: none;
    display: block;
    margin: 0.2rem auto;
    text-align: center;
  }
}
/* #endregion */

/* #region  Page style */

.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.55s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(241, 171, 20, 0.6);
  transform: translateY(-5px);
}

.com-ls30,
.com-ls30 p,
.com-ls30 div {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.com-ls30.white,
.com-ls30.white p,
.com-ls30.white div,
.com-ls24.white,
.com-ls24.white p,
.com-ls24.white div,
.min-tl.white {
  color: #fff;
}
.com-ls24,
.com-ls24 p,
.com-ls24 div {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
}
.min-tl {
  font-size: 0.2rem;
  text-align: center;
  margin-bottom: 0.125rem;
  font-weight: 800;
  color: #000000;
}
.com-tl.left,
.min-tl.left {
  text-align: left;
}
.com-mores {
  display: block;
  cursor: pointer;
  width: 2.95rem;
  height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.75rem;
  color: #000000;
  transition: all 0.3s;
}
.com-ls36,
.com-ls36 p,
.com-ls36 div {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
}
.com-ls36.black,
.com-ls36.black p,
.com-ls36.black div,
.com-tl.black {
  color: #000;
}
.com-tl {
  font-family: var(--font);
  font-size: 0.45rem;
  font-weight: 500;
  line-height: 0.625rem;
  text-align: center;
  color: #ffffff;
}

.com-tl.left {
  text-align: left;
}
.com-title {
  text-align: center;
  margin-top: 0.125rem;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
}
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  transition:
    transform 0.4s ease-in-out,
    background 0.3s;
}
.header.header-hide {
  transform: translateY(-150%);
}
.header.header-visible {
  transform: translateY(0);
}
.header.header-hidden {
  transform: translateY(-100%);
}
.headerTop {
  width: 100%;
  height: 1.1625rem;
  background-color: var(--ba-a);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.headerTop .com-card {
  width: 20rem;
}
.headerTop .search {
  cursor: pointer;
  font-size: 22px;
  color: #fff;
}
.headerTop .languageSwitching a {
  font-size: 0.2rem;
  color: #ffffff;
  transition: all 0.3s;
  display: block;
  margin-right: 0.25rem;
}
.headerTop .languageSwitching a.active,
.headerTop .languageSwitching a:hover {
  color: var(--mainColor);
}
.headerTop .logo {
  width: 2.4rem;
  height: auto;
}
.headerTop .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.headerBto {
  width: 100%;
  height: 0.825rem;
  background-color: var(--ba-a);
}

.languageSwitching .icons {
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
.header.active {
  box-shadow: 0px 0px 0.375rem 0.0625rem rgba(32, 26, 15, 0.5);
}
.menu-level1 > li,
.menu-level1,
.header .rt {
  height: 100%;
}
.menu-level1 > li > a {
  font-size: 0.2rem;
  color: #ffffff;
}

.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%;
  height: auto;
  position: fixed;
  left: 0;
  z-index: 222;
  display: none;
  top: 1.9625rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
  box-shadow: 0 0 0.1875rem 0 rgba(255, 255, 255, 0.4);
}
.menuDownsCon {
  width: 100%;
  height: auto;
  max-height: 8.75rem;
  overflow-y: auto;
}
.menuDownsLt {
  width: 6.75rem;
  background-color: #fff;
  padding: 0.5rem 0 0.25rem 0;
}
.menuDownsLt .item {
  display: block;
  width: 100%;
  height: 0.65rem;
  font-size: 0.225rem;
  line-height: 0.65rem;
  padding: 0 0.1875rem 0 3.2875rem;
  transition: all 0.3s;
  color: #111111;
  position: relative;
  overflow: hidden;
}
.menuDownsLt .item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  right: -50%;
  content: ">";
  font-family: Poppins;
  font-size: 0.375rem;
  transition: all 0.3s;
  color: var(--mainColor);
}
.menuDownsLt .item.active::after,
.menuDownsLt .item:hover::after {
  right: 0.25rem;
}
.menuDownsLt .item:hover,
.menuDownsLt .item.active {
  background-color: #f6f6f6;
  color: var(--mainColor);
}
.menuDownsLevelTwo {
  width: 17%;
  overflow-y: auto;
  padding: 0.5rem 0 0.25rem 0;
  background-color: #f6f6f6;
}
.menuDownsLevelTwo .items {
  width: 100%;
  height: auto;
  display: none;
}
.menuDownsLevelTwo .items.active {
  display: block;
}
.menuDownsLevelTwo .item {
  display: block;
  width: 100%;
  font-size: 0.225rem;
  line-height: 0.65rem;
  padding: 0 0.5rem;
  color: #000000;
}
.menuDownsLevelTwo .item:hover,
.menuDownsLevelTwo .item.active {
  text-decoration: underline;
  color: var(--mainColor);
}
.menuDownsRt {
  flex: 1;
  background-color: #fff;
}
.menuDownsRt .items {
  width: 100%;
  display: none;
}
.menuDownsRt .items.active {
  display: block;
}
.menuDownsRt .item {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.menuDownsRt .item.active {
  display: block;
}
.menuDownsRt .item .img {
  width: 100%;
  height: 8.75rem;
  overflow: hidden;
}
.menuDownsRt .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
/* === */
.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.headerSwiper .swiper-slide {
  position: relative;
}
.headerSwiper .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.headerSwiper .text .tl {
  font-size: 0.225rem;
  font-family: var(--font);
  line-height: 50px;
  color: #ffffff;
}
.headerSwiper .text .title {
  font-size: 0.6rem;
  font-weight: 500;
  font-family: var(--font);
  line-height: 0.75rem;
  color: #ffffff;
  text-align: center;
  margin: 0.0625rem 0;
}
.headerSwiper .text .ls {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.headerSwiper .text .con {
  width: 100%;
  height: auto;
}
.headerSwiper .text .con .top {
  width: 67%;
  margin: 0 auto;
}
.headerSwiper .img {
  width: 14.0875rem;
  margin: 0 auto;
  margin-top: 0.5625rem;
}
.headerSwiper .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.header-pagination {
  position: absolute;
  bottom: 0.375rem !important;
  z-index: 22;
}
.header-pagination .swiper-pagination-bullet {
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-color: transparent;
  transition: all 0.3s;
}
.header-pagination .swiper-pagination-bullet::after {
  display: block;
  content: "";
  width: 0.0625rem;
  border-radius: 50%;
  height: 0.0625rem;
  background-color: #ffffff;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  border: solid 0.0125rem #e7e7e7;
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 2.125rem 0;
}

.iderIndexBox1 ul {
  width: 100%;
  margin-top: 1.0625rem;
  gap: 0.3625rem;
  align-items: baseline;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
}
.iderIndexBox1 li .icon {
  width: 1.275rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
  display: block;
}
.iderIndexBox1 ul li {
  width: 100%;
  max-width: 4.075rem;
  position: relative;
}
.iderIndexBox1 li .name {
  position: relative;
  font-size: 0.3rem;
  font-family: var(--font);
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: 0.0125rem solid rgba(255, 255, 255, 0.2);
  margin: 0.25rem 0 0.375rem 0;
  color: #ffffff;
}
.iderIndexBox1 li:hover .icon {
  transform: translateY(-10px);
}
.iderIndexBox1 li .name::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.325rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
}
.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 2rem 0;
}
.iderIndexBox2 .title {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.25rem;
}
.iderIndexBox2Con {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0.9375rem;
}
.iderIndexBox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderIndexBox2Swiper .con {
  width: 100%;
  height: 7.3125rem;
  display: flex;
  transition: all 0.3s;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.2875rem 0.25rem 0.5625rem 0.3125rem;
  background-color: var(--bg);
  border-radius: 0.025rem;
}
.iderIndexBox2Swiper .con .type {
  font-size: 0.2rem;
  color: #000000;
}
.iderIndexBox2Swiper .con .name {
  display: block;
  flex: 1;
  font-size: 0.225rem;
  font-weight: 500;
  font-family: var(--font);
  margin-right: 0.125rem;
  color: #000000;
}
.iderIndexBox2Swiper .con .mores {
  width: 0.625rem;
  height: 0.625rem;
  opacity: 0;
  border-radius: 50%;
  border: solid 0.0125rem #f4f4f4;
  font-family: Poppins;
  font-size: 0.45rem;
  color: #ffffff;
  transition: all 0.3s;
}
.iderIndexBox2-prev,
.iderIndexBox2-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-family: Poppins;
  font-size: 0.45rem;
  transition: all 0.3s;
  color: #000000;
  width: 0.5625rem;
  height: 0.5625rem;
}
.iderIndexBox2-next:hover,
.iderIndexBox2-prev:hover {
  color: var(--mainColor);
}
.iderIndexBox2-prev {
  left: -0.75rem;
}
.iderIndexBox2-next {
  right: -0.75rem;
}
.iderIndexBox2Swiper .img {
  width: 80%;
  height: 4.375rem;
  overflow: hidden;
  padding: 0.125rem;
  margin: 0 auto;
}
.iderIndexBox2Swiper .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox2Swiper .con:hover {
  background-color: var(--mainColor);
}
.iderIndexBox2Swiper .con:hover .mores {
  opacity: 1;
}

.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
}
.iderIndexBox3 .com-card {
  width: 22.4625rem;
}
.iderIndexBox3 .title {
  width: 65%;
  margin: 0 auto;
  margin-top: 0.25rem;
  text-align: center;
}
.iderIndexBox3Con {
  width: 100%;
  height: auto;
}
.iderIndexBox3Con .item {
  width: 10.85rem;
  height: 7.0625rem;
  border-radius: 0.025rem;
  position: relative;
  margin: 0 0.75rem 0.75rem 0;
}
.iderIndexBox3Con .item .type {
  position: absolute;
  font-size: 0.225rem;
  top: 0.375rem;
  left: 0.625rem;
  display: flex;
  align-items: center;
  color: #f4f4f4;
}
.iderIndexBox3Con .item .type::before {
  display: block;

  content: "";
  width: 0.175rem;
  height: 0.175rem;
  margin-right: 0.0625rem;
  border-radius: 50%;
  background-color: var(--mainColor);
}
.iderIndexBox3Con .item .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox3Con .item .name {
  display: block;
  flex: 1;
  font-family: var(--font);
  font-size: 0.375rem;
  margin-right: 0.125rem;
  font-weight: 500;
  transition: all 0.3s;
  color: #ffffff;
}
.iderIndexBox3Con .item .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 22;
  padding: 0 0.2625rem 0.25rem 0.625rem;
}
.iderIndexBox3Con .item:nth-child(2n) {
  margin-right: 0;
}
.iderIndexBox3Con .item:nth-child(2) {
  margin-top: 2.5rem;
}
.iderIndexBox3Con .item:nth-child(3),
.iderIndexBox3Con .item:nth-child(5),
.iderIndexBox3Con .item:nth-child(7) {
  margin-top: -2.5rem;
}
.iderIndexBox3Con .item .mores {
  width: 0.625rem;
  border-radius: 50%;
  height: 0.625rem;
  background-color: rgba(247, 147, 18, 0.3);
  font-family: Poppins;
  font-size: 0.45rem;
  transition: all 0.3s;
  color: #ffffff;
}
.iderIndexBox3Con .item:hover .name {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderIndexBox3Con .item:hover .mores {
  background-color: var(--mainColor);
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 1.5rem 0;
  background-color: var(--mainColor);
}
.iderIndexBox4 .top {
  width: 100%;
}
.iderIndexBox4 .top .lt {
  width: 37%;
  margin-right: 1.625rem;
}
.iderIndexBox4 .top .com-mores {
  border: solid 1px #000000;
  background-color: transparent;
  margin-top: 0.25rem;
}
.iderIndexBox4 .top ul {
  flex: 1;
  gap: 0.5625rem 0.75rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderIndexBox4 .top li .nu {
  align-items: baseline;
}
.iderIndexBox4 .top li .counter {
  font-family: var(--font);
  font-size: 0.75rem;
  font-weight: 600;
  color: #000000;
}
.iderIndexBox4 .top li .em {
  font-size: 0.4375rem;
  font-family: var(--font);
  font-weight: 600;
  color: #000000;
}
.iderIndexBox4 .top ul li {
  width: 100%;
  max-width: 3.975rem;
  border-top: 1px solid #000;
  padding-top: 0.3125rem;
}
.iderIndexBox4 .videos {
  width: 100%;
  height: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  margin-top: 0.5625rem;
}
.iderIndexBox4 .videos .bg {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox4 .videos .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.8625rem;
  transition: all 0.5s;
  height: 1.8625rem;
  object-fit: contain;
}
.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.375rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderIndexBox5Top {
  width: 100%;
  height: 7.5875rem;
  margin: 1rem 0 1.5rem 0;
}
.iderIndexBox5Swiper {
  width: calc((100% - 7.6625rem));
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.5375rem 0px rgba(101, 101, 101, 0.19);
  border-radius: 0.125rem;
}
.iderIndexBox5Top .img {
  width: 7.45rem;
  margin-left: 0.2125rem;
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderIndexBox5Top .img .icon {
  width: 1.1625rem;
  object-fit: contain;
  cursor: pointer;
  transition: all 0.5s;
  height: 1.1625rem;
  border-radius: 50%;
  position: absolute;
  left: 0.4375rem;
  bottom: 1.0625rem;
}
.iderIndexBox5Swiper .swiper-slide {
  padding: 0.375rem 0.4875rem 0.125rem 0.4875rem;
}
.iderIndexBox5Swiper .com-ls30 {
  position: relative;
  width: 100%;
  padding: 0 0.55rem 7% 6%;
}
.iderIndexBox5Swiper .com-ls30 p {
  margin-bottom: 0.25rem;
}
.iderIndexBox5Swiper .com-ls30::before {
  position: absolute;
  left: 0;
  top: 0.075rem;
  display: block;
  content: "";
  width: 0.1875rem;
  height: 0.175rem;
  transform: rotate(180deg);
  background: url(../images/im1-7.png) no-repeat;
  background-size: contain;
}
.iderIndexBox5Swiper .com-ls30::after {
  position: absolute;
  right: 0;
  bottom: 0.075rem;
  display: block;
  content: "";
  width: 0.1875rem;
  height: 0.175rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: contain;
}

.iderIndexBox5Swiper .bto {
  width: 100%;
  border-top: 1px solid #e0e0e0;
  padding-top: 0.375rem;
  margin-top: 0.25rem;
}
.iderIndexBox5Swiper .bto .name {
  font-size: 0.225rem;
  color: #383838;
}
.iderIndexBox5Swiper .bto .ls {
  font-size: 0.2rem;
  margin-top: 0.075rem;
  color: #383838;
}
.comPrev,
.comNext {
  width: 0.625rem;
  cursor: pointer;
  height: 0.625rem;
  border: solid 1px rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 0.45rem;
  color: rgba(0, 0, 0, 0.3);
  bottom: 0.475rem;
  border-radius: 50%;
  z-index: 33;
  transition: all 0.3s;
}
.comPrev:hover,
.comNext:hover {
  color: #000;
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.iderIndexBox5-next {
  position: absolute;
  right: 0.4375rem;
}
.iderIndexBox5-prev {
  position: absolute;
  right: 1.1875rem;
}
.iderIndexBox5Bto {
  width: 100%;
  gap: 0.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(2.1875rem, 1fr));
}
.iderIndexBox5Bto .img {
  width: 100%;
  max-width: 2.225rem;
  height: 1.175rem;
  padding: 0.125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.5375rem 0px rgba(101, 101, 101, 0.19);
  border-radius: 0.125rem;
}
.iderIndexBox5Bto .img:hover img {
  filter: none;
}
.iderIndexBox5Bto .img img {
  width: auto;
  height: 100%;
  filter: grayscale(1);
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 2.25rem 0;
}
.iderIndexBox6 .lt {
  width: 39.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0.4rem 1.25rem 3.25rem;
}
.iderIndexBox6 .lt .top {
  padding-right: 1.25rem;
}
.iderIndexBox6 .lt .com-ls30 {
  margin: 0.125rem 0 0.1875rem 0;
}
.iderIndexBox6 .lt .bto {
  width: 100%;
  padding-bottom: 0.1375rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderIndexBox6-prev {
  margin-right: 0.125rem;
}
.iderIndexBox6Swiper {
  width: calc(100% - 1.625rem);
  overflow: hidden;
  height: auto;
}
.iderIndexBox6Swiper .swiper-slide {
  width: 5.425rem;
  position: relative;
}
.iderIndexBox6Swiper .img {
  display: block;
  height: 6.8625rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.iderIndexBox6Swiper .img .name {
  display: block;
  width: 100%;
  font-family: var(--font);
  font-size: 0.25rem;
  line-height: 0.375rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.375rem 0.25rem 0.3rem;
  color: #ffffff;
}
.iderIndexBox6Swiper .text {
  width: 100%;
  height: auto;
  padding: 0.125rem 0.375rem 0.25rem 0;
}
.iderIndexBox6Swiper .time {
  font-size: 0.2rem;
  margin-bottom: 0.075rem;
  color: #4d4d4d;
}
.iderIndexBox7 {
  width: 100%;
  height: auto;
  position: relative;
}
.iderIndexBox7 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox7 .text {
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  transform: translateY(-50%);
  height: auto;
}
.iderIndexBox7 .text .com-tl {
  font-size: 0.75rem;
  line-height: 0.9rem;
  margin-bottom: 0.25rem;
}

.footer {
  width: 100%;
  height: auto;
}
.footer .top {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.3rem 0;
}
.footer .top .logo {
  width: 2.4375rem;
  height: auto;
}
.footer .top .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer .top li {
  margin-right: 0.25rem;
}
.footer .top li a {
  font-size: 0.2rem;
  display: block;
  font-weight: 500;
  color: #000000;
}
.footer .con {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer .con .name {
  font-size: 0.225rem;
  font-weight: 700;
  letter-spacing: 0.0125rem;
  color: #000000;
}
.footer .con li .name {
  margin-bottom: 0.625rem;
}
.footer .con .com-card {
  align-items: baseline;
}
.footer .con .tl {
  font-size: 0.3rem;
  line-height: 0.375rem;
  font-weight: 300;
  margin: 0.125rem 0 0.3125rem 0;
  color: #000000;
}
.footer .con .form {
  width: 5rem;
  margin-right: 0.625rem;
}
.footer .con input {
  width: 100%;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 0.5rem;
  display: block;
}
.footer .con ul {
  width: 51%;
  justify-content: space-between;
}
.footer .con ul li {
  display: flex;
  flex-direction: column;
}
.footer .con ul li:last-child {
  width: 40%;
}
.footer .con ul li a,
.footer .con ul li div {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000000;
  transition: all 0.3s;
}
.footer .con ul li a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}
.footer .con textarea {
  display: block;
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.footer .con button {
  cursor: pointer;
  width: 1.7rem;
  height: 0.55rem;
  margin-top: 0.275rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.55rem;
  display: block;
  font-weight: 500;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.footer .bto {
  width: 100%;
  padding: 0.3625rem 0;
}
.footLink a {
  width: 0.475rem;
  height: 0.475rem;
  background-color: var(--mainColor);
  border-radius: 0.05rem;
  margin-right: 0.125rem;
  transition: all 0.3s;
}
.footLink a:hover {
  transform: translateY(-5px);
}
.footLink a img {
  width: auto;
  height: 0.3rem;
  object-fit: contain;
}
.iderNavBox1 {
  width: 100%;
  height: auto;
  padding: 0.225rem 0;
}
.iderNavBox1 a {
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
}
.iderNavBox1 a::after {
  display: block;
  content: ">";
  font-family: "Poppins";
  font-size: 0.2rem;
  margin: 0 0.05rem;
  color: #000;
  transition: all 0.3s;
  margin-top: 0.05rem;
}
.iderNavBox1 a:hover,
.iderNavBox1 a:hover::after,
.iderNavBox1 a.active,
.iderNavBox1 a.active::after {
  color: var(--mainColor);
}
.iderNavBox1 a:last-child::after {
  display: none;
}
.iderBanner {
  width: 100%;
  height: auto;
  position: relative;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderPartnerBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.875rem 0;
}
.iderPartnerBox1 .img {
  width: 9.7375rem;
  height: auto;
  margin-left: 1rem;
  overflow: hidden;
}
.iderPartnerBox1 .text {
  flex: 1;
}
.iderPartnerBox1 .text .tl {
  font-family: var(--font);
  font-size: 0.3rem;
  font-weight: 500;
  margin: 0.3125rem 0 0.1875rem 0;
  color: #000000;
}
.iderPartnerBox2 {
  width: 100%;
  height: auto;
  background-color: var(--mainColor);
  padding: 1.15rem 0 1.25rem 0;
}
.iderPartnerBox2 .com-tl {
  width: 60%;
}
.iderPartnerBox2 .icon {
  width: 0.9rem;
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: 0.125rem;
}
.iderPartnerBox2 ul {
  width: 100%;
  height: auto;
  gap: 0.375rem 0.3875rem;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
}
.iderPartnerBox2 ul li {
  position: relative;
  width: 100%;
  max-width: 4.0875rem;
}
.iderPartnerBox2 li .img {
  width: 100%;
  height: 2.975rem;
  border-radius: 0.025rem;
  overflow: hidden;
}
.iderPartnerBox2 li .text {
  width: 100%;
  font-family: var(--font);
  padding: 0 0.3125rem;
  font-size: 0.225rem;
  color: #000000;
  height: 1rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
}
.iderPartnerBox2 li .gt {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--mainColor);
  font-family: Poppins;
  font-size: 0.45rem;
  color: #000000;
  position: absolute;
  bottom: 0.1875rem;
  z-index: 33;
  right: -0.5rem;
}
.iderPartnerBox3 {
  width: 100%;
  height: auto;
  padding: 1.75rem 0 1.875rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderPartnerBox3 .img {
  width: 10.0375rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.025rem;
}
.iderPartnerBox3Con {
  width: 100%;
  height: auto;
  position: relative;
}
.iderPartnerBox3Con::after {
  display: block;
  content: "";
  height: 75%;
  width: 1.5625rem;
  background-color: #e7a330;
  border-radius: 0.025rem;
  position: absolute;
  right: 0;
  top: 0;
}
.iderPartnerBox3 .text {
  position: absolute;
  right: 0.0875rem;
  top: 50%;
  transform: translateY(-50%);
  width: 8.525rem;
  height: 7.525rem;
  z-index: 3;
  padding: 0.625rem 0.5625rem 0.125rem 0.9375rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
}
.iderPartnerBox3 .text .tl {
  font-size: 0.3rem;
  margin-bottom: 0.375rem;
}

.iderPartnerBox4 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.5rem 0;
}
.iderPartnerBox4 ul {
  width: 100%;
  margin-top: 0.8125rem;
  gap: 0.4875rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderPartnerBox4 ul li {
  width: 100%;
  max-width: 5.5rem;
  height: 7.725rem;
  border: solid 0.0125rem #e5e5e5;
  padding: 0.125rem;
  transition: all 0.3s;
}
.iderPartnerBox4 li .img {
  display: block;
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.iderPartnerBox4 li .text {
  width: 100%;
  height: calc(100% - 3.75rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem 0.375rem 0.75rem 0.25rem;
}
.iderPartnerBox4 li .text .name {
  display: block;
  font-family: var(--font);
  font-size: 0.3rem;
  color: #000000;
}
.iderPartnerBox4 li .text .com-ls24 {
  margin-top: 0.15rem;
}
.iderPartnerBox4 li .text .mores {
  font-size: 0.2rem;
  transition: all 0.3s;
  font-weight: 500;
  color: #000000;
}
.iderPartnerBox4 li .text .gt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.625rem;
  border-radius: 50%;
  height: 0.625rem;
  background-color: #ffffff;
  border: solid 0.0125rem rgba(0, 0, 0, 0.3);
  font-family: Poppins;
  font-size: 0.45rem;
  color: rgba(0, 0, 0, 0.3);
  margin-left: 0.1625rem;
  transition: all 0.3s;
}
.iderPartnerBox4 li:hover .mores {
  text-decoration: underline;
}
.iderPartnerBox4 li:hover .gt {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  color: #000;
}

.iderPartnerBox5 {
  width: 100%;
  height: auto;
  background: url(../picture/bg8.png) center no-repeat;
  background-size: contain;
  padding: 1.125rem 0 1.0625rem 0;
  background-color: #fafafa;
}
.iderPartnerBox5 form {
  width: 100%;
  margin-top: 1.125rem;
}
.iderPartnerBox5 .item {
  width: 100%;
  gap: 0.25rem 0.325rem;
  margin-bottom: 0.25rem;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}
.iderPartnerBox5 .item input {
  width: 100%;
  max-width: 5.625rem;
  height: 0.7rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  display: block;
  font-size: 0.2rem;
  padding-left: 0.25rem;
  color: #001421;
}
.iderPartnerBox5 textarea {
  width: 100%;
  height: 1.675rem;
  display: block;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  font-size: 0.2rem;
  padding: 0.25rem 0 0 0.25rem;
  color: #001421;
}
.iderPartnerBox5 button {
  cursor: pointer;
  display: block;
  width: 2.95rem;
  height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.75rem;
  color: #000000;
  margin: 0 auto;
  margin-top: 0.4375rem;
}
.iderNavBox1.inner {
  background-color: rgba(252, 156, 31, 0.1);
}
.iderCompanyBox1 {
  width: 100%;
  height: auto;
  align-items: flex-start;
  padding: 0.625rem 0 2.125rem 0;
  background-color: rgba(252, 156, 31, 0.1);
}
.iderCompanyBox1 .text {
  flex: 1;
  padding-left: 3.25rem;
}
.iderCompanyBox1 .text .com-ls30 {
  margin: 0.325rem 0 0.375rem 0;
}
.iderCompanyBox1 .text .com-ls30 p {
  margin-bottom: 0.25rem;
}
.iderCompanyBox1 .img {
  width: 11.9875rem;
  height: auto;
  overflow: hidden;
  margin-left: 0.875rem;
  border-radius: 0.025rem;
}

.iderCompanyBox2 {
  width: 100%;
  height: auto;
  padding-top: 1.125rem;
  background: url(../picture/ic4-1.png) top center no-repeat;
  background-size: 79% 2.5875rem;
  background-position-y: 1.125rem;
}
.iderCompanyBox2 .com-card {
  width: 18.375rem;
}
.iderCompanyBox2 .img {
  position: relative;
  width: 60%;
  height: 11.25rem;
  overflow: hidden;
}
.iderCompanyBox2 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.iderCompanyBox2 .img .texts {
  position: absolute;
  width: 51%;
  left: 55%;
  transform: translateX(-50%);
  bottom: 1rem;
}
.iderCompanyBox2 .img .name {
  font-family: var(--font);
  font-size: 0.75rem;
  line-height: 0.7125rem;
  color: var(--mainColor);
}
.iderCompanyBox2 .img .name strong {
  font-size: 0.3rem;
  letter-spacing: 0.0125rem;
  color: var(--mainColor);
}
.iderCompanyBox2 .img .ls {
  position: relative;
  width: 100%;
  border-top: 0.075rem solid #ffe9c5;
  font-size: 0.225rem;
  color: var(--mainColor);
  padding-top: 0.125rem;
}
.iderCompanyBox2 .img .ls::after {
  display: block;
  content: "";
  width: 80%;
  position: absolute;
  left: 0;
  top: -0.075rem;
  height: 0.075rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
  position: absolute;
}
.iderCompanyBox2 .text {
  flex: 1;
  padding-top: 1.625rem;
}
.iderCompanyBox2 .text .com-tl {
  font-size: 0.7375rem;
}
.iderCompanyBox2 .text .tl {
  font-family: var(--font);
  font-size: 0.375rem;
  line-height: 0.6rem;
  margin: 0.1875rem 0 0.375rem 0;
  color: #000000;
}
.iderCompanyBox2 .text li {
  width: 100%;
  padding-left: 0.7125rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.iderCompanyBox2 .text li::before {
  display: block;
  content: "";
  width: 0.4625rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 0.4625rem;
  background-color: #000;
  border: 0.15rem solid var(--mainColor);
}
.iderCompanyBox2 .text li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0.225rem;
  width: 0.0125rem;
  background-color: var(--mainColor);
  height: 100%;
}
.iderCompanyBox2 .text li:last-child::after {
  display: none;
}

.iderCompanyBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
  background-color: var(--mainColor);
}
.iderCompanyBox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.625rem;
}
.iderCompanyBox3Swiper .swiper-slide {
  width: 12.325rem;
  height: auto;
}
.iderCompanyBox3Swiper .img {
  width: 100%;
  height: 6.825rem;
  overflow: hidden;
}
.iderCompanyBox3Swiper .text {
  width: 100%;
  height: auto;
  transform: translateX(-100%);
  opacity: 0;
  padding: 0.25rem;
  transition: all 0.5s;
}
.iderCompanyBox3Swiper .text .name {
  font-size: 0.3rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.125rem;
  color: #000000;
}
.iderCompanyBox3Swiper .text .com-ls24 {
  width: 52%;
  margin: 0 auto;
  text-align: center;
}
.iderCompanyBox3Swiper .swiper-slide-active .text {
  transform: translateX(0);
  opacity: 1;
}
.iderCompanyBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.75rem 0;
}
.iderCompanyBox5Con {
  width: 100%;
  height: 7.375rem;
  margin-top: 1rem;
}
.iderCompanyBox5Swiper1 {
  width: 15%;
  height: 100%;
  overflow: hidden;
  margin-right: 0.125rem;
}
.iderCompanyBox5Swiper1 .time {
  font-size: 0.225rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  color: #a4a4a4;
  transition: all 0.3s;
}
.iderCompanyBox5Swiper1 .time::before {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.0125rem;
  margin-right: 0.2125rem;
  background-color: var(--mainColor);
}
.iderCompanyBox5Swiper2 {
  width: calc(100% - 15%);
}
.iderCompanyBox5Swiper2 .text {
  flex: 1;
  margin: 0.75rem 1rem 0 0;
}
.iderCompanyBox5Swiper2 .time {
  position: relative;
  font-size: 0.5rem;
  font-weight: 600;
  color: var(--mainColor);
  width: 100%;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderCompanyBox5Swiper2 .time::after {
  display: block;
  content: "";
  width: 1.1125rem;
  position: absolute;
  left: 0;
  bottom: -0.0125rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
}
.iderCompanyBox5Swiper2 .img {
  width: 7.425rem;
  height: auto;
  overflow: hidden;
}
.iderCompanyBox5Swiper1 .swiper-slide-thumb-active .time {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000;
}
.iderCompanyBox4 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
}
.iderCompanyBox4Con {
  width: 100%;
  height: 8.1rem;
  margin-top: 0.625rem;
}
.iderCompanyBox4Con .lt {
  width: 5.5rem;
  padding: 0.125rem;
  height: 100%;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
  margin-right: 0.25rem;
}
.iderCompanyBox4Con .lt .img {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.iderCompanyBox4Con .lt .text {
  width: 100%;
  padding: 0.75rem 0.25rem 0.375rem 0.25rem;
}
.iderCompanyBox4Con .icon {
  width: auto;
  height: 0.75rem;
  transition: all 0.3s;
  display: block;
  object-fit: contain;
}
.iderCompanyBox4Con .name {
  font-family: var(--font);
  font-size: 0.3rem;
  margin: 0.375rem 0 0.15rem 0;
  color: #000000;
}
.iderCompanyBox4Con ul {
  flex: 1;
  gap: 0.25rem 0.25rem;
  grid-template-columns: repeat(auto-fit, minmax(3.75rem, 1fr));
}
.iderCompanyBox4Con ul li {
  width: 100%;
  max-width: 3.75rem;
  height: 3.925rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.75rem 0.375rem 0.25rem 0.375rem;
  transition: all 0.3s;
  border: solid 1px #e7a330;
}
.iderCompanyBox4Con ul li:hover {
  transform: translateY(-5px);
  background-color: var(--mainColor);
}
.iderCompanyBox4Con ul li:nth-child(3n) .icon {
  height: 0.5125rem;
}
.iderCompanyBox6 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 1.0625rem 0;
}
.iderCompanyBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.75rem;
}

.iderCompanyBox6Swiper .swiper-slide {
  width: 4.1375rem;
  height: auto;
}
.iderCompanyBox6Swiper .img {
  width: 100%;
  height: 5.7125rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.175rem 0.025rem #656565;
}
.iderCompanyBox6-pagination {
  margin-top: 1.125rem;
}
.iderCompanyBox6-pagination .swiper-pagination-bullet {
  width: 0.15rem;
  height: 0.15rem;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s;
}
.iderCompanyBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderCompanyBox7 {
  width: 100%;
  height: auto;
  padding: 1.1875rem 0 1.625rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.iderCompanyBox7 .img {
  width: 9.2375rem;
  height: auto;
  overflow: hidden;
  margin-left: 1.25rem;
  border-radius: 2px;
}
.iderCompanyBox7 .text {
  flex: 1;
  padding-top: 0.375rem;
}
.iderCompanyBox7 .text .com-ls36 {
  margin-top: 0.3125rem;
}
.iderCompanyBox7 .text .com-ls36 p {
  margin-bottom: 0.25rem;
}
.iderCompanyBox8 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1rem 0;
  border-bottom: 1px solid #d9d9d9;
}

.iderCompanyBox8 .top {
  margin-top: 0.875rem;
}
.iderCompanyBox8 .item {
  position: relative;
  width: 100%;
  height: 2.9375rem;
  margin-bottom: 0.05rem;
  overflow: hidden;
}
.iderCompanyBox8 .item .tempWrap {
  width: 100% !important;
}
.iderCompanyBox8 .item::after {
  position: absolute;
  right: 0;
  top: 0;

  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 1),
    transparent
  );
}
.iderCompanyBox8 .item::before {
  position: absolute;
  left: 0;
  top: 0;

  content: "";
  height: 100%;
  width: 25%;
  z-index: 2;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    transparent
  );
}
.iderCompanyBox8 .item ul {
  position: relative;
}
.iderCompanyBox8 .item,
.iderCompanyBox8 .item ul {
  flex-wrap: nowrap;
  overflow: hidden;
}
.iderCompanyBox8 .item li {
  flex-shrink: 0;
  width: 3.95rem;
  height: 2.9375rem;
  margin-right: 0.0625rem;
}
.iderCompanyBox8 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderCompanyBox8 .img img {
  display: block;
}

.iderCompanyBox9 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.iderCompanyBox9 ul {
  width: 100%;
  margin-top: 1.125rem;
  gap: 0.25rem 0.325rem;
  grid-template-columns: repeat(auto-fit, minmax(2.1875rem, 1fr));
}
.iderCompanyBox9 ul li {
  width: 100%;
  max-width: 2.225rem;
  height: 1.175rem;
  padding: 0.1625rem;
  background-color: #fafafa;
  box-shadow: 0px 0px 0.5375rem 0px rgba(101, 101, 101, 0.19);
  border-radius: 0.125rem;
}
.iderCompanyBox9 ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderCoreBox1 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.25rem 0;
}
.iderCoreBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.iderCoreBox1Con .item {
  width: 100%;
  padding: 0.3125rem 0 0.375rem 0;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.iderCoreBox1Con .item::after {
  display: block;
  content: "";
  width: 3.45rem;
  height: 0.0125rem;
  position: absolute;
  left: 0;
  top: -0.0125rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
}
.iderCoreBox1Con .item .img {
  width: 9.7375rem;
  overflow: hidden;
  height: 5.375rem;
  border-radius: 1px;
}
.iderCoreBox1Con .item .text {
  flex: 1;
  padding: 0.125rem 1.125rem 0 0;
}
.iderCoreBox1Con .item .text .tl {
  font-family: var(--font);
  font-size: 0.45rem;
  color: var(--mainColor);
  margin-bottom: 0.1875rem;
}
.iderCoreBox2 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.875rem 0;
  background-color: rgba(238, 168, 18, 0.1);
  border-radius: 2px;
}
.iderCoreBox2 .navItem {
  width: 100%;
  height: auto;
  margin: 0.625rem 0 1rem 0;
}
.iderCoreBox2 .navItem .item {
  width: fit-content;
  padding: 0 0.3125rem;
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  cursor: pointer;
  margin-right: 0.25rem;
  border-radius: 0.375rem;
  border: solid 1px var(--mainColor);
  font-family: var(--font);
  font-size: 0.225rem;
  color: var(--mainColor);
  transition: all 0.3s;
}
.iderCoreBox2 .navItem .item:hover,
.iderCoreBox2 .navItem .item.active {
  background-color: var(--mainColor);
  color: #000;
}
.iderCoreBox2 .navItem .item:last-child {
  margin-right: 0;
}
.iderCoreBox2Con,
.iderCoreBox2Con .item {
  width: 100%;
  height: auto;
}
.iderCoreBox2Con .item {
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}
.iderCoreBox2Con .item.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
.iderCoreBox2Con ul {
  width: 100%;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
}
.iderCoreBox2Con ul li {
  width: 100%;
  max-width: 4.0875rem;
  height: 2.975rem;
  overflow: hidden;
  border-radius: 2px;
}
.iderCoreBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.375rem 0;
  background-color: var(--mainColor);
}
.iderCoreBox3 ul {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  gap: 0.15rem 0.6125rem;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}
.iderCoreBox3 ul li {
  width: 100%;
  height: auto;
  max-width: 5.5rem;
  height: 6.65rem;
  padding: 0.15rem 0.125rem;
  border-radius: 0.125rem;
  border: solid 1px #ffffff;
}
.iderCoreBox3 li .img {
  width: 100%;
  height: 3.8rem;
  overflow: hidden;
}
.iderCoreBox3 li .text {
  width: 100%;
  height: auto;
  padding: 0.5rem 0.375rem 0.125rem 0.25rem;
}
.iderCoreBox3 li .name {
  font-family: var(--font);
  font-size: 0.3rem;
  margin-bottom: 0.075rem;
  color: #000000;
}
.iderCoreBox4 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0 1.25rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderCoreBox4 .img {
  width: 9.75rem;
  height: auto;
  overflow: hidden;
  margin-left: 1.125rem;
  border-radius: 2px;
}
.iderCoreBox4 .text {
  flex: 1;
}
.iderCoreBox4 .text .com-ls30 {
  margin-top: 0.375rem;
}
.iderCoreBox5 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.125rem 0;
}
.iderCoreBox5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  margin-top: 1.125rem;
}
.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.925rem 0;
}
.iderChooseBox1Con {
  width: 100%;
  height: auto;
}
.iderChooseBox1Con .text {
  width: 8.0625rem;
  margin-right: 1.25rem;
}
.iderChooseBox1Con .rt {
  flex: 1;
}
.iderChooseBox1Con .text .com-ls30 {
  margin: 0.125rem 0 0.25rem 0;
}
.iderChooseBox1Con .text .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderChooseBox1Con .rt .tl {
  font-family: var(--font);
  font-size: 0.3rem;
  color: #000000;
}
.iderChooseBox1Con .rt .title {
  margin: 0.25rem 0 0.5rem 0;
}
.iderChooseBox1Con .rt li {
  width: 100%;
  background: url(../images/im1-2.png) left top no-repeat;
  background-size: 0.575rem;
  border-top: 0.0125rem solid rgba(0, 0, 0, 0.1);
  position: relative;
  background-position-y: 0.3125rem;
  padding: 0.275rem 0 0.1875rem 1.0375rem;
  transition: all 0.3s;
}
.iderChooseBox1Con .rt li:hover {
  transform: translateY(-5px);
}
.iderChooseBox1Con .rt li::after {
  display: block;
  position: absolute;
  left: 0;
  top: -0.0125rem;
  width: 0.8625rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
}
.iderChooseBox1Con .rt li strong {
  font-family: var(--font);
  font-size: 0.25rem;
  line-height: 0.3125rem;
  color: #000000;
  font-weight: 400;
}
.iderChooseBox1 .com-mores {
  width: fit-content;
  padding: 0 0.5rem;
  font-weight: 600;
  margin: 0 auto;
  margin-top: 1rem;
}

.iderChooseBox2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.5rem 0;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  background-color: var(--bg);
}
.iderChooseBox2 .com-tl {
  margin-bottom: 0.875rem;
}
.iderChooseBox2 .title {
  font-size: 0.3rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.375rem;
  white-space: nowrap;
}
.iderChooseBox2 .title::after {
  display: block;
  width: 100%;
  height: 1px;
  margin-left: 0.125rem;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.iderChooseBox2Top {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 0.8125rem;
  gap: 0.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderChooseBox2Top::after {
  position: absolute;
  left: 50%;
  top: 2.25rem;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: url(../picture/ic5-3.png) center no-repeat;
  background-size: 1.3125rem 0.8875rem;
  background-color: #e7a330;
  border: solid 0.275rem #f9f9f9;
}
.iderChooseBox2Top .item {
  width: 100%;
  max-width: 8.6rem;
}
.iderChooseBox2Top .item .img {
  width: 100%;
  height: 5.125rem;
  overflow: hidden;
}
.iderChooseBox2Top .item .text {
  width: 100%;
  min-height: 3.65rem;
  padding: 0.325rem 0.625rem 0.125rem 0.5rem;
  background-color: #ffffff;
}
.iderChooseBox2Top .item .text .name {
  font-family: var(--font);
  margin-bottom: 0.1875rem;
  font-size: 0.3rem;
  color: #000000;
}
.iderChooseBox2Bto {
  width: 100%;
  align-items: baseline;
  gap: 0.25rem 0.2875rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderChooseBox2Bto .item {
  width: 100%;
  max-width: 8.6125rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  padding: 0.2875rem 0.375rem;
}
.iderChooseBox2Bto .item .name {
  font-family: var(--font);
  flex: 1;
  margin-right: 0.125rem;
  font-size: 0.25rem;
  color: #000000;
}
.iderChooseBox2Bto .item .tl {
  width: 100%;
  cursor: pointer;
  user-select: none;
  height: auto;
}
.iderChooseBox2Bto .item .gt {
  width: 0.4375rem;
  height: 0.4375rem;
  border: solid 1px #7f7f7f;
  font-family: Poppins;
  border-radius: 50%;
  font-size: 0.375rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.7);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.iderChooseBox2Bto .item.active .gt {
  transform: rotate(90deg);
}
.iderChooseBox2Bto .item .text {
  width: 100%;
  height: auto;
  min-height: 4.925rem;
  display: none;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 0.15rem;
  padding: 0.1875rem 0.5rem 0.125rem 0;
}
.iderChooseBox2Bto .item.active .text {
  display: block;
  border-top: 1px solid #d9d9d9;
}
.iderChooseBox2Bto .item .text .top::after {
  display: block;
  content: "";
  margin: 0.125rem 0;
  background: url(../picture/ic5-4.png) center no-repeat;
  background-size: 0.55rem auto;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: var(--mainColor);
}
.iderChooseBox2 .com-mores {
  margin: 0 auto;
  width: fit-content;
  padding: 0 0.4rem;
  margin-top: 0.8125rem;
}

.iderChooseBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.5rem 0;
}
.iderChooseBox3 ul {
  width: 100%;
  margin-top: 0.875rem;
  gap: 0.3625rem 0.325rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderChooseBox3 ul li {
  width: 100%;
  max-width: 8.6rem;
  height: 4.325rem;
  padding: 0.575rem 0.5rem 0.125rem 0.625rem;
  background-color: #f4f4f4;
  transition: all 0.3s;
  border-radius: 0px 0.625rem 0px 0px;
  transition: all 0.3s;
}
.iderChooseBox3 li .icon {
  width: auto;
  height: 1rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderChooseBox3 li .name {
  font-family: var(--font);
  font-size: 0.3rem;
  margin: 0.325rem 0 0.1875rem 0;
  color: #000000;
}
.iderChooseBox3 li:hover .icon {
  transform: translateY(-5px);
  filter: brightness(0) invert(1);
}
.iderChooseBox3 li:hover {
  transform: translateY(-5px);
  background-color: var(--mainColor);
}
.iderServiceBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.75rem 0;
}
.iderServiceBox1 .top {
  width: 100%;
  margin-top: 0.875rem;
  gap: 0.45rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderServiceBox1 .top .item {
  width: 100%;
  max-width: 8.5375rem;
}
.iderServiceBox1 .top .item .img {
  width: 100%;
  height: 5.375rem;
  overflow: hidden;
  border-radius: 1px;
}
.iderServiceBox1 .top .item .text {
  width: 100%;
  height: auto;
  padding: 0.25rem 0.5rem 0.125rem 0;
}
.iderServiceBox1 .top .item .name {
  font-family: var(--font);
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.1875rem;
}
.iderServiceBox1 .bto {
  width: 100%;
  padding: 0.2125rem 0.25rem;
  background-color: var(--mainColor);
}
.iderServiceBox1 .bto .img {
  width: 9rem;
  height: 5.525rem;
  margin-left: 0.5rem;
  overflow: hidden;
  border-radius: 1px;
}
.iderServiceBox1 .bto .text {
  flex: 1;
  padding-top: 0.2875rem;
}
.iderServiceBox1 .bto .text .name {
  font-family: var(--font);
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.1875rem;
  margin-bottom: 0.325rem;
}
.iderServiceBox1 .bto .text ul {
  width: 100%;
}
.iderServiceBox1 .bto .text ul li {
  width: calc((100% - 0.125rem) / 2);
  height: auto;
  background: url(../images/im1-3.png) no-repeat;
  background-size: 0.5625rem;
  background-position: 95% 0.125rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.625rem 0.375rem 0.125rem 0.2375rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
  margin: 0 0.125rem 0.125rem 0;
  min-height: 2.375rem;
  transition: all 0.3s;
}
.iderServiceBox1 .bto .text ul li:hover {
  transform: translateY(-5px);
}
.iderServiceBox1 .bto .text ul li:nth-child(2n) {
  margin-right: 0;
}
.iderServiceBox1 .bto .text ul li:last-child {
  width: 100%;
  min-height: 1.75rem;
  margin-right: 0;
  padding: 0.3125rem 0.375rem 0.125rem 1.625rem;
  background-position: 7% 0.525rem;
}
.iderServiceBox2 li .text {
  background-color: rgba(255, 255, 255, 0.3);
}

.iderServiceBox2 li .img {
  position: relative;
}
.iderServiceBox2 li .icons {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  padding: 0.25rem;
  background-color: #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.iderServiceBox2 li .icons img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderServiceBox2 li:hover .icons {
  left: 0;
}

.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderServiceBox3 .com-card {
  align-items: flex-start;
}
.iderServiceBox3 .text {
  width: 35%;
  margin-right: 1.375rem;
}
.iderServiceBox3 .text .tl {
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin: 0.15rem 0 0.3125rem 0;
  color: #000000;
}
.iderServiceBox3Swiper {
  width: calc((100% - 35%));
  height: auto;
  overflow: visible;
  overflow-x: clip;
}
.iderServiceBox3Swiper .img {
  width: 100%;
  height: 4.675rem;
  overflow: hidden;
  padding: 0.1125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.4rem 0px rgba(101, 101, 101, 0.25);
  border-radius: 0.025rem;
}
.iderServiceBox3-pagination {
  margin-top: 0.5rem;
}
.iderServiceBox3-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: #616161;
  transition: all 0.3s;
  opacity: 0.5;
}
.iderServiceBox3-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}
.iderServiceBox4 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.iderServiceBox4 ul {
  width: 100%;
  margin-top: 0.75rem;
  gap: 0.25rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderServiceBox4 ul li {
  width: 100%;
  max-width: 5.675rem;
}
.iderServiceBox4 li .img {
  display: block;
  width: 100%;
  height: 4.525rem;
  overflow: hidden;
  border-radius: 2px;
}
.iderServiceBox4 li .text {
  width: 100%;
  height: 3.7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.2125rem 0.5rem 0.5625rem 0.375rem;
  background-color: #f6f6f6;
  border-radius: 2px;
}
.iderServiceBox4 li .text .name {
  font-family: var(--font);
  font-size: 0.3rem;
  color: #000000;
}
.iderServiceBox4 li .mores {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--mainColor);
  font-family: Poppins;
  font-size: 0.45rem;
  color: #000000;
}
.iderSceneBox1 {
  width: 100%;
  height: auto;
  padding: 0.125rem 0 0.75rem 0;
}
.iderSceneBox1 .title {
  width: 100%;
  text-align: center;
  margin-top: 0.15rem;
}
.iderSceneBox1 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  margin: 0.5rem 0 0.3125rem 0;
}
.iderSceneBox1 .ls li {
  margin-bottom: 2%;
}
.iderSceneBox1 .ls li strong {
  font-family: var(--font);
  font-size: 0.225rem;
  color: #000000;
  font-weight: 600;
}
.iderSceneBox1 .bto {
  font-family: var(--font);
  margin-top: 5%;
}
.iderSceneBox2 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 1.25rem 0;
  background-color: var(--mainColor);
}
.iderSceneBox2 .img {
  width: 11rem;
  height: 6.35rem;
  overflow: hidden;
  margin-left: 1rem;
  border-radius: 0.025rem;
}
.iderSceneBox2 .text {
  flex: 1;
}
.iderSceneBox2 .text .com-ls30 {
  margin: 0.3125rem 0 0.625rem 0;
}
.iderSceneBox2 .text .com-mores {
  background-color: transparent;
  border: solid 1px #000000;
}
.iderSceneBox3 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.125rem 0;
}
.iderSceneBox3 .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderSceneBox3Con {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0.75rem;
}
.iderSceneBox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderSceneBox3Swiper .con {
  width: 100%;
  height: 7.3125rem;
  padding: 0.3125rem 0.3125rem 0.4rem 0.3125rem;
  background-color: #f4f4f4;
  border-radius: 2px;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.iderSceneBox3Swiper .con .img,
.iderProductDelBox4 li .img {
  width: 100%;
  height: 4.125rem;
  overflow: hidden;
}
.iderSceneBox3Swiper .con .img img,
.iderProductDelBox4 li img {
  width: 80%;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderSceneBox3Swiper .con .name,
.iderProductDelBox4 li .name {
  font-family: var(--font);
  font-size: 0.225rem;
  color: #000000;
  flex: 1;
}
.iderSceneBox3Swiper .con .mores,
.iderProductDelBox4 li .mores {
  width: 0.625rem;
  border-radius: 50%;
  height: 0.625rem;
  opacity: 0;
  border: solid 1px #f4f4f4;
  font-family: Poppins;
  font-size: 0.45rem;
  color: #ffffff;
  transform: translateX(50%);
  transition: all 0.3s;
}
.iderSceneBox3Swiper .con:hover,
.iderProductDelBox4 li:hover {
  background-color: var(--mainColor);
}
.iderSceneBox3Swiper .con:hover .mores,
.iderProductDelBox4 li:hover .mores {
  opacity: 1;
  transform: translateX(0);
}
.iderSceneBox3Swiper .con .text {
  width: 100%;
  margin-top: 0.3125rem;
}
.iderSceneBox3-prev,
.iderSceneBox3-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: Poppins;
  font-size: 0.45rem;
  cursor: pointer;
  color: #000000;
}
.iderSceneBox3-prev:hover,
.iderSceneBox3-next:hover {
  color: var(--mainColor);
}
.iderSceneBox3-prev {
  left: -0.75rem;
}
.iderSceneBox3-next {
  right: -0.75rem;
}
.iderSceneBox4 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0;
  background-color: #f4f4f4;
}
.iderSceneBox4 ul {
  width: 100%;
  margin-top: 0.8375rem;
  gap: 0.2875rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderSceneBox4 ul li {
  width: 100%;
  height: auto;
  max-width: 8.6125rem;
}
.iderSceneBox4 li .img {
  width: 100%;
  height: 5.85rem;
  overflow: hidden;
  border-radius: 2px;
}
.iderSceneBox4 li .name {
  width: 100%;
  font-family: var(--font);
  font-size: 0.3rem;
  padding: 0.25rem;
  color: #000000;
  text-align: center;
}

.iderSceneBox5 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.3125rem 0;
}
.iderSceneBox5 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderSceneBox5Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
  margin-top: 0.5625rem;
}

.iderSceneBox5Swiper .img {
  width: 100%;
  height: 5.4rem;
  padding: 0.125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.4rem 0px rgba(101, 101, 101, 0.26);
  border-radius: 0.125rem;
  overflow: hidden;
}
.iderSceneBox5Swiper .bottom {
  margin-top: 0.75rem;
}
.iderSceneBox5-prev {
  margin-right: 0.125rem;
}
.iderSceneBox6 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 1.125rem 0;
}
.iderSceneBox6Com {
  width: 100%;
  height: auto;
  gap: 0.35rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  margin-top: 0.5875rem;
}
.iderSceneBox6Com .items {
  width: 100%;
  max-width: 8.5875rem;
}
.iderSceneBox6Com .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.1125rem;
  background-color: #f4f4f4;
}
.iderSceneBox6Com .item .name {
  flex: 1;
  margin-right: 0.125rem;
  font-size: 0.225rem;
  color: #000000;
  cursor: pointer;
}
.iderSceneBox6Com .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.275rem 0.375rem;
}
.iderSceneBox6Com .item .text {
  width: 100%;
  display: none;
  height: auto;
  padding: 0.375rem 0.75rem 0.375rem 0.375rem;
}

.iderSceneBox6Com .item.active {
  border: solid 1px #e5e5e5;
}
.iderSceneBox6Com .item .gt {
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
  border: solid 0.0125rem #7f7f7f;
  font-family: Poppins;
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.7);
}
.iderSceneBox6Com .item.active .gt {
  transform: rotate(90deg);
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}

.iderProductDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 1rem 0;
  background-color: var(--bg);
}
.iderProductDelBox1 .lt {
  width: 8.8rem;
  margin-right: 0.85rem;
}
.iderProductDelBox1Swiper1 {
  width: 100%;
  height: 7.5rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.iderProductDelBox1Swiper1 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0.3625rem;
}
.iderProductDelBox1Swiper1 .img img {
  width: auto;
  object-fit: contain;
}
.iderProductDelBox1Swiper2 {
  width: 100%;
  height: auto;
  margin-top: 0.0625rem;
}
.iderProductDelBox1Swiper2 .img {
  width: 100%;
  height: 1.7125rem;
  cursor: pointer;
  padding: 0.25rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  transition: all 0.3s;
}

.iderNavBox1.innerDel {
  background-color: var(--bg);
}
.iderProductDelBox1Swiper2 .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.iderProductDelBox1Swiper2 .videos {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  cursor: pointer;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.iderProductDelBox1Swiper2 .videos::after {
  display: block;
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  position: absolute;
  background: url(../images/im1-4.png) no-repeat;
  background-size: contain;
}

.iderProductDelBox1Swiper2 .swiper-slide-thumb-active .img {
  border-color: var(--mainColor);
}

.iderProductDelBox1 .text .title {
  margin: 0.1875rem 0 0.4375rem 0;
}
.iderProductDelBox1 .text .table .tl {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.375rem;
  margin-bottom: 0.125rem;
  color: #000000;
}
.iderProductDelBox1 .text {
  flex: 1;
  padding-top: 0.3125rem;
}
.iderProductDelBox1 .text .com-tl {
  font-size: 0.6rem;
}
.iderProductDelBox1 .text .table,
.iderProductDelBox1 .text table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.iderProductDelBox1 .text table tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}
.iderProductDelBox1 .text table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.iderProductDelBox1 .text table td {
  font-size: 0.2rem;
  height: 0.4875rem !important;
  color: #000000;
}

.iderProductDelBox1 .inquerys {
  width: 2rem;
  cursor: pointer;
  height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  line-height: 0.75rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.iderProductDelBox1 .bottom {
  margin-top: 0.5rem;
}
.iderProductDelBox1 .downs {
  cursor: pointer;
  width: 2.6125rem;
  height: 0.75rem;
  background-color: #484848;
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  color: #ffffff;
  margin-left: 0.125rem;
  transition: all 0.3s;
}
.iderProductDelBox1 .downs::before {
  display: block;
  content: "";
  margin-right: 0.1375rem;
  width: 0.25rem;
  height: 0.2625rem;
  background: url(../images/im1-5.png) no-repeat;
  background-size: contain;
}

.iderProductDelBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
  transition: all 0.3s;
}

.iderProductDelBox2.fixed {
  position: fixed;
  z-index: 33;
  top: 0;
  left: 0;
  background-color: var(--bg);
  box-shadow: 0 0 0.375rem 0.0625rem rgba(201, 198, 198, 0.7);
  animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.iderProductDelBox2 .com-card {
  border-bottom: 0.0125rem solid #bfbfbf;
}
.iderProductDelBox2 a {
  display: block;
  font-size: 0.225rem;
  font-weight: 600;
  letter-spacing: 0.0125rem;
  color: #484848;
  margin-right: 0.5625rem;
  padding-bottom: 0.25rem;
  position: relative;
}
.iderProductDelBox2 a::after {
  position: absolute;
  left: 0;
  bottom: -0.0125rem;
  display: block;
  content: "";
  width: 0%;
  height: 0.0375rem;
  background-color: var(--mainColor);
  border-radius: 0.025rem;
  transition: all 0.3s;
}
.iderProductDelBox2 a:hover::after,
.iderProductDelBox2 a.active::after {
  width: 100%;
}
.iderProductDelBox2 a:hover,
.iderProductDelBox2 a.active {
  color: var(--mainColor);
}
.iderProductDelBox2 a:last-child {
  margin-right: 0;
}
.iderProductDelBox3Item1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.375rem 0;
}
.iderProductDelBox3Item1 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(161, 159, 159, 0.3);
}
.iderProductDelBox3Item2 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.375rem 0;
}
.iderProductDelBox3Item2 .com-card,
.iderProductDelBox3Item3 .com-card,
.iderProductDelBox3Item4 .com-card,
.iderProductDelBox3Item5 .com-card {
  border-bottom: 1px solid rgba(161, 159, 159, 0.3);
  padding-bottom: 0.875rem;
}
.iderProductDelBox3Item2 .table {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-top: 0.4375rem;
}
.iderProductDelBox3Item2 table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.iderProductDelBox3Item2 table td {
  font-size: 0.225rem !important ;
  color: #000000;
  height: 0.75rem !important;
  background-color: #f4f4f4;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.iderProductDelBox3Item2 table tr:first-child td {
  background-color: var(--mainColor);
  color: #000;
}
.iderProductDelBox3Item2 table tr:hover td {
  background-color: var(--mainColor) !important;
  color: #fff !important;
}
.iderProductDelBox3Item2 table td img {
  width: auto;
  height: 2.6375rem;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.iderProductDelBox3Item3 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.iderProductDelBox3Item3 .videos {
  width: 100%;
  position: relative;
  height: auto;
  cursor: pointer;
  margin-top: 0.5rem;
  overflow: hidden;
}
.iderProductDelBox3Item3 .videos .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.iderProductDelBox3Item3 .videos .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
  width: 1.1625rem;
  height: 1.1625rem;
  transition: all 0.5s;
  cursor: pointer;
}
.iderProductDelBox3Item4 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.iderProductDelBox3Item4 .con {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  border: 1px solid #d9d9d9;
}
.iderProductDelBox3Item4 .top {
  width: 100%;

  height: auto;
  gap: 0.875rem;
  padding-bottom: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  border-bottom: 1px solid #d9d9d9;
}
.iderProductDelBox3Item4 .top .item {
  width: 100%;
  max-width: 8.2875rem;
}
.iderProductDelBox3Item4 .top .item .img {
  width: 100%;
  height: 7.475rem;
  overflow: hidden;
  border-radius: 2px;
}
.iderProductDelBox3Item4 .top .item .text {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0.375rem 0.125rem 0.375rem;
}
.iderProductDelBox3Item4 .top .item .name {
  font-size: 0.375rem;
  font-family: var(--font);
  color: var(--mainColor);
  margin-bottom: 0.25rem;
  text-align: center;
}
.iderProductDelBox3Item4 .top .item .com-ls30 {
  width: 69%;
  margin: 0 auto;
  text-align: center;
}
.iderProductDelBox3Item4 .bto {
  width: 100%;
  height: auto;
  padding: 0.2875rem;
}
.iderProductDelBox3Item4 .bto img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.iderProductDelBox3Item5 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.375rem 0;
}
.iderProductDelBox3Item5 ul {
  width: 100%;
  margin-top: 0.5rem;
  gap: 0.3125rem;
  grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr));
}
.iderProductDelBox3Item5 ul li {
  width: 100%;
  max-width: 5.7125rem;
  padding-right: 0.3125rem;
  border-right: 1px solid #d9d9d9;
}
.iderProductDelBox3Item5 li .img {
  width: 100%;
  height: 3.775rem;
  overflow: hidden;
}
.iderProductDelBox3Item5 li .name {
  width: 100%;
  padding: 0.3125rem 0;
  font-family: var(--font);
  font-size: 0.225rem;
  color: #000000;
}
.iderProductDelBox3Item5 li:last-child {
  padding-right: 0;
  border-right: none;
}
.iderProductDelBox4 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 1.25rem 0;
}
.iderProductDelBox4 ul {
  width: 100%;
  margin-top: 0.5rem;
  gap: 0.625rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderProductDelBox4 ul li {
  width: 100%;
  max-width: 5.425rem;
  height: 7.3125rem;
  background-color: #f4f4f4;
  border-radius: 0.025rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0.3125rem 0.3125rem 0.4rem 0.3125rem;
}
.iderProductDelBox4 ul li .img img {
  width: 70%;
}
.iderProductBox2 {
  width: 100%;
  height: auto;
  padding: 1.025rem 0 0.6875rem 0;
}
.iderProductBox2 .text {
  flex: 1;
}
.iderProductBox2 .img {
  width: 10.5rem;
  overflow: hidden;
  height: 5.7875rem;
  margin-left: 1.1875rem;
}
.iderProductBox2 .text .tl {
  font-family: var(--font);
  font-size: 0.3rem;
  margin: 0.3125rem 0;
  color: #ffffff;
}
.iderProductBox2 .text .com-mores {
  margin-top: 0.5rem;
}
.iderProductBox3 {
  width: 100%;
  height: auto;
  padding: 0.65rem 0 0.6875rem 0;
}
.iderProductBox3 .bottom {
  margin-top: 0.4rem;
}
.iderProductBox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderProductBox3Swiper .con {
  width: 100%;
  height: auto;
}
.iderProductBox3-next {
  margin-left: 0.125rem;
}
.iderProductBox3Swiper .con .img {
  width: 100%;
  height: 5.575rem;
  background-color: #f4f4f4;
  border-radius: 0.025rem;
  overflow: hidden;
  padding: 0.425rem;
}
.iderProductBox3Swiper .con .img img {
  width: auto;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductBox3Swiper .con .text {
  width: 100%;
  height: 2.125rem;
  background-color: #f4f4f4;
  border-radius: 0.025rem;
  display: flex;
  flex-direction: column;
  margin-top: 1px;
  justify-content: space-between;
  padding: 0.25rem 0.125rem 0.4375rem 0.125rem;
}
.iderProductBox3Swiper .con .text .mores {
  display: block;
  width: 2.175rem;
  height: 0.7rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.7rem;
  color: #000000;
  transition: all 0.3s;
}

.iderProductBox3Swiper .con .name {
  display: block;
  width: 100%;
  font-family: var(--font);
  font-size: 0.225rem;
  color: #000000;
  text-align: center;
}
.iderProductBox3Swiper .con .text .inquires {
  display: block;
  cursor: pointer;
  width: 2.175rem;
  height: 0.7rem;
  border-radius: 0.0625rem;
  border: solid 0.0125rem #000000;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.7rem;
  color: #000000;
  margin-left: 0.1125rem;
  transition: all 0.3s;
}

.iderProductBox4 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
  background-color: var(--mainColor);
}
.iderProductBox4Con {
  width: 100%;
  height: auto;
  margin-top: 1.125rem;
}
.iderProductBox4Con .img {
  width: 9.4875rem;
  padding: 0.3125rem;
  height: 6.0375rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin-left: 1.375rem;
}
.iderProductBox4Con .img img {
  object-fit: contain;
}
.iderProductBox4Con .text {
  flex: 1;
}
.iderProductBox4Con .text li {
  width: 100%;
  border-top: 2px solid #000;
  padding: 0.25rem 0;
  margin-bottom: 0.3125rem;
}
.iderProductBox4Con .text li .name {
  font-size: 0.3rem;
  margin-bottom: 0.125rem;
  font-weight: 600;
  color: #000000;
}
.iderProductBox5 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
}
.iderProductBox5 .iderChooseBox2Top {
  margin-top: 0.625rem;
}
.iderProductBox5 .iderChooseBox2Top .text {
  min-height: 3.65rem;
  border: solid 0.0125rem #d9d9d9;
}
.iderProductBox6 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
}
.iderProductBox6 ul {
  width: 100%;
  margin-top: 0.75rem;
  gap: 0.4125rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderProductBox6 ul li {
  width: 100%;
  max-width: 5.5625rem;
}
.iderProductBox6 li .img {
  display: block;
  width: 100%;
  height: 3.8125rem;
  overflow: hidden;
}
.iderProductBox6 li .text {
  width: 100%;
  height: 1.125rem;
  padding: 0 0.25rem;
  background-color: rgba(241, 146, 4, 0.1);
}
.iderProductBox6 li .text .name {
  font-family: var(--mainColor);
  flex: 1;
  margin-right: 0.125rem;
  font-size: 0.225rem;
  color: #ffffff;
}
.iderProductBox6 .com-tl {
  color: var(--mainColor);
}
.iderProductBox6 li .text .mores {
  width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(241, 146, 4, 0.3);
  border-radius: 50%;
  font-family: Poppins;
  font-size: 0.45rem;
  color: #ffffff;
}
.iderSceneBox6.inner {
  padding: 1.125rem 0;
}

.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.25rem 0;
}
.iderProductBox1Top {
  width: 100%;
  height: auto;
  padding-bottom: 0.4375rem;
  border-bottom: 0.0125rem solid #e5e5e5;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}
.iderProductBox1Top .item {
  position: relative;
  width: 100%;
  max-width: 5.625rem;
  height: 0.65rem;
  background-color: #f4f4f4;
  border-radius: 0.025rem;
  border: solid 1px #e5e5e5;
}
.iderProductBox1Top .item select {
  width: 100%;
  border: none;
  display: block;
  background-color: transparent;
  height: 100%;
  font-size: 0.2rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  padding-left: 0.125rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-box:hover::after {
  border-top: 0.0875rem solid var(--mainColor);
}
.select-box::after {
  content: "";
  position: absolute;
  right: 0.1875rem;
  top: 50%;
  transform: translateY(-20%);
  width: 0;
  height: 0;
  transition: all 0.3s;
  border-left: 0.075rem solid transparent;
  border-right: 0.075rem solid transparent;
  border-top: 0.0875rem solid #333;
  pointer-events: none;
}
.select-box:hover select {
  border-color: #ccc;
}
.select-box select:focus {
  border-color: var(--mainColor);
}
.iderProductBox1Top .item select:focus {
  outline: none;
  border-color: var(--mainColor);
}
.iderProductBox1Top .item select option {
  font-size: 0.2rem;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
}
.iderProductBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.1875rem;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderProductBox1Con .name,
.iderProductBox1Bto .name {
  font-size: 0.225rem;
  margin-right: 0.3125rem;
  font-weight: 600;
  color: #000000;
}
.iderProductBox1Con .rt {
  flex: 1;
  gap: 0.125rem;
  grid-template-columns: repeat(auto-fit, minmax(1.5625rem, 1fr));
}
.iderProductBox1Con .rt .item {
  width: 100%;
  max-width: 1.5625rem;
  height: 0.6125rem;
}
.iderProductBox1Con .rt .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s;
}
.iderProductBox1Bto {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
}
.iderProductBox1Bto .rt {
  flex: 1;
}
.iderProductBox1Bto .rt .item {
  width: fit-content;
  padding: 0 0.375rem;
  margin: 0 0.25rem 0.125rem 0;
  height: 0.65rem;
  line-height: 0.65rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
  border: solid 1px #d9d9d9;
  font-size: 0.225rem;
  text-align: center;
  color: #000000;
  position: relative;
  transition: all 0.3s;
}
.iderProductBox1Bto .rt .item::after {
  position: absolute;
  right: -0.0125rem;
  bottom: 0;
  display: block;
  content: "\2714";
  font-size: 0.25rem;
  color: #000;
  width: 0.475rem;
  height: 0.45rem;
  padding-left: 0.1375rem;
  background-color: var(--mainColor);
  opacity: 0;
  transition: all 0.3s;
  clip-path: polygon(0 99%, 100% 0, 100% 0, 100% 100%, 0 100%);
}
.iderProductBox1Bto .rt .item:last-child {
  margin-right: 0;
}
.iderProductBox1Bto .rt .item:hover,
.iderProductBox1Bto .rt .item.active {
  border-color: var(--mainColor);
}
.iderProductBox1Bto .rt .item:hover::after,
.iderProductBox1Bto .rt .item.active::after {
  opacity: 1;
}
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
  .headerTop .com-card,
  .iderIndexBox3 .com-card {
    width: 17.5rem;
  }
  .headerSwiper .img {
    width: 60%;
    margin-top: 2%;
  }
  .headerSwiper .text .title {
    font-size: 0.45rem;
    line-height: 0.475rem;
  }
  .iderIndexBox3Con .item {
    width: 8.375rem;
    height: 6.25rem;
  }
  .iderIndexBox6 .lt {
    padding: 0 0.4rem 1.25rem 4%;
  }
  .iderCompanyBox1 .img {
    width: 50%;
  }
  .iderCompanyBox1 .text {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .header {
    display: none;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  body {
    padding-top: 60px !important;
  }
  .iderProductDelBox2.fixed {
    top: 60px;
  }

  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .com-tl,
  .headerSwiper .text .title,
  .iderIndexBox7 .text .com-tl,
  .iderCompanyBox2 .text .com-tl,
  .iderCompanyBox2 .img .name,
  .iderCompanyBox5Swiper2 .time,
  .iderProductDelBox1 .text .com-tl,
  .iderChooseBox1Con .rt .tl {
    font-size: 18px;
    line-height: 1.6;
  }
  .headerSwiper .text .tl,
  .iderCompanyBox2 .text .tl,
  .iderServiceBox3 .text .tl,
  .iderServiceBox4 li .text .name,
  .iderChooseBox3 li .name {
    font-size: 16px;
    line-height: 1.4;
  }
  .iderCompanyBox2 .img .name strong {
    font-size: 14px;
  }
  .headerSwiper .text .ls {
    line-height: 25px;
    text-align: center;
  }
  .headerSwiper .img {
    width: 40%;
    margin-top: 10px;
    height: auto;
  }
  .com-mores {
    width: fit-content !important;
    padding: 0 20px;
    height: 38px !important;
    line-height: 38px !important;
  }
  .iderIndexBox1 li .name,
  .iderIndexBox3Con .item .name,
  .iderIndexBox6Swiper .img .name,
  .iderCompanyBox3Swiper .text .name,
  .iderCompanyBox4Con .name,
  .iderCoreBox1Con .item .text .tl,
  .iderCoreBox3 li .name,
  .iderPartnerBox1 .text .tl,
  .iderPartnerBox3 .text .tl,
  .iderPartnerBox4 li .text .name,
  .iderProductBox2 .text .tl,
  .iderProductBox4Con .text li .name,
  .iderChooseBox2Top .item .text .name,
  .iderProductDelBox3Item4 .top .item .name,
  .iderServiceBox1 .top .item .name,
  .iderSceneBox4 li .name,
  .iderChooseBox1Con .rt li strong,
  .iderChooseBox2Bto .item .name {
    font-size: 16px;
  }
  .com-ls36,
  .com-ls36 p,
  .com-ls36 div {
    line-height: 26px;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox4,
  .iderIndexBox5,
  .iderIndexBox6,
  .iderCompanyBox1,
  .iderCompanyBox2,
  .iderCompanyBox3,
  .iderCompanyBox4,
  .iderCompanyBox5,
  .iderCompanyBox6,
  .iderCompanyBox7,
  .iderCompanyBox8,
  .iderCompanyBox9,
  .iderCoreBox1,
  .iderCoreBox2,
  .iderCoreBox3,
  .iderCoreBox4,
  .iderCoreBox5,
  .iderPartnerBox1,
  .iderPartnerBox2,
  .iderPartnerBox3,
  .iderPartnerBox4,
  .iderPartnerBox5,
  .iderProductBox1,
  .iderProductBox2,
  .iderProductBox3,
  .iderProductBox4,
  .iderProductBox5,
  .iderProductBox6,
  .iderSceneBox6.inner,
  .iderSceneBox6,
  .iderProductDelBox1,
  .iderProductDelBox4,
  .iderServiceBox3,
  .iderServiceBox4,
  .iderSceneBox2,
  .iderSceneBox3,
  .iderSceneBox4,
  .iderSceneBox5,
  .iderChooseBox1,
  .iderChooseBox2,
  .iderChooseBox3 {
    padding: 20px 0;
  }
  .iderProductDelBox3Item1,
  .iderProductDelBox3Item2,
  .iderProductDelBox3Item3,
  .iderProductDelBox3Item4,
  .iderProductDelBox3Item5,
  .iderServiceBox1,
  .iderSceneBox1 {
    padding: 10px 0;
  }
  .iderProductDelBox3Item1 .com-card,
  .iderProductDelBox3Item2 .com-card,
  .iderProductDelBox3Item3 .com-card,
  .iderProductDelBox3Item4 .com-card,
  .iderProductDelBox3Item5 .com-card,
  .iderSceneBox5 .com-card {
    padding-bottom: 20px;
  }
  .iderIndexBox1 ul,
  .iderIndexBox2Con,
  .iderIndexBox3Con,
  .iderIndexBox2Con .bottom,
  .iderIndexBox4 .videos,
  .iderIndexBox5Top,
  .iderIndexBox6Swiper,
  .iderCompanyBox1 .text .com-mores,
  .iderCompanyBox3Swiper,
  .iderCompanyBox4Con,
  .iderCompanyBox5Con,
  .iderCompanyBox6Swiper,
  .iderCompanyBox6-pagination,
  .iderCompanyBox8 .top,
  .iderCompanyBox9 ul,
  .iderCoreBox3 ul,
  .iderCoreBox5 .bg,
  .iderPartnerBox4 ul,
  .iderPartnerBox5 form,
  .iderProductBox4Con,
  .iderProductBox5 .iderChooseBox2Top,
  .iderProductBox6 ul,
  .iderSceneBox6Com,
  .iderProductDelBox1 .bottom,
  .iderProductDelBox3Item2 .table,
  .iderProductDelBox3Item3 .videos,
  .iderProductDelBox3Item4 .con,
  .iderProductDelBox3Item5 ul,
  .iderProductDelBox4 ul,
  .iderServiceBox1 .top,
  .iderServiceBox3Swiper,
  .iderServiceBox4 ul,
  .iderSceneBox3Con,
  .iderSceneBox4 ul,
  .iderSceneBox5Swiper,
  .iderSceneBox5Swiper .bottom,
  .iderChooseBox1 .com-mores,
  .iderChooseBox2 .com-mores,
  .iderChooseBox3 ul {
    margin-top: 15px;
  }
  .iderIndexBox1 ul li,
  .iderIndexBox4 .top ul li,
  .iderCompanyBox4Con ul li,
  .iderCompanyBox9 ul li,
  .iderCoreBox2Con ul li,
  .iderCoreBox3 ul li,
  .iderPartnerBox2 ul li,
  .iderPartnerBox4 ul li,
  .iderPartnerBox5 .item input,
  .iderProductBox1Top .item,
  .iderProductBox6 ul li,
  .iderSceneBox6Com .items,
  .iderProductDelBox3Item4 .top .item,
  .iderProductDelBox3Item5 ul li,
  .iderProductDelBox4 ul li,
  .iderServiceBox1 .top .item,
  .iderServiceBox4 ul li,
  .iderChooseBox2Top .item,
  .iderChooseBox2Bto .item,
  .iderChooseBox3 ul li {
    max-width: 100%;
  }
  .iderIndexBox2Swiper .con,
  .iderIndexBox5Top,
  .iderCompanyBox2 .img,
  .iderCompanyBox4Con,
  .iderCompanyBox4Con .lt .img,
  .iderCompanyBox5Con,
  .iderCoreBox1Con .item .img,
  .iderCoreBox2Con ul li,
  .iderCoreBox3 li .img,
  .iderProductBox2 .img,
  .iderProductBox4Con .img,
  .iderChooseBox2Top .item .img,
  .iderProductBox6 li .img,
  .iderProductDelBox3Item4 .top .item .img,
  .iderProductDelBox3Item5 li .img,
  .iderProductDelBox4 ul li,
  .iderServiceBox1 .top .item .img,
  .iderServiceBox1 .bto .img,
  .iderServiceBox4 li .img,
  .iderServiceBox4 li .text,
  .iderSceneBox2 .img,
  .iderSceneBox4 li .img,
  .iderSceneBox5Swiper .img,
  .iderChooseBox3 ul li {
    height: auto;
  }
  .iderIndexBox4 .top,
  .iderIndexBox5Top,
  .iderIndexBox6,
  .footer .top .com-card,
  .footer .con .com-card,
  .footer .bto .com-card,
  .iderCompanyBox1,
  .iderCompanyBox2 .com-card,
  .iderCompanyBox4Con,
  .iderCompanyBox5Con,
  .iderCompanyBox7 .com-card,
  .iderCoreBox1Con .item,
  .iderCoreBox4 .com-card,
  .iderPartnerBox1 .com-card,
  .iderPartnerBox3Con,
  .iderProductBox2 .com-card,
  .iderProductBox4Con,
  .iderProductDelBox1 .com-card,
  .iderServiceBox1 .bto,
  .iderServiceBox3 .com-card,
  .iderSceneBox2 .com-card,
  .iderChooseBox1Con {
    flex-wrap: wrap;
  }
  .iderIndexBox4 .top ul,
  .iderCompanyBox2 .text,
  .iderCompanyBox7 .text,
  .iderCoreBox1Con .item .text,
  .iderCoreBox4 .text,
  .iderPartnerBox1 .text,
  .iderProductBox2 .text,
  .iderProductBox4Con .text,
  .iderProductDelBox1 .text,
  .iderServiceBox1 .bto .text,
  .iderSceneBox2 .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox2 .title,
  .iderIndexBox3 .title,
  .iderIndexBox4 .top .lt,
  .iderIndexBox5Swiper,
  .iderIndexBox5Top .img,
  .iderIndexBox6 .lt,
  .iderIndexBox6Swiper,
  .footer .con ul,
  .footer .bto .com-ls30,
  .iderCompanyBox1 .text,
  .iderCompanyBox1 .img,
  .iderCompanyBox3Swiper .text .com-ls24,
  .iderCompanyBox4Con .lt,
  .iderCompanyBox5Swiper2,
  .iderCompanyBox5Swiper1,
  .iderCompanyBox7 .img,
  .iderCoreBox4 .img,
  .iderPartnerBox1 .img,
  .iderProductDelBox3Item4 .top .item .com-ls30,
  .iderServiceBox3 .text,
  .iderServiceBox3Swiper,
  .iderSceneBox3 .title,
  .iderChooseBox1Con .text {
    width: 100%;
  }
  .iderIndexBox2 .title,
  .iderIndexBox3 .title {
    margin-top: 6px;
  }
  .iderIndexBox4 .top .lt,
  .iderCompanyBox4Con .lt,
  .iderCompanyBox5Swiper1 {
    margin: 0 0 15px 0;
  }
  .iderIndexBox5Top .img,
  .iderCompanyBox1 .img,
  .iderCompanyBox7 .img,
  .iderCoreBox4 .img,
  .iderPartnerBox1 .img,
  .iderProductBox2 .img,
  .iderProductBox4Con .img,
  .iderServiceBox1 .bto .img,
  .iderSceneBox2 .img {
    margin: 15px 0 0;
  }
  .iderIndexBox1 li .icon {
    width: 55px;
  }
  .iderIndexBox1 li .name {
    padding-bottom: 10px;
    margin: 15px 0 10px 0;
  }
  .iderIndexBox2-prev,
  .iderIndexBox2-next {
    position: static;
    transform: translate(0);
  }
  .iderCoreBox4 .text .com-ls30 {
    margin-top: 8px;
  }
  .iderCompanyBox9 ul,
  .iderCoreBox2Con ul,
  .iderCoreBox3 ul,
  .iderPartnerBox2 ul,
  .iderPartnerBox4 ul,
  .iderProductDelBox4 ul {
    gap: 12px;
  }
  .iderIndexBox4 .top ul {
    gap: 15px;
  }
  .iderIndexBox3Con .item {
    width: 100%;
    margin: 0 0 12px 0 !important;
  }
  .iderIndexBox4 .top li .counter {
    font-size: 30px;
  }
  .iderIndexBox4 .videos .icon {
    height: 57px;
    width: 57px;
  }
  .iderIndexBox5Swiper .swiper-slide,
  .iderChooseBox2Top .item .text {
    padding: 4%;
  }
  .iderIndexBox5Swiper .com-ls30 p,
  .iderCompanyBox1 .text .com-ls30 p,
  .iderCompanyBox7 .text .com-ls36 p {
    margin-bottom: 4px;
  }
  .iderIndexBox5Top {
    margin-bottom: 15px;
  }
  .iderIndexBox6 .lt,
  .iderCompanyBox1 .text {
    padding: 0 4%;
  }
  .iderIndexBox6 .lt .top {
    margin: 0 0 15px 0;
  }
  .iderIndexBox6Swiper .text {
    padding: 2% 4%;
  }
  .iderIndexBox7 .text .com-tl {
    margin-bottom: 5px;
  }
  .footer .top,
  .footer .con,
  .footer .bto {
    padding: 3% 0;
  }
  .footer .con .form {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .footer .con li .name {
    margin-bottom: 15px;
  }
  .iderCompanyBox1 .text .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderCompanyBox7 .text .com-ls36 {
    margin: 6px;
  }

  .footer .con ul li:last-child {
    width: 50%;
  }
  .footer .bto .com-ls30 {
    text-align: center;
  }
  .footLink {
    width: 100%;
    margin-top: 10px;
    justify-content: center;
  }
  .iderCompanyBox2 .text,
  .iderCompanyBox7 .text {
    padding: 0;
  }
  .iderCompanyBox2 .img .texts {
    bottom: 24%;
  }
  .iderCompanyBox5Swiper2 .img {
    width: 50%;
  }
  .iderCompanyBox5Swiper2 .time {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .iderCoreBox1Con .item .text {
    padding: 0 0 15px 0;
  }
  .iderCoreBox2 .navItem {
    margin: 15px 0;
  }
  .iderCoreBox2 .navItem .item {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
  }
  .iderProductBox6 ul,
  .iderSceneBox6Com,
  .iderProductDelBox3Item4 .top,
  .iderServiceBox1 .top,
  .iderChooseBox3 ul {
    gap: 12px;
  }
  .iderCoreBox3 ul,
  .iderPartnerBox4 ul,
  .iderProductBox6 ul,
  .iderProductDelBox3Item5 ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderSceneBox6Com,
  .iderChooseBox3 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderPartnerBox5 .item {
    gap: 10px;
    margin-bottom: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderPartnerBox1 .text .tl {
    margin: 8px 0 10px 0;
  }
  .iderPartnerBox1 {
    padding-top: 0;
  }
  .iderPartnerBox2 .icon {
    width: 45px;
  }
  .iderPartnerBox2 li .gt {
    right: -26px;
  }
  .iderPartnerBox3 .text {
    position: static;
    transform: translate(0);
  }
  .iderPartnerBox3 .text {
    width: 100%;
    padding: 4%;
    height: auto;
  }
  .iderPartnerBox3 .text .tl {
    margin-bottom: 10px;
  }
  .iderProductBox1Top {
    padding-bottom: 10px;
  }
  .iderProductBox2 .text .tl {
    margin: 10px 0;
  }
  .iderProductBox2 .text .com-mores {
    margin-top: 15px;
  }
  .iderProductBox4Con .text li {
    margin-bottom: 0;
  }
  .iderChooseBox2Top,
  .iderServiceBox3 .text {
    margin: 0;
  }
  .iderChooseBox2Top::after {
    width: 80px;
    height: 80px;
    background-size: 37px;
    border: solid 7px #f9f9f9;
  }
  .iderSceneBox6Com .item .text,
  .iderProductDelBox3Item4 .top .item .text,
  .iderServiceBox4 li .text,
  .iderChooseBox3 ul li {
    padding: 4%;
  }
  .iderServiceBox4 li .text .com-ls24 {
    margin: 10px 0 15px 0;
  }
  .iderSceneBox6Com .item .tl {
    padding: 10px 4%;
  }
  .iderProductDelBox1 .lt {
    width: 80%;
    margin: 0;
  }
  .iderProductDelBox1 .text .title {
    margin: 6px 0 10px 0;
  }
  .iderProductDelBox1 .inquerys,
  .iderProductDelBox1 .downs {
    width: fit-content;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
  }
  .iderProductDelBox2 a {
    padding-bottom: 5px;
    margin: 0 3% 5px 0;
  }
  .iderProductDelBox3Item2 table td {
    padding: 0 10px;
  }
  .iderProductDelBox3Item4 .top .item .name {
    margin-bottom: 5px;
  }
  .iderProductDelBox3Item5 ul li,
  .iderServiceBox1 .bto .text {
    padding: 0;
    border: none;
  }
  .iderServiceBox3 .text .tl,
  .iderSceneBox2 .text .com-ls30,
  .iderChooseBox1Con .rt .title {
    margin: 6px 0 12px 0;
  }
  .iderSceneBox1 img {
    margin: 10px 0;
  }
  .iderChooseBox1Con .text {
    margin: 0 0 15px 0;
  }
  .iderChooseBox1Con .rt li {
    background-size: 30px;
    padding: 10px 0 10px 40px;
  }
  .iderChooseBox2 .com-tl {
    margin-bottom: 15px;
  }
  .iderChooseBox2 .title {
    font-size: 16px;
    margin: 10px 0;
  }
  .iderChooseBox2Bto .item .text {
    padding: 0;
  }
  .iderChooseBox3 li .icon {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .headerSwiper .bg {
    height: 45vh;
  }
  .iderIndexBox3Con .item,
  .iderIndexBox6Swiper .img,
  .iderCompanyBox3Swiper .img,
  .iderCoreBox3 ul li,
  .iderPartnerBox2 li .img,
  .iderPartnerBox4 li .img,
  .iderPartnerBox4 ul li,
  .iderProductDelBox1Swiper1,
  .iderServiceBox3Swiper .img,
  .iderSceneBox3Swiper .con {
    height: auto;
  }
  .footer .con ul,
  .iderCompanyBox5Swiper2 .con,
  .iderCoreBox2 .navItem {
    flex-wrap: wrap;
  }

  .headerSwiper .text .con .top,
  .footer .con ul li,
  .iderCompanyBox2 .img,
  .iderCompanyBox5Swiper2 .img,
  .iderCoreBox1Con .item .img,
  .iderPartnerBox3 .img,
  .iderProductBox2 .img,
  .iderProductBox4Con .img,
  .iderProductDelBox1 .lt,
  .iderServiceBox1 .bto .img,
  .iderSceneBox2 .img {
    width: 100%;
  }
  .iderIndexBox5Top .img .icon {
    width: 50px;
    height: 50px;
    left: 4%;
    bottom: 4%;
  }
  .iderIndexBox5Bto .img {
    max-width: 100%;
  }
  .iderIndexBox5Bto {
    gap: 10px;
  }
  .iderIndexBox6Swiper .img .name {
    padding: 4%;
  }
  .footer .con ul li {
    display: none;
  }
  .iderCompanyBox5Swiper2 .text {
    flex: none;
    width: 100%;
  }
  .iderCompanyBox5Swiper2 .text {
    margin: 0 0 15px 0;
  }
  .footer .con ul li:last-child {
    display: flex;
    width: 100%;
  }
  .footer .top ul {
    width: 100%;
    display: grid;
    gap: 3%;
    grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
  }
  .iderProductBox1Top,
  .iderChooseBox2Top,
  .iderProductDelBox3Item4 .top,
  .iderChooseBox2Bto {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderProductDelBox4 ul,
  .iderServiceBox4 ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderChooseBox2Top::after {
    display: none;
  }
  .iderCompanyBox2 {
    background-size: 100% auto;
    background-position-y: 4%;
  }
  .iderCoreBox2 .navItem .item {
    margin-bottom: 10px;
  }
  .iderCoreBox3 li .text {
    padding: 4% 2% 0 2%;
  }
  .iderPartnerBox3Con::after {
    display: none;
  }
  .iderProductBox1Bto .rt .item {
    width: 100%;
    margin-right: 0;
  }
  .iderProductBox5 .iderChooseBox2Top .text,
  .iderChooseBox2Top .text,
  .iderChooseBox2Top .item .text,
  .iderChooseBox2Bto .item .text {
    min-height: auto;
  }
}
@media screen and (max-width: 600px) {
  .iderServiceBox1 .top,
  .iderServiceBox4 ul,
  .iderSceneBox4 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderServiceBox1 .bto .text ul li {
    width: 100%;
    margin-right: 0;
    height: auto !important;
  }
  .iderServiceBox1 .bto .text ul li:last-child {
    padding-left: 70px;
  }
}
@media screen and (max-width: 500px) {
  .headerSwiper .img {
    width: 70%;
  }
  .iderIndexBox3Con .item .text {
    padding: 4%;
  }
  .iderCompanyBox4Con ul li,
  .iderProductBox1Bto .rt .item,
  .iderProductBox3Swiper .con .img {
    height: auto;
  }
  .iderProductBox1Bto,
  .iderProductBox1Con,
  .iderProductBox3Swiper .con .text .bto {
    flex-wrap: wrap;
  }
  .iderProductBox1Bto .rt {
    flex: none;
    width: 100%;
  }
  .iderProductBox1Con .name,
  .iderProductBox1Bto .name {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderIndexBox3Con .item .type {
    left: 4%;
  }
  .footer .top li {
    margin: 0 0 5px 0;
  }
  .iderProductBox1Bto .rt .item {
    line-height: 25px;
    padding: 10px 15px;
  }
  .iderIndexBox4 .top ul,
  .iderCoreBox3 ul,
  .iderPartnerBox4 ul,
  .iderProductBox6 ul,
  .iderProductDelBox3Item5 ul,
  .iderProductDelBox4 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .footer .top ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderIndexBox5Swiper .com-ls30 {
    padding: 0 10px 7% 5%;
  }
  .iderCompanyBox4Con ul li,
  .iderCompanyBox4Con .lt .text {
    padding: 5% 3% 3% 3%;
  }
  .iderPartnerBox2 li .gt {
    right: 2%;
  }
  .iderPartnerBox4 li .text {
    padding: 3% 2%;
    height: auto;
  }
  .iderPartnerBox4 ul li .bto {
    margin-top: 15px;
  }
  .iderProductBox1Bto .rt .item::after {
    padding: 8px 0 0 10px;
  }
  .iderProductBox6 li .text {
    height: auto;
    padding: 10px;
  }
  .iderChooseBox1 .com-mores {
    width: 100%;
    height: auto !important;
    line-height: 20px !important;
    padding: 10px 15px;
  }
  .iderProductDelBox3Item3 .videos .icon {
    width: 40px;
    height: 40px;
  }
  .iderProductDelBox3Item5 li .name {
    padding: 3% 0 0;
  }
}
@media screen and (max-width: 430px) {
  .headerSwiper .bg {
    height: 60vh;
  }
  .iderIndexBox1 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderIndexBox2Swiper .con {
    padding: 15px;
  }
  .iderIndexBox2Swiper .img {
    height: 250px;
  }
  .iderIndexBox7 .bg {
    height: 30vh;
  }
  .iderProductBox3Swiper .con .text {
    height: auto;
  }
  .iderCoreBox2 .navItem .item {
    width: 100%;
    margin-right: 0;
  }
  .iderProductBox3Swiper .con .text .mores {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderProductBox3Swiper .con .text .inquires {
    width: 100%;
    margin: 0;
  }
  .iderProductBox3Swiper .con .text .bto {
    margin-top: 12px;
  }
}

@media screen and (max-width: 375px) {
  .headerSwiper .bg {
    height: 80vh;
  }
}
@media screen and (max-width: 360px) {
  .headerSwiper .bg {
    height: 90vh;
  }
}
/* #endregion  Response style */
