/* #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";
}

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

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
:root {
  --mainColor: #e8380d;
  --bg-c: #f8f8f8;
  --color-a: #696969;
  --main-font:
    "Noto Sans SC", "Source Han Sans SC", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-weight: 500;
  font-family: var(--main-font);
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}
/* #endregion  */

/* #region System style */
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
}
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4% !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(228, 26, 70, 0.6);
  transform: translateY(-5px);
}
.com-tl {
  font-size: 0.375rem;
  color: #000000;
  font-weight: 400;
  line-height: 1;
}
.com-tl.white {
  color: #fff;
}
.com-tl.center {
  text-align: center;
}
.com-mores {
  display: block;
  cursor: pointer;
  width: 2rem;
  height: 0.625rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.625rem;
  color: #ffffff;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  transition: all 0.3s;
}
.com-ls26,
.com-ls26 p {
  font-size: 0.2rem;
  line-height: 0.325rem;
  color: #000000;
}
.com-ls26.white,
.com-ls26.white p {
  color: #ffff;
}
.section {
  transition: all 1s ease;
  transition: all;
  overflow: hidden;
}
.header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.875rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.active {
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(101, 101, 101, 0.14);
}
.header .com-card {
  width: 20rem;
}
.header .logo {
  width: 2.5rem;
  height: auto;
}
.header .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.menu-level1 > li,
.menu-level1,
.header .rt {
  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: #fff;

  transition: all 0.3s;
}
.menu-level1 > li > a:hover {
  color: var(--mainColor);
}

.header .rtIcon .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;
}

.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.headerSwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox1 {
  position: relative;
  width: 100%;
  height: 100%;
}
.iderIndexBox1 .imgList {
  width: 100%;
  height: auto;
}
.iderIndexBox1 .imgList img {
  display: none;
  opacity: 0;
}
.iderIndexBox1 .imgList .tranImg.active {
  display: block;
  opacity: 1;
}
.iderIndexBox1Con {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 4rem;
}
.iderIndexBox1Con .item {
  width: 27%;
  display: none;
}
.iderIndexBox1Con .item.active {
  display: block;
  animation: fadeInUp 0.6s ease forwards;
}
.iderIndexBox1Con .item .tl {
  font-size: 0.2rem;
  line-height: 0.375rem;
  text-align: left;
  color: #ffffff;
  margin: 0.3rem 0 0.375rem 0;
}
.iderIndexBox1Bto {
  width: 100%;
  height: 2.6125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  backdrop-filter: blur(40px);
  overflow: hidden;
}

.iderIndexBox1Bto .img {
  width: calc((100% - 1.25rem) / 6);
  margin-right: 0.25rem;
  height: 100%;
  display: flex;
  align-items: baseline;
  padding: 0.8125rem 0.375rem 0 0.375rem;
  transition: all 0.3s;
  border-top: 0.025rem solid rgba(255, 255, 255, 0.3);
}
.iderIndexBox1Bto .img img {
  width: 100%;
  display: block;
  height: auto;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox1Bto .img:hover img,
.iderIndexBox1Bto .img.active img {
  transform: scale(1.3);
}
.iderIndexBox1Bto .img:last-child {
  margin-right: 0;
}
.iderIndexBox1Bto .img:hover,
.iderIndexBox1Bto .img.active {
  cursor: pointer;
  border-top: 0.075rem solid var(--mainColor);
  background-color: rgba(255, 255, 255, 0.2);
}

.iderIndexBox1Bto .name {
  font-size: 0.25rem;
  color: #ffffff;
}
.iderIndexBox1Bto .com-card > div {
  cursor: pointer;
  transition: all 0.3s;
}
.iderIndexBox1Bto .com-card > div.active {
  opacity: 1;
  transform: translateY(-5px);
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.iderIndexBox2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.iderIndexBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.iderIndexBox2Con li {
  width: 4.25rem;
  height: 3.875rem;
  background-color: #efefef !important;
  border-radius: 0.0125rem;
  margin: 0 0.1625rem 0.175rem 0;
  padding: 0.375rem;
  justify-content: space-between;
  transition: all 0.3s;
}
.iderIndexBox2Con li:nth-child(3n) {
  margin-right: 0;
}
.iderIndexBox2Con li:first-child,
.iderIndexBox2Con li:last-child {
  width: 8.6625rem;
}
.iderIndexBox2Con li .text {
  width: 100%;
  height: auto;
  margin-top: 0.1875rem;
}
.iderIndexBox2Con li .name {
  font-size: 0.225rem;
  width: 100%;
  color: #000000;
}
.iderIndexBox2Con li .name::after {
  display: block;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/im1-10.png) no-repeat;
  background-size: contain;
}
.iderIndexBox2Con li .mores {
  position: relative;
  font-size: 0.2rem;
  display: none;
  color: var(--mainColor);
  padding-bottom: 0.05rem;
}
.iderIndexBox2Con li .pic {
  height: 100%;
  max-width: 5rem;
}
.iderIndexBox2Con li .pic a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.iderIndexBox2Con li .pic img {
  height: 100%;
  object-fit: contain;
  width: 100%;
  transition: all 0.5s;
}
.iderIndexBox2Con li .mores::before {
  display: block;
  content: "";
  width: 80%;
  height: 0.0125rem;
  background-color: var(--mainColor);
  position: absolute;
  left: 0;
  bottom: 0;
}
.iderIndexBox2Con li .bg {
  display: none;
}
.iderIndexBox2Con li:first-child .pic,
.iderIndexBox2Con li:last-child .pic {
  width: 100%;
  justify-content: center;
}
.iderIndexBox2Con li:first-child .pic img,
.iderIndexBox2Con li:last-child .pic img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderIndexBox2Con li:first-child,
.iderIndexBox2Con li:last-child {
  background-size: 0 !important;
}
.iderIndexBox2Con li:hover {
  background-color: var(--mainColor) !important;
}
.iderIndexBox2Con li:hover .name {
  color: #fff;
}
.iderIndexBox2Con li:hover .name::after {
  display: none;
}

.iderIndexBox2Con li:hover .mores {
  display: flex;
  align-items: center;
  color: #fff;
}
.iderIndexBox2Con li:hover .mores::after {
  display: block;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/im1-10-1.png) no-repeat;
  background-size: contain;
  margin-left: 0.05rem;
}

.iderIndexBox2Con li:hover .mores::before {
  background-color: #fff;
}

.iderIndexBox2Con li:hover .name {
  flex: 1;
}

.iderIndexBox3Img {
  width: 100%;
  height: 100%;
}
.iderIndexBox3Img .tranImg {
  display: none;
}
.iderIndexBox3Img .tranImg.active {
  display: block;
}
.iderIndexBox3 {
  left: 0;
  top: 0;
  height: 100%;
  width: 40.5%;
  backdrop-filter: blur(15px);
  overflow: hidden;
  position: absolute;
  padding: 1.5rem 0.4875rem 0 3.25rem;
}
.iderIndexBox3 .tl {
  font-size: 0.2rem;
  line-height: 0.325rem;
  text-align: left;
  color: #f6eae8;
  font-weight: 300;
  margin: 0.25rem 0 0.75rem 0;
}
.iderIndexBox3Con {
  padding-right: 0.375rem;
}
.iderIndexBox3Con .item .name {
  font-size: 0.225rem;
  font-weight: 500;
  flex: 1;
  margin-right: 0.125rem;
  color: #f6eae8;
  text-align: left;
}
.iderIndexBox3Con .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.iderIndexBox3Con .item .text {
  padding-bottom: 0.375rem;
  display: none;
  text-align: left;
}
.iderIndexBox3Con .com-mores2 {
  margin-top: 0.25rem;
}
.com-mores2 {
  position: relative;
  font-size: 0.2rem;
  color: var(--mainColor);
  padding-bottom: 0.05rem;
}
.com-mores2::after {
  display: block;
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  background: url(../images/im1-10-2.png) no-repeat;
  background-size: contain;
  margin-left: 0.075rem;
}
.com-mores2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0.8125rem;
  height: 0.0125rem;
  background-color: var(--mainColor);
}
.iderIndexBox3Con .item .title {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.15rem 0;
}
.iderIndexBox3Con .item .title::after {
  font-family: "Poppins";
  content: ">";
  font-size: 0.3rem;
  transition: all 0.3s;
  color: #fff;
}
.iderIndexBox3Con .item .com-ls26 {
  font-weight: 300;
}
.iderIndexBox3Con .item.active .name {
  color: var(--mainColor);
}
.iderIndexBox3Con .item.active .title::after {
  color: var(--mainColor);
  transform: rotate(90deg);
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
}

