/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src:
    url("../css/font/fontIcon/iconfont.woff2?t=1765777637515") format("woff2"),
    url("../css/font/fontIcon/iconfont.woff?t=1765777637515") format("woff"),
    url("../css/font/fontIcon/iconfont.ttf?t=1765777637515") format("truetype");
}
.iconfont {
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont::after,
.iconfont::before {
  font-family: "iconfont";
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Black";
  src: url("font/Roboto-Black.ttf");
}
@font-face {
  font-family: "Roboto-ExtraBold";
  src: url("font/Roboto-ExtraBold.ttf");
}
@font-face {
  font-family: "Roboto-ExtraLight";
  src: url("font/Roboto-ExtraLight.ttf");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("font/Roboto-Italic.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("font/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto";
  src: url("font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-SemiBold";
  src: url("font/Roboto-SemiBold.ttf");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("font/Roboto-Thin.ttf");
}

html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
:root {
  --mainColor: #94bc3f;
  --bg-c: #f7f7f7;
  --color-a: #696969;
  --main-font: "Roboto", system-ui, -apple-system, sans-serif;
}
body {
  font-family: var(--main-font);
}
.com-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}
/* #endregion  */

/* #region System style */
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
}
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4% !important;
  }
  .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;
    border-radius: 10px;
  }
  .system_faq_item .text {
    padding: 0 4%;
  }
  .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;
    line-height: 25px;
    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: baseline; */
  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;
  transition: all 0.3s !important;
  border: none !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !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;
  border: none !important;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 1px !important;
}
.system_contact_form button[type="submit"] {
  width: 3rem !important;
  height: 0.575rem !important;
  font-size: 0.2rem !important;
  text-align: center !important;
  line-height: 0.575rem !important;
  color: #ffffff !important;
  display: block !important;
  background-color: var(--mainColor) !important;
  margin: 0 auto !important;
}
.system_contact_form button {
  cursor: pointer;
}
.system_contact_form .ls {
  font-size: 0.225rem;
  color: #000;
}
.system_contact_form .ls 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;
  background-color: var(--bg-c);
}
.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;
  flex: 1;
  flex-wrap: wrap;
  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 {
  margin-top: 1.1875rem !important;
  width: 100%;
  padding: 0.625rem 0;
  background-color: var(--bg-c);
}
.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 #fff;
  border-bottom: 1px solid #fff;
}
.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 #fff !important;
}
.system_newsDel_form form textarea {
  width: 100%;
  display: flex;
  height: 1.5rem;
  color: #333;
  font-size: 0.225rem;
  border-radius: 0.0625rem;
  background-color: #fff;
  border: 1px solid #fff;
  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,
.system_newsDel_form form input[type="submit"] {
  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;
    margin-top: 0 !important;
  }
  .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 a {
  font-style: italic;
  line-height: 2;
  text-decoration: underline !important;
}
.system_product_del_box3 ul,
.system_product_del_box3 ol,
.system_product_del_box3 li {
  list-style: inherit;
}
.system_product_del_box3 ul,
.system_product_del_box3 ol {
  padding-left: 0.25rem;
  margin-bottom: 0.1rem;
}
.system_product_del_box3 table {
  width: 100% !important;
  overflow: auto;
  height: auto;
  border: 1px solid #000;
}
.system_product_del_box3 table th,
.system_product_del_box3 table td {
  width: fit-content !important;
  font-size: 0.2rem !important;
  color: #000 !important;
}
.system_product_del_box3 table td {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 4px 10px;
}
.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;
}
h2 {
  font-size: 0.3rem;
  line-height: 2.3;
}
h3 {
  font-size: 0.225rem;
  line-height: 2.2;
}
h4 {
  font-size: 0.2rem;
  line-height: 2;
}
.system_product_del_box2.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 333;
}
.system_nav_box .separator {
  font-family: "Poppins";
}
@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 {
}
.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-product .rank-math-breadcrumb p span {
  color: #000;
}
@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;
  }
}
/* 单页 */
.system_single_page {
  width: 100%;
  height: auto;
  padding: 3% 0;
}
.system_single_pageText {
  width: 100%;
  height: auto;
  margin-top: 2%;
}
.system_single_pageText p,
.system_single_pageText,
.system_single_pageText p span,
.system_single_pageText span {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.system_single_pageText img {
  margin: 0.125rem 0;
  width: auto;
}
table {
  width: 100%;
  height: auto;
  overflow: auto;
  border: 1px solid #000;
}
table td {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  text-align: center;
  transition: all 0.3s;
  min-height: 0.4375rem;
  padding: 0 0.125rem;
}
table tr:hover td {
  background-color: var(--mainColor);
  color: #fff;
}
@media screen and (max-width: 768px) {
  table {
    display: block;
  }
  .pagination .page-numbers {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 500px) {
  .system_single_pageText img {
    width: 100%;
  }
}
/* #endregion */

/* #region  Page style */
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.5s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(135, 172, 76, 0.6);
  transform: translateY(-5px);
}
.com-ls24,
.com-ls24 p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ffffff;
}
.com-ls30,
.com-ls30 p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #ffffff;
}
.com-ls30.black,
.com-ls30.black p,
.com-ls24.black,
.com-ls24.black p {
  color: #000;
}
.com-ls30.grey,
.com-ls30.grey p,
.com-ls24.grey,
.com-ls24.grey p {
  color: #484848;
}
.com-tl {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  line-height: 0.6rem;
  color: #000000;
}
.com-title {
  text-decoration: underline;
  font-size: 0.225rem;
  color: #000000;
  margin-bottom: 0.125rem;
}
.com-title.center,
.com-tl.center,
.com-ls24.center,
.com-ls30.center {
  text-align: center;
}
.com-title.white,
.com-tl.white {
  color: #fff;
}
.header {
  width: 100%;
  height: auto;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.3s;
}
.header.inner {
  background-color: #fff;
}
.header.active {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  animation: slideDown 0.5s ease-out;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .com-card {
  width: 23.5rem;
}
.headerTop {
  width: 100%;
  height: auto;
  padding-top: 0.225rem;
}
.headerTop .lt {
  flex: 1;
}
.headerTop .rt {
  height: 0.7rem;
  width: fit-content;
  height: 0.7rem;
  padding: 0 0.4875rem;
  background-color: var(--mainColor);
  border-radius: 0.125rem;
}
.headerTop .logo {
  width: 1.925rem;
  height: auto;
}
.headerTop .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.headerTop .search {
  width: 16px;
  height: 16px;
  object-fit: contain;
  cursor: pointer;
}

.languageSwitching {
  cursor: pointer;
  height: 100%;
  margin-left: 17px;
}
.languageSwitching .icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
}
.menu-level1 > li,
.menu-level1 {
  height: 100%;
}
.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.425rem;
}
.menu-level1 > li > a {
  font-size: 0.2rem;
  color: #000000;
}
.headerBto {
  width: 100%;
  height: 0.8375rem;
}
.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 0 0.25rem;
}

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 0.125rem;
}
.headerSwiper .swiper-slide {
  position: relative;
  border-radius: 0.125rem;
}
.headerSwiper .bg {
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  object-fit: cover;
  vertical-align: bottom;
}
.headerSwiper .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 1.025rem;
}
.headerSwiper .text .title {
  font-family: Roboto-Bold;
  font-size: 0.775rem;
  line-height: 0.8125rem;
  color: #ffffff;
}
.headerSwiper .text .con {
  width: 100%;
  align-items: flex-start;
}
.headerSwiper .text .lt {
  width: 60%;
}
.headerSwiper .text .tl {
  font-size: 0.225rem;
  color: #e5e5e5;
  margin-top: 0.1875rem;
}
.headerSwiper .text .com-ls24 {
  padding-top: 0.175rem;
  width: 20%;
}
.header-pagination {
  position: absolute;
  justify-content: end;
  padding-right: 1.75rem;
  bottom: 0.6875rem !important;
  z-index: 22;
}
.header-pagination .swiper-pagination-bullet {
  background-color: #ffffff;
  opacity: 0.9;
  transition: all 0.3s;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}
.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.625rem 0;
}
.iderIndexBox2 .title {
  text-align: center;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1;
}
.iderIndexBox2 .tl {
  font-family: Roboto-Light;
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.125rem;
  color: #000000;
}
.iderIndexBox2 ul {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.iderIndexBox2 ul li {
  width: 2rem;
  cursor: pointer;
  height: auto;
  margin: 0 0.25rem 0.125rem 0;
}
.iderIndexBox2 li img {
  width: 100%;
  height: auto;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s;
}
.iderIndexBox2 ul li:nth-child(9n) {
  margin-right: 0;
}
.iderIndexBox2 li:hover img {
  filter: none;
}

.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 1.6875rem 0 0.4125rem 0;
}
.iderIndexBox3Top {
  width: 100%;
  height: auto;
}
.iderIndexBox3Top .lt {
  width: 4.9125rem;
  height: auto;
  margin-right: 0.8125rem;
}
.iderIndexBox3Top .rt {
  position: relative;
  width: calc((100% - 5.725rem));
  height: 10.1375rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0.975rem 0.15rem rgba(101, 101, 101, 0.04);
  border-radius: 0.125rem;
  padding: 0.2rem;
}

.iderIndexBox3Top .lt .con {
  width: 100%;
  height: 6.2125rem;
  margin-top: 1.5rem;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 0.975rem 0.15rem rgba(101, 101, 101, 0.04);
  border-radius: 0.125rem;
  padding: 0.875rem 0.2125rem;
  overflow: hidden;
}
.iderIndexBox3Swiper {
  width: 100%;
  height: 100%;
  border-left: 0.0125rem solid #ffffff;
  overflow: visible;
}
.iderIndexBox3Swiper .name {
  font-size: 0.225rem;
  color: #000000;
  cursor: pointer;
  position: relative;
  padding-left: 0.25rem;
}
.iderIndexBox3Swiper .name::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.0313rem;
  display: block;
  content: "";
  width: 0.0625rem;
  height: 0;
  transition: all 0.3s;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.975rem 0.15rem rgba(101, 101, 101, 0.04);
  border-radius: 0.0375rem;
}
.iderIndexBox3Swiper .swiper-slide-thumb-active .tl {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderIndexBox3Swiper .swiper-slide-thumb-active .name::after {
  color: var(--mainColor);
}
.iderIndexBox3Swiper .swiper-slide-thumb-active .name::before {
  height: 0.375rem;
}
.iderIndexBox3Swiper .name::after {
  display: block;
  font-family: Poppins;
  content: ">";
  font-size: 0.3rem;
  color: #000000;
  transition: all 0.3s;
}
.iderIndexBox3Swiper2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox3Swiper2 .img {
  width: 12.3rem;
  height: 8.2625rem;
  overflow: hidden;
}
.iderIndexBox3Swiper2 .swiper-slide {
  display: flex;
  position: relative;
  flex-direction: column;
  height: 100%;
  align-items: end;
}
.iderIndexBox3Swiper2 .text {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  left: 0.4875rem;
  bottom: 0.625rem;
  width: 70%;
  height: 3.0875rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.975rem 0.15rem rgba(101, 101, 101, 0.04);
  border-radius: 0.125rem;
  padding: 0.25rem 0.5625rem 0.375rem 0.5625rem;
}
.iderIndexBox3Swiper2 .text .name {
  display: block;
  font-size: 0.375rem;
  color: #ffffff;
}
.iderIndexBox3Swiper2 .text .bto {
  width: 100%;
}
.iderIndexBox3Swiper2 .text .mores {
  text-decoration: underline;
  font-size: 0.2rem;
  color: #ffffff;
}
.iderIndexBox3Swiper2 .text .Inquiry {
  font-size: 0.2rem;
  margin-left: 0.8125rem;
  cursor: pointer;
  color: #ffffff;
}
.iderIndexBox3-prev,
.iderIndexBox3-next,
.iderIndexBox6-prev,
.iderIndexBox6-next,
.iderIndexBox10-prev,
.iderIndexBox10-next,
.iderprev,
.idernext,
.comPrev,
.comNext {
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(88, 88, 88, 0.1);
  border-radius: 0.3rem;
  font-family: Poppins;
  font-size: 0.375rem;
  color: #575757;
  transition: all 0.3s;
}
.iderIndexBox3-prev:hover,
.iderIndexBox3-next:hover,
.iderIndexBox6-prev:hover,
.iderIndexBox6-next:hover,
.iderIndexBox10-prev:hover,
.iderIndexBox10-next:hover,
.comPrev:hover,
.comNext:hover,
.iderprev:hover,
.idernext:hover {
  color: #fff;
  background-color: var(--mainColor);
}
.iderIndexBox3-prev,
.iderIndexBox10-prev {
  margin-right: 0.1625rem;
}
.iderIndexBox3Top .rt .btos {
  position: absolute;
  width: fit-content;
  height: auto;
  right: 0.2rem;
  bottom: 0.575rem;
  z-index: 2;
}
.swiper-button-disabled {
  cursor: no-drop;
}
.iderIndexBox3Bto {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.975rem 0.15rem rgba(101, 101, 101, 0.04);
  border-radius: 0.0625rem;
  margin-top: 1.225rem;
  padding: 0.375rem 0.725rem 0.5625rem 1.2rem;
}
.iderIndexBox3Bto .title {
  width: 100%;
  text-align: center;
  font-family: Roboto-Light;
  font-size: 0.375rem;
  color: #000000;
  margin-bottom: 0.4375rem;
}
.iderIndexBox3Bto input,
.iderIndexBox3Bto textarea {
  width: 3.525rem;
  height: 0.625rem;
  margin-right: 0.125rem;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 0.2rem;
  padding-left: 0.15rem;
  color: #7f7f7f;
}
.iderIndexBox3Bto textarea {
  padding: 0.2125rem 0 0 0.15rem;
}
.iderIndexBox3Bto input[type="submit"] {
  width: 2.15rem;
  cursor: pointer;
  height: 0.625rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.625rem;
  padding: 0;
  color: #f4f4f4;
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0.25rem;
}
.iderIndexBox4 .top {
  width: 100%;
  height: auto;
}
.iderIndexBox4 .top .lt {
  width: 30%;
}
.iderIndexBox4 .top .com-ls30 {
  width: 45%;
}
.iderIndexBox4Con {
  width: 100%;
  height: 9.275rem;
  margin-top: 0.8125rem;
}
.iderIndexBox4Con .lt {
  flex: 1;
  height: 100%;
}
.iderIndexBox4Con .lt ul {
  height: 100%;
}
.iderIndexBox4Con .lt li {
  width: calc((100% - 0.15rem) / 3);
  margin-right: 0.15rem;
  border-radius: 0.0625rem;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}

.iderIndexBox4Con .name {
  font-size: 0.2rem;
  color: #ffffff;
  padding-bottom: 0.0625rem;
  border-bottom: 1px solid transparent;
}
.iderIndexBox4Con .name::before {
  display: block;
  content: "";
  width: 0.0875rem;
  margin-right: 0.075rem;
  height: 0.0875rem;
  background-color: #ffffff;
  border-radius: 0.0125rem;
}
.iderIndexBox4Con .rt {
  width: 8.775rem;
  height: 100%;
}
.iderIndexBox4Con .rt ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.iderIndexBox4Con .rt li {
  position: relative;
  width: 100%;

  overflow: hidden;
  height: calc((100% - 0.1125rem) / 2);
  transition: all 0.4s ease;
}
.iderIndexBox4Con .rt li:first-child {
  margin-bottom: 0.1125rem;
}
.iderIndexBox4Con .lt li.active {
  width: 60%;
}
.iderIndexBox4Con li.active .name {
  border-color: rgba(255, 255, 255, 0.3);
}
.iderIndexBox4Con .rt li.active {
  height: 80%;
}
.iderIndexBox4Con li .text {
  position: absolute;
  left: 0.2375rem;
  bottom: 0.3375rem;
  width: 4.9125rem;
  height: 0;
  background-color: transparent;
  border-radius: 0.125rem;
  transition: all 0.4s ease;
  padding: 0.1875rem 0.275rem 0.275rem 0.275rem;
}
.iderIndexBox4Con li.active .text {
  backdrop-filter: blur(15px);
  height: 2.9875rem;
}
.iderIndexBox4Con li .img {
  width: 100%;
  height: 100%;
}
.iderIndexBox4Con li .text .ls {
  font-family: Roboto-Bold;
  font-size: 0.375rem;
  line-height: 0.5rem;
  height: 0;
  overflow: hidden;
  color: #ffffff;
  transition: all 0.3s;
  margin: 0.0625rem 0 0.3125rem 0;
}
.iderIndexBox4Con li .text .mores {
  font-size: 0.2rem;
  color: #ffffff;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}

.iderIndexBox4Con li .text .Inquiry {
  font-size: 0.2rem;
  color: #ffffff;
  height: 0;
  overflow: hidden;
  cursor: pointer;
  margin-left: 0.5625rem;
  transition: all 0.3s;
}
.iderIndexBox4Con li.active .mores,
.iderIndexBox4Con li.active .Inquiry,
.iderIndexBox4Con li.active .ls {
  height: auto;
  overflow: visible;
}
.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding-bottom: 1.125rem;
}
.iderIndexBox5 .con {
  position: relative;
  width: 100%;
  height: 11.7875rem;
}
.iderIndexBox5 .con::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 1.5125rem;
  height: 100%;
  background: url(../picture/bg2.png) no-repeat;
  background-size: contain;
}
.iderIndexBox5 .bg {
  width: 82.2%;
  height: 100%;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.iderIndexBox5 .text {
  position: absolute;
  left: 1.3375rem;
  bottom: 1.2375rem;
  width: 5.8125rem;
  height: 3.85rem;
  border-radius: 0.25rem;
  backdrop-filter: blur(15px);
  padding: 0.625rem 0.4375rem 0.125rem 0.4375rem;
}
.iderIndexBox5 .text .nu {
  align-items: flex-start;
}
.iderIndexBox5 .text .counter {
  font-family: Roboto-Bold;
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 1.4375rem;
}
.iderIndexBox5 .text em {
  font-family: Roboto-Bold;
  font-size: 0.525rem;
  color: #ffffff;
}
.iderIndexBox5 .text .ls {
  font-family: Roboto-Light;
  font-size: 0.3rem;
  margin-top: 0.375rem;
  line-height: 0.375rem;
  color: #ffffff;
}
.iderIndexBox5 .rt {
  width: 43.2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 0;
  top: 50%;
  height: 8.8rem;
  transform: translateY(-50%);
  background-color: #fff;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding: 0.75rem 2.4rem 1.25rem 0.6125rem;
}
.iderIndexBox5 .rt .mores {
  display: block;
  width: 4.1875rem;
  line-height: 0.6875rem;
  transition: all 0.3s;
  height: 0.6875rem;
  background-color: var(--mainColor);
  border-radius: 0.35rem;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
}
.iderIndexBox5 .rt .com-ls30 {
  margin-top: 0.375rem;
}
.iderIndexBox5 .rt .com-ls30 p {
  margin-bottom: 0.25rem;
}
.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 2.6375rem 0;
}
.iderIndexBox6 .top .lt {
  width: 45%;
}
.iderIndexBox6 .top .com-ls30 {
  width: 46%;
}
.iderIndexBox6Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.9375rem;
}

