@import url(./theme_2025.css?v=20251010);

.joint-top-banner img {
  width: 100%;
}

/* 全球门店模块样式 */
.joint-global-box {
  padding: 32px 20px !important;
  background: #fff !important;
}

.joint-global-content {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 30px !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
}

.joint-global-content-item {
  background: linear-gradient(180deg, #ffe0f0, #ffffff);
  border-radius: 16px;
  padding: 12px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(50, 50, 50, 0.1);
  transition: transform 0.3s ease;
}

.joint-global-content-item-icon {
  margin-bottom: 12px;
}

.joint-global-content-item-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.joint-global-content-item-text {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.joint-global-content-item-num {
  font-size: 24px;
  font-weight: bold;
  color: #ff4d4f;
}

/* 优势内容区域 */
.joint-advantage-box {
  padding: 32px 20px;
  background: #f9f9f9;
}
.joint-advantage-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 16px 16px;
  background: #fff;
  position: relative;
}

.joint-advantage-content::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: linear-gradient(90deg, #ffb366, #ff69b4, #9d4edd);
  border-radius: 0 0 16px 16px;
}

.joint-advantage-content-1,
.joint-advantage-content-2,
.joint-advantage-content-3 {
  position: relative;
  padding-right: 40px;
}

.joint-advantage-content-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  position: relative;
}

/* 标题下方的彩色线条 */
.joint-advantage-content-1 .joint-advantage-content-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #ff9500;
}

.joint-advantage-content-2 .joint-advantage-content-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #ff6b6b;
}

.joint-advantage-content-3 .joint-advantage-content-title::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 60px;
  height: 4px;
  background: #ff4d4f;
}

/* 右侧大号数字 */
.joint-advantage-content-1::before,
.joint-advantage-content-2::before,
.joint-advantage-content-3::before {
  content: '01';
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 90px;
  font-weight: bold;
  color: rgba(255, 149, 0, 0.1);
  line-height: 1;
  z-index: 1;
}

.joint-advantage-content-2::before {
  content: '02';
  color: rgba(255, 107, 107, 0.1);
}

.joint-advantage-content-3::before {
  content: '03';
  color: rgba(255, 77, 79, 0.1);
}

/* 列表样式 */
.joint-advantage-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.joint-advantage-content li {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
}

/* 联系区域整体布局 */
.joint-contact {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #f8f8f8;
}

/* 左侧电话图标 */
.joint-contact-left-pic {
  flex: 0 0 auto;
  margin-right: 30px;
}

.joint-contact-left-pic img {
  width: 120px;
  height: auto;
}

/* 右侧联系内容 */
.joint-contact-right-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* 咨询热线标题 */
.joint-contact-right-content-title img {
  height: 30px;
  width: auto;
}

/* 电话号码 */
.joint-contact-right-content-text img {
  width: 90%;
  height: auto;
}

/* 投资条件内容区域 */
.joint-investment-box {
  padding: 28px 20px 8px 20px;
  background: #fff !important;
}
.joint-investment-content {
  padding: 8px 8px;
}
.joint-investment-content-item {
  padding-left: 80px;
  margin-bottom: 30px;
  position: relative;
}

/* 第一个项目 - 城市规模 (人群图标) */
.joint-investment-content-item:nth-child(1)::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-image: url('../images/theme_2025/icon_many_people.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 第二个项目 - 经营地点 (定位图标) */
.joint-investment-content-item:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-image: url('../images/theme_2025/icon_located_nobg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* 第三个项目 - 店铺选择 (店铺图标) */
.joint-investment-content-item:nth-child(3)::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  background-image: url('../images/theme_2025/icon_store.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.joint-investment-content-item-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.joint-investment-content-item-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* 投资流程区域 */
.joint-proce-box {
  padding: 32px 20px;
  background: #f9f9f9;
}

.joint-proce-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

.joint-proce-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.joint-proce-circle {
  width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.joint-proce-circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.joint-proce-text {
  font-size: 16px;
  color: #333;
  text-align: center;
  font-weight: 500;
}

.joint-proce-arrow {
  position: absolute;
  top: 25px;
  right: -10px;
  z-index: 2;
}

.joint-proce-arrow img {
  width: 24px;
  height: 12px;
  filter: hue-rotate(20deg) saturate(1.5);
}

.joint-proce-arrow-down {
  top: 80px;
  right: auto;
  transform: rotate(90deg);
}

.joint-proce-arrow-left {
  right: auto;
  left: -10px;
  transform: rotate(180deg);
}

/* 特殊布局：第三项向下连接 */
.joint-proce-item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.joint-proce-item:nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.joint-proce-item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.joint-proce-item:nth-child(6) {
  grid-column: 1;
  grid-row: 2;
}

/* 加盟表单区域 */
.joint-join-box {
  padding: 32px 20px;
  background: #fff;
}

.joint-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}

.joint-form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.joint-form-row:last-of-type {
  margin-bottom: 30px;
}

.joint-form-group {
  flex: 1;
}

.joint-input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.joint-input:focus {
  outline: none;
  border-color: #ff69b4;
  box-shadow: 0 0 0 2px rgba(255, 105, 180, 0.1);
}

.joint-input::placeholder {
  color: #999;
}

.joint-form-submit {
  text-align: center;
}

.joint-submit-btn {
  width: 200px;
  height: 50px;
  background: linear-gradient(90deg, #ffb366, #ff69b4);
  border: none;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.joint-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 105, 180, 0.3);
}

.joint-submit-btn:active {
  transform: translateY(0);
}

/* 响应式设计 */
@media (max-width: 768px) {
  .joint-form-row {
    flex-direction: column;
    gap: 15px;
  }

  .joint-submit-btn {
    width: 100%;
  }
}