.iderIndexBox4 .com-card {
  width: 21.125rem;
}
.iderIndexBox4 .title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 0.375rem;
  color: var(--color-a);
}
.iderIndexBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
}
.iderIndexBox4Con li {
  width: 3.325rem;
  height: 4.85rem;
  background-color: #ffffff;
  border-radius: 1px;
  border: solid 1px #e5e5e5;
  padding: 0.6875rem 0.25rem 0.25rem;
  transition: all 0.3s;
}
.iderIndexBox4Con li .name {
  font-size: 0.3rem;
  font-weight: 500;
  text-align: center;
  color: #000000;
  margin: 0.5rem 0;
}
.iderIndexBox4Con li .com-ls26 {
  color: var(--color-a);
  text-align: center;
}
.iderIndexBox4Con li .img {
  width: 0.8875rem;
  height: 0.7875rem;
  background-color: var(--mainColor);
  margin: 0 auto;
  transition: all 0.5s;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.iderIndexBox4Con li:hover .img {
  transform: rotate(180deg);
}
.iderIndexBox4Con li .img .icon {
  width: auto;
  height: 0.4375rem;
  object-fit: contain;
}
.iderIndexBox4Con .com-mores {
  margin: 0 auto;
  margin-top: 0.575rem;
}

.iderIndexBox5 {
  width: 100%;
  height: auto;
}
.iderIndexBox5Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.55rem;
}
.iderIndexBox5Swiper .img {
  width: 100%;
  height: 3.975rem;
  overflow: hidden;
  border-radius: 1px;
}
.iderIndexBox5Swiper .text {
  width: 100%;
  height: 3.9375rem;
  padding: 0.25rem 0 0.625rem 0;
  background-color: #fff;
}
.iderIndexBox5Swiper .text .time {
  font-size: 0.2rem;
  font-weight: 400;
  color: #000000;
}
.iderIndexBox5Swiper .name {
  display: block;
  font-size: 0.225rem;
  text-align: left;
  margin-top: 0.15rem;
  font-weight: 600;
  color: #000000;
}
.iderIndexBox5Swiper .com-ls26 {
  color: var(--color-a);
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 0.15rem;
  margin-top: 0.3125rem;
}
.iderIndexBox5Swiper .top,
.iderIndexBox5Swiper .bto {
  width: 100%;
  padding: 0 0.375rem;
}
.iderIndexBox5Swiper .com-mores2 {
  margin-top: 0.45rem;
  color: #5f5f5f;
}
.iderIndexBox5Swiper .com-mores2::before {
  width: 0;
  transition: all 0.3s;
}
.iderIndexBox5Swiper .com-mores2::after {
  filter: grayscale(1);
}

.iderIndexBox5Swiper .swiper-slide:hover .name {
  text-decoration: underline !important;
  color: var(--mainColor);
}
.iderIndexBox5Swiper .swiper-slide:hover .com-mores2 {
  color: var(--mainColor);
}
.iderIndexBox5Swiper .swiper-slide:hover .com-mores2::before {
  width: 0.8125rem;
}
.iderIndexBox5Swiper .swiper-slide:hover .com-mores2::after {
  filter: none;
}
.iderIndexBox5-pagination {
  margin-top: 0.5375rem;
  width: 100%;
}
.iderIndexBox5-pagination .swiper-pagination-bullet {
  width: 0.1625rem;
  height: 0.1625rem;
  background-color: #d9d9d9;
  opacity: 1;
  transition: all 0.3s;
}
.iderIndexBox5-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

