/* #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: #86b846;
  --bg: #f7f7f7;
  --bgimg:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#86b846, #86b846);
  --bg-color:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#f5f5f5, #f5f5f5);
  --main-font: "Lexend", sans-serif;
}
body {
  font-family: var(--main-font);
  font-weight: 400;
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}

/* #endregion  */

/* #region System style */
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  .system_com_title {
    font-size: 18px;
  }
}
/* faq */
.system_faq_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_faq_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.system_faq_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.system_faq_item .tl {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 0.775rem;
  border-radius: 0.625rem;
  padding: 0 0.25rem;
  background-image: linear-gradient(320deg, #f7faff 0%, #f1f3f6 100%);
}
.system_faq_item .icon {
  display: block;
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
  margin-right: 0.375rem;
}
.system_faq_item .icon::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  transform: rotate(90deg);
  background-color: var(--mainColor);
  transition: all 0.5s;
}
.system_faq_item .tl .name {
  font-size: 0.225rem;
  font-weight: 700;
  flex: 1;
  color: var(--mainColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_faq_item .text {
  width: 100%;
  font-size: 0.2rem;
  display: none;
  line-height: 0.325rem;
  color: #a6adb5;
  padding: 0.25rem 0.5rem 0.375rem 0.625rem;
}
.system_faq_item.active .tl {
  background-color: var(--mainColor);
  background-image: none;
  height: auto;
  padding: 0.125rem 0.25rem;
}
.system_faq_item.active .tl .name {
  color: #fff;
  display: inline;
}
.system_faq_item.active .icon,
.system_faq_item.active .icon::after {
  background-color: #fff;
}
.system_faq_item.active .icon::after {
  transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .system_faq_box {
    padding: 20px 0;
  }
  .system_faq_con {
    margin-top: 15px;
  }
  .system_faq_item .text,
  .system_faq_item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .system_faq_item .tl .name {
    font-size: 15px;
  }
  .system_faq_item .tl {
    height: 35px;
  }
  .system_faq_item .icon,
  .system_faq_item .icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 430px) {
  .system_faq_item.active .tl {
    height: auto;
  }
  .system_faq_item.active .tl .name {
    display: inline;
    padding: 6px 10px;
  }
}

/* news */
.system_news_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_news_con {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4375rem;
}
.system_news_item {
  position: relative;
  border-radius: 0.075rem;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.system_news_con_cols4 .system_news_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_news_con_cols3 .system_news_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_news_con_cols2 .system_news_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_news_con_cols4 .system_news_item:nth-child(4n),
.system_news_con_cols3 .system_news_item:nth-child(3n),
.system_news_con_cols2 .system_news_item:nth-child(2n) {
  margin-right: 0;
}

.system_news_item .img {
  width: 100%;
  height: 3.575rem;
  overflow: hidden;
  border-radius: 0.075rem 0.075rem 0 0;
}
.system_news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_news_item:hover .img img {
  transform: scale(1.2);
}
.system_news_item .text {
  display: block;
  width: 100%;
  height: 3.0625rem;
  border-radius: 0 0 0.075rem 0.075rem;
  padding: 10%;
}
.system_news_item .text .name {
  font-size: 0.25rem;
  line-height: 0.325rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.system_news_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
}
.system_news_item .bto {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.system_news_item .bto .lt {
  width: 80%;
}
.system_news_item .bto .time,
.system_news_item .bto .author {
  font-size: 0.1875rem;
  font-weight: 700;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.system_news_item .bto .number {
  font-size: 0.1875rem;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.system_news_item .bto .number::before {
  margin-right: 0.05rem;
  transition: all 0.3s;
  font-size: 0.225rem;
  color: red;
}
.system_news_item .bto .number:hover::before {
  transform: scale(1.2);
}
.system_news_item .bto .author {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.4rem);
}
.system_news_item:hover .author {
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
}
.system_news_item:hover .time {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.system_news_item .bto .author span {
  display: inline-block;
  margin-left: 0.0625rem;
  text-decoration: underline;
}
.system_news_item:hover .name {
  color: var(--mainColor);
}
.system_news_categories {
  position: absolute;
  display: inline-block;
  top: 0.2125rem;
  right: 0.25rem;
  width: fit-content;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.4);
  padding: 0.05rem 0.15rem;
  background-color: #fff;
  color: #000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .system_news_box {
    padding: 20px 0;
  }
  .system_news_con {
    margin-top: 15px;
  }
  .system_news_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_news_item .bto .time,
  .system_news_item .bto .author,
  .system_news_item .bto .number {
    font-size: 12px;
  }
  .system_news_con_cols4 .system_news_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n) {
    margin-right: 0;
  }

  .system_news_item .text {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .system_news_item .img {
    height: auto;
  }
  .system_news_con_cols4 .system_news_item,
  .system_news_con_cols3 .system_news_item {
    width: calc((100% - 10px) / 2);
  }
  .system_news_con_cols3 .system_news_item {
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n),
  .system_news_con_cols3 .system_news_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(2n),
  .system_news_con_cols3 .system_news_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_news_item .text {
    height: auto;
  }
  .system_news_con .system_news_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* Contact Us */
.system_contact_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_contact_con {
  margin-top: 0.4375rem;
}
.system_contact_con .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.system_contact_con .top li {
  position: relative;
  width: calc((100% - 0.75rem) / 3);
  height: auto;
  background-color: #f4f4f6;
  border-radius: 0.0625rem;
  display: flex;
  min-height: 3.125rem;
  flex-direction: column;
  transition: all 0.3s;
  justify-content: center;
  padding: 0.5rem 0.375rem;
  border-bottom: 0.05rem solid var(--mainColor);
}
/* .system_contact_con .top li::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 0.05rem;
  left: 0;
  bottom: 0;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
} */
.system_contact_con .top li .icon {
  font-size: 0.575rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--mainColor);
}
.system_contact_con .top li .name {
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  color: #000;
  margin: 0.375rem 0 0.125rem 0;
}
.system_contact_con .top li:hover {
  box-shadow: 0 0 0.1875rem 0 rgba(0, 0, 0, 0.3);
}
.system_contact_con .top li .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  text-align: center;
  color: #646c71;
}

.system_contact_form {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  margin-top: 1.25rem;
  background-color: #f4f4f6;
}

.system_contact_form .title {
  font-size: 0.45rem;
  text-align: center;
  color: var(--mainColor);
  font-weight: 700;
}
.system_contact_form form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 0.3125rem;
}
.system_contact_form input {
  width: 100%;
  height: 0.6875rem !important;
  background-color: #fff !important;
  color: #192436 !important;
  font-size: 0.2rem !important;
  padding: 0 0.125rem !important;
  outline: none !important;
  transition: all 0.3s !important;
  border-radius: 0.0625rem !important;
  transition: all 0.3s !important;
}
.system_contact_form input:focus,
.system_contact_form textarea:focus {
  border: 0.0125rem solid var(--mainColor);
}
.system_contact_form .formList {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}
.system_contact_form .formList input {
  width: calc((100% - 0.25rem) / 2);
}
.system_contact_form textarea {
  width: 100% !important;
  height: 4.375rem !important;
  transition: all 0.3s !important;
  font-size: 0.2rem !important;
  background-color: #fff !important;
  border-radius: 0.0625rem !important;
  color: #192436 !important;
  padding: 0.125rem 0 0 0.125rem !important;
}
.system_contact_form button[type="submit"] {
  width: 30% !important;
  height: 0.65rem !important;
  font-size: 0.225rem !important;
  font-weight: 600 !important;
  background-color: var(--mainColor) !important;
  color: #fff !important;
  margin: 0 auto !important;
}
.system_contact_form button {
  cursor: pointer;
}
.system_contact_form .com-ls24 {
  font-size: 0.225rem;
  color: #000;
}
.system_contact_form .com-ls24 a {
  text-decoration: underline;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_contact_box,
  .system_contact_form {
    padding: 20px 0;
  }
  .system_contact_form .title {
    font-size: 18px;
  }
  .system_contact_con .top li .name {
    font-size: 16px;
  }
  .system_contact_con .top li .ls,
  .system_form_ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_contact_con .top {
    flex-wrap: wrap;
  }
  .system_contact_con .top li .icon {
    height: 30px;
  }
  .system_contact_con .top li {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 15px 0;
  }
  .system_contact_form input {
    height: 35px;
    font-size: 14px;
  }
  .system_contact_form textarea {
    height: 120px;
    font-size: 14px;
  }
  .system_contact_con .top li:nth-child(2n) {
    margin-right: 0;
  }
  .system_contact_form input[type="submit"] {
    height: 40px;
    font-size: 16px;
  }
  .system_contact_form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .system_contact_con .top li {
    width: 100%;
    padding: 25px 20px;
    height: auto;
    margin-right: 0;
  }
  .system_contact_form form {
    margin-top: 15px;
  }
  .system_contact_form .formList {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .system_contact_form .formList input {
    width: 100%;
    margin-bottom: 10px;
  }
  .system_contact_form input[type="submit"] {
    width: 50%;
  }
}

/* List */
.system_list_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_list_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_list_item {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_list_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_list_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_list_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_list_item:nth-child(4n),
.system_list_con_col3 .system_list_item:nth-child(3n),
.system_list_con_col2 .system_list_item:nth-child(2n) {
  margin-right: 0;
}
.system_list_item .img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_list_item:hover .img img {
  transform: scale(1.2);
}
.system_list_item .text {
  display: block;
  width: 100%;
  height: 2.2125rem;
  background-color: #fff;
  padding: 0.25rem 0.1875rem;
  border-radius: 0 0 0.0625rem 0.0625rem;
}
.system_list_item .text .name {
  font-size: 0.25rem;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
  transition: all 0.3s;
}
.system_list_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #a7a7a7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
}
.system_list_item .text .mores {
  display: block;
  position: relative;
  width: 1.9375rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 600;
  background-color: var(--mainColor);
  z-index: 1;
}
.system_list_item .text .mores::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 0.05rem;
  transition: all 0.3s;
  z-index: -1;
}
.system_list_item:hover .mores::after {
  width: 100%;
}
.system_list_item:hover .name {
  color: var(--mainColor);
}

@media screen and (max-width: 1024px) {
  .system_list_box {
    padding: 20px 0;
  }
  .system_list_con {
    margin-top: 15px;
  }
  .system_list_con_col4 .system_list_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .system_list_item .text .mores {
    font-size: 14px;
  }
  .system_list_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_list_item .text {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .system_list_item .img,
  .system_news_item .img {
    height: auto;
  }

  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_list_con {
    align-items: baseline;
  }
  .system_list_con_col4 .system_list_item,
  .system_list_con_col3 .system_list_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_list_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n),
  .system_list_con_col3 .system_list_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(2n),
  .system_list_con_col3 .system_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_list_con .system_list_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* 视频列表 */
.system_video_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_video_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_video_item {
  width: calc((100% - 0.75rem) / 4);
  height: auto;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.4);
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_video_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_video_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_video_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_video_item:nth-child(4n),
.system_list_con_col3 .system_video_item:nth-child(3n),
.system_list_con_col2 .system_video_item:nth-child(2n) {
  margin-right: 0;
}
.system_video_item .img {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_con_col3 .system_video_item .img {
  height: 3.75rem;
}
.system_list_con_col2 .system_video_item .img {
  height: 4.375rem;
}
.system_video_item .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system_video_item .name {
  width: 100%;
  padding: 0.15rem 0.1875rem;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000;
  height: 1rem;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0 0 0.0625rem 0.0625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .system_video_box {
    padding: 20px 0;
  }
  .system_video_con {
    margin-top: 15px;
  }
  .system_video_item .name {
    font-size: 15px;
    line-height: 23px;
  }
  .system_list_con_col4 .system_video_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .system_list_con_col4 .system_video_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .system_list_con_col4 .system_video_item,
  .system_list_con_col3 .system_video_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_video_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n),
  .system_list_con_col3 .system_video_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(2n),
  .system_list_con_col3 .system_video_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_video_con .system_video_item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* Download */
.system_down_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f8f8f8;
}

.system_down_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
}
.system_down_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.0625rem;
  padding: 0 0.25rem 0.3125rem 0.25rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.system_down_item:hover {
  border-bottom: 1px solid var(--mainColor);
}
.system_down_item .lt .icon1 {
  font-size: 0.35rem;
  color: var(--mainColor);
}
.system_down_item .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  margin: 0 0.1875rem 0 0.375rem;
  transition: all 0.3s;
}
.system_down_item:hover .name {
  color: var(--mainColor);
}
.system_down_item .time {
  font-size: 0.2rem;
  color: #938f8d;
}
.system_down_item .lt {
  display: flex;
  align-items: center;
}
.system_down_item .rt {
  display: flex;
  align-items: center;
}
.system_down_item .rt .size {
  font-size: 0.2rem;
  margin-right: 0.125rem;
  color: #938f8d;
}
.system_down_item .rt .icon2 {
  font-size: 0.375rem;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_down_box {
    padding: 20px 0;
  }
  .system_down_con {
    margin-top: 15px;
  }
  .system_down_item .lt .icon1,
  .system_down_item .rt .icon2 {
    font-size: 20px;
  }
  .system_down_item .name {
    font-size: 16px;
  }

  .system_down_item .time,
  .system_down_item .rt .size {
    font-size: 14px;
  }
  .system_down_item {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .system_down_item {
    flex-wrap: wrap;
    justify-content: end;
  }
  .system_down_item .rt {
    margin-top: 10px;
  }
}
/* News details */
.system_newsDel_box {
  width: 100%;
  padding: 0.625rem 0;
}
.system_newsDel_box .com-card {
  display: flex;
}
.system_newsDel_lt {
  width: calc((100% - 25%));
}
.system_newsDel_nav,
.system_newsDel_nav .com-card {
  display: flex;
  align-items: center;
}
.system_newsDel_nav a {
  font-size: 0.2rem;
  color: #000;
}
.system_newsDel_rt {
  width: 25%;
  margin-left: 0.625rem;
}
.system_newsDel_category {
  width: fit-content;
  padding: 0.05rem 0.125rem;
  font-size: 0.2rem;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
  margin-top: 0.875rem;
}
.system_newsDel_box .system_com_title {
  margin: 0.1875rem 0;
}
.system_newsDel_name {
  width: 100%;
  font-size: 0.1875rem;
  color: #bbb;
  text-align: center;
}
.system_newsDel_link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5625rem 0;
}
.system_newsDel_content {
  margin-bottom: 0.625rem;
}
.system_newsDel_link a {
  display: flex;
  align-items: center;
  font-size: 0.325rem;
  margin-right: 0.125rem;
}
.system_newsDel_link a:last-child {
  margin-right: 0;
}
.system_newsDel_link a i {
  display: inline-block;
  width: 100%;
  font-size: 0.325rem;
  height: 100%;
  color: var(--mainColor);
}
.system_newsDel_content,
.system_newsDel_content p {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #000;
}
.system_newsDel_bto {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.system_newsDel_bto .lt_prev,
.system_newsDel_bto .rt_next {
  display: flex;
  align-items: center;
  width: 40%;
}
.system_newsDel_bto .icon {
  font-size: 0.475rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.5);
}
.system_newsDel_bto .lt_prev .icon {
  margin-right: 0.25rem;
}
.system_newsDel_bto .rt_next .icon {
  margin-left: 0.25rem;
}
.system_newsDel_bto .lt_prev:hover .ls,
.system_newsDel_bto .lt_prev:hover .icon,
.system_newsDel_bto .rt_next:hover .ls,
.system_newsDel_bto .rt_next:hover .icon,
.system_newsDel_bto .con:hover {
  color: var(--mainColor);
}

.system_newsDel_bto .text .name {
  font-size: 0.2rem;
  color: #bbb;
}
.system_newsDel_bto .text .ls {
  font-size: 0.2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.3rem;
  color: #333;
  margin-top: 0.05rem;
}
.system_newsDel_bto .con {
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.system_newsDel_rt .title {
  font-size: 0.45rem;
  color: #000;
  font-weight: 700;
}
.system_newsDel_rtItem {
  width: 100%;
  height: auto;
}
.system_newsDel_rtItem li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0.25rem 0;
}
.system_newsDel_rtItem li .img {
  width: 1.25rem;
  overflow: hidden;
  height: 1.125rem;
  border-radius: 0.05rem;
  margin-right: 0.1875rem;
}
.system_newsDel_rtItem li:hover img {
  transform: scale(1.2);
}
.system_newsDel_rtItem li:hover .name {
  color: var(--mainColor);
}
.system_newsDel_rtItem li .img a {
  display: flex;
  width: 100%;
  height: 100%;
}
.system_newsDel_rtItem li .text {
  display: inline-block;
  flex: 1;
}
.system_newsDel_rtItem li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_newsDel_rtItem li .name {
  font-size: 0.225rem;
  line-height: 0.325rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  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(120, 153, 44, 0.6);
  transform: translateY(-5px);
}
.com-txt {
  background-image: linear-gradient(91deg, #bec322 0%, #7faf44 30%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
}
.com-ls30,
.com-ls30 p,
.com-ls30 div {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #3b3b3b;
}
.com-ls30.white,
.com-ls30.white p,
.com-ls30.white div,
.com-ls24.white,
.com-ls24.white p,
.com-ls24.white div,
.com-tl.white {
  color: #fff;
}
.com-ls24,
.com-ls24 p,
.com-ls24 div {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #3b3b3b;
}
.min-tl {
  text-align: center;
  font-size: 0.2rem;
  color: var(--mainColor);
  margin-bottom: 0.1rem;
}
.com-tl {
  text-align: center;
  font-size: 0.45rem;
  font-weight: 500;
  color: #180e0e;
}
.com-tl.left,
.min-tl.left {
  text-align: left;
}
.com-mores {
  display: block;
  cursor: pointer;
  border-radius: 0.0625rem;
  width: 2.2rem;
  height: 0.625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.625rem;
  color: #ffffff;
  background-image: var(--bgimg);
  transition: all 0.3s;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  height: 1.25rem;
  width: 100%;
  background-color: #fff;
  transition:
    transform 0.4s ease-in-out,
    background 0.3s;
}

.header.header-hide {
  transform: translateY(-150%);
}
.header.header-visible {
  transform: translateY(0);
}
.header.header-hidden {
  transform: translateY(-100%);
}
.header .lt {
  flex: 1;
  height: 100%;
}
.header .lt .logo {
  width: 1.85rem;
  height: auto;
  margin-right: 0.2875rem;
}
.header .lt .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}
.header .rt {
  width: fit-content;
}
.header .rt .quote {
  border-radius: 0.0625rem;
  line-height: 0.625rem;
  text-align: center;
  cursor: pointer;
  width: fit-content;
  padding: 0 0.3rem;
  height: 0.625rem;
  font-size: 0.2rem;
  color: #ffffff;
  transition: all 0.3s;
  margin-right: 0.25rem;
  background-image: var(--bgimg);
}
.header .search {
  font-size: 16px;
  cursor: pointer;
  color: #000;
  margin-right: 0.25rem;
}
.languageSwitching .icons {
  font-size: 16px;
  cursor: pointer;
  color: #000;
}
.header.active {
  background-color: #fff;
  animation: slideDown 0.5s ease-out;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
.menu-level1 > li,
.menu-level1,
.header .rt {
  height: 100%;
}
.menu-level1 > li > a {
  font-size: 0.2rem;
  color: #211815;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}

.languageSwitching {
  cursor: pointer;
  width: fit-content;
  position: relative;
  height: auto;
}

/* === */
.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 .title {
  font-size: 0.9rem;
  line-height: 0.775rem;
  font-weight: 500;
  color: #ffffff;
}
.headerSwiper .text .ls {
  font-size: 0.3rem;
  line-height: 0.3rem;
  margin: 0.1875rem 0 0.25rem 0;
  color: #ffffff;
  color: #ffffff;
}
.headerSwiper .text .con {
  width: 100%;
  height: auto;
}
.headerSwiper .text .con .lt {
  width: 100%;
}
.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: 1.0625rem 0 1.25rem 0;
}
.iderIndexBox1 .com-title {
  width: 51%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderIndexBox1Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.875rem;
}
.iderIndexBox1Swiper .swiper-slide {
  width: 8.5625rem;
}
.iderIndexBox1Swiper .con {
  width: 100%;
  height: 5.875rem;
  background-color: #f5f5f5;
  padding: 0.625rem 0.125rem 0.1875rem 0.375rem;
  border-radius: 0.025rem;
}
.iderIndexBox1Swiper .con .name {
  display: block;
  font-size: 0.3rem;
  font-weight: 600;
  margin-bottom: 0.3125rem;
  line-height: 0.3rem;
  color: #180e0e;
}
.iderIndexBox1Swiper .con .img {
  display: block;
  width: 50%;
  height: 3.875rem;
  overflow: hidden;
}
.iderIndexBox1Swiper .con .text {
  flex: 1;
  margin-right: 0.3125rem;
}
.iderIndexBox1Swiper .con .text .com-mores {
  margin-top: 0.8375rem;
}
.iderIndexBox1Swiper .con .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox1-pagination {
  margin-top: 0.625rem;
}
.iderIndexBox1-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderIndexBox2 {
  width: 100%;
  background-color: #211815;
  height: auto;
  padding: 0.9375rem 0 1.25rem 0;
}
.iderIndexBox2 .title {
  width: 54%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.125rem;
}
.iderIndexBox2 ul {
  width: 100%;
  margin-top: 0.5rem;
  gap: 0.3rem 0.4875rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderIndexBox2 ul li {
  position: relative;
  width: 100%;
  max-width: 5.525rem;
  height: 4.6875rem;
  background-color: #2e2717;
  border-radius: 0.25rem;
  transition: all 0.3s;
  padding: 0.25rem 0.3125rem 0.125rem 0.3125rem;
}
.iderIndexBox2 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  opacity: 0.1;
}
.iderIndexBox2 li .icon {
  display: block;
  width: auto;
  height: 1.125rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderIndexBox2 li:hover .icon {
  transform: translateY(-15px);
  filter: brightness(0) invert(1);
}
.iderIndexBox2 li:hover {
  background-image: var(--bgimg);
}
.iderIndexBox2 li:hover .name {
  color: #fff;
}
.iderIndexBox2 li .com-ls24 {
  text-align: center;
}
.iderIndexBox2 li .name {
  font-size: 0.3rem;
  font-weight: 500;
  transition: all 0.3s;
  margin: 0.25rem 0 0.15rem 0;
  color: var(--mainColor);
}
.iderIndexBox2 li:nth-child(5) .icon {
  height: 0.8375rem;
}
.iderIndexBox2 li:nth-child(4) .icon,
.iderIndexBox2 li:last-child .icon {
  height: 1rem;
}
.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 1rem 0;
}
.iderIndexBox3 .title {
  width: 72%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderIndexBox3Con {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderIndexBox3Con .item {
  width: 8.5rem;
  height: 6.1875rem;
  overflow: hidden;
  border-radius: 0.0625rem;
  position: relative;
  margin: 0 0.5rem 0 0;
}
.iderIndexBox3Con .item:nth-child(2n) {
  margin-top: 40px;
}
.iderIndexBox3Con .item:nth-child(2n) {
  margin-right: 0;
}
.iderIndexBox3Con .item .img {
  display: block;
  width: 100%;
  height: 100%;
}
.iderIndexBox3Con .item .name {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 0.375rem;
  color: #ffffff;
  bottom: 0;
  padding: 0 0.125rem 0.25rem 0.5rem;
}
.iderIndexBox3 .mores {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  font-size: 0.2rem;
  font-weight: 500;
  margin-top: 0.625rem;
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
}
.iderIndexBox4 .top {
  position: relative;
  width: 100%;
  height: 9.5rem;
}
.iderIndexBox4 .top .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox4 .top .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.iderIndexBox4 .top .text .video_icon {
  width: 1.7125rem;
  margin-bottom: 0.375rem;
  cursor: pointer;
  height: 1.7125rem;
  border-radius: 50%;
}
.iderIndexBox4 .top .text .video_icon:hover img {
  transform: rotate(360deg);
}
.iderIndexBox4 .top .text .tl {
  font-size: 0.3rem;
  color: #ffffff;
}
.iderIndexBox4 .top .text .title {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.625rem;
  margin: 0.1875rem 0 0.3125rem 0;
  color: #ffffff;
}
.iderIndexBox4 .top .text .com-ls30 {
  font-size: 0.225rem;
  width: 38%;
  margin-bottom: 0.375rem;
  text-align: center;
}
.iderIndexBox4 .bottom {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 0.75rem 0;
  background-image: var(--bgimg);
}
.iderIndexBox4 .bottom ul {
  grid-template-columns: 1fr 1fr 1fr;
}
.iderIndexBox4 .bottom ul li {
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.iderIndexBox4 .bottom ul li:last-child {
  border-right: none;
}
.iderIndexBox4 .bottom .counter,
.iderIndexBox4 .bottom .em {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.6rem;
  color: #ffffff;
}

.iderIndexBox4 .bottom .ls {
  font-size: 0.225rem;
  line-height: 0.6rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.1rem;
}
.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0;
}
.iderIndexBox5 .title {
  width: 65%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.125rem;
}

.iderIndexBox5Con {
  width: 100%;
  height: auto;
  margin-top: 0.9375rem;
}
.iderIndexBox5Con .lt {
  width: 8.85rem;
  margin-right: 0.5rem;
}
.iderIndexBox5Con .rt {
  flex: 1;
}
.iderIndexBox5Con .lt .img {
  width: 100%;
  height: 4.9875rem;
  overflow: hidden;
  display: block;
}
.iderIndexBox5Con .lt .text {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 0.1875rem 0.3375rem 0.4375rem 0.3375rem;
  box-shadow: 0px 0px 0.5875rem 0.0875rem rgba(101, 101, 101, 0.09);
}
.iderIndexBox5Con .lt .text .time {
  font-size: 0.2rem;
  color: #000000;
  font-weight: 300;
}
.iderIndexBox5Con .lt .text .name {
  font-size: 0.225rem;
  line-height: 0.375rem;
  display: block;
  margin: 0.125rem 0;
  text-decoration: underline;
}
.iderIndexBox5Con .lt .text .com-ls24 {
  padding-top: 0.125rem;
  width: 100%;
  margin-top: 0.125rem;
  border-top: 1px solid #e5e5e5;
}
.iderIndexBox5Con .rt .item {
  width: 100%;
  padding-bottom: 0.275rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderIndexBox5Con .rt .item .img {
  display: block;
  width: 2.775rem;
  margin-right: 0.4375rem;
  height: 2.1875rem;
  overflow: hidden;
}
.iderIndexBox5Con .rt .item .text {
  flex: 1;
  padding-top: 0.3125rem;
}
.iderIndexBox5Con .rt .item .time {
  font-size: 0.2rem;
  font-weight: 300;
  color: #000000;
  margin-bottom: 0.125rem;
}
.iderIndexBox5Con .rt .item .name {
  display: block;
  font-size: 0.225rem;
  line-height: 0.375rem;
  transition: all 0.3s;
  color: #000000;
}
.iderIndexBox5Con .rt .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.iderIndexBox5Con .rt .item:hover .name {
  background-image: linear-gradient(91deg, #bec322 0%, #7faf44 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  text-decoration: underline;
  display: inline-block;
}
.iderIndexBox6 {
  width: 100%;
  height: 7.6125rem;
  position: relative;
  padding: 0.9375rem 0;
}
.iderIndexBox6::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.2;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#f5f5f5, #f5f5f5);
  background-blend-mode: normal, normal;
  opacity: 0.2;
}
.iderIndexBox6Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  overflow: hidden;
}
.iderIndexBox6Swiper .img {
  width: 100%;
  height: 1.5625rem;
  background-color: #ffffff;
  box-shadow: 0px 0.0625rem 0.6125rem 0px rgba(101, 101, 101, 0.08);
  border-radius: 0.025rem;
  overflow: hidden;
  padding: 0.3125rem;
}
.iderIndexBox6-pagination {
  margin-top: 0.75rem;
}
.iderIndexBox6-pagination .swiper-pagination-bullet {
  transition: all 0.3s;
}

.iderIndexBox6-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 7px;
  background-color: var(--mainColor);
  border-radius: 4px;
}
.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1.125rem 0;
}
.iderIndexBox7 .img {
  width: 8.75rem;
  height: 5.6rem;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-left: 0.6875rem;
}
.iderIndexBox7 .text {
  flex: 1;
}
.iderIndexBox7 .text .com-tl {
  font-size: 0.6rem;
  line-height: 0.6875rem;
  color: #000000;
}
.iderIndexBox7 .text .com-ls30 {
  margin: 0.1875rem 0 0.25rem 0;
}
.footer {
  width: 100%;
  height: auto;
  padding-top: 0.8125rem;
  background-color: #211815;
}
.footer .logo {
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .logo img {
  width: 2.6625rem;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer .con {
  width: 100%;
  padding-top: 0.5625rem;
}
.footer .con .name {
  font-size: 0.2rem;
  margin-bottom: 0.35rem;
  font-weight: 600;
  color: #ffffff;
}
.footer .con ul {
  flex: 1;
  justify-content: space-between;
}
.footer .con ul li {
  display: flex;
  flex-direction: column;
}
.footer .con ul li:first-child {
  width: 50%;
}
.footer .con ul li a,
.footer .con ul li div {
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
  transition: all 0.3s;
}
.footer .con ul li a:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.footer .con ul li .eml {
  cursor: pointer;
}
.footer .con .form {
  width: 8.6rem;
  margin-left: 1.125rem;
}
.footer .con .form .inputItem {
  width: calc((100% - 0.25rem) / 2);
}
.footer .con .form input {
  width: 100%;
  height: 0.6125rem;
  display: flex;
  background-color: #38302d;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-size: 0.2rem;
  padding-left: 0.1875rem;
  color: #969696;
  margin-bottom: 0.1875rem;
}
.footer .con .form .type {
  font-size: 0.175rem;
  margin-bottom: 0.125rem;
  color: #ffffff;
}
.footer .con .form textarea {
  width: 100%;
  height: 1.425rem;
  background-color: #38302d;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  display: block;
  font-size: 0.175rem;
  padding: 0.1875rem 0 0 0.1875rem;
  color: #969696;
}
.footer .con .form .ls {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #ffffff;
  margin: 0.125rem 0;
}
.footer .con .form button {
  width: 3.175rem;
  height: 0.575rem;
  background-image: var(--bgimg);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  display: block;
  cursor: pointer;
  color: #ffffff;
}
.footer .con .form .ls a {
  text-decoration: underline;
  font-style: italic;
}
.footer .bottom {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
  border-top: 1px solid rgba(85, 84, 84, 0.1);
  padding: 0.25rem 0;
}
.footer .bottom .ls {
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: rgba(255, 255, 255, 0.9);
}
.footerLink a {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: rgba(236, 234, 234, 0.1);
  border-radius: 0.0625rem;
  margin-right: 0.1125rem;
  transition: all 0.3s;
}
.footerLink a:hover {
  background-color: var(--mainColor);
}
.footerLink a:hover {
  transform: translateY(-10px);
}
.footerLink a img {
  height: 0.1875rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderBanner {
  width: 100%;
  height: auto;
  position: relative;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNav {
  width: 100%;
  height: auto;
  padding: 0.225rem 0;
}
.iderNav a {
  font-size: 0.2rem;
  color: #3b3b3b;
}
.iderNav a::after {
  display: block;
  content: "/";
  font-size: 0.2rem;
  margin: 0 0.05rem;
  color: #3b3b3b;
}
.iderNav a:last-child::after {
  display: none;
}
.iderNav a.active {
  color: var(--mainColor);
}
.iderCaseDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.375rem 0;
}

.iderCaseDelBox1 .com-tl {
  margin-bottom: 0.05rem;
}
.iderCaseDelBox1 .com-card {
  align-items: flex-start;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
}
.iderCaseDelBox1 .lt {
  flex: 1;
  padding-right: 1.125rem;
  border-right: 1px solid rgba(12, 12, 12, 0.1);
}
.iderCaseDelBox1 .lt .text p {
  font-size: 0.225rem;
  line-height: 0.6rem;
  color: #211815;
  margin-bottom: 0.1rem;
}
.iderCaseDelBox1 .lt .text img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  margin-top: 0.375rem;
}
.iderCaseDelBox1 .form {
  margin-left: 0.625rem;
  position: sticky;
  top: 0.375rem;
}
.iderCaseDelBox1 .form .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.25rem;
  width: 85%;
  padding: 0 0.3125rem;
  height: 0.575rem;
  background-color: #211815;
  border-radius: 0.0625rem;
  font-size: 0.3rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.575rem;
  letter-spacing: 1px;
  color: #ffffff;
}
.iderCaseDelBox1 .form form {
  position: relative;
  width: 4.45rem;
  height: auto;
  background-color: #ffffff;
  padding: 0.75rem 0.25rem 0.375rem 0.25rem;
  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.18);
  border-radius: 0.0625rem;
}
.iderCaseDelBox1 .form input {
  height: 0.5rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  border: solid 1px #eeeeee;
  width: 100%;
  display: block;
  margin-bottom: 0.1rem;
  font-size: 0.2rem;
  padding-left: 0.1875rem;
  color: rgba(39, 63, 90, 0.5);
}
.iderCaseDelBox1 .form textarea {
  width: 100%;
  height: 1.3875rem;
  display: block;
  margin-bottom: 0.3rem;
  background-color: #ffffff;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding: 0.1875rem 0 0 0.1875rem;
  color: rgba(39, 63, 90, 0.5);
}
.iderCaseDelBox1 .form button {
  display: flex;
  margin: 0 auto;
  width: 2.1375rem;
  cursor: pointer;
  height: 0.625rem;
  display: block;
  text-align: center;
  background-image: var(--bgimg);
  font-size: 0.2rem;
  text-align: center;
  border-radius: 0.0625rem;
  line-height: 0.625rem;
  color: #ffffff;
}
.iderCaseDelBox2 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 1.25rem 0;
}
.iderCaseDelBox2 ul {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  gap: 0.4rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderCaseDelBox2 ul li {
  width: 100%;
  max-width: 5.575rem;
  padding: 0.25rem;
  height: 7.325rem;
  border-radius: 0.125rem;
  border: solid 1px #d9d9d9;
  transition: all 0.3s;
}
.iderCaseDelBox2 li .img {
  display: block;
  width: 100%;
  height: 3.7125rem;
  overflow: hidden;
}
.iderCaseDelBox2 li .text {
  width: 100%;
  padding: 0.15rem 0 0 0.1875rem;
  height: auto;
}
.iderCaseDelBox2 li .text .name {
  font-size: 0.25rem;
  line-height: 0.375rem;
  display: block;
  color: #393939;
  margin-bottom: 0.175rem;
}
.iderCaseDelBox2 li:hover {
  background-image: var(--bgimg);
}
.iderCaseDelBox2 li:hover .name,
.iderCaseDelBox2 li:hover .com-ls24 {
  color: #fff;
}
.iderCaseDelBox3 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.625rem 0;
  background-image: var(--bgimg);
  border-radius: 0.5rem 0.5rem 0px 0px;
}
.iderCaseDelBox3 .lt {
  flex: 1;
}
.iderCaseDelBox3 .lt .com-ls30 {
  margin-top: 0.05rem;
}
.iderCaseDelBox3 .com-mores {
  background-image: none;
  color: var(--mainColor);
  background-color: #fff;
}
.iderBanner .text {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.iderBanner .text .lt {
  width: 55%;
}
.iderBanner .text .title {
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 0.75rem;
  color: #ffffff;
}
.iderBanner .text .ls {
  font-size: 0.3rem;
  margin-top: 0.0875rem;
  color: #ffffff;
}
.iderPartnerBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.625rem 0;
}
.iderPartnerBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
}
.iderPartnerBox1Con .item {
  width: 100%;
  height: 5.125rem;
  margin-bottom: 0.2375rem;
}
.iderPartnerBox1Con .item .img {
  width: 8.75rem;
  height: 100%;
  overflow: hidden;
}
.iderPartnerBox1Con .item .lt {
  flex: 1;
  align-items: flex-start;
  padding: 0.5625rem 0.5rem 0.125rem 0.125rem;
  border-top: 1px solid #595959;
}
.iderPartnerBox1Con .item:last-child .lt {
  border-bottom: 1px solid #595959;
}
.iderPartnerBox1Con .item .lt .icon {
  display: block;
  width: 1.125rem;
  height: auto;
  transition: all 0.3s;
  margin-right: 0.875rem;
  object-fit: contain;
}
.iderPartnerBox1Con .item .name {
  font-size: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.0625rem;
  color: #211815;
}
.iderPartnerBox1Con .item .text .ls {
  font-size: 0.225rem;
  line-height: 0.375rem;
  margin-top: 0.125rem;
}
.iderPartnerBox2 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 2.25rem 0;
}
.iderPartnerBox2 .com-card {
  position: relative;
}
.iderPartnerBox2 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderPartnerBox2 .text {
  position: absolute;
  width: 80%;
  left: 50%;
  padding: 0.75rem 0.375rem 0.75rem 0.5625rem;
  background-image: var(--bgimg);
  bottom: -0.5rem;
  transform: translateX(-50%);
  border-radius: 0.25rem;
}
.iderPartnerBox2 .text .com-tl {
  width: 30%;
  margin-right: 2%;
}
.iderPartnerBox2 .text .rt {
  flex: 1;
}
.iderPartnerBox2 .text .ls {
  font-size: 0.3rem;
  margin-top: 0.375rem;
  font-weight: 600;
  color: #ffffff;
}
.iderPartnerBox3 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0.9375rem 0 1.375rem 0;
}
.iderPartnerBox3::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  height: 100%;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#211815, #211815);
  background-blend-mode: normal, normal;
  opacity: 0.1;
}
.iderPartnerBox3Con {
  width: 100%;
  height: auto;
  margin-top: 0.9375rem;
}
.iderPartnerBox3Con .item {
  width: calc(100% / 5);
}
.iderPartnerBox3Con .nu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.2875rem;
  font-size: 0.275rem;
  color: #ffffff;
  width: 0.65rem;
  text-align: center;
  line-height: 0.65rem;
  background-image: var(--bgimg);
  height: 0.65rem;
  border-radius: 50%;
}
.iderPartnerBox3Con .item .img {
  position: relative;
  width: 100%;
  height: 3.5125rem;
  padding: 0.875rem 0.25rem 0.25rem;
  border-radius: 50%;
  background: url(../picture/ic6-8.png) no-repeat;
  background-size: 3.45rem auto;

  transition: all 0.3s;
}
.iderPartnerBox3Con .item .icon {
  width: 0.9rem;
  display: block;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.iderPartnerBox3Con .item .name {
  font-size: 0.25rem;
  line-height: 0.3125rem;
  color: #211815;
  text-align: center;
  font-weight: 500;
  margin-top: 0.25rem;
}
.iderPartnerBox3Con .item:last-child .img {
  background: url(../picture/ic6-9.png) no-repeat;
  background-size: 3.45rem auto;
}
.iderPartnerBox3Con .com-ls24 {
  width: 95%;
  height: auto;
  position: relative;
  padding: 0.375rem 0.125rem 0.3125rem 0.125rem;
  min-height: 2.125rem;
  margin-top: 0.125rem;
  border-radius: 0.25rem;
  background-image: var(--bgimg);
  text-align: center;
}

.iderPartnerBox3Con .com-ls24::after {
  display: block;
  position: absolute;
  left: calc((50% - 0.0625rem));
  transform: translateX(-50%);
  top: -0.125rem;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(180deg);
  border-left: 0.125rem solid transparent;
  border-right: 0.125rem solid transparent;
  border-top: 0.125rem solid var(--mainColor);
}
.iderPartnerBox4 {
  position: relative;
  width: 100%;
  height: 6.0625rem;
}
.iderPartnerBox4 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderPartnerBox4 .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.iderPartnerBox4 .text .title {
  font-size: 0.6rem;
  line-height: 1.2;
  color: #ffffff;
}
.iderPartnerBox4 .text .ls {
  font-size: 0.3rem;
  width: 65%;
  line-height: 0.45rem;
  margin: 0.15rem auto 0.375rem auto;
  color: #ffffff;
  text-align: center;
}
.iderPartnerBox5 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0;
}
.iderPartnerBox5 .title {
  width: 61%;
  margin: 0 auto;
  margin-top: 0.125rem;
  text-align: center;
}
.iderPartnerBox5 ul {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
  gap: 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
}
.iderPartnerBox5 ul li {
  position: relative;
  width: 100%;
  max-width: 4.1rem;
  height: 6.775rem;
  padding: 0.6875rem 0.3125rem 0.25rem 0.3125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.1625rem 0px rgba(101, 101, 101, 0.2);
  border-radius: 0.125rem;
  transition: all 0.3s;
}
.iderPartnerBox5 ul li::after {
  position: absolute;
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  height: 0.1125rem;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, normal;
  border-radius: 0.0625rem;
}
.iderPartnerBox5 li .icon {
  width: auto;
  height: 0.8rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderPartnerBox5 li:hover {
  background-image: var(--bgimg);
}

.iderPartnerBox5 li:hover .com-ls30,
.iderPartnerBox5 li:hover .com-ls30 p {
  color: #fff;
}
.iderPartnerBox5 li:hover .icon,
.iderPartnerBox5 li:hover .name {
  filter: brightness(0) invert(1);
}
.iderPartnerBox5 li .name {
  font-size: 0.25rem;
  font-weight: 500;
  transition: all 0.3s;
  color: #211815;
  margin: 0.325rem 0 0.5625rem 0;
}
.iderPartnerBox5 li .com-ls30 {
  line-height: 0.325rem;
  color: #211815;
  text-align: center;
  transition: all 0.3s;
}
.iderPartnerBox5 li .com-ls30 p {
  margin-bottom: 0.1875rem;
}
.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.iderChooseBox1 .top {
  width: 100%;
  padding-bottom: 0.625rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid rgba(10, 7, 7, 0.1);
}
.iderChooseBox1 .top .lt {
  width: 27%;
  margin-right: 15%;
}
.iderChooseBox1 .top .text {
  flex: 1;
}
.iderChooseBox1 .top .text p {
  margin-bottom: 0.1875rem;
}
.iderChooseBox1Con {
  width: 100%;
  height: auto;
}
.iderChooseBox1Con .lt {
  flex: 1;
}
.iderChooseBox1Con .lt .title {
  font-size: 0.375rem;
  line-height: 0.6rem;
  font-weight: 500;
  color: #3b3b3b;
}
.iderChooseBox1Con .lt .ls {
  font-size: 0.225rem;
  margin: 0.1rem 0 0.5625rem 0;
  color: #3b3b3b;
}
.iderChooseBox1Con .imgList {
  width: 9.325rem;
  height: auto;
  margin-left: 0.875rem;
  border-radius: 0.0625rem;
}
.iderChooseBox1Con .imgList .img {
  width: 100%;
  height: auto;
  display: none;
  border-radius: 0.0625rem;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.iderChooseBox1Con .imgList .img.active {
  display: block;
  opacity: 1;
}
.iderChooseBox1ConBto .item:first-child {
  border-top: 1px solid #211815;
}
.iderChooseBox1ConBto .item {
  width: 100%;
  border-bottom: 1px solid #211815;
}
.iderChooseBox1ConBto .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 15px 0;
}
.iderChooseBox1ConBto .item .name {
  font-size: 0.225rem;
  color: #3b3b3b;
  transition: all 0.3s;
}
.iderChooseBox1ConBto .item .text {
  width: 100%;
  display: none;
  padding: 0 0.75rem 0.375rem 0;
}
.iderChooseBox1ConBto .item .text ul {
  margin-top: 0.3125rem;
}
.iderChooseBox1ConBto .item .text li {
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding-left: 0.4rem;
  background: url(../images/im4.png) left top no-repeat;
  background-size: 0.325rem;
  background-position-y: 0.05rem;
  margin-bottom: 0.25rem;
  color: #3b3b3b;
}
.iderChooseBox1ConBto .item .dot {
  width: 0.2125rem;
  height: 0.025rem;
  background-color: #000;
  transition: all 0.3s;
}
.iderChooseBox1ConBto .item .dot::after {
  display: block;
  content: "";
  width: 0.2125rem;
  transform: rotate(90deg);
  transition: all 0.3s;
  height: 0.025rem;
  background-color: #000;
}
.iderChooseBox1ConBto .item.active .name {
  color: var(--mainColor);
}
.iderChooseBox1ConBto .item.active .dot {
  background-color: var(--mainColor);
}
.iderChooseBox1ConBto .item.active .dot::after {
  transform: rotate(0);
  background-color: var(--mainColor);
}
.iderChooseBox2 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 2rem 0;
}
.iderChooseBox2 .itemList {
  width: 100%;
  border-bottom: 0.0125rem solid rgba(29, 28, 28, 0.1);
}
.iderChooseBox2 .itemList .item {
  position: relative;
  font-size: 0.375rem;
  cursor: pointer;
  padding-bottom: 0.25rem;
  margin-right: 0.75rem;
  font-weight: 500;
  color: #180e0e;
}
.iderChooseBox2 .itemList .item:hover::after,
.iderChooseBox2 .itemList .item.active::after {
  width: 100%;
}
.iderChooseBox2 .itemList .item:hover,
.iderChooseBox2 .itemList .item.active {
  background-image: linear-gradient(91deg, #bec322 0%, #7faf44 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  display: block;
}
.iderChooseBox2 .itemList .item:last-child {
  margin-right: 0;
}
.iderChooseBox2 .itemList .item::after {
  display: block;
  content: "";
  height: 0.025rem;
  position: absolute;
  left: 0;
  bottom: -0.0187rem;
  border-radius: 0.0125rem;
  width: 0;
  transition: all 0.3s;
  background-image: var(--bgimg);
}
.iderChooseBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.iderChooseBox2Con .item {
  width: 100%;
  height: auto;
  display: none;
}
.iderChooseBox2Con ul {
  width: 100%;
  gap: 0.375rem 0.4375rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderChooseBox2Con ul li {
  width: 100%;
  max-width: 5.5375rem;
}
.iderChooseBox2Con li .img {
  width: 100%;
  height: 4.025rem;
  overflow: hidden;
  border-radius: 0.025rem;
}
.iderChooseBox2Con li .name {
  width: 100%;
  height: 0.925rem;
  font-size: 0.225rem;
  line-height: 0.3rem;
  padding: 0 0.125rem;
  color: #180e0e;
  background-color: rgba(31, 28, 28, 0.1);
  border-radius: 0.025rem;
}
.iderChooseBox3 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0 0.875rem 0;
}
.iderChooseBox3Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderChooseBox3Swiper .con {
  width: 100%;
  height: 5.1625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.1625rem;
}
.iderChooseBox3Swiper .con .img {
  width: 100%;
  height: 4.2375rem;
  overflow: hidden;
}
.iderChooseBox3Swiper .con .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  object-fit: cover;
}
.iderChooseBox3Swiper .con .name {
  width: 100%;
  padding: 0 0.125rem;
  font-size: 0.2rem;
  text-align: center;
  margin-top: 0.1875rem;
  color: #383838;
}
.iderChooseBox3-pagination {
  margin-top: 0.75rem;
}
.iderChooseBox3-pagination .swiper-pagination-bullet {
  transition: all 0.3s;
}
.iderChooseBox3-pagination .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.0875rem;
  background-color: var(--mainColor);
  border-radius: 0.05rem;
}
.iderChooseBox4 {
  width: 100%;
  height: auto;
  padding-top: 1.25rem;
}
.iderChooseBox4 .title {
  width: 65%;
  margin: 0 auto;
  margin-top: 0.15rem;
  text-align: center;
}
.iderChooseBox4 .map {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 1.375rem;
  vertical-align: bottom;
}
.iderCompanyBox1 {
  padding: 0.625rem 0 0.3125rem 0;
}
.iderCompanyBox1 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(22, 21, 21, 0.1);
}
.iderCompanyBox1 .top {
  border-bottom: none;
  padding: 0;
  margin-bottom: 0;
}
.iderCompanyBox1 .top .lt {
  width: 36%;
  margin-right: 2%;
}
.iderCompanyBox1 .videos {
  width: 100%;
  position: relative;
  height: auto;
  cursor: pointer;
  margin-top: 0.5rem;
  overflow: hidden;
}
.iderCompanyBox1 .videos .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all 0.5s;
  vertical-align: bottom;
}
.iderCompanyBox1 .videos .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.7125rem;
  cursor: pointer;
  height: 1.7125rem;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.iderCompanyBox2 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 1.25rem 0;
}
.iderCompanyBox2 .img {
  width: 9.6375rem;
  position: relative;
  height: auto;
  margin-right: 0.625rem;
  overflow: hidden;
}
.iderCompanyBox2 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderCompanyBox2 .img .text {
  width: 96%;
  margin: 0 auto;
  position: absolute;
  left: 2%;
  background-image: var(--bgimg);
  bottom: 0.1875rem;
  border-radius: 0.25rem;
  padding: 0.25rem 0.625rem 0.375rem 0.625rem;
}
.iderCompanyBox2 .img .text .ls {
  font-size: 0.45rem;
  line-height: 0.5rem;
  text-align: center;
  color: #ffffff;
}
.iderCompanyBox2 .img .text .name {
  font-size: 0.225rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.05rem;
}
.iderCompanyBox2 .text {
  flex: 1;
}

