/* M11 自定义样式 - 严格对比原图 */
body {
    background: url(/img/gabjw/bg.jpg) top center no-repeat #3b8e83;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

#app-container {
    max-width: 500px;
    margin: 0 auto;
}

#app {
    box-sizing: border-box;
    min-height: 100vh;
}

.container {
    box-sizing: border-box;
}

/* Header Bar */
.m11-top-header {
    background-color: #3d8a7f;
    padding: 0.06rem 0.1rem 0.08rem 0.1rem;
    box-sizing: border-box;
    border-bottom: 2px solid #ffffff;
}

.m11-header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.06rem;
}

.m11-header-main .logo-group {
    display: flex;
    align-items: center;
    gap: 0.04rem;
}

.m11-header-main .logo-img {
    height: 0.6rem;
    object-fit: contain;
}

.m11-header-main .tj-img {
    height: 0.55rem;
    object-fit: contain;
    box-shadow: 0 0 0.2rem #000;
    border-radius: 50%;
}

.btn-totop {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    font-size: 0.12rem;
    cursor: pointer;
    padding: 0;
}

.btn-totop .totop-icon {
    width: 0.28rem;
    height: 0.28rem;
    object-fit: contain;
    margin-bottom: 0.02rem;
}

.m11-sub-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-size: 0.14rem;
    letter-spacing: 0.01rem;
    padding: 0.02rem 0;
}

/* Notice Bar */
.m11-notice-bar {
    background-color: #7bc7bd;
    border: 2px solid #ffffff;
    border-radius: 0.04rem;
    padding: 0.04rem 0.08rem;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 0.08rem;
}

.m11-notice-img {
    height: 0.35rem;
    object-fit: contain;
    margin-right: 0.06rem;
    flex-shrink: 0;
}

.m11-notice-content {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    font-size: 0.15rem;
    font-weight: bold;
    color: #ffffff;
}

/* 主标题 */
.m11-main-title {
    text-align: center;
    font-size: 0.22rem;
    font-weight: bold;
    color: #2c6e63;
    padding: 0.08rem 0;
    background-color: #ffffff;
    border-bottom: 1px solid #eee;
}

/* 5个图标行 */
.m11-icon-row {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 0.04rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.06rem 0.04rem;
    box-sizing: border-box;
    margin-bottom: 0.08rem;
}

.m11-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.m11-icon-img {
    width: 0.85rem;
    height: 0.85rem;
    object-fit: contain;
    margin-bottom: 0.02rem;
}

.m11-icon-label {
    font-size: 0.15rem;
    font-weight: bold;
    color: #333;
    text-shadow: 0px 2px 1px #ff9c00;
}

/* 外部链接区 (2列 胶囊按钮) */
.m11-links-card {
    background-color: #ffffff;
    border: 3px solid #3fa397;
    border-radius: 0.06rem;
    padding: 0.08rem 0.10rem;
    box-sizing: border-box;
    margin-bottom: 0.10rem;
}

.m11-links-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.08rem 0.12rem;
}

.m11-link-item {
    border-radius: 0.20rem;
    height: 0.40rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.21rem;
    font-weight: bold;
    cursor: pointer;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px #0000001a;
    transition: transform 0.1s ease;
    border: 1px solid #67a4f5;
}

.m11-link-item:active {
    transform: scale(0.98);
}

.m11-link-item.link-pink {
    color: #e02462;
}

.m11-link-item.link-blue {
    color: #134ea2;
    border-color: #5a94ee;
}

.m11-link-item.link-indigo {
    color: #2842a8;
    border-color: #5a94ee;
}

.m11-link-item.link-red {
    color: #bd0a36;
    border-color: #5a94ee;
}

.m11-link-item.link-teal {
    color: #006b5d;
    border-color: #5a94ee;
}

.m11-link-item.link-purple {
    color: #771891;
    border-color: #5a94ee;
}

.m11-link-item.link-magenta {
    color: #dd1d51;
    border-color: #5a94ee;
}

.m11-link-item.link-green {
    color: #0a8831;
    border-color: #5a94ee;
}

/* 生肖属性知识模块 */
.m11-zodiac-section {
    margin-bottom: 0.10rem;
    box-sizing: border-box;
    background: #7bc7bd;
}

