/* #region Public Styles */
@font-face {
  font-family: "iconfont";
  src:
    url("/assets/css/font/fontIcon/iconfont.woff2?t=1765777637515")
      format("woff2"),
    url("/assets/css/font/fontIcon/iconfont.woff?t=1765777637515")
      format("woff"),
    url("/assets/css/font/fontIcon/iconfont.ttf?t=1765777637515")
      format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 0.2rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("font/Poppins-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Black";
  src: url("font/Poppins-Black.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraBold";
  src: url("font/Poppins-ExtraBold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-ExtraLight";
  src: url("font/Poppins-ExtraLight.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Light";
  src: url("font/Poppins-Light.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Thin";
  src: url("font/Poppins-Thin.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("font/Poppins-Medium.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("font/Poppins-SemiBold.ttf");
  font-display: swap;
}

html {
  font-size: calc(100vw / 24) !important;
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 80px !important;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: calc(100vw / 19) !important;
  }
}
:root {
  --mainColor: #174994;
  --bg-c: rgba(83, 168, 76, 0.2);
  --bg-dc: #ddeddc;
  --main-font: "Poppins", system-ui, -apple-system, sans-serif;
}
body {
  font-family: var(--main-font);
  font-weight: 400;
}
.com-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}

/* #endregion  */

/* #region System style */
@font-face {
  font-family: "Poppins";
  src: url("font/Poppins-Regular.ttf");
}
.system_com_title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.45rem;
  color: #000;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 70px !important;
  }
  .com-card {
    width: 100% !important;
    padding: 0 4%;
  }
  .system_com_title {
    font-size: 18px;
  }
}
/* faq */
.system_faq_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_faq_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.system_faq_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.15rem;
}
.system_faq_item .tl {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 100%;
  height: 0.775rem;
  border-radius: 0.625rem;
  padding: 0 0.25rem;
  background-image: linear-gradient(320deg, #f7faff 0%, #f1f3f6 100%);
}
.system_faq_item .icon {
  display: block;
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  background-color: var(--mainColor);
  margin-right: 0.375rem;
}
.system_faq_item .icon::after {
  display: block;
  content: "";
  width: 0.225rem;
  height: 0.025rem;
  border-radius: 0.0125rem;
  transform: rotate(90deg);
  background-color: var(--mainColor);
  transition: all 0.5s;
}
.system_faq_item .tl .name {
  font-size: 0.225rem;
  font-weight: 700;
  flex: 1;
  color: var(--mainColor);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_faq_item .text {
  width: 100%;
  font-size: 0.2rem;
  display: none;
  line-height: 0.325rem;
  color: #a6adb5;
  padding: 0.25rem 0.5rem 0.375rem 0.625rem;
}
.system_faq_item.active .tl {
  background-color: var(--mainColor);
  background-image: none;
  height: auto;
  padding: 0.125rem 0.25rem;
}
.system_faq_item.active .tl .name {
  color: #fff;
  display: inline;
}
.system_faq_item.active .icon,
.system_faq_item.active .icon::after {
  background-color: #fff;
}
.system_faq_item.active .icon::after {
  transform: rotate(0);
}
@media screen and (max-width: 1024px) {
  .system_faq_box {
    padding: 20px 0;
  }
  .system_faq_con {
    margin-top: 15px;
  }
  .system_faq_item .text,
  .system_faq_item .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .system_faq_item .tl .name {
    font-size: 15px;
  }
  .system_faq_item .tl {
    height: 35px;
  }
  .system_faq_item .icon,
  .system_faq_item .icon::after {
    height: 2px;
  }
}
@media screen and (max-width: 430px) {
  .system_faq_item.active .tl {
    height: auto;
  }
  .system_faq_item.active .tl .name {
    display: inline;
    padding: 6px 10px;
  }
}

/* news */
.system_news_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_news_con {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.4375rem;
}
.system_news_item {
  position: relative;
  border-radius: 0.075rem;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.08);
}
.system_news_con_cols4 .system_news_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_news_con_cols3 .system_news_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_news_con_cols2 .system_news_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_news_con_cols4 .system_news_item:nth-child(4n),
.system_news_con_cols3 .system_news_item:nth-child(3n),
.system_news_con_cols2 .system_news_item:nth-child(2n) {
  margin-right: 0;
}

.system_news_item .img {
  width: 100%;
  height: 3.575rem;
  overflow: hidden;
  border-radius: 0.075rem 0.075rem 0 0;
}
.system_news_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_news_item:hover .img img {
  transform: scale(1.2);
}
.system_news_item .text {
  display: block;
  width: 100%;
  height: 3.0625rem;
  border-radius: 0 0 0.075rem 0.075rem;
  padding: 10%;
}
.system_news_item .text .name {
  font-size: 0.25rem;
  line-height: 0.325rem;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
.system_news_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #828282;
}
.system_news_item .bto {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
}
.system_news_item .bto .lt {
  width: 80%;
}
.system_news_item .bto .time,
.system_news_item .bto .author {
  font-size: 0.1875rem;
  font-weight: 700;
  -webkit-transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
}
.system_news_item .bto .number {
  font-size: 0.1875rem;
  color: #000;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.system_news_item .bto .number::before {
  margin-right: 0.05rem;
  transition: all 0.3s;
  font-size: 0.225rem;
  color: red;
}
.system_news_item .bto .number:hover::before {
  transform: scale(1.2);
}
.system_news_item .bto .author {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(0.4rem);
}
.system_news_item:hover .author {
  transform: translateY(0);
  opacity: 1;
  overflow: visible;
}
.system_news_item:hover .time {
  position: relative;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
}
.system_news_item .bto .author span {
  display: inline-block;
  margin-left: 0.0625rem;
  text-decoration: underline;
}
.system_news_item:hover .name {
  color: var(--mainColor);
}
.system_news_categories {
  position: absolute;
  display: inline-block;
  top: 0.2125rem;
  right: 0.25rem;
  width: fit-content;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.4);
  padding: 0.05rem 0.15rem;
  background-color: #fff;
  color: #000;
  font-size: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .system_news_box {
    padding: 20px 0;
  }
  .system_news_con {
    margin-top: 15px;
  }
  .system_news_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_news_item .bto .time,
  .system_news_item .bto .author,
  .system_news_item .bto .number {
    font-size: 12px;
  }
  .system_news_con_cols4 .system_news_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n) {
    margin-right: 0;
  }

  .system_news_item .text {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .system_news_item .img {
    height: auto;
  }
  .system_news_con_cols4 .system_news_item,
  .system_news_con_cols3 .system_news_item {
    width: calc((100% - 10px) / 2);
  }
  .system_news_con_cols3 .system_news_item {
    margin: 0 10px 10px 0;
  }
  .system_news_con_cols4 .system_news_item:nth-child(3n),
  .system_news_con_cols3 .system_news_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_news_con_cols4 .system_news_item:nth-child(2n),
  .system_news_con_cols3 .system_news_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_news_item .text {
    height: auto;
  }
  .system_news_con .system_news_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* Contact Us */
.system_contact_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}

.system_contact_con {
  margin-top: 0.4375rem;
}
.system_contact_con .top {
  display: flex;
  align-items: 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;
  background-color: #fff;
  color: #192436;
  font-size: 0.2rem;
  padding: 0 0.125rem;
  outline: none;
  transition: all 0.3s;
  border-radius: 0.0625rem;
  transition: all 0.3s;
}
.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%;
  height: 4.375rem;
  transition: all 0.3s;
  font-size: 0.2rem;
  background-color: #fff;
  border-radius: 0.0625rem;
  color: #192436;
  padding: 0.125rem 0 0 0.125rem;
}
.system_contact_form input[type="submit"] {
  width: 30%;
  height: 0.65rem;
  font-size: 0.225rem;
  font-weight: 600;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
}
.system_contact_form button {
  cursor: pointer;
}
.system_form_ls {
  font-size: 0.225rem;
  color: #000;
}
.system_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;
}
.system_list_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_list_item {
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.1);
  margin: 0 0.25rem 0.25rem 0;
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_list_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_list_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_list_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_list_item:nth-child(4n),
.system_list_con_col3 .system_list_item:nth-child(3n),
.system_list_con_col2 .system_list_item:nth-child(2n) {
  margin-right: 0;
}
.system_list_item .img {
  width: 100%;
  height: 3.6rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_list_item:hover .img img {
  transform: scale(1.2);
}
.system_list_item .text {
  display: block;
  width: 100%;
  height: 2.2125rem;
  background-color: #fff;
  padding: 0.25rem 0.1875rem;
  border-radius: 0 0 0.0625rem 0.0625rem;
}
.system_list_item .text .name {
  font-size: 0.25rem;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
  transition: all 0.3s;
}
.system_list_item .text .ls {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #a7a7a7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.125rem;
}
.system_list_item .text .mores {
  display: block;
  position: relative;
  width: 1.9375rem;
  height: 0.5rem;
  line-height: 0.5rem;
  margin: 0 auto;
  text-align: center;
  border-radius: 0.05rem;
  font-size: 0.2rem;
  color: #fff;
  font-weight: 600;
  background-color: var(--mainColor);
  z-index: 1;
}
.system_list_item .text .mores::after {
  display: block;
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 0.05rem;
  transition: all 0.3s;
  z-index: -1;
}
.system_list_item:hover .mores::after {
  width: 100%;
}
.system_list_item:hover .name {
  color: var(--mainColor);
}

@media screen and (max-width: 1024px) {
  .system_list_box {
    padding: 20px 0;
  }
  .system_list_con {
    margin-top: 15px;
  }
  .system_list_con_col4 .system_list_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n) {
    margin-right: 0;
  }
  .system_list_item .text .mores {
    font-size: 14px;
  }
  .system_list_item .text .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_list_item .text {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .system_list_item .img,
  .system_news_item .img {
    height: auto;
  }

  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_list_con {
    align-items: baseline;
  }
  .system_list_con_col4 .system_list_item,
  .system_list_con_col3 .system_list_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_list_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_list_item:nth-child(3n),
  .system_list_con_col3 .system_list_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_list_item:nth-child(2n),
  .system_list_con_col3 .system_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_list_con .system_list_item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* 视频列表 */
.system_video_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_video_con {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4375rem;
}

.system_video_item {
  width: calc((100% - 0.75rem) / 4);
  height: auto;
  margin: 0 0.25rem 0.25rem 0;
  box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.4);
  border-radius: 0.0625rem;
}
.system_list_con_col4 .system_video_item {
  width: calc((100% - 0.75rem) / 4);
}
.system_list_con_col3 .system_video_item {
  width: calc((100% - 0.5rem) / 3);
}
.system_list_con_col2 .system_video_item {
  width: calc((100% - 0.25rem) / 2);
}
.system_list_con_col4 .system_video_item:nth-child(4n),
.system_list_con_col3 .system_video_item:nth-child(3n),
.system_list_con_col2 .system_video_item:nth-child(2n) {
  margin-right: 0;
}
.system_video_item .img {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 0.0625rem 0.0625rem 0 0;
}
.system_list_con_col3 .system_video_item .img {
  height: 3.75rem;
}
.system_list_con_col2 .system_video_item .img {
  height: 4.375rem;
}
.system_video_item .img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system_video_item .name {
  width: 100%;
  padding: 0.15rem 0.1875rem;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #000;
  height: 1rem;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  border-radius: 0 0 0.0625rem 0.0625rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1024px) {
  .system_video_box {
    padding: 20px 0;
  }
  .system_video_con {
    margin-top: 15px;
  }
  .system_video_item .name {
    font-size: 15px;
    line-height: 23px;
  }
  .system_list_con_col4 .system_video_item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }

  .system_list_con_col4 .system_video_item:nth-child(4n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .system_list_con_col4 .system_video_item,
  .system_list_con_col3 .system_video_item {
    width: calc((100% - 10px) / 2);
  }
  .system_list_con_col3 .system_video_item {
    margin: 0 10px 10px 0;
  }
  .system_list_con_col4 .system_video_item:nth-child(3n),
  .system_list_con_col3 .system_video_item:nth-child(3n) {
    margin-right: 10px;
  }
  .system_list_con_col4 .system_video_item:nth-child(2n),
  .system_list_con_col3 .system_video_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .system_video_con .system_video_item {
    width: 100%;
    margin-right: 0 !important;
  }
}
/* Download */
.system_down_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f8f8f8;
}

