.why-partner-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /*gap: 150px;*/
    max-width: 1360px;
    margin: 0 auto;
    height: auto;
}
.phone-images {
    width: auto;
    flex: 0 0 45%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
}
.text-content {
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    padding: 34px 32px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.why-text-box {
    width: auto;
    flex: 0 0 45%;
    margin-top: 70px;
}
.phone-img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 14px;
    position: relative;
    left: 0;
    top: 0;
    transform: none;
}

.why-partner {
    background:
        linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
        url('/static/img/why_back.webp');
    background-size: cover;
    background-position: center;
    background-color: transparent;
    height: fit-content;
    padding: 80px 100px;
}
.text-content h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 24px;
    color: #161616;
}
.wp-eyebrow {
    display: inline-block;
    background: #ffe001;
    color: #1b1b1b;
    font-size: 33px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 4px 23px;
    border-radius: 3px;
    margin-bottom: 40px;
}
.wp-divider {
    width: 48px;
    height: 3px;
    background: #ffe001;
    margin-bottom: 28px;
    border-radius: 2px;
}
.wp-pricing-card {
    background: linear-gradient(135deg, #ffe001 0%, #ffd000 100%);
    border-radius: 12px;
    padding: 22px 24px;
    margin-bottom: 22px;
    box-shadow: 0 4px 20px rgba(255, 224, 1, 0.4);
}
.wp-early-badge {
    width: fit-content;
    background: #fe6e4c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 4px;
    white-space: nowrap;
    margin-bottom: 12px;
}
.wp-price-main {
    font-size: 28px;
    font-weight: 900;
    color: #1b1b1b;
    line-height: 1;
}
.wp-price-orig {
    font-size: 18px;
    color: #555;
    text-decoration: line-through;
    margin-left: 10px;
}
.wp-price-sub {
    font-size: 16px;
    color: #333;
    margin-top: 4px;
}
.wp-guarantee {
    background: #f8f9fa;
    border: 1.5px solid #e9ecef;
    border-radius: 14px;
    padding: 16px 20px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.wp-guarantee-text strong {
    display: block;
    font-size: 18px;
    color: #161616;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 2px;
}
.wp-guarantee-text span {
    font-size: 16px;
    color: #333333;
}
.wp-stats-row {
    display: flex;
    gap: 24px;
    margin-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 24px;
}
.wp-stat-num {
    font-size: 22px;
    font-weight: 800;
    color: #ffe001;
    line-height: 1;
}
.wp-stat-label {
    font-size: 11px;
    color: #888;
    margin-top: 4px;
}
.house-agent-title-block {
    text-align: center;
    padding: 20px 100px 10px;
}

.section-title-long {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 0px;
    background: none;
    border: none;
}

.section-title-long::after {
    display: none;
}

.section-title-accent {
    display: inline-block;
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    background: #ffe001;
    padding: 4px 28px;
    border-radius: 4px;
    margin: 10px 0 0;
    line-height: 1.4;
}
.house-agent-left {
    width: 40%;
}
.house-agent-right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
}

.house-right-img {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
    justify-content: flex-end;
}
.house-agent-content h3 {
    font-size: 23px;
}
.house-agent-content p {
    font-size: 21px;
}
.house-right-img img {
    width: calc(49% - 20px);
    height: auto;
    border-radius: 12px;
    object-fit: cover;
    display: block;
}

.who-we-are-v3 {
    padding: 80px 100px;
    background: linear-gradient(180deg, #ffffff 0%, #fff9d6 100%);
}

.who-v3-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    /*gap: 150px;*/
}

/* 图片 */
.who-v3-image {
    flex: 0 0 45%;
}

.who-v3-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

/* 右边 */
.who-v3-content {
    flex: 0 0 45%;
    text-align: right;       /* right → left */
    margin-bottom: 100px;
    min-width: 0;      /* ← 加这一行，允许 flex 子项收缩不溢出 */
}
.who-v3-box {
    width: 100%;
}
/* 标签 */
.who-v3-tag {
    display: inline-block;
    background: #ffe001;
    padding: 4px 23px;
    border-radius: 3px;
    font-weight: 800;
    margin-bottom: 16px;
}

/* 标题 */
.who-v3-content h2 {
    color: #161616;
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 50px;
}

.who-v3-content h2 span {
    color: #ffb301;
}

/* 三个框 */
.who-v3-stats-box {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 18px;
}

/* 单个卡片 */
.who-v3-card {
    background: #fff;
    padding: 22px 2px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    min-width: 185px;
    text-align: center;
    transition: all 0.3s;
}
.who-v3-card:hover {
    transform: translateY(-4px);
}
.sign {
    font-size: 28px;
    font-weight: 600;
    transform: scale(1.8);
    display: flex;
    align-items: center;
}
/* 数字 */
.who-v3-card .num {
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
    color: #111;
}

/* 文案 */
.who-v3-card .label {
    font-size: 17px;
    flex-wrap: nowrap;
    color: #666;
}

/* 高亮（300%） */
.who-v3-card.highlight {
    background: #111;
    color: #fff;
}

.who-v3-card.highlight .num {
    color: #ffe001;
    font-size: 37px;
}

.who-v3-card.highlight .label {
    color: #fff;
}



/* 数据 */
.who-v3-stats {
    display: flex;
    justify-content: flex-end;  /* flex-end → flex-start */
    gap: 20px;
    margin-bottom: 24px;
}

.who-v3-stat {
    background: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.who-v3-stat .num {
    font-size: 35px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 8px;
}

.who-v3-stat .label {
    font-size: 16px;
    color: #666;
}

/* 300% */
.who-v3-result {
    background: #111;
    color: #fff;
    padding: 20px 24px;
    border-radius: 14px;
    display: inline-block;
}

.who-v3-result span {
    font-size: 16px;
    color: #ffe001;
}

.who-v3-result strong {
    font-size: 45px;
    display: block;
    line-height: 1;
}

.who-v3-result p {
    margin: 0;
    margin-top: 6px;
    font-size: 16px;
}

.listing-showcase-v3 {
    /*border-top: 1px solid #eeeeee;*/
    padding: 80px 100px;
    background: linear-gradient(180deg, #fff9d6 0%, #ffffff 100%);
}

.listing-v3-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-v3-content {
    flex: 0 0 45%;
    margin-bottom: 120px;
}

.listing-v3-image {
    flex: 0 0 45%;
}

.listing-v3-image img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    display: block;
}

.listing-v3-tag {
    display: inline-block;
    background: #ffe001;
    padding: 4px 23px;
    border-radius: 3px;
    font-weight: 800;
    margin-bottom: 16px;
    color: #111;
}

.listing-v3-content h2 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 50px;
    color: #111;
}

.listing-v3-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #161616;
    line-height: 1;
}
.listing-v3-content h3 span{
    font-size: 55px;
    color: #ffb301;
}
.listing-v3-text {
    font-size: 32px;
    font-weight: 600;
    color: #ffb301;
    margin-bottom: 20px;
}