.comIderIndexSwiper .swiper-slide {
  width: 5.9625rem;
  height: 7.0625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.15rem;
}
.comIderIndexSwiper .swiper-slide:hover .mores {
  color: var(--mainColor);
}
.comIderIndexSwiper .img {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.comIderIndexSwiper .text {
  width: 100%;
  height: auto;
  padding: 0.275rem 0.125rem 0.375rem 0.1125rem;
}
.comIderIndexSwiper .text .com-ls24 {
  margin: 0.15rem 0 0.375rem 0;
}
.comIderIndexSwiper .text .name {
  width: 100%;
  font-size: 0.225rem;
  line-height: 0.3rem;
  color: #000000;
}
.comIderIndexSwiper .text .mores {
  font-size: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
  transition: all 0.3s;
}
.comIderIndexSwiper .text .Inquiry {
  font-size: 0.2rem;
  cursor: pointer;
  color: #7d7d7d;
}
.iderIndexBox6-pagination,
.iderCustomizedBox6-pagination {
  height: 0.6rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0 0.5rem;
  width: fit-content !important;
  margin: 0 0.15rem;
}
.iderIndexBox6-pagination .swiper-pagination-bullet-active,
.iderCustomizedBox6-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderIndexBox6 .bottom {
  margin-top: 0.625rem;
}
.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 0 0 1.875rem 0;
}
.iderIndexBox7 .com-title,
.iderIndexBox7 .com-tl {
  text-align: center;
}
.iderIndexBox7 .com-tl {
  width: 50%;
  margin: 0 auto;
}
.iderIndexBox7 ul {
  width: 100%;
  margin-top: 1.75rem;
}
.iderIndexBox7 ul li {
  position: relative;
  width: 2.65rem;
  height: 3.175rem;
  transition: all 0.3s;
  background-color: var(--bg-c);
  border-radius: 0.225rem;
  padding-top: 0.8rem;
  margin: 0 0.2375rem 0.125rem 0;
}
.iderIndexBox7 ul li:nth-child(7n) {
  margin-right: 0;
}
.iderIndexBox7 li .type {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.95rem;
  height: 0.65rem;
  line-height: 0.65rem;
  background-color: #ffffff;
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  font-size: 0.2rem;
  text-align: center;
  color: #575757;
}
.iderIndexBox7 li .img {
  width: 1rem;
  height: 1rem;
  border-radius: 0.225rem;
  margin: 0 auto;
}
.iderIndexBox7 li .img1 {
  background-color: rgba(238, 165, 59, 0.3);
}
.iderIndexBox7 li .img2 {
  background-color: rgba(148, 188, 63, 0.3);
}
.iderIndexBox7 li .img3 {
  background-color: rgba(0, 1, 223, 0.1);
}
.iderIndexBox7 li .img4 {
  background-color: rgba(188, 62, 179, 0.1);
}
.iderIndexBox7 li .img5 {
  background-color: rgba(80, 164, 218, 0.1);
}
.iderIndexBox7 li .img6 {
  background-color: rgba(224, 49, 34, 0.1);
}
.iderIndexBox7 li .img7 {
  background-color: rgba(238, 165, 59, 0.1);
}
.iderIndexBox7 li .ls {
  width: 100%;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.3rem;
  padding: 0 0.125rem;
  color: #000000;
  margin-top: 0.325rem;
}
.iderIndexBox7 li .icon {
  width: auto;
  height: 0.625rem;
  object-fit: contain;
  transition: all 0.4s;
}
.iderIndexBox8 {
  width: 100%;
  height: auto;
  padding: 0.775rem 0 0.875rem 0;
}
.iderIndexBox8 .title {
  width: 60%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.15rem;
  color: #fff;
}
.iderIndexBox8 ul {
  width: 100%;
  margin-top: 0.5rem;
}
.iderIndexBox8 ul li {
  width: 5.475rem;
  height: 3.925rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.125rem;
  margin: 0 43px 0.55rem 0;
  transition: all 0.3s;
  padding: 0.375rem 0.4375rem 0.125rem 0.4375rem;
}
.iderIndexBox8 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderIndexBox8 ul li:hover {
  background-color: #fff;
}
.iderIndexBox8 li .icon {
  width: auto;
  height: 0.875rem;
  display: block;
  transition: all 0.3s;
  object-fit: contain;
}
.iderIndexBox8 li .name {
  font-family: Roboto-LightItalic;
  font-size: 0.25rem;
  line-height: 0.375rem;
  text-align: center;
  color: #000000;
  font-style: italic;
  margin: 0.1875rem 0 0.25rem 0;
}
.iderIndexBox9 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  position: relative;
}
.iderIndexBox9 .con {
  position: absolute;
  left: 0;
  top: 1.6625rem;
  width: 100%;
}
.iderIndexBox9 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox9 .lt {
  width: 5.475rem;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.iderIndexBox9 .lt .title {
  width: 100%;
  height: 1.8125rem;
  background-color: var(--mainColor);
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.17);
  border-radius: 0.125rem;
}
.iderIndexBox9 .lt .bto {
  width: 100%;
  padding: 0.375rem 0.75rem 0.25rem 0.75rem;
}
.iderIndexBox9 .lt .bto .item {
  font-family: Roboto-Medium;
  text-decoration: underline;
  font-size: 0.2rem;
  color: #000000;
  width: calc(100% / 2);
  margin-bottom: 0.275rem;
  transition: all 0.3s;
}
.iderIndexBox9 .rt {
  width: 12.3rem;
  height: 5.9875rem;
  position: relative;
}
.iderIndexBox9 .lt .bto .item:hover {
  color: var(--mainColor);
}

.iderIndexBox9 .rt .name {
  font-family: Roboto-Light;
  font-size: 0.1875rem;
  color: #000000;
  margin-top: 0.1rem;
}
.iderIndexBox9 .rt .item {
  width: fit-content;
  position: absolute;
}
.iderIndexBox9 .rt .item1 {
  top: 2.3375rem;
  left: 0.6875rem;
}
.iderIndexBox9 .rt .item2 {
  bottom: 2.0625rem;
  left: 0.8rem;
}
.iderIndexBox9 .rt .item3 {
  bottom: 0.925rem;
  left: 2.5125rem;
}
.iderIndexBox9 .rt .item4 {
  bottom: 0.25rem;
  right: 6.275rem;
}
.iderIndexBox9 .rt .item5 {
  top: 3.3rem;
  right: 6.75rem;
}
.iderIndexBox9 .rt .item6 {
  top: 2.0875rem;
  flex-direction: column-reverse;
  right: 6.8625rem;
}
.iderIndexBox9 .rt .item7 {
  right: 2.05rem;
  top: 3rem;
  flex-direction: row;
}
.iderIndexBox9 .rt .item7 .name {
  margin: 0 0 0 0.125rem;
}
.iderIndexBox9 .rt .item8 {
  right: 2.7rem;
  bottom: 0.4375rem;
}

.iderIndexBox9 .rt .item1 .dot {
  --dot-color: #eea53b;
}
.iderIndexBox9 .rt .item2 .dot {
  --dot-color: #0001df;
}
.iderIndexBox9 .rt .item3 .dot {
  --dot-color: #bc3eb3;
}
.iderIndexBox9 .rt .item4 .dot {
  --dot-color: #e03122;
}
.iderIndexBox9 .rt .item5 .dot {
  --dot-color: #94bc3f;
}
.iderIndexBox9 .rt .item6 .dot {
  --dot-color: #50a4da;
}
.iderIndexBox9 .rt .item7 .dot {
  --dot-color: #bc3eb3;
}
.iderIndexBox9 .rt .item8 .dot {
  --dot-color: #0001df;
}
.iderIndexBox9 .rt .item .dot {
  width: 0.2625rem;
  height: 0.2625rem;
  border-radius: 50%;
  background-color: #fff;
  border: 0.075rem solid var(--dot-color);
  position: relative;
  display: block;
}
.iderIndexBox9 .rt .item .dot::after {
  content: "";
  position: absolute;
  top: -0.075rem;
  left: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  border-radius: 50%;
  border: 0.075rem solid var(--dot-color);
  opacity: 0.8;
  z-index: -1;
  animation: dotPulse 2s infinite ease-out;
}
@keyframes dotPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.iderIndexBox9 .rt .item .dot {
  animation: dotBreath 2s infinite ease-in-out;
}

@keyframes dotBreath {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.iderIndexBox10 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.175rem 0;
}
.iderIndexBox10 .top {
  width: 100%;
  height: auto;
}
.iderIndexBox10 .top .com-ls24 {
  width: 36%;
}
.iderIndexBox10Con {
  width: 100%;
  height: 8.4rem;
  margin-top: 0.75rem;
}
.iderIndexBox10Con .rt {
  position: relative;
  width: calc((100% - 8.3375rem));
  height: 100%;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  padding: 0.3125rem 0 0.25rem 0.5rem;
}
.iderIndexBox10Con .rt::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: "";
  width: 85%;
  height: 1px;
  background-color: #d9d9d9;
}
.iderIndexBox10Con .lt {
  width: 8.1375rem;
  margin-right: 0.2rem;
  height: 100%;
  border-radius: 0.125rem;
  padding: 0.5625rem 0.5625rem 0.25rem 0.5625rem;
}
.iderIndexBox10Con .lt .tl {
  width: 100%;
  padding-bottom: 0.25rem;
  margin-bottom: 0.4375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.iderIndexBox10Con .lt .com-ls30 {
  margin: 0.1875rem 0 0.5rem 0;
}
.iderIndexBox10Con .lt .type {
  font-family: Roboto-Bold;
  font-size: 0.3rem;
  color: #ffffff;
}
.iderIndexBox10Con .lt .time {
  font-family: Roboto-Bold;
  font-size: 0.2rem;
  color: #ffffff;
}
.iderIndexBox10Con .lt .name {
  display: inline-block;
  font-family: Roboto-Bold;
  font-size: 0.6rem;
  line-height: 0.75rem;
  color: #ffffff;
}
.com-mores {
  display: block;
  width: 2.375rem;
  height: 0.6875rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--mainColor);
  border-radius: 0.35rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.6875rem;
  color: #ffffff;
}
.iderIndexBox10Con .rt .tl .name {
  font-family: Roboto-Bold;
  font-size: 0.3rem;
  color: #000000;
}
.iderIndexBox10Con .rt .tl .mores {
  width: 1.875rem;
  height: 0.475rem;
  border-radius: 0.2375rem;
  border: solid 1px #8b8b8b;
  font-size: 0.2rem;
  text-align: center;
  transition: all 0.3s;
  line-height: 0.475rem;
  color: #8b8b8b;
}
.iderIndexBox10Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.25rem;
}
.iderIndexBox10Swiper .img {
  width: 100%;
  height: 3.4375rem;
  border-radius: 0.0625rem;
  overflow: hidden;
}
.iderIndexBox10Swiper .time {
  font-family: Roboto-Bold;
  font-size: 0.2rem;
  color: #4d4d4d;
}
.iderIndexBox10Swiper .text {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0.375rem 0.25rem 0.125rem;
}
.iderIndexBox10Swiper .name {
  font-family: Roboto-Bold;
  font-size: 0.25rem;
  line-height: 0.375rem;
  display: block;
  margin: 0.1rem 0 0.225rem 0;
  width: 100%;
  color: #272727;
}
.iderIndexBox10Swiper .com-ls24 {
  color: #838383;
}
.iderIndexBox10Swiper .mores {
  font-size: 0.2rem;
  display: block;
  transition: all 0.3s;
  margin-top: 0.2875rem;
  letter-spacing: 0.0125rem;
  color: #838383;
}
.iderIndexBox10Con .rt .bottom {
  position: absolute;
  right: 0;
  z-index: 2;
  bottom: -0.3125rem;
}
.iderIndexBox10Swiper .mores:hover {
  color: var(--mainColor);
}
.footer {
  width: 100%;
  height: auto;
  background: url(../picture/bg8.png) no-repeat;
  background-size: cover;
  padding: 1.25rem 0 1.5rem 0;
}
.footer .top {
  width: 100%;
  margin-bottom: 1.1875rem;
}
.footer .top .tl {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 0.6rem;
  color: #ffffff;
}
.footer .top .com-ls30 {
  text-align: center;
  margin: 0.0875rem 0 0.225rem 0;
}
.footer .top .com-mores {
  width: 2.375rem;
  cursor: pointer;
  font-family: Roboto-Bold;
}
.footerBto {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 0.25rem;
}
.footerBto .tops {
  width: 100%;
  height: auto;
  padding: 0.9375rem 1.6875rem 0.5rem 0.25rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.125rem;
}
.footerBto .lt {
  width: 46%;
  margin-right: 1.5rem;
}
.footerBto .lt .img {
  width: 4.8625rem;
  height: 6.925rem;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-right: 0.25rem;
}
.footerBto .lt .logo {
  width: 3.125rem;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.4375rem;
}
.footerBto .lt input {
  width: 3.6125rem;
  height: 0.675rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  font-family: Roboto-Thin;
  font-size: 0.2rem;
  padding-left: 0.2rem;
  color: rgba(0, 0, 0, 0.7);
}
.footerBto .lt .form {
  width: 100%;
  margin: 0.375rem 0 0.475rem 0;
}
.footerBto .lt .text {
  flex: 1;
}
.footerBto .lt input[type="submit"] {
  width: 1.25rem;
  padding: 0;
  height: 0.6625rem;
  line-height: 0.6625rem;
  text-align: center;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  cursor: pointer;
  font-family: Roboto-Bold;
  margin-left: 0.05rem;
  font-size: 0.2rem;
  letter-spacing: 0.0125rem;
  color: #ffffff;
}
.footerLink a {
  width: 0.475rem;
  transition: all 0.3s;
  height: 0.475rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0.05rem;
  margin-right: 0.125rem;
}
.footerLink a:hover {
  background-color: var(--mainColor);
}
.footerLink a:first-child .icon {
  filter: invert(1);
}

.footerLink .icon {
  width: auto;
  height: 0.2rem;
  object-fit: contain;
  transition: all 0.3s;
}
.footerLink a:hover .icon {
  filter: brightness(0) invert(1);
}
.footerBto ul {
  flex: 1;
  justify-content: space-between;
}
.footerBto ul li {
  display: flex;
  flex-direction: column;
}
.footerBto ul li:last-child {
  width: 32%;
}
.footerBto li .name {
  font-family: Roboto-Bold;
  font-size: 0.2rem;
  margin-bottom: 0.375rem;
  color: #000000;
}
.footerBto li a {
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #000000;
  transition: all 0.3s;
}
.footerBto li a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}
.footerBto .bottom {
  position: absolute;
  bottom: 1rem;
  right: 1.6875rem;
  width: 22%;
  padding-top: 0.15rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.iderComNav {
  width: 100%;
  height: auto;
  padding: 0.125rem 0;
}
.iderComNav a {
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
}
.iderComNav a:hover,
.iderComNav a.active {
  color: var(--mainColor);
}
.iderComNav a::after {
  content: "/";
  font-size: 0.2rem;
  display: block;
  margin: 0 0.05rem;
  color: #000;
}
.iderComNav a:last-child::after {
  display: none;
}
.iderledBox1 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 0;
  background-color: #f5f5f5;
}
.com-tl2 {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 0.9rem;
  line-height: 1;
  margin: 0.125rem 0 0.25rem 0;
  color: #000000;
}
.iderledBox1 .com-mores {
  width: 4.1875rem;
  margin: 0 auto;
  margin-top: 1.125rem;
  border-radius: 0.35rem;
}
.iderledBox1 .img {
  width: 100%;
  height: auto;
  padding: 0 0.25rem;
  overflow: hidden;
  margin-top: 0.5875rem;
  border-radius: 0.125rem;
}
.iderledBox1 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderledBox2 {
  width: 100%;
  height: auto;
  padding: 1.2125rem 0 1.25rem 0;
  border-bottom: 1px solid rgba(46, 93, 136, 0.1);
}
.iderledBox2 .text {
  flex: 1;
}
.iderledBox2 .img {
  width: 12.3rem;
  height: 6.925rem;
  overflow: hidden;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.16);
  border-radius: 0.125rem;
  margin-left: 0.625rem;
}
.iderledBox2 .text .com-ls30 p {
  margin-top: 0.25rem;
}
.iderledBox2 .text .com-mores {
  width: 4.1875rem;
  margin-top: 0.5rem;
  border-radius: 0.35rem;
}

