.thread-open{
    cursor:pointer;
}

.float-bg{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.35);
    z-index:9998;
}

.float-box{
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:min(760px,90vw);
    max-height:80vh;
    overflow:auto;
    background:#fffdf2;
    border:1px solid #c9d8b6;
    border-radius:10px;
    padding:15px;
    z-index:9999;
    box-shadow:0 6px 20px rgba(0,0,0,0.25);
}

.float-close{
    float:right;
    cursor:pointer;
    font-weight:bold;
    background:#7aa35b;
    color:#fff;
    border-radius:5px;
    padding:2px 8px;
}

.float-res{
    border-bottom:1px solid #ddd;
    padding:8px 0;
}

.float-meta{
    color:#666;
    font-size:12px;
    margin-bottom:4px;
}
.b_img { background-color:#7aa35b; color:#FFF; border-radius: 18px;padding: 6px 10px;max-width: 120px;min-width: 70px;text-align: center; margin: 5px;}
.b_may { background-color:#32a4c7; color:#FFF; border-radius: 18px;padding: 6px 10px;max-width: 120px;min-width: 70px;text-align: center; margin: 5px;}