.right {
	float: right;
}

:hover {
	cursor: default;
}

main a:hover {
	cursor: pointer;
	text-decoration: underline;
}

input[type=text]:hover,
input[type=search]:hover,
input[type=password]:hover {
	cursor: auto;
}

.fa:hover {
	box-shadow: #ADFF2F;
}

body {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: none;
}

::-webkit-scrollbar {
	display: none;
}

body>section {
	font-size: 14px;
	width: 900px;
	margin: 0px auto;
}

header {
	height: 50px;
	background-color: #e60026;
}

header .logo {
	width: 156px;
	height: 34px;
	margin: 8px 10px;
	display: inline-block;
	background-position: 0px -18px;
	background-image: url(../img/topbar.png);
}

header>ul {
	margin: 11px 30px;
	text-align: center;
}

header li {
	float: left;
	width: 50px;
	height: 28px;
	line-height: 28px;
}

header li>span {
	display: inline-block;
	width: 50px;
}

header .search {
	margin-right: 310px;
}

header .search>div {
	width: 200px;
	border-radius: 14px;
	background: url(../img/topbar.png) no-repeat;
	background-color: #fff;
	background-position: -3px -100px;
}

header .search input {
	margin: 6px 0 0 20px;
	width: 170px;
	height: 16px;
	border: 0;
	padding: 0;
}

header .user {
	margin: 0 30px;
	color: #FFFFFF;
}

header .user img {
	width: 40px;
	height: 40px;
	margin-top: -6px;
	margin-left: -50px;
	float: left;
	border-radius: 20px;
}

header .user>span {
	width: 80px;
}

header .user>span>span {
	display: inline-block;
	max-width: 80px;
	overflow: hidden;
	height: 28px;
	float: left;
}

header .menu {
	margin: 0;
	color: #FFFFFF;
}

header .menu>ul {
	display: none;
	width: 50px;
	position: relative;
}

header .menu>ul li {
	background-color: #e60026;
	border-top: 1px solid #6d0000;
}

header>div {
	position: relative;
	display: none;
	border: 1px solid #ffffff;
	margin: 140px auto;
	width: 400px;
	height: 240px;
	z-index: 11;
	color: #FFFFFF;
	background-color: #e60026;
}

header .color {
	width: 300px;
	height: 200px;
}

header>div>label,
header .color span {
	display: inline-block;
	text-align: right;
	width: 80px;
	height: 2em;
	line-height: 2em;
}

header .login label {
	margin: 20px 10px 1px;
}

header .color span {
	text-align: center;
	width: 50px;
}

header .login>div {
	margin: 20px 10px 10px;
	display: inline-block;
	vertical-align: top;
	width: 240px;
	height: 2em;
	line-height: 2em;
}

header .login input[name] {
	margin: 0.2em;
	border: 0px;
	width: 225px;
	height: 1.6em;
	line-height: 1em;
	text-align: center;
	border-radius: 0.8em;
}

header .login>span {
	margin-top: 10px;
	display: block;
	width: 400px;
	text-align: center;
	height: 20px;
}

header .login button {
	margin: 10px 60px;
	border-width: 1px 0px 3px;
	padding: 0px;
	width: 280px;
	height: 28px;
	font-size: 1.2em;
	line-height: 28px;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: transparent;
}

header .color input {
	vertical-align: top;
	width: 150px;
	height: 2em;
	line-height: 2em;
}

header>div>p {
	text-align: center;
	margin: 0 0 10px;
	height: 2em;
	line-height: 2em;
	background-color: #c7c7c7;
}

header>div>p+input[type=button] {
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 28px;
	height: 28px;
	background-color: #C7C7C7;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 28px;
	line-height: 28px;
	color: #FFFFFF;
}

header .menu>ul li:last-child {
	display: none;
}

main {
	height: 500px;
	overflow: auto;
	background-color: #DDDDDD;
}

main .info {
	width: 450px;
	height: 450px;
	float: left;
}

main .al>div:first-child {
	padding: 50px 85px;
}

main .al>div:first-child>div {
	width: 165px;
	height: 165px;
	border: 50px solid rgba(0, 0, 0, 0.8);
	border-radius: 50%;
}

main .al img {
	width: 165px;
	height: 165px;
	border-radius: 50%;
}

main .al .rotate {
	animation: imgRotate 20s linear infinite;
}

@keyframes imgRotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

main .al>div:last-child {
	padding: 0px 75px;
	height: 28px;
}

