/*  
 * Custom styles go here  
 *  
 * Add your custom styles below this line.  
 * eg:
 * body {
 *   background-color: #000000 !important;
 * }
 * 
 */

/**  我要咨询表单 样式  Start*/
.contact_consult .contact_consult_form_row {
  display: flex;
  flex-wrap: wrap;
}

.contact_consult .contact_consult_form_column {
  flex: 1 1 33%;
  padding: 10px;
  box-sizing: border-box;
}

.contact_consult .contact_consult_form_column.contact_consult_form_full-width {
  flex: 1 1 100%;
}

.contact_consult h2 {
  width: fit-content;
  border-bottom: 3px solid #f2ad16;
}

.contact_consult input:not([type="submit"]) {
  height: auto;
}

.contact_consult input:not([type="submit"]),
textarea {
  -webkit-appearance: none;
  border-left: 3px solid #f2ad16;
  border-radius: 0px;
}

.contact_consult .contact_consult_form_submit p {
  text-align: center;
}

.contact_consult .contact_consult_form_submit input {
  width: 200px !important;
  background: #f2ad16;
}

.wpcf7 input.wpcf7-form-control:not([type="submit"]),
.wpcf7 textarea.wpcf7-form-control {
  padding: 12px 10px;
}

/**  我要咨询表单 样式  Eend */

/** 清除input在浏览器下获取焦点时默认样式 */

/** 调整百度地图样式 Start */
#baidu_map_container {
  overflow: hidden;
  width: 100%;
  height: 400px;
  margin: 0;
  font-family: "微软雅黑";
}
/** 调整百度地图样式 End */

/** 调整页面页脚样式 Start */
.is-layout-flex {
  align-items: flex-start;
  gap: 100px;
}

.is-layout-flex .widgettitle {
  border-bottom: 3px solid #f2ad16;
}

.is-layout-flex ul {
  padding-left: 0px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 5px 20px;
  list-style: none;
}

.is-layout-flex > div:first-child ul {
  grid-template-columns: repeat(2, 1fr);
}

.footer_zdy_title {
  color: #ffffff;
  font-size: 16px;
}

.footer_zdy_content {
  color: #ffffff;
  font-size: 14px;
}

.footer_zdy_content a {
  color: #ffffff;
  font-size: 14px;
}

.footer_zdy_content a:hover {
  color: #f2ad16;
  font-size: 14px;
}
.site-above-footer-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
.site-primary-footer-wrap {
  padding-top: 5px;
  padding-bottom: 5px;
}
/** 调整页面页脚样式 End */

/** 调整用户中心登录页样式 Start */
.login_background_class {
  background-color: #f2ad16;
  height: calc(100vh - 122px) !important;
}

.login_form_right h2 {
  width: fit-content;
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-color: #f2ad16;
  font-weight: 600;
  border-bottom: 3px solid #f2ad16;
}

.custom_login .custom_login_form_row {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.custom_login .custom_login_form_first_column {
  flex-basis: 60%;
}

.custom_login .custom_login_form_second_column {
  flex-basis: 40%;
  text-align: right;
  font-size: 14px;
}

/** 修复验证码登录布局问题 Start */
.login-type-captcha .custom_login_form_row {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.login-type-captcha .custom_login_form_first_column {
  flex: 1;
  min-width: 0;
}

.login-type-captcha .custom_login_form_second_column {
  flex: 0 0 auto;
  display: flex;
  align-items: stretch;
}

#sendCaptcha {
  padding: 12px 12px;
  background: #f2ad16;
}

.custom_login .custom_login_form_submit input {
  width: 100%;
  background: #f2ad16;
}

#popmake-2907 {
  padding: 0px;
}

.login_form_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 600px;
  height: 350px;
  background-color: #fff;
}

.login_form_left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
}

.login_form_right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  height: 350px;
}

.login_form_right input {
  height: 40px !important;
}

#sendCaptcha1 {
  padding: 12px 15px !important;
  background: #f2ad16 !important;
  line-height: 1em !important;
  color: #ffffff !important;
  cursor: pointer;
  border: 1px solid #f2ad16 !important;
  white-space: nowrap;
  min-width: 120px;
  height: 46px !important;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.sendCaptcha1_disabled {
  color: gray !important;
}

.login_form_right .login_form_err {
  display: none;
  color: red;
  font-size: 12px;
  margin-top: 10px;
}

