#csw-sxzt-emerald-181,
#csw-sxzt-emerald-181 *{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

#csw-sxzt-emerald-181{
    width:100%;
    max-width:780px;
    margin:8px auto;
    padding:6px;
    font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;
    isolation:isolate;
    overflow:hidden;
}

#csw-sxzt-emerald-181 a{
    color:inherit;
    text-decoration:none;
    -webkit-tap-highlight-color:transparent;
}

/* 主框架 */
#csw-sxzt-emerald-181 .csw-wrap{
    width:100%;
    padding:7px;
    border-radius:18px;
    background:
        radial-gradient(circle at top left,rgba(255,240,160,.38),transparent 30%),
        linear-gradient(135deg,#003f2d 0%,#008b68 46%,#003022 100%);
    border:3px solid #ffd86a;
    box-shadow:
        0 0 0 2px rgba(255,255,255,.18) inset,
        0 8px 18px rgba(0,0,0,.32);
    overflow:hidden;
}

/* 标题 */
#csw-sxzt-emerald-181 .csw-head{
    position:relative;
    text-align:center;
    padding:13px 6px;
    border-radius:15px;
    background:
        linear-gradient(90deg,#704000 0%,#ffd45a 20%,#fff7c4 50%,#ffc533 80%,#704000 100%);
    border:2px solid #fff1a8;
    box-shadow:
        0 4px 10px rgba(0,0,0,.3),
        0 0 15px rgba(255,226,120,.55) inset;
    overflow:hidden;
}

#csw-sxzt-emerald-181 .csw-head:before{
    content:"";
    position:absolute;
    left:-45%;
    top:0;
    width:40%;
    height:100%;
    background:linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent);
    transform:skewX(-25deg);
    animation:cswEmeraldLight 3.8s linear infinite;
}

@keyframes cswEmeraldLight{
    0%{left:-45%;}
    55%{left:115%;}
    100%{left:115%;}
}

#csw-sxzt-emerald-181 .csw-title{
    position:relative;
    z-index:2;
    font-size:clamp(21px,5.6vw,34px);
    font-weight:900;
    color:#00402d;
    line-height:1.2;
    letter-spacing:1px;
    text-shadow:1px 1px 0 #fff8cf;
}

#csw-sxzt-emerald-181 .blue{color:#0000ff;}
#csw-sxzt-emerald-181 .red{color:#ff0000;}
#csw-sxzt-emerald-181 .black{color:#111;}

/* 内容区 */
#csw-sxzt-emerald-181 .csw-body{
    margin-top:8px;
    padding:7px;
    border-radius:16px;
    background:
        linear-gradient(180deg,#fffdf3 0%,#f0fff8 100%);
    border:2px solid #ffd86a;
    box-shadow:0 0 12px rgba(255,218,106,.25) inset;
}

/* 每一期 */
#csw-sxzt-emerald-181 .csw-row{
    width:100%;
    display:grid;
    grid-template-columns:90px 1fr 210px;
    align-items:center;
    gap:6px;
    margin-bottom:7px;
    padding:8px 6px;
    border-radius:14px;
    background:
        linear-gradient(90deg,#ffffff 0%,#edfff7 50%,#ffffff 100%);
    border:2px solid #56d5a6;
    text-align:center;
    box-shadow:
        0 2px 0 rgba(255,255,255,.9) inset,
        0 3px 8px rgba(0,90,65,.13);
}

#csw-sxzt-emerald-181 .csw-row:last-child{
    margin-bottom:0;
}

/* 期数 */
#csw-sxzt-emerald-181 .period{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    border-radius:999px;
    background:linear-gradient(90deg,#00402d,#00986f,#00402d);
    color:#fff7c8;
    font-size:clamp(17px,4.8vw,25px);
    font-weight:900;
    border:2px solid #ffd86a;
    line-height:1.15;
    text-shadow:1px 1px 0 #00251b;
}

/* 三肖 */
#csw-sxzt-emerald-181 .animals{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:5px;
    min-height:42px;
    padding:5px 6px;
    border-radius:13px;
    background:linear-gradient(180deg,#ffffff,#e5fff5);
    border:2px solid #0aad7f;
    box-shadow:0 2px 7px rgba(0,120,90,.15);
   width:560px;
    margin:0 auto; /* 让盒子在父容器水平居中 */
}