.m11-zodiac-header {
    background: linear-gradient(transparent, #f4a460);
    color: #ff0;
    text-shadow: 0px 0px 10px #f00;
    border-left: 1px solid #429A94;
    border-right: 1px solid #429A94;
    height: 35px;
    line-height: 35px;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #e68c8c;
    text-shadow: 1px 4px 1px #b99b5f;
    font-weight: 700;
    border-radius: 5px 5px 0 0;
}

.m11-zodiac-box {
    background: linear-gradient(180deg, #4cc3b8, #3aa89f);
    padding: 0.08rem;
    display: flex;
    border-collapse: separate;
    border-spacing: 6px;
    border-radius: 8px;
    box-shadow: 0 2px 8px #0000001f;
}

.m11-zodiac-left {
    background: #ffffff26;
    border: 1px solid #d9f0ee;
    border-radius: 0.04rem;
    width: 1.10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 0.04rem;
    margin-right: 0.06rem;
    flex-shrink: 0;
}

.m11-zodiac-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0.04rem;
}

.m11-z-card {
    background: #ffffff26;
    border: 1px solid #d9f0ee;
    border-radius: 0.04rem;
    padding: 0.04rem 0.02rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.m11-z-age {
    color: #ffffff;
    font-size: 0.12rem;
    font-weight: bold;
    margin-bottom: 0.02rem;
}

.m11-z-name {
    color: #f7ee38;
    font-size: 0.18rem;
    font-weight: bold;
}

/* 推荐导航列表样式 */
.m3-recommend-box {
    margin: 0.12rem 0;
}

.m3-click-header {
    text-align: center;
    color: #cc0000;
    font-size: 0.22rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    letter-spacing: 0.01rem;
    cursor: pointer;
}

.m3-recommend-table {
    background-color: #bebea8;
    border: 1px solid #333333;
    box-sizing: border-box;
}

.m3-recommend-row {
    padding: 0.07rem 0.05rem;
    border-bottom: 1px solid #555555;
    text-align: center;
    font-size: 0.16rem;
    color: #000000;
    font-family: PingFangSC-Regular, Microsoft YaHei, Helvetica, sans-serif;
    cursor: pointer;
    font-weight: bold;
}

.m3-recommend-row:last-child {
    border-bottom: none;
}

.rec-period {
    font-weight: bold;
    margin-right: 0.04rem;
}

.rec-prefix {
    font-weight: bold;
    margin-right: 0.02rem;
}

.rec-name {
    font-weight: bold;
}

/* 推荐区新样式 - 模块 1：高手榜 & 模块 2：广告二区 */
.m11-recommend-section {
    margin: 0.12rem 0;
}

/* 模块 1：高手榜 */
.m11-gaoshou-box {
    margin-bottom: 0.12rem;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #7bc7bd;
    border-radius: 0.04rem;
    overflow: hidden;
}

.m11-gaoshou-list {
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.m11-gaoshou-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.07rem 0.08rem;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.15rem;
    cursor: pointer;
    box-sizing: border-box;
}

.m11-gaoshou-row:last-child {
    border-bottom: none;
}

.m11-gs-icon {
    width: 0.3rem;
    object-fit: contain;
    flex-shrink: 0;
}

.m11-gs-center {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.02rem;
    text-align: center;
}

.m11-gs-site {
    color: rgb(0, 153, 0);
    font-weight: bold;
}

.m11-gs-shouquan {
    color: #000000;
    font-weight: bold;
    margin-right: 0.02rem;
}

.m11-gs-title {
    color: rgb(255, 0, 0);
    font-weight: bold;
}

.m11-gs-status {
    color: #134ea2;
    font-weight: bold;
}

.m11-gs-arrow {
    color: #999999;
    font-size: 0.14rem;
    flex-shrink: 0;
}

/* 模块 2：广告二区 */
.m11-ad2-box {
    margin-bottom: 0.12rem;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #7bc7bd;
    border-radius: 0.04rem;
    overflow: hidden;
}

.m11-ad2-notice {
    background-color: #ffff00;
    color: #cc0000;
    font-weight: bold;
    text-align: center;
    padding: 0.06rem 0.04rem;
    font-size: 0.15rem;
    line-height: 1.5;
    border-bottom: 1px solid #e0e0e0;
}

.m11-ad2-list {
    background-color: #00e600;
    display: flex;
    flex-direction: column;
}

.m11-ad2-row {
    padding: 0.06rem 0.04rem;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    font-size: 0.15rem;
    font-weight: bold;
    color: #003300;
    cursor: pointer;
    box-sizing: border-box;
}

.m11-ad2-row:last-child {
    border-bottom: none;
}

/* 说明 / 免责声明 模块 */
.m11-shuoming-card {
    margin: 0.12rem 0;
    padding: 0.14rem 0.42rem 0.5rem 0.42rem;
    background-color: #a8d8ea;
    background-image: url(/img/gabjw/foot.png);
    background-repeat: no-repeat;
    background-position: bottom 0.08rem center;
    background-size: 92% auto;
    border: 1px solid #236159;
    border-radius: 0.10rem;
    text-align: center;
    color: #2c2c2c;
    box-sizing: border-box;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.m11-shuoming-title {
    font-size: 0.15rem;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 0.06rem;
}

.m11-shuoming-section-title {
    font-size: 0.15rem;
    font-weight: bold;
    color: #2c2c2c;
    margin-bottom: 0.06rem;
}

.m11-shuoming-text {
    font-size: 0.14rem;
    line-height: 1.4;
    color: #2c2c2c;
    margin-bottom: 0.08rem;
}

.m11-shuoming-text:last-child {
    margin-bottom: 0;
}
