.elementor-7441 .elementor-element.elementor-element-bd5ed2d{--display:flex;}.elementor-7441 .elementor-element.elementor-element-bd5ed2d:not(.elementor-motion-effects-element-type-background), .elementor-7441 .elementor-element.elementor-element-bd5ed2d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}#elementor-popup-modal-7441{background-color:#00000099;justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-7441 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-7441 .dialog-close-button{display:flex;}#elementor-popup-modal-7441 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-1d53665 */.custom-search-form {
  display: flex;
  align-items: center;
  width: 600px;
  border-radius: 0px;
  background-color: rgba(11, 71, 144, 0.8); /* 半透明蓝色背景 */
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.custom-search-field {
  flex: 1;
  border: none;
  background: transparent;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  outline: none;
}

.custom-search-field::placeholder {
  color: #cbd5e0;
}

.custom-search-submit {
  background: none !important; /* ✅ 移除白色背景 */
  border: none;
  color: #fff;
  padding: 10px 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.custom-search-submit:hover {
  background: rgba(255,255,255,0.4);
}
/* 控制搜索图标大小 */
.custom-search-submit i {
  font-size: 28px; /* ✅ 调整图标大小（默认大约16px） */
  line-height: 1;
}
/* 🔹 调整弹窗关闭按钮（×）的位置与大小 */
.dialog-lightbox-close-button {
  position: absolute !important;
  top: 15px !important;        /* 调整距离顶部 */
  right: -2px !important;      /* 调整距离右边 */
  z-index: 9999 !important;
  background: none !important; /* 去掉任何背景 */
  border: none !important;
  padding: 5px !important;     /* 调整点击范围 */
  cursor: pointer;
  transition: all 0.3s ease;
}

/* 🔹 调整 × 图标（svg）的大小与颜色 */
.dialog-lightbox-close-button svg {
  width: 35px !important;     /* 控制图标大小 */
  height: 22px !important;
  fill: #333 !important;      /* 改为深灰色（可改为白色等） */
  transition: all 0.3s ease;
}

/* 🔹 悬停效果 */
.dialog-lightbox-close-button:hover svg {
  fill: #0B4790 !important;   /* 鼠标悬停变蓝色 */
  transform: scale(1.2);      /* 略微放大 */
}/* End custom CSS */