.header-right .language {
  display: none !important;
}

.header_99703_101 .navigation {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0;
}

.header_99703_101 .navigation > ul {
  display: flex;
  justify-content: center;
}

.header_99703_101 .navigation > ul > li {
  float: none;
  white-space: nowrap;
}

.product_list_99703_115:not(.icw-dynamic-products) {
  display: none !important;
}

.icw-dynamic-heading {
  margin: 0 0 24px;
  font-size: 28px;
}

.icw-backend-specs {
  margin-bottom: 20px;
  padding: 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.icw-backend-specs h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 18px;
}

.icw-backend-specs table {
  width: 100%;
  color: rgba(255, 255, 255, 0.84);
  border-collapse: collapse;
}

.icw-backend-specs th,
.icw-backend-specs td {
  padding: 7px 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  text-align: left;
}

.icw-dynamic-banner {
  height: 220px !important;
  min-height: 220px;
  background: #eef1f5 url("../img.yiduindustrial.com/photo/cl205787934-.jpg") center/cover no-repeat;
}

.icw-dynamic-page {
  padding: 48px 0 64px;
  background: #fff;
}

.icw-dynamic-page h1 {
  margin: 0 0 28px;
  color: #222;
  font-size: 32px;
}

.icw-dynamic-page-content {
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.icw-dynamic-page-content img {
  max-width: 100%;
  height: auto;
}

.icw-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 36px;
}

.icw-contact-form {
  padding: 28px;
  background: #f6f7f9;
  border-radius: 6px;
}

.icw-contact-form label {
  display: block;
  margin-bottom: 16px;
  color: #333;
  font-weight: 600;
}

.icw-contact-form input,
.icw-contact-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-top: 6px;
  padding: 11px 12px;
  border: 1px solid #d6d9de;
  background: #fff;
  font: inherit;
}

.icw-contact-form .button {
  border: 0;
  cursor: pointer;
}

.icw-contact-status {
  min-height: 24px;
  margin-top: 12px;
}

.icw-floating-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999999;
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #5156ff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .28);
  transition: transform .2s ease, box-shadow .2s ease;
}

.icw-floating-chat:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 18px rgba(0, 0, 0, .32);
}

.icw-floating-chat img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

@media (max-width: 640px) {
  .icw-floating-chat {
    right: 16px;
    bottom: 18px;
    width: 58px;
    height: 58px;
  }

  .icw-floating-chat img {
    width: 34px;
    height: 34px;
  }
}

.icw-chat-widget {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10000000;
  display: none;
  width: 400px;
  height: min(560px, calc(100vh - 36px));
  overflow: hidden;
  border-radius: 22px 22px 0 0;
  background: #fff;
  box-shadow: 0 12px 40px rgba(22, 31, 55, .26);
  color: #17203b;
  font-family: Arial, Helvetica, sans-serif;
}

.icw-chat-widget.is-open {
  display: flex;
  flex-direction: column;
}

.icw-chat-header {
  display: flex;
  height: 58px;
  flex: 0 0 58px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border-bottom: 1px solid #e7e9ef;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .07);
}

.icw-chat-header strong {
  font-size: 16px;
  font-weight: 500;
}

.icw-chat-avatar {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c7f2f5;
  font-size: 22px;
}

.icw-chat-minimize {
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
}

.icw-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 26px 10px 20px;
  background: #fff;
}

.icw-chat-time {
  display: table;
  margin: 0 auto 16px;
  padding: 2px 11px;
  border-radius: 12px;
  background: #a8abbc;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
}

.icw-chat-message {
  width: fit-content;
  max-width: 286px;
  margin: 0 0 12px;
  padding: 11px 14px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 21px;
  white-space: pre-wrap;
}

.icw-chat-agent {
  background: #f0f1f5;
  color: #17203b;
}

.icw-chat-user {
  margin-left: auto;
  background: #5558ff;
  color: #fff;
}

.icw-chat-compose {
  display: flex;
  min-height: 64px;
  flex: 0 0 64px;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-top: 1px solid #e7e9ef;
  background: #fff;
}

.icw-chat-compose input {
  min-width: 0;
  height: 42px;
  flex: 1;
  padding: 0 17px;
  border: 0;
  border-radius: 22px;
  outline: 0;
  background: #f0f1f5;
  color: #17203b;
  font-size: 14px;
}

.icw-chat-compose input::placeholder {
  color: #8b8e9d;
}

.icw-chat-plus,
.icw-chat-send {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: #5356ff;
  cursor: pointer;
}

.icw-chat-plus {
  border: 2px solid #5356ff;
  border-radius: 50%;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}

.icw-chat-send {
  font-size: 31px;
  transform: rotate(-7deg);
}

body.icw-chat-open .icw-floating-chat {
  display: none;
}

.icw-dynamic-scroll-tip .mobanContent {
  height: auto;
  max-height: 1.08rem;
  min-height: 0;
}

.icw-dynamic-scroll-tip .mobanContent ul li {
  height: 0.26rem;
  line-height: 0.26rem;
}

.icw-dynamic-scroll-tip .mobanContent ul li a,
.icw-dynamic-scroll-tip .mobanContent ul li a:visited {
  display: block;
  overflow: hidden;
  color: #111;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .icw-chat-widget {
    right: 0;
    bottom: 0;
    width: min(100%, 400px);
    height: min(560px, 100vh);
    border-radius: 18px 18px 0 0;
  }
}
.icw-generic-product{padding:56px 0 72px;background:#fff}
.icw-generic-summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:52px;align-items:start}
.icw-generic-image{padding:24px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}
.icw-generic-image img{display:block;width:100%;aspect-ratio:1/1;object-fit:contain}
.icw-generic-copy h1{margin:0 0 28px;color:#222;font-size:34px;line-height:1.3}
.icw-generic-actions{display:flex;flex-wrap:wrap;gap:14px}
.icw-generic-actions button{min-width:160px;padding:13px 22px;border:0;border-radius:4px;background:#e52a2a;color:#fff;font-size:16px;font-weight:700;cursor:pointer}
.icw-generic-specs,.icw-generic-description{margin-top:48px}
.icw-generic-specs h2,.icw-generic-description h2{margin:0 0 20px;font-size:26px}
.icw-generic-specs table{width:100%;border-collapse:collapse}
.icw-generic-specs th,.icw-generic-specs td{padding:13px 16px;border:1px solid #e5e7eb;text-align:left}
.icw-generic-specs th{width:32%;background:#f7f7f7}
.icw-generic-description{font-size:16px;line-height:1.8}
@media (max-width:767px){.icw-generic-product{padding:32px 0 48px}.icw-generic-summary{grid-template-columns:1fr;gap:28px}.icw-generic-copy h1{font-size:26px}.icw-generic-actions button{width:100%}}
