
 .songmax {
	line-height:1.8;
	font-size:15px;
	letter-spacing:0.013rem;
	text-align:justify;
	word-break: break-word;
    word-wrap: break-word;
}
.songmax address,.songmax caption,.songmax cite,.songmax code,.songmax dfn,.songmax th {
	font-weight:400;
	font-style:normal;
}
.songmax caption,.songmax th {
	text-align:left;
}
.songmax q::before,.songmax q::after {
	content:'';
}
.songmax pre,.songmax code,.songmax kbd,.songmax samp,.songmax pre tt {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
.songmax figcaption {
	color:rgba(0,0,0,0.54);
	font-size:80%;
}
.songmax [draggable],.songmax [draggable="true"] {
	cursor:move;
}
.songmax [draggable="false"] {
	cursor:inherit;
}
.songmax p,.songmax pre,.songmax ul,.songmax ol,.songmax dl,.songmax form,.songmax hr,.songmax figure,.songmax table,.songmax .mdui-table,.songmax .mdui-table-fluid {
	margin:0 0 1.2em 0;
}
.songmax p:last-child,.songmax pre:last-child,.songmax ul:last-child,.songmax ol:last-child,.songmax dl:last-child,.songmax form:last-child,.songmax hr:last-child,.songmax figure:last-child,.songmax table:last-child,.songmax .mdui-table:last-child,.songmax .mdui-table-fluid:last-child {
	margin-bottom:0;
}
.songmax a {
	color:#448aca;
	position:relative;
	overflow:hidden;
	text-decoration:none;
	vertical-align:top;
	outline:none;
}
.songmax a::before {
	position:absolute;
	top:auto;
	bottom:1px;
	left:0;
	width:100%;
	height:1px;
	background-color:#45D9A6;
	-webkit-transform:scaleX(0);
	transform:scaleX(0);
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	content:' ';
}
.songmax a:hover::before,.songmax a:focus::before {
	-webkit-transform:scaleX(1);
	transform:scaleX(1);
}
.songmax small {
	font-size:80%;
}
.songmax blockquote {
	margin:1.5em 10px;
	padding:.5em 10px;
	border-left: 4px solid #999;
}
.songmax mark {
	margin:0 5px;
	padding:2px;
	background:#fffdd1;
	border-bottom:1px solid #ffedce;
}
.songmax h1,.songmax h2,.songmax h3,.songmax h4,.songmax h5,.songmax h6 {
	margin-top:1.2em;
	margin-bottom:.6em;
	color:inherit;
	font-weight:400;
	font-family:inherit;
	line-height:1.35;
	background: linear-gradient(to bottom,transparent 60%,rgba(189,202,219,.3) 0) no-repeat;
    width: auto;
    display: inline-block;
}
.songmax h1:last-child,.songmax h2:last-child,.songmax h3:last-child,.songmax h4:last-child,.songmax h5:last-child,.songmax h6:last-child {
	margin-bottom:0;
}
.songmax h1 small,.songmax h2 small,.songmax h3 small,.songmax h4 small,.songmax h5 small,.songmax h6 small {
	color:rgba(0,0,0,0.54);
	font-weight:400;
	font-size:65%;
	line-height:1;
}
.songmax h1 {
	font-size:2em;
}
.songmax h2 {
	font-size:1.8em;
}
.songmax h3 {
	font-size:1.6em;
}
.songmax h4 {
	font-size:1.4em;
}
.songmax h5 {
	font-size:1.2em;
}
.songmax h6 {
	font-size:1.1em;
}
.songmax code {
	padding:2px;
	margin:0 4px;
	word-wrap:break-word;
	background:#FCE4EC;
	border-radius:3px;
	font:15px/26px courier new;
	color:#F06292;
}
.songmax pre code {
	padding:0;
	color:inherit;
	font-size:inherit;
	line-height:1.7;
	background-color:transparent;
	border-radius:0;
}
.songmax abbr[title] {
	text-decoration:none;
	border-bottom:1px dotted;
	cursor:help;
}
.songmax ins {
	text-decoration:none;
	border-bottom:1px solid;
}
.songmax u {
	text-decoration:none;
	border-bottom:1px solid;
}
.songmax del {
	text-decoration:line-through;
}
.songmax hr {
	display:block;
	border:0;
	margin:2.24em auto 2.86em;
}
.songmax hr:after {
	color:#999;
	font-size:1.1em;
	display:block;
	content:"~ ~ ~ ~";
	text-align:center;
}
.songmax pre {
	padding:12px 16px;
	overflow: auto;
	border-radius:5px;
	-webkit-overflow-scrolling:touch;
    padding-top: 42px;
    -webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
	position: relative;
	background-color: #f3f3f3;
}
.songmax :not(pre) > code[class*="language-"],.songmax pre[class*="language-"] {
    background: #f1f3f3;
}
.songmax pre[class*="language-"] {
    margin: .5em 0;
}
.songmax pre::before {
    content: " ";
    position: absolute;
    border-radius: 50%;
    background: #fc625d;
    width: 12px;
    height: 12px;
    left: 12px;
    top: 10px;
    -webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
    z-index: 1;
}
.songmax pre::after {
    content: attr(data-lang);
    text-align: right;
    background: #ebeded;
    color: #cececf;
    width: 100%;
    height: 32px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.songmax pre[class*=language-].line-numbers>code {
    white-space:inherit;padding-left:calc(3em + 10px);
}
.songmax code[class*="language-"], .songmax pre[class*="language-"] {
    color: black;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.7;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    display: block;
	overflow: auto;
}

.songmax .line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 42px;
    font-size: 100%;
    left: 0;
    width: 3em;
    letter-spacing: -1px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f1f3f3;
}
.songmax .line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber;
}
.songmax .line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: .8em;
    text-align: right;
}
.songmax kbd {
	padding:2px 6px;
	color:#fff;
	font-size:90%;
	background-color:#333;
	border-radius:2px;
}
.songmax ul {
	margin:30px 0;
	padding:5px 20px;
	border:1px solid #f9f9ff;
	border-radius:3px;
	padding-left:35px;
	list-style:none;
}
.songmax ul li:before {
	content:"";
	position:absolute;
	width:5px;
	height:5px;
	background:#45D9A6;
	left:-15px;
	top:50%;
	margin-top:-3px;
	border-radius:50%;
}
.songmax ol {
	list-style:decimal;
	padding:5px 20px;
	border:1px solid #f9f9ff;
	border-radius:3px;
	padding-left:35px;
	margin:30px 0;
}
.songmax li ul,.songmax li ol {
	margin:0.8em 0;
}
.songmax li ul {
	list-style:circle;
}
.songmax ol li,.songmax ul li {
	font-size:14px;
	padding:15px 0;
	border-bottom:1px solid #f9f9ff;
	line-height:25px;
	position:relative;
}
.songmax ol li:last-child,.songmax ul li:last-child {
	border-bottom:none !important;
}
.songmax ol li::marker {
	color:#45D9A6;
}
.songmax img,.songmax video {
	max-width:100%;
}
.songmax figure {
	text-align:center;
	max-width: 100%;
}
.songmax figure a::before {
	display:none;
}

