@charset "utf-8";
/* CSS Document */


*{
	margin:0 auto;
	padding:0;
	}	
	
	
	
	
.button-container {
	
 display:flex;
 gap:0px; /* 按钮间距 */
 margin-bottom:0px; /* 按钮与显示框的间距 */
}




.button {
font-size:20px;
 width:128px;
 height:40px;

 border: none;
 background-color:#FFCEE7; /* 按钮背景色 */
 cursor: pointer;
 position: relative;
}

.button::after {
 content: '';
 display: block;
 width: 100%;
 height:2px;
 background-color: #f0f0f0; /* 横线颜色 */
 position: absolute;
 bottom: -2px;
 left:0;
}

.button.active {
 background-color:#FF6060; /* 高亮按钮背景色 */
 color: white;
}

.button.active::after {
 background-color:#603; /* 高亮横线颜色 */
}

.content-div {
 display: none; /* 默认不显示 */

 padding:10px;
}


.content-div.active {
 display: block; /* 激活时显示 */
}	
	
	
	
	
	
		


.anniu{
	width:1100px;
	height:40px;
	background-color:#FFCEE7;}
	
.menu{
	width:1100px;
	height:300px;
	}
	
.menu01{
	background-image:url(../img/Screenshot_20250423-125252.jpg);
	background-size:cover;
	float:right;
	width:300px;
	height:300px;
	}
	
	

.menu02{
	margin:auto;
	color:#636;
	transform:translateY(120px);
	width:820px;
	height:300px;
	font-size:70px;
	font-weight:700;
		}
	
	
.di2bank{
	width:1100px;
	height:1100px;
}



/*电影区*/


.dianying{
	transform:translateX(0px);
	width:100%;
	height:100%;
	margin-bottom:10px;
}

.d1{
	margin-top:10px;
	transform:translateX(50px);
	float:left;
	width:260px;
	height:280px;
	}
	
.dytongyi{
	margin-right:1300px;
	float:left;
	width:200px;
	height:240px;
}