.footer {
  width: 100%;
  height: auto;
}
.footer .top {
  width: 100%;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #d9d9d9;
}
.footer .top .logo {
  width: 3rem;
  height: auto;
  object-fit: contain;
}
.footerCon {
  width: 100%;
  height: auto;
  padding: 1.0625rem 0 1.75rem 0;
}
.footerCon .name {
  font-size: 0.2rem;
  text-align: left;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.5rem;
}
.footerCon .lt {
  width: 25%;
  margin-right: 15%;
}
.footerCon ul {
  flex: 1;
  justify-content: space-between;
}
.footerCon ul li {
  display: flex;
  flex-direction: column;
}
.footerCon ul li a {
  text-align: left;
  font-size: 0.175rem;
  line-height: 0.375rem;
  color: #616161;
  transition: all 0.3s;
}
.footerCon .lt .phone {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.3125rem;
}
.footerCon .lt .phone p {
  font-size: 0.2rem;
  text-align: left;
  color: #000000;
  margin-bottom: 0.025rem;
}
.footerCon .lt .phone .ph {
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  color: #000000;
}
.footerCon .lt .text .ad,
.footerCon .lt .text {
  font-size: 0.2rem;
  text-align: left;
  line-height: 0.325rem;
  color: #000000;
}
.footerCon .lt .text div {
  margin-bottom: 0.0625rem;
}
.footerCon .lt .text .eml {
  cursor: pointer;
}
.footerLink {
  flex-direction: row;
}
.footerLink .item {
  position: relative;
  margin-right: 0.1875rem;
}
.footerLink .name {
  display: inline;
}
.footerLink .icon {
  width: 0.45rem;
  object-fit: cover;
  height: 0.45rem;
  transition: all 0.3s;
}
.footerLink .qr {
  position: absolute;
  left: 50%;
  display: none;
  transform: translateX(-50%);
  top: 0.75rem;
  width: 1.8125rem;
  height: 1.9rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.375rem 0.0625rem rgba(101, 101, 101, 0.17);
  padding: 0.1875rem;
}
.footerLink .qr::after {
  position: absolute;
  left: 50%;
  top: -0.1rem;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: 0.15rem solid transparent;
  border-right: 0.15rem solid transparent;
  border-bottom: 0.15rem solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
.footer .bto {
  padding: 0.3125rem 4%;
  text-align: center;
  border-top: 1px solid rgba(179, 178, 178, 0.4);
  font-size: 0.2rem;
  color: #000000;
}
.footerCon ul li a:hover {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderBannerBox1 {
  position: relative;
  width: 100%;
  height: auto;
}
.iderBannerBox1 .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderNavBox {
  width: 100%;
  height: auto;
  padding: 0.225rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.iderNavBox a {
  font-size: 0.2rem;
  color: #000000;
}
.iderNavBox a::after {
  content: "-";
  font-size: 16px;
  color: #000;
  margin: 0 0.05rem;
  display: inline-block;
}
.iderNavBox a:last-child::after {
  display: none;
}
.iderNavBox a:hover,
.iderNavBox a.active {
  color: var(--mainColor);
}
.iderAboutBox1 {
  width: 100%;
  height: auto;
  padding: 0.9875rem 0 2.5rem 0;
}
.iderAboutBox1 .top .text {
  flex: 1;
}
.iderAboutBox1 .top .text .com-ls26 {
  color: #000000;
  margin-top: 0.325rem;
}
.iderAboutBox1 .top .img {
  width: 9.275rem;
  height: 5.525rem;
  overflow: hidden;
  position: relative;
  border-radius: 1px;
  margin-left: 2.075rem;
}
.iderAboutBox1 .top .img .icon {
  position: absolute;
  cursor: pointer;
  width: 1.6125rem;
  left: 0.25rem;
  bottom: 0.325rem;
  transition: all 0.5s;
  height: 1.6125rem;
}
.iderAboutBox1 .iderIndexBox4Con {
  width: 21.125rem;
  margin: 0 auto;
  margin-top: 1.875rem;
}
.iderAboutBg {
  width: 100%;
  height: auto;
}

.iderAboutBox2 {
  position: relative;
  width: 100%;
  height: 9.625rem;
  background-attachment: fixed !important;
}
.iderAboutBox2 .com-tl {
  position: absolute;
  top: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
}
.iderAboutBox2 .item {
  width: calc(100% / 3);
  height: 100%;
  padding: 2.875rem 0.5rem 0 0.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.iderAboutBox2 .item:last-child {
  border-right: none;
}
.iderAboutBox2 .item .name {
  font-size: 0.3rem;
  text-align: center;
  color: #ffffff;
  margin: 0.9375rem 0 0.4375rem 0;
}
.iderAboutBox2 .item .icon {
  width: 0.8125rem;
  height: auto;
  transition: all 0.5s;
  object-fit: contain;
}
.iderAboutBox2 .item:hover .icon {
  transform: translateY(-10px);
}
.iderAboutBox2 .item .com-ls26 {
  text-align: center;
}
.iderAboutBox3 {
  width: 100%;
  height: auto;
  padding-top: 0.875rem;
  background-attachment: fixed !important;
}
.iderAboutBox3Swiper {
  position: relative;
  width: 100%;
  height: 12.25rem;
  overflow: hidden;
  margin-top: 1.25rem;
  padding-bottom: 1.875rem;
}
.iderAboutBox3Swiper::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  top: 0.25rem;
  width: 1px;
  height: 100%;
  background-color: var(--mainColor);
}
.iderAboutBox3Swiper .time {
  font-size: 0.375rem;
  font-weight: 800;
  color: var(--mainColor);
  margin-left: 0.375rem;
}
.iderAboutBox3Swiper .text li {
  position: relative;
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #000000;
  padding-right: 0.25rem;
  text-align: right;
}
.iderAboutBox3Swiper .text li::after {
  position: absolute;
  top: 15px;
  right: 0;
  display: block;
  content: "";
  width: 0.0875rem;
  border-radius: 50%;
  height: 0.0875rem;
  background-color: var(--mainColor);
  border-radius: 50%;
}

.iderAboutBox3Swiper .con {
  width: 100%;
  height: auto;
}
.iderAboutBox3Swiper .con.active {
  justify-content: flex-end;
}
.iderAboutBox3Swiper .conBox {
  position: relative;
  width: 47.5%;
  height: 2.3875rem;
  border-radius: 0.0625rem;
  flex-direction: row-reverse;
  padding: 0.25rem 0.5625rem 0.25rem 0.25rem;
  background: url(../picture/bg18-1.png) no-repeat;
  background-size: cover;
}
.iderAboutBox3Swiper .con.active .conBox {
  flex-direction: row;
  background: url(../picture/bg18.png) no-repeat;
  background-size: cover;
  padding: 0.25rem 0.25rem 0.25rem 0.5625rem;
}
.iderAboutBox3Swiper .con.active .time {
  margin: 0 0.375rem 0 0;
}
.iderAboutBox3Swiper .con.active li {
  padding-left: 0.25rem;
  text-align: left;
}
.iderAboutBox3Swiper .con.active li::after {
  left: 0;
}
.iderAboutBox3Swiper .dot {
  position: relative;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background-color: #fff;
  left: 2.4375rem;
}
.iderAboutBox3Swiper .con.active .dot {
  left: -2.4375rem;
}
.iderAboutBox3Swiper .dot::after {
  display: block;
  content: "";
  width: 0.2625rem;
  height: 0.2625rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #f2cec6;
  z-index: 1;
}
.iderAboutBox3Swiper .dot::before {
  display: block;
  content: "";
  width: 0.125rem;
  height: 0.125rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: var(--mainColor);
  z-index: 2;
}
.iderAboutBox4 {
  width: 100%;
  height: auto;

  padding: 1.125rem 0 1.75rem 0;
}
.iderAboutBox4Con {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0 1.625rem;
  margin-top: 0.875rem;
}
.iderAboutBox4Swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow-y: visible;
  padding-bottom: 0.875rem;
}
.iderAboutBox4Swiper .name {
  font-size: 0.225rem;
  color: #000000;
}
.iderAboutBox4Swiper .swiper-slide {
  width: 6.875rem !important;
  height: 5.3125rem !important;
  background-position: center;
  background-size: cover;
}

.iderAboutBox4Swiper .con {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  padding: 0.625rem 0.5rem 0.5rem;
}
.iderAboutBox4Swiper .img {
  width: 4.0625rem;
  height: 2.8875rem;
}
.iderAboutBox4-prev,
.iderAboutBox4-next {
  position: absolute;
  top: 50%;
  width: 0.575rem;
  height: 0.575rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
  z-index: 100;
  cursor: pointer;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.iderAboutBox4-prev {
  left: 0;
}

.iderAboutBox4-next {
  right: 0;
  background: #fff;
  color: #fff;
}

.iderAboutBox4-prev::after,
.iderAboutBox4-next::after {
  content: "";
  width: 0.15rem;
  height: 0.15rem;
  border-top: 0.0125rem solid #000000;
  border-right: 0.0125rem solid #000000;
  transition: all 0.3s;
}

.iderAboutBox4-prev::after {
  transform: rotate(-135deg);
  margin-left: 0.05rem;
  color: #666;
}
.iderAboutBox4-next::after {
  transform: rotate(45deg);
  margin-right: 0.05rem;
}
.iderAboutBox4-prev:hover,
.iderAboutBox4-next:hover {
  background-color: var(--mainColor);
}
.iderAboutBox4-prev:hover::after,
.iderAboutBox4-next:hover::after {
  border-color: #fff;
}

.iderAboutBox4-pagination .swiper-pagination-bullet {
  width: 0.125rem;
  height: 0.125rem;
  background-color: #929292;
  opacity: 1;
  transition: all 0.3s;
}
.iderAboutBox4-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderAboutBox5 {
  width: 100%;
  height: auto;
  background-color: #efefef;
  padding: 0.75rem 0;
}
.iderAboutBox5 ul {
  width: 100%;
  margin-top: 1rem;
}
.iderAboutBox5 ul li {
  width: calc((100% - 0.9375rem) / 4);
  margin: 0 0.3125rem 0.325rem 0;
  height: 3.925rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  transition: all 0.3s;
  padding: 0.6rem 0.625rem 0.25rem 0.625rem;
}
.iderAboutBox5 li .name {
  font-size: 0.3rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
  margin: 0.25rem 0;
  transition: all 0.3s;
}
.iderAboutBox5 li .icon {
  width: auto;
  height: 0.75rem;
  object-fit: contain;
  transition: 0.5s;
}
.iderAboutBox5 li .com-ls26 {
  color: var(--color-a);
  text-align: center;
  transition: all 0.3s;
}
.iderAboutBox5 ul li:nth-child(4n) {
  margin-right: 0;
}
.iderAboutBox5 ul li:hover {
  background-color: var(--mainColor);
}
.iderAboutBox5 ul li:hover .icon {
  filter: brightness(0) invert(1);
}
.iderAboutBox5 ul li:hover .name,
.iderAboutBox5 ul li:hover .com-ls26 {
  color: #fff;
}
.iderAboutBox6 {
  padding: 1.5rem 0;
}
.iderAboutBox6 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: solid 1px #e5e5e5;
}

.iderAboutBox6 .iderIndexBox5Swiper .bto {
  padding: 0;
}
.iderAboutBox6 .iderIndexBox5Swiper .com-ls26 {
  padding: 0.25rem 0.375rem 0 0.375rem;
}
.iderAboutBox6 .iderIndexBox5Swiper .com-mores2 {
  margin-left: 0.375rem;
}
.iderPositioning {
  position: fixed;
  left: 0;
  z-index: 22;
  top: 50%;
  transform: translateY(-50%);
}
.iderPositioning .item {
  font-size: 0.225rem;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0.3125rem;
}
.iderPositioning .item::before {
  display: block;
  content: "";
  width: 0;
  transition: all 0.3s;
  margin-right: 0.125rem;
  height: 0.025rem;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
}
.iderPositioning .item:hover,
.iderPositioning .item.active {
  color: var(--mainColor);
}
.iderPositioning .item:hover::before,
.iderPositioning .item.active::before {
  width: 0.675rem;
}

.iderPositioning .item.active {
  color: #ff0000 !important;
}

.iderPositioning.theme1 .item {
  color: #000;
}

.iderPositioning.theme2 .item {
  color: #000;
}

.iderPositioning.theme3 .item {
  color: #000;
}

.iderPositioning.theme4 .item {
  color: #000;
}

.iderPositioning.theme5 .item {
  color: #000;
}
.iderServiceBox1 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 1.375rem 0;
}
.iderServiceBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderServiceBox1Con .item {
  width: calc((100% - 0.3rem) / 2);
  margin: 0 0.3rem 0.275rem 0;
  height: 3.6875rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 0.125rem;
  transition: all 0.3s;
  padding: 0.625rem 0.25rem 0.125rem 0.6875rem;
}
.iderServiceBox1Con .item:hover .icon {
  transform: translateY(-10px);
}
.iderServiceBox1Con .item:nth-child(2n) {
  margin-right: 0;
}
.iderServiceBox1Con .item .icon {
  width: auto;
  height: 1.15rem;
  object-fit: contain;
  display: block;
  transition: all 0.3s;
}
.iderServiceBox1Con .item .name {
  font-size: 0.25rem;
  font-weight: 500;
  color: #000000;
  margin-top: 0.5625rem;
}
.iderServiceBox1Con .item .lt {
  width: 30%;
  margin-right: 0.625rem;
}
.iderServiceBox1Con .item .text li {
  font-size: 0.2rem;
  line-height: 0.325rem;
  color: #000000;
  padding-left: 0.325rem;
  background: url(../images/im4-1.png) left top no-repeat;
  background-size: 0.1875rem;
  background-position-y: 0.1rem;
}
.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 1.375rem 0;

  background-attachment: fixed !important;
}
.iderServiceBox2 ul {
  width: 100%;
  margin-top: 0.625rem;
}
.iderServiceBox2 ul li {
  width: 3.5125rem;
  height: 3.5125rem;
  border-radius: 50%;
  background: url(../images/im3-5.png) no-repeat;
  background-size: cover;
  position: relative;
  padding: 0.8125rem 0.375rem 0.125rem 0.375rem;
}
.iderServiceBox2 ul li:last-child {
  background: none;
  border: 0.0125rem solid #000;
}
.iderServiceBox2 li .nu {
  position: absolute;
  top: 0.1625rem;
  left: 0;
  width: 0.4875rem;
  height: 0.4875rem;
  font-size: 0.25rem;
  font-weight: 600;
  text-align: center;
  line-height: 0.4875rem;
  border-radius: 50%;
  color: #ffffff;
  background-color: #000000;
}
.iderServiceBox2 li .name {
  font-size: 0.3rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0.325rem;
}
.iderServiceBox2 li .text {
  line-height: 0.3rem;
  text-align: center;
  color: #000000;
}
.iderServiceBox3 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 0.75rem 0;
  border-bottom: 1px solid #e5e5e5;
}
.iderServiceBox3Con {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 0.2rem 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2.125rem;
}
.iderServiceBox3Con .top .img {
  width: 9.725rem;
  height: 6.2375rem;
  border-radius: 0.025rem;
  overflow: hidden;
  margin-left: 0.2875rem;
}
.iderServiceBox3Con .top ul {
  flex: 1;
}
.iderServiceBox3Con .top ul li {
  width: calc((100% - 0.2375rem) / 2);
  margin: 0 0.2375rem 0.2375rem 0;
  height: 3rem;
  background-color: #ffffff;
  border-radius: 0.025rem;
  border: solid 1px #e5e5e5;
  transition: all 0.3s;
  padding: 0.5rem 0.375rem 0.15rem 0.3125rem;
}
.iderServiceBox3Con .top ul li:nth-child(2n) {
  margin-right: 0;
}
.iderServiceBox3Con .top li .icon {
  width: auto;
  height: 0.525rem;
  transition: all 0.3s;
  display: block;
  object-fit: contain;
}
.iderServiceBox3Con .top li .name {
  font-size: 0.25rem;
  font-weight: 500;
  color: #000000;
  margin: 0.375rem 0 0.15rem 0;
  transition: all 0.3s;
}
.iderServiceBox3Con .top li:hover .icon {
  filter: brightness(0) invert(1);
}
.iderServiceBox3Con .top li:hover {
  background-color: var(--mainColor);
}
.iderServiceBox3Con .top li:hover .name,
.iderServiceBox3Con .top li:hover .com-ls26 {
  color: #fff;
}
.iderServiceBox3Con .bto {
  text-align: center;
  width: 100%;
  font-size: 0.225rem;
  font-weight: 500;
  margin-top: 0.125rem;
  color: var(--mainColor);
}
.iderServiceBox3Bto {
  width: 100%;
  background-color: #f4f4f4;
  height: auto;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.0375rem 0.65rem 1.025rem;
}
.iderServiceBox3Bto .type .name {
  font-size: 0.2rem;
  color: #000000;
  margin-right: 0.1875rem;
}
.iderServiceBox3Bto .type em {
  color: var(--mainColor);
}
.iderServiceBox3Bto .type label {
  cursor: pointer;
  display: block;
  align-items: center;
  font-size: 0.2rem;
  margin-right: 0.375rem;
  color: #000000;
}