.iderledBox3 {
  width: 100%;
  height: auto;
  background: linear-gradient(to top, #eaf3f9, #fff);
  padding: 0.75rem 0 1.375rem 0;
}
.iderledBox3 .title {
  width: 65%;
  margin: 0 auto;
  margin-top: 0.175rem;
}
.iderledBox3Con {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderledBox3Con .item {
  width: 4.75rem;
  height: auto;
  margin: 0 0.325rem 0.375rem 0;
}
.iderledBox3Con .item:nth-child(4n) {
  margin-right: 0;
}
.iderledBox3Con .item .img {
  width: 100%;
  height: 3.625rem;
  overflow: hidden;
}
.iderledBox3Con .item .text {
  width: 100%;
  height: 2.25rem;
  background-color: #ffffff;
  padding: 0.2125rem 0.3625rem 0.375rem 0.25rem;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
}
.iderledBox3Con .item .name {
  font-family: Roboto-Bold;
  font-size: 0.25rem;
  color: #3c3c3c;
}
.iderledBox3Con .item .com-ls24 {
  color: #3c3c3c;
  margin: 0.1rem 0 0.3125rem 0;
}
.iderledBox3Con .item .mores {
  font-size: 0.2rem;
  color: #7d7d7d;
  transition: all 0.3s;
}
.iderledBox3Con .item .Inquiry {
  font-size: 0.2rem;
  cursor: pointer;
  color: #7d7d7d;
}
.iderledBox3Con .item:hover .mores {
  color: var(--mainColor);
}
.iderComPage {
  width: 100%;
  height: auto;
}
.iderComPage .pagesCon {
  width: fit-content;
  margin: 0 0.1375rem;
  height: 0.6rem;
  padding: 0 0.375rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
}
.iderComPage .pagesCon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;

  padding: 0 0.125rem;
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  color: #282828;
}
.iderComPage .pagesCon a.active,
.iderComPage .pagesCon a:hover {
  color: var(--mainColor);
}
.iderComPage .pagesCon .dot {
  font-size: 0.225rem;
  color: #282828;
}

.iderledBox4 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0;
}
.comiderledBox1 {
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
}
.comiderledBox1 li {
  width: 3.775rem;
  height: 5.625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.5rem 0.25rem 0.25rem;
  margin: 0 0.2625rem 0.225rem 0;
  transition: all 0.3s;
}
.comiderledBox1 li:nth-child(5n) {
  margin-right: 0;
}
.comiderledBox1 li .icon {
  width: 0.75rem;
  display: block;
  height: 0.675rem;
  object-fit: contain;
  transition: all 0.3s;
}
.comiderledBox1 li .name {
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
  text-align: center;
  margin: 0.15rem 0;
}
.comiderledBox1 li .com-ls24 {
  color: #484848;
  text-align: center;
}
.comiderledBox1 li:hover .icon {
  transform: translateY(-10px);
}
.iderledBox5 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.iderledBox5Con {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  padding-left: 1.9375rem;
}
.iderledBox5Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderledBox5Swiper .swiper-slide {
  width: 5.725rem;
  height: auto;
}
.iderledBox5Swiper .img {
  width: 100%;
  height: 3.6625rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
  padding: 0.3125rem;
}
.iderledBox5Swiper .img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.iderledBox5Swiper .img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderledBox5Swiper .text {
  width: 100%;
  height: 3.175rem;
  margin-top: 0.0375rem;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
  padding: 0.3rem 0.3125rem 0.15rem 0.25rem;
}
.iderledBox5Swiper .text .name {
  font-family: Roboto-Bold;
  font-size: 0.25rem;
  display: block;
  color: #ffffff;
  margin-bottom: 0.15rem;
}
.iderledBox5Swiper .text .com-ls24 {
  width: 100%;
  color: #ffffff;
}
.iderledBox6 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1.875rem 0;
}
.iderledBox6Con {
  width: 100%;
  height: auto;
  align-items: baseline;
  margin-top: 0.75rem;
}
.iderledBox6Con .items {
  width: calc((100% - 0.3125rem) / 2);
}
.iderledBox6Con .item .name {
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  flex: 1;
  color: #000000;
}
.iderledBox6Con .item {
  width: 100%;
  height: auto;
  background-color: rgba(140, 185, 55, 0.1);
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
  margin-bottom: 0.25rem;
}
.iderledBox6Con .item .tl {
  width: 100%;
  height: 1.125rem;
  cursor: pointer;
  padding: 0 0.375rem 0 0.625rem;
}
.iderledBox6Con .item .dot {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.3625rem;
  height: 0.3625rem;
  border-radius: 50%;
  background-color: var(--mainColor);
}
.iderledBox6Con .item .dot::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1875rem;
  height: 0.025rem;
  background-color: #ffff;
}

.iderledBox6Con .item .down {
  width: 100%;
  display: none;
  height: auto;
  padding: 0.375rem 0.25rem 0 0.25rem;
}
.iderledBox6Con .item .dot::before {
  position: absolute;
  left: 50%;
  display: block;
  content: "";
  width: 0.1875rem;
  transition: all 0.3s;
  height: 0.025rem;
  background-color: #ffff;
  transform: translateX(-50%) rotate(90deg);
}
.iderledBox6Con .item.active .dot::before {
  transform: translateX(-50%) rotate(0);
}
.iderledBox6Con .item .img {
  width: 3.125rem;
  height: auto;
  margin-right: 0.1625rem;
  overflow: hidden;
}
.iderledBox6Con .item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderledBox6Con .item .top .com-ls24 {
  flex: 1;
}
.iderledBox6Con .item .top .com-ls24 p {
  margin-bottom: 0.25rem;
}
.iderledBox6Con .item .bto {
  width: 100%;
  min-height: 4.025rem;
  background-color: #ffffff;
  margin-top: 0.125rem;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
  padding: 0.15rem 0.1625rem 0.1625rem;
}
.iderledBox6Con .item .bto p {
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  color: #000000;
}
.iderledBox6Con .item .bto ul {
  margin-top: 0.125rem;
}
.iderledBox6Con .item .bto li {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.iderledBox6Con .item .bto li strong {
  font-weight: normal;
  color: var(--mainColor);
}
.iderledBox7 {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  padding: 0.8125rem 0;
  border-radius: 0.0625rem;
}
.iderledBox7 .title {
  width: 100%;
  text-align: center;
  font-family: Roboto-Light;
  font-size: 0.3rem;
  margin-top: 0.125rem;
  color: #000000;
}
.iderledBox7Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
  margin-top: 0.75rem;
}
.iderledBox7Swiper .con {
  width: 100%;
  position: relative;
  height: 8.4125rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.3375rem 0px rgba(101, 101, 101, 0.24);
  border-radius: 0.0625rem;
  padding-top: 1.125rem;
}
.iderledBox7Swiper .type {
  position: absolute;
  top: 0.4375rem;
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  color: #000000;
  left: 0.25rem;
}
.iderledBox7Swiper .img {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  padding: 0.3375rem;
}
.iderledBox7Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderledBox7Swiper .text {
  width: 100%;
  height: auto;
  padding: 0.1875rem 0.375rem 0.25rem 0.275rem;
}