main .al>div:last-child button {
	float: left;
	margin: 0px 10px;
	padding: 0px;
	width: 54px;
	height: 28px;
	line-height: 28px;
	border-radius: 7px;
	border: 1px solid #828282;
}

main .lrc {
	width: 430px;
	height: 430px;
	padding: 10px;
}

main .lrc>p {
	margin: 10px 0 0 15px;
	height: 2em;
	font-size: 2em;
	line-height: 2em;
	overflow: hidden;
	font-weight: 600;
}

main .lrc>span {
	width: 192px;
	margin: 5px 0 0 15px;
	display: inline-block;
	overflow: hidden;
	font-size: 1.2em;
	height: 28px;
	line-height: 28px;
}

main .lrc>span>a {
	color: #0715d6;
}

main .lrc>div {
	padding: 5px 10px 0 15px;
	width: 405px;
	height: 280px;
	font-size: 1.2em;
}

main .lrc>div ul {
	width: 405px;
	height: 280px;
	overflow: auto;
}

main .lrc>div li {
	display: inline-block;
	height: 32px;
	font-size: 0.9em;
	line-height: 32px;
	width: 405px;
	color: #424242;
	text-align: center;
}

main .lrc>div ul .play {
	color: #000000;
	font-size: 1.2em;
	filter: drop-shadow(rgba(0, 0, 0,0.5) -2px -2px 3px);
}

main .msg {
	clear: both;
	width: 730px;
	margin: 0 85px;
}

main .msg b {
	font-weight: normal;
}

main .msg>div:first-child {
	width: 730px;
	border-bottom: 2px solid #585858;
}

main .msg>div:first-child p {
	margin: 0;
	display: inline-block;
	width: 70px;
	height: 2em;
	font-size: 2em;
	line-height: 2em;
}

main .msg .send {
	margin-top: 20px;
	height: 80px;
}

main .msg .send img {
	width: 50px;
	height: 50px;
}

main .msg .send>div {
	float: right;
	width: 660px;
	height: 60px;
	margin: 0;
	border: 1px solid #9c9b9b;
	border-radius: 5px;
}

main .msg .send>div textarea {
	width: 658px;
	height: 58px;
	margin: 1px;
	padding: 0px;
	border: 0px;
	border-radius: 4px;
	resize: none;
}

main .msg .send button {
	clear: both;
	float: right;
	margin: 5px 0;
	width: 60px;
	height: 30px;
	border: 1px solid #9C9B9B;
	border-radius: 4px;
}

main .msg .send span {
	float: right;
	margin: 5px 20px;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

main .msg .send b {
	float: right;
	margin: 5px 0px;
	width: 500px;
	height: 30px;
	line-height: 30px;
}

main .msg .send .max {
	color: #FF0000;
}

main .msg>div:last-child {
	clear: both;
}

main .msg>div:last-child>span {
	display: inline-block;
	height: 2em;
	width: 730px;
	margin: 5px 0 0;
	font-size: 1.2em;
	border-bottom: 2px solid #909090;
}

main .msg>div:last-child>div img {
	width: 50px;
	height: 50px;
}

main .msg>div:last-child>div>div::after {
	content: " ";
	display: table;
	clear: both;
}

main .msg>div:last-child>div>div>div {
	float: right;
	width: 670px;
	margin-bottom: 15px;
}

main .msg>div:last-child>div>div>div>div {
	width: 670px;
	word-break: break-all;
}

main .msg>div:last-child>div>div>div>div>a {
	color: #0715d6;
}

main .msg>div:last-child>div>div>div>span {
	display: inline-block;
	margin-top: 15px;
	color: #909090;
	font-size: 0.8em;
}

main .msg>div:last-child>div>div>div>section {
	margin-top: 15px;
	float: right;
}

main .msg>div:last-child>div>div>div>section>i {
	margin: 0px 5px;
	letter-spacing: 2px;
}

main .msg>div:last-child>div>div>div>section>span {
	color: #909090;
}

main .msg>div:last-child>div>div>div>section>button {
	border: 0px;
	background-color: #dddddd;
	color: #000000;
}

main .msg>div:last-child>div>div:not(:last-child) {
	border-bottom: 1px dotted #000000;
	margin: 15px 0;
}

footer {
	color: #FFFFFF;
	height: 50px;
	background-color: #e60026;
}

footer::before {
	content: " ";
	display: table;
}

footer>ul {
	margin: 11px;
	height: 28px;
	float: left;
	text-align: center;
}

footer>ul>li {
	float: left;
	width: 24px;
	height: 28px;
	margin-right: 8px;
}

footer>ul .pause {
	width: 36px;
	margin-top: -6px;
}

footer>ul .image {
	width: 40px;
	height: 40px;
	margin-top: -6px;
	border: 1px solid #6d0000;
	background-color: #FFFFFF;
	border-radius: 10px;
}

footer>ul .image>img {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background-color: #FFFFFF;
}

footer>ul .progress {
	margin-top: -6px;
	width: 340px;
	height: 40px;
	text-align: left;
}

footer>ul .progress>a {
	max-width: 200px;
	display: inline-block;
	height: 18px;
	white-space: nowrap;
	overflow: scroll;
}

footer>ul .progress>span {
	display: inline-block;
	margin-left: 15px;
	height: 18px;
	white-space: nowrap;
	max-width: 125px;
	overflow: scroll;
}

footer>ul .progress>div {
	margin-top: 7px;
	width: 340px;
	height: 8px;
	border-radius: 4px;
	background-color: #000000;
}

footer>ul .progress>div>b {
	position: relative;
	left: -7px;
	top: -19px;
	z-index: 3;
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	background-color: #0511ff;
}

footer>ul .progress>div>span {
	position: relative;
	display: block;
	width: 340px;
	height: 8px;
	border-radius: 4px;
	background-color: #2596dc;
}

footer>ul .progress>div .pro2 {
	top: -8px;
	width: 0px;
	z-index: 2;
	background-color: #fff700;
}

footer>ul .time {
	width: 120px;
	margin-top: 9px;
	font-size: 12px;
}

footer>ul .time>span {
	display: inline-block;
	width: 5px;
	height: 28px;
	line-height: 28px;
}

footer>ul .time .minute {
	width: 25px;
}

footer>ul .time .second {
	width: 20px;
}

footer>ul .mode {
	width: 30px;
}

footer>ul .lyric {
	margin: 0;
	width: 30px;
}

footer>ul .lyric>#lyric {
	position: relative;
	float: right;
	top: 10px;
	right: -187px;
	height: 60px;
	width: 900px;
	z-index: 10;
	display: none;
	box-shadow: inset #e60026 0px 0px 6px 0px;
}