.iderServiceBox3Bto .type input:checked {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
  accent-color: var(--mainColor);
}
.iderServiceBox3Bto .type {
  width: 100%;
  margin-bottom: 0.1875rem;
}
.iderServiceBox3Bto .type input {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  border-radius: 0.0125rem;
  margin-right: 0.0625rem;
  border: solid 0.0125rem #bababa;
}

.iderServiceBox3Bto .itemInput label,
.iderServiceBox3Bto .input input,
.iderServiceBox3Bto .input label {
  width: calc((100% - 0.25rem) / 3);
  display: block;
  height: 0.5625rem;
  color: #000000;
  font-size: 0.2rem;
  padding-left: 0.2375rem;
  position: relative;
}
.iderServiceBox3Bto .itemInput,
.iderServiceBox3Bto .input {
  margin-bottom: 0.125rem;
}
.iderServiceBox3Bto .itemInput label,
.iderServiceBox3Bto .input label {
  padding-left: 0;
}
.iderServiceBox3Bto input::placeholder {
  color: #000;
}
.iderServiceBox3Bto .itemInput input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 0.025rem;
  border: solid 0.0125rem #e5e5e5;
  font-size: 0.2rem;
  padding-left: 0.2375rem;
  color: #000000;
}
.iderServiceBox3Bto .input input,
.iderServiceBox3Bto .input label {
  width: 100%;
}
.iderServiceBox3Bto input[type="file"] {
  width: 2.4625rem;
  height: 1.3375rem;
  display: flex;
  background-color: #ffffff;
  border-radius: 0.125rem;
  font-size: 0.2rem;
  margin: 0.15rem 0;
  color: #000000;
}
.iderServiceBox3Bto textarea {
  width: 100%;
  height: 1.25rem;
  display: flex;
  background-color: #ffffff;
  border-radius: 0.025rem;
  font-size: 0.2rem;
  padding: 0.2375rem 0 0 0.2375rem;
  color: #000000;
  border: solid 1px #e5e5e5;
}
.iderServiceBox3Bto input[type="submit"] {
  width: 2rem;
  height: 0.625rem;
  display: flex;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  cursor: pointer;
  font-size: 0.225rem;
  margin-top: 0.275rem;
  text-align: center;
  line-height: 0.625rem;
  color: #ffffff;
}
.iderServiceBox3Bto .itemInput .required,
.iderServiceBox3Bto .input .required {
  display: flex;
  position: absolute;
  left: 0.2375rem;
  top: 0.125rem;
  align-items: center;
  color: #000;
  z-index: 1;
}
.iderServiceBox3Bto .itemInput .required span,
.iderServiceBox3Bto .input .required span {
  font-size: 0.2rem;
  color: #000;
}
.iderServiceBox3Bto .itemInput .required em,
.iderServiceBox3Bto .input .required em {
  color: var(--mainColor);
}
.file-upload-wrapper {
  width: 2.4625rem;
}
#upload-file {
  display: none;
}
.file-upload-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 2.4625rem;
  height: 1.3375rem;
  border-radius: 0.125rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.file-upload-card:hover {
  background-color: #fcfcfc;
  border-color: #eee;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.upload-text {
  font-size: 0.2rem;
  color: #000;
  margin-bottom: 0.125rem;
}

.upload-icon {
  width: 0.35rem;
  height: 0.275rem;
  background: url(../images/im3-11.png) no-repeat;
  background-size: contain;
}
#file-name-display {
  margin-top: 0.125rem;
  font-size: 0.1625rem;
  color: #666;
  text-align: center;
}

.iderServiceBox4 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 0.875rem 0;

  background-attachment: fixed !important;
}
.iderServiceBox4Con {
  width: 100%;
  margin-top: 0.75rem;
  justify-content: space-between;
}
.iderServiceBox4Con .items {
  width: calc((100% - 0.475rem) / 2);
  height: auto;
}

.iderServiceBox4Con .name {
  font-size: 0.225rem;
  color: #000000;
  transition: all 0.3s;
}
.iderServiceBox4Con .item {
  width: 100%;
  background-color: #f7f7f7;
  border: solid 1px #e5e5e5;
  padding: 0 0.375rem;
  margin-bottom: 0.125rem;
}
.iderServiceBox4Con .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.225rem 0;
}
.iderServiceBox4Con .tl::after {
  width: 0.3625rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.3625rem;
  height: 0.3625rem;
  background-color: #afafaf;
  content: "+";
  font-size: 0.3125rem;
  color: #fff;
  transition: all 0.3s;
}
.iderServiceBox4Con .item.active .tl {
  border-bottom: 1px solid #e5e5e5;
}
.iderServiceBox4Con .item .text {
  width: 100%;
  display: none;
  height: auto;
  padding: 0.25rem 0 0.25rem 0;
}
.iderServiceBox4Con .item.active .name {
  color: var(--mainColor);
}
.iderServiceBox4Con .item.active .tl::after {
  background-color: var(--mainColor);
  content: "一";
  font-size: 0.2rem;
}
.iderDownBox1 {
  width: 100%;
  height: auto;
  padding: 0.4875rem 0 1.25rem 0;
}
.iderDownBox1 .lt {
  width: 4.4375rem;
  height: auto;
  margin-right: 0.7375rem;
}
.comForm {
  position: relative;
  width: 100%;
  height: 0.625rem;
  background-color: #f8f8f8;
  border: solid 0.0125rem #e5e5e5;
}
.comForm input {
  font-size: 0.2rem;
  padding-left: 0.4875rem;
  background-color: #f8f8f8;
  width: 100%;
  height: 100%;
  color: rgba(0, 0, 0, 0.5);
}
.comForm input[type="submit"] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4875rem;
  height: 100%;
  background: url(../images/im6.png) center no-repeat;
  background-size: 0.2rem;
}
.iderDownBox1Rt {
  flex: 1;
}
.iderDownBox1 .lt .menu a {
  font-size: 0.2rem;
  line-height: 0.45rem;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  color: #000;
}
.iderDownBox1 .lt .menu {
  width: 100%;
  padding: 0.125rem 0;
}
.iderDownBox1 .lt .menu a::before {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  border-radius: 0.0125rem;
  margin-right: 0.0875rem;
  border: solid 0.0125rem #bababa;
  transition: all 0.3s;
}
.iderDownBox1 .lt .menu a:hover,
.iderDownBox1 .lt .menu a.active {
  color: var(--mainColor);
}
.iderDownBox1 .lt .menu a:hover::before,
.iderDownBox1 .lt .menu a.active::before {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.iderDownBox1Rt .title .type {
  font-size: 0.2rem;
  color: #000000;
  width: 15%;
  padding: 0 0.2375rem;
}
.iderDownBox1Rt .title {
  width: 100%;
  margin-bottom: 0.2375rem;
  height: 0.625rem;
  background-color: #f8f8f8;
}
.iderDownBox1Con .item {
  width: 100%;
  height: auto;
  padding: 0.2375rem 0;
  border-bottom: 1px solid #bababa;
}
.iderDownBox1Con .item:first-child {
  border-top: 1px solid #bababa;
}
.iderDownBox1Con .name {
  font-size: 0.2rem;
  transition: all 0.3s;
  color: #000000;
}
.iderDownBox1Con .downs_item {
  position: relative;
  font-size: 0.2rem;
  padding-bottom: 0.025rem;
  transition: all 0.3s;
  color: #000000;
}
.iderDownBox1Con .downs_item::after {
  display: block;
  content: "";
  width: 0.175rem;
  height: 0.175rem;
  background: url(../images/im6-2.png) no-repeat;
  background-size: cover;
  margin-left: 0.15rem;
  filter: grayscale(1);
  transition: all 0.3s;
}
.iderDownBox1Con .item:hover .name,
.iderDownBox1Con .item:hover .downs_item {
  color: var(--mainColor);
}

.iderDownBox1Con .downs_item::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  transition: all 0.3s;
  width: 0;
  background-color: var(--mainColor);
  height: 0.0125rem;
}
.iderDownBox1Con .item:hover .downs_item::before {
  width: 0.4125rem;
}
.iderDownBox1Con .item:hover .downs_item::after {
  filter: none;
}
.iderBannerBox1 .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.iderBannerBox1 .text .con {
  width: 55%;
}
.iderBannerBox1 .text .title {
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 0.875rem;
  color: #ffffff;
  margin-bottom: 0.3125rem;
}
.iderApplicaBox1 {
  width: 100%;
  height: auto;
  padding: 0.3875rem 0 0.6875rem 0;
}

