.rml-wrapper-2{
	display: flex;
}
.rml-main-2{
	width: 70%;
}
.border-bottom{
	border-bottom: 1px dotted #fff;
	padding-top: 48px;
}
/* 右 */
.rml-downlord-shaping-2{
	padding: 32px 0 0 0;
}
.rml-right-btn{
	width: 30%;
	padding: 40px 0 0 0;
}
.rml-play-button{
	background-color: #84CB29;
	color: #fff;
	border: none;
	width: 300px;
	height: 50px;
	border-radius: 5px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all ease .3s;
}

.rml-play-button img{
	max-width: 22px;
	padding: 0 8px 0 0;
}

.rml-downlord-button{
	background-color:  #00B7FF;
	color: #fff;
	border: none;
	width: 300px;
	height: 50px;
	border-radius: 5px;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all ease .3s;
}

.rml-play-button:hover, .rml-downlord-button:hover {
	opacity: .7;
}

.rml-downlord-button .material-symbols-outlined{
	font-size: 24px;
	display: block;
}
.rml-downlord-shaping{
	width: 150px;
	height: 150px;
}

/* 左 */
.rml-main-2 .rml-title-2{
	color: #fff;
	font-weight: bold;
	font-size: 35px;
	padding: 40px 0 0 0;
	text-align : left;
}
.rml-main-2 .rml-artist-name-2{
	font-size: 24px;
	padding: 8px 0 0 0;
}
.rml-main-2 .rml-artist-name-2, .rml-main-2 .rml-genre-2, .rml-main-2 .rml-category-2, .rml-main-2 .rml-time-2{
	color: #fff;
}
.rml-main-2 .rml-genre-2{
	align-items: center;
}
.rml-category-2 a,.rml-main-2 .rml-genre-2 a, .rml-bpm a {
	color: #fff;
}
.rml-main-2 .rml-genre-2, .rml-main-2 .rml-category-2, .rml-main-2 .rml-time-2, .rml-bpm {
	font-size: 18px;
	display: flex;
	align-items: center;
	padding: 8px 0 0 0;
}
.rml-main-2 .material-symbols-outlined{
	color: #84CB29;
	font-size: 18px;
    padding: 0 8px 0 0;
}

.rml-main-2 .rml-genre-2{
	padding: 40px 0 0 0;
}

.single-music .rml-genre-2 {
	display: block;
}
/* pick up */
.single-music .rml-music-title{
	font-size: 15px;
    font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	z-index: 1;
}
.single-music .rml-artist-name{
    font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.single-music .rml-downlord{
	font-size: 13px;
	color: #00B7FF;
	position: absolute;
	bottom: 16px;
	left: 8px;
	border-bottom: 1px solid #00B7FF;
	display: flex;
	align-items: center;
}


@media screen and (max-width:768px) {
	.rml-wrapper-2{
		display:block;
	}
/* 	左 */
	.rml-main-2{
		width: 90%;
		margin: 0 auto;
	}
/* 	右 */
	.rml-right-btn{
		width: 80%;
		margin: 0 auto;
	}
	.rml-play-button{
		width: 100%;
		margin:0 auto;
	}
	.rml-downlord-button{
		width: 100%;
		margin: 0 auto;
	}
/* 	pikup */
	.single-music .rml-text-line-right{
	padding-top: 24px;
	}
	.single-music .rml-music-sp{
		width: 100%;
		height: 100%;
	}
}