.system_down_con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
  display: flex;
  flex-wrap: wrap;
}
.system_down_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.3125rem;
  border-radius: 0.0625rem;
  padding: 0 0.25rem 0.3125rem 0.25rem;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.system_down_item:hover {
  border-bottom: 1px solid var(--mainColor);
}
.system_down_item .lt .icon1 {
  font-size: 0.35rem;
  color: var(--mainColor);
}
.system_down_item .name {
  font-size: 0.25rem;
  font-weight: 600;
  color: #000;
  text-decoration: underline;
  margin: 0 0.1875rem 0 0.375rem;
  transition: all 0.3s;
}
.system_down_item:hover .name {
  color: var(--mainColor);
}
.system_down_item .time {
  font-size: 0.2rem;
  color: #938f8d;
}
.system_down_item .lt {
  display: flex;
  align-items: center;
}
.system_down_item .rt {
  display: flex;
  align-items: center;
}
.system_down_item .rt .size {
  font-size: 0.2rem;
  margin-right: 0.125rem;
  color: #938f8d;
}
.system_down_item .rt .icon2 {
  font-size: 0.375rem;
  color: var(--mainColor);
}
@media screen and (max-width: 1024px) {
  .system_down_box {
    padding: 20px 0;
  }
  .system_down_con {
    margin-top: 15px;
  }
  .system_down_item .lt .icon1,
  .system_down_item .rt .icon2 {
    font-size: 20px;
  }
  .system_down_item .name {
    font-size: 16px;
  }

  .system_down_item .time,
  .system_down_item .rt .size {
    font-size: 14px;
  }
  .system_down_item {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 430px) {
  .system_down_item {
    flex-wrap: wrap;
    justify-content: end;
  }
  .system_down_item .rt {
    margin-top: 10px;
  }
}
/* News details */
.system_newsDel_box {
  width: 100%;
  padding: 0.625rem 0;
}
.system_newsDel_box .com-card {
  display: flex;
}
.system_newsDel_lt {
  width: calc((100% - 25%));
}
.system_newsDel_nav,
.system_newsDel_nav .com-card {
  display: flex;
  align-items: center;
}
.system_newsDel_nav a {
  font-size: 0.2rem;
  color: #000;
}
.system_newsDel_rt {
  width: 25%;
  margin-left: 0.625rem;
}
.system_newsDel_category {
  width: fit-content;
  padding: 0.05rem 0.125rem;
  font-size: 0.2rem;
  background-color: var(--mainColor);
  color: #fff;
  margin: 0 auto;
  margin-top: 0.875rem;
}
.system_newsDel_box .system_com_title {
  margin: 0.1875rem 0;
}
.system_newsDel_name {
  width: 100%;
  font-size: 0.1875rem;
  color: #bbb;
  text-align: center;
}
.system_newsDel_link {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.5625rem 0;
}
.system_newsDel_content {
  margin-bottom: 0.625rem;
}
.system_newsDel_link a {
  display: flex;
  align-items: center;
  font-size: 0.325rem;
  margin-right: 0.125rem;
}
.system_newsDel_link a:last-child {
  margin-right: 0;
}
.system_newsDel_link a i {
  display: inline-block;
  width: 100%;
  font-size: 0.325rem;
  height: 100%;
  color: var(--mainColor);
}
.system_newsDel_content,
.system_newsDel_content p {
  font-size: 0.2rem;
  line-height: 0.3125rem;
  color: #000;
}
.system_newsDel_bto {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.system_newsDel_bto .lt_prev,
.system_newsDel_bto .rt_next {
  display: flex;
  align-items: center;
  width: 40%;
}
.system_newsDel_bto .icon {
  font-size: 0.475rem;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.5);
}
.system_newsDel_bto .lt_prev .icon {
  margin-right: 0.25rem;
}
.system_newsDel_bto .rt_next .icon {
  margin-left: 0.25rem;
}
.system_newsDel_bto .lt_prev:hover .ls,
.system_newsDel_bto .lt_prev:hover .icon,
.system_newsDel_bto .rt_next:hover .ls,
.system_newsDel_bto .rt_next:hover .icon,
.system_newsDel_bto .con:hover {
  color: var(--mainColor);
}

.system_newsDel_bto .text .name {
  font-size: 0.2rem;
  color: #bbb;
}
.system_newsDel_bto .text .ls {
  font-size: 0.2rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.3rem;
  color: #333;
  margin-top: 0.05rem;
}
.system_newsDel_bto .con {
  font-size: 0.375rem;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.system_newsDel_rt .title {
  font-size: 0.45rem;
  color: #000;
  font-weight: 700;
}
.system_newsDel_rtItem {
  width: 100%;
  height: auto;
}
.system_newsDel_rtItem li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 0.25rem 0;
}
.system_newsDel_rtItem li .img {
  width: 1.25rem;
  overflow: hidden;
  height: 1.125rem;
  border-radius: 0.05rem;
  margin-right: 0.1875rem;
}
.system_newsDel_rtItem li:hover img {
  transform: scale(1.2);
}
.system_newsDel_rtItem li:hover .name {
  color: var(--mainColor);
}
.system_newsDel_rtItem li .img a {
  display: flex;
  width: 100%;
  height: 100%;
}
.system_newsDel_rtItem li .text {
  display: inline-block;
  flex: 1;
}
.system_newsDel_rtItem li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.system_newsDel_rtItem li .name {
  font-size: 0.225rem;
  line-height: 0.325rem;
  font-weight: 700;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.system_newsDel_rtItem li .time {
  font-size: 0.2rem;
  color: #666;
  margin-top: 0.0625rem;
}
.system_newsDel_form {
  width: 100%;
  height: auto;
}
.system_newsDel_form .tl {
  font-size: 0.3rem;
  color: #333 !important;
  font-weight: 700;
  margin: 0.5rem 0 0.25rem 0;
}
.system_newsDel_form form {
  width: 100%;
  height: auto;
}
.system_newsDel_form form input {
  width: 100%;
  display: flex;
  height: 0.5875rem;
  font-size: 0.225rem !important;
  padding-left: 0.1875rem !important;
  border-radius: 0.0625rem !important;
  margin-bottom: 0.1875rem;
  color: #333 !important;
  border: 1px solid #eee !important;
}
.system_newsDel_form form textarea {
  width: 100%;
  display: flex;
  height: 1.5rem;
  color: #333;
  font-size: 0.225rem;
  border-radius: 0.0625rem;
  border: 1px solid #eee;
  padding: 0.125rem 0 0 0.1875rem;
}
.system_newsDel_form form .ls {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #000;
  margin: 0.15rem 0 0.25rem 0;
}
.system_newsDel_form form .ls a {
  text-decoration: underline !important;
}
.system_newsDel_form form button {
  width: 1.9rem !important;
  height: 0.5875rem !important;
  border-radius: 0.0625rem !important;
  font-size: 0.225rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff !important;
  text-align: center;
  line-height: 0.5875rem;
  background-color: var(--mainColor);
}
.system_newsDel_table {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}

.system_newsDel_table .title {
  width: 100%;
  font-size: 0.3rem;
  color: #323232;
  font-weight: 700;
  padding-bottom: 0.1875rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(110, 110, 110, 0.2);
}
.system_newsDel_tableCon {
  width: 100%;
  border-left: 1px solid rgba(110, 110, 110, 0.2);
  padding: 0.125rem 0;
}
.system_newsDel_tableCon .item {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.325rem;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  padding-left: 0.1875rem;
  margin-bottom: 0.375rem;
  transition: all 0.3s;
}
.system_newsDel_content h2,
.system_newsDel_content h3 {
  font-size: 0.3rem;
  font-weight: 700;
  margin: 0.125rem 0;
}
.system_newsDel_content table {
  width: 100%;
  height: auto;
  border: 1px solid #333;
  margin: 0.125rem 0;
  overflow: auto;
}
.system_newsDel_content table td {
  border-right: 1px solid #333;
  padding: 0 0.125rem;
  font-size: 0.2rem;
  height: 0.5625rem;
  border-bottom: 1px solid #333;
}
.system_newsDel_tableCon .item:hover,
.system_newsDel_tableCon .item.active {
  color: var(--mainColor);
}
.system_newsDel_tableCon .item:hover::after,
.system_newsDel_tableCon .item.active::after {
  background-color: var(--mainColor);
}
.system_newsDel_tableCon .item::after {
  position: absolute;
  top: 50%;
  left: -0.05rem;
  transform: translateY(-50%);
  display: flex;
  content: "";
  width: 0.1rem;
  transition: all 0.3s;
  height: 0.1rem;
  border-radius: 0.625rem;
  background-color: #000;
}
.system_newsDel_table.is-fixed {
  position: fixed;
  top: 0;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .system_newsDel_box {
    padding: 20px 0;
  }
  .system_newsDel_table {
    display: none !important;
  }
  .system_newsDel_rt .title,
  .system_newsDel_content h2,
  .system_newsDel_content h3 {
    font-size: 18px;
  }

  .system_newsDel_category,
  .system_newsDel_rtItem li .name,
  .system_newsDel_form form input[type="submit"] {
    font-size: 15px;
  }

  .system_newsDel_name,
  .system_newsDel_bto .text .name,
  .system_newsDel_rtItem li .time {
    font-size: 14px;
  }
  .system_newsDel_nav a,
  .system_newsDel_content,
  .system_newsDel_content p,
  .system_newsDel_bto .text .ls,
  .system_newsDel_form form .ls {
    font-size: 14px;
    line-height: 24px;
  }
  .system_newsDel_category {
    margin-top: 20px;
  }
  .system_newsDel_box .com-card,
  .system_newsDel_box .com-card .e-con-inner {
    flex-wrap: wrap !important;
  }
  .system_newsDel_box .com-card .e-con-inner > div {
    padding: 0 !important;
  }
  .system_newsDel_lt {
    flex: none !important;
    width: 100% !important;
  }
  .system_newsDel_rt {
    width: 100% !important;
    margin: 15px 0 0;
  }
  .system_newsDel_content table {
    display: inline-block;
    overflow-x: scroll;
  }
  .system_newsDel_link {
    margin: 4% 0;
  }
}

@media screen and (max-width: 500px) {
  .system_newsDel_bto .lt_prev,
  .system_newsDel_bto .rt_next {
    width: 100%;
  }
  .system_newsDel_bto .con {
    margin: 15px 0;
  }
  .system_newsDel_bto {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* Product aggregation page */
.system_aggregation_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_aggregation_con {
  margin-top: 0.4375rem;
}
.system_aggregation_item {
  width: 100%;
  height: 8.625rem;
  background-color: rgba(245, 245, 245, 1);
}

.system_aggregation_item .com-card {
  display: flex;
  align-items: center;
}
.system_aggregation_item .img {
  width: 50%;
  height: auto;
  margin-right: 1.25rem;
}
.system_aggregation_item .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) {
  background-color: #fff;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .com-card {
  flex-direction: row-reverse;
}
.system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
  margin-left: 1.25rem;
  margin-right: 0;
}
.system_aggregation_item .text {
  display: block;
  flex: 1;
}
.system_aggregation_item .text .name {
  font-size: 0.45rem;
  color: #000;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
.system_aggregation_item .text .ls,
.system_aggregation_item .text .ls p {
  font-size: 0.2rem;
  color: #484848;
  line-height: 0.3125rem;
  margin-bottom: 0.1875rem;
}
.system_aggregation_item .mores {
  width: 2rem;
  height: 0.65rem;
  display: block;
  font-size: 0.225rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-top: 0.375rem;
  background-color: var(--mainColor);
  line-height: 0.65rem;
  border-radius: 0.0625rem;
}
@media screen and (max-width: 1024px) {
  .system_aggregation_box {
    padding: 20px 0;
  }

  .system_aggregation_con {
    margin-top: 15px;
  }
  .system_aggregation_item .text .name {
    font-size: 18px;
  }

  .system_aggregation_item .more {
    font-size: 15px;
  }
  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    font-size: 14px;
    line-height: 24px;
  }

  .system_aggregation_item .text .ls,
  .system_aggregation_item .text .ls p {
    margin-bottom: 4px;
  }
  .system_aggregation_item {
    height: auto;
    padding: 0.375rem 0;
  }
  .system_aggregation_item .img {
    width: 36%;
    height: auto;
    margin-right: 4%;
  }
  .system_aggregation_con .system_aggregation_item:nth-child(2n) .img {
    margin-left: 4%;
  }
}
@media screen and (max-width: 768px) {
  .system_aggregation_item .com-card {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .system_aggregation_item .img {
    width: 100% !important;
    margin: 0 !important ;
  }
}
/* Product Details */
.system_product_del_box {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
}
.system_product_del_box .com-card {
  display: flex;
}
.system_product_del_box .lt {
  width: 8.4875rem;
  height: auto;
  margin-right: 0.5625rem;
}
.systemdetailBox1Swiper2 {
  position: relative;
  width: 100%;
  height: 6.6625rem;
  overflow: hidden;
  border: 1px solid #eee;
}
.systemdetailBox1Swiper2 .img {
  width: 100%;
  height: 100%;
}
.systemdetailBox1Swiper2 img,
.systemdetailBox1Swiper1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.3s;
}
.systemdetailBox1Swiper1 {
  width: 100%;
  height: 1.225rem;
  overflow: hidden;
}

.systemdetailBox1Swiper1 .img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  height: 100%;
  transition: all 0.3s;
}

.systemdetailBox1-prev,
.systemdetailBox1-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 55;
  cursor: pointer;
  border-radius: 50%;
  font-size: 0.5625rem !important;
  color: #fff;
  transition: all 0.3s;
}
.systemdetailBox1-prev {
  left: 0;
}
.systemdetailBox1-prev:hover,
.systemdetailBox1-next:hover {
  color: var(--mainColor);
}
.systemdetailBox1-next {
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}
.systemdetailBox1Swiper1 .swiper-slide-thumb-active .img {
  border: 1px solid var(--mainColor);
}
.system_product_del_box .rt .ls {
  font-size: 0.225rem;
  line-height: 0.325rem;
  color: #000;
  margin: 0.1875rem 0 0.375rem 0;
}
.system_product_del_box .rt {
  flex: 1;
}
.system_product_del_box .rt .system_com_title {
  text-align: left;
}
.system_product_del_box .rt .table .tl {
  font-size: 0.2rem;
  color: #000;
  font-weight: 700;
  margin: 0.125rem 0;
}