.iderApplicaBox1 .img {
  width: 11.25rem;
  height: 6.525rem;
  overflow: hidden;
}
.iderApplicaBox1 .text {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex: 1;
  padding-right: 0.25rem;
}
.iderApplicaBox1 .text .com-ls26 {
  margin-top: 0.25rem;
}
.iderApplicaBox2 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.1rem 0;
}
.iderApplicaBox2 .text {
  width: 35%;
}
.iderApplicaBox2 .text .com-ls26 {
  margin-top: 0.625rem;
  overflow: hidden;
}
.iderApplicaBox2 .text li {
  font-size: 0.2rem;
  line-height: 0.325rem;
  width: 100%;
  padding: 0 25% 0.25rem 0.575rem;
  margin-bottom: 0.2125rem;
  border-bottom: 1px solid rgba(235, 233, 233, 0.5);
  color: #000000;
  background: url(../images/im4-1.png) no-repeat;
  background-size: 0.275rem;
  background-position-y: 0.075rem;
  transition: all 0.3s;
}
.iderApplicaBox2 .text li:hover {
  transform: translateX(5%);
}
.iderApplicaBox3 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.5rem 0;
}
.iderApplicaBox3 .img {
  width: 11.625rem;
  overflow: hidden;
  height: 6.5375rem;
}
.iderApplicaBox3 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6.5375rem;
  background-color: #f8f8f8;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0 0.5rem 0 0.75rem;
}
.iderApplicaBox3 .text .com-ls26 {
  margin: 0.25rem 0 0.75rem 0;
}
.iderApplicaBox4 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.375rem 0;
}
.iderApplicaBox4 .com-tl,
.iderApplicaBox5 .com-tl {
  width: 100%;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderApplicaBox4Con {
  width: 100%;
  height: 6.5375rem;
  margin-top: 0.6875rem;
  border-radius: 0.025rem;
}
.iderApplicaBox4Con .img {
  width: 11.625rem;
  height: 100%;
  overflow: hidden;
}
.iderApplicaBox4Con .text {
  flex: 1;
  height: 100%;
  padding: 1.125rem 0.125rem 0.125rem 0.75rem;
  background-color: #f8f8f8;
}
.iderApplicaBox4Con .text .name {
  font-size: 0.375rem;
  font-weight: 500;
  color: #000000;
}
.iderApplicaBox4Con .text .com-ls26 {
  margin: 0.375rem 0 1rem 0;
  width: 60%;
}

.iderApplicaBox5 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.75rem 0;
}
.iderApplicaBox5Con {
  width: 100%;
  margin-top: 0.7125rem;
}
.iderApplicaBox5Con .item {
  width: 4.175rem;
  height: 5.475rem;
  margin: 0 0.25rem 0.125rem 0;
  background-color: var(--bg-c);
  transition: all 0.3s;
}
.iderApplicaBox5Con .item:nth-child(4n) {
  margin-right: 0;
}
.iderApplicaBox5Con .item .img {
  width: 100%;
  height: 3.75rem;
  overflow: hidden;
  padding: 0.425rem;
}
.iderApplicaBox5Con .item .img a {
  width: 100%;
  height: 100%;
}
.iderApplicaBox5Con .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.iderApplicaBox5Con .item .text {
  width: 100%;
  height: auto;
  padding: 0.125rem 0.25rem 0.5rem 0.2125rem;
}
.iderApplicaBox5Con .item .name {
  display: block;
  width: 100%;
  font-size: 0.2rem;
  color: #000000;
}
.iderApplicaBox5Con .item .com-mores2 {
  color: #393939;
  margin-top: 0.4375rem;
}
.iderApplicaBox5Con .item:hover .com-mores2,
.iderApplicaBox5Con .item:hover .name {
  color: var(--mainColor);
}
.iderApplicaBox5Con .item .com-mores2::before {
  width: 0;
  transition: all 0.3s;
}
.iderApplicaBox5Con .item .com-mores2::after {
  filter: grayscale(1);
  transition: all 0.3s;
}
.iderApplicaBox5Con .item:hover .com-mores2::before {
  width: 0.8125rem;
}
.iderApplicaBox5Con .item:hover .com-mores2::after {
  filter: none;
}
.iderApplicaBox5Con .item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 0.0875rem 0px rgba(0, 0, 0, 0.14);
}
.iderNavBox.inner {
  border-bottom: none;
  background-color: var(--bg-c);
}
.iderApplicListBox1 {
  width: 100%;
  height: auto;
  padding: 0.125rem 0 0.8125rem 0;
  background-color: var(--bg-c);
}
.iderApplicListBox1 .item {
  width: 2.375rem;
  height: 2.125rem;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 0.125rem;
  justify-content: center;
  transition: all 0.3s;
  margin: 0 0.1375rem 0.125rem 0;
}
.iderApplicListBox1 .item:nth-child(7n) {
  margin-right: 0;
}
.iderApplicListBox1 .item .icon {
  width: auto;
  height: 0.5rem;
  transition: all 0.3s;
  object-fit: contain;
  display: block;
}
.iderApplicListBox1 .item .name {
  font-size: 0.2rem;
  margin-top: 0.4rem;
  color: #000000;
  transition: all 0.3s;
}
.iderApplicListBox1 .item:hover {
  background-color: var(--mainColor);
}
.iderApplicListBox1 .item:hover .icon {
  filter: brightness(0) invert(1);
}
.iderApplicListBox1 .item:hover .name {
  color: #fff;
}
.iderApplicListBox2 {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0 1.125rem 0;
}
.iderApplicListBox2 .com-card {
  width: 20rem;
}
.iderApplicListBox2 .item {
  width: 100%;
  height: 8.975rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.375rem;
  border-radius: 1px;
}
.iderApplicListBox2 .item .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0.125rem 0.5rem 1.25rem;
}
.iderApplicListBox2 .item .com-mores {
  background-color: transparent;
  border: 1px solid #fff;
}
.iderApplicListBox2 .item:hover .com-mores {
  background-color: var(--mainColor);
  border-color: var(--mainColor);
}
.iderApplicListBox2 .item .name {
  display: block;
  font-size: 0.45rem;
  font-weight: 500;
  color: #ffffff;
}
.iderApplicListBox2 .item .com-ls26 {
  margin: 0.1875rem 0;
}
.iderBannerBox1 .text .tl {
  font-size: 0.3rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}