.iderCompanyBox2 .text .title {
  font-size: 0.45rem;
  line-height: 0.6rem;

  color: #000000;
}
.iderCompanyBox2 .text .title span {
  color: var(--mainColor);
}
.iderCompanyBox2 .text .com-ls30 {
  margin-top: 0.5625rem;
}
.iderCompanyBox2 .text ul li {
  margin-bottom: 0.3125rem;
  position: relative;
  padding-left: 0.3125rem;
}
.iderCompanyBox2 .text ul li::before {
  position: absolute;
  left: 0;
  top: 0.175rem;
  display: block;
  content: "";
  width: 0.125rem;
  transform: rotate(45deg);
  background-image: var(--bgimg);
  height: 0.125rem;
}
.iderCompanyBox3 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1.625rem 0 1.75rem 0;
}
.iderCompanyBox3::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  content: "";
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#d9d9d9, #d9d9d9);
  background-blend-mode: normal, normal;
  opacity: 0.1;
}
.iderCompanyBox3 .top {
  margin-bottom: 1.125rem;
}
.iderCompanyBox3 .top .lt {
  width: 29%;
  margin-right: 8%;
}
.iderCompanyBox3 .top .com-ls30 {
  flex: 1;
}
.iderCompanyBox3 .top .com-ls30 p {
  margin-bottom: 0.25rem;
}
.iderCompanyBox3 .title {
  font-size: 0.375rem;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0.275rem;
}
.iderCompanyBox3 .con .item {
  position: relative;
  width: 100%;
  padding: 0.5rem 0 0.625rem 0;
  height: auto;
  border-top: 0.0125rem solid #595959;
}
.iderCompanyBox3 .con .item::after {
  display: block;
  content: "";
  width: 5.65rem;
  height: 0.0125rem;
  position: absolute;
  left: 0;
  top: -0.0125rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
}
.iderCompanyBox3 .con .item .icon {
  display: block;
  width: 0.825rem;
  margin-right: 0.25rem;
  height: 0.825rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderCompanyBox3 .con .item .name {
  font-size: 0.3rem;
  color: #000000;
}
.iderCompanyBox3 .con .item li {
  padding-left: 0.3rem;
  position: relative;
}
.iderCompanyBox3 .con .item .lt {
  width: 34%;
}
.iderCompanyBox3 .con .item li::after {
  display: block;
  content: "";
  width: 0.125rem;
  position: absolute;
  left: 0;
  top: 0.1375rem;
  height: 0.125rem;
  background-image: var(--bgimg);
  transform: rotate(45deg);
}
.iderCompanyBox3 .con .item:last-child {
  border-bottom: 0.0125rem solid #595959;
}
.iderCompanyBox3 .con .item:last-child::before {
  bottom: -0.0125rem;
  position: absolute;
  width: 5.65rem;
  display: block;
  content: "";
  background-color: var(--mainColor);
  height: 0.0125rem;
  top: auto;
}

.iderCompanyBox3 .con .item .com-ls30 {
  flex: 1;
}
.iderCompanyBox4 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.1875rem 0;
}
.iderCompanyBox4 .min-tl,
.iderCompanyBox3 .min-tl,
.iderCompanyBox2 .min-tl,
.iderCompanyBox1 .min-tl {
  font-size: 0.225rem;
  font-weight: 500;
}
.iderCompanyBox4 .lt {
  width: 20%;
  margin-right: 5%;
}
.iderCompanyBox4 .rt {
  width: calc(100% - 25%);
}
.iderCompanyBox4Swiper {
  position: relative;
  width: 100%;
  height: 11.8125rem;
  overflow: hidden;
}
.iderCompanyBox4Swiper::before {
  content: "";
  position: absolute;
  left: 1.875rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 0) 100%
  );

  z-index: 1;
  pointer-events: none;
  z-index: 1;
}
.iderCompanyBox4Swiper .con {
  width: 100%;
  height: 100%;
}
.iderCompanyBox4Swiper .times {
  font-size: 0.225rem;
  font-weight: 500;
  width: 1.9688rem;
  margin-top: 0.65rem;
  color: #ffffff;
}
.iderCompanyBox4Swiper .text {
  position: relative;
  flex: 1;
  margin-left: 0.325rem;
  height: 100%;
  padding: 0.275rem 0.5rem 0.375rem 0.625rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(209, 194, 194, 0.2);
}
.iderCompanyBox4Swiper .text::after {
  position: absolute;
  top: 0.75rem;
  left: -0.15rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  transform: rotate(45deg);
  border-top: 0.25rem solid transparent;
  border-left: 0.25rem solid rgba(0, 0, 0, 0.1);
  border-right: 0.25rem solid transparent;
}
.iderCompanyBox4Swiper .text::before {
  display: block;
  content: "";
  width: 0.175rem;
  border-radius: 50%;
  height: 0.175rem;
  position: absolute;
  left: -0.525rem;
  top: 0.6875rem;
  background-color: #ffffff;
}
.iderCompanyBox4Swiper .text .time {
  font-size: 0.375rem;
  font-weight: 600;
  margin-bottom: 0.15rem;

  color: #211815;
}
.iderCompanyBox4Swiper .text .name {
  font-size: 0.225rem;
  font-weight: 500;
  color: #211815;
}
.iderCompanyBox4Swiper .text .tl {
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #ffffff;
  margin: 0.125rem 0 0.15rem 0;
}
.iderNav.inner {
  border-bottom: 1px solid rgba(24, 24, 24, 0.1);
}
.iderServiceBox1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.375rem 0;
}
.iderServiceBox1 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(68, 67, 67, 0.1);
}
.iderServiceBox1 .img {
  width: 11.1125rem;
  overflow: hidden;
  height: 6.225rem;
  border-radius: 0.125rem;
  margin-left: 1.125rem;
}
.iderServiceBox1 .text {
  flex: 1;
}
.iderServiceBox1 .text .com-ls30 {
  margin: 0.3125rem 0 0.75rem 0;
}
.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.5rem 0;
}
.iderServiceBox2 .com-card {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(37, 37, 37, 0.1);
}
.iderServiceBox2Con {
  position: relative;
  width: 100%;
  height: 9.7375rem;
  border-radius: 0.125rem;
  margin-top: 0.5rem;
}
.iderServiceBox2Con ul {
  width: 96%;
  margin: 0 auto;
  position: absolute;
  left: 2%;
  bottom: 0.25rem;
  gap: 0.275rem;
  grid-template-columns: repeat(auto-fit, minmax(8.25rem, 1fr));
}
.iderServiceBox2Con ul li {
  width: 100%;
  max-width: 8.35rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  min-height: 3.875rem;
  padding: 0.5rem 0.375rem 0.125rem 0.5rem;
}
.iderServiceBox2Con li .top {
  width: 100%;
  margin-bottom: 0.15rem;
}
.iderServiceBox2Con li .icon {
  width: auto;
  height: 0.9375rem;
  display: block;
  object-fit: contain;
  margin-right: 0.375rem;
  transition: all 0.3s;
}
.iderServiceBox2Con li .name {
  font-size: 0.375rem;
  font-weight: 600;
  line-height: 0.45rem;
  width: 60%;
  color: #000000;
}
.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.75rem 0;
}
.iderServiceBox3 .item {
  width: 100%;
  margin-bottom: 0.75rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderServiceBox3 .item .img {
  width: 8.75rem;
  height: 5.6rem;
  border-radius: 0.025rem;
  overflow: hidden;
  margin-right: 0.8125rem;
}
.iderServiceBox3 .item .text {
  flex: 1;
}
.iderServiceBox3 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderServiceBox3 .item:nth-child(2n) .img {
  margin: 0 0 0 0.8125rem;
}
.iderServiceBox3 .item .icon {
  display: block;
  width: auto;
  transition: all 0.3s;
  height: 0.9rem;
  margin-right: 0.375rem;
}
.iderServiceBox3 .item .com-tl {
  width: 100%;
  padding-bottom: 0.125rem;
  margin-bottom: 0.15rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.iderServiceBox3 .item:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.iderSolutionDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.875rem 0;
}
.iderSolutionDelBox1 .img {
  width: 10.9375rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-left: 1.25rem;
}
.iderSolutionDelBox1 .text {
  flex: 1;
}
.iderSolutionDelBox1 .text .com-ls30 {
  margin: 0.375rem 0 0.5rem 0;
}
.iderSolutionDelBox2 {
  position: relative;
  width: 100%;
  height: auto;
  padding: 1rem 0 1.25rem 0;
}
.iderSolutionDelBox2::after {
  position: absolute;
  left: 0;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#211815, #211815);
  background-blend-mode: normal, normal;
  opacity: 0.1;
}
.iderSolutionDelBox2 .navItem {
  width: 100%;
  margin-top: 0.625rem;
}
.iderSolutionDelBox2 .navItem .item {
  width: fit-content;
  padding: 0 0.4375rem;
  cursor: pointer;
  height: 0.725rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.725rem;
  color: #000000;
  margin-right: 0.125rem;
  border-radius: 0.0625rem;
  border: 0.0125rem solid transparent;
  border-radius: 0.0625rem;
  background-color: transparent;
  transition: all 0.3s;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(91deg, #bdc322 0%, #73a92f 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.iderSolutionDelBox2 .navItem .item:hover,
.iderSolutionDelBox2 .navItem .item.active {
  background-image: var(--bgimg);
  color: #fff;
}
.iderSolutionDelBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.iderSolutionDelBox2Con .item ul {
  width: 100%;
  gap: 0.425rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderSolutionDelBox2Con .item ul li {
  width: 100%;
  max-width: 8.5375rem;
  height: 5.8125rem;
  background-color: #ffffff;
  padding: 0.375rem 0.0625rem 0.0625rem;
  box-shadow: 0px 0px 0.1625rem 0px rgba(101, 101, 101, 0.2);
  border-radius: 0.25rem;
}
.iderSolutionDelBox2Con .item {
  display: none;
}
.iderSolutionDelBox2Con .item .name {
  font-size: 0.375rem;
  font-weight: 500;
}
.iderSolutionDelBox2Con .item .img {
  width: 100%;
  height: 4.6125rem;
  overflow: hidden;
  margin-top: 0.25rem;
}
.iderSolutionDelBox2Con .item .img img {
  object-fit: contain;
}
.iderSolutionDelBox3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
}
.iderSolutionDelBox3Con {
  width: 100%;
  margin-top: 0.75rem;
}
.iderSolutionDelBox3Con .lt {
  flex: 1;
}
.iderSolutionDelBox3Con .imgList {
  width: 9.7375rem;
  overflow: hidden;
  height: 7.1rem;
  background-color: #ffffff;
  margin-left: 0.5625rem;
  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.18);
  border-radius: 0.125rem;
}
.iderSolutionDelBox3Con .imgList .img {
  width: 100%;
  height: 100%;
  display: none;
  padding: 0.1875rem;
  overflow: hidden;
}
.iderSolutionDelBox3Con .lt .item .name {
  font-size: 0.225rem;
  color: #211815;
  flex: 1;
  margin-right: 0.125rem;
}
.iderSolutionDelBox3Con .lt .item {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 0.25rem;

  box-shadow: 0px 0px 0.225rem 0px rgba(101, 101, 101, 0.18);
  border-radius: 0.125rem;
}
.iderSolutionDelBox3Con .lt .item .text {
  width: 100%;
  display: none;
  padding: 0 0.375rem 0.375rem 0.375rem;
}
.iderSolutionDelBox3Con .lt .item .tl::after {
  display: block;
  content: ">";
  font-family: Poppins;
  font-size: 0.45rem;
  color: #211815;
  transition: all 0.3s;
}
.iderSolutionDelBox3Con .lt .item .tl {
  width: 100%;
  cursor: pointer;
  height: auto;
  padding: 0.1rem 0.35rem;
}
.iderSolutionDelBox3Con .lt .item.active {
  background-image: var(--bgimg);
}
.iderSolutionDelBox3Con .lt .item.active .name {
  color: #fff;
}
.iderSolutionDelBox3Con .lt .item.active .tl::after {
  color: #fff;
  transform: rotate(90deg);
}
.min-tl.max {
  font-size: 0.225rem;
}
.iderSolutionDelBox4 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.375rem 0;
}
.iderSolutionDelBox4 .title {
  width: 60%;
  margin: 0 auto;
  margin-top: 0.15rem;
  font-size: 0.375rem;
  text-align: center;
  line-height: 36px;
  color: #ffffff;
}
.iderSolutionDelBox4 .min-tl {
  width: fit-content;
  margin: 0 auto;
}
.iderSolutionDelBox4 .tl {
  width: 65%;
  margin: 0 auto;
  margin-top: 0.1875rem;
  text-align: center;
}
.iderSolutionDelBox4 ul {
  width: 100%;
  margin-top: 0.625rem;
  gap: 0.4125rem;
  grid-template-columns: repeat(auto-fit, minmax(4rem, 1fr));
}
.iderSolutionDelBox4 ul li {
  width: 100%;
  max-width: 4.0625rem;
  height: 3.0375rem;
  overflow: hidden;
}
.iderSolutionDelBox6 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.75rem 0;
  position: relative;
}
.iderSolutionDelBox6::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#211815, #211815);
  background-blend-mode: normal, normal;
  opacity: 0.1;
}
.iderSolutionDelBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.8125rem;
}
.iderSolutionDelBox6Swiper .con {
  width: 100%;
  height: 7.325rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.625rem 0.25rem 0.375rem 0.25rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
}
.iderSolutionDelBox6Swiper .con .icon {
  width: 0.7125rem;
  height: 0.5875rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderSolutionDelBox6Swiper .con .img {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s;
  display: flex;
}
.iderSolutionDelBox6Swiper .con .name {
  font-size: 0.25rem;
  font-weight: 500;
  color: #000;
  transition: all 0.3s;
  text-align: center;
  margin: 0.1875rem 0 0.075rem 0;
}
.iderSolutionDelBox6Swiper .con .ls {
  font-size: 0.2rem;
  text-align: center;
  transition: all 0.3s;
  color: #000;
}
.iderSolutionDelBox6Swiper .con .com-ls24 {
  margin: 0.25rem 0;
  text-align: center;
  transition: all 0.3s;
}
.iderSolutionDelBox6Swiper .con:hover {
  background-image: var(--bgimg);
}
.iderSolutionDelBox6Swiper .con:hover .com-ls24,
.iderSolutionDelBox6Swiper .con:hover .name,
.iderSolutionDelBox6Swiper .con:hover .ls {
  color: #fff;
}
.iderSolutionDelBox6Swiper .con:hover .icon {
  filter: brightness(0) invert(1);
}
.iderSolutionDelBox6-pagination {
  margin-top: 0.625rem;
}
.iderSolutionDelBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderSolutionDelBox7 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.iderSolutionDelBox7 .com-tl {
  width: 26%;
  margin-right: 7%;
}
.iderSolutionDelBox7 .rt {
  flex: 1;
}
.iderSolutionDelBox7 .rt .item .dot {
  width: 0.8rem;
  cursor: pointer;
  height: 0.75rem;
  background-color: #ffffff;
  position: relative;
  border-radius: 0.0625rem;
  border: solid 0.0125rem #e5e5e5;
}
.iderSolutionDelBox7 .rt .item .dot::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  background-color: #7d7d7d;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}
.iderSolutionDelBox7 .rt .item .dot::before {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  background-color: #7d7d7d;
  transition: all 0.3s;
}
.iderSolutionDelBox7 .rt .item {
  width: 100%;
  margin-bottom: 0.1125rem;
  align-items: flex-start;
  cursor: pointer;
}
.iderSolutionDelBox7 .rt .item .rtText {
  flex: 1;
  margin-left: 0.025rem;
  border-radius: 0.0625rem;
  border: solid 0.0125rem #e5e5e5;
}
.iderSolutionDelBox7 .rt .item .name {
  font-size: 0.225rem;
  font-weight: 500;
  color: #000000;
  padding: 0.225rem 0.375rem;
}
.iderSolutionDelBox7 .rt .item .text {
  padding: 0 0.375rem 0.375rem 0.375rem;
  display: none;
}
.iderSolutionDelBox7 .rt .item.active .name {
  color: var(--mainColor);
}
.iderSolutionDelBox7 .rt .item.active .rtText {
  border-color: var(--mainColor);
}
.iderSolutionDelBox7 .rt .item.active .dot {
  background-image: var(--bgimg);
}
.iderSolutionDelBox7 .rt .item.active .dot::after {
  background-color: #fff;
}
.iderSolutionDelBox7 .rt .item.active .dot::before {
  transform: translate(-50%, -50%) rotate(0);
  background-color: #fff;
}
.iderSolutionDelBox5 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.iderSolutionDelBox5Swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderSolutionDelBox5Swiper .img {
  width: 9.4rem;
  margin-left: 0.875rem;
  height: 6.825rem;
  overflow: hidden;
}
.iderSolutionDelBox5Swiper .text {
  flex: 1;
}
.iderSolutionDelBox5Swiper .text .title {
  font-size: 0.375rem;
  font-weight: 500;
  line-height: 0.45rem;
  color: #000000;
}
.iderSolutionDelBox5Swiper .text .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  margin: 0.1875rem 0;
  color: #000000;
}
.iderSolutionDelBox5Swiper .bottom {
  position: absolute;
  width: fit-content;
  left: 0;
  bottom: 0;
  z-index: 33;
}
.iderSolutionDelBox5-prev,
.iderSolutionDelBox5-next {
  cursor: pointer;
  width: 0.5rem;
  border-radius: 50%;
  height: 0.5rem;
  font-family: Poppins;
  font-size: 0.375rem;
  color: #000000;
  background-color: rgba(29, 28, 28, 0.1);
}
.iderSolutionDelBox5-pagination {
  flex: 1;
  margin: 0 0.2375rem;
}
.iderSolutionDelBox5-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderSolutionDelBox5-next:hover,
.iderSolutionDelBox5-prev:hover {
  background-image: var(--bgimg);
  color: #fff;
}
.iderCategorBox1 .img {
  width: 6.45rem;
  overflow: hidden;
  height: 6.55rem;
}
.iderCategorBox3 {
  width: 100%;
  height: auto;
  background-color: #211815;
  padding: 1.5rem 0 1.25rem 0;
}
.iderCategorBox3 ul {
  width: 100%;
  margin-top: 1.125rem;
  gap: 0.35rem;
  grid-template-columns: repeat(auto-fit, minmax(4.0625rem, 1fr));
}
.iderCategorBox3 ul li {
  width: 100%;
  position: relative;
  height: 6rem;
  padding: 0.625rem 0.25rem 0.125rem 0.25rem;
  border-radius: 0.25rem;
  max-width: 4.125rem;
  transition: all 0.3s;
}
.iderCategorBox3 ul li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#86b846, #86b846);
  background-blend-mode: normal, normal;
  opacity: 0.1;
  border-radius: 0.25rem;
}
.iderCategorBox3 li .icon {
  display: block;
  width: 0.775rem;
  height: 0.775rem;
  transition: all 0.3s;
  object-fit: contain;
}
.iderCategorBox3 li .name {
  font-size: 0.3rem;
  font-weight: 500;
  text-align: center;
  line-height: 0.375rem;
  color: #ffffff;
  margin: 0.25rem 0 0.125rem 0;
}
.iderCategorBox3 li .com-ls24 {
  text-align: center;
}
.iderCategorBox3 li:hover {
  background-image: var(--bgimg);
}
.iderCategorBox3 li:hover .icon {
  transform: translateY(-10px);
}
.iderCategorBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1rem 0;
}
.iderCategorBox4 ul {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
  gap: 0.3125rem 0.1625rem;
  grid-template-columns: repeat(auto-fit, minmax(8.625rem, 1fr));
}
.iderCategorBox4 ul li {
  width: 100%;
  max-width: 8.6875rem;
  height: 4rem;
  padding: 0.25rem;
  border-radius: 0.125rem;
  transition: all 0.3s;
  border: solid 1px #cccccc;
}
.iderCategorBox4 li .img {
  width: 4.1375rem;
  overflow: hidden;
  height: 100%;
}
.iderCategorBox4 li .text {
  flex: 1;
  padding: 0 0 0 0.4375rem;
}
.iderCategorBox4 li .text .name {
  font-size: 0.3rem;
  font-weight: 500;
  margin-bottom: 0.15rem;
}
.iderCategorBox4 li:hover {
  border-color: var(--mainColor);
}
.iderCategorBox5 {
  width: 100%;
  height: auto;
  position: relative;
  padding: 1.25rem 0;
}
.iderCategorBox5::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#211815, #211815);
  opacity: 0.1;
}
.iderCategorBox5 ul {
  width: 100%;
  height: auto;
  margin-top: 0.525rem;
  gap: 0.5rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderCategorBox5 ul li {
  width: 100%;
  max-width: 8.5rem;
  height: 6.1875rem;
  position: relative;
  border-radius: 0.0625rem;
}
.iderCategorBox5 ul li .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderCategorBox5 ul li .name {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 0.375rem;
  font-weight: 500;
  line-height: 0.3rem;
  color: #ffffff;
  padding: 0 0.125rem 0.375rem 0.5rem;
}
.iderCategorBox2 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
}
.iderCategorBox2NavTop {
  width: 100%;
  gap: 0.125rem;
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}
.iderCategorBox2NavTop .items {
  position: relative;
  width: 100%;
  max-width: 10rem;
  height: 0.725rem;
  border: 0.0125rem solid transparent;
  border-radius: 0.0625rem;
  background-color: transparent;
  transition: all 0.3s;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(91deg, #bdc322 0%, #73a92f 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  font-size: 0.225rem;
  color: #000000;
  text-align: center;
  line-height: 0.725rem;
  cursor: pointer;
}
.iderCategorBox2NavTop .items::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  content: "";
  width: 0;
  height: 0;
  bottom: -0.175rem;
  border-top: 0.25rem solid transparent;
  transform: rotate(-45deg);
  border-right: 0.25rem solid transparent;
  border-bottom: 0.25rem solid var(--mainColor);
}
.iderCategorBox2NavTop .items:hover,
.iderCategorBox2NavTop .items.active {
  background-image: var(--bgimg);
  color: #fff;
}
.iderCategorBox2NavTop .items:hover::after,
.iderCategorBox2NavTop .items.active::after {
  display: block;
}
.iderCategorBox2NavCon {
  width: 100%;
  height: auto;
  padding-bottom: 0.3125rem;
  margin: 1rem 0;
  border-bottom: 0.0125rem solid rgba(0, 0, 0, 0.1);
}
.iderCategorBox2NavCon .item {
  width: 100%;
  display: none;
  height: auto;
}
.iderCategorBox2NavCon .item.active {
  display: flex;
}
.iderCategorBox2NavCon .items {
  position: relative;
  width: calc(100% / 7);
  font-size: 0.2rem;
  line-height: 0.25rem;
  padding: 0 0.125rem;
  text-align: center;
  cursor: pointer;
  min-height: 0.75rem;
  color: rgba(0, 0, 0, 0.8);
  border-right: 1px solid rgba(15, 14, 14, 0.2);
}
.iderCategorBox2NavCon .items:first-child {
  border-left: 1px solid rgba(15, 14, 14, 0.2);
}
.iderCategorBox2NavCon .items::after {
  display: block;
  width: 0;
  transition: all 0.3s;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3125rem;
  height: 0.05rem;
  background-image:
    linear-gradient(111deg, #bdc322 0%, #73a92f 100%),
    linear-gradient(#211815, #211815);
  border-radius: 0.025rem;
}
.iderCategorBox2NavCon .items:hover::after,
.iderCategorBox2NavCon .items.active::after {
  width: 100%;
}
.iderCategorBox2NavBto .item .title {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.15rem;
  text-align: center;
}
.iderCategorBox2NavBto .item ul {
  width: 100%;
  gap: 0.5rem 0.375rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderCategorBox2NavBto .item ul li {
  width: 100%;
  max-width: 5.575rem;
  height: 7.8rem;
  border-radius: 0.125rem;
  border: solid 1px #d9d9d9;
  transition: all 0.3s;
  padding: 0.25rem 0.25rem 0.325rem 0.25rem;
}
.iderCategorBox2NavBto .item li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  width: 100%;
  height: 4.525rem;
  overflow: hidden;
}
.iderCategorBox2Item {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderCategorBox2NavBto .item li .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderCategorBox2NavBto .item li .text {
  width: 100%;
  height: auto;
  transition: all 0.3s;
  padding: 0.1875rem 0.125rem 0 0.25rem;
}
.iderCategorBox2NavBto .item li .text .name {
  font-size: 0.25rem;
  line-height: 0.375rem;
  transition: all 0.3s;
  color: #393939;
  min-height: 0.75rem;
}
.iderCategorBox2NavBto .item li .text .com-ls24 {
  width: 100%;
  min-height: 0.9375rem;
  margin: 0.1rem 0 0.125rem 0;
  transition: all 0.3s;
}
.iderCategorBox2NavBto .item li:hover {
  background-image: var(--bgimg);
}
.iderCategorBox2NavBto .item li:hover .img {
  background-color: #fff;
}
.iderCategorBox2NavBto .item li:hover .name,
.iderCategorBox2NavBto .item li:hover .com-ls24 {
  color: #fff;
}
.iderCategorBox2NavBto .item li:hover .com-mores {
  background-image: none;
  background-color: #fff;
  color: #000;
}
.iderCategorBox2NavBto .item {
  width: 100%;
  display: none;
}
.iderCategorBox2NavBto .item.active {
  display: block;
}
.iderProductDelBox1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox2 {
  width: 100%;
  height: auto;
  padding: 0.175rem 0 1.25rem 0;
}
.iderProductDelBox2 .lt {
  width: 8.75rem;
  margin-right: 0.8125rem;
}
.iderProductDelBox2Swiper1 {
  width: 100%;
  height: 8.05rem;
  overflow: hidden;
  border-radius: 0.0625rem;
  background-color: rgba(175, 174, 174, 0.3);
}
.iderProductDelBox2Swiper1 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1rem;
  border-radius: 0.0625rem;
}
.iderProductDelBox2Swiper1 .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderProductDelBox2Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.075rem;
}
.iderProductDelBox2Swiper2 .img {
  width: 100%;
  cursor: pointer;
  height: 1.5625rem;
  overflow: hidden;
  padding: 0.1875rem;
  background-color: rgba(175, 174, 174, 0.3);
  border-radius: 0.0625rem;
  transition: all 0.3s;
  border: 1px solid rgba(175, 174, 174, 0.3);
}
.iderProductDelBox2Swiper2 .swiper-slide-thumb-active .img {
  border-color: var(--mainColor);
}
.iderProductDelBox2 .rt {
  flex: 1;
}
.iderProductDelBox2 .rt .text {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0.25rem;
  margin: 0.1875rem 0 0.3rem 0;
}
.iderProductDelBox2 .rt .imgList img {
  width: auto;
  height: 0.6625rem;
  display: block;
  object-fit: contain;
  margin-right: 0.125rem;
}
.iderProductDelBox2 .rt .downs {
  cursor: pointer;
  width: 3.175rem;
  height: 0.625rem;
  border: 0.0125rem solid transparent;
  border-radius: 0.0625rem;
  background-color: transparent;
  transition: all 0.3s;
  background-image:
    linear-gradient(#fff, #fff),
    linear-gradient(91deg, #bdc322 0%, #73a92f 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  font-size: 0.2rem;
  color: var(--mainColor);
  margin-left: 0.2875rem;
}
.iderProductDelBox2 .rt .downs::before {
  display: block;
  content: "";
  width: 0.325rem;
  height: 0.35rem;
  background: url(../images/im4-1.png) no-repeat;
  background-size: contain;
  margin-right: 0.125rem;
}
.iderProductDelBox2 .rt .bottom {
  margin-top: 0.75rem;
}
.iderProductDelBox3 {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.iderProductDelBox3.fixed {
  position: fixed;
  top: 0;
  background-color: #fff;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
  z-index: 22;
}
.iderProductDelBox3 .com-card {
  border-bottom: 0.0125rem solid #cfcfcf;
}
.iderProductDelBox3 a {
  display: block;
  margin-right: 0.5625rem;
  font-size: 0.225rem;
  padding-bottom: 0.2375rem;
  position: relative;
  transition: all 0.3s;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.iderProductDelBox3 a::after {
  display: block;
  content: "";
  width: 0%;
  height: 0.0375rem;
  position: absolute;
  left: 0;
  bottom: -0.0187rem;
  transition: all 0.3s;
  background-image: var(--bgimg);
  border-radius: 0.025rem;
}
.iderProductDelBox3 a:hover::after,
.iderProductDelBox3 a.active::after {
  width: 100%;
}
.iderProductDelBox3 a:hover,
.iderProductDelBox3 a.active {
  color: var(--mainColor);
}
.iderProductDelBox4Item1 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.25rem 0;
}
.iderProductDelBox4Item1 .title {
  font-size: 0.225rem;
  font-weight: 500;
  margin: 0.5625rem 0 0.1875rem 0;
  line-height: 0.45rem;
  color: #211815;
}
.iderProductDelBox4Item1 .com-card,
.iderProductDelBox4Item3 .com-card,
.iderProductDelBox4Item2 .com-card,
.iderProductDelBox4Item4 .com-card,
.iderProductDelBox4Item5 .com-card,
.iderCategorBox5.inner .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderProductDelBox4Item3 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.5625rem 0;
}
.iderProductDelBox4Item3 .img {
  width: 9.925rem;
  margin-left: 0.9375rem;
  height: 6.625rem;
  overflow: hidden;
}
.iderProductDelBox4Item3 .text {
  flex: 1;
}
.iderProductDelBox4Item3 .text .title {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #211815;
  margin: 0.1875rem 0;
}
.iderProductDelBox4Item3 .text .com-ls30 p {
  margin-bottom: 0.25rem;
}
.iderProductDelBox4Item3 .con {
  width: 100%;
  margin-top: 0.8125rem;
}
.iderProductDelBox4Item2 {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.3125rem 0;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  margin-top: 0.6875rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 0.2rem;
  color: #211815;
  overflow-x: auto;
}
thead {
  background-color: var(--mainColor);
  color: white;
}

th,
td {
  height: 0.525rem !important;
  border: 1px solid #ffffff;
  padding: 0.05rem;
}

tbody tr {
  background-color: #efefef;
}

tbody tr:hover td {
  background-color: var(--mainColor);
}
tbody tr:hover td {
  color: #fff;
}

.sub-header th {
  font-size: 0.2rem;
  font-weight: 500;
  color: #ffffff;
}

td[rowspan] {
  background-color: #efefef;
  vertical-align: middle;
}
.iderProductDelBox4Item4 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 0.3125rem 0;
}
.iderProductDelBox4Item4 .title {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.175rem;
}
.iderProductDelBox4Item4 ul {
  width: 100%;
  margin-top: 0.5625rem;
  gap: 0.125rem 0.1625rem;
  grid-template-columns: repeat(auto-fit, minmax(4.25rem, 1fr));
}
.iderProductDelBox4Item4 ul li {
  width: 100%;
  max-width: 4.25rem;
  height: 4.1875rem;
  overflow: hidden;
  border-radius: 0.0625rem;
}
.iderProductDelBox4Item4 ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderProductDelBox4Item5 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.3125rem 0;
}
.iderProductDelBox4Item5 .videos {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0.5625rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.0625rem;
}
.iderProductDelBox4Item5 .videos .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  vertical-align: bottom;
  transition: all 0.5s;
  border-radius: 0.0625rem;
}
.iderProductDelBox4Item5 .videos .icon {
  width: 1.7125rem;
  height: 1.7125rem;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transition: all 0.5s;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.iderCategorBox5.inner {
  padding: 0.3125rem 0 0.375rem 0;
}
.iderCategorBox5.inner::after {
  display: none;
}
.iderProductDelBox5 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 1.25rem 0;
}
.iderProductDelBox5 ul {
  width: 100%;
  margin-top: 0.75rem;
  gap: 0.4rem;
  grid-template-columns: repeat(auto-fit, minmax(5.5rem, 1fr));
}
.iderProductDelBox5 ul li {
  width: 100%;
  max-width: 5.575rem;
  height: 7.8rem;
  padding: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: solid 1px #d9d9d9;
}
.iderProductDelBox5 li .img {
  width: 100%;
  height: 4.525rem;
  overflow: hidden;
  padding: 0.125rem;
  display: block;
}
.iderProductDelBox5 li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.iderProductDelBox5 li .text {
  width: 100%;
  padding: 0.1875rem 0.125rem 0.125rem 0.25rem;
}
.iderProductDelBox5 li .text .name {
  font-size: 0.25rem;
  font-weight: 500;
  line-height: 0.375rem;
  min-height: 0.75rem;
  color: #000;
}
.iderProductDelBox5 li .com-ls24 {
  min-height: 0.9375rem;
  margin: 0.05rem 0 0.125rem 0;
}
.iderProductDelBox5 li:hover {
  background-image: var(--bgimg);
}
.iderProductDelBox5 li:hover .name,
.iderProductDelBox5 li:hover .com-ls24 {
  color: #fff;
}
.iderProductDelBox5 li:hover .com-mores {
  background-image: none;
  background-color: #fff;
  color: #000;
}
textarea,
input {
  transition: all 0.3s;
}
textarea:focus,
input:focus {
  border: 1px solid var(--mainColor);
}
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .header,
  .footer .con ul li:last-child {
    display: none;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  body {
    padding-top: 60px !important;
  }
  .ideDetailsBox2.fixed {
    top: 60px;
  }

  .mobileHeader {
    background-image: var(--bgimg);
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .headerSwiper .text .title,
  .com-tl,
  .iderIndexBox7 .text .com-tl,
  .iderBanner .text .title,
  .iderCompanyBox2 .img .text .ls,
  .iderCompanyBox2 .text .title,
  .iderCompanyBox3 .title,
  .iderCompanyBox4Swiper .text .time,
  .iderPartnerBox4 .text .title,
  .iderSolutionDelBox5Swiper .text .title,
  .iderChooseBox1Con .lt .title {
    font-size: 18px;
    line-height: 1.4;
  }
  .headerSwiper .text .ls,
  .iderIndexBox1Swiper .con .name,
  .iderIndexBox3Con .item .name,
  .iderIndexBox4 .top .text .tl,
  .iderCaseDelBox2 li .text .name,
  .iderBanner .text .ls,
  .iderCompanyBox3 .con .item .name,
  .iderPartnerBox1Con .item .name,
  .iderPartnerBox2 .text .ls,
  .iderPartnerBox4 .text .ls,
  .iderCategorBox2NavBto .item li .text .name,
  .iderCategorBox3 li .name,
  .iderCategorBox4 li .text .name,
  .iderCategorBox5 ul li .name,
  .iderProductDelBox4Item3 .text .title,
  .iderProductDelBox5 li .text .name,
  .iderServiceBox2Con li .name,
  .iderSolutionDelBox2Con .item .name,
  .iderSolutionDelBox4 .title {
    font-size: 16px;
    line-height: 1.2;
  }
  .iderCaseDelBox1 .form .title,
  .iderChooseBox2 .itemList .item {
    font-size: 16px;
  }
  .headerSwiper .text .ls {
    margin: 8px 0 12px 0;
    text-align: center;
  }
  .com-mores,
  .iderProductDelBox2 .rt .downs {
    width: fit-content !important;
    padding: 0 20px;
    height: 38px !important;
    line-height: 38px !important;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox4 .bottom,
  .iderIndexBox5,
  .iderIndexBox6,
  .iderIndexBox7,
  .iderCaseDelBox1,
  .iderCaseDelBox2,
  .iderCaseDelBox3,
  .iderCompanyBox1,
  .iderCompanyBox3,
  .iderCompanyBox4,
  .iderPartnerBox1,
  .iderPartnerBox3,
  .iderPartnerBox5,
  .iderCategorBox2,
  .iderCategorBox3,
  .iderCategorBox4,
  .iderCategorBox5,
  .iderSolutionDelBox7,
  .iderProductDelBox2,
  .iderServiceBox1,
  .iderSolutionDelBox1,
  .iderSolutionDelBox2,
  .iderSolutionDelBox3,
  .iderSolutionDelBox4,
  .iderSolutionDelBox5,
  .iderSolutionDelBox6,
  .iderChooseBox1,
  .iderChooseBox2,
  .iderChooseBox3 {
    padding: 20px 0;
  }
  .iderProductDelBox4Item1,
  .iderProductDelBox4Item2,
  .iderProductDelBox4Item3,
  .iderProductDelBox4Item4,
  .iderProductDelBox4Item5,
  .iderCategorBox5.inner,
  .iderProductDelBox5,
  .iderServiceBox2,
  .iderServiceBox3 {
    padding: 10px 0;
  }
  .footer,
  .footer .con,
  .iderChooseBox4 {
    padding-top: 20px;
  }

  .iderCompanyBox2,
  .iderPartnerBox2 {
    padding: 0 0 20px 0;
  }
  .footer .logo,
  .iderCaseDelBox1 .com-card,
  .iderCompanyBox1 .com-card,
  .iderProductDelBox4Item1 .com-card,
  .iderProductDelBox4Item3 .com-card,
  .iderProductDelBox4Item2 .com-card,
  .iderProductDelBox4Item4 .com-card,
  .iderProductDelBox4Item5 .com-card,
  .iderCategorBox5.inner .com-card,
  .iderServiceBox1 .com-card,
  .iderServiceBox2 .com-card {
    padding-bottom: 20px;
  }
  .iderIndexBox2 .title,
  .iderIndexBox3 .title,
  .iderIndexBox4 .top .text .com-ls30,
  .iderIndexBox5 .title,
  .footer .con ul li:first-child,
  .iderCompanyBox4 .lt,
  .iderCompanyBox4 .rt,
  .iderPartnerBox1Con .item .img,
  .iderPartnerBox4 .text .ls,
  .iderPartnerBox5 .title,
  .iderCategorBox2NavBto .item .title,
  .iderSolutionDelBox7 .com-tl,
  .iderProductDelBox4Item4 .title,
  .iderServiceBox3 .item .img,
  .iderSolutionDelBox4 .title,
  .iderSolutionDelBox4 .tl,
  .iderChooseBox4 .title {
    width: 100%;
  }
  .iderIndexBox3Con .item,
  .iderIndexBox4 .top,
  .iderIndexBox5Con .lt .img,
  .iderIndexBox6,
  .iderCaseDelBox2 li .img,
  .iderPartnerBox1Con .item,
  .iderCategorBox5 ul li,
  .iderProductDelBox2Swiper1,
  .iderProductDelBox4Item3 .img,
  .iderProductDelBox4Item4 ul li,
  .iderServiceBox1 .img,
  .iderServiceBox3 .item .img,
  .iderSolutionDelBox2Con .item ul li,
  .iderSolutionDelBox2Con .item .img,
  .iderSolutionDelBox3Con .imgList,
  .iderSolutionDelBox4 ul li,
  .iderChooseBox2Con li .img ,
  .iderChooseBox3Swiper .con,
  .iderChooseBox3Swiper .con .img{
    height: auto;
  }
  .iderIndexBox2 ul {
    gap: 12px;
  }
  .iderIndexBox2 ul li,
  .iderCaseDelBox2 ul li,
  .iderPartnerBox5 ul li,
  .iderCategorBox2NavBto .item ul li,
  .iderCategorBox3 ul li,
  .iderCategorBox4 ul li,
  .iderProductDelBox4Item4 ul li,
  .iderProductDelBox5 ul li,
  .iderSolutionDelBox2Con .item ul li,
  .iderSolutionDelBox4 ul li,
  .iderChooseBox2Con ul li {
    max-width: 100%;
  }
  .iderIndexBox1Swiper,
  .iderIndexBox1Swiper .con .text .com-mores,
  .iderIndexBox2 ul,
  .iderIndexBox3Con,
  .iderIndexBox3 .mores,
  .iderIndexBox5Con,
  .iderIndexBox6-pagination,
  .iderIndexBox6Swiper,
  .iderCaseDelBox2 ul,
  .iderCompanyBox1 .videos,
  .iderCompanyBox2 .text .com-ls30,
  .iderPartnerBox1Con,
  .iderPartnerBox2 .text .ls,
  .iderPartnerBox5 ul,
  .iderCategorBox2Item,
  .iderCategorBox3 ul,
  .iderCategorBox4 ul,
  .iderCategorBox5 ul,
  .table-container,
  .iderProductDelBox4Item3 .con,
  .iderProductDelBox4Item4 ul,
  .iderProductDelBox4Item5 .videos,
  .iderProductDelBox5 ul,
  .iderServiceBox2Con,
  .iderSolutionDelBox2 .navItem,
  .iderSolutionDelBox2Con,
  .iderSolutionDelBox3Con,
  .iderSolutionDelBox4 ul,
  .iderSolutionDelBox6Swiper,
  .iderSolutionDelBox6-pagination,
  .iderChooseBox2Con,
  .iderChooseBox3Swiper,
  .iderChooseBox3-pagination,
  .iderChooseBox4 .map {
    margin-top: 15px;
  }
  .iderCompanyBox3 .top {
    margin-bottom: 15px;
  }
  .iderIndexBox5Con,
  .iderIndexBox7 .com-card,
  .footer .con,
  .iderCaseDelBox1 .com-card,
  .iderCompanyBox1 .top,
  .iderCompanyBox2 .com-card,
  .iderCompanyBox3 .top,
  .iderCompanyBox4 .com-card,
  .iderPartnerBox1Con .item,
  .iderPartnerBox2 .text,
  .iderCategorBox2NavCon .item,
  .iderSolutionDelBox7 .com-card,
  .iderProductDelBox2 .com-card,
  .iderProductDelBox4Item3 .con,
  .iderServiceBox1 .com-card,
  .iderServiceBox3 .item,
  .iderSolutionDelBox1 .com-card,
  .iderSolutionDelBox2 .navItem,
  .iderSolutionDelBox3Con,
  .iderSolutionDelBox5Swiper .con,
  .iderChooseBox1 .top,
  .iderChooseBox1Con {
    flex-wrap: wrap;
  }
  .iderIndexBox5Con .rt,
  .iderIndexBox7 .text,
  .footer .con ul,
  .iderCaseDelBox1 .lt,
  .iderCompanyBox1 .top .lt,
  .iderChooseBox1 .top .text,
  .iderCompanyBox2 .text,
  .iderCompanyBox3 .top .lt,
  .iderCompanyBox3 .top .com-ls30,
  .iderPartnerBox1Con .item .lt,
  .iderPartnerBox2 .text .com-tl,
  .iderSolutionDelBox7 .rt,
  .iderProductDelBox4Item3 .text,
  .iderServiceBox3 .item .text,
  .iderSolutionDelBox1 .text,
  .iderSolutionDelBox3Con .lt,
  .iderSolutionDelBox5Swiper .text,
  .iderChooseBox1Con .lt {
    flex: none;
    width: 100%;
  }
  .iderIndexBox5Con .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderIndexBox1 .com-title {
    width: 100%;
    margin-top: 7px;
  }
  .iderIndexBox2 li .name {
    font-size: 16px;
    margin: 8px 0 10px 0;
  }
  .iderIndexBox2 li .icon {
    height: 50px !important;
  }
  .iderIndexBox3Con .item {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 12px 0;
  }
  .iderIndexBox3Con .item:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox3Con .item:nth-child(2n) {
    margin-top: 0;
  }
  .iderIndexBox4 .top .text .video_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  .iderIndexBox4 .top .text .title {
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
  }
  .iderIndexBox4 .top .text .com-ls30 {
    margin-bottom: 10px;
  }
  .iderIndexBox4 .bottom .counter,
  .iderIndexBox4 .bottom .em {
    font-size: 26px;
  }
  .iderIndexBox4 .bottom .ls,
  .iderCaseDelBox1 .lt .text p {
    line-height: 25px;
  }
  .iderIndexBox7 .img {
    margin: 15px 0 0;
    height: auto;
  }
  .footer .con .form {
    width: 100%;
    margin: 10px 0 0;
  }
  .footer .con .name {
    margin-bottom: 12px;
  }
  .footerLink {
    margin-top: 15px;
  }
  .footer .bottom {
    margin-top: 15px;
    padding: 2% 0;
  }
  .iderCaseDelBox1 .lt {
    padding: 0;
    border-right: none;
    margin: 0 0 15px 0;
  }
  .iderCaseDelBox1 .com-card {
    flex-direction: column-reverse;
  }
  .iderCaseDelBox1 .form {
    width: 100%;
    position: static;
    margin: 0 0 15px 0;
  }
  .iderCompanyBox1 .top .lt,
  .iderCompanyBox2 .img,
  .iderCompanyBox3 .top .lt {
    margin: 0 0 15px 0;
  }
  .iderCaseDelBox1 .form form {
    width: 100%;
  }
  .iderCaseDelBox2 ul,
  .iderPartnerBox5 ul,
  .iderCategorBox2NavBto .item ul,
  .iderProductDelBox5 ul,
  .iderServiceBox2Con ul,
  .iderChooseBox2Con ul {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .iderCompanyBox1 .videos .icon {
    width: 60px;
    height: 60px;
  }
  .iderCompanyBox2 .text ul li,
  .iderCompanyBox3 .top .com-ls30 p,
  .iderProductDelBox4Item3 .text .com-ls30 p {
    margin-bottom: 4px;
  }
  .iderCompanyBox3 .con .item .icon {
    width: 35px;
    margin-right: 10px;
    height: 35px;
  }
  .iderCompanyBox4 .lt,
  .iderSolutionDelBox7 .com-tl {
    margin: 0 0 15px 0;
  }
  .iderPartnerBox1Con .item .lt .icon {
    width: 45px;
    margin-right: 10px;
  }
  .iderPartnerBox1Con .item .lt {
    padding: 2%;
  }
  .iderPartnerBox2 .text {
    width: 100%;
    position: static;
    padding: 4% 3%;
    transform: translate(0);
  }
  .iderPartnerBox3Con .item {
    width: calc(100% / 3);
    margin-bottom: 35px;
  }
  .iderPartnerBox3Con {
    margin-top: 25px;
  }
  .iderPartnerBox3Con .item .img {
    height: auto;
    background: none !important;
    border-radius: 10px;
    border: 1px solid var(--mainColor);
  }
  .iderPartnerBox3Con .item .icon {
    width: 45px;
  }
  .iderCategorBox1 .img {
    width: 30%;
    height: auto;
  }
  .iderCategorBox2NavCon {
    margin: 25px 0;
  }
  .iderCategorBox2NavCon .items {
    width: calc(100% / 3);
    margin-bottom: 10px;
  }
  .iderCategorBox2NavCon .items::after {
    bottom: -10px;
  }
  .iderCategorBox2NavBto .item ul li {
    padding: 10px;
  }
  .iderCategorBox3 li .icon {
    width: 40px;
    height: 40px;
  }
  .iderCategorBox5 ul li .name {
    padding: 2%;
  }
  .iderProductDelBox2 .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderProductDelBox2Swiper1 .img {
    padding: 30px;
  }
  .iderProductDelBox3.fixed {
    top: 60px;
  }
  .iderProductDelBox4Item3 .img {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderProductDelBox4Item5 .videos .icon {
    width: 60px;
    height: 60px;
  }
  .iderServiceBox1 .text .com-ls30 {
    margin: 8px 0 15px 0;
  }
  .iderServiceBox1 .img {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderServiceBox3 .item:nth-child(2n) .img {
    margin: 0 0 15px 0;
  }
  .iderServiceBox2Con li .icon {
    height: 45px;
    margin-right: 10px;
  }
  .iderServiceBox3 .item .img {
    margin: 0 0 15px 0;
  }
  .iderServiceBox3 .item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .iderServiceBox3 .item .icon {
    height: 45px;
    margin-right: 12px;
  }
  .iderSolutionDelBox1 .img {
    margin: 15px 0 0;
  }
  .iderSolutionDelBox1 .text .com-ls30 {
    margin: 8px 0 10px 0;
  }
  .iderSolutionDelBox2 .navItem .item {
    margin-bottom: 6px;
  }
  .iderSolutionDelBox3Con .imgList {
    width: 100%;
    margin: 15px 0 0;
  }
  .iderSolutionDelBox3Con .imgList .img {
    height: 250px;
  }
  .iderSolutionDelBox5Swiper .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderSolutionDelBox5Swiper .bottom {
    position: static;

    margin: 0 auto;
    margin-top: 15px;
  }
  .iderChooseBox1 .top .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderChooseBox1 .top {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .iderChooseBox1Con .lt .ls {
    margin: 8px 0 12px 0;
  }
  .iderChooseBox1Con .imgList {
    margin: 15px 0 0;
    height: auto;
  }
  .iderChooseBox2 .itemList .item {
    padding-bottom: 8px;
  }
  .iderChooseBox2Con li .name {
    height: auto;
    padding: 4%;
  }.iderProductDelBox3 a{
    padding-bottom: 6px;
    margin: 0 4% 4px 0;
  }
}

@media screen and (max-width: 768px) {
  .header-pagination {
    bottom: 2% !important;
  }
  .iderIndexBox1Swiper .con .img,
  .iderIndexBox7 .img,
  .footer .bottom .ls,
  .iderBanner .text .lt,
  .iderCompanyBox2 .img,
  .iderCompanyBox3 .con .item .lt,
  .iderServiceBox2Con ul,
  .iderSolutionDelBox1 .img,
  .iderSolutionDelBox5Swiper .img,
  .iderChooseBox1Con .imgList {
    width: 100%;
  }
  .iderIndexBox1Swiper .con,
  .iderIndexBox1Swiper .con .img,
  .iderIndexBox2 ul li,
  .iderIndexBox6Swiper .img,
  .iderCaseDelBox2 ul li,
  .iderCompanyBox4Swiper,
  .iderCategorBox2NavBto .item li .img,
  .iderCategorBox2NavBto .item ul li,
  .iderCategorBox3 ul li,
  .iderProductDelBox5 li .img,
  .iderServiceBox2Con,
  .iderSolutionDelBox6Swiper .con {
    height: auto;
  }
  .iderIndexBox2 ul li,
  .iderCategorBox3 ul li {
    padding: 5% 4%;
  }
  .footer .bottom,
  .iderCompanyBox3 .con .item {
    flex-wrap: wrap;
  }
  .iderIndexBox1Swiper .con .bto {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .iderIndexBox1Swiper .con .text {
    flex: none;
    width: 100%;
    margin: 0;
  }
  .iderCompanyBox3 .con .item .lt {
    margin-bottom: 10px;
  }
  .iderCompanyBox3 .con .item {
    padding: 15px 0;
  }
  .iderSolutionDelBox2Con .item ul {
    gap: 12px;
  }
  .iderIndexBox2 ul,
  .iderCaseDelBox2 ul,
  .iderCategorBox2NavBto .item ul,
  .iderCategorBox4 ul,
  .iderServiceBox2Con ul,
  .iderSolutionDelBox2Con .item ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderServiceBox2Con ul li {
    max-width: 100%;
  }
  .iderIndexBox3Con .item .name {
    padding: 2%;
  }
  .iderIndexBox4 .top .bg {
    height: 45vh;
  }
  .iderIndexBox6Swiper .img {
    padding: 10px;
    min-height: 95px;
  }
  .footer .bottom .ls {
    text-align: center;
  }
  .iderIndexBox4 .bottom ul {
    grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
  }
  .footer .con ul li a,
  .footer .con ul li div {
    line-height: 26px;
  }
  .iderCaseDelBox2 ul li {
    padding: 10px;
  }
  .iderCompanyBox4Swiper .text {
    padding: 4%;
  }
  .iderPartnerBox3Con .item,
  .iderCategorBox2NavCon .items {
    width: calc(100% / 2);
  }
  .iderCategorBox1 .img {
    margin-left: 4%;
  }
  .iderCategorBox2NavBto .item li .text .name {
    min-height: auto;
  }
  .iderServiceBox2Con ul {
    position: static;
  }
  .iderServiceBox2Con ul li {
    min-height: auto;
    padding: 3% 2%;
    box-shadow: 0 0 15px rgba(189, 188, 188, 0.5);
  }
}
@media screen and (max-width: 600px) {
  .iderCategorBox4 ul li {
    height: auto;
    flex-wrap: wrap;
  }
  .iderCategorBox4 li .text {
    flex: none;
    width: 100%;
    padding: 4% 0;
  }
  .iderCategorBox4 li .img {
    width: 100%;
    height: auto;
  }
  .iderCategorBox5 ul,
  .iderSolutionDelBox4 ul,
  .iderChooseBox2Con ul {
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderSolutionDelBox4 .com-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .iderIndexBox3Con .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderIndexBox5Con .rt .item,
  .iderCaseDelBox3 .com-card,
  .footer .con .form .item,
  .iderCompanyBox4Swiper .con {
    flex-wrap: wrap;
  }
  .iderPartnerBox4,
  .iderPartnerBox5 ul li,
  .iderProductDelBox5 ul li {
    height: auto;
  }
  .iderCaseDelBox3 .lt,
  .footer .con .form .inputItem,
  .iderCompanyBox4Swiper .times,
  .iderPartnerBox3Con .item {
    flex: none;
    width: 100%;
  }
  .iderPartnerBox3Con .com-ls24 {
    min-height: auto;
  }
  .iderCompanyBox4Swiper .text {
    margin: 15px 0 0;
  }
  .iderIndexBox5Con .rt .item .img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .iderCaseDelBox3 .lt {
    margin-bottom: 15px;
  }
  .iderIndexBox5Con .rt .item .text {
    padding: 3% 0 0;
  }
  .iderCompanyBox4Swiper .times {
    margin: 0;
  }
  .iderCompanyBox4Swiper .text::before,
  .iderCompanyBox4Swiper::before {
    display: none;
  }
  .iderPartnerBox4 .bg {
    height: 40vh;
  }
  .iderPartnerBox5 ul,
  .iderCategorBox2NavTop,
  .iderProductDelBox5 ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderPartnerBox5 li .name {
    margin: 15px 0;
  }
  .iderCategorBox2NavTop .items {
    margin-bottom: 15px;
  }
  .iderProductDelBox5 li .text .name {
    min-height: auto;
  }
  .iderCategorBox2NavCon .items {
    width: 100%;
    border: none !important;
    min-height: auto;
    margin-bottom: 20px;
  }
  .iderSolutionDelBox7 .rt .item .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding: 7px 12px;
    line-height: 37px;
    text-overflow: ellipsis;
  }
  .iderSolutionDelBox7 .rt .item .text {
    padding: 0 12px;
  }
  .iderSolutionDelBox7 .rt .item.active .name {
    display: block;
    line-height: 25px;
  }
  .iderProductDelBox5 li .text {
    padding: 2% 2% 0 0;
  }
  .iderSolutionDelBox3Con .lt .item {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .iderIndexBox4 .top .bg {
    height: 55vh;
  }
  .iderIndexBox4 .bottom ul {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }
  .iderIndexBox4 .bottom ul li {
    border-right: none;
  }
  .iderBanner .bg {
    height: 35vh;
  }
  .iderCategorBox1 .com-card {
    flex-wrap: wrap;
  }
  .iderCategorBox1 .img {
    width: 50%;
    margin: 15px auto 0 auto;
  }
  .iderCategorBox1 .bg {
    height: 50vh;
  }
  .iderSolutionDelBox2 .navItem .item {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .headerSwiper .bg {
    height: 45vh;
  }
  .iderCompanyBox2 .img .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 4% 2%;
  }
}
@media screen and (max-width: 360px) {
  .iderBanner .bg,
  .iderPartnerBox4 .bg {
    height: 50vh;
  }
  .iderCategorBox1 .bg {
    height: 75vh;
  }
}
/* #endregion  Response style */
