@charset "utf-8";
    /*公共模块*/
*,::after,::before {
	box-sizing:border-box;
}
body {
	background-color:#FFF;
	margin:0;
	padding:0;
	font-size:1rem;
	color: #283149;
	font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
	overflow-x:hidden;
}
a {
	text-decoration:none;
	color:inherit;
}
img {
	display:block;
}
.content{
	max-width: 660px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 12px;
}
input,textarea{
	-webkit-appearance: none;
}

/***头部****/
#header{
	margin-top: 80px;
	margin-bottom: 40px;
	text-align: center;
}
#header .logo{
	display: flex;
	width: 100%;
	justify-content: center;
}
#header .logo img{
	width: 150px;
	height: 150px;
	border-radius: 100px;
	margin-bottom: 20px;
}
#header .web_name{
	font-size: 30px;
	margin-bottom: 10px;
}
#header .web_info{
	font-size: 14px;
    color: rgba(0,0,0,.4);
}

.index_list{
	margin-bottom: 50px;
}
.index_list_time,.index_list_tim{
	font-size: 14px;
    margin-bottom: 5px;
    color: rgba(0,0,0,.4);
}
.index_list_body{
	font-size: 20px;
}
.index_list_body p{
	margin-top: 0;
    margin-bottom: 1rem;
}
.index_list_body img{
	width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.index_list_body a{
	color: rgba(0,0,0,.5);
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.index_list_name{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}
.index_list figure{
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}
.paging{
	margin-bottom: 50px;
    font-size: 12px;
}
.post{
	margin-top: 80px;
}
.post_talk{
	font-size: 40px;
	margin-bottom: 1rem;
}
.post time{
	color: rgba(0,0,0,.4);
}
.post_text{
	margin-top: 1rem;
}
.post_info{
	padding-top: 60px;
	padding-bottom: 30px;
}
.post_avatar{
	width: 80px;
    height: 80px;
    margin-bottom: 10px;
}
.post_avatar img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
}
.post_avatar_name{
	color: rgba(0,0,0,.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
}
.post_web_name{
	margin-top: 0;
    font-size: 30px;
    margin-bottom: 10px;

}
.secondary a{
	color: rgba(0,0,0,.4);
	text-decoration: underline;
}
.post_name{
	font-size: 40px;
	margin-bottom: 1rem;
	margin-top: 0;
	font-weight: 400;
}
#footer{
	color: rgba(0,0,0,.4);
	margin-bottom: 80px;
    font-size: 14px;
}



/****文章格式****/

.songmax {
	line-height:1.8;
	word-wrap:break-word;
	letter-spacing:0.013rem;
	text-align:justify;
}
.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:#f12349;
	position:relative;
	display:inline-block;
	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:#f12349;
	-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;
	quotes:"\201C""\201D""\2018""\2019";
}
.songmax blockquote:before {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.4em;
}
.songmax blockquote:last-child {
	margin-bottom:0;
}
.songmax blockquote footer {
	color:rgba(0,0,0,0.54);
	font-size:86%;
}
.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:0.6em;
	color:inherit;
	font-weight:400;
	font-family:inherit;
	line-height:1.35;
}
.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:#f12349;
	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:#f12349;
}
.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);
}
/***分享卡片***/


.songmax .post_card{
    display: flex;
    margin: 2rem 0;
    border-radius: 5px;
    height: 145px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%), 0 0 1px rgb(0 0 0 / 15%);
}
.songmax .post_card a{
    display: initial;
    position: initial;
}
.songmax .post_card a::before{
    display: none;
}
.songmax .post_card_left{
    flex: 0 0 auto;
    width: 145px;
}
.songmax .post_card_img{
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
}
.songmax .post_card_img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.songmax .post_card_body{
    padding: 20px;
}
.songmax .post_card_name{
    font-size: 17px;
    font-weight: 700;
    color: #58666e;
    margin-bottom: 10px;
}
.songmax .post_card_summary{
    color: #a0a0a0;
    font-size: 14px;
}
/***回复可见、登录可见***/
.reply2view {
	background:#f8f8f8;
	padding:10px 40px 10px 40px;
	position:relative;
	text-align:center;
	font-size:14px;
}
/****哔哩哔哩****/

.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
}