.iderBannerBox1 .text .ls {
  font-size: 0.375rem;
  color: #ffffff;
  margin-bottom: 0.375rem;
}
.iderBannerBox1 .text .img {
  width: 63%;
  height: 7.625rem;
}
.iderBannerBox1 .text .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 0.4875rem 0 0.625rem 0;
}
.iderProductBox1 .com-card {
  align-items: flex-start;
}
.iderProductBox1Lt {
  position: sticky;
  top: 100px;
  z-index: 4;
  width: 4.6875rem;
  height: auto;
  margin-right: 0.675rem;
}
.iderProductBox1Rt {
  flex: 1;
}
.iderProductBox1menu {
  width: 100%;
  border-top: 1px solid #bababa;
  margin-top: 0.25rem;
}
.iderProductBox1menu .item {
  width: 100%;
  border-bottom: 1px solid #bababa;
}
.iderProductBox1menu .item:hover .name,
.iderProductBox1menu .item.active .name {
  color: var(--mainColor);
}
.iderProductBox1menu .item:hover .tl::after,
.iderProductBox1menu .item.active .tl::after {
  color: var(--mainColor);
}
.iderProductBox1menu .item.active .tl::after {
  content: "";
  width: 0.2rem;
  height: 0.025rem;
  background-color: var(--mainColor);
}
.iderProductBox1menu .item .name {
  font-size: 0.225rem;
  display: block;
  font-weight: 500;
  color: #000000;
  transition: all 0.3s;
}
.iderProductBox1menu .item .tl {
  cursor: pointer;
  padding: 0.075rem 0;
  width: 100%;
}
.iderProductBox1menu .item .tl::after {
  content: "+";
  color: #000000;
  font-size: 0.375rem;
}
.itemLevelTow {
  width: 100%;
  height: auto;
}
.itemLevelTowName {
  cursor: pointer;
  display: flex;
  width: 80%;
  align-items: center;
  font-size: 0.2rem;
  color: #000000;
  transition: all 0.3s;
  margin-bottom: 0.1875rem;
}
.itemLevelTowName:hover,
.itemLevelTowName.active {
  color: var(--mainColor);
}
.itemLevelTowName::before {
  display: block;
  content: "";
  width: 0.15rem;
  height: 0.1rem;
  background: url(../images/im6-3.png) no-repeat;
  background-size: cover;
  transform: rotate(270deg);
  filter: grayscale(1);
  margin-right: 0.0875rem;
  transition: all 0.3s;
}
.itemLevelTowName:hover::before,
.itemLevelTowName.active::before {
  transform: rotate(0);
  filter: none;
}
.itemLevelTow .downs,
.itemLevelDown {
  width: 100%;
  display: none;
}
.itemLevelDown {
  margin-top: 0.125rem;
}
.itemLevelTow .downs a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 0.2rem;
  margin-bottom: 0.15rem;
  transition: all 0.3s;
  color: #000000;
}
.itemLevelTow .downs a::before {
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  border-radius: 0.0125rem;
  margin-right: 0.0875rem;
  border: solid 0.0125rem #bababa;
  transition: all 0.3s;
}
.itemLevelTow .downs a:hover,
.itemLevelTow .downs a.active {
  color: var(--mainColor);
}
.itemLevelTow .downs a:hover::before,
.itemLevelTow .downs a.active::before {
  border-color: var(--mainColor);
  background-color: var(--mainColor);
}
.iderProductBox1Rt .title {
  font-size: 0.2rem;
  line-height: 0.325rem;
  padding-top: 0.125rem;
  color: #000000;
}
.iderProductBox1Rt .iderApplicaBox5Con {
  width: 100%;
  margin-top: 0.25rem;
}
.iderProductBox1Rt .iderApplicaBox5Con .item {
  position: relative;
  width: 3.925rem;
  height: 4.875rem;
  margin: 0 0.175rem 0.25rem 0;
}
.iderProductBox1Rt .iderApplicaBox5Con .item .img a {
  padding: 10%;
}
.iderProductBox1Rt .iderApplicaBox5Con .item:nth-child(4n) {
  margin-right: 0.175rem;
}
.iderProductBox1Rt .iderApplicaBox5Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderProductBox1Rt .iderApplicaBox5Con .item .img {
  width: 100%;
  height: 3.125rem;
  padding: 0.225rem;
}
.iderProductBox1Rt .iderApplicaBox5Con .item .text {
  padding: 0.125rem 0.25rem 0.4rem 0.25rem;
}
.iderProductBox1Rt .iderApplicaBox5Con .item .com-mores2 {
  margin-top: 0.25rem;
}
.iderProductBox1Rt .iderApplicaBox5Con .item .type {
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 3;
  width: 0.45rem;
  font-size: 0.175rem;
  text-align: center;
  line-height: 0.375rem;
  color: #ffffff;
  height: 0.45rem;
  background: url(../images/im6-1.png) no-repeat;
  background-size: cover;
}
.iderProductDelBox1 {
  width: 100%;
  height: auto;
  padding: 0.075rem 0 0.625rem 0;
  background: url(../picture/bg9.png) no-repeat;
  background-size: cover;
  background-color: var(--bg-c);
}
.iderProductDelBox1 .lt {
  width: 8.6rem;
  height: auto;
  margin-right: 0.9375rem;
}
.iderProductDelBox1 .rt {
  flex: 1;
}
.detailBox1Swiper2 {
  width: 100%;
  height: 7.075rem;
  overflow: hidden;
  border-radius: 0.0625rem;
  background-color: #ffffff;
}
.detailBox1Swiper2 .img {
  padding: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: crosshair;
}
.detailBox1Swiper2 .img img {
  display: block;
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
}
.detailBox1Swiper1 {
  width: 100%;
  height: auto;
  margin-top: 0.1125rem;
  overflow: hidden;
}
.detailBox1Swiper1 .img {
  cursor: pointer;
  width: 100%;
  background-color: #ffffff;
  height: 1.725rem;
  border-radius: 0.0625rem;
  padding: 0.1875rem;
}
.detailBox1Swiper1 .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.detailBox1Swiper1 .swiper-slide-thumb-active {
  border: 1px solid var(--mainColor);
  border-radius: 0.0625rem;
}
.header.inner {
  position: static;
  background-color: rgba(0, 0, 0, 0.5);
}
.iderProductDelBox1 .rt .com-tl {
  font-size: 0.45rem;
  color: #000000;
}
.iderProductDelBox1 .rt .com-ls26 {
  line-height: 0.45rem;
  margin: 0.15rem 0 0.5rem 0;
}
.iderProductDelBox1 .rt .downss {
  width: 3.175rem;
  height: 0.625rem;
  border-radius: 0.0625rem;
  border: solid 1px var(--mainColor);
  font-size: 0.225rem;
  color: var(--mainColor);
  margin-left: 0.25rem;
  transition: all 0.3s;
}
.iderProductDelBox1 .rt .downss::before {
  display: block;
  content: "";
  width: 0.2rem;
  margin-right: 0.0625rem;
  height: 0.2rem;
  background: url(../images/im6-2.png) no-repeat;
  background-size: contain;
}
.iderProductDelBox2 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 0.375rem 0;
}
.com-tl.br {
  width: 100%;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderProductDelBox2 .table {
  width: 100%;
  height: auto;
  margin-top: 0.2375rem;
  overflow: auto;
}
.iderProductDelBox2 table {
  width: 100%;
  height: auto;
  border: solid 1px #e5e5e5;
  overflow: auto;
}
.iderProductDelBox2 table tr td {
  height: 0.625rem;
  font-size: 0.2rem;
  color: #000000;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.iderProductDelBox2 table tr td:first-child,
.iderProductDelBox2 table tr td:nth-child(3) {
  background-color: var(--bg-c);
  width: 3rem;
}
.iderProductDelBox2 table tr:hover td,
.iderProductDelBox2 table tr:hover td:nth-child(3),
.iderProductDelBox2 table tr:hover td:first-child {
  color: #fff !important;
  background-color: var(--mainColor) !important;
}
.iderProductDelBox3 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.375rem 0;
}
.iderProductDelBox3 .img {
  width: 100%;
  height: auto;
  margin-top: 0.275rem;
}
.iderProductDelBox3 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderProductDelBox4 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.iderProductDelBox5 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.iderProductDelBox5 .com-card {
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderProductDelBox6 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 1rem 0;
}
.iderProductDelBox6 .title {
  text-align: center;
  margin-top: 0.125rem;
  font-size: 0.2rem;
  color: #000;
}
.iderProductDelBox6 form {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
}
.iderProductDelBox6 form .item {
  width: 100%;
  height: auto;
  margin-bottom: 0.25rem;
}
.iderProductDelBox6 form input {
  width: calc((100% - 0.15rem) / 2);
  height: 0.625rem;
  background-color: #f4f4f4;
  border: solid 1px #e5e5e5;
  font-size: 0.2rem;
  padding-left: 0.2375rem;
  color: #000000;
}
.iderProductDelBox6 form textarea {
  width: 100%;
  height: 2.15rem;
  display: block;
  margin-bottom: 0.425rem;
  color: #000000;
  padding: 0.2375rem 0 0 0.2375rem;
  font-size: 0.2rem;
  background-color: #f4f4f4;
  border: solid 1px #e5e5e5;
}
.iderProductDelBox6 form input[type="submit"] {
  width: 2rem;
  cursor: pointer;
  height: 0.625rem;
  padding: 0;
  display: flex;
  background-color: var(--mainColor);
  margin: 0 auto;
  border-radius: 0.0625rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.625rem;
  color: #ffffff;
}
/* 下拉菜单 */
.menuDowns {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0.8625rem;
  display: none;
  max-height: 9.9rem;
  z-index: 333;
  overflow-y: auto;
  background-color: #f1f1f1;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0.625rem 0;
}
.menuDowns .item {
  width: calc((100% - 0.75rem) / 3);
  height: 3.925rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  margin: 0 0.375rem 0.375rem 0;
  padding: 0.35rem 0.125rem 0.125rem 0.3375rem;
}
.menuDowns .item:nth-child(3n) {
  margin-right: 0;
}
.menuDowns .item .name {
  display: block;
  font-size: 0.225rem;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0.375rem;
}
.menuDowns .item .bottom {
  width: 100%;
  display: flex;
  height: auto;
}
.menuDowns .item .img {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.4375rem;
  overflow: hidden;
  padding: 0.125rem;
}
.menuDowns .item .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.menuDowns .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
}
.menuDowns .item .btoRt {
  flex: 1;
  max-height: 2.625rem;
  overflow-y: auto;
}
.menuDowns .item .btoRt a:hover {
  color: var(--mainColor);
}
.menuDowns .item .btoRt a {
  display: block;
  font-size: 0.2rem;
  transition: all 0.3s;
  line-height: 0.45rem;
  color: #000000;
}
/* #endregion  */
/* #region  Response style */
@media screen and (max-width: 1024px) {
  .header,
  .iderAboutBox3Swiper::after,
  .iderAboutBox3Swiper .dot {
    display: none;
  }
  .footer .top ul li:last-child {
    display: flex;
  }
  body {
    padding-top: 60px;
  }
  .ideDetailsBox2.fixed {
    top: 60px;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .fp-tableCell,
  .fp-section.fp-table,
  .fp-slide.fp-table {
    height: auto !important;
  }
  .mobileHeader .search,
  .languageSwitching .icon {
    filter: invert(1);
  }
  .languageSwitching {
    margin: 0 10px;
  }
  .iderIndexBox1 {
    height: auto;
  }
  .iderIndexBox1Con {
    top: 5%;
  }
  .iderIndexBox1Con .item .tl {
    line-height: 24px;
  }
  .com-tl,
  .iderBannerBox1 .text .ls,
  .iderProductDelBox1 .rt .com-tl {
    font-size: 18px;
  }
  .iderBannerBox1 .text .title {
    font-size: 18px;
    line-height: 26px;
  }
  .iderIndexBox4Con li .name,
  .iderAboutBox2 .item .name,
  .iderAboutBox5 li .name,
  .iderApplicaBox4Con .text .name,
  .iderApplicListBox2 .item .name,
  .iderBannerBox1 .text .tl {
    font-size: 16px;
  }
  .iderIndexBox1Con .item,
  .iderAboutBox3Swiper .conBox,
  .iderBannerBox1 .text .con,
  .iderApplicaBox2 .text,
  .iderApplicaBox4Con .text .com-ls26,
  .iderBannerBox1 .text .con,
  .iderProductDelBox6 form input,
  .iderServiceBox1Con .item,
  .iderServiceBox3Bto .itemInput label,
  .iderServiceBox3Bto .input input,
  .iderServiceBox3Bto .input label,
  .iderServiceBox4Con .items {
    width: 100%;
  }
  .com-mores,
  .iderProductDelBox1 .rt .downss {
    height: 35px;
    line-height: 35px;
    width: fit-content;
    padding: 0 18px;
  }
  .iderIndexBox1Bto,
  .iderIndexBox5Swiper .img,
  .iderAboutBox2,
  .iderAboutBox3Swiper,
  .iderApplicaBox3 .img,
  .iderApplicaBox3 .text,
  .iderApplicaBox4Con,
  .iderApplicaBox4Con .img,
  .iderApplicListBox2 .item,
  .iderServiceBox1Con .item {
    height: auto;
  }

  .iderIndexBox1Bto .img,
  .iderIndexBox2,
  .iderIndexBox4,
  .iderIndexBox5,
  .footer .top,
  .footerCon,
  .iderAboutBox1,
  .iderAboutBox4,
  .iderAboutBox5,
  .iderApplicaBox1,
  .iderApplicaBox2,
  .iderApplicaBox3,
  .iderApplicListBox2,
  .iderDownBox1,
  .iderProductBox1,
  .iderProductDelBox2,
  .iderServiceBox1,
  .iderServiceBox2,
  .iderServiceBox3,
  .iderServiceBox3Con,
  .iderServiceBox4 {
    padding: 20px 0;
  }
  .iderAboutBox3Swiper {
    padding-bottom: 20px;
  }
  .iderApplicaBox4,
  .iderApplicaBox5,
  .iderApplicListBox1,
  .iderProductDelBox1,
  .iderProductDelBox4,
  .iderProductDelBox3,
  .iderProductDelBox5,
  .iderProductDelBox6 {
    padding: 0 0 20px 0;
  }
  .iderAboutBox3 {
    padding-top: 20px;
  }
  .iderProductDelBox5 .com-card {
    padding-bottom: 20px !important;
  }
  .iderIndexBox2 .title,
  .iderIndexBox4Con ul,
  .footerCon,
  .iderAboutBox1 .top,
  .iderApplicaBox1 .com-card,
  .iderApplicaBox3 .com-card,
  .iderApplicaBox4Con,
  .iderDownBox1 .com-card,
  .iderProductBox1 .com-card,
  .iderProductDelBox1 .com-card,
  .iderProductDelBox6 form .item,
  .iderServiceBox2 ul,
  .iderServiceBox3Con,
  .iderServiceBox3Con .top,
  .iderServiceBox3Bto .itemInput,
  .iderServiceBox4Con {
    flex-wrap: wrap;
  }
  .iderServiceBox2 ul {
    justify-content: flex-start;
  }
  .iderAboutBox1 .top .text,
  .iderApplicaBox1 .text,
  .iderApplicaBox3 .text,
  .iderApplicaBox4Con .text,
  .iderProductDelBox1 .rt,
  .iderServiceBox3Con .top ul {
    flex: none;
    width: 100%;
  }
  .iderServiceBox3Con .top .img {
    height: auto;
    margin: 0 0;
  }
  .iderServiceBox2 li .name {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .iderApplicaBox1 .img {
    margin: 15px 0 0;
    height: auto;
  }

  .iderIndexBox4Con,
  .iderIndexBox4Con .com-mores,
  .iderIndexBox5Swiper,
  .iderAboutBox1 .top .text .com-ls26,
  .iderAboutBox3Swiper,
  .iderAboutBox4Con,
  .iderAboutBox4Swiper .name,
  .iderAboutBox5 ul,
  .iderApplicaBox1 .com-mores,
  .iderApplicaBox2 .text .com-ls26,
  .iderApplicaBox4Con,
  .iderApplicaBox5Con,
  .iderProductDelBox6 form,
  .iderServiceBox1Con,
  .iderServiceBox2 ul,
  .iderServiceBox4Con {
    margin-top: 15px;
  }
  .iderIndexBox2 .title .com-ls26 {
    margin-top: 10px;
  }
  .iderIndexBox2Con li {
    width: calc((100% - 10px) / 2) !important;
    margin: 0 10px 10px 0;
  }
  .iderIndexBox2Con li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2Con li:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox1Bto .name {
    text-align: center;
    font-size: 15px;
    width: 100%;
  }
  .iderIndexBox3 {
    width: 100%;
    backdrop-filter: brightness(0);
    position: static;
    padding: 20px 4%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .iderIndexBox3 .tl {
    margin: 10px 0 15px 0;
  }
  .iderIndexBox4 .title {
    width: 100%;
    margin-top: 10px;
  }
  .iderApplicListBox1 .item {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox4Con li,
  .iderAboutBox5 ul li,
  .iderApplicaBox5Con .item,
  .iderProductBox1Rt .iderApplicaBox5Con .item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .iderAboutBox5 ul li:nth-child(4n),
  .iderApplicaBox5Con .item:nth-child(4n),
  .iderApplicListBox1 .item:nth-child(6n),
  .iderProductBox1Rt .iderApplicaBox5Con .item:nth-child(4n) {
    margin-right: 10px;
  }
  .iderIndexBox4Con li:nth-child(3n),
  .iderAboutBox5 ul li:nth-child(3n),
  .iderApplicaBox5Con .item:nth-child(3n),
  .iderApplicListBox1 .item:nth-child(4n),
  .iderProductBox1Rt .iderApplicaBox5Con .item:nth-child(3n),
  .iderServiceBox1Con .item {
    margin-right: 0;
  }
  .iderIndexBox4Con li .name,
  .iderAboutBox2 .item .name,
  .iderAboutBox5 li .name {
    margin: 15px 0;
  }
  .footerCon .name {
    margin-bottom: 15px;
  }
  .footer .top a {
    display: flex;
  }
  .footerCon .lt .phone .ph {
    font-size: 24px;
  }
  .footerCon .lt,
  .iderApplicListBox2 .item,
  .iderServiceBox1Con .item {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderNavBox {
    padding: 10px 0;
  }
  .iderAboutBox1 .top .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderAboutBox1 .top .img .icon {
    width: 90px;
    height: 90px;
  }
  .iderAboutBox1 .iderIndexBox4Con {
    width: 100%;
    margin-top: 0;
    padding: 20px 4%;
  }
  .iderAboutBox2 .item {
    padding: 5% 2% 5% 2%;
  }
  .iderAboutBox2 .com-tl {
    position: static;
    transform: translate(0);
    padding-top: 20px;
  }

  .iderAboutBox2 .item .icon {
    width: 45px;
  }
  .iderAboutBox3Swiper .conBox {
    flex-direction: row;
    padding: 2% 20px !important;
    background: none !important;
    background-color: #fff !important;
  }
  .iderAboutBox3Swiper .text li::after {
    display: none;
  }
  .iderAboutBox3Swiper .text li {
    text-align: left !important;
    padding: 0 0 0 10px !important;
  }
  .iderAboutBox3Swiper .text li::before {
    position: absolute;
    left: 0;
    top: 12px;
    content: "";
    width: 6px !important;
    border-radius: 50%;
    display: block;
    height: 6px !important;
    background-color: var(--mainColor);
  }
  .iderAboutBox3Swiper .time,
  .iderAboutBox3Swiper .con.active .time {
    margin: 0 15px 0 0;
  }
  .iderAboutBox4Swiper .swiper-slide {
    width: 350px !important;
    height: auto !important;
  }

  .iderAboutBox4Swiper .con {
    padding: 15px;
  }
  .iderAboutBox4Swiper {
    padding-bottom: 30px;
  }
  .iderAboutBox4-prev,
  .iderAboutBox4-next {
    position: static;
    transform: translate(0);
  }
  .iderAboutBox4Con {
    padding: 0;
  }
  .iderAboutBox4-pagination {
    width: auto !important;
    margin: 0 15px;
  }
  .iderPositioning .item {
    margin-bottom: 15px;
  }
  .iderApplicaBox2 .text li {
    padding: 0 3% 10px 30px;
  }
  .iderApplicaBox3 .text .com-ls26,
  .iderApplicaBox4Con .text .com-ls26,
  .iderProductDelBox1 .rt .com-ls26 {
    margin: 10px 0 15px 0;
  }
  .iderApplicaBox3 .text,
  .iderApplicaBox4Con .text {
    padding: 15px 4%;
  }
  .iderApplicListBox2 .item .text {
    padding: 12px 4%;
  }
  .iderDownBox1 .lt,
  .iderProductBox1Lt {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .iderProductBox1Lt {
    position: static;
  }
  .iderDownBox1Con .item {
    padding: 12px 0;
  }
  .iderBannerBox1 .text .title,
  .iderBannerBox1 .text .ls,
  .iderBannerBox1 .text .tl {
    margin-bottom: 10px;
  }
  .iderBannerBox1 .text .img {
    height: auto;
    width: 30%;
  }
  .iderProductDelBox1 .lt {
    width: 90%;
    margin: 0 0 15px 0;
  }
  .detailBox1Swiper1 .img img {
    height: 100%;
    object-fit: contain;
  }
  .iderProductDelBox6 form textarea {
    margin-bottom: 15px;
  }
  .iderProductDelBox6 form input {
    margin-bottom: 10px;
  }
  .iderProductDelBox6 form .item {
    margin-bottom: 0;
  }
  .iderServiceBox1Con .item .icon {
    height: 49px;
  }
  .iderServiceBox2 ul li {
    background: none;
    border: 1px solid #000;
  }
  .iderServiceBox3Bto {
    padding: 20px 4%;
  }
  .iderServiceBox3Con,
  .iderServiceBox3Bto .itemInput,
  .iderServiceBox3Bto {
    margin: 0;
  }
  .iderServiceBox3Bto .itemInput label,
  .iderServiceBox3Bto .input label {
    margin-bottom: 8.7px;
  }

  .iderServiceBox3Bto form {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .mobileHeader .logo {
    width: 54%;
  }
  .mobileHeader .logo img,
  .iderAboutBox1 .top .img,
  .iderAboutBox2 .item,
  .iderApplicaBox1 .img,
  .iderApplicaBox3 .img,
  .iderApplicaBox4Con .img,
  .iderProductDelBox1 .lt,
  .iderServiceBox3Con .top .img {
    width: 100%;
  }
  .iderBannerBox1 .com-card {
    flex-wrap: wrap;
  }
  .iderBannerBox1 .text .img {
    display: none;
  }
  .iderIndexBox1Bto {
    position: static;
    overflow: visible;
    background-color: rgba(0, 0, 0, 1);
  }
  .iderIndexBox1Bto .com-card,
  .iderAboutBox2 .com-card {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .iderIndexBox1Bto .img,
  .iderApplicListBox1 .item {
    padding: 10px;
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .iderApplicListBox1 .item:nth-child(4n) {
    margin-right: 10px;
  }
  .iderIndexBox1Bto .img:nth-child(3n),
  .iderApplicListBox1 .item:nth-child(3n) {
    margin-right: 0;
  }
  .iderIndexBox4Con li,
  .iderAboutBox5 ul li,
  .iderApplicaBox5Con .item,
  .iderProductBox1Rt .iderApplicaBox5Con .item {
    width: calc((100% - 10px) / 2);
  }
  .iderIndexBox4Con li:nth-child(3n),
  .iderAboutBox5 ul li:nth-child(3n),
  .iderApplicaBox5Con .item:nth-child(3n),
  .iderProductBox1Rt .iderApplicaBox5Con .item:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox4Con li:nth-child(2n),
  .iderAboutBox5 ul li:nth-child(2n),
  .iderApplicaBox5Con .item:nth-child(2n),
  .iderProductBox1Rt .iderApplicaBox5Con .item:nth-child(2n) {
    margin-right: 0;
  }
  .footerCon ul li {
    display: none;
  }
  .footerCon ul li:last-child {
    display: flex;
  }
  .iderAboutBox2 .item {
    border-right: none;
  }
  .iderAboutBox3Swiper .conBox {
    height: auto;
    min-height: 145px;
  }
  .iderPositioning .item:hover::before,
  .iderPositioning .item.active::before {
    width: 20px;
  }
  .iderAboutBox5 ul li {
    padding: 3%;
  }
  .iderApplicaBox5Con .item .img {
    padding: 10%;
  }
  .iderDownBox1Rt .title .type {
    width: calc(100% / 3);
  }
  .detailBox1Swiper2 {
    height: auto;
  }
  .detailBox1Swiper1 .img {
    height: 90px;
    padding: 5px;
  }
  .iderProductDelBox2 table tr td:first-child,
  .iderProductDelBox2 table tr td:nth-child(3) {
    white-space: nowrap;
  }
  .iderServiceBox2 ul {
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .iderPositioning {
    display: none;
  }
  .iderServiceBox2 ul li {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 30px 15px 15px;
  }
  .iderServiceBox2 li .nu {
    left: 15px;
  }
  .iderIndexBox1Bto .img,
  .iderApplicListBox1 .item {
    width: calc((100% - 10px) / 2);
  }
  .iderIndexBox1Con .item .tl {
    margin: 10px 0;
  }
  .iderIndexBox1Bto .img:nth-child(3n),
  .iderApplicListBox1 .item:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox4Con li {
    height: auto;
    padding: 25px 10px;
  }
  .iderApplicaBox5Con .item,
  .iderProductBox1Rt .iderApplicaBox5Con .item {
    height: auto;
  }
  .iderAboutBox5 ul li,
  .iderServiceBox3Con .top ul li {
    height: auto;
    padding: 15px 3%;
  }
  .iderApplicaBox5Con .item .com-mores2,
  .iderApplicListBox1 .item .name {
    margin-top: 15px;
  }
  .iderApplicaBox5Con .item .text,
  .iderProductBox1Rt .iderApplicaBox5Con .item .text {
    padding: 15px 10px;
  }
  .iderApplicListBox1 .item {
    height: 100px;
  }
  .iderIndexBox4Con li,
  .iderAboutBox5 ul li,
  .iderApplicaBox5Con .item,
  .iderProductBox1Rt .iderApplicaBox5Con .item,
  .iderServiceBox3Con .top ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderIndexBox1Bto .img:nth-child(2n),
  .iderApplicListBox1 .item:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox2Con li {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 10px 15px;
  }
  .iderIndexBox3Con .item .text {
    padding: 0 0 15px 0;
  }
  .iderProductBox1Rt .iderApplicaBox5Con .item .img a {
    padding: 4%;
  }
  .iderIndexBox5Swiper .top,
  .iderIndexBox5Swiper .bto {
    padding: 0 12px;
  }
  .iderIndexBox5Swiper .text {
    height: auto;
    padding: 12px 0;
  }
  .iderIndexBox5Swiper .com-mores2,
  .iderIndexBox5-pagination {
    margin-top: 15px;
  }
  .footerLink .qr {
    top: -145px;
  }
  .footerLink .qr::after {
    transform: translateX(-50%) rotate(315deg);
    bottom: -6px;
    top: auto;
  }
  .iderAboutBox5 li .icon {
    height: 45px;
  }
  .iderDownBox1Con .name {
    flex: 1;
    margin-right: 15px;
  }
  .iderServiceBox1Con .item {
    flex-wrap: wrap;
  }
  .iderServiceBox1Con .item .name {
    margin: 0 0 0 15px;
  }
  .iderServiceBox1Con .item .lt {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
  }
  .iderServiceBox1Con .item {
    padding: 15px 12px;
  }
}

@media screen and (max-width: 375px) {
  .iderIndexBox1 .imgList img {
    height: 45vh;
  }
  .iderApplicListBox2 .item img {
    height: 35vh;
  }
  .iderBannerBox1 .bg {
    height: 37vh;
  }
}
@media screen and (max-width: 320px) {
  .iderApplicListBox1 .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .iderBannerBox1 .bg {
    height: 45vh;
  }
}
.section .idxOffset {
  --set-top: 100px;
  --set-left: -60px;
  --set-right: 60px;
  --opacity: 0;
}
.section.active .idxOffset {
  --set-top: 0;
  --set-left: 0;
  --set-right: 0;
  --opacity: 1;
}

@media screen and (min-width: 1024px) {
  .iderIndexBox1 .iderIndexBox1Con .item,
  .iderIndexBox2 .title,
  .iderIndexBox1Bto .img,
  .iderIndexBox2 .title .com-ls30,
  .iderIndexBox2 .iderIndexBox2Con li,
  .iderIndexBoxs3 .iderIndexBox3Con .item,
  .iderIndexBox4 .iderIndexBox4Con li {
    transform: translateY(var(--set-top));
    opacity: var(--opacity);
    -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
}

/* #endregion  */
