.index{
    width: 1000px;
    height: auto;
    margin-left: 24%;
    background-color:#f9f9f9;


}

.search-container {
            display: flex;
            align-items: center;
            margin-top: 5%;
        width: 800px;
    margin-left: 6%;}

.layui-col-md6{
    min-width: 60% !important;
    margin-left:30%  !important;


        }
 #searchText {
            flex: 1;
            padding: 10px;
            font-size: 16px;
            border: 1px solid #ccc;
            border-radius: 5px;
            margin-right: 10px;
        }
#searchBtn {
            padding: 10px 20px;
            background-color: #007bff;
            color: #fff;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        #searchBtn:hover {
            background-color: #0056b3;
        }

.day-dj{
margin-top: 5%;
}
.day-dj>div{
    width: 1000px;



}
.day-dj>div>li{
    float: left;
}


#body_size>tr>td{font-size: 18px}


#body_size>tr>td>a{
    color: #31bdec;

}

.day-dj>li>a{
    width: 700px;
    display: block;
    padding: 8px;
   font-size: 20px;
    text-align: left;
   word-break: break-all;


}
a:hover{text-decoration: underline;
    text-decoration-color: #7c7c7c;

}
.jrgx{
    text-align: center;
    color: #c76565;
    font-size: 30px;
    margin-bottom: 3%;

}

.demo{width: 1000px;    margin-left: 24%;}
.sm{margin-top: 5%}
.submit-link.disabled {
  pointer-events: none !important;
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  color: #999 !important; /* 可选：文字变灰 */
}

/* 短剧封面卡片 */
.drama-grid {
    width: 1000px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px 18px;
}
.drama-card {
    min-width: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    transition: transform .2s ease, box-shadow .2s ease;
}
.drama-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0, 0, 0, .16); }
.drama-poster { position: relative; aspect-ratio: 2 / 3; overflow: hidden; background: linear-gradient(135deg, #38465e, #141923); }
.drama-poster::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 50%; width: 30px; height: 30px; margin: -24px 0 0 -15px; box-sizing: border-box; border: 3px solid rgba(255, 255, 255, .25); border-top-color: #fff; border-radius: 50%; animation: poster-spin .8s linear infinite; }
.drama-poster.poster-loaded::before { display: none; }
.drama-poster img { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; }
.drama-time { position: absolute; z-index: 3; right: 8px; bottom: 8px; max-width: calc(100% - 16px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 3px 6px; border-radius: 3px; background: rgba(0, 0, 0, .65); color: #fff; font-size: 12px; }
@keyframes poster-spin { to { transform: rotate(360deg); } }
.drama-title { height: 44px; margin: 10px 10px 6px; overflow: hidden; color: #272727; font-size: 15px; font-weight: 600; line-height: 22px; }
.drama-action { display: block; margin: 0 10px 12px; padding: 7px; border-radius: 4px; background: #1e9fff; color: #fff !important; font-size: 14px; text-align: center; text-decoration: none; }
.drama-action:hover { background: #1688d5; text-decoration: none; }
.search-empty { width: 1000px; padding: 60px 0; color: #999; font-size: 18px; text-align: center; }
