 @media only screen and (max-width: 768px) {

     input::-webkit-input-placeholder {
         font-size: 24px;
         line-height: 50px;
         color: #777;
     }
 }

 @media only screen and (max-width: 768px) {

     .c_portalResEbizads_banner-01001 {
         min-width: 300px;
         overflow: auto;
     }
 }

 @media only screen and (min-width: 769px) {

     .c_portalResEbizads_banner-01001 {
         min-width: 300px;
         overflow: auto;
     }
 }

 .w_grid-000 {
     margin-left: auto;
     margin-right: auto;
     min-height: 12rem;
     width: 100%;
 }

 .w_grid-000>.w_grid {
     width: 100%;
     position: relative;
 }

 .w_grid-000>div>.p_gridbox {
     width: 100%;
     overflow: hidden;
     position: static;
 }

 .w_grid-000>div>div>.p_gridCell {
     float: left;
     position: static;
 }

 .w_grid-000>div>div>.p_gridCell:not(:empty):before {
     content: '';
     height: 0.1px;
     display: block;
 }

 .w_grid-000>.w_grid.signal {
     min-height: inherit;
 }

 .w_grid-000>.w_grid.signal>.p_gridbox {
     min-height: inherit;
 }

 .w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
     min-height: inherit;
 }

 .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
     margin-left: 0;
     clear: left;
 }

 @media only screen and (max-width: 768px) {

     .w_grid-000>div>.p_gridbox>.p_gridCell {
         width: 100%;
         margin-left: 0;
         margin-top: 0rem;
         margin-bottom: 0rem;
     }
 }

 @media only screen and (min-width: 769px) {
     .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
         width: 100%;
         margin-left: 0;
         margin-top: 0rem;
         margin-bottom: 0rem;
     }
 }

 * {
     padding: 0;
     margin: 0;
 }

 body {}

 #c_portalResEbizads_banner-1598426765709>div {
     animation-fill-mode: both;
 }

 #c_portalResEbizads_banner-1598426765709 .subpage_ad {
     position: relative;
     height: 640px;
     overflow: hidden;
 }

 #c_portalResEbizads_banner-1598426765709 .bgimg {
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background: no-repeat center/cover;
 }

 #c_portalResEbizads_banner-1598426765709 .mobitem {
     display: none;
 }

 @media only screen and (max-width: 1200px) and (min-width: 1025px) {
     #c_portalResEbizads_banner-1598426765709 .subpage_ad {
         height: 580px;
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {
     #c_portalResEbizads_banner-1598426765709 .subpage_ad {
         height: 500px;
     }
 }

 @media only screen and (max-width: 768px) {
     #c_portalResEbizads_banner-1598426765709 .subpage_ad {
         height: 40vh;
     }

     #c_portalResEbizads_banner-1598426765709 .pcitem {
         display: none !important;
     }

     #c_portalResEbizads_banner-1598426765709 .mobitem {
         display: block;
     }
 }

 #c_portalResEbizads_banner-1598426765709 {
     width: 100%;
     max-width: none;
     min-width: 100px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #w_grid-1598426765409>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
     margin-left: 0;
     clear: left;
 }

 #w_grid-1598426765409 {
     width: 100%;
     max-width: none;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 190px;
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }





