/* 联营合作页面样式 */

/* Banner区域 */
.banner_box {
  width: 100%;
  overflow: hidden;
}

.banner_box img {
  width: 100%;
  height: auto;
  display: block;
}

/* 电话咨询区域 */
.tel_box {
  width: 100%;
  background: #f5f5f5;
  padding: 60px 0;
  position: relative;
}

.tel_content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 20px;
}

.tel_icon {
  flex: 0 0 auto;
}

.tel_icon img {
  height: auto;
  display: block;
}

.tel_right {
  flex: 0 0 auto;
  border-radius: 12px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tel_right_tag {
  margin-bottom: 5px;
}

.tel_right_tag img {
  height: 56px;
  width: auto;
}

.tel_right_number {
  margin-top: 5px;
}

.tel_right_number img {
  height: 40px;
  width: auto;
}

/* 全球门店标题区域 */
.joint-global-box {
  width: 100%;
  padding: 60px 0;
  background: #fff;
}

.title-box {
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
}

.title-box-cn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}

.title-box-line {
  width: 80px;
  height: 1px;
  background: #333;
}

.title-box-cn span {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.title-box-en {
  font-size: 1rem;
  color: #999;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* 全球门店数据卡片区域 */

.joint-global-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 40px !important;
  max-width: 1400px !important;
  margin: 0 auto !important;
  padding: 32px 24px !important;
}

.joint-global-content-item {
  background: linear-gradient(180deg, #ffe0f0, #ffffff);
  border-radius: 16px;
  padding: 24px;
  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: 28px;
  font-weight: bold;
  color: #ff4d4f;
}

.joint-advantage-box {
  background: #f9f9f9;
  padding: 56px 0;
}
.joint-advantage-content {
  width: 1400px;
  margin: 56px auto 0 auto;
  display: flex;
  gap: 16px;
  position: relative;
  justify-content: space-between;
}

.joint-advantage-content-1::after,
.joint-advantage-content-2::after,
.joint-advantage-content-3::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;
  background-color: #fff;
  padding: 24px;
  width: 360px;
}

.joint-advantage-content-title {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
  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: 15px;
  color: #666;
  line-height: 2;
  margin-bottom: 8px;
  position: relative;
}

/* 投资条件内容区域 */
.joint-investment-box {
  padding: 28px 20px 8px 20px;
  background: #fff !important;
}
.joint-investment-content {
  padding: 8px 8px;
  max-width: 1400px;
  margin: 32px auto;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.joint-investment-content-item {
  width: 300px;
  position: relative;
  text-align: center;
}

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

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

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

.joint-investment-content-item-text {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}
.joint-proce-box {
  background-color: #f9f9f9;
  padding: 48px 0;
}
.joint-proce-content {
  max-width: 1400px;
  margin: 32px auto;
  display: flex;
  justify-content: space-between;
}

.joint-proce-item {
  text-align: center;
}
.joint-proce-text {
  font-size: 16px;
}
.joint-proce-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.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: 24px;
  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);
}
