@charset "utf-8";

form {
	padding: 5px 15px;
}

form p {
	padding: 10px 0;
	margin-left: 5px;
	font-size: 14px;
}

th {
	font-size: 14px;
}

input[name="username"] {
	width: 50%;
}

textarea {
	width: 100%;
	resize: none;
}

button {
	margin-top: 14px;
	margin-bottom: 14px;
	width: 130px;
	line-height: 35px;
	color: #323232;
	text-align: center;
	font-weight: bold;
	background-color: #f1be03;
	border: 0;
	border-radius: 5px;
}

.main-article {
	display: flex;
}

.article-detail {
	flex: 1;
	padding-right: 30px;
}

.article-content {
	padding: 20px;
	font-size: 16px;
}

.article-content img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.article-content p {
	padding-bottom: 30px;
	line-height: 1.8;
	text-indent: 2em;
}

.article-navigation {
	font-size: 14px;
	text-align: center;
}

.article-navigation td {
	width: 20%;
}

.article-sub-title {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px 15px;
	color: #fff;
	font-weight: bold;
	background-color: #000;
	border-radius: 15px;
}

.title-password {
	margin-bottom: 10px;
	padding: 5px 10px;
	width: max-content;
	font-weight: bold;
	text-indent: unset!important;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
}

.song-list {
	padding: 10px;
	margin-bottom: 50px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 0px 0px black, -1px 0px 0px black, 0px 1px 0px black, 0px -1px 0px black;
	border-radius: 6px;
	box-shadow: 0 0 6px #999;
	overflow: auto;
}

.article-song-cover {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-right: 21.875px;
	margin-bottom: 10px;
	padding: 5px;
	width: 120px;
	height: 132px;
	background-size: 100%; 
}

.article-song-cover:nth-child(5) {
	margin-right: 0;
}

.composer {
	position: absolute;
	bottom: 8px;
	font-size: 12px;
	text-indent: unset!important;
	line-height: unset!important;
}

.article-class {
	margin-right: 20px;
	color: #9b9b9b;
}

.article-vCount {
	margin-right: 20px;
	color: #9b9b9b;
}

.article-comment {
	color: #9b9b9b;
}

.article-modified {
	color: #9b9b9b;
}

.comment-user {
}

.comment-user .row {
	padding: 20px 20px;
	min-height: 80px;
	font-size: 15px;
	border-bottom: 1px dotted #ddd;
}

.comment-user .row:last-child {
	border-bottom: 0;
}

.comment-header {
	font-size: 12px;
	color: #999;
}

.comment-header span {
	margin-right: 10px;
	font-weight: bold;
	color: #666;
}

.comment-body {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px 10px 20px 10px;
}

.comment-body:hover {
	background-color: #eee;
}

.comment-footer {
	font-size: 12px;
	color: #999;
}

#comment-btn {
	position: fixed;
	padding: 10px 15px;
	bottom: 140px;
	width: max-content;
	font-weight: bold;
	background-color: #f1be03;
	border-radius: 6px;
	box-shadow: 0 0 5px;
	cursor: pointer;
}

#comment-btn:hover {
	background-color: #ffd55b;
}

.content-list {
	padding: 0 !important;
	border-bottom: 1px dotted #ccc;
}

.content-list:last-child {
	border-bottom: 0;
}