/* 主要内容区域 */
.property-pledge {
  color: #4B5563;
}
.property-pledge * {
  box-sizing: border-box;
}
.property-pledge section {
  margin-bottom: 40px;
}
.property-pledge .banner {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.property-pledge h1 {
  margin: 70px 0 30px;
  font-size: 32px;
  font-weight: bold;
  color: #3D3D3D;
}
.property-pledge h2.section-title {
  margin: 30px 0;
  padding: 25px 0;
  border-bottom: 2px solid #4B5563;
  font-size: 22px;
  font-weight: bold;
  color: #3D3D3D;
}
.property-pledge .icon-desc {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 20px;
  vertical-align: middle;
  text-align: center;
  background-color: rgba(186, 0, 1, .1);
  background-position: center center;
  background-repeat: no-repeat;
}
.property-pledge .icon-desc.icon1 {
  background-image: url('/node/public/image/property-pledge/icon1.svg');
}
.property-pledge .icon-desc.icon2 {
  background-image: url('/node/public/image/property-pledge/icon2.svg');
}
.property-pledge .icon-desc.icon-addr {
  background-image: url('/node/public/image/property-pledge/addr.svg');
}
.property-pledge .icon-desc.icon-phone {
  background-image: url('/node/public/image/property-pledge/phone.svg');
}
.property-pledge .icon-desc.icon-email {
  background-image: url('/node/public/image/property-pledge/email.svg');
}
.property-pledge .icon-desc.icon-person {
  background-image: url('/node/public/image/property-pledge/email.svg');
}
/* 如果需要区分，可以使用纯CSS图标 */
/*.property-pledge .icon-desc.icon-person {
  background: rgba(186, 0, 1, .1);
  position: relative;
}
.property-pledge .icon-desc.icon-person::before {
  content: '👤';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}*/
/* 信息公示表格 */
.info-publication {
  overflow: hidden;
}
.table-container {
  width: 100%;
  border-collapse: collapse;
  min-width: 1000px;
  overflow-x: auto;
}
.table-container th, .table-container td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E9ECEF;
}
.table-container tr:hover {
  background-color: #F9FAFB;
}
.table-container th {
  background-color: #F9FAFB;
  color: #6B7280;
  font-weight: normal;
}
.table-container td {
  color: #9F815B;
}
/* 公告信息 */
.notice-info {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
  border-radius: 6px;
  font-size: 16px;
}
.notice-info .more {
  float: right;
  color: #BA0001;
  line-height: 20px;
}
.notice-info ul {
  padding: 30px 15px 0;
}
.notice-info ul li {
  color: #4B5563;
  line-height: 44px;
  border-bottom: 1px solid #E5E7EB;
}
.notice-info ul li a:hover {
  color: #9F815B;
}
.notice-info ul li:last-child {
  border-bottom: none;
}
.notice-info ul li span:last-child {
  float: right;
  font-size: 14px;
}
/* 业务介绍 */
.business-intro {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}
.intro-item {
  flex: 1;
  min-width: 300px;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  transition: transform .3s ease;
  color: #3D3D3D;
}
.intro-item:hover {
  transform: translateY(-5px);
}
.intro-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
.intro-content h3 {
  margin: 20px 0 10px;
  font-size: 18px;
  font-weight: bold;
  color: #1F2937;
}
/* 材料清单 */
.materials-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.materials-column {
  flex: 1;
  min-width: 300px;
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.materials-column h3 {
  margin-bottom: 10px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #1F2937;
}
.materials-column h3 i {
  margin-right: 10px;
  font-size: 18px;
}
.materials-list ul {
  list-style: none;
}
.materials-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #E9ECEF;
  position: relative;
  padding-left: 40px;
}
.materials-list li::before {
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  left: 12px;
  top: 12px;
  content: '✔';
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  color: #FFF;
  background-color: #BA0001;
}
/* 收费指南 */
.charge-guide-top {
  display: flex;
  justify-content: space-between;
}
.charge-guide-top > div {
  width: 340px;
  height: auto;
  padding: 32px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  text-align: center;
}
.charge-guide h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.charge-guide-top h3 .icon-desc {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  border-radius: 16px;
}
.charge-guide-top i.icon3 {
  background-image: url('/node/public/image/property-pledge/icon3.svg');
}
.charge-guide-top i.icon4 {
  background-image: url('/node/public/image/property-pledge/icon4.svg');
}
.charge-guide-top i.icon5 {
  background-image: url('/node/public/image/property-pledge/icon5.svg');
}
.charge-guide-top p {
  font-size: 16px;
}
.charge-guide-bottom {
  margin-top: 30px;
  padding: 30px 20px 40px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.charge-guide-bottom > p {
  padding: 0 20px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.charge-guide-bottom-list {
  display: flex;
  justify-content: space-between;
}
.charge-guide-bottom-list > div {
  display: flex;
  align-items: center;
  width: 330px;
  padding: 20px;
  background-color: #F9FAFB;
  border-radius: 10px;
  border: 1px solid #F3F4F6;
}
.charge-guide-bottom-list .icon-desc {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 16px;
}
.charge-guide-bottom-list i.icon6 {
  background-image: url('/node/public/image/property-pledge/icon6.svg');
}
.charge-guide-bottom-list i.icon7 {
  background-image: url('/node/public/image/property-pledge/icon7.svg');
}
.charge-guide-bottom-list i.icon8 {
  background-image: url('/node/public/image/property-pledge/icon8.svg');
}
.charge-guide-bottom-list p span {
  display: block;
  text-align: center;
}
/* 其他说明 */
.charge-guide-notes {
  margin-top: 30px;
  padding: 30px 20px 40px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  text-align: center;
}
.charge-guide-notes h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #1F2937;
  text-align: center;
}
.charge-guide-notes ul {
  list-style: none;
  display: inline-block;
  text-align: left;
}
.charge-guide-notes li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #4B5563;
}
.charge-guide-notes li::before {
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 12px;
  content: '✔';
  border-radius: 100%;
  text-align: center;
  font-size: 11px;
  color: #FFF;
  background-color: #BA0001;
}
/* 联系我们和在线预约 */
.contact-and-reservation {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.contact-and-reservation h3 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #3D3D3D;
}
.contact-info, .reservation-form {
  flex: 1;
}
.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 15px;
}
.form-group {
  position: relative;
  margin-bottom: 15px;
}
.img-verifyCode {
  width: 120px;
  height: 37px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}
.img-verifyCode {
  width: 120px;
  height: 37px;
  position: absolute;
  top: 1px;
  right: 1px;
  border-radius: 6px;
  cursor: pointer;
  margin-left: 10px;
}
.change-verifyCode {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  background: url(/node/public/image/about-us/scroll-screen/refresh.svg) no-repeat center center;
  background-size: 100%;
}
.form-control {
  width: 100%;
  padding: 10px !important;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  font-size: 15px;
  color: #9CA3AF;
}
textarea.form-control {
  height: 60px;
  resize: vertical;
}
.btn-submit {
  background-color: #9F815B;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
}
.btn-submit:hover {
  background-color: #8F714B;
}
/* 常见问题 */
.faq {
  background-color: white;
  border-radius: 8px;
  margin-bottom: 60px;
  padding: 25px 20px 5px;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.faq h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #BA0001;
}
.faq p {
  margin-bottom: 10px;
}
.faq-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #E9ECEF;
  padding-bottom: 20px;
}
.faq-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .container-in {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .business-intro, .materials-list, .contact-and-reservation {
    flex-direction: column;
  }
  .intro-item, .materials-column, .contact-info, .reservation-form {
    min-width: auto;
  }
}