.system_product_del_box .rt .table,
.system_product_del_box .rt table,
.system_product_del_box .rt table .con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.system_product_del_box .rt .table td {
  font-size: 0.2rem;
  height: 0.625rem;
  border-bottom: 1px solid #eee;
  color: #000;
}
.system_product_del_box .rt .quotes {
  width: 2.6875rem;
  height: 0.5625rem;
  color: #fff;
  font-size: 0.225rem;
  cursor: pointer;
  text-align: center;
  margin-top: 0.4375rem;
  line-height: 0.5625rem;
  border-radius: 0.0625rem;
  background-color: var(--mainColor);
}
.system_product_del_box2 {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.system_product_del_box2 .com-card {
  display: flex;
  align-items: center;
  border-bottom: 0.0125rem solid #333;
}
.system_product_del_box2 a {
  position: relative;
  font-size: 0.225rem;
  color: #000;
  font-weight: 600;
  padding-bottom: 0.25rem;
  display: block;
  margin-right: 0.4375rem;
}
.system_product_del_box2 a::after {
  display: block;
  content: "";
  width: 0;
  height: 0.025rem;
  position: absolute;
  left: 0;
  border-radius: 0.025rem;
  bottom: -0.0125rem;
  transition: all 0.3s;
  background-color: var(--mainColor);
}
.system_product_del_box2 a:hover,
.system_product_del_box2 a.active {
  color: var(--mainColor);
}
.system_product_del_box2 a:hover::after,
.system_product_del_box2 a.active::after {
  width: 100%;
}
.system_product_del_box3 {
  width: 100%;
  height: auto;
}
.system_product_del_box3 .system_com_title {
  font-size: 0.375rem;
  text-align: left;
  color: #000;
  font-weight: 700;
}
.system_product_del_box3 .item {
  padding: 0.75rem 0;
  border-bottom: 1px solid #eee;
}
.system_product_del_box3Item1 .con {
  margin-top: 0.4375rem;
}
.system_product_del_box3Item1 .con,
.system_product_del_box3Item1 .con p,
.system_product_del_box3Item2 .con,
.system_product_del_box3Item2 .con p,
.system_product_del_box3Item3 .con,
.system_product_del_box3Item3 .con p,
.system_product_del_box3Item4 .con,
.system_product_del_box3Item4 .con p,
.system_product_del_box3Item5 .con,
.system_product_del_box3Item5 .con p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #000;
}
.system_product_del_box2.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 333;
}
@media screen and (max-width: 1024px) {
  .system_product_del_box,
  .system_product_del_box3 .item {
    padding: 20px 0;
  }
  .system_product_del_box3 .system_com_title {
    font-size: 18px;
  }

  .system_product_del_box2 a {
    font-size: 16px;
  }
  .system_product_del_box .rt .table .tl,
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }

  .system_product_del_box .rt .table td {
    font-size: 14px;
  }
  .system_product_del_box .rt .ls,
  .system_product_del_box3Item1 .con,
  .system_product_del_box3Item1 .con p,
  .system_product_del_box3Item2 .con,
  .system_product_del_box3Item2 .con p,
  .system_product_del_box3Item3 .con,
  .system_product_del_box3Item3 .con p,
  .system_product_del_box3Item4 .con,
  .system_product_del_box3Item4 .con p,
  .system_product_del_box3Item5 .con,
  .system_product_del_box3Item5 .con p {
    font-size: 14px;
    line-height: 24px;
  }
  .systemdetailBox1Swiper1 {
    height: auto;
  }

  .system_product_del_box .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box .lt {
    width: 80%;
    margin: 0 0 10px 0;
  }
  .system_product_del_box .rt {
    flex: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .system_product_del_box .lt {
    width: 100%;
  }
  .systemdetailBox1Swiper1,
  .systemdetailBox1Swiper2 {
    height: auto;
  }
  .system_product_del_box2 .com-card {
    flex-wrap: wrap;
  }
  .system_product_del_box2 a {
    padding-bottom: 5px;
    margin-bottom: 8px;
  }
}
/* Navigation */
.system_nav_box {
  width: 100%;
  height: auto;
  padding: 0.15rem 0;
}
.system_nav_box .com-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.system_nav_box a,
.system_nav_box span {
  font-size: 0.2125rem;
  color: #000;
  transition: all 0.3s;
}

.system_nav_box a::before {
  font-size: 0.15rem;
  transition: all 0.3s;
  margin: 0 0.0375rem;
}
.system_nav_box a.active,
.system_nav_box a:hover,
.system_nav_box span.active,
.system_nav_box span:hover {
  color: var(--mainColor);
  font-weight: 700;
}
.rank-math-breadcrumb p span {
  font-family: "Poppins";
  display: inline-block;
  margin: 0 2px;
}
.rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .system_nav_box a,
  .system_nav_box span {
    font-size: 15px;
  }
  .system_news_categories {
    font-size: 14px;
  }

  .system_nav_box .com-card {
    flex-wrap: wrap;
  }
}

/* 分类导航 */
.system_category_navigation {
  width: 100%;
  height: 0.875rem;
  background-color: #f4f4f6;
}
.system_category_navigation .com-card {
  display: flex;
  align-items: center;
  justify-content: center;
}
.system_category_navigation a {
  position: relative;
  font-size: 0.225rem;
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  margin-right: 0.5625rem;
}
.system_category_navigation a:last-child {
  margin-right: 0;
}
.system_category_navigation a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  content: "";
  width: 0;
  height: 0.0125rem;
  background-color: var(--mainColor);
  transition: all 0.3s;
}
.system_category_navigation a:hover,
.system_category_navigation a.active {
  color: var(--mainColor);
}
.system_category_navigation a:hover::after,
.system_category_navigation a.active::after {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .system_category_navigation {
    height: auto;
    padding: 10px 0;
  }
  .system_category_navigation .com-card {
    flex-wrap: wrap;
  }
  .system_category_navigation a {
    font-size: 15px;
  }
}

