.elementor-685 .elementor-element.elementor-element-11250d3{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-mix-blend-mode:lighten;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-685 .elementor-element.elementor-element-e155ab0{--display:flex;--justify-content:flex-start;}.elementor-685 .elementor-element.elementor-element-7a574eb{width:auto;max-width:auto;}.elementor-685 .elementor-element.elementor-element-7a574eb.elementor-element{--align-self:center;}#elementor-popup-modal-685{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-685 .dialog-message{width:430px;height:auto;}#elementor-popup-modal-685 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-685 .elementor-element.elementor-element-11250d3{--content-width:700px;}}@media(max-width:1024px){.elementor-685 .elementor-element.elementor-element-e155ab0{--margin-top:0%;--margin-bottom:0%;--margin-left:10%;--margin-right:010%;}}@media(max-width:767px){.elementor-685 .elementor-element.elementor-element-e155ab0{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-7a574eb *//* 外层卡片样式 */
.quickQuote {
  max-width: 480px;
  padding: 24px 24px 28px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  font-family: inherit;
  box-sizing: border-box;
}

/* 关闭按钮 */
.quickQuote .closePopup {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #999;
}

/* 标题区域 */
.quickQuote .qqTitleWrapper {
  margin-bottom: 16px;
  text-align: left;
}

.quickQuote .quickQuoteTitle {
  font-size: 20px;
  font-weight: 600;
}

/* 表单字段通用布局 */
.quickQuoteForm {
  margin: 0;
}

.quickQuote .qq-field {
  margin-bottom: 12px;
}

/* 输入框样式 */
.quickQuote .field-input,
.quickQuote .field-textarea,
.quickQuote .field-file {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-family: inherit;
}

/* 文本域 */
.quickQuote .field-textarea {
  min-height: 120px;
  resize: vertical;
}

/* 文件上传 */
.quickQuote .uploadBTN .field-file {
  padding: 6px;
}

/* 提交按钮 */
.quickQuote .text-right {
  text-align: right;
}

.quickQuote .qq-submit {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 4px;
  border: none;
  background: #0073e6;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.quickQuote .qq-submit:hover {
  background: #005bb5;
}

/* 隐藏字段 */
.quickQuote .hidden {
  display: none !important;
}/* End custom CSS */