.listing-v3-desc {
    font-size: 17px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.7;
}

.listing-v3-highlight {
    background: #111;
    color: #fff;
    padding: 15px 24px;
    border-radius: 2px;
    display: inline-block;
    transform: skewX(-6deg);
}
.listing-v3-highlight:hover {
    transition: all 0.3s;
    transform: skewX(-6deg) translateX(4px);
}

.listing-v3-highlight p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}



.listing-showcase-v4 {
    border-top: 1px solid #2a2a2a;
    padding: 80px 100px;
    background: linear-gradient(180deg, #1b1b1b 0%, #111111 100%);
}

.listing-v4-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse; /* 图片换到右边 */
}

.listing-v4-image {
    flex: 0 0 45%;
}

.listing-v4-image img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 10px 40px rgba(255,224,1,0.15);
    display: block;
}

.listing-v4-content {
    flex: 0 0 45%;
    margin-bottom: 120px;
}

.listing-v4-tag {
    display: inline-block;
    background: #fe6e4c;   /* 换成橙红色，和上面黄色区分 */
    color: #fff;
    padding: 4px 23px;
    border-radius: 3px;
    font-weight: 800;
    margin-bottom: 16px;
}

.listing-v4-content h3 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1;
}

.listing-v4-content h3 span {
    font-size: 55px;
    color: #ffe001;   /* 黄色数字 */
}