.songmax table {
	width:100%;
	max-width:100%;
	border-collapse:collapse;
	border-spacing:0;
	margin-bottom:1.5em;
	font-size:0.96em;
	box-sizing:border-box;
	border-width:1;
}
.songmax thead tr{
	background-color: #f8f8f8;
}
.songmax th,.songmax td {
	text-align:left;
	padding:8px;
	border:1px solid #DDD;
}
.songmax figure figcaption {
	margin-top:8px;
	color:#999;
	font-size:14px;
}
.songmax figure figcaption:empty::before {
	z-index:-1;
	color:#bfbfbf;
	cursor:text;
	content:attr(placeholder);
}


.iframe_video {
	position:relative;
	width:100%;
}
@media only screen and (max-width:767px) {
	.iframe_video {
	height:15em;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
	.iframe_video {
	height:20em;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
	.iframe_video {
	height:30em;
}
}@media only screen and (min-width:1200px) {
	.iframe_video {
	height:40em;
}
}.iframe_cross {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:75%
}
.iframe_cross iframe {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0
}


.mixtapeEmbed {
	padding:12px 12px 12px 28px;
	color:rgba(0,0,0,0.5);
	margin:10px 0px 30px;
	background-color: #fff;
	display:flex;
	border-radius:5px;
	box-shadow: 0px 5px 15px -5px rgb(0 0 0 / 10%);;
}
.mixtapeEmbed a:before {
	display:none;
}
.mixtapeEmbed a {
	border-bottom:none !important;
}
.mixtapeEmbed-title {
	font-size:20px;
	color:rgba(0,0,0,0.8);
	font-weight:900;
	padding-bottom:14px;
	display:block;
	line-height:1;
}
.mixtapeEmbed-text {
	font-size:14px;
	line-height:1.6;
	font-style:normal !important;
	text-align:justify;
	color:#7b7b7b;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.mixtapeImage {
	width:120px;
	height:120px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50%;
	flex:0 0 auto;
	margin-right:20px;
	border-radius:5px;
}
.mixright{
	display: flex;
	flex: 1 1 auto;
    flex-direction: column;
}
.mixbody{
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.reply2view {
	background:#f8f8f8;
	padding:10px 40px 10px 40px;
	position:relative;
	text-align:center;
	font-size:14px;
}
.mixright a{
	display: inline-block;
	padding: 2px 20px;
	background-color: #35cd4b;
	color: #fff;
	font-size: 12px;
	border-radius: 100px;
}
.songmax .photos {
	overflow:hidden;
	margin:0 auto;
	margin-left:-0.5em;
	margin-right:-0.5em;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-transition:.2s cubic-bezier(.25,.46,.45,.94) all;
	transition:.2s cubic-bezier(.25,.46,.45,.94) all;
}
.songmax .photos figure{
	padding: 0 5px;
	flex: 1;
}
.songmax .photos a {
	border-bottom:none;
}
.songmax .photos a:before {
	display:none;
}
.songmax .photos_album .album_list {
	width:calc((100% - 30px)/3);
	float:left;
	margin-right:15px;
	position:relative;
	margin-bottom:15px;
}

.songmax .biaoqing {
	display:inline;
	margin:0;
	width:auto;
}
.songmax .biaoqing.quyin {
	margin-bottom:-0.125rem;
	min-height:2.5rem;
	height:1em;
}
.songmax .biaoqing.alu {
	height:33px;
	margin-bottom:-0.3125rem;
}
.songmax .biaoqing.paopao {
	width:30px;
	height:30px;
	margin-bottom:-0.25rem;
}

pre[class*=language-].line-numbers>code {white-space:inherit;padding-left:calc(3em + 10px);}
.song .line-numbers .line-numbers-rows {top:42px}
.line-numbers .line-numbers-rows {position:absolute;pointer-events:none;top:10px;font-size:100%;left:0;width:3em;letter-spacing:-1px;border-right:1px solid rgba(153,153,153,.2);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:#f1f3f3;}
.line-numbers-rows>span {pointer-events:none;display:block;counter-increment:linenumber;}
.line-numbers-rows>span:before {content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right;}
.line-numbers .iconfuzhi{font-weight: 600;}
code[class*="language-"],pre[class*="language-"] {color:black;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}
pre[class*="language-"]::-moz-selection,pre[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection,code[class*="language-"]::-moz-selection {text-shadow:none;background:#b3d4fc;}
pre[class*="language-"]::selection,pre[class*="language-"]::selection,code[class*="language-"]::selection,code[class*="language-"]::selection {text-shadow:none;background:#b3d4fc;}
@media print {code[class*="language-"],pre[class*="language-"] {text-shadow:none;}
}
/* Code blocks */pre[class*="language-"] {margin:.5em 0;overflow:auto;}
:not(pre) > code[class*="language-"],pre[class*="language-"] {background:#f1f3f3;}
/* Inline code */:not(pre) > code[class*="language-"] {padding:.1em;border-radius:.3em;white-space:normal;}
.token.comment,.token.prolog,.token.doctype,.token.cdata {color:slategray;}
.token.punctuation {color:#999;}
.token.namespace {opacity:.7;}
.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted {color:#905;}
.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted {color:#690;}
.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string {color:#9a6e3a;}
.token.atrule,.token.attr-value,.token.keyword {color:#07a;}
.token.function,.token.class-name {color:#DD4A68;}
.token.regex,.token.important,.token.variable {color:#e90;}
.token.important,.token.bold {font-weight:bold;}
.token.italic {font-style:italic;}
.token.entity {cursor:help;}


/***按钮***/
.songmax .magpie_btn{
	background-color: #FFF;
	max-width: 100%;
	margin-bottom: 5px;
	border-radius: 3px;
    outline: 0!important;
	display: inline-flex;
	align-items: center;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
	border-color: rgb(229 231 235 / 1);
}
.xiabtn{
	margin-left: 5px;
	color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	background-color: #4f46e5;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xiabtn i{
	display: block;
	font-size: 24px;
}
.magpie_btn svg{
	width: 32px;
	height: 32px;
	margin-right: 10px;
}
.songmax .btn_danger{
	color: #fff!important;
    background-color: #f05050;
    border-color: #f05050;
}
.songmax .btn_primary {
    color: #fff!important;
    background-color: #7266ba;
    border-color: #7266ba;
}
.songmax  .btn_warning {
    color: #fff!important;
    background-color: #fad733;
    border-color: #fad733;
}
.songmax .btn_black {
    color: #fff!important;
    background-color: #1c2b36;
    border-color: #1c2b36;
}
.songmax .btn_success {
    color: #fff!important;
    background-color: #27c24c;
    border-color: #27c24c;
}
.songmax .btn_dark {
    color: #fff!important;
    background-color: #3a3f51;
    border-color: #3a3f51;
}
.songmax .btn_info {
    color: #fff!important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}