/* =========================表单START========================= */
 .contact-container .form-box {
    width: 100%;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 10px rgb(97 92 92 / 12%);
    border-radius: 2px;
 }

 .contact-container .company-content {
     width: 100%;
     height: 600px;
 }
 .contact-container .company-content .company-name {
    font-size: 28px;
    font-weight: 600;
    color: var(--main-color);
 }
 .contact-container .company-content .welcome {
    font-size: 18px;
    margin-top: 10px;
    color: #4D4D4D;
 }
 .contact-container .company-content .row-box {
     display: flex;
     align-items: center;
     gap: 20px;
 }
 .contact-container .company-content .row-box:not(:last-child) {
     padding-bottom: 30px;
     margin-bottom: 30px;
     border-bottom: 1px #e2e2e2 solid;
 }
 .contact-container .company-content .row-box .label-text {
     font-size: 18px;
     color: #3a3a3a;
 }
 .contact-container .feedback-form {
    width: 100%;
    height: 600px;
    padding: 15px 25px;
    background: linear-gradient(to right, #258CF5, #2375CB);
    overflow: hidden;
 }


 .contact-container .feedback-form .InputText{
  /*  background: rgba(255, 255, 255, .7);
    border: none;
    width: 48%;
    height: 50px;
    font-size: 40px; */

    height: 50px;
    background-color: #6AA9EC;
    font-size: 18px;
    color: #FFF;
 }
 .contact-container .feedback-form .InputText::placeholder {
    font-size: 18px;
    color: #FFF;
 }
 .contact-container .feedback-form .InputText:focus {
     border-color: #6ad4ec;
     background-color: #7fb3eb;
 }
 .contact-container .feedback-form .textAreaText {
     min-height: 180px;
     resize: none;
     padding-right: 12px;
 }
 .contact-container .feedback-form .captcha-box {
     position: relative;
 }
 .contact-container .feedback-form .captcha-box .captcha-pic {
     position: absolute;
     right: 10px;
     top: 50%;
     transform: translateY(-50%);
     cursor: pointer;
 }
 .contact-container .feedback-form .submit-btn {
     background-color: #f7f5f5;
     height: 50px;
     width: 100%;
     color: #1D75D1;
     font-size: 22px;
     font-weight: 600;
 }
.contact-container .feedback-form .submit-btn:hover {
     /* box-shadow: 0px 0px 10px rgb(97 92 92 / 22%); */
     background-color: #FFF;
 }

/* 修改表单相关样式 */
.contact-container .feedback-form .form-row {
    position: relative;  /* 添加相对定位 */
}

.contact-container .feedback-form .help-block {
    display: none;  /* 默认隐藏 */
    position: absolute;  /* 绝对定位 */
    bottom: -20px;  /* 位于输入框下方 */
    left: 0;
    color: #dd3e41;  /* 白色文字 */
    font-size: 12px;
    margin: 0;
    padding: 0;
}
/* 只在验证失败时显示错误提示 */
.contact-container .feedback-form .has-error .help-block {
    display: block;
}
/* 校验失败 */
.contact-container .feedback-form .has-error .InputText {
    border-color: #ff4d4f;
    /* background-color: rgba(255, 77, 79, 0.2); */
}
/* 校验成功 */
.contact-container .feedback-form .has-success .InputText {
    /* border-color: #52c41a; */
    /* background-color: rgba(82, 196, 26, 0.2); */
    border-color: #dee2e6;
}


.success-popup {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #4CAF50;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.error-popup {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fd2e2e;
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.icon {
    height: auto;
    display: inline-block;
    font-size: 18px;
    position: relative;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: center;
    // vertical-align: bottom;
}
.sucIcon:before {
    content: "\e66e";
}
.errIcon:before {
    content: "\e6c1";
}
/* =========================表单END=========================


/* =========================百度地图START========================= */
 .contact-container .iw_poi_title {
    color: var(--main-color);
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

 .contact-container .iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

 .contact-container #dituContent {
    width: 100%;
    height: 500px;
    /* border: #ccc solid 1px; */
    box-shadow: 0px 0px 10px rgb(97 92 92 / 22%);
}

@media only screen and (max-width: 768px) {
    /*小屏*/
     /* .contact-container #dituContent {
        width: 100%;
        height: 300px;
        border: #ccc solid 1px;
    } */
}
/* =========================百度地图END========================= */


@media (max-width: 992px) { 
    .contact-container .map-container {
        padding: 0!important;
    }
    .contact-container .form-box {
        flex-wrap: wrap;
    }
}
@media (max-width: 430px) { 
    .contact-container .company-content .company-name {
        font-size: 24px;
    }
    .contact-container .company-content .welcome, .contact-container .company-content .row-box .label-text{
        font-size: 16px;
    }
    .feedback-form .title {
        font-size: 24px;
    }
    .feedback-form .description {
        font-size: 16px;
    }
}