.listing-v4-text {
    font-size: 32px;
    font-weight: 600;
    color: #fe6e4c;   /* 橙红色副标题 */
    margin-bottom: 20px;
}

.listing-v4-highlight {
    background: #ffe001;   /* 反过来，亮色底深色字 */
    color: #111;
    padding: 15px 24px;
    border-radius: 2px;
    display: inline-block;
    transform: skewX(-6deg);
}

.listing-v4-highlight p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
}

.perform-showcase {
    padding: 80px 100px;
    background: linear-gradient(180deg, #ffffff 0%, #c7eaf7 70%);
    border-top: 1px solid #eeeeee;
}
 
.perform-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 60px;
}
 
.perform-image {
    flex: 0 0 45%;
}
 
.perform-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 8px 16px rgba(255, 224, 1, 0.08);
    display: block;
}
 
.perform-content {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 130px;
}
.perform-tag-contain {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 45px;
}
.perform-tag {
    display: inline-block;
    background: #fe6e4c;
    color: #ffffff;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1.5px;
    line-height: 1.3;
    /*text-transform: uppercase;*/
    padding: 6px 23px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 8px;
}
 
.perform-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    border-radius: 17px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: border-color 0.2s, transform 0.2s;
}
 
.perform-card:hover {
    border-color: #3a3a3a;
    transform: translateX(4px);
}
 
.perform-card-accent {
    border: 1.5px solid #ffe001;
}
 
.perform-card-accent:hover {
    border-color: #ffe001;
}
 
.perform-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
 
.perform-icon svg {
    width: 24px;
    height: 24px;
}
 
.perform-num {
    font-size: 29px;
    font-weight: 900;
    color: #ffe001;
    line-height: 1;
}
 
.perform-num-orange {
    color: #fe6e4c;
}
 
.perform-label {
    font-size: 19px;
    font-weight: 600;
    color: #ffffff;
    margin: 9px 0 3px;
    line-height: 1.2;
}
 
.perform-desc {
    font-size: 16px;
    color: #777777;
    line-height: 1.5;
}