/****Tip 信息框****/
.songmax .tip-content {
	font-size:14px;
}
.songmax .tip {
	padding: 10px 15px;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    position: relative;
    border-radius: 7px;
}

.songmax .tip.yellow {
	background:#FCD679;
	border-left: 40px solid #FBCB53;
	color: #fff;
}
.songmax .tip.red {
	background: #FE7171;
    border-left: 40px solid #fe5d5d;
    color: #fff;
}
.songmax .tip.green {
	border-left: 40px solid #B4CD96;
	background:#CAE3AD;
	color: #fff;
}
.songmax .tip.blue {
	border-left: 40px solid #76A9FF;
	background:#9DC2FF;
	color: #fff;
}
.songmax .tip.share {
	border-left: 40px solid #ddd;
	background:#efefef;
}
.songmax .tip.red i.epcl-icon, .songmax .tip.yellow i.epcl-icon,.songmax .tip.green i.epcl-icon,.songmax .tip.blue i.epcl-icon,.songmax .tip.share i.epcl-icon{
    color: #fff;
    position: absolute;
    left: -40px;
    top: 50%;
    width: 40px;
    text-align: center;
    margin-top: -8px;
    height: 16px;
    line-height: 16px;
    font-size: 16px;
}
.songmax .tip.yellow i.epcl-icon,.songmax .tip.green i.epcl-icon,.songmax .tip.blue i.epcl-icon,.songmax .tip.share i.epcl-icon{
    font-size: 20px;
}
/****收缩框****/

.songmax .article-collapse {
	border:1px solid #e4e7ed;
	border-radius:3px;
}

.songmax .collapse-head {
	background:#fafafa;
	border:none;
	color:inherit;
	cursor:pointer;
	border-radius:3px;
	padding:10px 15px;
}
.songmax .collapse-title {
	display: flex;
	justify-content: space-between;
	font-size:14px;
	cursor:pointer;
}
.songmax .collapse-body {
	padding:15px;
	line-height:2em;
	font-size:14px;
}
.songmax .collapse-block {
	display:block;
}
.songmax .collapse-none {
	display:none;
}
/****标签卡片****/

.songmax .article-tabs {
	width:100%;
	overflow:hidden;
	border:1px solid #e4e7ed;
	border-radius:4px;
	margin:20px 0;
}

.article-tabs .nav {
	user-select:none;
	width:100%;
	height:40px;
	overflow-x:auto;
	overflow-y:hidden;
	-ms-scroll-chaining:none;
	overscroll-behavior:none;
	-webkit-overflow-scrolling:touch;
	display:flex;
	background:#fafafa;
}
.article-tabs .nav span.active {
	color:var(--pigeon-major);
	background-color:#fff;
	border-right-color:#dcdfe6;
	border-left-color:#dcdfe6;
}
.article-tabs .nav span {
	padding:0 20px;
	line-height:40px;
	height:40px;
	color:#909399;
	cursor:pointer;
	white-space:nowrap;
}
.article-tabs .tab-content div.active {
	display:block;
}
.article-tabs .tab-content div {
	display:none;
	padding:15px;
	animation:showTabs 0.5s;
}
/***owo文章表情****/
.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;
}

.songmax .biaoqing.Heo {
	height:33px;
	margin-bottom:-0.3125rem;
}

/***owo文章表情****/
.index_list_body .biaoqing {
	display:inline;
	margin:0;
	width:auto;
}
.index_list_body .biaoqing.quyin {
	margin-bottom:-0.125rem;
	min-height:2.5rem;
	height:1em;
}
.index_list_body .biaoqing.alu {
	height:33px;
	margin-bottom:-0.3125rem;
}
.index_list_body .biaoqing.paopao {
	width:30px;
	height:30px;
	margin-bottom:-0.25rem;
}
.index_list_body .biaoqing.Heo {
	height:33px;
	margin-bottom:-0.3125rem;
}
/***相册***/