.login_form_right .login_form_msg {
  display: none;
  color: green;
  font-size: 12px;
  margin-top: 10px;
}

.login_form_right p {
  margin: 0px;
}

#menu-item-2929 a {
  height: 30px;
  border: 1px solid #f2ad16;
  font-size: 14px;
  color: #f2ad16;
  border-radius: 5px;
}

/** 调整用户中心登录页样式 End */

/** 调整 CF7表单样式 页样式 Start */
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 0px;
  display: none;
}

.wpcf7 .wpcf7-response-output {
  display: none;
}

.wpcf7 .wpcf7-spinner {
  display: none;
}

.wpcf7 .wpcf7-not-valid {
  border-top: 1px solid red;
  border-right: 1px solid red;
  border-bottom: 1px solid red;
  background: #ffebee;
}

.wpcf7 .custom_login .wpcf7-not-valid {
  border: 1px solid red;
  background: #ffebee;
}
/** 调整 CF7样式 页样式 End */

/** 调整主题通用样式 Start */
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: auto;
    flex-grow: 1;
  }
}
/** 调整主题通用样式 End */

/** 用户中心样式 我的订单 Start */
.search_row input {
  font-size: 14px;
  height: 30px;
  padding: 0.75em;
}

.search_row .input-group-addon {
  text-align: center;
  width: 30px;
}

.search_row .input-daterange input {
  text-align: left;
}

.search_row select {
  font-size: 14px;
  height: 30px;
}

.order-table {
  margin-top: 10px;
  font-size: 14px;
}

.order-table td {
  align-content: center;
}

.order-table .text_align_center {
  text-align: center !important;
}

.order-table .custom-table-btn {
  background: none;
  border: none;
  color: blue;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

.order-table .custom-table-btn:active {
  background: none;
  border: none;
  color: blue;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

.order-table .custom-table-btn:hover {
  text-decoration: underline;
}

.custom_padding_left_default {
  padding-left: 10px !important;
}

.add-order-btn {
  margin: 15px 0px;
  border-radius: 5px;
  float: right;
}

.search_btn_group_item {
  width: 100px;
}

.tab-content-order .row {
  margin-top: 15px;
}

button:active button:focus {
  background: #ffffff !important;
}

.dialog_label {
  text-align: right;
  line-height: 30px;
  font-size: 13px;
}

.editOrderInfoModel input.form-check-input {
  height: 1em;
}

.editOrderInfoModel .row {
  margin-top: 10px;
}

.red_start {
  color: red;
}

.dashed-line {
  border-top: 1px dashed #999;
  margin: 20px 0 0 0;
}

.editOrderInfoModel textarea {
  height: 100px;
}

.alert-danger-container {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2999999999;
  width: auto;
  margin: 0 auto;
  border: 2px solid #dc3545;
}

.alert-success-container {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2999999999;
  width: auto;
  margin: 0 auto;
}

.ztjd_process_view {
  font-size: 14px;
}

.ztjd_process_view .modal-body {
  font-size: 14px;
  height: 700px;
}

.ztjd_process_view .ztjd_item_content_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ztjd_process_view .ztjd_name_item_defalut {
  border-radius: 40px;
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

.modal-body-ztjd-progress-div {
  float: right;
  margin-top: 10px;
}

.ztjd-progress-container {
  display: flex;
  align-items: center;
}

.ztjd-progress-container div {
  width: 15px;
  height: 15px;
}

.ztjd-progress-container .item_10 {
  margin-right: 10px;
}

.ztjd-progress-container .item_5 {
  margin-right: 5px;
}

.not-start-node .ztjd_name_node {
  background: #bebebe;
}

.not-start-node .rect-class {
  fill: #bebebe;
}

.not-start-node .polygon-class {
  fill: #bebebe;
}

.ztjd-progress-container .not-start {
  background: #bebebe;
}

.current-node .ztjd_name_node {
  background: #f2ad16;
}

.current-node .rect-class {
  fill: #f2ad16;
}

.current-node .polygon-class {
  fill: #f2ad16;
}

.ztjd-progress-container .current {
  background: #f2ad16;
}

.passed-node .ztjd_name_node {
  background: #32bdfe58;
}

.passed-node .rect-class {
  fill: #32bdfe58;
}

.passed-node .polygon-class {
  fill: #32bdfe58;
}

.ztjd-progress-container .passed {
  background: #32bdfe58;
}

.ztjd_process_view .order_process_btn {
  height: 30px;
  font-size: 14px;
  padding: 5px;
  color: #000;
  background: #32bdfe58;
}

.save_btn_custom {
  border-radius: 4px;
  width: 150px;
  padding: 10px 40px;
  font-size: 14px;
}
/** 用户中心样式 End */

/** 满意度调查 Start */
.client_myd_view .row {
  margin-top: 10px;
  font-size: 14px;
}

.childs_inline {
  display: flex;
  align-items: center;
}

.childs_inline .score_label {
  width: 30%;
}

.score_div {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 70%;
}

.score_div .score_slider {
  margin-right: 10px;
}

.score_div .score_num {
  width: 80px !important;
}

.score_yjl {
  height: 100px;
  margin-top: 5px;
}
.myd_average {
  width: 40px;
  margin: auto 10px;
}

.text_area_default_css {
  height: 100px;
}
/** 满意度调查 End */

/** bootstrap样式调整 Start */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="reset"],
input[type="tel"],
input[type="date"],
select,
textarea {
  height: 30px;
  font-size: 14px !important;
}

.contact_consult textarea {
  font-size: 16px !important;
  height: inherit;
}

.datepicker-dropdown{
  z-index: 1000 !important;
}
/** bootstrap样式调整 End */

/** 登录方式切换样式 Start */
.login-type-password, 
.login-type-captcha {
  transition: all 0.3s ease;
}

#forgot-password-btn {
  background: none !important;
  border: none !important;
  color: #007bff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  padding: 0 !important;
  text-decoration: underline !important;
  position: absolute !important;
  right: 0 !important;
  bottom: -25px !important;
}

#forgot-password-btn:hover {
  color: #0056b3 !important;
  text-decoration: none !important;
}