footer>ul .lyric>#lyric>span {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 2.5em;
	width: 900px;
	color: #E60026;
	filter: drop-shadow(-2px -2px 3px #6d0000);
	font-weight: 700;
	letter-spacing: 5px;
}

footer>ul .volume {
	height: 10px;
	width: 100px;
}

/* 
	-webkit-appearance作用修改按钮和其它控件的外观
	是一个不规范的属性，只有chrome和safari支持而且渲染的效果在不同浏览器下不一样，一般隐藏以后自己重写该样式。不直接使用。去除原来的样式
 */
footer>ul .volume>input {
	display: inline-block;
	width: 100px;
	height: 10px;
	margin: 9px 0 0;
	background-color: #e60026;
	-webkit-appearance: none;
}

/* 去除点击以后的蓝色框 */
footer>ul .volume>input:focus {
	/* 去除蓝色外边框 */
	outline: none;
}

/*-webkit-slider-thumb:实现拖拽小点; */
footer>ul .volume>input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 12px;
	height: 12px;
	background-color: red;
	border-radius: 50%;
}

/* -webkit-slider-runnable-track:实现轨道; */
footer>ul .volume>input::-webkit-slider-runnable-track {
	background-color: blue;
	height: 12px;
	border-radius: 20px;
}

footer>ul .file {
	margin: 0;
	width: 30px;
}

footer>ul .file>#list {
	position: relative;
	float: right;
	top: -270px;
	left: 15px;
	height: 228px;
	width: 315px;
	z-index: 10;
	display: none;
	color: #000000;
	border: 1px solid #a5a5a5;
	background: #ffffff;
}

footer>ul .file>#list>ul {
	width: 312px;
	height: 200px;
	overflow: auto;
}

footer>ul .file>#list li {
	height: 26px;
}

footer>ul .file>#list li:hover {
	background-color: #c0c81d;
	color: #FFFFFF;
}

footer>ul .file>#list span {
	float: left;
	display: inline-block;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
	padding: 0 2px;
	border-bottom: 1px solid #DDDDDD;
}

footer>ul .file>#list>span {
	text-align: center;
	border-right: 1px solid #DDDDDD;
}

footer>ul .file>#list .song-index {
	width: 30px;
	text-align: right;
}

footer>ul .file>#list .song-name {
	width: 170px;
}

footer>ul .file>#list .song-singer {
	width: 100px;
}

footer>ul .file>#list .play {
	background-color: greenyellow;
	color: #FFFFFF;
}
