*{
	margin: 0;
	padding: 0;
}
.music{
	height: 58px;width: 302px;background-color: aqua;;
}
.top{
	border-color: rgb(222,234,246);border-style: solid;border-width: 4px; background-color: rgb(222,234,246);display: flex;justify-content: space-around;flex-direction: row; 
}

.jc{
	width: 500px;height: auto;padding-top: 50px;cursor: pointer;transition: all 0.5s;background-size: cover;
}
.hy{
	width: 800px;height: auto;cursor: pointer;transition: all 0.5s;background-size: cover;
}
.hy:hover{
	transform: scale(2);
}
.jc:hover{
	transform: scale(2);
}
.second{
	border-color: yellow;border-style: solid;border-width: 4px; background-color: rgb(222,234,246);display: flex;justify-content: space-around;flex-direction: row;
}
.second_1{
	width: 500px;height: 700px;text-align: center;
}
.ly{
	width: auto;height:550px ;cursor: pointer;transition: all 0.5s;background-size: cover;
}
.ly:hover{
	transform: scale(2);
}
.jy1{
	color: rgb(0,176,240);
}
.phx{
	width: 500px;height:450px ;cursor: pointer;transition: all 0.5s;background-size: cover;margin-top: 20px;
}
.phx:hover{
	transform: scale(2);
}