.T_content{
	width: 1200px;
	margin: 0 auto;
	/* background-color: aqua; */
}
/* .switch_display{
	
} */

/* 下拉 */
	/* 容器需要定位下拉内容 */
			.Button_frame {
				height: 40px;
				border-radius: 21px;
				background-color: #ffffff;
				position: relative;
				display: inline-block;
			}

			/* 下拉按钮样式 */
			.Button {
				width: 70px;
				height: 31px;
				border-radius: 20px;
				cursor: pointer;
				text-align: center;
				background-color: #e8e8e8;
				line-height: 30px;
				color: #000000;
				font-size: 13px;
				/* float: left; */
			}


			/* 下拉内容 (默认隐藏) */
			.Button_frame-content {
				display: none;
				position: absolute;
				background-color: #f9f9f9;
				min-width: 160px;
				box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
				width: 180px;
				background-color: #ffffff;
				border-radius: 5px;
				margin-left: -3px;
				margin-top: 10px;
			}

			/* 下拉菜单的链接 */
			.Button_frame-content a {
				width: 70px;
				height: 31px;
				color: black;
				text-decoration: none;
				border-radius: 20px;
				display: block;
				float: left;
				margin: 8px 8px;
 			}

			/* 鼠标移上去后修改下拉菜单链接颜色 */
			.Button_frame-content a:hover {
				background-color: #3e8e41;
				color: #fff;
			}

			/* 在鼠标移上去后显示下拉菜单 */
			.Button_frame:hover .Button_frame-content {
				display: block;
				color: #fff;
			}
			.Button_frame:hover .Button {
				width: 70px;
				height: 31px;
				color: #fff;
				background-color: #3e8e41;
			}
			

.Type_two_duoduo_ul>.dandu{
	color: #9a9a9a;
	
}
.ttt{
	background-color: #005500;
}
.song_type{
	width: 1200px;
	height: 120px;
	/* background-color: #959895; */
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	position: relative;
	margin-top: 20px;
}
.Type_noe{
	width: 160px;
	/* background-color: chartreuse; */
}
.Type_header{
	font-size: 15px;
	font-weight: 600;
	margin-left: 5px;
	cursor: pointer;
	
}
.Type_duoduo{
	width: 160px;
	font-size: 13px;
	
}
/* --2 */
.Type_two{
	width: 240px;
	/* background-color:coral; */
}
.Type_two_duoduo{
	width: 240px;
	font-size: 13px;
}
.Type_two_duoduo_ul>.uli{
	width: 70px;
	height: 30px;
	background-color: #e8e8e8;
	border-radius: 20px;
	cursor: pointer;
	text-align: center;
	line-height: 30px;
	color: #000000;
	float: left;
	margin: 10px 10px 0 0;
}
.Type_two_duoduo_ul .aiu{
		width: 70px;
		height: 30px;
		background-color:#005500;
		border-radius: 20px;
		cursor: pointer;
		text-align: center;
		line-height: 30px;
		color: #fff;
		float: left;
		margin: 10px 10px 0 0;
}
/* 弹窗 */
.elastic_noe{
	width: 350px;
	/* height: 60px; */
	background-color: #e8e8e8;
	position: absolute;
	border-radius: 5px;
	left: -57px;
	top: 150px;
	z-index: 100;
	transition: 0.3s;
	display: none;
}
.elastic_content{
	
}
.elastic_content li{
	width: 70px;
	height: 30px;
	font-size: 13px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	line-height: 30px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 16px;
	cursor: pointer;
}
.elastic_two{
	width: 350px;
	/* height: 60px; */
	background-color: #e8e8e8;
	position: absolute;
	border-radius: 5px;
	left:200px;
	top: 150px;
	z-index: 100;
	display: none;
}
.elastic_three{
	width: 350px;
	/* height: 60px; */
	background-color: #e8e8e8;
	position: absolute;
	border-radius: 5px;
	left:458px;
	top: 150px;
	z-index: 100;
	display: none;
}
.elastic_four{
	width: 350px;
	background-color: #e8e8e8;
	position: absolute;
	border-radius: 5px;
	left:726px;
	top: 150px;
	z-index: 100;
	transition: 0.3s;
	display: none;
}
.elastic_two_content li{
	width: 70px;
	height: 30px;
	font-size: 13px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	line-height: 30px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 16px;
	float: left;
	cursor: pointer;
}
.elastic_three_content{
	width: 70px;
	height: 30px;
	font-size: 13px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	line-height: 30px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 16px;
	float: left;
	cursor: pointer;
}
.elastic_four_content{
	width: 70px;
	height: 30px;
	font-size: 13px;
	background-color: #fff;
	text-align: center;
	border-radius: 20px;
	line-height: 30px;
	margin-left: 14px;
	margin-bottom: 10px;
	margin-top: 16px;
	float: left;
	cursor: pointer;
}
/*全部歌单 */
.whole_song{
	width: 1200px;
	/* border: #959895 solid 1px; */
}
.whole_song_header h2{
	font-style: normal;
	font-weight: 400;
}
.wholeSong_cntone{
	width: 1200px;
	/* background-color: beige; */
	margin-top: 14px;
	overflow: hidden;
}
.wholeSongCntone_noe{
	width: 224px;
	height: 268px;
	/* background-color: aqua; */
	float: left;
	padding-right: 16px;
	margin-top: 10px;
	margin-bottom: 25px;
	cursor: pointer;
}
.picture{
	width: 224px;
	height: 224px;
	overflow: hidden;
}
.picture .tupian_gedan{
	width: 224px;
	height: 224px;
	float: left;
}
.tupian_gedan:hover{
	width: 229px;
	height: 229px;
	transition: 0.3s;
}
.tupian_buofang{
	width: 60px;
	height: 70px;
	margin-top: -134px;
	margin-left: 75px;
	float: left;
	display: none;
}
.cntone_ziti{
	margin-top: 16px;
}
.Fneye_{
	margin-top: 30px;
	margin-bottom: 35px;
}