.custom_login_form_first_column {
  flex: 1;
  min-width: 0;
}

.custom_login_form_second_column {
  flex: 0 0 auto;
  padding-left: 10px;
  display: flex;
  align-items: flex-start;
}

#sendCaptcha1:hover {
  background: #e09e0f !important;
  border-color: #e09e0f !important;
}

#sendCaptcha1:disabled {
  background: #cccccc !important;
  border-color: #cccccc !important;
  cursor: not-allowed;
  color: #666666 !important;
}

.custom_login input:not([type="submit"]) {
  width: 100% !important;
  box-sizing: border-box;
}

.custom_login_form_submit {
  position: relative;
  margin-top: 20px;
  padding-bottom: 30px;
}

.login_form_err,
.login_form_msg {
  font-size: 12px;
  margin-top: 5px;
  display: block !important;
}

.login_form_err {
  color: #dc3545 !important;
}

.login_form_msg {
  color: #28a745 !important;
}

/** 移动端响应式调整 - 验证码布局垂直分布 */
@media (max-width: 768px) {
  .login-type-captcha .custom_login_form_row {
    flex-direction: column !important;
    gap: 10px;
  }
  
  .login-type-captcha .custom_login_form_first_column,
  .login-type-captcha .custom_login_form_second_column {
    width: 100% !important;
    padding-left: 0;
  }
  
  .login-type-captcha .custom_login_form_second_column {
    margin-top: 5px;
    text-align: left !important;
  }
  
  #sendCaptcha1 {
    width: 100%;
    min-width: auto;
  }
  
  #forgot-password-btn {
    position: static !important;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  
  /* 调整登录表单容器在移动端的显示 */
  .login_form_container {
    width: 100% !important;
    height: auto !important;
    flex-direction: column;
  }
  
  .login_form_left,
  .login_form_right {
    width: 100% !important;
    height: auto !important;
    padding: 20px;
  }
}

/* 确保密码和验证码输入框高度一致 */
#password,
#captcha {
  height: 46px !important;
  padding: 12px 10px !important;
}

#phone {
  height: 46px !important;
  padding: 12px 10px !important;
}

#loginSubmit {
  width: 100% !important;
  background: #f2ad16 !important;
  border: none !important;
  padding: 12px !important;
  font-size: 16px !important;
  height: auto !important;
  border-radius: 0 !important;
}

#loginSubmit:hover {
  background: #e09e0f !important;
}
/** 登录方式切换样式 End */