.iderledBox7Swiper .text ul {
  margin-top: 0.0625rem;
}
.iderledBox7Swiper .text li {
  font-family: Roboto-Light;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #484848;
}
.iderledBox7-pagination {
  width: fit-content !important;
  margin: 0 0.15rem;
  padding: 0 0.375rem;
}
.iderledBox7 .bottom {
  margin-top: 0.625rem;
}
.iderledBox7-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderledBox8 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
  background: linear-gradient(to bottom, #fafafa, #ffff);
}
.iderledBox8 .title {
  color: #484848;
  margin-top: 0.375rem;
  text-align: left;
  width: 80%;
}
.iderledBox8 ul {
  width: 100%;
  margin-top: 1.75rem;
}
.iderledBox8 li {
  width: calc((100% - 1rem) / 5);
  margin: 0 0.25rem 0.125rem 0;
}
.iderledBox8 li:nth-child(5n) {
  margin-right: 0;
}
.iderledBox8 li .img {
  width: 100%;
  height: 3.4375rem;
  overflow: hidden;
  padding: 0.125rem;
}
.iderledBox8 li .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderledBox8 li .name {
  width: 100%;
  border-top: 2px solid var(--mainColor);
  font-family: Roboto-Bold;
  font-size: 0.3rem;
  padding: 0.3125rem 0;
  text-align: center;
  color: var(--mainColor);
}
.iderledBox9 {
  width: 100%;
  height: auto;
  padding-top: 1.125rem;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
}
.iderledBox9 .title {
  width: 61%;
  text-align: center;
  margin: 0 auto;
  margin-top: 0.3125rem;
}
.iderledBox9Con {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;

  padding-right: 0.15rem;
}
.iderledBox9Con .lt {
  position: relative;
  padding: 0.6875rem 0 0 2rem;
  background-color: rgba(0, 0, 0, 0.1);
  flex: 1;
}
.iderledBox9Con .rt {
  width: 14.125rem;
  height: auto;

  margin-left: 0.3875rem;
}
.iderledBox9Con .lt .name {
  font-family: Roboto-Bold;
  font-size: 0.25rem;
  color: #ffffff;
}
.iderledBox9Con .lt .item {
  margin-bottom: 0.125rem;
  border-radius: 0.0625rem;
  padding: 0 0.375rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.iderledBox9Con .lt .item.active {
  border-left: 0.075rem solid var(--mainColor);
}
.iderledBox9Con .lt .item .tl {
  width: 100%;
  height: auto;
  padding: 0.2125rem 0;
  cursor: pointer;
}
.iderledBox9Con .lt .item .tl::after {
  content: ">";
  font-family: Poppins;
  font-size: 0.375rem;
  transition: all 0.3s;
  color: #ffffff;
}
.iderledBox9Con .lt .item .text {
  width: 100%;
  display: none;
  padding-bottom: 0.25rem;
}
.iderledBox9Con .rt .item {
  width: 100%;
  height: 0;
  overflow: hidden;
}
.iderledBox9Con .rt .bto {
  margin: 1.25rem 0 0.825rem 0;
}
.iderledBox9Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderledBox9Swiper .img {
  width: 100%;
  height: 4.6875rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  padding: 0.3375rem;
}
.iderledBox9Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderledBox9Swiper .name {
  width: 100%;
  height: 0.9625rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  text-align: center;
  margin-top: 1px;
  color: #000000;
}
.iderledBox9-pagination {
  width: fit-content !important;
  padding: 0 0.5rem;
  height: 0.6rem;
  margin: 0 0.1375rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.3rem;
}
.iderledBox9-pagination .swiper-pagination-bullet-active,
.iderledBox10-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderledBox9-prev,
.iderledBox9-next {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(134, 182, 57, 0.1);
  border-radius: 50%;
  cursor: pointer;
  font-family: Poppins;
  font-size: 0.375rem;
  color: #f2f2f2;
}
.iderledBox9-next:hover,
.iderledBox9-prev:hover {
  background-color: var(--mainColor);
}
.iderledBox9Con .lt .item.active .tl::after {
  transform: rotate(90deg);
}
.iderledBox9Con .rt .item.active {
  height: auto;
  overflow: visible;
}
.iderledBox10 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.525rem 0;
}
.iderledBox10 .title {
  width: 65%;
  margin: 0 auto;
  margin-top: 0.125rem;
  color: #484848;
}
.iderledBox10Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.iderledBox10Swiper .img {
  width: 100%;
  height: 4.9125rem;
  overflow: hidden;
  border-radius: 0.0625rem;
}
.iderledBox10Swiper .text {
  width: 100%;
  height: 2.9625rem;
  background-color: rgba(138, 184, 64, 0.1);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #484848;
  padding: 0.4375rem 0.25rem 0.125rem 0.4125rem;
}
.iderledBox10Swiper .text .com-ls30 {
  display: block;
  color: #484848;
}
.iderledBox10-pagination {
  margin-top: 0.5625rem;
}
.iderledBox11 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.6875rem 0;
}
.iderledBox11Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.3125rem;
}
.iderledBox11Swiper .con {
  width: 100%;
  height: 3.8875rem;
  background-color: #ffffff;
  border-radius: 0.0125rem;
  border: solid 0.0125rem #e5e5e5;
}
.iderledBox11Swiper .img {
  width: 4.7rem;
  height: 100%;
  overflow: hidden;
  padding: 0.3125rem;
}
.iderledBox11Swiper .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.iderledBox11Swiper .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderledBox11Swiper .text {
  flex: 1;
  height: 100%;
  padding: 0.375rem 0.3125rem 0.15rem 0.35rem;
  border-left: 1px solid #e5e5e5;
}
.iderledBox11Swiper .text .name {
  display: block;
  width: 100%;
  font-family: Roboto-Bold;
  font-size: 0.3rem;
  color: var(--mainColor);
  margin-bottom: 0.175rem;
}
.iderledBox11-pagination {
  margin-top: 1rem;
}
.iderledBox11-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  transition: all 0.3s;
  background-color: #ffffff;
  opacity: 1;
}
.iderledBox11-pagination .swiper-pagination-bullet-active,
.iderledBox13-pagination .swiper-pagination-bullet-active,
.iderChooseBox2-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderledBox12 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.9375rem 0;
  border-bottom: 1px solid rgba(99, 98, 98, 0.2);
}
.iderledBox12 .rt {
  width: 9.3875rem;
  height: 10.5125rem;
  border-radius: 0.025rem;
  margin-left: 0.875rem;
}
.iderledBox12 .rt .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderledBox12 .lt {
  flex: 1;
}
.iderledBox12 .lt .title {
  margin-top: 0.1625rem;
}
.iderledBox12 .lt .con {
  width: 100%;
  margin-top: 0.4375rem;
}
.iderledBox12 .con .item {
  margin-bottom: 0.375rem;
  border-left: 0.0375rem solid rgba(122, 189, 60, 0.3);
  transition: all 0.3s;
}
.iderledBox12 .con .item.active .name {
  color: var(--mainColor);
}
.iderledBox12 .con .item.active {
  border-color: var(--mainColor);
}
.iderledBox12 .con .item.active .tl::before {
  transform: rotate(45deg);
  margin: 0 0.125rem 0.125rem 0.125rem;
  border-bottom: 0.15rem solid var(--mainColor);
}
.iderledBox12 .con .tl {
  width: 100%;
  padding: 0 0.125rem;
  cursor: pointer;
}
.iderledBox12 .con .tl::before {
  display: block;
  content: "";
  width: 0;
  transition: all 0.3s;
  height: 0;
  transform: rotate(-45deg);
  border-top: 0.15rem solid transparent;
  border-left: 0.15rem solid transparent;
  border-bottom: 0.15rem solid #727272;
  margin: 0 0.1625rem 0.125rem 0;
}
.iderledBox12 .con .name {
  font-size: 0.3rem;
  transition: all 0.3s;
  color: #000000;
}
.iderledBox12 .con .text {
  width: 100%;
  display: none;
  padding: 0.125rem 0 0 0.2rem;
}
.iderledBox12 .rt .img {
  display: none;
}
.iderledBox12 .rt .img.active {
  display: block;
}
.iderledBox12 .com-mores {
  width: 3.0625rem;
  margin-top: 0.525rem;
}
.iderledBox13 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 0.4625rem 0;
}
.iderledBox13 .title {
  width: 68%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.125rem;
}
.iderledBox13Swiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  margin-top: 0.75rem;
}
.iderledBox13Swiper .img {
  width: 100%;
  height: 5.8rem;
  overflow: hidden;
  border-radius: 0.025rem;
}
.iderledBox13Swiper .text {
  width: 100%;
  height: 3.5rem;
  padding: 0.3125rem 0.5625rem 0.25rem 0.375rem;
  border-radius: 0.025rem;
  border: solid 1px #d9d9d9;
}
.iderledBox13Swiper .name {
  display: block;
  width: 100%;
  font-family: Roboto-Bold;
  font-size: 0.3rem;
  color: #000000;
  margin-bottom: 0.125rem;
}
.iderledBox13Swiper .com-ls30 li {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #484848;
}
.iderledBox13Swiper .com-ls30 ul {
  margin-top: 0.25rem;
}
.iderledBox13Swiper .com-ls30 li strong {
  color: var(--mainColor);
}
.iderledBox13-pagination {
  margin-top: 0.8125rem;
}
.iderledBox14 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0;
  background-color: rgba(131, 177, 47, 0.1);
}
.iderledBox14 .title {
  text-align: center;
  margin-top: 0.15rem;
}
.iderledBox14_cum_ls4 li {
  height: 5.45rem;
  width: calc((100% - 0.8625rem) / 4);
  margin: 0 0.2875rem 0.15rem 0;
  padding: 0.8125rem 0.3rem 0.3rem;
}
.iderledBox14_cum_ls4 li:nth-child(5n) {
  margin-right: 0.2875rem;
}
.iderledBox14_cum_ls4 li .name {
  margin: 0.4375rem 0 0.1875rem 0;
}
.iderledBox14_cum_ls4 li:nth-child(4n) {
  margin-right: 0;
}
.iderledBox15 {
  position: relative;
  width: 100%;
  height: 10.1875rem;
}
.iderledBox15 .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.iderledBox15 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
}
.iderledBox15::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 44.5%;
  content: "";
  height: 100%;
  z-index: 1;
  backdrop-filter: blur(30px);
}
.iderledBox15 .text .con {
  width: 43%;
  height: 100%;
  display: flex;
  padding: 0 0.75rem 0 1.125rem;
  flex-direction: column;
  justify-content: center;
}
.iderledBox15 .text .com-ls30 p {
  margin-top: 0.25rem;
}
.iderledBox15 .text .com-ls30 {
  color: #f2f2f2;
}
.iderledBox15 .text .com-mores {
  width: 3.0625rem;
  margin-top: 0.375rem;
}
.iderledBox16 {
  width: 100%;
  height: auto;
  padding: 2.25rem 0 0.625rem 0;
}
.iderledBox16 ul {
  width: 100%;
  margin-top: 0.4625rem;
}
.iderledBox16 ul li {
  width: calc((100% - 0.6875rem) / 2);
  margin: 0 0.6875rem 0.1875rem 0;
  height: 6.375rem;
  border-radius: 0.0625rem;
  position: relative;
}
.iderledBox16 li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.0625rem;
}
.iderledBox16 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderledBox16 .text {
  position: absolute;
  left: 0.2375rem;
  bottom: 0.3375rem;
  width: 6.9125rem;
  height: 2.1rem;
  padding: 0.275rem 0.5rem 0.125rem 0.3125rem;
  border-radius: 0.125rem;
  background: linear-gradient(
    135deg,
    rgba(50, 50, 50, 0.9) 0%,
    rgba(20, 20, 20, 0.3) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.iderledBox16 .text .name {
  display: block;
  font-family: Roboto-Bold;
  font-size: 0.3rem;
  color: #ffffff;
}
.iderledBox16 .text .com-ls24 {
  margin: 0.0625rem 0 0.125rem 0;
}
.iderledBox16 .text .mores {
  font-size: 0.2rem;
  display: block;
  color: #ffffff;
}
.iderledBox17 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1rem 0;
}
.iderledBox17 ul {
  width: 100%;
  margin-top: 0.475rem;
}
.iderledBox17 ul li {
  width: calc((100% - 0.75rem) / 3);
  margin: 0 0.375rem 0.1875rem 0;
  padding: 0.1625rem;
  height: 6.7rem;
  background-color: var(--bg-c);
  border-radius: 0.125rem;
}
.iderledBox17 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderledBox17 li .img {
  width: 100%;
  height: 4rem;
  overflow: hidden;
}
.iderledBox17 li .text {
  width: 100%;
  height: auto;
  padding: 0.15rem 0.375rem 0.5625rem 0.375rem;
}
.iderledBox17 li .name {
  display: block;
  width: 100%;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000000;
}
.iderledBox17 li .mores {
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
}
.iderledBox17 li .bto {
  width: 100%;
  margin-top: 0.375rem;
}
.iderledBox17 li:hover .mores {
  color: var(--mainColor);
}
.iderledBox17 li .inquiry {
  font-size: 0.2rem;
  color: #7d7d7d;
  cursor: pointer;
}
.iderledBox18 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1.25rem 0;
}
.iderledBox18Con {
  width: 100%;
  justify-content: space-between;
  margin-top: 0.375rem;
}
.iderledBox18Con .items {
  width: calc((100% - 0.2375rem) / 2);
  height: auto;
}
.iderledBox18Con .item {
  width: 100%;
  height: auto;
  padding: 0 0.35rem 0 0.35rem;
  margin-bottom: 0.1125rem;
  background-color: var(--bg-c);
  border-radius: 0.25rem;
  border: solid 1px #e5e5e5;
}
.iderledBox18Con .item .name {
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  flex: 1;
  color: #000000;
}
.iderledBox18Con .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.25rem 0;
}
.iderledBox18Con .item.active .tl {
  border-bottom: 1px solid #e5e5e5;
}
.iderledBox18Con .item .text {
  width: 100%;
  display: none;
  padding: 0.375rem 0.5rem 0.375rem 0;
}
.iderledBox18Con .item .dot {
  width: 0.3625rem;
  position: relative;
  height: 0.3625rem;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #afafaf;
}
.iderledBox18Con .item .dot::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 0.1875rem;
  height: 0.025rem;
  background-color: #fff;
}
.iderledBox18Con .item .dot::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  display: block;
  content: "";
  width: 0.1875rem;
  transition: all 0.3s;
  height: 0.025rem;
  background-color: #fff;
}
.iderledBox18Con .item.active .dot {
  background-color: var(--mainColor);
}
.iderledBox18Con .item.active .dot::before {
  transform: translate(-50%, -50%) rotate(0);
}
.iderledBox19 {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.75rem 0;
  background-color: var(--bg-c) !important;
}
.iderledBox19 .title {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 0.225rem;
  color: #666666;
  margin-top: 0.0625rem;
}
.iderledBox19 .form {
  width: 100%;
  height: auto;
  margin-top: 1.1875rem;
}
.iderledBox19 .inputItem {
  width: 100%;
  margin-bottom: 0.2375rem;
}
.iderledBox19 .inputItem input {
  width: calc((100% - 0.25rem) / 2);
  height: 0.575rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  font-family: Roboto-Bold;
  font-size: 0.2rem;
  padding-left: 0.1125rem;
  color: rgba(0, 0, 0, 0.5);
}
.iderledBox19 textarea {
  width: 100%;
  font-family: Roboto-Bold;
  font-size: 0.2rem;
  height: 1.6625rem;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  background-color: #fff;
  box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  padding: 0.125rem 0 0 0.1125rem;
}
.iderledBox19 .com-ls24 {
  font-family: Roboto-Bold;
  margin: 0.1rem 0 0.5625rem 0;
  color: #000000;
}
.iderledBox19 .com-ls24 a {
  color: #005ce0;
  text-decoration: underline;
}
.iderledBox19 input[type="submit"] {
  width: 3rem;
  height: 0.575rem;
  display: block;
  cursor: pointer;
  background-color: var(--mainColor);
  font-family: Roboto-Bold;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.575rem;
  color: #ffffff;
  margin: 0 auto;
}
.iderCaseDelBox1 {
  width: 98%;
  margin: 0 auto;
  height: auto;
  border-radius: 0.125rem;
  background-color: #f5f5f5;
  padding-top: 0.625rem;
}
.iderCaseDelBox1 .com-ls30 {
  margin-top: 0.1125rem;
}
.iderCaseDelBox1 .com-tl2 {
  margin-top: 0.375rem;
}
.iderCaseDelBox1 .img {
  width: 100%;
  height: 8.05rem;
  overflow: hidden;
  transform: translateY(0.65rem);
  border-radius: 0.125rem;
}
.iderCaseDelBox2 {
  width: 100%;
  height: auto;
  padding: 2rem 0 0.375rem 0;
}
.iderCaseDelBox2 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderCaseDelBox2 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderCaseDelBox2 ul li {
  width: calc((100% - 0.9375rem) / 4);
  margin: 0 0.3125rem 0.125rem 0;
  padding: 0.9375rem 0.375rem 0.125rem 0.375rem;
  height: 6.35rem;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  transition: all 0.3s;
}
.iderCaseDelBox2 ul li:hover .icon {
  transform: translateY(-10px);
}
.iderCaseDelBox2 li .icon {
  display: block;
  width: 0.75rem;
  height: 0.675rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderCaseDelBox2 li .name {
  font-family: Roboto-Medium;
  text-align: center;
  font-size: 0.25rem;
  line-height: 0.375rem;
  color: #000000;
  margin: 0.675rem 0 0.4375rem 0;
}
.iderCaseDelBox2 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderCaseDelBox3 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 0.25rem 0;
}
.iderCaseDelBox3 .com-card {
  padding-bottom: 0.8625rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderCaseDelBox3 .img {
  width: 9.7rem;
  overflow: hidden;
  height: 6.35rem;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  margin-left: 1.8125rem;
}
.iderCaseDelBox3 .text {
  flex: 1;
}
.iderCaseDelBox3 .text .title {
  margin: 0.225rem 0 0.4375rem 0;
}
.iderCaseDelBox3 .text .ls,
.iderCaseDelBox3 .text .ls p {
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  line-height: 0.6rem;
  color: #000000;
}
.iderCaseDelBox4 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.375rem 0;
}
.iderCaseDelBox4 .com-card {
  padding-bottom: 1.0625rem;
  border-bottom: solid 1px #e5e5e5;
}
.iderCaseDelBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.iderCaseDelBox4Con .img {
  width: 7.5rem;
  height: 7.9125rem;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  overflow: hidden;
  margin-right: 0.6875rem;
}
.iderCaseDelBox4Con ul {
  flex: 1;
  align-items: baseline;
}
.iderCaseDelBox4Con ul li {
  width: calc((100% - 0.875rem) / 2);
  margin: 0 0.875rem 0.375rem 0;
}
.iderCaseDelBox4Con ul li:nth-child(2n) {
  margin-right: 0;
}
.iderCaseDelBox4Con li .icon {
  display: block;
  height: 0.85rem;
  object-fit: contain;
  width: auto;
  transition: all 0.5s;
}
.iderCaseDelBox4Con li .name {
  width: 100%;
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  padding-bottom: 0.15rem;
  margin: 0.25rem 0 0.225rem 0;
  color: #000000;
  border-bottom: 1px solid #573620;
}
.iderCaseDelBox4Con li:hover .icon {
  transform: translateX(100%);
}
.iderCaseDelbg1 {
  width: 100%;
  height: auto;
}
.iderCaseDelBox5 {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.5rem 0;
}
.iderCaseDelBox5 .com-card {
  padding-bottom: 1rem;
  border-bottom: solid 1px #e5e5e5;
}
.iderCaseDelBox5 ul {
  width: 100%;
  margin-top: 0.4625rem;
}
.iderCaseDelBox5 ul li {
  width: calc((100% - 1.05rem) / 3);
  margin: 0 0.525rem 0.125rem 0;
  height: 4.375rem;
  border-radius: 0.0625rem;
  overflow: hidden;
}
.iderCaseDelBox5 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderCaseDelBox6 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.75rem 0;
}
.iderCaseDelBox6 .title {
  margin-top: 0.125rem;
}
.iderCaseDelBox6 ul {
  width: 100%;
  margin-top: 0.5rem;
}
.iderCaseDelBox6 ul li {
  width: calc((100% - 0.4125rem) / 2);
  margin: 0 0.4125rem 0.125rem 0;
  transition: all 0.3s;
  height: 5.1rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding: 0.4875rem 0 0.25rem 0;
  border: solid 1px #e5e5e5;
}
.iderCaseDelBox6 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderCaseDelBox6 li .img {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  margin-right: 0.35rem;
  overflow: hidden;
}
.iderCaseDelBox6 li .top .rt {
  flex: 1;
}
.iderCaseDelBox6 li .top {
  width: 100%;
  padding: 0 0.125rem 0.3rem 0.925rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderCaseDelBox6 li .top .name {
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  color: var(--mainColor);
}
.iderCaseDelBox6 li .text {
  width: 100%;
  padding: 0.225rem 0.875rem 0 0.925rem;
}
.iderCaseDelBox6 li .top .type {
  font-family: Roboto-Medium;
  font-size: 0.2rem;
  margin-top: 0.0625rem;
  color: #000000;
}
.iderCaseDelBox7 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.5rem 0;
}
.iderCaseDelBox7 .iderledBox3Con {
  margin-top: 0.5625rem;
}
.iderCaseDelBox8 {
  width: 98%;
  background-color: #f5f5f5;
  margin: 0 auto;
  padding: 0.5625rem 0;
}
.iderCaseDelBox8 .img {
  align-items: baseline;
}
.iderCaseDelBox8 .com-ls30 {
  width: 80%;
  margin: 0.1625rem auto 1.125rem auto;
}
.iderCaseDelBox8 .img .item {
  width: 5.95rem;
  height: 4.1625rem;
  border-radius: 0.125rem;
  overflow: hidden;
}
.iderCaseDelBox8 .img .item:nth-child(2) {
  width: 7.325rem;
  height: 4.6rem;
}
.iderCaseDelBox9 {
  width: 100%;
  height: auto;
  padding: 1.0125rem 0 1.5rem 0;
}
.iderCaseDelBox9 .img {
  width: 8.75rem;
  overflow: hidden;
  margin-left: 1.625rem;
  height: 10.2125rem;
}
.iderCaseDelBox9 .text {
  flex: 1;
}
.iderCaseDelBox9 .text .title {
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  color: var(--mainColor);
  margin-bottom: 0.1875rem;
}
.iderCaseDelBox9 .text .con {
  width: 100%;
  padding: 0.5625rem 0 0 0;
  margin-top: 0.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.iderCaseDelBox9 .text .con strong {
  font-family: Poppins-Medium;
  font-size: 0.25rem;
  color: #000000;
}
.iderCaseDelBox9 .text .con ul {
  display: flex;
  flex-wrap: wrap;
}
.iderCaseDelBox9 .text .con li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 0.75rem) / 2);
  margin: 0 0.75rem 0.3125rem 0;
}
.iderCaseDelBox9 .text .con li:nth-child(2n) {
  margin-right: 0;
}
.iderCaseDelBox9 .text .con p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000000;
}
.iderCaseDelBox9 .text .com-mores {
  width: 3.0625rem;
  margin-top: 0.375rem;
}
.iderCaseDelBox10 {
  width: 98%;
  margin: 0 auto;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  padding: 0.6875rem 0 1.75rem 0;
}
.iderCaseDelBox10 .title {
  text-align: center;
  font-size: 0.225rem;
  color: var(--mainColor);
  margin-bottom: 0.25rem;
}
.iderCaseDelBox10 li {
  width: 3.775rem;
  height: 4.0125rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin: 0 0.275rem 0.1875rem 0;
  transition: all 0.3s;
  padding: 0.625rem 0.375rem 0.375rem;
}
.iderCaseDelBox10 ul {
  margin-top: 0.75rem;
}
.iderCaseDelBox10 li:nth-child(5n) {
  margin-right: 0;
}
.iderCaseDelBox10 li .icon {
  width: 0.75rem;
  height: 0.675rem;
  transition: all 0.3s;
  object-fit: contain;
}
.iderCaseDelBox10 li:hover .icon {
  transform: translateY(-10px);
}
.iderCaseDelBox10 li .name {
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  margin: 0.2125rem 0 0.1875rem 0;
  color: #000000;
}
.iderledBoxbg2 {
  width: 100%;
  height: auto;
}
.iderledBox17.inner {
  padding: 1rem 0 0.75rem 0;
}
.iderledBox17.inner li {
  background-color: #fff;
}
.iderCaseDelBox7.inner {
  padding: 0.75rem 0 0.5rem 0;
}
.iderledBox16.inner {
  padding: 0.75rem 0 1.875rem 0;
}
.iderledBox18.inner .item {
  background-color: #fff;
}
.iderTechonBox1 {
  width: 98%;
  height: auto;
  margin: 0 auto;
  padding-top: 0.5625rem;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
}
.iderTechonBox1 .com-ls30 {
  font-size: 0.225rem;
  color: #000000;
  width: 40%;
  margin: 0 auto;
}
.iderTechonBox1 .img {
  width: 100%;
  height: 8.0125rem;
  border-radius: 0.125rem;
  overflow: hidden;
  margin-top: 0.6875rem;
}
.iderTechonBox2 {
  width: 100%;
  height: auto;
  padding: 0.5875rem 0 1.25rem 0;
}
.iderTechonBox2Top {
  width: 100%;
  padding: 0 2.0375rem;
  border-bottom: 1px solid var(--mainColor);
}
.iderTechonBox2Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
}
.iderTechonBox2Swiper .name {
  position: relative;
  width: 100%;
  height: 1.9375rem;
  font-family: Roboto-Medium;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: center;
  padding: 0 0.3125rem;
  color: #575757;
  cursor: pointer;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.11);
  border-radius: 0.125rem 0.125rem 0px 0px;
  transition: all 0.3s;
}
.iderTechonBox2Swiper .name::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  bottom: -0.1875rem;
  display: none;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.3125rem solid transparent;
  border-left: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid var(--mainColor);
}
.iderTechonBox2Swiper .swiper-slide-thumb-active .name {
  background-color: var(--mainColor);
  color: #fff;
}
.iderTechonBox2Swiper .swiper-slide-thumb-active .name::after {
  display: block;
}
.iderTechonBox2Swiper2 {
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 1.8125rem;
  overflow-x: clip;
}
.iderTechonBox2Swiper2 .img {
  width: 11.225rem;
  height: 6.4375rem;
  overflow: hidden;
  border-radius: 0.125rem;
  margin-left: 1.375rem;
}
.iderTechonBox2Swiper2 .text {
  flex: 1;
}
.iderTechonBox2Swiper2 .text .com-ls30 {
  margin: 0.175rem 0 0.75rem 0;
}
.iderTechonBox2Swiper2 .text .com-mores {
  width: 3.7625rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  line-height: 0.75rem;
}
.iderTechonBox3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.875rem 0;
}
.iderTechonBox3 ul {
  width: 100%;
  margin-top: 0.875rem;
}
.iderTechonBox3 ul li {
  width: calc((100% - 0.9375rem) / 4);
  margin: 0 0.3125rem 0.125rem 0;
  height: 7.4625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  transition: all 0.3s;
  padding: 0.6875rem 0.3125rem 0.3125rem;
}
.iderTechonBox3 li img {
  width: 1rem;
  height: 1rem;
  object-fit: cover;
  transition: all 0.3s;
}
.iderTechonBox3 li .active,
.iderTechonBox3 li:hover .default {
  display: none;
}
.iderTechonBox3 li:hover .active {
  display: block;
}
.iderTechonBox3 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderTechonBox3 li .name {
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  margin: 0.4375rem 0 0.15rem 0;
  color: #000000;
  transition: all 0.3s;
}
.iderTechonBox3 li .com-ls30 {
  transition: all 0.3s;
}

