
body{
	/* background:#e7e7e7; */
}
.carbox img{
	width:100%;
	height: 232px;
}
.welconme{
	max-width:1200px;
	position:relative;
	margin:0px auto;
	padding:20px 0;
	text-align: center;
	font-size: 24px;
	color:#666;
	}
.showbox{
	max-width:1200px;
	position:relative;
	margin:0 auto 200px;
	 background:#e7e7e7; 
}
.ulli{
	display:flex;
	justify-content:space-between;
}
.simgbox{
	width:100%;
	height:100%;
	border:1px dashed #efefef;
	position:relative;
}
.lisa{
	margin-top:20px;
	width:18.5%;
	height:300px;
	/* border:1px solid #eee; */
	position:relative;
}
.playimg{
	position:relative;
	bottom:0;
	width:100%;
	height:30px;
	display: flex;
	justify-content:space-between;
}
.musicname{
	width:80%;
	height:100%;
	color:#666;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height:30px;
	
}
.splay{
	width:20%;
	height:100%;
	position:relative;
	font-size: 24px;
	text-align: center;
	color:#e5000c;
	line-height:30px;
	cursor: pointer;
}

.audi audio{
	width:100%;
	height:25px;
}