.songmax .photos_album .album_list {
	width:calc((100% - 30px)/3);
	float:left;
	margin-right:15px;
	position:relative;
	margin-bottom:15px;
}
.songmax .photos_album .album_list:nth-child(3n) {
	margin-right:0px;
}
.songmax .album_list a[data-fancybox=gallery].lazyload-container {
    background-color: #f0f0f0;
	border-radius: 5px;
}
.songmax .album_list a[data-fancybox=gallery] {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
    transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
}
.songmax .album_list a{
	border-bottom: 0
}
.songmax .album_list a::before{
	display: none;
}
.songmax .photos_album .album_list img {
	width:100%;
	height:240px;
	object-fit:cover;
	border-radius:5px;
}
.songmax .photos_album .album_list figcaption {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:5px;
	color:#fff;
	line-height:32px;
	transition:.2s;
}
.songmax .photos_album .album_list:hover figcaption {
	line-height:60px;
}
.songmax figure a::before{
	display: none;
}
.songmax figure a[data-fancybox=gallery].lazyload-container {
    background-color: #f0f0f0;
	border-bottom: 0;
}
.songmax figure a[data-fancybox=gallery] {
    display: block;
    position: relative;
    max-width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
    transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
}
.songmax figure a[data-fancybox=gallery] img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.songmax a[data-fancybox] img {
    display: block;
    margin: 0;
}
/***文章按钮****/
.songmax .songmax_btn{
	max-width: 100%;
    overflow-y: hidden;
	margin-bottom: 5px;
	border-radius: 3px;
    outline: 0!important;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    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;
}
.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;
}
.songmax .biaoqing {
	display:inline;
	margin:0;
	width:auto;
}
.songmax .biaoqingg a {
	overflow:hidden;
	text-decoration:none;
	vertical-align:bottom;
	outline:0;
	border-bottom:none;
}
.songmax .biaoqingg a:before {
	display:none;
}
.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;
}
.songmax .biaoqing.Heo {
	height:33px;
	margin-bottom:-0.3125rem;
}
/***分享卡片***/

.mixtapeEmbed {
	padding:12px 12px 12px 28px;
	color:rgba(0,0,0,0.5);
	margin:10px 0px 30px;
	background:#f7f7f7;
	display:flex;
	align-items:center;
	border-radius:5px;
}
.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-left:20px;
	border-radius:5px;
}
.reply2view {
	background:#f8f8f8;
	padding:10px 40px 10px 40px;
	position:relative;
	text-align:center;
	font-size:14px;
}
.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 .photos_album .album_list:nth-child(3n) {
	margin-right:0px;
}
.songmax .album_list a[data-fancybox=gallery].lazyload-container {
    background-color: #f0f0f0;
	border-radius: 5px;
}
.songmax .album_list a[data-fancybox=gallery] {
    display: block;
    position: relative;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
    transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
}
.songmax  .album_list a{
	border-bottom: 0
}
.songmax .album_list a::before{
	display: none;
}
.songmax .photos_album .album_list img {
	width:100%;
	height:240px;
	object-fit:cover;
	border-radius:5px;
}
.songmax .photos_album .album_list figcaption {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:5px;
	color:#fff;
	line-height:32px;
	transition:.2s;
}
.songmax .photos_album .album_list:hover figcaption {
	line-height:60px;
}
.songmax  figure a::before{
	display: none;
}
.songmax figure a[data-fancybox=gallery].lazyload-container {
    background-color: #f0f0f0;
	border-bottom: 0;
}
.songmax  figure a[data-fancybox=gallery] {
    display: block;
    position: relative;
    max-width: 100%;
    height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
    transition: .3s cubic-bezier(.25,.46,.45,.94) background-color;
}
.songmax  figure a[data-fancybox=gallery] img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.songmax a[data-fancybox] img {
    display: block;
    margin: 0;
}

.songmax .magpie_btn{
	max-width: 100%;
    overflow-y: hidden;
	margin-bottom: 5px;
	border-radius: 3px;
    outline: 0!important;
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    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;
}
.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;
}


#comment-form {
    margin: 2rem 0;
    
}

#comment-form .comment-inputs {
    margin-top: 16px;
    overflow: hidden;
}

#comment-form .comment-inputs input {
    outline: none;
    background-color: #f4f6fb;
    border-radius: 3px;
    border: 1px solid #f4f6fb;
    padding: .375rem .75rem;
    line-height: 1.5;
    font-size: 14px;
    width: 100%;
}
#comment-form .comment_xin{
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    float: left;
}
#comment-form .comment_xin:nth-child(3n){
    margin-right: 0;
}
#comment-form .comment-editor {
    position: relative;
}