.iderTechonBox3 li:hover .name,
.iderTechonBox3 li:hover .com-ls30 {
  color: #fff;
}
.iderTechonBox3 li:hover {
  background-color: var(--mainColor);
}
.iderTechonBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1rem 0;
}
.iderTechonBox4 .item {
  width: 100%;
  margin-bottom: 1.1875rem;
  height: 7.85rem;
  border-radius: 0.125rem;
}
.iderTechonBox4 .item .img {
  width: 10rem;
  height: 100%;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderTechonBox4 .item .text {
  flex: 1;
  height: 100%;
  background-color: #ffffff;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  padding: 0.875rem 1.125rem 0.125rem 0.8125rem;
}
.iderTechonBox4 .item .text .ls {
  margin-top: 0.5rem;
}
.iderTechonBox4 .item .text li {
  font-size: 0.2rem;
  line-height: 0.3rem;
  padding-left: 0.4375rem;
  background: url(../images/im2-7.png) left top no-repeat;
  background-size: 0.25rem 0.225rem;
  background-position-y: 0.0375rem;
  color: #000000;
  margin-bottom: 0.25rem;
}
.iderTechonBox4 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderTechonBox2bg1 {
  width: 100%;
  height: auto;
}
.iderTechonBox5 {
  width: 100%;
  height: auto;
  position: relative;
}
.iderTechonBox5 .com-tl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.9375rem;
}
.iderTechonBox5 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding: 2.5rem 0 1.25rem 0;
}
.iderChooseBox1 ul {
  width: 100%;
  height: auto;
  align-items: flex-start;
  margin-top: 0.475rem;
}
.iderChooseBox1 ul li {
  margin-right: 0.3625rem;
}
.iderChooseBox1 ul li .img {
  position: relative;
  background-color: var(--mainColor);
}
.iderChooseBox1 ul li:last-child {
  margin-right: 0;
}
.iderChooseBox1 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  border-radius: 0.025rem 1.25rem 0.025rem 0.025rem;
}
.iderChooseBox1 li .nu {
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  font-size: 0.225rem;
  color: #ffffff;
  z-index: 2;
}
.iderChooseBox1 ul li:nth-child(2n + 1) .img {
  width: 5.3625rem;
  height: 5.725rem;
  border-radius: 0.025rem;
  overflow: hidden;
}
.iderChooseBox1 ul li:nth-child(2n) .img {
  width: 4.025rem;
  height: 4.3rem;
  overflow: hidden;
  border-radius: 0.025rem;
}
.iderChooseBox1 ul li .name {
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  line-height: 0.375rem;
  padding: 0.1125rem 2% 0.1125rem 0;
  color: #000000;
}
.iderChooseBox1 ul li:nth-child(3),
.iderChooseBox1 ul li:nth-child(4) {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 1.875rem;
}
.iderChooseBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.875rem;
}
.iderChooseBox2 .title {
  width: 45%;
  margin: 0 auto;
  margin-top: 0.3125rem;
}
.iderChooseBox2Top {
  position: relative;
  width: 7.3875rem;
  height: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.16);
  border-radius: 0.375rem;
  border: solid 1px #e5e5e5;
  margin: 0.375rem auto 0.875rem auto;
}
.iderChooseBox2Top .item {
  width: calc(100% / 2);
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  height: 100%;
  color: #282828;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.iderChooseBox2Con {
  width: 100%;
  height: auto;
}
.iderChooseBox2Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderChooseBox2Swiper .swiper-slide {
  width: 6.1625rem;
  height: auto;
}
.iderChooseBox2Swiper .img {
  width: 100%;
  height: 5.7rem;
  overflow: hidden;
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
}
.iderChooseBox2Swiper .name {
  display: block;
  width: 100%;
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  padding: 0.15rem;
  text-align: center;
  color: #090909;
}
.iderChooseBox2Top .item.active {
  color: #fff;
}
.iderChooseBox2Top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #9bc248;
  border-radius: 0.375rem;
  z-index: 1;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.iderChooseBox2Top:has(.item:nth-child(2).active)::before {
  transform: translateX(100%);
}

.iderChooseBox2-pagination {
  width: fit-content !important;
  padding: 0 0.5rem;
  margin: 0 0.15rem;
}
.iderChooseBox2Con .bottom {
  margin-top: 0.625rem;
}
.iderChooseBox2Con .item {
  width: 100%;
  height: auto;
  height: 0;
  overflow: hidden;
}
.iderChooseBox2Con .item.active {
  height: auto;
  overflow: visible;
}
.iderTechonBox1bg1 {
  width: 100%;
  height: auto;
}
.iderChooseBox3 {
  width: 100%;
  height: auto;
  padding: 1.75rem 0 0.8125rem 0;
}
.iderChooseBox3 ul {
  width: 100%;

  margin-top: 1.375rem;
}
.iderChooseBox3 li {
  position: relative;
  width: 3.65rem;
  height: 3.05rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  padding-top: 0.3125rem;
  margin: 0 0.4375rem 0.5375rem 0;
}
.iderChooseBox3 li:nth-child(5n) {
  margin-right: 0;
}
.iderChooseBox3 li .nu {
  position: absolute;
  width: 0.95rem;
  height: 0.5125rem;
  background-color: #ffffff;
  left: 50%;
  border-radius: 0.1875rem;
  text-align: center;
  transform: translateX(-50%);
  top: -0.375rem;
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #575757;
}
.iderChooseBox3 li .img {
  width: 82%;
  height: 1.875rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderChooseBox3 li .name {
  text-align: center;
  margin-top: 0.125rem;
}
.iderChooseBox3 li:nth-child(5n) {
  margin-right: 0;
}
.iderChooseBox3 li:last-child .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderChooseBox3 li:last-child {
  padding: 0;
}
.iderChooseBox3 li .com-mores {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: var(--mainColor);
}
.iderChooseBox4 {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  padding: 1.25rem 0 1.875rem 0;
}
.iderChooseBox4::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1.875rem;
  top: -1.875rem;
  z-index: -1;
  background-color: #f5f5f5;
  left: 0;
}
.iderChooseBox4 .rt {
  width: 11.8125rem;
  margin-left: 0.8125rem;
}
.iderChooseBox4 .rt .name {
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  color: #000000;
  margin-right: 0.1875rem;
  flex: 1;
}
.iderChooseBox4 .rt .item {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin-bottom: 0.125rem;
  background-color: #fff;
  padding: 0.125rem 0.3625rem;
}
.iderChooseBox4 .rt .item.active .tl {
  border-bottom: 1px solid rgba(228, 226, 226, 0.3);
}
.iderChooseBox4 .rt .text {
  width: 100%;
  height: auto;
  display: none;
  padding: 0.175rem 0.375rem 0.375rem 0;
}
.iderChooseBox4 .rt .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.1875rem 0;
}
.iderChooseBox4 .rt .dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transition: all 0.3s;
  position: relative;
  border: solid 0.0125rem #d9d9d9;
}
.iderChooseBox4 .rt .dot::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.2625rem;
  transition: all 0.3s;
  background-color: #dbdbdb;
  height: 0.025rem;
  transform: translate(-50%, -50%);
}
.iderChooseBox4 .rt .dot::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.2625rem;
  background-color: #dbdbdb;
  height: 0.025rem;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.3s;
}
.iderChooseBox4 .rt .item.active .dot {
  background-color: var(--mainColor);
}
.iderChooseBox4 .rt .item.active .dot::before {
  transform: translate(-50%, -50%) rotate(0);
  background-color: #fff;
}
.iderChooseBox4 .rt .item.active .dot::after {
  background-color: #fff;
}
.iderChooseBox4 .text {
  flex: 1;
}
.iderChooseBox4 .text .com-ls30 {
  margin: 0.0875rem 0 0.5rem 0;
}
.iderChooseBox4 .text .img {
  width: 100%;
  height: auto;
}
.iderChooseBox4 .text .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIntroductBox1 .img {
  height: 7.025rem;
}
.iderIntroductBox2bg1 {
  width: 100%;
  height: auto;
}
.iderIntroductBox2 {
  width: 100%;
  height: auto;
  padding: 3.125rem 0 0.875rem 0;
}
.iderIntroductBox2Top {
  width: 100%;
  height: auto;
}
.iderIntroductBox2Top .rt {
  width: 7.125rem;
  height: 7.275rem;
  border-radius: 0.125rem;
  border: solid 1px #ffffff;
  margin-left: 2rem;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
.iderIntroductBox2Top .rt .img {
  position: relative;
  cursor: pointer;
  width: 6.5rem;
  height: 6.625rem;
  border-radius: 0.125rem;
  border: solid 1px #ffffff;
  border-bottom: none;
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
.iderIntroductBox2Top .rt .bg {
  width: 6.0125rem;
  height: 6.1375rem;
  border-radius: 0.125rem;
}
.iderIntroductBox2Top .rt .icon {
  position: absolute;
  width: 2.275rem;
  height: 2.275rem;
  top: 2rem;
  right: 1.775rem;
  z-index: 2;
  border-radius: 50%;
}
.iderIntroductBox2Top .text {
  flex: 1;
}
.iderIntroductBox2Top .text .tl {
  font-family: Roboto-Light;
  font-size: 0.3rem;
  line-height: 0.45rem;
  margin-top: 0.1875rem;
  color: #000000;
}
.iderIntroductBox2Top .text .com-ls30 p {
  margin-top: 0.3125rem;
}
.iderIntroductBox2Bto {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}
.iderIntroductBox2Bto .item {
  width: calc((100% - 0.35rem) / 2);
  height: 6.7rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.125rem;
  margin: 0 0.35rem 0.125rem 0;
  padding: 0.4rem 0.9125rem 0.25rem 0.875rem;
  transition: all 0.3s;
}
.iderIntroductBox2Bto .item:hover {
  background-color: #fff;
}
.iderIntroductBox2Bto .item:nth-child(2n) {
  margin-right: 0;
}
.iderIntroductBox2Bto .item .name {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  color: #000000;
}
.iderIntroductBox2Bto .item .icon {
  width: 1.45rem;
  height: auto;
  object-fit: contain;
  display: block;
}
.iderIntroductBox2Bto .item .tl {
  align-items: baseline;
  margin-bottom: 0.5rem;
}
.iderIntroductBox2Bto .item li {
  position: relative;
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.375rem;
  margin-bottom: 0.1875rem;
  padding-left: 0.5rem;
  transition: all 0.5s;
}
.iderIntroductBox2Bto .item li:hover {
  transform: translate(5%);
}
.iderIntroductBox2Bto .item li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0.425rem;
  height: 0.425rem;
  background: url(../images/im2-11.png) no-repeat;
  background-size: contain;
}
.iderIntroductBox2Bto .item:nth-child(2n) li::before {
  top: 0.025rem;
  width: 0.35rem;
  height: 0.275rem;
  background: url(../images/im2-12.png) no-repeat;
  background-size: contain;
}

.iderIntroductBox2Bto .item li strong {
  font-family: Roboto-Medium;
}

.iderIntroductBox3 {
  width: 100%;
  height: auto;
  padding: 0.1875rem 0 1.375rem 0;
}
.iderIntroductBox3 .com-card {
  width: 15rem;
}
.iderIntroductBox3 .bg {
  width: 100%;
  height: 1.4rem;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 0.5625rem;
  display: block;
}
.iderIntroductBox3Swiper {
  width: 100%;
  height: 23.2rem;
  position: relative;
  overflow: hidden;
  margin-top: 0.725rem;
  padding: 0.25rem 0;
}
.iderIntroductBox3Swiper::after {
  display: block;
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 0.05rem;
  background-color: #003c69;
  border-radius: 0.0125rem;
}
.iderIntroductBox3Swiper .con {
  width: 100%;
  position: relative;
  height: 3.9625rem;
}
.iderIntroductBox3Swiper .dot {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--mainColor);
  border: 0.1125rem solid #fff;
  border-radius: 50%;
}
.iderIntroductBox3Swiper .con .img {
  width: 6.95rem;
  border-radius: 1px;
  height: 100%;
  overflow: hidden;
}
.iderIntroductBox3Swiper .con .text {
  flex: 1;
  padding-left: 1.3rem;
}
.iderIntroductBox3Swiper .con .time {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  margin-bottom: 0.1625rem;
  color: #000000;
}
.iderIntroductBox3Swiper .text .ls strong {
  font-family: Roboto-Bold;
  font-size: 0.3rem;
  color: var(--mainColor);
}

.iderIntroductBox3Swiper .swiper-slide-active .time {
  color: var(--mainColor);
}