#csw-sxzt-emerald-181 .animal{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:38px;
    height:38px;
    border-radius:50%;
    background:linear-gradient(180deg,#eafff7,#ffffff);
    color:#0000ff;
    font-size:clamp(20px,5.5vw,30px);
    font-weight:900;
    border:2px solid #ff00ff;
    line-height:1;
}

#csw-sxzt-emerald-181 .animal.hit{
    background:linear-gradient(180deg,#ff3030,#b40000);
    color:#ffff00;
    border:2px solid #fff000;
    position:relative;
    box-shadow:
        0 0 0 2px rgba(255,255,255,.45) inset,
        0 4px 10px rgba(255,0,0,.3);
}

#csw-sxzt-emerald-181 .animal.hit:after{
    content:"中";
    position:absolute;
    right:-9px;
    top:-10px;
    width:23px;
    height:23px;
    border-radius:50%;
    background:#ffff00;
    color:#ff0000;
    font-size:14px;
    font-weight:900;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid #ff0000;
    box-shadow:0 2px 5px rgba(0,0,0,.28);
}

/* 右侧说明 */
#csw-sxzt-emerald-181 .desc{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:5px 8px;
    border-radius:12px;
    background:#fff6dc;
    color:#ff0000;
    font-size:clamp(14px,4vw,20px);
    font-weight:900;
    line-height:1.25;
    border:2px solid #ffd86a;
}

/* 181领取 */
#csw-sxzt-emerald-181 .claim-row{
    background:
        radial-gradient(circle at top,#fff7c8 0%,#ffffff 45%,#e9fff6 100%);
    border:2px solid #ff0000;
    box-shadow:
        0 4px 12px rgba(255,0,0,.14),
        0 0 12px rgba(0,150,100,.16) inset;
}

#csw-sxzt-emerald-181 .claim-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:100%;
    max-width:260px;
    margin:0 auto;
    padding:8px 14px;
    border-radius:999px;
    background:linear-gradient(90deg,#ff0000,#ff8a00,#ff0000);
    color:#fff;
    font-size:clamp(17px,5vw,27px);
    font-weight:900;
    border:2px solid #fff45c;
    box-shadow:
        0 4px 0 #980000,
        0 0 12px rgba(255,0,0,.45);
    text-shadow:1px 1px 0 #8b0000;
}

#csw-sxzt-emerald-181 .claim-desc{
    background:linear-gradient(90deg,#00402d,#008c66,#00402d);
    color:#fff7c8;
    border-color:#ffd86a;
}

/* 底部 */
#csw-sxzt-emerald-181 .csw-foot{
    margin-top:8px;
    padding:11px 6px;
    border-radius:15px;
    text-align:center;
    background:
        linear-gradient(90deg,#fff7d0 0%,#ffffff 50%,#fff0bd 100%);
    border:2px solid #ffd86a;
    font-weight:900;
    line-height:1.5;
    box-shadow:0 4px 10px rgba(0,90,65,.12);
}

#csw-sxzt-emerald-181 .foot-line{
    font-size:clamp(16px,4.6vw,24px);
}

#csw-sxzt-emerald-181 .foot-green{color:#008000;}
#csw-sxzt-emerald-181 .foot-blue{color:#0000ff;}
#csw-sxzt-emerald-181 .foot-red{color:#ff0000;}

/* 手机端 */
@media screen and (max-width:560px){
    #csw-sxzt-emerald-181{
        padding:4px;
        margin:5px auto;
    }

    #csw-sxzt-emerald-181 .csw-wrap{
        padding:4px;
        border-radius:14px;
    }

    #csw-sxzt-emerald-181 .csw-body{
        padding:5px;
    }

    #csw-sxzt-emerald-181 .csw-row{
        grid-template-columns:72px 1fr;
        gap:5px;
        padding:8px 4px;
    }

    #csw-sxzt-emerald-181 .desc,
    #csw-sxzt-emerald-181 .claim-desc{
        grid-column:1 / -1;
        min-height:34px;
    }

    #csw-sxzt-emerald-181 .animal{
        min-width:34px;
        height:34px;
    }
/* 手机端强制固定尺寸+居中，杜绝右偏 */
@media (max-width:768px){
    #csw-sxzt-emerald-181 .animals{
        width:235px !important;
        margin:0 auto !important;
    }
}
    #csw-sxzt-emerald-181 .claim-btn{
        max-width:220px;
        padding:7px 12px;
    }
}