#comment-form textarea {
    outline: none;
    border: 0;
    border-radius: 3px;
    width: 100%;
    min-height: 90px;
    height: auto;
    line-height: 1.5;
    display: block;
    background-color: #f0f3f8;
    border: 1px solid #f0f3f8;
    padding: .375rem .75rem;
    overflow: auto;
    resize: none;
    font-size: 15px;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans-serif;
}
.comment-buttons{
    margin-top: 15px;
}
#comment-form .comment-buttons #submitComment {
    border: 0;
    background: #f1404b;
    padding: .5rem 1.5rem;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    float: right;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

#comment-form .comment-buttons #submitComment:hover {
    background: #222831;
}

#comment-form .comment-buttons button {
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    background: transparent;
    border: 0;
}

#comment-form .comment-buttons .left, #comment-form .comment-buttons .right {
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

#comment-form .comment-buttons span {
    font-size: 1em;
    margin-top: 4px;
}

#comment-form .comment-buttons .right {
    justify-content: flex-end;
}

#comments ol {
    list-style: none;
    margin: 0;
}

#comments p {
    margin: 0;
}

.gen {
    margin: 1rem 0 0 0;
}

.hide {
    display: none;
}

.gen .page-navigator {
    margin: 3.75rem 0 3rem 0;
}

.response {
    margin: 2rem 0;
    padding-top: 1em;
}

.hinfo {
    display: none;
}

.gen h2 {
    margin-bottom: 0.8em;
}


.comment-list {
    padding-left: 0 !important;
    list-style-type: none;
    margin: 0;
}

.avatar {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    margin: 1.4rem 1rem 0 0 !important;
    border-radius: 50%;
}

.comment_main {
    overflow: hidden;
    padding: 1rem 0;
}

.comment_main p {
    margin: 0;
    font-size: 13px;
}