.iderIntroductBox4 {
  width: 100%;
  height: 10.0125rem;
  position: relative;
}
.iderIntroductBox4::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 39.2%;
  height: 100%;
  z-index: 3;
  backdrop-filter: blur(30px);
}
.iderIntroductBox4 .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.iderIntroductBox4 .text .con {
  width: 37%;
  padding: 0.5625rem 0.5625rem 0 0;
}
.iderIntroductBox4 .text .com-ls30 {
  margin-top: 0.1875rem;
}
.iderIntroductBox4 .text .com-ls30 p {
  margin-bottom: 0.3125rem;
}
.iderIntroductBox4Swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderIntroductBox4-prev,
.iderIntroductBox4-next {
  width: 0.75rem;
  height: 0.75rem;
  font-family: Poppins;
  cursor: pointer;
  font-size: 0.6rem;
  cursor: pointer;
  transition: all 0.3s;
  background-color: var(--mainColor);
  color: rgba(255, 255, 255, 0.5);
}
.iderIntroductBox4 .bto {
  position: absolute;
  bottom: 0;
  left: 9.425rem;
  z-index: 22;
}
.iderIntroductBox4-next:hover,
.iderIntroductBox4-prev:hover {
  color: #fff;
}
.iderIntroductBox5 {
  width: 100%;
  height: auto;
  background-color: var(--bg-c);
  padding: 1.875rem 0;
}
.iderIntroductBox5 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderIntroductBox5 ul li {
  width: 3.125rem;
  height: auto;
  margin: 0 0.25rem 0.1875rem 0;
  transition: all 0.3s;
}
.iderIntroductBox5 ul li:hover {
  transform: translateY(-10px);
}
.iderIntroductBox5 li .img {
  width: 100%;
  height: 4.4125rem;
  overflow: hidden;
}
.iderIntroductBox5 li .name {
  text-align: center;
  font-size: 0.225rem;
  padding: 0.1875rem;
  color: #000000;
}
.iderIntroductBox5 ul li:nth-child(6n) {
  margin-right: 0;
}
.iderCustomizedBox1 {
  width: 98%;
  margin: 0 auto;
  height: auto;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  padding-top: 0.5625rem;
}
.iderCustomizedBox1 .com-ls30 {
  width: 50%;
  margin: 0 auto;
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #000000;
}
.iderCustomizedBox1 .img {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0.625rem;
}
.iderCustomizedBox1 .img .bg {
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  object-fit: cover;
  vertical-align: bottom;
}
.iderCustomizedBox1 .text {
  position: absolute;
  left: 1.5rem;
  bottom: 0.625rem;
  width: 6.05rem;
  padding: 0.5625rem 0 0.125rem 0.6875rem;
  height: 5.3875rem;
  border-radius: 0.125rem;
  backdrop-filter: blur(30px);
}
.iderCustomizedBox1 .text li {
  font-family: Roboto-Medium;
  position: relative;
  font-size: 0.225rem;
  line-height: 0.375rem;
  padding: 0 0.4375rem 0 1rem;
  margin-bottom: 0.1875rem;
  color: #ffffff;
  padding-bottom: 0.1875rem;
}
.iderCustomizedBox1 .text li::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  height: 0.0125rem;
  width: 81%;
  background-color: rgba(255, 255, 255, 0.2);
}
.iderCustomizedBox1 .text li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0.575rem;
  height: 0.5rem;
  background: url(../images/im3.png) no-repeat;
  background-size: contain;
}
.iderCustomizedBox2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.2375rem 0;
}
.iderCustomizedBox2 .img {
  width: 8.75rem;
  overflow: hidden;
  margin-left: 1.625rem;
  height: 10.2125rem;
}
.iderCustomizedBox2 .text {
  flex: 1;
}
.iderCustomizedBox2 .text .title {
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  color: var(--mainColor);
  margin-bottom: 0.1875rem;
}
.iderCustomizedBox2 .text .con {
  width: 100%;
  margin-top: 0.125rem;
  padding-top: 0.375rem;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.iderCustomizedBox2 .text .con .item {
  margin-bottom: 0.625rem;
}
.iderCustomizedBox2 .text .con .item:hover .icon {
  transform: scale(1.2);
}
.iderCustomizedBox2 .text .icon {
  height: 0.5625rem;
  width: auto;
  display: block;
  margin-right: 0.4375rem;
  object-fit: contain;
  transition: all 0.3s;
}
.iderCustomizedBox2 .text .name {
  font-family: Roboto-Bold;
  font-size: 0.225rem;
  color: #000000;
  margin-bottom: 0.0625rem;
}
.iderCustomizedBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.375rem 0;
}
.iderCustomizedBox3 ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.iderCustomizedBox3 ul li {
  width: 3.75rem;
  height: 4.8375rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin-right: 0.3125rem;
  transition: all 0.3s;
  padding: 0.5rem 0.25rem 0.125rem 0.2375rem;
}
.iderCustomizedBox3 ul li:nth-child(5n) {
  margin-right: 0;
}
.iderCustomizedBox3 ul li:hover .icon {
  transform: translateY(-10px);
}
.iderCustomizedBox3 li .icon {
  width: auto;
  height: 0.8125rem;
  display: block;
  transition: all 0.3s;
  object-fit: contain;
}
.iderCustomizedBox3 li .name {
  font-family: Roboto-Bold;
  font-size: 0.225rem;
  color: #535353;
  margin: 0.3125rem 0 0.35rem 0;
}
.iderCustomizedBox4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.25rem 0;
}
.iderCustomizedBox4 .title {
  width: 48%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderCustomizedBox4 ul {
  width: 100%;
  justify-content: space-between;
  margin-top: 0.8125rem;
  align-items: baseline;
}
.iderCustomizedBox4 li {
  width: calc((100% - 2.5rem) / 6);
}
.iderCustomizedBox4 li .img {
  position: relative;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: var(--mainColor);
  border-radius: 0.225rem;
}
.iderCustomizedBox4 li .img::after {
  position: absolute;
  right: -3.4375rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 320px;
  height: 0.0125rem;
  background-color: var(--mainColor);
}
.iderCustomizedBox4 li .img::before {
  position: absolute;
  right: -1.625rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  transition: all 0.3s;
  width: 0.3375rem;
  height: 0.3375rem;
  background: url(../images/im3-14.png) no-repeat;
  background-size: contain;
}
.iderCustomizedBox4 li:hover .img::before {
  transform: translateX(50%) translateY(-50%);
}
.iderCustomizedBox4 li:hover .icon {
  transform: scale(1.2);
}
.iderCustomizedBox4 li .img .icon {
  width: auto;
  height: 0.625rem;
  object-fit: contain;
  transition: all 0.5s;
}
.iderCustomizedBox4 li:last-child .img::after,
.iderCustomizedBox4 li:last-child .img::before {
  display: none;
}
.iderCustomizedBox4 li .name {
  width: 100%;
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 0.225rem;
  color: #000000;
  margin: 0.25rem 0 0.125rem 0;
}
.iderCustomizedBox4 li .com-ls24 {
  line-height: 0.325rem;
  text-align: center;
}

.iderCustomizedBox6 {
  width: 100%;
  height: auto;
  padding: 1.875rem 0 1.225rem 0;
}
.iderCustomizedBox6 .title {
  width: 56%;
  margin: 0 auto;
  margin-top: 0.0875rem;
}
.iderCustomizedBox6Swiper {
  margin-top: 0.75rem;
}
.iderCustomizedBox6 .bottom {
  margin-top: 0.675rem;
}
.iderCustomizedBox6 .swiper-slide {
  background-color: rgba(255, 255, 255, 0.7);
}
.iderCustomizedBox6-prev,
.iderCustomizedBox6-next {
  background-color: rgba(255, 255, 255, 0.45);
}
.iderCustomizedBox5 {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 1.375rem 0;
}
.iderCustomizedBox5 .title {
  width: 60%;
  margin: 0 auto;
  margin-top: 0.25rem;
}
.iderCustomizedBox5Con {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.iderCustomizedBox5Con .item {
  width: 6.4125rem;
  height: auto;
  margin: 0 0.375rem 0.375rem 0;
}
.iderCustomizedBox5Con .item .img {
  width: 100%;
  overflow: hidden;
  height: 4.175rem;
}
.iderCustomizedBox5Con .item .text {
  width: 100%;
  height: 1.925rem;
  padding: 0.125rem 0.375rem 0.3125rem 0.3125rem;
  background-color: #ffffff;
}
.iderCustomizedBox5Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderCustomizedBox5Con .item .name {
  display: block;
  width: 100%;
  font-family: Roboto-Bold;
  font-size: 0.225rem;
  color: #000000;
}
.iderCustomizedBox5Con .item .mores {
  font-size: 0.2rem;
  transition: all 0.3s;
  color: #7f7f7e;
}
.iderCustomizedBox5Con .item .Inquiry {
  font-size: 0.2rem;
  cursor: pointer;
  color: #7d7d7d;
}
.iderCustomizedBox5Con .com-ls24 {
  margin: 0.1rem 0 0.15rem 0;
}
.iderCustomizedBox5Con .item:hover .mores {
  color: var(--mainColor);
}
.iderCustomizedBox5Bto {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderCustomizedBox5Bto .item {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 0.1875rem 0;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #7f7f7f;
}
.iderCustomizedBox5Bto .item:nth-child(3n) {
  margin-right: 0;
}
.iderCustomizedBox5Bto .item:hover .name {
  color: var(--mainColor);
}
.iderCustomizedBox5Bto .name {
  font-size: 0.225rem;
  flex: 1;
  color: #000000;
  transition: all 0.3s;
}
.iderCustomizedBox5Bto .item::after {
  display: flex;
  align-items: center;
  justify-content: center;
  content: ">";
  width: 0.45rem;
  height: 0.45rem;
  background-color: #cccccc;
  border-radius: 0.225rem;
  font-family: Poppins;
  font-size: 0.375rem;
  color: #676767;
  transition: all 0.3s;
}
.iderCustomizedBox5Bto .item:hover::after {
  background-color: var(--mainColor);
  color: #ffff;
}
.iderCustomizedBox7 {
  padding: 1rem 0;
}
.iderCustomizedBox7 .iderledBox18Con {
  margin-top: 0.6875rem;
}

.iderledProductBox1 {
  width: 98%;
  margin: 0 auto;
  padding-top: 0.5625rem;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
}
.iderledProductBox1 .com-ls30 {
  width: 60%;
  margin: 0 auto;
}
.iderledProductBox1 .com-mores {
  width: 4.1875rem;
  margin: 0 auto;
  margin-top: 0.125rem;
}
.iderledProductBox1 .img {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.iderledProductBox1 .img img {
  width: 100%;
  height: auto;
  border-radius: 0.125rem;
  object-fit: cover;
  vertical-align: bottom;
}
.iderledProductBox2 {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.9375rem 0;

  background-position-y: 35% !important;
}
.iderledProductBox2 .top {
  width: 9.5625rem;
  height: 0.75rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.35rem 0.05rem rgba(101, 101, 101, 0.16);
  border-radius: 0.375rem;
  border: solid 1px #e5e5e5;
  margin: 0 auto;
  margin-top: 0.375rem;
}
.iderledProductBox2 .top .item {
  width: calc(100% / 3);
  height: 100%;
  line-height: 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.225rem;
  transition: all 0.3s;
  text-align: center;
  color: #282828;
}
.iderledProductBox2 .top .item:hover,
.iderledProductBox2 .top .item.active {
  background-color: var(--mainColor);
  color: #fff;
}
.iderledProductBox2Con {
  width: 100%;
  margin-top: 0.375rem;
  padding-top: 0.625rem;
  border-top: 1px solid rgba(44, 44, 44, 0.1);
}
.iderledProductBox2Con .title {
  margin-top: 0.3125rem;
}
.iderledProductBox2Con .title p {
  margin-bottom: 0.25rem;
}
.iderledProductBox2 .iderledBox3Con .img {
  background-color: #fff;
}
.iderledProductBox2 .iderComPage {
  margin-top: 0.5625rem;
}
.iderledProductBox3 {
  width: 100%;
  height: auto;
  background: url(../picture/bg29.png) no-repeat;
  background-size: cover;
  padding: 0.5625rem 0 0.625rem 0;
}
.iderledProductBox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5625rem;
}
.iderledProductBox3Swiper .swiper-slide {
  width: 8.6125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 5.025rem;
  padding: 0.4125rem 0.3125rem 0.3125rem 0.625rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
}
.iderledProductBox3Con {
  width: 100%;
  padding-left: 2rem;
}
.iderledProductBox3Swiper .img {
  width: 100%;
  min-height: 2.35rem;
  max-height: 3.125rem;
  overflow: hidden;
  padding: 0.125rem;
}
.iderledProductBox3Swiper .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderledProductBox3Swiper .text {
  width: 100%;
  height: auto;
  color: #3c3c3c;
}
.iderledProductBox3-pagination {
  position: relative !important;
  width: 80% !important;
  height: 1px !important;
  background-color: #fff;
  margin-right: 0.2125rem;
}
.iderledProductBox3Con .bottom {
  margin-top: 0.625rem;
}
.iderledProductBox3-prev {
  margin-right: 0.175rem;
}
.iderledProductBox3-pagination .swiper-pagination-progressbar-fill {
  height: 0.0625rem;
  top: -0.025rem;
  background-color: var(--mainColor) !important;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 1px;
}
.iderledProductBox4 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.625rem 0;
}
.iderledProductBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderledProductBox4Con .img {
  width: 11.375rem;
  height: 8.35rem;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
  overflow: hidden;
  margin-left: 0.225rem;
}
.iderledProductBox4Con .lt {
  flex: 1;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
  padding: 0.25rem 0.3125rem 0.4375rem 0.4375rem;
}
.iderledProductBox4Con .lt .item .tl {
  width: 100%;
  padding: 0.0875rem 0;
  cursor: pointer;
}
.iderledProductBox4Con .lt .item {
  width: 100%;
  border-bottom: 1px solid rgba(49, 49, 49, 0.3);
}
.iderledProductBox4Con .lt .item .text {
  width: 100%;
  display: none;
  padding-bottom: 0.375rem;
}
.iderledProductBox4Con .lt .name {
  font-size: 0.25rem;
  color: #000000;
  transition: all 0.3s;
  flex: 1;
  margin-right: 0.125rem;
}
.iderledProductBox4Con .lt .tl::after {
  content: ">";
  font-family: Poppins;
  transition: all 0.3s;
  font-size: 0.375rem;
  color: #000000;
}
.iderledProductBox4Con .lt .item.active .name {
  color: var(--mainColor);
}
.iderledProductBox4Con .lt .item.active .tl::after {
  transform: rotate(90deg);
  color: var(--mainColor);
}
.iderledProductBox5 {
  width: 98%;
  margin: 0 auto;
  height: auto;
  background: url(../picture/bg31.png) no-repeat;
  background-size: cover;
  border-radius: 0.0625rem;
  padding: 0.75rem 0 0.625rem 0;
}
.iderledProductBox5 ul {
  width: 100%;
  margin-top: 0.75rem;
}
.iderledProductBox5 ul li {
  width: 3.775rem;
  height: 4.0125rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin: 0 0.2875rem 0.425rem 0;
  transition: all 0.3s;
  padding: 0.625rem 0.25rem 0.15rem 0.25rem;
}
.iderledProductBox5 ul li:nth-child(4n) {
  margin-right: 0;
}

.iderledProductBox5 ul li:nth-child(5) {
  margin-left: 4.0375rem;
}
.iderledProductBox5 ul li:hover .icon {
  transform: translateY(-10px);
}
.iderledProductBox5 li .icon {
  width: 0.75rem;
  display: block;
  height: 0.675rem;
  transition: all 0.3s;
  object-fit: contain;
}
.iderledProductBox5 li .name {
  text-align: center;
  font-family: Roboto-Medium;
  font-size: 0.25rem;
  margin: 0.125rem 0 0.1875rem 0;
  color: #000000;
}
.iderledProductBox6 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1.1875rem 0;
}
.iderledProductBox6Con {
  width: 100%;
  height: auto;
  margin-top: 0.8125rem;
  padding: 0 0.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.iderledProductBox6Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
}
.iderledProductBox6Swiper .name {
  width: 100%;
  font-size: 0.225rem;
  cursor: pointer;
  padding-bottom: 0.25rem;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: all 0.3s;
}
.iderledProductBox6Swiper .swiper-slide-thumb-active .name {
  color: var(--mainColor);
}
.iderledProductBox6Swiper .swiper-slide-thumb-active .name::after {
  width: 100%;
}
.iderledProductBox6Swiper .name::after {
  display: block;
  content: "";
  width: 0;
  transition: all 0.3s;
  height: 0.0375rem;
  position: absolute;
  left: 0;
  bottom: -1.5px;
  background-color: var(--mainColor);
  border-radius: 1px;
}
.iderledProductBox6Swiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5625rem;
}
.iderledProductBox6Swiper2 .swiper-slide {
  position: relative;
}
.iderledProductBox6Swiper2 .img {
  width: 100%;
  height: 9.6125rem;
  border-radius: 0.025rem;
  overflow: hidden;
}
.iderledProductBox6Swiper2 .text {
  position: absolute;
  width: 7.1125rem;
  height: 3.2375rem;
  border-radius: 0.025rem;
  background: url(../picture/bg32.png) no-repeat;
  background-size: cover;
  left: 0;
  bottom: 1.25rem;
  z-index: 2;
  padding: 0.375rem 0.5rem 0.125rem 0.75rem;
}
.iderledProductBox6Swiper2 .text .name {
  font-size: 0.375rem;
  margin-bottom: 0.1875rem;
  color: #ffffff;
}
.iderledProductBox7 .iderledBox5Swiper .text {
  height: 2.625rem;
}

.iderledProductBox8 {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.375rem 0;
}
.iderledProductBox8 .item {
  width: 100%;
  height: 8.5rem;
  margin-bottom: 0.9625rem;
}
.iderledProductBox8 .item .img {
  width: 11.175rem;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
  border-radius: 0.0625rem;
  margin-right: 0.2rem;
  overflow: hidden;
}
.iderledProductBox8 .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.iderledProductBox8 .item:nth-child(2n) .img {
  margin: 0 0 0 0.2rem;
}
.iderledProductBox8 .item .text {
  flex: 1;
  height: 100%;
  padding: 0.625rem 0.625rem 0.25rem 0.5rem;
  background-color: rgba(148, 201, 50, 0.1);
}
.iderledProductBox8 .item .name {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  line-height: 0.6rem;
  color: #000000;
  margin-bottom: 0.175rem;
}
.iderledProductBox8 .item .com-ls24 p {
  margin-bottom: 0.225rem;
}
.iderledProductBox8 .item .text li {
  font-family: Roboto-Medium;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #484848;
}
.iderledProductBox9 {
  padding: 0 0 0.5rem 0;
}
.com-tl3 {
  text-align: center;
  font-family: Roboto-Bold;
  font-size: 0.75rem;
  line-height: 1;
  color: #000000;
  margin: 0.25rem 0 0.125rem 0;
}
.iderProductDelBox1 {
  width: 98%;
  margin: 0 auto;

  border-radius: 0.125rem;
  padding: 0.5625rem 0 0.625rem 0;
}
.iderProductDelBox1Swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
  margin-top: 0.3125rem;
}
.iderProductDelBox1Swiper .img {
  width: 100%;
  height: auto;
  max-height: 6.5125rem;
}
.iderProductDelBox1Swiper .img img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
.iderProductDelBox1-prev,
.iderProductDelBox1-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: Poppins;
  font-size: 0.75rem;
  color: #5e5e5e;
  cursor: pointer;
  z-index: 22;
}
.iderProductDelBox1-prev {
  left: 0;
}
.iderProductDelBox1-next {
  right: 0;
}
.iderProductDelBox1-pagination {
  z-index: 22;
  margin-top: 0.375rem;
}
.iderProductDelBox1-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderProductDelBox1Bto .com-ls30 {
  width: 47%;
  margin: 0.125rem auto 0.375rem auto;
}
.iderProductDelBox1Bto .com-mores {
  width: 3.0625rem;
}
.iderProductDelBox1Bto .Downs {
  width: 4.1875rem;
  height: 0.6875rem;
  border-radius: 0.35rem;
  border: solid 1px #000000;
  font-size: 0.2rem;
  color: #000000;
  margin-left: 0.25rem;
  transition: all 0.3s;
}
.iderProductDelBox1Bto .Downs::before {
  display: block;
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background: url(../images/im3-15.png) no-repeat;
  background-size: contain;
  margin-right: 0.175rem;
}
.iderProductDelBox2 {
  width: 100%;
  height: auto;
  padding: 0.6125rem 0 0.2875rem 0;
}
.iderProductDelBox2 img {
  display: block;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
  width: calc((100% - 0.1rem) / 2);
}
.iderProductDelBox3 {
  width: 100%;
  height: auto;
  padding: 0.4625rem 0;
  background-color: rgba(135, 185, 42, 0.3);
}
.iderProductDelBox3.fixed {
  position: fixed;
  left: 0;
  top: 1.8375rem;
  z-index: 33;
  box-shadow: 0 0 0.1875rem rgba(123, 189, 48, 0.2);
  background-color: rgba(135, 185, 42, 0.5);
}
.iderProductDelBox3 .item {
  display: block;
  width: fit-content;
  font-size: 0.225rem;
  padding: 0 0.4375rem;
  cursor: pointer;
  height: 0.6875rem;
  line-height: 0.6875rem;
  text-align: center;
  color: #5e5e5e;
  background-color: var(--bg-c);
  border-radius: 0.35rem;
  transition: all 0.3s;
  margin-right: 0.25rem;
}
.iderProductDelBox3 .item:last-child {
  margin-right: 0;
}
.iderProductDelBox3 .item:hover,
.iderProductDelBox3 .item.active {
  background-color: var(--mainColor);
  color: #fff;
}
.iderProductDelBox4Item1 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
.iderProductDelBox4Item1 .com-card {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(77, 76, 76, 0.3);
}
.iderProductDelBox4Item1 .com-ls30 {
  margin-top: 0.3125rem;
}
.iderProductDelBox4Item1 .com-ls30 p {
  margin-bottom: 0.3125rem;
}
.iderProductDelBox4Item1 .img .maximg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderProductDelBox4Item1 .img .minimg {
  display: block;
  width: calc(100% / 2);
  height: auto;
  object-fit: cover;
  margin-bottom: 0.625rem;
  vertical-align: bottom;
}
.iderProductDelBox4Item2 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.25rem 0;
}
.iderProductDelBox4Item2 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(77, 76, 76, 0.3);
}
.iderProductDelBox4Item2 .table {
  width: 100%;
  height: auto;
  overflow: auto;
  margin-top: 0.25rem;
}
.iderProductDelBox4Item2Con {
  width: 100%;
  margin-top: 0.3125rem;
}
.iderProductDelBox4Item2 .item {
  margin-bottom: 0.5625rem;
}
.iderProductDelBox4Item2 .item .tl {
  font-size: 0.3rem;
  margin-bottom: 0.15rem;
  color: #000000;
}
.iderProductDelBox4Item2 table {
  width: 100%;
  height: auto;
  overflow: auto;
  border: none;
}
.iderProductDelBox4Item2 table td {
  font-size: 0.2rem;
  color: #3f5174;
  height: 0.8125rem;
  font-weight: 600;
  border: none;
}
.iderProductDelBox4Item2 table tr:nth-child(2n + 1) td {
  background-color: #f4f6fa;
}
.iderProductDelBox4Item2 table tr:hover:nth-child(2n + 1) td {
  background-color: var(--mainColor);
}