/* 分页 */
.pagination {
  width: 100%;
  height: auto;
  margin-top: 3%;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li span,
.pagination .page-numbers li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers li {
  width: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  height: 35px;
  transition: all 0.3s;
  margin-right: 8px;
  border: 1px solid var(--mainColor);
}
.pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers li:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.pagination .page-numbers .current {
  color: #fff;
  background-color: var(--mainColor);
}
button {
  cursor: pointer;
}
@media screen and (max-width: 420px) {
  .pagination .page-numbers li {
    margin-bottom: 4px;
  }
  .pagination .page-numbers {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

/* #endregion */

/* #region  Page style */
.tranImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  transition: all 0.55s;
}
.hoverImg:hover img {
  transform: scale(1.1);
}
.comHover:hover {
  box-shadow: 0 0 15px rgba(37, 119, 196, 0.6);
  transform: translateY(-5px);
}
.min-tl {
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  color: var(--mainColor);
  font-weight: 700;
  margin-bottom: 0.125rem;
}
.com-title {
  width: 100%;
  height: auto;
}
.com-ls30,
.com-ls30 p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #3b3b3b;
}
.com-ls24,
.com-ls24 p {
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #ffffff;
}
.com-ls24.black,
.com-ls24.black p {
  color: #3b3b3b;
}
.max-tl {
  font-family: Poppins-Medium;
  font-size: 0.45rem;
  color: #383838;
  line-height: 0.6rem;
  font-weight: normal;
}
.max-tl.center {
  text-align: center;
}
.com-mores2 {
  display: block;
  width: 2.6125rem;
  height: 0.75rem;
  line-height: 0.75rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.com-mores {
  display: flex;
  align-items: center;
  font-size: 0.2rem;
  color: #6e6e6e;
  transition: all 0.3s;
}
.com-mores::before {
  display: block;
  content: "";
  width: 0.275rem;
  margin-right: 0.1125rem;
  height: 0.225rem;
  background: url(../images/im1-2.png) no-repeat;
  background-size: contain;
}
.header {
  width: 100%;
  height: 1.3375rem;
  transition:
    transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
    background 0.3s;
  background-color: #fff;
}
.header .lt {
  flex: 1;
  height: 100%;
}
.header .rt {
  width: fit-content;
}
.header.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  animation: slideDown 0.5s ease-out;
  box-shadow: 0px 0px 0.375rem 0px rgba(53, 117, 87, 0.1);
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.header .logo {
  display: flex;
  width: 1.7875rem;
  height: auto;
  margin-right: 0.6125rem;
}

.header .logo img {
  width: 100%;
  object-fit: cover;
  height: auto;
  vertical-align: bottom;
}

.menu-level1 > li,
.menu-level1,
.header .rt {
  height: 100%;
}
.menu-level1 > li > a {
  font-size: 0.225rem;
  color: #424242;
}

.menu-level1 > li {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 0.375rem;
}

.languageSwitching {
  cursor: pointer;
  width: fit-content;
  position: relative;
  height: auto;
}
.languageSwitching .text p {
  font-size: 14px;
  color: #00000f;
}
.header_mores {
  width: 2.075rem;
  height: 0.5rem;
  background-color: var(--mainColor);
  border-radius: 0.25rem;
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  transition: all 0.3s;
  margin-right: 0.2125rem;
  color: #ffffff;
}
.languageSwitching .icon {
  width: 16px;
  height: 16px;
  font-size: 18px;
  object-fit: cover;
}

.header .search {
  cursor: pointer;
  display: inline-block;
  width: 16px;
  font-size: 19px;
  height: auto;
  object-fit: cover;
  margin-right: 0.2125rem;
}

.headerSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.headerSwiper .swiper-slide {
  position: relative;
}
.headerSwiper .text {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 2.25rem;
}
.headerSwiper .text .title {
  font-size: 0.6rem;
  text-align: center;
  font-weight: 800;
  color: #f5f4f4;
}
.headerSwiper .text .con {
  width: 100%;
  justify-content: center;
  height: auto;
}
.headerSwiper .text .tl {
  font-size: 0.3rem;
  line-height: 0.375rem;
  margin: 0.075rem 0 0.25rem 0;
  text-align: center;
  color: #f5f4f4;
}
.header-pagination {
  position: absolute;
  bottom: 0.375rem !important;
  z-index: 22;
}
.header-pagination .swiper-pagination-bullet {
  width: 22px;
  height: 2px;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 1px;
  transition: all 0.3sz;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}

.iderIndexBox1 {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 1.375rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.65rem;
}
.iderIndexBox1Con .item {
  width: calc((100% - 0.375rem) / 2);
  margin: 0 0.375rem 0.375rem 0;
  height: 4.8625rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  overflow: hidden;
  transition: all 0.3s;
  padding: 0.375rem 0.1625rem 0.375rem 0.4375rem;
}
.iderIndexBox1Con .item:nth-child(2n) {
  margin-right: 0;
}
.iderIndexBox1Con .item .text {
  flex: 1;
}
.iderIndexBox1Con .item .text .com-ls30 {
  margin: 0.25rem 0 0.5rem 0;
}
.iderIndexBox1Con .item .name {
  display: block;
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  color: #3b3b3b;
}
.iderIndexBox1Con .item .img {
  width: 4.4375rem;
  margin-left: 0.375rem;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox1Con .item .com-mores::before {
  transform: translateX(-500%);
  transition: all 0.5s;
  width: 0;
}
.iderIndexBox1Con .item .com-mores:hover {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderIndexBox1Con .item .com-mores:hover::before {
  transform: translateX(0);
  width: 0.275rem;
}

.iderIndexBox2 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.375rem 0;
}
.iderIndexBox2 .com-title {
  align-items: flex-start;
}
.iderIndexBox2 .com-title .com-ls30 {
  width: 62%;
}
.iderIndexBox2Con {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.iderIndexBox2Con .item {
  position: relative;
  position: relative;
  height: 5.2625rem;
  border-radius: 0.125rem;
  width: calc((100% - 1.125rem) / 4);
  margin: 0 0.375rem 0.375rem 0;
}
.iderIndexBox2Con .item:nth-child(4n) {
  margin-right: 0;
}
.iderIndexBox2Con .item .img {
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  overflow: hidden;
}
.iderIndexBox2Con .item :nth-child(4n) {
  margin-right: 0;
}
.iderIndexBox2Con .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 0.9375rem;
  align-items: baseline;
  padding: 0 0.2375rem;
  z-index: 2;
}
.iderIndexBox2Con .item .text::after {
  position: absolute;
  left: 0;
  display: block;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
}
.iderIndexBox2Con .item .name {
  display: block;
  flex: 1;
  font-family: Poppins-SemiBold;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #ffffff;
}
.iderIndexBox2Con .item .mores {
  width: 0.275rem;
  height: 0.225rem;
  background: url(../images/im1-3-1.png) no-repeat;
  background-size: contain;
  opacity: 0.5;
  transition: all 0.3s;
}
.iderIndexBox2Con .item:hover .mores {
  opacity: 1;
}
.iderIndexBox3 {
  width: 100%;
  height: auto;
  padding: 0.75rem 0 1.1125rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox3 .max-tl {
  margin-bottom: 0.3125rem;
}
.iderIndexBox3 .img {
  position: relative;
  width: 9.2375rem;
  height: 9.35rem;
  border-radius: 0.125rem;
  overflow: hidden;
  margin-left: 0.925rem;
}
.iderIndexBox3 .text {
  flex: 1;
}
.iderIndexBox3 .text ul {
  width: 100%;
  margin: 0.25rem 0 0.5rem 0;
}
.iderIndexBox3 .text ul li {
  width: 100%;
  padding: 0.25rem 0;
  border-bottom: 1px solid #d9d9d9;
}
.iderIndexBox3 .text li .icon {
  width: 0.9rem;
  height: 0.9rem;

  margin-right: 0.2125rem;
  background-color: rgba(43, 70, 190, 0.6);
  border-radius: 50%;
}
.iderIndexBox3 .text li .icon img {
  height: 0.5rem;
  transition: all 0.3s;
  width: auto;
  object-fit: contain;
}
.iderIndexBox3 .text li .ls {
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  flex: 1;
  color: #3b3b3b;
}
.iderIndexBox3 .videos {
  position: absolute;
  width: 3.0875rem;
  height: 1.025rem;
  cursor: pointer;
  z-index: 2;
  left: 0.3375rem;
  bottom: 0.2875rem;
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  color: #ffffff;
  background-color: #57a450;
  border-radius: 0.5125rem;
}
.iderIndexBox3 .videos::before {
  display: block;
  content: "";
  width: 0.75rem;
  margin-right: 0.1125rem;
  height: 0.75rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: contain;
}
.iderIndexBox4 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 1.125rem 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.2);
}
.iderIndexBox4Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
  overflow: hidden;
}
.iderIndexBox4Swiper .con {
  width: 100%;
  height: 6.3625rem;
  position: relative;
}
.iderIndexBox4Swiper .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.iderIndexBox4Swiper .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 0;
  padding: 0.125rem 0.4375rem 0.4375rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}
