/* 加盟优势模块样式 */
.advantage-section {
  background-color: #ffffff;
  padding: 90px 0 106px;
}

.advantage-section .section-title {
  margin-bottom: 80px;
}

.advantage-section .card-item {
  border-radius: 20px;
  box-shadow: 0 0 12px 6px rgba(233, 243, 255, 1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 32px 36px;
  min-height: 100%;
}

.advantage-section .card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px 8px rgba(233, 243, 255, 0.8);
}

.advantage-section .icon-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-bottom: 34px;
}

.advantage-section .card-title {
  font-size: 26px;
  color: #333333;
  margin-bottom: 20px;
}

.advantage-section .card-desc {
  font-size: 20px;
  font-weight: 400;
}

.advantage-section .card-desc li {
  display: flex;
  align-items: baseline;
}

.advantage-section .line {
  border-top: 3px solid #b3c6ff;
  width: 28px;
  margin: 40px 0 10px 0;
}

/* 公司实力模块样式 */
.company-strength-section {
  background-image: url('../images/qdhz/strength/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 837px;
  padding-top: 88px;
}

.company-strength-section .section-title {
  margin-bottom: 106px;
}

.company-strength-section .strength-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 88px;
  margin-top: 30px;
}

.company-strength-section .strength-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.company-strength-section .strength-item::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #2F63FF;
  vertical-align: middle;
}

.company-strength-section .strength-item .number {
  font-size: 30px;
  color: #2F63FF;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 22px;
}

.company-strength-section .strength-item .label {
  font-size: 20px;
  color: #666666;
}

.company-strength-section .strength-item .number, .strength-item .label {
  padding-left: 32px;
}

.company-strength-section .map-image {
  width: 100%;
  height: auto;
}

/* 加盟条件模块样式 */
.join-condition-section {
  background-image: url('../images/qdhz/join/bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 98px 0 100px;
}

.join-condition-section .section-title {
  margin-bottom: 100px;
}

.join-condition-section .join-condition-wrapper {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
}

.join-condition-section .circle-background {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 514px;
  height: 367px;
  background-image: url('../images/qdhz/join/center.png');
  background-size: cover;
  background-position: center;
}

.join-condition-section .circle-container {
  position: relative;
  width: 734px;
  height: 377px;
  margin: 0 auto;
  background-image: url('../images/qdhz/join/arc.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.join-condition-section .circle-container .icon {
  position: absolute;
}

.join-condition-section .circle-container .icon img {
  width: 30px;
  height: auto;
}

.join-condition-section .circle-container .icon1 {
  bottom: 153px;
  left: 28px;
}

.join-condition-section .circle-container .icon2 {
  top: 15px;
  left: 227px;
}

.join-condition-section .circle-container .icon3 {
  top: 15px;
  right: 227px;
}

.join-condition-section .circle-container .icon4 {
  bottom: 158px;
  right: 30px;
}

.join-condition-section .circle-container .title {
  position: absolute;
  font-size: 26px;
  font-weight: 400;
  color: #282828;
}

.join-condition-section .circle-container .title1 {
  bottom: 150px;
  left: -116px;
}

.join-condition-section .circle-container .title2 {
  top: 12px;
  left: 82px;
}

.join-condition-section .circle-container .title3 {
  top: 12px;
  right: 88px;
}

.join-condition-section .circle-container .title4 {
  bottom: 149px;
  right: -114px;
}

.join-condition-section .circle-container .desc {
  position: absolute;
  font-size: 17px;
  font-weight: 400;
  color: #282828;
  max-width: 280px;
}

.join-condition-section .circle-container .desc1 {
  text-align: right;
  bottom: 42px;
  left: -302px;
}

.join-condition-section .circle-container .desc2 {
  text-align: right;
  top: 82px;
  left: -192px;
}

.join-condition-section .circle-container .desc3 {
  top: 82px;
  right: -190px;
}

.join-condition-section .circle-container .desc4 {
  bottom: 44px;
  right: -302px;
}

/* 客户案例模块样式 */
.client-section {
  position: relative;
  padding: 110px 0 100px;
  background-color: #f0f1f6;
}

.client-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 295px;
  background: url(../images/qdhz/client/bg.png) no-repeat center top / cover;
  z-index: 1;
}

.client-section .section-title {
  position: relative;
  margin-bottom: 70px;
  color: #ffffff;
  z-index: 2;
}

.client-section .client-logos {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
  padding: 54px;
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.client-section .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fbfdff;
  border: 1px solid #2f63ff;
  border-radius: 6px;
  padding: 12px;
  width: 173px;
  height: 72px;
}

.client-section .logo-item img {
  width: 70%;
  max-height: 100%;
  object-fit: contain;
}

/* 联系我们模块样式 */
.contact-section {
  background-image: url('../images/qdhz/contact/bg.jpg');
  background-size: cover;
  background-position: center;
  min-height: 1025px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.contact-section .row {
  width: 100%;
}

.contact-form-container {
  background-color: #ffffff;
  border-radius: 12px;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 90px 66px 100px;
}

.contact-form-container h3 {
  margin-bottom: 54px;
  font-size: 30px;
  font-weight: bold;
  color: #373D4C;
}

.contact-form-container .input-wrapper {
  position: relative;
  margin-bottom: 30px;
}

.contact-form-container .input-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.contact-form-container .input-icon img {
  width: 14px;
  height: 15px;
}

.contact-form-container .form-control {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 12px 12px 12px 48px;
  font-size: 16px;
  margin-bottom: 30px;
}

.contact-form-container .form-control::placeholder {
  color: #9BA1B1 !important;
  opacity: 1;
}

.contact-form-container .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #E7E8ED;
}

.contact-form-container .btn {
  background-color: #2F63FF;
  height: 50px;
  color: white;
  border: none;
  padding: 12px;
  font-size: 20px;
  border-radius: 10px;
  cursor: pointer;
}

.contact-form-container .btn:hover {
  background-color: #1a4dcd;
}