html {
    font-size: 16px;
}

body {
    margin: auto;
    display: flex;
    flex-direction: column;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
    min-height: 100vh;
    cursor: default;
    width: auto;
    box-sizing: border-box;
    background-color: #f4f5f7;
}

/*主体内容*/
.main-content {
    display: flex;
    flex-direction: column;
    width: 800px;
    margin: 0 auto;
    min-height: 100vh;
    background-color: #ffffff;
}

/***********女人味吸顶导航栏*******************/
.nvrenwei_daohang {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: #ffffff;
    height: 465px;
}

.nvrenwei_daohang img {
    display: block;
    width: 100%;
    height: auto;
}

/***********导航栏下面的第一个图片*************************/
.nvrenwei_img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nvrenwei_img img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*********开奖区***********/
.sankaijiangquyu {
    display: flex;
    flex-direction: column;
}

.mingcheng {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.mingcheng button {
    flex: 1;
    border: none;
    background-color: #e2e8f0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
}

.mingcheng button+button {
    margin-left: 10px;
    /* 按钮之间留一点间距 */
}

/* 按钮激活状态颜色：绿 / 红 / 蓝
   提高选择器优先级，覆盖上面的 .mingcheng button 背景色 */
.mingcheng button.btn-xgwy-active {
    background-color: #2f855a;
    color: #fff;
}

.mingcheng button.btn-am-active {
    background-color: #e53e3e;
    color: #fff;
}

.mingcheng button.btn-xglh-active {
    background-color: #3182ce;
    color: #fff;
}

.gongyong_kaijiangquyu {
    width: 100%;
    height: 170px;
}

/* ================= 手机端整体布局与头部区域适配（参考 2hao.css 比例） ================= */
@media (max-width: 600px) {

    /* 整体：字体略放大，页面宽度 100% */
    html {
        font-size: 18px;
    }

    html,
    body {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    body {
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }

    /* 主体内容：PC 为 800px 居中，手机端铺满宽度 */
    .main-content {
        width: 100%;
        margin: 0 auto;
        min-height: 100vh;
        box-sizing: border-box;
    }

    /******** 女人味吸顶导航栏（顶部大图） ********/
    .nvrenwei_daohang {
        height: auto;
    }

    .nvrenwei_daohang img {
        width: 100%;
        height: auto;
        display: block;
    }

    /******** 导航栏下面的第一个图片 ********/
    .nvrenwei_img {
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .nvrenwei_img img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    /******** 开奖区顶部按钮 + 内容高度 ********/
    .mingcheng {
        font-size: 16px;
    }

    .mingcheng button {
        font-size: 16px;
    }

    .mingcheng button+button {
        margin-left: 6px;
    }

    .gongyong_kaijiangquyu {
        height: auto;
    }
}

/* 女人味五码中特 列表区域 ***********************************/
/* 女人味五码中特 列表区域 ***********************************/
/* 女人味五码中特 列表区域 ***********************************/
/* 女人味五码中特 列表区域 ***********************************/
/* 女人味五码中特 列表区域 ***********************************/
/* 女人味五码中特 列表区域 ***********************************/
/* 女人味五码中特 列表区域 ***********************************/
/* 女人味五码中特 列表区域 ***********************************/
.nurenwei_wumazhongte {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    text-align: center;
    /* 列表整体内容横向居中 */
}

/* 女人味 五码中特 标题条 */
.nv1-titlebar {
    background: linear-gradient(90deg, #7c2ae8, #f6ad55);
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv1-item {
    margin-bottom: 8px;
    padding-bottom: 4px;
    border-bottom: 1px dotted #b7bdc5;
    /* 每一行下面一条下划线 */
}

.nv1-line1,
.nv1-line2 {
    white-space: nowrap;
}

.nv1-line1 {
    font-weight: bold;
}


.nv1-title {
    color: #f10bc0;
    /* 标题偏蓝色，例如 天时地利 */
    background-color: #eed70b;
}

.nv1-line2 {
    padding-left: 1.5em;
    /* 第二行略缩进，与截图类似 */
}

.nv1-status {
    color: #e41c1c;
    /* “稳!” 红色强调 */
    font-weight: bold;
}

/* 内容2里的单个号码 */
.nv1-num {
    font-weight: normal;
}

/* 命中高亮：用于内容2中被击中的号码 */
.nv1-hit {
    color: #e53e3e;
    /* 更亮的黄色，高亮命中数字 */
    font-weight: bold;
    background-color: #eed70b;
    text-decoration: none;
    /* 不要下划线 */
}

/* 占位行：保持高度但内容隐藏 */
.nv1-placeholder .nv1-line1,
.nv1-placeholder .nv1-line2 {
    visibility: hidden;
}

.nv1-empty,
.nv1-error {
    padding: 12px 0;
    color: #718096;
}

@media (max-width: 600px) {

    /******** 女人味五码中特（手机端单独适配） ********/
    .nurenwei_wumazhongte {
        padding: 12px 0px 16px;
        font-size: 20px;
        line-height: 1.5;
    }

    .nv1-titlebar {
        font-size: 18px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv1-item {
        margin-bottom: 6px;
        padding-bottom: 3px;
    }

    .nv1-line2 {
        padding-left: 1.2em;
    }
}

/******** 女人味 二头爆特 列表区域 ********/
.nvrenwei_ertoubaote {
    padding: 16px 20px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #fff;
    background-color: #2d004b;
}

/* 女人味 二头爆特 标题条 */
.nv2-titlebar {
    background: linear-gradient(90deg, #111827, #4c1d95);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv2-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv2-line1 {
    white-space: nowrap;
}

.nv2-qishu {
    color: #f6ad55;
    /* 橙色期数 */
    font-weight: bold;
}

.nv2-title {
    color: #ffffff;
    font-weight: bold;
}

.nv2-jieguo {
    color: #ff4b4b;
    /* 开奖结果红色 */
}

.nv2-status {
    color: #ff4b4b;
    font-weight: bold;
}

.nv2-hit {
    background-color: #ffd54f;
    /* 黄色高亮 X头 */
    color: #000;
    font-weight: bold;
}

.nv2-placeholder .nv2-line1 {
    visibility: hidden;
}

.nv2-error {
    padding: 8px 0;
    color: #fbd38d;
}

@media (max-width: 600px) {

    /******** 女人味 二头爆特（手机端单独适配） ********/
    .nvrenwei_ertoubaote {
        padding: 12px 12px 16px;
        font-size: 20px;
        line-height: 1.5;
    }

    .nv2-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv2-item {
        padding: 3px 0;
    }
}

/******** 女人味 内幕三尾 列表区域 ********/
.nvrenwei_neimusanwei {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

/* 女人味 内幕三尾 标题条 */
.nv3-titlebar {
    background: linear-gradient(90deg, #310e68, #5f0f40);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv3-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv3-line1 {
    white-space: nowrap;
}

.nv3-qishu {
    color: #e53e3e;
    font-weight: bold;
}

.nv3-title {
    color: #111;
    font-weight: bold;
}

.nv3-jieguo {
    color: #ff4b4b;
}

.nv3-status {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中尾数：例如 6尾 高亮 */
.nv3-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv3-placeholder .nv3-line1 {
    visibility: hidden;
}

.nv3-error {
    padding: 8px 0;
    color: #718096;
}

@media (max-width: 600px) {

    /******** 女人味 内幕三尾（手机端单独适配） ********/
    .nvrenwei_neimusanwei {
        padding: 12px 0 16px;
        font-size: 20px;
        line-height: 1.5;
    }

    .nv3-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv3-item {
        padding: 3px 0;
    }
}

/******************************************/

/******** 女人味 平特二连 列表区域 ********/
.nvrenwei_pingteerlian {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #fff;
    background-color: #1e1b4b;
}

.nv4-titlebar {
    background: linear-gradient(90deg, #1f2937, #7c2d12);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv4-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv4-line1 {
    white-space: nowrap;
}

.nv4-qishu {
    color: #f6ad55;
    font-weight: bold;
}

.nv4-title {
    color: #ffffff;
    font-weight: bold;
}

.nv4-jieguo {
    color: #ff4b4b;
}

.nv4-status-detail {
    color: #ffeb3b;
    font-weight: bold;
}

.nv4-status-final {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中的生肖高亮，例如 狗/鼠 */
.nv4-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv4-placeholder .nv4-line1 {
    visibility: hidden;
}

.nv4-error {
    padding: 8px 0;
    color: #fbd38d;
}

@media (max-width: 600px) {

    /******** 女人味 平特二连（手机端单独适配） ********/
    .nvrenwei_pingteerlian {
        padding: 12px 0 16px;
        font-size: 20px;
        line-height: 1.5;
    }

    .nv4-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv4-item {
        padding: 3px 0;
    }
}

/******************************************/

/******** 女人味 合单双中 列表区域 ********/
.nvrenwei_hedanshuangzhong {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

.nv5-titlebar {
    background: linear-gradient(90deg, #1a202c, #4a5568);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv5-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv5-line1 {
    white-space: nowrap;
}

.nv5-qishu {
    color: #e53e3e;
    font-weight: bold;
}

.nv5-title {
    color: #111;
    font-weight: bold;
}

.nv5-jieguo {
    color: #ff4b4b;
}

.nv5-status {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中合单 / 合双 高亮 */
.nv5-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv5-placeholder .nv5-line1 {
    visibility: hidden;
}

.nv5-error {
    padding: 8px 0;
    color: #718096;
}

@media (max-width: 600px) {

    /******** 女人味 合单双中（手机端单独适配） ********/
    .nvrenwei_hedanshuangzhong {
        padding: 12px 0 16px;
        font-size: 20px;
        line-height: 1.5;
    }

    .nv5-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv5-item {
        padding: 3px 0;
    }
}

/******************************************/

/******** 女人味 不四像 列表区域 ********/
.nvrenwei_sibuxiang {
    padding: 16px 20px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #000;
    background-color: #ffffff;
}

.nv6-titlebar {
    background: #4c1d95;
    color: #ffeb3b;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    padding: 4px 8px;
    margin: 8px 0;
}

.nv6-block {
    border-top: 4px solid #673ab7;
    margin-top: 8px;
    padding-top: 4px;
}

.nv6-qishu-line {
    font-size: 22px;
    font-weight: bold;
    color: #e53e3e;
}

.nv6-qishu-line .nv6-qishu-label {
    color: #e53e3e;
}

.nv6-qishu-line .nv6-result {
    color: #e53e3e;
}

.nv6-row-text {
    white-space: nowrap;
}

.nv6-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv6-placeholder {
    visibility: hidden;
}

.nv6-error {
    padding: 8px 0;
    color: #718096;
}

/******************************************/

@media (max-width: 600px) {

    /******** 女人味 不四像（手机端单独适配） ********/
    .nvrenwei_sibuxiang {
        padding: 12px 12px 16px;
        font-size: 16px;
        line-height: 1.5;
    }

    .nv6-titlebar {
        font-size: 20px;
        padding: 3px 6px;
        margin: 6px 0;
    }

    .nv6-qishu-line {
        font-size: 18px;
    }
}

/******** 女人味 一波中特 / 双波中特 列表区域 ********/
.nvrenwei_yibozhongte {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

.nv7-titlebar {
    background: linear-gradient(90deg, #00695c, #26c6da);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv7-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv7-line1 {
    white-space: nowrap;
}

.nv7-qishu {
    color: #1e40af;
    font-weight: bold;
}

.nv7-title {
    color: #111;
    font-weight: bold;
}

.nv7-jieguo {
    color: #ff4b4b;
}

.nv7-status {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中波色：红波 / 蓝波 / 绿波 高亮 */
.nv7-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv7-placeholder .nv7-line1 {
    visibility: hidden;
}

.nv7-error {
    padding: 8px 0;
    color: #718096;
}

/******************************************/

@media (max-width: 600px) {

    /******** 女人味 一波中特 / 双波中特（手机端单独适配） ********/
    .nvrenwei_yibozhongte {
        padding: 12px 0 16px;
        font-size: 20px;
        line-height: 1.5;
    }

    .nv7-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv7-item {
        padding: 3px 0;
    }
}

/******** 女人味 六肖中特 列表区域 ********/
.nvrenwei_liuxiaozhongte {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

.nv8-titlebar {
    background: linear-gradient(90deg, #1f2937, #16a34a);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv8-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv8-line1 {
    white-space: nowrap;
}

.nv8-qishu {
    color: #1e40af;
    font-weight: bold;
}

.nv8-title {
    color: #111;
    font-weight: bold;
}

.nv8-jieguo {
    color: #ff4b4b;
}

.nv8-status {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中生肖高亮 */
.nv8-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv8-placeholder .nv8-line1 {
    visibility: hidden;
}

.nv8-error {
    padding: 8px 0;
    color: #718096;
}

/******************************************/

@media (max-width: 600px) {

    /******** 女人味 六肖中特（手机端单独适配） ********/
    .nvrenwei_liuxiaozhongte {
        padding: 12px 0 16px;
        font-size: 16px;
        line-height: 1.5;
    }

    .nv8-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv8-item {
        padding: 3px 0;
    }
}

/******** 女人味 三色生肖 列表区域 ********/
.nvrenwei_sanseshengxiao {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

.nv9-titlebar {
    background: linear-gradient(90deg, #0f172a, #1d4ed8);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv9-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv9-line1 {
    white-space: nowrap;
}

.nv9-qishu {
    color: #1e40af;
    font-weight: bold;
}

.nv9-title {
    color: #111;
    font-weight: bold;
}

.nv9-jieguo {
    color: #ff4b4b;
}

.nv9-status {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中红肖/蓝肖/绿肖 高亮 */
.nv9-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv9-placeholder .nv9-line1 {
    visibility: hidden;
}

.nv9-error {
    padding: 8px 0;
    color: #718096;
}

/******************************************/

@media (max-width: 600px) {

    /******** 女人味 三色生肖（手机端单独适配） ********/
    .nvrenwei_sanseshengxiao {
        padding: 12px 0 16px;
        font-size: 16px;
        line-height: 1.5;
    }

    .nv9-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv9-item {
        padding: 3px 0;
    }
}

/******** 女人味 三行中特 列表区域 ********/
.nvrenwei_sanxingzhongte {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

.nv10-titlebar {
    background: linear-gradient(90deg, #0f172a, #047857);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv10-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv10-line1 {
    white-space: nowrap;
}

.nv10-qishu {
    color: #1e40af;
    font-weight: bold;
}

.nv10-title {
    color: #111;
    font-weight: bold;
}

.nv10-jieguo {
    color: #ff4b4b;
}

.nv10-status {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中五行（如 金/木/水/火/土） 高亮 */
.nv10-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv10-placeholder .nv10-line1 {
    visibility: hidden;
}

.nv10-error {
    padding: 8px 0;
    color: #718096;
}

/******************************************/

@media (max-width: 600px) {

    /******** 女人味 三行中特（手机端单独适配） ********/
    .nvrenwei_sanxingzhongte {
        padding: 12px 0 16px;
        font-size: 20px;
        line-height: 1.5;
    }

    .nv10-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv10-item {
        padding: 3px 0;
    }
}

/******** 女人味 单双四肖 列表区域 ********/
.nvrenwei_danshuangsixiao {
    padding: 16px 0px 24px;
    font-size: 32px;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

.nv11-titlebar {
    background: linear-gradient(90deg, #047857, #22c55e);
    color: #ffeb3b;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 8px;
}

.nv11-item {
    padding: 4px 0;
    border-bottom: 1px dotted #b7bdc5;
    text-align: center;
}

.nv11-line1 {
    white-space: nowrap;
}

.nv11-qishu {
    color: #1e40af;
    font-weight: bold;
}

.nv11-dan,
.nv11-shuang {
    color: #16a34a;
}

.nv11-jieguo {
    color: #ff4b4b;
}

.nv11-status {
    color: #ff4b4b;
    font-weight: bold;
}

/* 命中生肖高亮 */
.nv11-hit {
    background-color: #ffd54f;
    color: #000;
    font-weight: bold;
}

.nv11-placeholder .nv11-line1 {
    visibility: hidden;
}

.nv11-error {
    padding: 8px 0;
    color: #718096;
}

/******************************************/

@media (max-width: 600px) {

    /******** 女人味 单双四肖（手机端单独适配） ********/
    .nvrenwei_danshuangsixiao {
        padding: 12px 0 16px;
        font-size: 16px;
        line-height: 1.5;
    }

    .nv11-titlebar {
        font-size: 20px;
        padding: 6px 0;
        margin-bottom: 6px;
    }

    .nv11-item {
        padding: 3px 0;
    }
}

/* 女人味 图12 图片展示区域 */
.huoqu_nvtu23,
.huoqu_nvtu22,
.huoqu_nvtu21,
.huoqu_nvtu20,
.huoqu_nvtu19,
.huoqu_nvtu18,
.huoqu_nvtu17,
.huoqu_nvtu16,
.huoqu_nvtu15,
.huoqu_nvtu14,
.huoqu_nvtu13,
.huoqu_nvtu12 {
    text-align: center;
}

.huoqu_nvtu23 img,
.huoqu_nvtu22 img,
.huoqu_nvtu21 img,
.huoqu_nvtu20 img,
.huoqu_nvtu19 img,
.huoqu_nvtu18 img,
.huoqu_nvtu17 img,
.huoqu_nvtu16 img,
.huoqu_nvtu15 img,
.huoqu_nvtu14 img,
.huoqu_nvtu13 img,
.huoqu_nvtu12 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/******底部图************/
.tuu_1,
.tuu_2,
.tuu_3 {
    width: 100%;
    display: block;
}

.tuu_1 img,
.tuu_2 img,
.tuu_3 img {
    width: 100%;
    height: auto;
    display: block;
}

/*******页脚***************/
.nv_yejiao {
    padding: 8px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4px;
}

.nv_yejiaoA {
    display: flex;
    font-size: 20px;
    font-weight: bold;
}

.nv_yejiaoA_B {
    padding-top: 5px;
}

@media (max-width: 600px) {

    /******** 女人味 图12 + 页脚（手机端单独适配） ********/
    .nv_yejiao {
        padding: 6px 0;
        gap: 2px;
    }

    .nv_yejiaoA {
        font-size: 16px;
    }

    .nv_yejiaoA_B {
        padding-top: 3px;
    }
}