/* Add styling for the "到底了" message */
.end-of-page {
    position: fixed;
    bottom: 20px; /* Distance from the bottom of the viewport */
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    background-color: rgba(0, 0, 0, 0.5); /* Black background with 70% opacity */
    color: #fff;
    padding: 15px 25px;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 1.5em;
    display: none; /* Hidden by default */
}
/* styles.css */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(to right, #6a11cb, #2575fc);
    color: #333;
    margin: 0;
    padding: 0;
}
.body-qe{
    background: linear-gradient(to right, #6a11cb, #2575fc);		
}
.body-yk{
    background: linear-gradient(to right, #00C1FF, #FF8000);		
}
.body-iq{
    background: linear-gradient(to right, #38EA8B, #B552EE);		
}
.body-mg{
    background: linear-gradient(to right, #FF6700, #FF9700);		
}
.body-migu{
    background: linear-gradient(to right, #18A4E7, #D0061A);		
}
.header {
    text-align: center;
    color: #ffffff;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
}
.header-content .text {
    text-align: left;
}
.header-content .text h2 {
    margin: 0;
    font-size: 2.5em;
}
.header-content .text p {
    margin: 5px 0;
    font-size: 1.5em;
}
.header-content img {
    width: 100px;
    height: 90px;
    margin-left: 200px;
}



.subscribe {
    margin: 5px 0;
    font-size: 1.7em;
    color: #ffffff;
}

.event-container {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);

    width: 95%;
    margin: 20px auto;

    padding-bottom: 20px; /* 增加底部空白高度 */	
}

.event-group {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; /* 增加表单间距 */	

}

.event-header {
    width: 100%;
    padding: 20px;
    font-size: 2em;
    background: linear-gradient(to right, #2575fc, #6a11cb);
    color: #fff;
    font-weight: bold;
    border: none;
    text-align: left;
    cursor: pointer;
    border-radius: 10px 10px 0 0;		
    display: flex;
	white-space: nowrap;
}

.qe{
    background: linear-gradient(to right, #2575fc, #6a11cb);
}

.yk{
    background: linear-gradient(to right, #FF8000, #00C1FF);
}

.iq{
    background: linear-gradient(to right, #B552EE, #38EA8B);
}
.mg{
    background: linear-gradient(to right, #FF9700, #FF6700);
}
.migu{
    background: linear-gradient(to right, #D0061A, #18A4E7);
}

.event-header span {
    margin-left: auto;
	white-space: nowrap;
}

.event-content {
    display: none;
}




.event-table {
    position: relative;
    padding-bottom: 80px; 
    border: 1px solid #ddd; 
}

.event {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.table-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    width: 90%;
    padding: 20px;
    position: relative;
    padding-bottom: 10px; /* Ensure space for buttons and message */
}
.notification {
    text-align: center;
    font-size: 3.2em;
    color: #ff0000;
    margin-bottom: 20px;
}
.notification-image {
            text-align: center;
            margin-top: 20px; /* Space above the image */
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;

}
th, td {
	
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
th {
	width: 22%;
    background-color: #f2f2f2;
    font-weight: bold;
    color: #333;
    font-size: 2em;
}
td {
    font-size: 2em;
    font-weight: bold;
    color: #555;	
}



.wide-th {
    width: 40%; /* 或者你可以根据需要调整这个值 */
	background-color: #f5f5f5;
}

.nowrap {
    white-space: nowrap;
    min-width: 200px;
}

/* 剧名灰色背景*/
.event-content table td[rowspan] {
    vertical-align: middle;
    font-weight: bold;
    background-color: #f5f5f5;
}


.right-align {
    text-align: center;
}

.button-container {
    position: absolute;
    
	bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px; /* Space between buttons */

}

.buttons {
    text-align: center;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    background-color: #007BFF;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 2em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	
}

.button:hover {
    transform: translateY(-2px); /* 新增悬停微移效果 */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* 增强阴影 */
}

.skyblue-button {
    background-color: #9000FF;
  }
  
.skyblue-button:hover {
  background-color: #C06DFF; 
}

.skygreen-button {
    background-color: #02c778;
  }
  
.skygreen-button:hover {
  background-color: #02b86f; 
}

.copy-button {
    background-color: #28a745; /* Green color for copy button */
}
.copy-button:hover {
    background-color: #218838;
}
.copy-message {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000;
    color: #fff;
    padding: 45px;
    border-radius: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it appears above other elements */
    font-size: 2.0em; /* Larger text */
	white-space: nowrap;
}



.weixin-tip {
    display: none;
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #000;
    color: #fff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Ensure it appears above other elements */
    font-size: 2.5em; /* Larger text */
}
.weixin-tip::after {
    content: "";
    position: absolute;
    top: -30%;
    right: 20px;
    border-width: 20px;
    border-style: solid;
    border-color: transparent transparent #000 transparent;
}

/* 新增表格样式 */
.stats-table table {
    border: 1px solid #e0e0e0;
}

.stats-table tr:nth-child(even) {
    background-color: #f8f9fa; /* 斑马条纹 */
}


.stats-table td:not(:first-child) {
    color: #4a5568; /* 加深数据颜色 */
}

.header, .event-header, .stats-table {
    will-change: transform; /* 提示浏览器进行优化 */
}
/* 仅针对剧时间段统计表格 */
.event-container > .event-content > .stats-table {
    border-collapse: separate; /* 允许单元格独立边框 */
    border-spacing: 0 8px;    /* 行间增加8px间距 */
}

/* 剧目区块顶部粗分割线 */
.event-container > .event-content > .stats-table td[rowspan] {
    border-top: 3px solid #b0b0b0; /* 浅灰色粗线 */
    background-color: #f0f0f0 !important; /* 浅灰背景 */
    padding-top: 12px; /* 增加顶部内边距 */
}

/* 行间细分割线 */
.event-container > .event-content > .stats-table tr:not(:last-child) {
    border-bottom: 1px solid #e0e0e0; /* 统一浅灰分割线 */
}