.join-showcase {
    padding: 80px 100px;
    background: linear-gradient(180deg, #c7eaf7 35%, #ffffff 100%);
    border-top: 1px solid #c7eaf7;
}

.join-showcase .join-container {
    justify-content: flex-start;   /* 改成左对齐，不再 space-between */
    gap: 60px;                      /* 图片和表格之间固定间距 */
}

.join-showcase .join-image {
    flex: 0 0 45%;
    align-self: flex-start;
}

.join-showcase .section-benefits {
    flex: 0 0 auto;
    width: max-content;
    min-width: 45%;
    margin-left: 77px;
}

.join-showcase .audience-container {
    width: 100%;
    padding: 0;
}
.join-showcase .audience {
    width: 100%;
    margin: 0;
}
 
.join-container {
    max-width: 1360px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
 
.join-image {
    flex: 0 0 45%;
}
 
.join-image img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 8px 16px rgba(255, 255, 1, 0.05);
    display: block;
}
 
.join-content {
    flex: 0 0 45%;
    display: flex;
    flex-direction: column;
    margin-bottom: 130px;
}
 
.join-tag {
    display: flex;
    background: #fe6e4c;
    color: #ffffff;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
    padding: 6px 23px;
    border-radius: 4px;
    width: fit-content;
    margin-bottom: 60px;
    flex-wrap: nowrap;
    white-space: nowrap;
}
 
.join-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
 
.join-card {
    background: #1a1a1a;
    border-radius: 12px;
    padding: 28px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: transform 0.2s;
}
 
.join-card:hover {
    transform: translateX(-4px);
}
 
.join-card:nth-child(1) { border-left: 3px solid #ffe001; }
.join-card:nth-child(2) { border-left: 3px solid #fe6e4c; }
.join-card:nth-child(3) { border-left: 3px solid #4caf96; }
 
.join-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 100px;
}
 
.join-num {
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}
 
.join-card:nth-child(1) .join-num { color: #ffe001; }
.join-card:nth-child(2) .join-num { color: #fe6e4c; }
.join-card:nth-child(3) .join-num { color: #4caf96; }
 
.join-unit {
    font-size: 12px;
    color: #555555;
    margin-top: 4px;
}
 
.join-right {
    text-align: right;
}
 
.join-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}
 
.join-desc {
    font-size: 19px;
    color: #555555;
    margin-top: 4px;
    line-height: 1.4;
}

/* 商家 */
.pricing-boxes {
    margin-top: 28px;
}

.pricing-item {
    width: 1380px;
}
.pricing-box {
    padding-right: 0;
}
/* 左右分栏容器 */
.pricing-box-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;      /* 左右等高 */
    gap: 25px;
}

/* 左边：权益列表 + 价格 + 按钮 */
.pricing-box-container .pricing-box {
    flex: 1;                   /* 占剩余空间 */
    min-width: 0;
}
.pricing-content {
    flex: none;
}
/* 左边变窄了，li 改成 1 列 */
.pricing-content li {
    display: grid;
    grid-template-columns: 28px 1fr;   /* 勾自适应,文字占剩余 */
    column-gap: 10px;
    row-gap: 2px;
    align-items: start;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 8px;
}

/* 勾固定在第 1 列第 1 行(和第一个 p 对齐) */
.pricing-content li::before {
    grid-column: 1;
    grid-row: 1;
    margin-right: 0;
    margin-top: 6px;
}

/* 所有 p 都排在第 2 列,自动一个接一个往下 */
.pricing-content li p {
    grid-column: 2;
    margin: 0;
    line-height: 1.5;
    font-size: 24px;
}

/* 第一行：标题 —— 加粗、深色（或主色） */
.pricing-content li p:first-child {
    font-weight: 700;
    color: #1b1b1b;
    margin-bottom: 6px;
}

/* 后面的行：说明 —— 变灰 */
.pricing-content li p:not(:first-child) {
    color: #666;
    font-weight: 400;
    font-size: 22px;   /* 想比标题小一点可以调这里 */
}
/* 右边：两张手机图 */
.pricing-phone {
    flex: 0 0 51%;             /* 右边固定占 42% */
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-right: 6px;
}

.pricing-phone img {
    width: calc(50% - 8px);    /* 两张图平分宽度 */
    height: auto;
    border-radius: 14px;
    object-fit: contain;
    display: block;
}
.pricing-txt a{
    font-size: 22px;
}
.pricing-footer h4 span {
    font-size: 18px;
}
.pricing-header.yearly {
    background: #f9e009;
}
.pricing-header h3 {
    color: #161616;
}
.campaign-content .campaign-img {
    width: auto;
}
body[lang="zh"] .join-showcase * {
    font-family: yezibangFont !important;
}
/* 平板/小屏桌面 */
@media (max-width: 900px) {
    .pricing-item {
        width: 100% !important;
    }

    /* 左右分栏 → 上下堆叠 */
    .pricing-box-container {
        flex-direction: column;
        gap: 20px;
    }

    /* 手机图那块变成横向等分 */
    .pricing-phone {
        padding: 6px;
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
        justify-content: center;
        gap: 16px;
    }

    .pricing-phone img {
        width: calc(50% - 8px);
        max-width: 280px;
    }
    .campaigns-container::after, .house-agent::after {
        width: 120px;
        height: 120px;
    }
    .pricing-container {
        display: none;
    }
    .campaigns-container::before, .house-agent::before {
        height: 100px;
    }
}
.phone-four-container {
    display: none;
}
/* 手机 */
@media (max-width: 600px) {
    .four-box, .why-partner, .merchant-back, .property, .house-agent, .listing-showcase-v3, .perform-showcase, .join-showcase  {
        display: none;
    }
    /* 手机端专属展示 */
    .phone-four-container {
        display: block;
        padding: 16px 14px;
        margin: 0 auto;
        background: #f4f5f9;
    }
    .phone-box {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .phone-box-header {
        position: relative;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 12px;
    }
    .phone-box:first-child .phone-box-header {
        justify-content: center;
    }
    .phone-box-num {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        margin-right: 2px;
        font-weight: bold;
        color: #1b1b1b;
        flex-shrink: 0;
        line-height: 1;
        z-index: 1;
    }
    .phone-box-num-accent {
        /*background: #fe6e4c;*/
        color: #ffcb00;
    }
    /* 标题 - 参考 benefit-info h3 结构 */
    .phone-box-header h2 {
        font-family: Arial;
        font-size: 26px;
        font-weight: 700;
        margin: 0;
        line-height: 1;
        color: #000000;
        display: flex;
        align-items: center;
        gap: 8px;
        /* 左侧给圆形数字让出空间 */
        background-color: #ffe001;
        padding: 8px;
        border-radius: 2px;
    }
    
    /* 黄色高亮部分 - 参考 .highlight */
    .phone-box-header h2 .highlight {
        background-color: #ffe001;
        color: #333;
        padding: 2px 16px 2px 8px;
        border-radius: 0 0 90px 0;
        font-size: 20px;
    }
    .phone-four-container img {
        display: block;
        border-radius: 8px;
        border: 2px solid #ffe001;
    }
    .phone-four-container .features-button {
        margin: 8px 0 16px;
    }
    .pricing-container .section-title-long {
        font-size: 32px;
    }
    .pricing-boxes {
        margin-top: 0;
    }
    .pricing-container {
        padding: 30px 12px !important;
    }

    .pricing-item {
        width: 100% !important;
        border-radius: 16px;
    }
    /* header 字号和内边距收紧 */
    .pricing-header {
        padding: 14px;
    }
    .pricing-header h3 {
        font-size: 22px;
        line-height: 1.2;
    }
    /* 左右栏改上下堆叠，间距收紧 */
    .pricing-box-container {
        flex-direction: column;
        gap: 16px;
    }

    .pricing-box {
        padding: 12px;
    }

    /* 权益列表保持单列、字号收紧 */
    .pricing-content li {
        width: 100%;
        font-size: 19px;
        padding: 5px 0;
        margin-bottom: 4px;
        line-height: 1.4;
    }
    .pricing-content li::before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        margin-right: 8px;
        font-size: 13px;
    }

    /* 手机图两张并排，但尺寸受限 */
    .pricing-phone {
        box-sizing: border-box;
        flex: 0 0 auto;
        width: 100%;
        margin-right: 0;
        gap: 10px;
        justify-content: center;
    }
    .pricing-phone img {
        width: calc(50% - 7px);
        max-width: none;
        border-radius: 10px;
    }

    /* 价格区收紧 */
    .pricing-footer h4 {
        font-size: 32px;
    }
    .pricing-footer h4 span {
        font-size: 14px;
    }
    .pricing-rebate .text-line {
        font-size: 17px;
    }
    .pricing-rebate-curreny,
    .pricing-rebate-txt {
        font-size: 16px;
    }

    /* Pay Now 按钮全宽、更易点击 */
    .pricing-footer .someButton {
        width: 100%;
        padding: 12px 20px;
        font-size: 17px;
        margin-top: 14px;
    }

    .pricing-txt a {
        font-size: 19px !important;
    }
}

/* 超小屏 */
@media (max-width: 380px) {
    .pricing-content li {
        font-size: 18px;
    }
    .pricing-phone {
        flex-direction: column;
        gap: 8px;
    }
    .pricing-phone img {
        width: 70%;
        margin: 0 auto;
    }
}