.iderProductDelBox4Item3 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.25rem 0;
}
.iderProductDelBox4Item3 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(77, 76, 76, 0.3);
}
.iderProductDelBox4Item3 .title {
  width: 62%;
  margin-top: 0.125rem;
}
.iderProductDelBox4Item3 ul {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.iderProductDelBox4Item3 ul li {
  width: calc((100% - 0.4125rem) / 2);
  margin: 0 0.4125rem 0.4125rem 0;
  height: 4.0875rem;
  background-color: var(--bg-c);
  border-radius: 0.125rem;
  padding: 0.625rem 0.25rem 0.25rem 0.625rem;
}
.iderProductDelBox4Item3 ul li:hover .icon {
  transform: translateY(-10px);
}
.iderProductDelBox4Item3 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderProductDelBox4Item3 li .icon {
  display: block;
  width: 0.75rem;
  transition: all 0.3s;
  margin-right: 0.3125rem;
  height: 0.675rem;
}
.iderProductDelBox4Item3 li .name {
  font-family: Roboto-Medium;
  font-size: 0.3rem;
  margin-bottom: 0.35rem;
  color: #000000;
}
.iderProductDelBox4Item4 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.25rem 0;
}
.iderProductDelBox4Item4 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid rgba(77, 76, 76, 0.3);
}
.iderProductDelBox4Item4 ul {
  width: 100%;
  margin-top: 0.5rem;
}
.iderProductDelBox4Item4 ul li {
  width: 4.75rem;
  height: 3.3375rem;
  overflow: hidden;
  margin: 0 0.325rem 0.3625rem 0;
}
.iderProductDelBox4Item4 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderProductDelBox4Item5 {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 0.125rem 0;
}
.iderProductDelBox4Item5 .com-card {
  padding-bottom: 0.6875rem;
  border-bottom: 1px solid rgba(77, 76, 76, 0.3);
}
.iderProductDelBox4Item5 .videos {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0.4375rem;
  cursor: pointer;
}
.iderProductDelBox4Item5 .videos .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderProductDelBox4Item5 .videos .icon {
  width: 2.275rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2.275rem;
  object-fit: contain;
}
.iderProductDelBox5 {
  padding: 0.375rem 0 0.25rem 0;
}
.iderProductDelBox5 .com-card {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid rgba(77, 76, 76, 0.3);
}
.iderProductDelBox6 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 1rem 0;
}
.iderProductDelBox6 .iderledBox3Con {
  margin-top: 0.5625rem;
}
.iderProductDelBox6 .iderledBox3Con .img {
  background-color: #ffffff;
  box-shadow: 0px 0px 0.7125rem 0px rgba(101, 101, 101, 0.09);
}
/* #endregion */
/* #region  Response style */
@media screen and (max-width: 1024px) {
  .header {
    display: none;
  }
  body {
    padding-top: 60px !important;
  }
  .ideDetailsBox2.fixed {
    top: 60px;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .mobileHeader .languageSwitching {
    margin-right: 15px;
  }
  .mobileHeader .search,
  .mobileHeader .languageSwitching .icon {
    filter: invert(1);
  }
  .headerSwiper .text .title,
  .iderIndexBox10Con .lt .name,
  .footer .top .tl {
    font-size: 18px;
    line-height: 25px;
  }
  .iderIndexBox8 li .name,
  .iderIntroductBox2Top .text .tl {
    font-size: 16px;
    line-height: 24px;
  }
  .iderIndexBox10Con .lt .type,
  .iderIntroductBox3Swiper .text .ls strong,
  .comiderledBox1 li .name,
  .iderledBox5Swiper .text .name,
  .iderledBox6Con .item .name,
  .iderledBox7 .title,
  .iderledBox8 li .name,
  .iderledBox12 .con .name,
  .iderledProductBox5 li .name,
  .iderledProductBox6Swiper2 .text .name,
  .iderledProductBox8 .item .name,
  .iderProductDelBox4Item2 .item .tl,
  .iderProductDelBox4Item3 li .name {
    font-size: 16px;
  }
  .iderCaseDelBox4Con li .name,
  .iderledBox3Con .item .name,
  .iderCaseDelBox9 .text .con strong,
  .iderCaseDelBox10 li .name,
  .iderledBox16 .text .name,
  .iderledBox6Con .item .bto p,
  .iderledBox7Swiper .type,
  .iderledBox9Con .lt .name,
  .iderledBox13Swiper .name,
  .iderledProductBox4Con .lt .name,
  .iderChooseBox4 .rt .name {
    font-size: 15px;
  }
  .iderIndexBox10Swiper .name,
  .iderCaseDelBox2 li .name {
    font-size: 15px;
    line-height: 1.2;
  }
  .com-mores {
    width: fit-content !important;
    height: 35px !important;
    line-height: 35px !important;
    padding: 0 30px;
  }
  .com-tl {
    font-size: 18px;
    line-height: 24px;
  }
  .com-tl2 {
    font-size: 20px;
    line-height: 26px;
    margin: 8px 0 !important;
  }
  .iderIndexBox2 .tl,
  .iderIndexBox10Con .rt .tl .name,
  .iderIntroductBox2Bto .item .name,
  .iderIntroductBox3Swiper .con .time,
  .com-tl3 {
    font-size: 18px;
  }
  .com-ls24,
  .com-ls24 p {
    line-height: 24px;
  }
  .headerSwiper .text .con,
  .iderIndexBox3Top,
  .iderIndexBox3Bto form,
  .iderIndexBox4 .top .com-card,
  .iderIndexBox4Con,
  .iderIndexBox6 .top,
  .iderIndexBox9 .com-card,
  .iderIndexBox10 .top,
  .iderIndexBox10Con,
  .footerBto .tops,
  .iderComNav .com-card,
  .iderCaseDelBox3 .com-card,
  .iderCaseDelBox4Con,
  .iderCaseDelBox9 .com-card,
  .iderIntroductBox2Top,
  .iderIntroductBox3Swiper .con,
  .iderCustomizedBox2 .com-card,
  .iderledBox2 .com-card,
  .iderledBox6Con .item .down .top,
  .iderledBox9Con,
  .iderledBox12 .com-card,
  .iderledProductBox4Con,
  .iderledProductBox8 .item,
  .iderProductDelBox2 .com-card,
  .iderProductDelBox3 .com-card,
  .iderTechonBox2Swiper2 .swiper-slide,
  .iderTechonBox4 .item,
  .iderChooseBox4 .com-card {
    flex-wrap: wrap;
  }
  .iderIndexBox4Con .lt,
  .iderCaseDelBox3 .text,
  .iderCaseDelBox4Con ul,
  .iderCaseDelBox9 .text,
  .iderIntroductBox2Top .text,
  .iderIntroductBox3Swiper .con .text,
  .iderCustomizedBox2 .text,
  .iderledBox6Con .item .top .com-ls24,
  .iderledBox9Con .lt,
  .iderledBox12 .lt,
  .iderTechonBox4 .item .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox4,
  .iderIndexBox6,
  .iderIndexBox8,
  .iderIndexBox9,
  .iderIndexBox10,
  .footer,
  .iderCaseDelBox7,
  .iderCaseDelBox8,
  .iderCaseDelBox9,
  .iderCaseDelBox10,
  .iderledBox17.inner,
  .iderledBox17,
  .iderCaseDelBox7.inner,
  .iderCaseDelBox7,
  .iderledBox16.inner,
  .iderledBox16,
  .iderCustomizedBox2,
  .iderCustomizedBox3,
  .iderCustomizedBox4,
  .iderCustomizedBox5,
  .iderCustomizedBox6,
  .iderledBox2,
  .iderledBox3,
  .iderledBox4,
  .iderledBox5,
  .iderledBox6,
  .iderledBox7,
  .iderledBox8,
  .iderledBox9,
  .iderledBox10,
  .iderledBox11,
  .iderledBox12,
  .iderledBox13,
  .iderledBox14,
  .iderledBox19,
  .iderledProductBox2,
  .iderledProductBox3,
  .iderledProductBox4,
  .iderledProductBox5,
  .iderledProductBox6,
  .iderledBox18,
  .iderProductDelBox1,
  .iderProductDelBox2,
  .iderTechonBox2,
  .iderTechonBox3,
  .iderTechonBox4,
  .iderChooseBox3,
  .iderChooseBox4 {
    padding: 20px 0;
  }
  .iderProductDelBox4Item2,
  .iderProductDelBox4Item3,
  .iderProductDelBox4Item4,
  .iderProductDelBox4Item5,
  .iderProductDelBox6 {
    padding: 10px 0;
  }
  .iderIndexBox5,
  .iderIndexBox7 {
    padding-bottom: 20px;
  }
  .iderCaseDelBox3 .com-card {
    padding-bottom: 20px !important;
  }
  .iderCaseDelBox1,
  .iderledProductBox2Con {
    padding-top: 20px;
  }
  .iderCaseDelBox2,
  .iderCaseDelBox3,
  .iderCaseDelBox4,
  .iderCaseDelBox6,
  .iderCaseDelBox5,
  .iderTechonBox1,
  .iderIntroductBox5,
  .iderCustomizedBox1,
  .iderledBox1,
  .iderledProductBox1,
  .iderledProductBox8,
  .iderProductDelBox4Item1 {
    padding: 20px 0 0;
  }
  .iderIndexBox2 ul,
  .iderIndexBox3Bto,
  .iderIndexBox4Con,
  .iderIndexBox5 .rt .com-ls30,
  .iderIndexBox6Swiper,
  .iderIndexBox7 ul,
  .iderIndexBox10Con,
  .iderCaseDelBox2 ul,
  .iderCaseDelBox4Con,
  .iderCaseDelBox5 ul,
  .iderCaseDelBox6 ul,
  .iderCaseDelBox7 .iderledBox3Con,
  .iderledBox3Con,
  .iderCaseDelBox10 ul,
  .iderledBox17 ul,
  .iderledBox18Con,
  .iderledBox16 ul,
  .iderIntroductBox1 .img,
  .iderIntroductBox2Bto,
  .iderIntroductBox3Swiper,
  .iderIntroductBox5 ul,
  .iderCustomizedBox1 .img,
  .iderCustomizedBox3 ul,
  .iderCustomizedBox4 ul,
  .iderCustomizedBox5Con,
  .iderCustomizedBox6Swiper,
  .iderCustomizedBox6 .bottom,
  .iderCustomizedBox7 .iderledBox18Con,
  .iderledBox1 .com-mores,
  .iderledBox1 .img,
  .iderledBox2 .text .com-mores,
  .comiderledBox1,
  .iderledBox5Con,
  .iderledBox6Con,
  .iderledBox7Swiper,
  .iderledBox7 .bottom,
  .iderledBox8 .title,
  .iderledBox8 ul,
  .iderledBox9Con,
  .iderledBox10Swiper,
  .iderledBox10-pagination,
  .iderledBox11-pagination,
  .iderledBox12 .lt .con,
  .iderledBox13Swiper,
  .iderledBox13-pagination,
  .iderledBox19 .form,
  .iderledProductBox1 .img,
  .iderledProductBox2 .top,
  .iderledProductBox2Con,
  .iderledProductBox3Swiper,
  .iderledProductBox3Con .bottom,
  .iderledProductBox4Con,
  .iderledProductBox5 ul,
  .iderledProductBox6Con,
  .iderProductDelBox4Item1 .com-ls30,
  .iderProductDelBox4Item2Con,
  .iderProductDelBox4Item3 ul,
  .iderProductDelBox4Item4 ul,
  .iderProductDelBox4Item5 .videos,
  .iderProductDelBox6 .iderledBox3Con,
  .iderTechonBox1 .img,
  .iderTechonBox3 ul,
  .iderTechonBox4 .item .text .ls,
  .iderChooseBox1 ul,
  .iderChooseBox2Con .bottom {
    margin-top: 15px;
  }
  .iderTechonBox2Swiper2 {
    margin-top: 25px;
  }
  .footer .top {
    margin-bottom: 20px;
  }
  .headerSwiper .text .lt,
  .headerSwiper .text .com-ls24,
  .iderIndexBox3Top .lt,
  .iderIndexBox3Top .rt,
  .iderIndexBox3Swiper2 .img,
  .iderIndexBox4 .top .lt,
  .iderIndexBox4 .top .com-ls30,
  .iderIndexBox6 .top .lt,
  .iderIndexBox6 .top .com-ls30,
  .iderIndexBox7 .com-tl,
  .iderIndexBox8 .title,
  .iderIndexBox10 .top .com-ls24,
  .iderIndexBox10Con .rt,
  .iderIndexBox10Con .lt,
  .iderIndexBox10Con .rt::after,
  .iderCaseDelBox8 .com-ls30,
  .iderledBox16 ul li,
  .iderTechonBox1 .com-ls30,
  .iderIntroductBox2Bto .item,
  .iderIntroductBox3Swiper .con .img,
  .iderIntroductBox4 .text .con,
  .iderCustomizedBox1 .com-ls30,
  .iderCustomizedBox4 .title,
  .iderCustomizedBox5 .title,
  .iderCustomizedBox6 .title,
  .iderledBox8 .title,
  .iderledBox9 .title,
  .iderledBox10 .title,
  .iderledBox13 .title,
  .iderledProductBox1 .com-ls30,
  .iderProductDelBox1Bto .com-ls30,
  .iderProductDelBox4Item3 .title,
  .iderTechonBox4 .item .img,
  .iderChooseBox2 .title {
    width: 100%;
  }

  .iderProductDelBox1Bto .com-ls30 {
    padding: 0 4%;
  }
  .iderIndexBox4 .top .com-ls30,
  .iderIndexBox6 .top .com-ls30,
  .iderIndexBox10 .top .com-ls24,
  .iderIntroductBox2Top .text .com-ls30 p {
    margin-top: 5px;
  }
  .iderCaseDelBox8 .com-ls30 {
    margin-bottom: 15px;
  }
  .iderCaseDelBox3 .text .title {
    margin: 5px 0 10px 0;
  }
  .iderIndexBox3Swiper2 .img,
  .iderIndexBox3Top .rt,
  .iderIndexBox3Swiper2,
  .iderIndexBox4Con,
  .iderIndexBox5 .con,
  .iderIndexBox10Con,
  .footerBto .lt .img,
  .iderCaseDelBox1 .img,
  .iderCaseDelBox3 .img,
  .iderCaseDelBox5 ul li,
  .iderIntroductBox1 .img,
  .iderIntroductBox2Top .rt,
  .iderIntroductBox2Top .rt .img,
  .iderIntroductBox2Top .rt .img img,
  .iderIntroductBox3Swiper,
  .iderIntroductBox3Swiper .con,
  .iderIntroductBox4,
  .iderIntroductBox5 li .img,
  .iderCustomizedBox5Con .item .img,
  .iderledBox10Swiper .img,
  .iderledBox10Swiper .text,
  .iderledBox13Swiper .text,
  .iderledBox13Swiper .img,
  .iderledBox15,
  .iderledProductBox6Swiper2 .img,
  .iderledProductBox8 .item,
  .iderProductDelBox4Item4 ul li,
  .iderTechonBox1 .img,
  .iderTechonBox4 .item,
  .iderChooseBox3 li {
    height: auto;
  }
  .header-pagination {
    bottom: 10px !important;
  }
  .iderIndexBox3Top .lt .con {
    height: auto;
    margin: 15px 0;
    padding: 20px 15px 20px 0;
  }
  .iderIndexBox3Top .rt .btos {
    position: static;
    width: 100%;
    justify-content: center;
    margin-top: 25px;
  }
  .iderIndexBox3Swiper2 .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-top: 10px;
  }
  .iderIndexBox3Bto .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .iderIndexBox3Bto input,
  .iderIndexBox3Bto textarea {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .iderIndexBox3Bto {
    padding: 15px 10px;
  }
  .iderIndexBox4Con li .text {
    width: 90%;
    bottom: 10px;
    left: 10px;
    height: auto;
    padding: 10px;
  }
  .iderIndexBox4Con li.active .text {
    height: auto;
  }
  .iderIndexBox4Con .lt li.active {
    width: 60%;
  }
  .iderIndexBox4Con li .text .ls {
    font-size: 16px;
    line-height: 24px;
  }
  .iderIndexBox4Con .rt {
    width: 100%;
    margin-top: 10px;
  }
  .iderIndexBox4Con .rt li {
    height: 250px;
  }
  .iderIndexBox4Con .rt li.active {
    height: 450px;
  }
  .iderIndexBox5 .text {
    bottom: auto;
    top: 10px;
    left: 10px;
    width: fit-content;
    height: auto;
    padding: 15px 10px;
  }
  .iderIndexBox5 .text .counter {
    font-size: 24px;
    line-height: 1;
  }
  .iderIndexBox5 .text .ls {
    font-size: 16px;
    margin-top: 5px;
  }
  .iderIndexBox5 .text em {
    font-size: 14px;
  }
  .iderIndexBox5 .rt {
    width: 100%;
    position: static;
    height: auto;
    transform: translateY(0);
    padding: 15px 4%;
  }
  .iderIndexBox5 .rt .mores {
    width: fit-content;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
  }
  .iderIndexBox8 ul li,
  .iderCaseDelBox2 ul li,
  .iderCaseDelBox4Con ul li,
  .iderCaseDelBox5 ul li,
  .iderledBox3Con .item,
  .iderCaseDelBox10 li,
  .iderledBox17 ul li,
  .iderCustomizedBox3 ul li,
  .iderCustomizedBox5Con .item,
  .iderCustomizedBox5Bto .item,
  .comiderledBox1 li,
  .iderProductDelBox4Item4 ul li,
  .iderTechonBox3 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox7 ul li,
  .iderIntroductBox5 ul li,
  .iderCustomizedBox4 li,
  .iderledBox8 li,
  .iderledProductBox5 ul li,
  .iderChooseBox3 li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .iderChooseBox3 li {
    margin-bottom: 40px;
  }
  .iderIndexBox8 ul li:nth-child(3n),
  .iderCustomizedBox5Con .item:nth-child(3n),
  .iderCustomizedBox5Bto .item:nth-child(3n),
  .comiderledBox1 li:nth-child(5n),
  .iderledBox8 li:nth-child(5n),
  .iderChooseBox3 li:nth-child(5n) {
    margin-right: 10px;
  }
  .iderIndexBox7 ul li:nth-child(3n),
  .iderIndexBox8 ul li:nth-child(2n),
  .iderCaseDelBox2 ul li:nth-child(2n),
  .iderCaseDelBox5 ul li:nth-child(2n),
  .iderledBox3Con .item:nth-child(2n),
  .iderCaseDelBox10 li:nth-child(2n),
  .iderledBox17 ul li:nth-child(2n),
  .iderIntroductBox5 ul li:nth-child(3n),
  .iderCustomizedBox3 ul li:nth-child(2n),
  .iderCustomizedBox4 li:nth-child(3n),
  .iderCustomizedBox5Con .item:nth-child(2n),
  .iderCustomizedBox5Bto .item:nth-child(2n),
  .comiderledBox1 li:nth-child(2n),
  .iderledBox8 li:nth-child(3n),
  .iderledProductBox5 ul li:nth-child(3n),
  .iderProductDelBox4Item4 ul li:nth-child(2n),
  .iderTechonBox3 ul li:nth-child(2n),
  .iderChooseBox3 li:nth-child(3n) {
    margin-right: 0;
  }
  .iderledProductBox5 ul li:nth-child(5) {
    margin-left: 10px;
  }
  .iderIntroductBox2Bto .item {
    margin: 0 0 10px 0;
    height: auto;
    padding: 15px;
  }
  .iderIndexBox9 .lt {
    width: 100%;
  }
  .iderIndexBox9 .lt .title {
    height: auto;
    padding: 15px;
  }
  .iderIndexBox9 .rt {
    width: 100%;
  }
  .iderIndexBox9 {
    display: flex;
    flex-direction: column-reverse;
  }
  .iderIndexBox9 .rt,
  .footerBto ul li,
  .iderIntroductBox3Swiper .dot,
  .iderIntroductBox3Swiper::after,
  .iderIntroductBox4::after,
  .iderCustomizedBox4 li .img::after,
  .iderCustomizedBox4 li .img::before,
  .iderledBox15::after {
    display: none;
  }
  .iderIndexBox9 .lt .bto .item {
    width: calc(100% / 4);
    margin-bottom: 10px;
  }
  .iderIndexBox9 .con {
    position: static;
  }
  .iderIndexBox9 .lt .bto {
    padding: 15px;
  }
  .iderIndexBox10Con .lt {
    margin: 0 0 10px 0;
  }
  .iderIndexBox10Con .lt .name {
    display: block;
  }
  .iderIndexBox10Con .rt {
    padding: 15px;
  }
  .iderIndexBox10Con .rt .bottom {
    position: static;
    margin-top: 15px;
  }

  .footerBto ul li:last-child {
    display: flex;
    width: 100%;
  }
  .footerBto .lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .footerBto .tops {
    padding: 15px 10px;
  }
  .footerBto li .name {
    margin-bottom: 15px;
  }
  .footerBto .bottom {
    position: static;
    margin-top: 10px;
    width: 100%;
  }
  .footerBto .bottom .com-ls30 {
    color: #fff;
    text-align: center;
  }
  .iderCaseDelBox1 .img {
    margin-top: 15px;
    transform: translateY(0);
  }
  .iderCaseDelBox3 .img {
    margin: 15px 0 0;
  }
  .iderCaseDelBox3 .text .ls,
  .iderCaseDelBox3 .text .ls p {
    line-height: 2;
  }
  .iderCaseDelBox4Con .img {
    height: auto;
    margin: 0 0 15px 0;
  }
  .iderCaseDelBox4Con li .icon {
    height: 45px;
  }
  .iderCaseDelBox6 ul li {
    width: 100%;
    padding: 15px 0;
    height: auto;
    margin: 0 0 10px 0;
  }
  .iderCaseDelBox6 li .text {
    padding: 15px;
  }
  .iderCaseDelBox6 li .top {
    padding: 0 0 10px 15px;
  }
  .iderCaseDelBox8 .img .item {
    width: calc((100% - 10px) / 3) !important;
    height: auto !important;
  }
  .iderCaseDelBox9 .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderCaseDelBox9 .text .com-mores {
    margin-top: 0;
  }
  .iderledBox17 li .text {
    padding: 15px 10px;
  }
  .iderledBox16 ul li {
    margin: 0 0 10px 0;
    height: auto;
  }
  .iderledBox16 .text {
    height: auto;
    width: 100%;
    left: 0;
    bottom: 10px;
    padding: 15px;
  }
  .iderIntroductBox2 {
    background-size: 98% auto !important;
  }
  .iderIntroductBox2 {
    padding: 11% 0 20px 0;
  }
  .iderIntroductBox2Top .rt {
    margin: 15px 0 0;
  }
  .iderIntroductBox2Top .rt .icon {
    width: 60px;
    height: 60px;
  }
  .iderIntroductBox2Top .rt .img {
    width: 98%;
  }
  .iderIntroductBox2Top .rt .bg {
    width: 95%;
  }
  .iderIntroductBox2Bto .item .icon {
    width: 45px;
  }
  .iderIntroductBox2Bto .item .tl {
    margin-bottom: 15px;
  }
  .iderIntroductBox3 .bg {
    height: auto;
    margin-bottom: 15px;
  }
  .iderIntroductBox3Swiper {
    padding: 0;
  }
  .iderIntroductBox3Swiper .con .text {
    padding: 15px 0;
  }
  .iderIntroductBox3 {
    padding: 10px 0 20px 0;
  }
  .iderIntroductBox4 .text,
  .iderIntroductBox4 .bto {
    position: static;
    height: auto;
    width: 100%;
    margin: 15px 0;
  }
  .iderIntroductBox4 .text .con {
    padding: 0;
  }
  .iderIntroductBox4-prev {
    margin-right: 15px;
  }
  .iderIntroductBox4 .text .com-ls30 p,
  .iderledProductBox2Con .title p {
    margin-bottom: 5px;
  }
  .iderIntroductBox4 .bto {
    justify-content: center;
    margin-top: 15px;
  }
  .iderCustomizedBox1 .text {
    width: fit-content;
    height: auto;
    padding: 15px;
    left: 10px;
    bottom: 10px;
  }
  .iderCustomizedBox1 .text li::before {
    width: 30px;
    height: 30px;
  }
  .iderCustomizedBox1 .text li {
    padding: 0 0 5px 40px;
  }
  .iderCustomizedBox2 .text .con .item {
    margin-bottom: 15px;
  }
  .iderCustomizedBox2 .text .icon {
    height: 32px;
    margin-right: 15px;
  }
  .iderCustomizedBox2 .img {
    margin: 15px 0 0;
    height: auto;
  }
  .iderCustomizedBox4 ul {
    justify-content: flex-start;
  }
  .iderledBox2 .text .com-ls30 p,
  .iderledBox15 .text .com-ls30 p {
    margin-top: 7px;
  }
  .iderledBox2 .img {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
  }
  .iderledBox5Con {
    width: 100%;
    padding: 0 4%;
  }
  .iderledBox6Con .item .tl {
    height: auto;
    padding: 12px 10px;
  }
  .iderledBox6Con .item .img {
    width: 50%;
    margin: 0 auto;
  }
  .iderledBox9Con .lt {
    padding: 0 4%;
  }
  .iderledBox9Con .rt {
    width: 100%;
    margin: 0;
    padding: 0 4%;
  }
  .iderledBox9Con .rt .bto {
    margin: 15px 0;
  }

  .iderledBox12 .con .item,
  .iderledProductBox8 .item {
    margin-bottom: 15px;
  }
  .iderledBox12 .rt {
    height: auto;
    margin: 15px 0 0;
  }
  .iderledBox13Swiper .text,
  .iderledProductBox3Swiper .swiper-slide {
    padding: 15px;
  }
  .iderledBox15 .text {
    padding: 15px 0;
    position: static;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .iderledBox15 .text .con {
    width: 100%;
    padding: 0;
  }
  .iderledBox19 .com-ls24 {
    margin: 5px 0 15px 0;
  }
  .iderledProductBox3Con {
    padding: 0 4%;
  }
  .iderledProductBox4Con .img {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
  }
  .iderledProductBox6Con {
    padding: 0;
  }
  .iderledProductBox8 .item .text {
    padding: 15px;
  }
  .iderledProductBox6Swiper2 .text {
    bottom: 0;
  }
  .iderledProductBox8 .item .img,
  .iderledProductBox8 .item:nth-child(2n) .img {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .iderProductDelBox1Bto .Downs {
    height: 35px;
    width: fit-content;
    padding: 0 30px;
  }
  .iderProductDelBox1Bto .Downs::before {
    width: 15px;
    height: 15px;
  }
  .iderProductDelBox3 {
    padding: 15px 0;
  }
  .iderProductDelBox3 .item {
    height: 40px;
    line-height: 40px;
    margin: 0 10px 5px 0;
  }
  .iderProductDelBox4Item1 .com-ls30 P {
    margin-bottom: 8px;
  }
  .iderProductDelBox3 .com-card {
    justify-content: flex-start;
  }
  .iderProductDelBox3.fixed {
    top: 60px;
  }
  .iderProductDelBox4Item2 table td {
    height: 45px;
  }
  .iderProductDelBox4Item3 ul li {
    width: 100%;
    height: auto;
    padding: 15px;
    margin: 0 0 10px 0;
  }
  .iderProductDelBox4Item3 li .name {
    margin-bottom: 10px;
  }
  .iderProductDelBox4Item5 .com-card {
    padding-bottom: 15px !important;
  }
  .iderProductDelBox4Item5 .videos .icon {
    width: 60px;
    height: 60px;
  }
  .iderTechonBox2Top {
    padding: 0;
  }
  .iderTechonBox2Swiper2 .img {
    width: 100%;
    height: auto;
    margin: 15px 0 0;
  }
  .iderTechonBox2Swiper2 .text .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderTechonBox3 li img {
    width: 45px;
    height: 45px;
  }
  .iderTechonBox4 .item .text {
    padding: 15px;
  }
  .iderTechonBox4 .item {
    margin-bottom: 15px;
  }
  .iderTechonBox5 .com-tl {
    top: 20px;
  }
  .iderChooseBox1 {
    background-position-y: 14px !important;
    background-size: 98% auto !important;
  }
  .iderChooseBox1 {
    padding: 11% 0 10px 0;
  }
  .iderChooseBox1 ul li:nth-child(3),
  .iderChooseBox1 ul li:nth-child(4) {
    margin-top: 15px;
    flex-direction: column;
  }
  .iderChooseBox1 ul li {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 0 0;
  }
  .iderChooseBox1 ul li .img img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
  }
  .iderChooseBox1 ul li .img {
    width: 100% !important;
    height: auto !important;
  }
  .iderChooseBox1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderChooseBox2 {
    padding-top: 0;
  }
  .iderChooseBox2Top {
    margin: 15px auto;
  }
  .iderChooseBox3 ul {
    margin-top: 45px;
    align-items: baseline;
  }
  .iderChooseBox3 li .img {
    width: 94%;
    height: auto;
  }
  .iderChooseBox4 .text .img {
    width: 50%;
    margin-bottom: 15px;
  }
  .iderChooseBox4 .rt {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .iderChooseBox3 .com-tl {
    color: #000;
  }
  .iderChooseBox3 li .name {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .iderIndexBox2 ul li {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox5 .bg,
  .iderCaseDelBox3 .img,
  .iderCaseDelBox9 .img,
  .iderIntroductBox2Top .rt,
  .iderCustomizedBox2 .img,
  .iderledBox12 .rt,
  .iderProductDelBox2 img {
    width: 100%;
  }
  .iderIndexBox9 .lt .bto .item {
    width: calc(100% / 3);
  }
  .iderIndexBox8 ul li,
  .iderCaseDelBox4Con ul li,
  .iderCaseDelBox9 .text .con li,
  .iderCaseDelBox10 li,
  .iderledBox18Con .items,
  .iderCustomizedBox3 ul li,
  .comiderledBox1 li,
  .iderledBox6Con .items,
  .iderTechonBox3 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderIndexBox10Con .lt {
    padding: 15px;
  }
  .iderledBox8 ul {
    align-items: baseline;
  }
  .comIderIndexSwiper .img,
  .comIderIndexSwiper .swiper-slide,
  .iderIndexBox10Swiper .img,
  .iderledBox3Con .item .img,
  .iderCaseDelBox10 li,
  .iderledBox17 li .img,
  .iderledBox17 ul li,
  .iderCustomizedBox3 ul li,
  .iderCustomizedBox5Con .item .text,
  .comiderledBox1 li,
  .iderledBox7Swiper .con,
  .iderledBox8 li .img,
  .iderTechonBox3 ul li {
    height: auto;
  }
  .iderIndexBox2 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .iderIndexBox7 ul li,
  .iderIntroductBox5 ul li,
  .iderCustomizedBox4 li,
  .iderledBox8 li,
  .iderledProductBox5 ul li,
  .iderChooseBox3 li {
    width: calc((100% - 10px) / 2);
  }
  .iderIndexBox7 ul li:nth-child(3n),
  .iderIntroductBox5 ul li:nth-child(3n),
  .iderCustomizedBox4 li:nth-child(3n),
  .iderledBox8 li:nth-child(3n),
  .iderledProductBox5 ul li:nth-child(3n),
  .iderChooseBox3 li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox7 ul li:nth-child(2n),
  .iderIntroductBox5 ul li:nth-child(2n),
  .iderCustomizedBox4 li:nth-child(2n),
  .iderledBox8 li:nth-child(2n),
  .iderledProductBox5 ul li:nth-child(2n),
  .iderChooseBox3 li:nth-child(2n) {
    margin-right: 0;
  }
  .iderledProductBox5 ul li:nth-child(5) {
    margin-left: 0;
  }
  .footerBto .lt input[type="text"] {
    flex: 1;
  }
  .footerBto .lt .text {
    flex: none;
    width: 100%;
  }
  .footerBto .lt .img {
    display: none;
  }
  .iderledBox3Con .item .text .bto,
  .iderledBox17 li .bto,
  .iderledBox18Con,
  .iderCustomizedBox5Con .item .text .bto,
  .iderledBox6Con,
  .iderledBox19 .inputItem {
    flex-wrap: wrap;
  }
  .iderledBox19 .inputItem {
    margin: 0;
  }
  .iderledBox18Con .item .name {
    margin-right: 10px;
  }
  .iderledBox18Con .item {
    padding: 0 12px;
  }
  .iderledBox18Con .item .text {
    padding: 15px 0;
  }
  .iderCustomizedBox3 li .icon {
    height: 40px;
  }
  .iderIntroductBox2Top .rt .icon {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .iderCustomizedBox1 .text {
    backdrop-filter: blur(2px);
  }
  .iderledBox6Con .item .bto {
    min-height: auto;
  }
  .iderledBox10Swiper .text {
    padding: 15px;
  }
  .iderledBox7Swiper .con {
    padding-top: 40px;
  }
  .iderledBox11Swiper .text {
    flex: none;
    width: 50%;
  }
  .iderledBox19 .inputItem input {
    width: 100%;
    margin-bottom: 10px;
  }
  .iderledProductBox2 .top {
    width: 100%;
    height: 40px;
  }
  .iderledProductBox2 .top .item {
    line-height: 40px;
  }
  .iderledProductBox6Swiper2 .text {
    position: static;
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .iderProductDelBox4Item2 .item {
    margin-bottom: 15px;
  }
  .iderProductDelBox4Item2 table td {
    white-space: nowrap;
  }
  .iderChooseBox2Top {
    width: 100%;
    height: 40px;
  }
}
@media screen and (max-width: 500px) {
  .headerSwiper .text {
    bottom: 25px;
  }
  .iderIndexBox7 ul li,
  .iderCaseDelBox2 ul li,
  .iderCaseDelBox4Con .img,
  .iderCaseDelBox5 ul li,
  .iderledBox3Con .item,
  .iderledBox17 ul li,
  .iderCustomizedBox4 li,
  .iderCustomizedBox5Con .item,
  .iderCustomizedBox5Bto .item,
  .iderledBox11Swiper .text,
  .iderledBox11Swiper .img,
  .iderledProductBox5 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderledBox11Swiper .img {
    height: 269px;
  }
  .headerSwiper .bg {
    height: 40vh;
  }
  .iderChooseBox4 .text .img {
    width: 100%;
  }
  .iderIndexBox8 li .icon {
    height: 45px;
  }
  .iderIndexBox4Con li .text .bto,
  .iderledProductBox2 .top {
    flex-wrap: wrap;
  }
  .iderCaseDelBox2 li .name {
    margin: 15px 0;
  }
  .iderIndexBox8 ul li,
  .iderCaseDelBox2 ul li,
  .iderledBox3Con .item .text,
  .iderledBox5Swiper .text,
  .iderledProductBox2 .top {
    height: auto;
    padding: 15px 10px;
  }
  .iderIndexBox4Con li .text .Inquiry {
    margin: 4px 0 0;
  }
  .iderIndexBox6 .bottom {
    margin-top: 20px;
  }
  .iderCustomizedBox1 .text li {
    color: #000;
  }
  .iderledProductBox2 .top .item {
    width: 100%;
    margin-bottom: 10px;
  }
  .iderCustomizedBox1 .text {
    position: static;
    background-color: #f5f5f5;
  }
  .iderCustomizedBox1 .text li::before {
    filter: invert(1);
  }
  .iderCustomizedBox1 .text li::after {
    background-color: #000;
    width: 90%;
  }
  .iderCustomizedBox4 li .img .icon {
    height: 35px;
  }
  .iderledProductBox3Swiper .swiper-slide,
  .iderledProductBox5 ul li {
    height: auto;
  }
  .iderledBox11Swiper .con {
    height: auto;
    flex-wrap: wrap;
  }
  .iderProductDelBox1-pagination {
    margin: 0;
  }
  .iderProductDelBox1-prev,
  .iderProductDelBox1-next {
    font-size: 30px;
    line-height: 1;
    position: static;
    transform: translateY(0);
  }
  .iderProductDelBox1Swiper .img img {
    width: 100%;
    height: auto;
  }
  .iderTechonBox2Swiper .name {
    height: auto;
    min-height: 90px;
  }
  .iderProductDelBox4Item1 .img .minimg {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .iderProductDelBox3 .item {
    width: calc((100% - 10px) / 2);
  }
  .iderProductDelBox3 .item:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox2 ul li {
    width: calc((100% - 10px) / 2);
  }
  .iderIndexBox2 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderChooseBox1 ul li,
  .iderChooseBox3 li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderledBox16 .text {
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0);
  }
  .footerBto .lt .logo {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .headerSwiper .bg {
    height: 50vh;
  }
  .iderledBox6Con .item .img {
    width: 100%;
  }
  .iderIndexBox9 .lt .bto .item {
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 360px) {
  .iderledBox8 li,
  .iderProductDelBox4Item4 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* #endregion  */