.comment_reply, .comment_meta {
    font-size: .75rem;
    margin-top: 5px;
}
.comment_time{
    color: #7a8b9a;
}
.comment-reply,.cancel-comment-reply {
    margin-left: 5px;
}
.comment-content .parent, .mr-1 {
    margin-right: 5px;
}
#cancel-comment-reply-link {
    display: inline !important;
}
.comment_admin{
    font-size: 14px;
}
.admin_name{
    color: #f1404b;
}
.comment_author {
    font-size: 14px;
    margin-bottom: 5px;

}
.comment_excerpt{
    padding: .5rem;
    background-color: #f4f5f9;
    border-radius: 3px;
}
.hideContent{
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	background: repeating-linear-gradient(145deg,#f2f2f2,#f2f2f2 15px,#fff 0,#fff 30px);
}
.ccomment_reply {
    text-align: right;
}

.comment_reply a:before, .comment_time:before {
    margin: 0 .5rem
}

.comment-parent .comment-children {
    margin-left: 1.2em;
}

.comment-child .comment-children {
    margin-left: 1.2em;
}

.cancel-comment-reply {
    text-align: right;
}
.comment-child .comment-children {
    margin-left: 0;
}
.comment-list .biaoqing.paopao {
	width:30px;
	height:30px;
	margin-bottom:-0.25rem;
}
.comment-list .biaoqing.alu {
	height:33px;
	margin-bottom:-0.3125rem;
}
.comment-list .biaoqing.quyin {
	margin-bottom:-0.125rem;
	min-height:2.5rem;
	height:1em;
}
.comment-list .biaoqing.Heo {
	height:33px;
	margin-bottom:-0.3125rem;
}
.comment-list .biaoqing {
	display:inline;
	margin:0;
	width:auto;
}
.rko{
    float: left;
    line-height: 35px;
}
.model-6 {
	float:right;
	margin-right:15px;
	margin-top:5px;
}
.model-6 .checkbox label {
	background:#bbb;
	height:2px;
	width:60px;
}
.model-6 .checkbox label:after {
	background:#bbb;
	top:-10px;
	width:20px;
	height:20px;
}
.model-6 .checkbox input:checked + label {
	background:#f1404b;
}
.model-6 .checkbox input:checked + label:after {
	background:#f1404b;
	left:40px;
}
.checkbox {
	position:relative;
	display:inline-block;
}
.checkbox_tip {
	position:absolute;
	width:200px;
	text-align:center;
	background-color:#000;
	color:#FFF;
	padding:3px 8px;
	border-radius:4px;
	top:-50px;
	right:-50px;
	font-size:12px;
	opacity:0;
	display:block !important;
	visibility:hidden;
	transition:all .5s ease-in-out;
}
.checkbox_tip:after {
	content:'';
	position:absolute;
	border:10px solid transparent;
	border-top-color:#000;
	top:36px;
	left:90px;
}
.checkbox:after,.checkbox:before {
	font-family:FontAwesome;
	-webkit-font-feature-settings:normal;
	-moz-font-feature-settings:normal;
	font-feature-settings:normal;
	-webkit-font-kerning:auto;
	-moz-font-kerning:auto;
	font-kerning:auto;
	-webkit-font-language-override:normal;
	-moz-font-language-override:normal;
	font-language-override:normal;
	font-stretch:normal;
	font-style:normal;
	font-synthesis:weight style;
	font-variant:normal;
	font-weight:normal;
	text-rendering:auto;
}
.checkbox label {
	width:90px;
	height:42px;
	background:#ccc;
	position:relative;
	display:inline-block;
	border-radius:46px;
	-webkit-transition:0.4s;
	transition:0.4s;
}
.checkbox label:after {
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	border-radius:100%;
	left:0;
	top:-5px;
	z-index:2;
	background:#fff;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
	-webkit-transition:0.4s;
	transition:0.4s;
}
.checkbox input {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:5;
	opacity:0;
	cursor:pointer;
}
.checkbox input:hover + label:after {
	box-shadow:0 2px 15px 0 rgba(0,0,0,0.2),0 3px 8px 0 rgba(0,0,0,0.15);
}
.checkbox input:checked + label:after {
	left:40px;
}
.comment-list img.lazy{
    opacity: 0;
}
.comment-list img.loaded{
    opacity: 1;
}
.comments_number{
    font-size: 16px;
    text-align: center;
    margin: 15px 0;
}
.comments_number small{
    font-size: 14px;
}
.comments_number_box{
    position: relative;
}
.comments_number_box:before, .comments_number_box:after {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-top: 1px solid;
    content: '';
    border-color: #f1404b;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.comments_number_box:before {
    left: -35px;
}
.comments_number_box:after {
    right: -35px;
}
.comments_number:hover .comments_number_box:before{
    left: -40px;
}
.comments_number:hover .comments_number_box:after {
    right: -40px;
}
.comments_off{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.comment_zz{
    margin-left: 3px;
}
.comment_zz i{
	color: #f12349;
	font-size: 14px;
}

.page-navigator{
	padding: 0;
	margin: 0;
	list-style: none;
}
.page-navigator li{
	display: inline-flex;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	margin-right: 5px;
	border-radius: 5px;

}
.page-navigator li.current{
	background-color: #f1404b;
	color: #FFF;
}

.OwO {
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.OwO:hover .OwO-logo {
	color:#444
}
.OwO.OwO-open .OwO-logo {
	border-radius:4px 4px 0 0;
	border-bottom:none;
	color:#444
}
.OwO.OwO-open .OwO-body {
	display:block
}
.OwO.OwO-up .OwO-body {
	top:inherit;
	bottom:21px;
	border-radius:4px 4px 4px 0
}
.OwO.OwO-up .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
	border-radius:0
}
.OwO.OwO-up.OwO-open .OwO-logo {
	border:1px solid #ddd;
	border-radius:0 0 4px 4px;
	border-top:none
}
.OwO .OwO-logo {
	position:relative;
	display:inline-block;
	color:#888;
	background:#fff;
	border:2px solid #ddd;
	border-radius:4px;
	font-size:13px;
	padding:2px 5px;
	cursor:pointer;
	height:22px;
	box-sizing:border-box;
	z-index:2;
	line-height:16px
}
.OwO .OwO-body {
	display:none;
	position:absolute;
	width:400px !important;
	background:#fff;
	border:2px solid #ddd;
	z-index:999;
	top:28px;
	border-radius:0 4px 4px 4px;
	max-width:400px;
}
.OwO .OwO-body .OwO-items {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display:none;
	padding:10px;
	margin:0;
	overflow:auto;
	font-size:0
}
.OwO .OwO-body .OwO-items .OwO-item {
	list-style-type:none;
	background:#f7f7f7;
	padding:5px 10px;
	border-radius:5px;
	display:inline-block;
	font-size:12px;
	line-height:14px;
	margin:0 10px 12px 0;
	cursor:pointer;
	-webkit-transition:.3s;
	transition:.3s
}
.OwO .OwO-body .OwO-items .OwO-item:hover {
	background:#eee;
	box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.OwO .OwO-body .OwO-items-emoji .OwO-item {
	font-size:20px;
	line-height:19px
}
.OwO .OwO-body .OwO-items-image .OwO-item {
	max-width:calc(25% - 10px);
	box-sizing:border-box
}
.OwO .OwO-body .OwO-items-image .OwO-item img {
	max-width:100%
}
.OwO .OwO-body .OwO-items-show {
	display:block
}
.OwO .OwO-body .OwO-bar {
	width:100%;
	height:30px;
	border-top:2px solid #ddd;
	background:#fff;
	border-radius:0 0 4px 4px;
}
.OwO .OwO-body .OwO-bar .OwO-packages {
	margin:0;
	padding:0;
	font-size:0
}
.OwO .OwO-body .OwO-bar .OwO-packages li {
	list-style-type:none;
	display:inline-block;
	line-height:27px;
	font-size:14px;
	padding:0 10px;
	cursor:pointer;
	margin-right:3px
}
.OwO .OwO-body .OwO-bar .OwO-packages li:nth-child(1) {
	border-radius:0 0 0 3px
}
.OwO .OwO-body .OwO-bar .OwO-packages li:hover {
	background:#eee
}
.OwO .OwO-body .OwO-bar .OwO-packages .OwO-package-active {
	background:#eee;
	-webkit-transition:.3s;
	transition:.3s
}
.OwO .biaoqing.quyin {
	margin-bottom:-0.125rem;
	min-height:3.5rem;
	height:1em;
}
.OwO .biaoqing.alu {
	margin-bottom:-0.3125rem;
	min-height:2.0625rem;
	height:1em;
}
.OwO .biaoqing.paopao {
	margin-bottom:-0.25rem;
	min-height:1.875rem;
	height:1em;
}

.OwO .biaoqing.Heo {
	margin-bottom:-0.25rem;
	min-height:1.875rem;
	height:1em;
}

.links{
	display: grid;
    gap: 16px;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.links_list{
	padding: 5px;
	border: 1px dashed rgba(0,0,0,.4);
	border-radius: 5px;
}
.links_body{
	display: flex;
}
.links_img{
	width: 50px;
	height: 50px;
	flex: 0 0 auto;
}
.links_img img{
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.links_box{
	display: flex;
	flex: 1 1 auto;
    flex-direction: column;
}
.links_frame{
	-ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.links_name{
	font-size: 15px;
}
.links_qm{
	font-size: 12px;
	color: rgba(0,0,0,.4);
	overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.index_list_img{
	max-width: 100%;
	margin-top: 1rem;
}
.index_list_img img{
	width: 100%;
	height: 100%;
}
.zan_btn{
	margin-top: 2rem;
}
.zan_btn.current i{
	color: #f1404b;
}
.zan_btn i{
	font-size: 32px;
}
@media print, screen and (max-width: 768px){
	.post_talk,.post_name{
		font-size: 25px;
	}
	.post{
		margin-top: 40px;
	}
	#comment-form .comment_xin{
		width: 100%;
		margin-bottom: 5px;
	}
	.links{
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.OwO .OwO-body{
		width: 260px !important;
	}
	.OwO .biaoqing.quyin{
		min-height: 2.5rem;
	}
}
.comment-buttons:after {
    display: table;
    clear: both;
    content: '';
}

@media(prefers-color-scheme:dark){
html{transition:color 300ms,background-color 300ms;} /*这是动画过渡*/
html{filter:invert(100%) hue-rotate(180deg);} /*这是整体颜色翻转*/
html img,picture,video{filter:invert(1) hue-rotate(180deg);} /*这是将图片视频等恢复正常*/
}