.iderIndexBox4Swiper .text .name {
  display: block;
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  color: #ffffff;
}
.iderIndexBox4Swiper .text .com-ls24 {
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.iderIndexBox4Swiper .text .com-mores {
  text-decoration: underline;
  font-size: 0.2rem;
  color: #ffffff;
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
}
.iderIndexBox4Swiper .text .com-mores::before {
  background: url(../images/im1-3-1.png) no-repeat;
  background-size: contain;
}
.iderIndexBox4Swiper .swiper-slide-active .com-ls24,
.iderIndexBox4Swiper .swiper-slide:hover .com-ls24 {
  margin: 0.1875rem 0;
}
.iderIndexBox4Swiper .swiper-slide-active .com-ls24,
.iderIndexBox4Swiper .swiper-slide-active .com-mores,
.iderIndexBox4Swiper .swiper-slide:hover .com-mores,
.iderIndexBox4Swiper .swiper-slide:hover .com-ls24 {
  height: auto;
}
.iderIndexBox4-pagination {
  margin-top: 0.75rem;
}
.iderIndexBox4-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  background-color: #151515;
  border-radius: 2px;
  opacity: 0.2;
  transition: all 0.3s;
}
.iderIndexBox4-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
  opacity: 1;
}
.iderIndexBox5 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.375rem 0;
}
.iderIndexBox5 ul {
  width: 100%;
  height: auto;
  margin-top: 1.125rem;
}
.iderIndexBox5 li .img {
  width: 1.0125rem;
  height: 1.0125rem;
  background-color: var(--mainColor);
  border-radius: 0.1375rem;
  margin-right: 0.3125rem;
}
.iderIndexBox5 li {
  width: calc(100% / 4);
  min-height: 5.25rem;
  padding: 0 0.375rem 0.125rem 0.1875rem;
  border-right: 1px solid rgba(28, 55, 145, 0.1);
}
.iderIndexBox5 li .img img {
  width: 0.6875rem;
  height: auto;
  transition: all 0.3s;
  object-fit: contain;
}
.iderIndexBox5 li .top {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}
.iderIndexBox5 li .name {
  flex: 1;
  font-family: Poppins-Bold;
  font-size: 0.225rem;
  line-height: 0.375rem;
  color: #1f1f1f;
}
.iderIndexBox5 li:first-child {
  padding-left: 0;
}
.iderIndexBox5 li:last-child {
  padding-right: 0;
  border-right: none;
}
.iderIndexBox6 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 1rem 0;
  background-color: var(--bg-c);
}
.iderIndexBox6 .com-title .com-mores {
  text-decoration: underline;
  color: #1f1f1f;
}
.iderIndexBox6Con {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderIndexBox6Con .item {
  position: relative;
  width: calc((100% - 1.05rem) / 3);
  margin: 0 0.525rem 0.15rem 0;
}
.iderIndexBox6Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderIndexBox6Con .item .img {
  width: 100%;

  overflow: hidden;
  height: 3.925rem;
  border-radius: 0.0125rem;
}
.iderIndexBox6Con .item .type {
  position: absolute;
  left: 0.15rem;
  top: 0.125rem;
  display: block;
  width: 1.325rem;
  z-index: 2;
  height: 0.4875rem;
  background-color: #ffffff;
  border-radius: 0.0125rem;
  font-size: 0.2rem;
  line-height: 0.4875rem;
  text-align: center;
  color: #1f1f1f;
}
.iderIndexBox6Con .item .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 4rem;
  padding: 0.125rem 0.375rem 0.5625rem 0.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2625rem 0px rgba(101, 101, 101, 0.15);
  border-radius: 1px;
}
.iderIndexBox6Con .item .time {
  font-size: 0.2rem;
  color: #1f1f1f;
}
.iderIndexBox6Con .item .name {
  font-family: Poppins-SemiBold;
  font-size: 0.225rem;
  line-height: 0.375rem;
  transition: all 0.3s;
  margin: 0.125rem 0 0.1875rem 0;
  color: #222222;
}
.iderIndexBox6Con .item .com-mores {
  color: #1f1f1f;
  transition: all 0.3s;
}
.iderIndexBox6Con .item:hover .name {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderIndexBox6Con .item:hover .com-mores {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderIndexBox7 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 0.75rem 0;
}
.iderIndexBox7 .title {
  width: 60%;
  font-size: 0.45rem;
  line-height: 0.6rem;
  text-align: center;
  color: #1f1f1f;
  margin: 0 auto;
  margin-bottom: 0.1875rem;
}
.footer {
  width: 100%;
  height: auto;
  background-color: #1f1f1f;
}
.footer .top {
  width: 100%;
  height: auto;
  padding: 0.8rem 0;
}
.footer .top .lt {
  width: 4.5625rem;
  margin-right: 0.75rem;
}
.footer .top .rt {
  flex: 1;
}
.footer .top .rt ul {
  justify-content: space-between;
}
.footer .top .rt ul li {
  display: flex;
  flex-direction: column;
}
.footer .top .logo {
  width: 1.7875rem;
  height: auto;
  object-fit: contain;
}
.footer .top .lt .com-ls24 {
  color: #eff4fa;
  margin: 0.2875rem 0 0.5625rem 0;
}
.footer .top form input {
  width: 3.1875rem;
  height: 0.6375rem;
  background-color: rgba(228, 225, 225, 0.2);
  border-radius: 0.0125rem;
  font-size: 0.2rem;
  padding-left: 0.15rem;
  color: #ffffff;
}
.footer .top form input:focus {
  border: 1px solid var(--mainColor);
}
.footer .top form input::placeholder {
  color: #ffffff;
}
.footer .top form input[type="button"] {
  width: 1.1375rem;
  height: 0.6375rem;
  cursor: pointer;
  background-color: var(--mainColor);
  border-radius: 0.0125rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.6375rem;
  color: #ffffff;
  margin-left: 1px;
}
.footerLink {
  width: fit-content;
  margin-top: 0.5rem;
}
.footerLink .tl {
  font-size: 0.2rem;
  color: #ffffff;
  margin-bottom: 0.125rem;
}
.footerLink a {
  width: 0.4375rem;
  height: 0.4375rem;
  background-color: rgba(228, 225, 225, 0.1);
  border-radius: 1px;
  margin-right: 0.125rem;
  transition: all 0.3s;
}
.footerLink a img {
  width: auto;
  height: 0.1875rem;
  object-fit: contain;
}
.footer .top li .name {
  font-family: Poppins-Bold;
  font-size: 0.2rem;
  margin-bottom: 0.375rem;
  color: #ffffff;
}
.footer .top ul {
  flex: 1;
  justify-content: space-between;
}
.footer .top li a {
  display: block;
  font-size: 0.2rem;
  line-height: 0.45rem;
  color: #ffffff;
}
.footer .top li a:hover {
  text-decoration: underline;
}
.footer .top li:last-child {
  width: 35%;
}
.footer .top li:last-child a:hover {
  text-decoration: none;
}
.footer .bto {
  width: 100%;
  height: auto;
  padding: 0.475rem 0;
}
.footer .bto .com-ls30 {
  color: #fff;
}
.iderBanner {
  width: 100%;
  height: auto;
  position: relative;
}
.iderBanner .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderBanner .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.iderBanner .text .tl {
  font-family: Poppins-Medium;
  font-size: 0.6rem;
  line-height: 0.75rem;
  font-weight: normal;
  width: 48%;
  color: #ffffff;
}
.iderBanner .text .ls {
  font-size: 0.3rem;
  line-height: 0.45rem;
  width: 45%;
  margin-top: 0.125rem;
  color: #ffffff;
}
.iderNav {
  width: 100%;
  height: auto;
  padding: 0.1875rem 0;
}
.iderNav a {
  font-size: 0.2rem;
  color: #000000;
}
.iderNav.services {
  background-color: #b2ddd8;
}
.iderNav a.active,
.iderNav a:hover,
.iderNav a:hover::after,
.iderNav a.active::after {
  color: var(--mainColor);
}
.iderNav a::after {
  display: block;
  content: "/";
  margin: 0 0.05rem;
  font-size: 0.175rem;
  color: #000000;
}
.iderNav a:last-child::after {
  display: none;
}
.iderServiceBox1 {
  width: 100%;
  background-color: #b2ddd8;
  height: auto;
  padding: 0.9375rem 0 0.875rem 0;
}
.iderServiceBox1 ul {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
}
.iderServiceBox1 ul li {
  width: calc((100% - 0.5rem) / 3);
  margin: 0 0.25rem 0.2375rem 0;
  height: 5.75rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  transition: all 0.3s;
  padding: 0.625rem 0.5rem 0.1875rem 0.55rem;
}
.iderServiceBox1 ul li .top {
  width: 100%;
  margin-bottom: 0.5625rem;
}
.iderServiceBox1 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderServiceBox1 ul li .top {
  align-items: anchor-center;
}
.iderServiceBox1 ul li .icon {
  width: 1.25rem;
  height: auto;
  display: block;
  transition: all 0.5s;
  object-fit: contain;
  margin-right: 0.4125rem;
}
.iderServiceBox1 ul li:nth-child(4),
.iderServiceBox1 ul li:last-child {
  width: calc((100% - 0.25rem) / 2);
  height: 4.5rem;
}
.iderServiceBox1 ul li:last-child {
  margin-right: 0;
}
.iderServiceBox1 ul li:hover .icon {
  transform: translateY(-15px);
}
.iderServiceBox1 ul li .name {
  flex: 1;
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  font-weight: normal;
  line-height: 0.375rem;
  color: var(--mainColor);
}
.iderServiceBox2 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 1.75rem 0;
}
.iderServiceBox2 .title {
  width: 69%;
  margin: 0 auto;
  margin-top: 0.25rem;
  text-align: center;
}
.iderServiceBox2 .img {
  width: 100%;
  height: auto;
  margin-top: 0.525rem;
}
.iderServiceBox2 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderIndexBox7.inner {
  background-color: var(--bg-dc);
}
.iderChooseBox1 {
  width: 100%;
  height: auto;
  padding-top: 0.8125rem;
}
.iderChooseBox1 .com-card {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.9375rem;
}
.iderChooseBox1 .con {
  width: 100%;
  height: 5.9125rem;
}
.iderChooseBox1 .con .img {
  width: 10.35rem;
  height: 100%;
  overflow: hidden;
}
.iderChooseBox1 .con .text {
  flex: 1;
  height: 100%;
  padding: 0.525rem 0.625rem 0.125rem 0.725rem;
  background-color: var(--bg-dc);
}
.iderChooseBox1 .con .text .max-tl {
  margin-bottom: 0.3125rem;
  line-height: 0.6rem;
}
.iderChooseBox2 {
  width: 100%;
  height: auto;
  padding-top: 1rem;
}
.iderChooseBox2 .com-card {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #e5e5e5;
}
.iderChooseBox2 .img {
  width: 8.95rem;
  overflow: hidden;
  height: 7.15rem;
  margin-left: 0.75rem;
}
.iderChooseBox2 .text {
  flex: 1;
}
.iderChooseBox2 .text .com-ls30 {
  margin: 0.1875rem 0 0.5625rem 0;
}
.iderChooseBox2 .text .imgs {
  position: relative;
  width: 5.725rem;
  height: 3.3125rem;
  background-color: rgba(170, 240, 167, 0.9);
}
.iderChooseBox2 .text .imgs:hover img {
  top: 0;
  left: 0;
}
.iderChooseBox2 .text .imgs img {
  position: absolute;
  top: 0.2rem;
  left: 0.1625rem;
  transition: all 0.5s;
}
.iderChooseBox3 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 0.375rem 0;
}
.iderChooseBox3 .title {
  width: 80%;
  margin-top: 0.1875rem;
}
.iderChooseBox3 .img {
  width: 100%;
  height: auto;
  margin-top: 0.875rem;
}
.iderChooseBox3 .img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.iderChooseBox4 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
  background-color: var(--bg-dc);
}
.iderChooseBox4 .title {
  width: 73%;
  margin: 0 auto;
  text-align: center;
  margin-top: 0.1875rem;
}
.iderChooseBox4Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.875rem;
}
.iderChooseBox4Swiper .img {
  width: 100%;
  height: 3.65rem;
  overflow: hidden;
}
.iderChooseBox4Swiper .name {
  width: 100%;
  font-size: 0.2rem;
  margin-top: 0.1875rem;
  text-align: center;
  color: #383838;
}
.iderChooseBox4-pagination {
  margin-top: 0.625rem;
}
.iderChooseBox4-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 1;
  transition: all 0.3s;
}
.iderChooseBox4-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.iderChooseBox5 {
  width: 100%;
  height: auto;
  padding: 1.4rem 0 1.5rem 0;
}
.iderChooseBox5 .img {
  width: 10.25rem;
  overflow: hidden;
  height: 6.375rem;
  margin-left: 1.0875rem;
}
.iderChooseBox5 .text {
  flex: 1;
}
.iderChooseBox5 .text .com-ls30 {
  width: 100%;
  border-top: 1px solid #bfbfbf;
  padding-top: 0.25rem;
  margin: 0.1875rem 0 0.625rem 0;
}
.iderProfileBox1 {
  width: 100%;
  height: auto;
}
.iderProfileBox1 .com-card {
  align-items: flex-start;
}
.iderProfileBox1 .text {
  flex: 1;
  padding-top: 0.5625rem;
}
.iderProfileBox1 .text .com-ls30 {
  margin-top: 0.375rem;
}
.iderProfileBox1 .videos {
  width: 9.2375rem;
  overflow: hidden;
  position: relative;
  height: 6.925rem;
  border-radius: 0.125rem;
  margin-left: 1.375rem;
  z-index: 2;
}
.iderProfileBox1 .icon {
  position: absolute;
  left: 0.3375rem;
  bottom: 0.2875rem;
  z-index: 2;
  width: 3.0875rem;
  cursor: pointer;
  height: 1.025rem;
  background-color: #57a450;
  border-radius: 0.5125rem;
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  color: #ffffff;
}
.iderProfileBox1 .icon::before {
  display: block;
  content: "";

  width: 0.45rem;
  margin-right: 0.2625rem;
  height: 0.45rem;
  background: url(../images/im1-7.png) no-repeat;
  background-size: contain;
}
.iderProfileBox2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translateY(-120px);
  background-color: var(--bg-dc);
  padding: 2.5rem 0 1.625rem 0;
}
.iderProfileBox2 .max-tl {
  position: relative;
}
.iderProfileBox2 .max-tl::after {
  position: absolute;
  left: 29%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.iderProfileBox2 li .img {
  width: 1.0125rem;
  height: 1.0125rem;
  background-color: var(--mainColor);
  border-radius: 0.1375rem;
  margin-right: 0.3125rem;
}
.iderProfileBox2 li .img img {
  width: 0.625rem;
  height: auto;
  transition: all 0.3s;
  object-fit: contain;
}
.iderProfileBox2 li .name {
  font-family: Poppins-Bold;
  font-size: 0.225rem;
  color: #1f1f1f;
}
.iderProfileBox2 ul {
  width: 100%;
  margin-top: 1.125rem;
  align-items: baseline;
  justify-content: end;
}
.iderProfileBox2 li .top {
  margin-bottom: 0.375rem;
}
.iderProfileBox2 ul li {
  width: calc((100% - 2.4rem) / 4);
  margin-right: 1.2rem;
}
.iderProfileBox2 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderProfileBox3 {
  width: 100%;
  height: auto;
  padding: 0 0 1.75rem 0;
}
.iderProfileBox3 .com-title {
  align-items: baseline;
}
.iderProfileBox3-prev,
.iderProfileBox3-next {
  cursor: pointer;
  width: 0.575rem;
  height: 0.575rem;
  background-color: rgba(230, 228, 228, 0.4);
  border-radius: 0.0625rem;
  font-family: Poppins-ExtraLight;
  font-size: 0.45rem;
  color: #383838;
  transition: all 0.3s;
}
.iderProfileBox3-prev {
  margin-right: 0.1125rem;
}
.iderProfileBox3-next:hover,
.iderProfileBox3-prev:hover {
  background-color: var(--mainColor);
  color: #fff;
}
.iderProfileBox3Con {
  width: 100%;
  height: auto;
  margin-top: 0.8125rem;
  padding: 0 0.125rem 0 3.225rem;
}
.iderProfileBox3Swiper {
  width: 100%;
  height: auto;
  overflow: visible;
  overflow-x: clip;
}
.iderProfileBox3Swiper .con {
  width: 100%;
  height: 3.575rem;
  padding: 0.375rem 0.5625rem 0.125rem 0.4375rem;
  background-color: var(--bg-dc);
  box-shadow: 0px 0px 0.7625rem 0.1125rem rgba(101, 101, 101, 0.1);
}
.iderProfileBox3Swiper .time {
  font-family: Poppins-Medium;
  font-size: 0.45rem;
  color: var(--mainColor);
  margin-bottom: 0.4375rem;
}
.iderProfileBox4 {
  width: 100%;
  height: auto;
  padding: 1.5rem 0 1.25rem 0;
  background: url(../picture/bg2.png) no-repeat;
  background-size: cover;
}
.iderProfileBox4Swiper {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
  overflow: hidden;
}
.iderProfileBox4Swiper .con {
  width: 100%;
  height: 6.3125rem;
  padding: 0.275rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
}
.iderProfileBox4Swiper .img {
  width: 100%;
  height: 5.1375rem;
  overflow: hidden;
}
.iderProfileBox4Swiper .name {
  width: 100%;
  font-family: Poppins-SemiBold;
  font-size: 0.2rem;
  margin-top: 0.275rem;
  text-align: center;
  color: #383838;
}
.iderProfileBox5 {
  width: 100%;
  height: auto;
  padding: 1.125rem 0;
}
.iderProfileBox5 ul {
  width: 100%;
  margin-top: 0.4375rem;
}
.iderProfileBox5 ul li {
  position: relative;
  height: 6.225rem;
  overflow: hidden;
  width: calc((100% - 0.4125rem) / 2);
  margin: 0 0.4125rem 0.125rem 0;
}
.iderProfileBox5 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderProfileBox5 li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0.375rem;
  width: 100%;
}
.iderProfileBox5 li .name {
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  width: fit-content;
  flex: 1;
  color: #ffffff;
}
.iderProfileBox5 li .com-ls24 {
  width: 60%;
}
.iderNav.inner {
  border-top: 1px solid rgba(187, 186, 186, 0.2);
}
.iderCaseBox1 {
  width: 100%;
  height: auto;
  padding-top: 0.5rem;
}
.iderCaseBox1 .com-card {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(162, 163, 161, 0.4);
}
.iderCaseBox1 .img {
  width: 9.925rem;
  margin-left: 0.8125rem;
  height: 6.475rem;
  overflow: hidden;
}
.iderCaseBox1 .text {
  flex: 1;
}
.iderCaseBox1 .text .com-ls30 {
  margin: 0.1875rem 0 0.5rem 0;
}
.iderCaseBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.875rem;
}
.iderCaseBox2 .com-card {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(173, 173, 173, 0.4);
}
.iderCaseBox2Con {
  width: 100%;
  height: 4.2875rem;
}
.iderCaseBox2Con .text {
  width: 6.925rem;
  border-radius: 0.0625rem;
  padding: 0.5625rem 0.3125rem 0.125rem 0.375rem;
  background-color: var(--bg-dc);
}
.iderCaseBox2Con .text .com-ls30 {
  margin-top: 0.1875rem;
}
.iderCaseBox2Con .img {
  flex: 1;
  height: 100%;
  margin-left: 0.1125rem;
  overflow: hidden;
}
.iderIndexBox4.inner {
  border-bottom: none;
  padding: 0.8125rem 0 0 0;
}
.iderIndexBox4.inner .iderIndexBox4Swiper {
  margin-top: 0.5625rem;
}
.iderIndexBox4.inner .com-card {
  padding-bottom: 1.1875rem;
  border-bottom: 1px solid rgba(155, 154, 154, 0.4);
}
.iderCaseBox3 {
  width: 100%;
  height: auto;
  padding-top: 0.625rem;
}
.iderCaseBox3 .com-card {
  padding-bottom: 0.8625rem;
  border-bottom: 1px solid rgba(155, 154, 154, 0.4);
}
.iderCaseBox3Con {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0.6875rem;
  padding: 0.6875rem 1.125rem 1.625rem 0.875rem;
  background-color: var(--bg-dc);
}
.iderCaseBox3Swiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.iderCaseBox3Swiper .con {
  width: 100%;
  align-items: flex-start;
  height: auto;
}
.iderCaseBox3Swiper .lt {
  width: 5.275rem;
  height: auto;
  margin-right: 1.375rem;
}
.iderCaseBox3Swiper .lt .img {
  width: 100%;
  height: 3.35rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.iderCaseBox3Swiper .lt .name {
  font-family: Poppins-Medium;
  font-size: 0.375rem;
  width: 100%;
  text-align: center;
  color: #174994;
  margin: 0.25rem 0 0.0625rem 0;
}
.iderCaseBox3Swiper .lt .ls {
  font-size: 0.225rem;
  text-align: center;
  width: 100%;
  color: #000000;
}
.iderCaseBox3Swiper .rt {
  flex: 1;
  position: relative;
  padding: 0.1875rem 0.625rem 0 0.625rem;
}
.iderCaseBox3Swiper .rt::before {
  position: absolute;
  top: 0.3625rem;
  left: 0;
  display: block;
  content: "“";
  font-family: Poppins-Medium;
  font-size: 0.6rem;
  color: #573b20;
}
.iderCaseBox3Swiper .rt::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.625rem;
  content: "”";
  font-family: Poppins-Medium;
  font-size: 0.6rem;
  color: #573b20;
}
.iderCaseBox3-prev,
.iderCaseBox3-next {
  cursor: pointer;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--bg-dc);
  border-radius: 0.125rem;
  font-family: Poppins-Light;
  font-size: 0.45rem;
  color: #573b20;
  border: solid 1px #ffffff;
  transition: all 0.3s;
}
.iderCaseBox3-prev {
  margin-right: 0.1375rem;
}
.iderCaseBox3-next:hover,
.iderCaseBox3-prev:hover {
  color: #fff;
  background-color: var(--mainColor);
}
.iderCaseBox3Con .bto {
  position: absolute;
  left: 2.875rem;
  bottom: 0.6875rem;
}
.iderCaseBox4 {
  width: 100%;
  height: auto;
  padding-top: 0.75rem;
}
.iderCaseBox4 .com-card {
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(163, 163, 163, 0.4);
}
.iderCaseBox4Con {
  width: 100%;
  height: auto;
  margin-top: 0.625rem;
}
.iderCaseBox4Con .items {
  width: calc((100% - 0.3rem) / 2);
}
.iderCaseBox4Con .item {
  width: 100%;
  margin-bottom: 0.1125rem;
  height: auto;
  border: solid 1px #e5e5e5;
}
.iderCaseBox4Con .item .name {
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  color: #383838;
  opacity: 0.9;
  flex: 1;
}
.iderCaseBox4Con .item .tl {
  width: 100%;
  cursor: pointer;
  height: auto;
  padding: 0.0875rem 0.25rem;
}
.iderCaseBox4Con .item .text {
  width: 100%;
  display: none;
  padding: 0.1875rem 0.875rem 0.375rem 0.25rem;
}
.iderCaseBox4Con .item .tl::after {
  display: block;
  content: ">";
  font-family: Poppins-Light;
  font-size: 0.375rem;
  color: #383838;
  transition: all 0.3s;
  opacity: 0.9;
}
.iderCaseBox4Con .item.active .tl {
  background-color: var(--bg-dc);
}
.iderCaseBox4Con .item.active .tl::after {
  transform: rotate(90deg);
}
.iderCaseBox5 {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0;
}
.iderCaseBox5 ul {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
}
.iderCaseBox5 ul li {
  width: calc((100% - 1.05rem) / 3);
  margin: 0 0.525rem 0.125rem 0;
}
.iderCaseBox5 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderCaseBox5 li .img {
  width: 100%;
  height: 5.4875rem;
  padding: 0.5rem;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2625rem 0px rgba(101, 101, 101, 0.15);
  border-radius: 1px;
}
.iderCaseBox5 li .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.5rem;
  padding: 0.25rem 0.125rem 0.2125rem 0.375rem;
  background-color: var(--bg-dc);
  border-radius: 1px;
  overflow: hidden;
}
.iderCaseBox5 li .text .name {
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  color: #3b3b3b;
}
.iderCaseBox5 li .com-mores {
  color: #1f1f1f;
  transition: all 0.3s;
}
.iderCaseBox5 li .com-mores::before {
  width: 0;
  transition: all 0.3s;
  transform: translateX(-2.5rem);
}
.iderCaseBox5 li:hover .com-mores::before {
  transform: translateX(0);
  width: 0.275rem;
}
.iderCaseBox5 li:hover .com-mores {
  text-decoration: underline;
  color: var(--mainColor);
}
.iderNav.products {
  background-color: var(--bg-dc);
}
.iderProductBox1 {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.25rem 0;
  background-color: var(--bg-dc);
}
.iderProductBox1 .com-card {
  align-items: baseline;
}
.iderProductBox1 .lt {
  width: 4.05rem;
  position: sticky;
  top: 1.5rem;
  height: auto;
  margin-right: 0.8125rem;
}
.iderProductBox1 .rt {
  flex: 1;
}
.iderProductBox1 .lt .item {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #cccccc;
}
.iderProductBox1 .lt .item:first-child {
  border-top: 1px solid #cccccc;
}
.iderProductBox1 .lt .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.025rem 0;
}
.iderProductBox1 .lt .item .tl::after {
  display: block;
  content: ">";
  cursor: pointer;
  font-family: "Poppins-ExtraLight";
  font-size: 0.45rem;
  color: #000;
  transition: all 0.3s;
}
.iderProductBox1 .lt .item.active .tl::after {
  transform: rotate(90deg);
  color: var(--mainColor);
}
.iderProductBox1 .lt .item.active .name {
  color: var(--mainColor);
}
.iderProductBox1 .lt .item .name {
  display: block;
  width: fit-content;
  font-size: 0.225rem;
  color: #1f1f1f;
}
.iderProductBox1 .lt .downs {
  width: 100%;
  height: auto;
  padding-left: 0.1875rem;
}
.iderProductBox1 .lt .downs {
  display: none;
}
.iderProductBox1 .lt .downs a {
  display: block;
  width: fit-content;
  margin-bottom: 0.125rem;
  font-size: 0.2rem;
  color: #000;
  transition: all 0.3s;
}
.iderProductBox1 .lt .downs a:hover,
.iderProductBox1 .lt .downs a.active {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderProductBox1 .rt .title {
  width: 100%;
  height: auto;
  margin-top: 0.125rem;
}
.iderProductBox1Con {
  width: 100%;
  height: auto;
  margin-top: 0.375rem;
}
.iderProductBox1Con .item {
  width: calc((100% - 0.45rem) / 3);
  margin: 0 0.225rem 0.25rem 0;
}
.iderProductBox1Con .item .img {
  width: 100%;
  height: 4.0625rem;
  padding: 0.25rem;
  background-color: #ffffff;
  overflow: hidden;
  border-radius: 0.0625rem;
}
.iderProductBox1Con .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  vertical-align: bottom;
}
.iderProductBox1Con .item:nth-child(3n) {
  margin-right: 0;
}
.iderProductBox1Con .item .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.5125rem;
  margin-top: 1px;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  overflow: hidden;
  padding: 0.25rem 0.125rem 0.375rem 0.375rem;
}
.iderProductBox1Con .item .name {
  font-family: Poppins-Medium;
  font-size: 0.3rem;
  color: #3b3b3b;
}
.iderProductBox1Con .item .com-mores::before {
  transform: translateX(-300px);
  color: #000000;
  transition: all 0.5s;
  width: 0;
}
.iderProductBox1Con .item:hover .com-mores {
  color: var(--mainColor);
  text-decoration: underline;
}
.iderProductBox1Con .item:hover .com-mores::before {
  transform: translateX(0);
  width: 0.275rem;
}
.iderProductBox2 {
  width: 100%;
  height: auto;
  padding: 1.625rem 0 0.5rem 0;
}
.iderProductBox2 .com-card {
  padding-bottom: 1.625rem;
  border-bottom: 1px solid #d9d9d9;
}
.iderProductBox2 .text {
  flex: 1;
}
.iderProductBox2 .img {
  width: 8.875rem;
  height: 8.85rem;
  border-radius: 1px;
  margin-left: 1.375rem;
  overflow: hidden;
}
.iderProductBox2 .text .item .nu {
  width: 0.3875rem;
  height: 0.3875rem;
  background-color: var(--mainColor);
  font-size: 0.2rem;
  margin-right: 0.225rem;
  text-align: center;
  line-height: 0.3875rem;
  color: #ffffff;
  border-radius: 50%;
}
.iderProductBox2 .text .item:first-child {
  border-top: 1px solid #e5e5e5;
}
.iderProductBox2 .text .item {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
}
.iderProductBox2 .text .item .tl {
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 0.125rem 0;
}
.iderProductBox2 .text .item .top {
  flex: 1;
}
.iderProductBox2 .text .item .downs {
  width: 100%;
  display: none;
  height: auto;
  padding: 0.025rem 0.375rem 0.5rem 0.6125rem;
}
.iderProductBox2 .text .con {
  width: 100%;
  margin-top: 0.4375rem;
}
.iderProductBox2 .text .item .tl::after {
  display: block;
  content: "+";
  font-family: Poppins-ExtraLight;
  font-size: 0.375rem;
  color: #626262;
  transition: all 0.3s;
}
.iderProductBox2 .text .item.active .tl::after {
  content: "-";
}
.iderProductBox2 .text .item .name {
  font-family: Poppins-SemiBold;
  font-size: 0.225rem;
  color: #1f1f1f;
}
.iderProductBox3 {
  padding: 0.4375rem 0 0 0;
}
.iderProductBox3 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #d9d9d9;
}
.iderDetailsBox1 {
  width: 100%;
  height: auto;
  padding: 0.25rem 0 1.5rem 0;
}
.iderDetailsBox1 .lt {
  width: 8.8rem;
  height: auto;
  margin-right: 1.1875rem;
}
.detailBox1Swiper2 {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}
.detailBox1Swiper2 .img {
  width: 100%;
  height: 7.5rem;
  padding: 0.5rem;
  overflow: hidden;
}
.detailBox1Swiper2 .img img {
  object-fit: contain;
}
.detailBox1Swiper1 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.0625rem;
}
.detailBox1Swiper1 .img {
  cursor: pointer;
  position: relative;
  height: 1.7125rem;
  width: 100%;
  padding: 0.05rem;
  transition: all 0.3s;
  background-color: #ffffff;
  border: solid 0.0125rem #e5e5e5;
}
.detailBox1Swiper1 .img .bg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.detailBox1Swiper1 .videos {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.detailBox1Swiper1 .swiper-slide-thumb-active .img {
  border-color: var(--mainColor);
}
.iderDetailsBox1 .rt {
  flex: 1;
  padding-top: 0.5rem;
}
.iderDetailsBox1 .rt .Inquiry {
  cursor: pointer;
  width: 2rem;
}
.iderDetailsBox1 .rt .downs {
  width: 2.6125rem;
  height: 0.75rem;
  background-color: #57a450;
  border-radius: 0.0625rem;
  font-size: 0.2rem;
  color: #ffffff;
  transition: all 0.3s;
  margin-left: 0.125rem;
}
.iderDetailsBox1 .rt .downs::before {
  display: block;
  content: "";
  width: 0.25rem;
  height: 0.2625rem;
  background: url(../images/im2-6.png) no-repeat;
  background-size: contain;
  margin-right: 0.1375rem;
}
.iderDetailsBox1 .rt .com-ls30 {
  margin: 0.3125rem 0 0.4375rem 0;
}
.iderDetailsBox1 .rt .btottom {
  margin-top: 0.625rem;
}
.iderDetailsBox1 .rt .btottom .tl {
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
  color: #000000;
}
.iderDetailsBox1 .rt .btottom .imglist img {
  width: 0.75rem;
  height: auto;
  object-fit: contain;
}
.iderDetailsBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.25rem;
}
.iderDetailsBox2.fixed {
  position: fixed;
  top: 1.3375rem;
  z-index: 22;
  background-color: #fff;
}
.iderDetailsBox2 .com-card {
  border-bottom: 0.0125rem solid rgba(141, 140, 140, 0.4);
}
.iderDetailsBox2 a {
  position: relative;
  padding-bottom: 20px;
  font-family: Poppins-Medium;
  font-size: 0.225rem;
  color: #616161;
  margin-right: 0.5rem;
  display: inline-block;
}
.iderDetailsBox2 a::after {
  position: absolute;
  left: 0;
  bottom: -0.0187rem;
  display: block;
  content: "";
  width: 0;
  height: 0.0375rem;
  background-color: var(--mainColor);
  border-radius: 0.025rem;
  transition: all 0.3s;
}
.iderDetailsBox2 a:hover,
.iderDetailsBox2 a.active {
  color: var(--mainColor);
}
.iderDetailsBox2 a:hover::after,
.iderDetailsBox2 a.active::after {
  width: 100%;
}
.iderDetailsBox3Item1 {
  width: 100%;
  height: auto;
  padding: 1.25rem 0 0.375rem 0;
}
.iderDetailsBox3Item1 .com-ls30 {
  margin-top: 0.1875rem;
}
.iderDetailsBox3Item1 .com-card {
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderDetailsBox3Item2 {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.375rem 0;
}
.iderDetailsBox3Item2 .com-card {
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderDetailsBox3Item2 .table {
  width: 100%;
  height: auto;
  overflow-x: auto;
  margin-top: 0.4375rem;
}
.iderDetailsBox3Item2 table {
  width: 100%;
  height: auto;
  overflow-x: auto;
}
.iderDetailsBox3Item2 table tr:first-child td {
  background-color: var(--mainColor);
  color: #fff;
}

.iderDetailsBox3Item2 table td {
  height: 0.7875rem;
  text-align: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #ddeddc;
  font-size: 0.2rem;
  color: #000000;
}
table tr td {
  transition: all 0.3s;
}
table tr:hover td {
  color: #fff;
  background-color: var(--mainColor);
}
.iderDetailsBox3Item3 {
  width: 100%;
  height: auto;
  padding: 0.375rem 0 0.5rem 0;
}
.iderDetailsBox3Item3 .com-card {
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderDetailsBox3Item3 .img {
  width: 10.55rem;
  overflow: hidden;
  background-color: #f8f8f8;
  height: 7.625rem;
  margin-left: 1.5rem;
}
.iderDetailsBox3Item3 .text {
  flex: 1;
}
.iderDetailsBox3Item3 .text .com-ls30 {
  margin-top: 0.3125rem;
}
.iderDetailsBox3Item3 .text li {
  font-family: Poppins-Medium;
  font-size: 0.2rem;
  line-height: 0.45rem;
  font-weight: normal;
  padding-left: 0.4625rem;
  color: #3b3b3b;
  background: url(../images/im2-5.png) left top no-repeat;
  background-size: 0.2rem;
  background-position-y: 0.125rem;
}
.iderDetailsBox3Item4 {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.25rem 0;
}
.iderDetailsBox3Item4 ul {
  width: 100%;
  margin-top: 0.475rem;
}
.iderDetailsBox3Item4 ul li {
  overflow: hidden;
  width: calc((100% - 0.3625rem) / 2);
  margin: 0 0.3625rem 0.1875rem 0;
}
.iderDetailsBox3Item4 ul li:nth-child(2n) {
  margin-right: 0;
}
.iderDetailsBox3Item4 .com-card {
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderDetailsBox3Item5 {
  width: 100%;
  height: auto;
  padding: 0.275rem 0 0.375rem 0;
}
.iderDetailsBox3Item5 .com-card {
  padding-bottom: 1rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderDetailsBox3Item5 ul {
  width: 100%;
  margin-top: 0.6rem;
}
.iderDetailsBox3Item5 ul li {
  width: calc((100% - 0.275rem) / 3);
  margin: 0 0.1375rem 0.125rem 0;
  height: 4.875rem;
  overflow: hidden;
  padding: 0.1125rem;
  background-color: #f8f8f8;
  border-radius: 0.025rem;
}
.iderDetailsBox3Item5 ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.5s;
  vertical-align: bottom;
}
.iderDetailsBox3Item5 ul li:nth-child(3n) {
  margin-right: 0;
}
.iderDetailsBox4 {
  padding: 0.375rem 0 0.3125rem 0;
}
.iderDetailsBox4 .com-card {
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #bfbfbf;
}
.iderDetailsBox5 {
  background-color: #fff;
  padding: 0.375rem 0 0 0;
}
.iderDetailsBox5 .com-card {
  padding-bottom: 1rem;
  border-bottom: 1px solid #bfbfbf;
}
/* #endregion */
/* #region  Page style */
@media screen and (max-width: 1024px) {
  .header,
  .footer .top ul li {
    display: none;
  }
  .com-card {
    width: 100%;
    padding: 0 4%;
  }
  body {
    padding-top: 60px !important;
  }
  .mobileHeader {
    display: flex;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  .footer .top ul li:last-child {
    display: block;
    width: 100%;
  }
  .iderDetailsBox2.fixed {
    top: 60px;
  }
  .iderServiceBox1 ul li .name,
  .iderBanner .text .ls {
    font-size: 16px;
    line-height: 24px;
  }
  .max-tl,
  .iderBanner .text .tl {
    font-size: 18px;
    line-height: 24px;
  }
  .iderIndexBox1Con .item .name,
  .iderIndexBox4Swiper .text .name,
  .iderCaseBox3Swiper .lt .name,
  .iderCaseBox5 li .text .name,
  .iderProfileBox5 li .name,
  .iderProductBox1Con .item .name {
    font-size: 16px;
  }
  .com-title,
  .iderIndexBox3 .com-card,
  .iderCaseBox1 .com-card,
  .iderCaseBox2Con,
  .iderCaseBox3Swiper .con,
  .iderCaseBox4Con,
  .iderProfileBox1 .com-card,
  .iderProductBox1 .com-card,
  .iderProductBox2 .com-card,
  .iderDetailsBox1 .com-card,
  .iderDetailsBox2 .com-card,
  .iderDetailsBox3Item3 .com-card,
  .iderChooseBox1 .con,
  .iderChooseBox2 .com-card,
  .iderChooseBox5 .com-card {
    flex-wrap: wrap;
  }
  .iderIndexBox3 .text,
  .iderCaseBox1 .text,
  .iderCaseBox2Con .img,
  .iderCaseBox3Swiper .rt,
  .iderProfileBox1 .text,
  .iderProductBox2 .text,
  .iderDetailsBox3Item3 .text,
  .iderChooseBox3 .title,
  .iderChooseBox5 .text {
    flex: none;
    width: 100%;
  }
  .iderIndexBox2 .com-title .com-ls30 {
    width: 100%;
    margin-top: 5px;
  }
  .iderIndexBox1,
  .iderIndexBox2,
  .iderIndexBox3,
  .iderIndexBox4,
  .iderIndexBox5,
  .iderIndexBox6,
  .iderIndexBox7,
  .footer .top,
  .iderCaseBox5,
  .iderProfileBox2,
  .iderProfileBox3,
  .iderProfileBox4,
  .iderProfileBox5,
  .iderProductBox1,
  .iderProductBox2,
  .iderDetailsBox3Item1,
  .iderServiceBox1,
  .iderServiceBox2,
  .iderChooseBox3,
  .iderChooseBox4,
  .iderChooseBox5 {
    padding: 20px 0;
  }
  .iderDetailsBox3Item2,
  .iderDetailsBox3Item3,
  .iderDetailsBox3Item4,
  .iderDetailsBox3Item5 {
    padding: 0 0 20px 0;
  }
  .iderCaseBox1,
  .iderCaseBox2,
  .iderIndexBox4.inner,
  .iderCaseBox3,
  .iderCaseBox4,
  .iderChooseBox1,
  .iderChooseBox2 {
    padding-top: 20px;
  }
  .iderCaseBox1 .com-card,
  .iderCaseBox2 .com-card,
  .iderIndexBox4.inner .com-card,
  .iderCaseBox3 .com-card,
  .iderCaseBox4 .com-card,
  .iderProductBox2 .com-card,
  .iderProductBox3 .com-card,
  .iderDetailsBox3Item1 .com-card,
  .iderDetailsBox3Item2 .com-card,
  .iderDetailsBox3Item3 .com-card,
  .iderDetailsBox3Item4 .com-card,
  .iderDetailsBox3Item5 .com-card,
  .iderDetailsBox4 .com-card,
  .iderDetailsBox5 .com-card,
  .iderChooseBox1 .com-card,
  .iderChooseBox2 .com-card {
    padding-bottom: 20px;
  }
  .iderIndexBox1Con,
  .iderIndexBox2Con,
  .iderIndexBox4Swiper,
  .iderIndexBox4-pagination,
  .iderIndexBox5 ul,
  .iderIndexBox6Con,
  .iderIndexBox4.inner .iderIndexBox4Swiper,
  .iderCaseBox3Con,
  .iderCaseBox4Con,
  .iderCaseBox5 ul,
  .iderProfileBox2 ul,
  .iderProfileBox3Con,
  .iderProfileBox4Swiper,
  .iderProfileBox5 ul,
  .iderDetailsBox1 .rt .btottom,
  .iderDetailsBox3Item2 .table,
  .iderDetailsBox3Item3 .text .com-ls30,
  .iderDetailsBox3Item4 ul,
  .iderDetailsBox3Item5 ul,
  .iderServiceBox1 ul,
  .iderServiceBox2 .img,
  .iderChooseBox3 .img,
  .iderChooseBox4Swiper,
  .iderChooseBox4-pagination {
    margin-top: 15px;
  }
  .iderCaseBox2Con .text,
  .iderCaseBox4Con .items,
  .iderBanner .text .tl,
  .iderProfileBox5 ul li,
  .iderProductBox1 .lt,
  .iderBanner .text .ls,
  .iderServiceBox2 .title,
  .iderChooseBox1 .con .img,
  .iderChooseBox4 .title {
    width: 100%;
  }
  .iderProductBox1 .lt {
    position: static;
    margin: 0 0 15px 0;
  }
  .iderCaseBox2Con .text,
  .iderCaseBox3Con {
    padding: 4%;
  }
  .iderCaseBox2Con,
  .iderChooseBox1 .con,
  .iderChooseBox4Swiper .img {
    height: auto;
  }
  .iderIndexBox7 .title {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }
  .iderIndexBox1Con .item {
    width: 100%;
    margin-right: 0;
  }
  .iderIndexBox2Con .item {
    width: calc((100% - 20px) / 3);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox6Con .item,
  .iderCaseBox5 ul li,
  .iderProfileBox2 ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .iderIndexBox5 li {
    width: calc(100% / 2);
  }
  .iderIndexBox2Con .item:nth-child(4n),
  .iderIndexBox6Con .item:nth-child(3n),
  .iderCaseBox5 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2Con .item:nth-child(3n),
  .iderIndexBox6Con .item:nth-child(2n),
  .iderCaseBox5 ul li:nth-child(2n),
  .iderProfileBox2 ul li:nth-child(2n),
  .iderProfileBox5 ul li {
    margin-right: 0;
  }
  .com-mores2,
  .iderDetailsBox1 .rt .downs {
    width: fit-content;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
  }
  .iderIndexBox3 .max-tl {
    margin-bottom: 5px;
  }
  .iderIndexBox3 .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderIndexBox3 .videos,
  .iderProfileBox1 .icon {
    height: 45px;
    width: fit-content;
    padding: 0 20px;
  }
  .iderIndexBox4Swiper .text,
  .iderProfileBox3Swiper .con,
  .iderChooseBox1 .con .text {
    padding: 4%;
  }
  .iderIndexBox3 .videos::before {
    width: 30px;
    height: 30px;
  }
  .iderCaseBox1 .text .com-ls30 {
    margin: 8px 0 12px 0;
  }
  .iderCaseBox1 .img {
    height: auto;
    margin: 15px 0 0;
  }
  .iderCaseBox2Con .img {
    margin: 0;
  }
  .iderCaseBox3Con .bto {
    position: static;
    margin-top: 15px;
  }
  .iderCaseBox3Swiper .lt {
    margin: 0;
  }
  .iderCaseBox3Swiper .rt::after {
    bottom: 0;
  }
  .iderCaseBox3Swiper .rt {
    padding: 2% 25px;
  }
  .iderProfileBox1 .text {
    padding: 0;
  }
  .iderProfileBox1 .text .com-ls30 {
    margin-top: 8px;
  }
  .iderProfileBox1 .videos {
    height: auto;
    margin: 15px 0 0;
  }
  .iderCaseBox3Swiper .rt::before {
    top: 19px;
  }
  .iderProfileBox2 {
    margin-top: 20px;
    transform: translateX(0);
  }
  .iderProfileBox2 ul {
    justify-content: flex-start;
  }
  .iderProfileBox2 li .img img {
    width: 30px;
  }
  .iderProfileBox2 li .img {
    width: 50px;
    height: 50px;
    margin-right: 8px;
  }
  .iderProfileBox2 .max-tl::after {
    display: none;
  }
  .iderProfileBox3Con {
    width: 100%;
    padding: 0 4%;
  }
  .iderProductBox2 .img {
    margin: 15px 0 0 0;
    height: auto;
  }
  .iderDetailsBox1 .lt {
    width: 80%;
    margin: 0 0 15px 0;
  }
  .iderDetailsBox1 .rt {
    padding: 0;
  }
  .iderDetailsBox1 {
    padding: 10px 0 20px 0;
  }
  .iderDetailsBox1 .rt .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderDetailsBox2 a {
    padding-bottom: 10px;
    margin-right: 4%;
    margin-bottom: 5px;
  }
  .iderDetailsBox3Item2 table td {
    white-space: nowrap;
    padding: 0 10px;
  }
  .iderDetailsBox3Item3 .img {
    margin: 15px 0 0 0;
    height: auto;
  }
  .iderDetailsBox3Item3 .text li {
    padding-left: 20px;
  }
  .iderServiceBox1 ul li {
    width: calc((100% - 10px) / 2) !important;
    margin: 0 10px 10px 0;
    height: 402.5px !important;
  }
  .iderServiceBox1 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderServiceBox1 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderChooseBox1 .con .text .max-tl {
    margin-bottom: 10px;
    line-height: 25px;
  }
  .iderServiceBox2 .title {
    margin-top: 10px;
  }
  .iderChooseBox2 .img {
    margin: 15px 0 0 0;
    height: auto;
  }
  .iderChooseBox2 .text .com-ls30 {
    margin: 5px 0 12px 0;
  }
  .iderChooseBox2 .text .imgs img {
    position: static;
  }
  .iderChooseBox2 .text .imgs {
    height: auto;
  }
  .iderChooseBox5 .text .com-ls30 {
    margin: 10px 0 15px 0;
  }
  .iderChooseBox5 .img {
    margin: 15px 0 0 0;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .iderIndexBox1Con .item {
    flex-wrap: wrap;
    height: auto;
    padding: 4%;
    margin-bottom: 10px;
  }
  .footer .top,
  .footer .bto {
    flex-wrap: wrap;
  }
  .iderIndexBox6Con .item .img,
  .iderIndexBox6Con .item .text,
  .iderCaseBox5 li .img,
  .iderCaseBox5 li .text,
  .iderProfileBox4Swiper .img,
  .iderProfileBox4Swiper .con,
  .iderProfileBox5 ul li,
  .detailBox1Swiper2 .img {
    height: auto;
  }
  .iderIndexBox1Con .item .text .com-ls30 {
    margin: 10px 0;
  }
  .iderIndexBox6Con .item .text,
  .iderCaseBox5 li .text,
  .detailBox1Swiper2 .img {
    padding: 4%;
  }
  .iderIndexBox6Con .item .text .com-mores {
    margin-top: 15px;
  }
  .iderIndexBox1Con .item .text,
  .iderIndexBox3 .img,
  .footer .top ul,
  .iderCaseBox1 .img,
  .iderProfileBox1 .videos,
  .iderProfileBox2 ul li,
  .iderProductBox2 .img,
  .iderDetailsBox1 .lt,
  .iderDetailsBox3Item3 .img,
  .iderDetailsBox3Item4 ul li,
  .iderChooseBox2 .img,
  .iderChooseBox2 .text .imgs,
  .iderChooseBox5 .img {
    flex: none;
    width: 100%;
  }
  .iderIndexBox1Con .item .img {
    width: 70%;
    margin: 15px 0 0;
  }
  .iderIndexBox2Con .item,
  .iderProductBox1Con .item,
  .iderDetailsBox3Item5 ul li {
    height: auto;
    width: calc((100% - 10px) / 2);
  }
  .iderProductBox1Con .item {
    margin: 0 10px 10px 0;
  }
  .iderIndexBox2Con .item:nth-child(3n),
  .iderProductBox1Con .item:nth-child(3n),
  .iderDetailsBox3Item5 ul li:nth-child(3n) {
    margin-right: 10px;
  }
  .iderIndexBox2Con .item:nth-child(2n),
  .iderProfileBox2 ul li,
  .iderProductBox1Con .item:nth-child(2n),
  .iderDetailsBox3Item4 ul li,
  .iderDetailsBox3Item5 ul li:nth-child(2n) {
    margin-right: 0;
  }
  .iderIndexBox5 li .img img {
    width: 35px;
  }
  .iderIndexBox5 li .img {
    width: 52px;
    height: 52px;
  }
  .iderIndexBox5 li .top {
    margin-bottom: 15px;
  }
  .footer .top form input {
    flex: 1;
  }
  .footer .top .lt .com-ls24 {
    margin: 15px 0;
  }
  .footer .top li .name {
    margin-bottom: 12px;
  }
  .footerLink {
    width: 100%;
    margin: 15px 0;
  }
  .footer .top .lt {
    width: 100%;
    margin: 0 0;
  }
  .footer .bto {
    padding: 15px 0;
  }
  .footer .bto .com-ls30 {
    text-align: center;
    width: 100%;
  }
  .iderCaseBox4Con .item .name {
    margin-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .iderCaseBox4Con .item.active .name {
    display: block;
  }
  .iderCaseBox4Con .item .text {
    padding: 4%;
  }
  .iderCaseBox5 li .text .name {
    margin-bottom: 10px;
  }
  .iderProfileBox2 li .top {
    margin-bottom: 12px;
  }
  .iderServiceBox1 ul li .top {
    margin-bottom: 15px;
  }
  .iderServiceBox1 ul li .icon {
    width: 60px;
    margin-right: 12px;
  }
  .iderServiceBox1 ul li {
    width: 100% !important;
    height: auto !important;
    padding: 4%;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .iderIndexBox1Con .item .img,
  .iderIndexBox5 li,
  .iderIndexBox6Con .item,
  .iderCaseBox3Swiper .lt,
  .iderProfileBox5 li .com-ls24,
  .iderProductBox1Con .item {
    width: 100%;
  }
  .iderIndexBox4Swiper .con,
  .iderCaseBox3Swiper .lt .img,
  .iderProfileBox3Swiper .con,
  .iderProductBox1Con .item .text {
    height: auto;
  }
  .iderIndexBox6Con .item,
  .iderProductBox1Con .item {
    margin-right: 0 !important;
  }
  .iderIndexBox5 li {
    min-height: auto;
    padding: 0;
    margin-bottom: 15px;
    border: none;
  }
  .com-title,
  .iderProfileBox5 li .text {
    flex-wrap: wrap;
  }
  .iderProfileBox3Swiper .time {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .iderCaseBox5 li .img,
  .iderProfileBox4Swiper .con,
  .iderProfileBox5 li .text,
  .iderProductBox1Con .item .text {
    padding: 3%;
  }
  .iderProductBox1Con .item .name {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 430px) {
  .iderIndexBox2Con .item,
  .iderCaseBox5 li,
  .iderDetailsBox3Item5 ul li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 320px) {
  .com-title .com-mores {
    margin-top: 10px;

  }
}

/* #endregion */
