@charset "utf-8";
    /*公共模块*/
*,::after,::before {
	box-sizing:border-box;
}
body {
	background-color:#f4f4f4;
	margin:0;
	padding:0;
	font-size:1rem;
	color: #606975;
	font-family: "SF Pro SC", "boke", "SF Pro Icons", PingFang SC;
	overflow-x:hidden;
    min-height: 100vh;
}
a {
	text-decoration:none;
	color:inherit;
}
img {
	display:block;
}
.content{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	margin-top: 2rem;
}
.post_content{
	max-width: 1000px;
	padding: 0;
}
.text-primary {
    padding: 0 .5rem;
}
em, i {
    font-style: normal;
}
 
.logo-avatar:hover{
transform:rotate(360deg);
}
 
.logo-avatar:hover{
    border-radius: 50%;
    animation: light 4s ease-in-out infinite;
    transition: all 0.5s;
}
.logo-avatar:before {
    display:inline-block;
    z-index:1;
    content:" ";
    position:relative;
    -webkit-border-radius:50%;
    border-radius:50%;
    background:#f92900!important;
    width:12px;
    height:12px;
    -webkit-box-shadow:20px 0 #fdbc40,40px 0 #35cd4b;
    box-shadow:20px 0 #fbc606,40px 0 #448ef6;
    float:right;right:55px;top:35px;
    border-color:transparent;
    margin-top:-15px;
}
 
@keyframes light {
    0% {
        box-shadow: 0 0 8px #ff1354;
    }
 
    25% {
    box-shadow: 0 0 4px #1ebbff;
    }
 
    50% {
    box-shadow: 0 0 8px #0ed39f;
    }
 
    75% {
    box-shadow: 0 0 4px #4fe7f4;
    }
 
    100% {
    box-shadow: 0 0 8px #f35444;
    }
     
    125% {
    box-shadow: 0 0 4px #0ed39f;
    }
}
#top-grrk{
	background:url(https://cdn.vin/moe.gif);
	height:2px;
	position:fixed;
	width:100%;
	Z-index:10000;
}
#header{
	padding: 38px 96px;
}
#header .navbar{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .navbar_left{
	display: flex;
	align-items: center;
}
#header .logo-avatar{
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	border-radius: 100%;
}
#header .logo-avatar img{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	
}
#header .web_name{
	margin-left: .8rem;
	font-weight: 600;
	font-size: 1.75rem;
	color: #606975;
}
#header .navbar_right{
	display: flex;
	align-items: center;
}
#header .meun_ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .meun_li{
	display: inline-block;
	margin-right: 1.7rem;
	margin-left: 2.1rem;
	font-size: .9375rem;
	background: linear-gradient(180deg, transparent 75%, RGBA(139,149,159,0.4) 0);
}
#header .meun_li:last-child{
	margin-right: 0;
}
#header .pc_form{
	position: relative;
	margin-left: 2rem;
}
#header .pc_form input{
	width: 180px;
	height: 30px;
	padding-left:35px;
    font-size: 12px;
    background-size: 20px;
    border: 0;
    border-radius: 15px;
    outline: 0;
    border:none;
    transition: border-color 0.2s;
}
#header .pc_form button{
	position: absolute;
	left: 5px;
	top: 7px;
	border:none;
	outline: 0;
	background-color: transparent;
}
.index_list{
	background-color: #FFF;
	border-radius: 4px;
	padding: 1.75rem;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.index_list:hover {
    transform: scale(1.012);
}
.index_list_name{
	font-size: 1rem;
	font-weight: 500;
	margin: 0;
}
.index_list_name a:hover {
 background:linear-gradient(#eb738c,#eb738c) bottom center no-repeat;
 background-size:100% 2px
}
.index_list_body{
	display: flex;
}
.index_list_excerpt{
	margin-top: 20px;
	font-size: 13px;
	line-height: 1.725;
	letter-spacing: 1.0382px;
	color: #BFBFBF;
}
.index_list_img{
	width: 200px;
	height: 100px;
	margin-left: 20px;
	flex-shrink: 0;
}
.index_list_img img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}
.index_list_footer{
	margin-top: 20px;
	font-size: 12px;

}
.index_list_footer a,.post_info a{
	color: #fb7299;
	position: relative;
	margin-right: 5px;
}
.index_list_footer a:before,.post_info a:before {
    content: '#';
    display: inline-block;
    position: relative;
    margin-right: 3px;
}
.paging{
	text-align: center;
	padding: 24px 32px 32px;
	font-size: 12px;
	color: #606975;
	
}

.paging a{
	font-size: 14.5px;
	margin: 0 16px;
	background: linear-gradient(180deg, transparent 75%, RGBA(139,149,159,0.4) 0);
}
.footer{
	text-align: center;
	padding: 3rem 1rem;
	font-size: 13px;
	color: #606975;
}
.footer a{
	color: #606975;
}
.post{
	background-color: #FFF;
	padding: 24px 32px;
	border-radius: 4px;
}
.post_title{
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	text-align: center;
}
.post_info{
	margin-top: 1.5rem;
	font-size: 12px;
	text-align: center;
	margin-bottom: 3rem;
}
.post .post_eof {
    text-align: center;
    font-size: .9rem;
    line-height: 1em;
    margin: 0.8em auto;
    font-weight: 100;
    font-family: boke,sans-serif;
}
.post .post_eof:before {
    content: '——';
    margin-right: 20px;
}
.post .post_eof:after {
    content: '——';
    margin-left: 10px;
}
.eof{text-align:center;font-size:2em;line-height:1em;margin:1em auto;font-weight:100;color:#7C8189;font-family:boke,sans-serif;}#eof:before{content:'——';margin-right:20px;}#eof:after{content:'——';margin-left:10px;}

    .single-reward{position:relative;width:100%;margin:30px auto;text-align:center;z-index:999}
    .single-reward .reward-open{position:relative;width:60px;height:26px;font-size:14.5px;padding:4px;color:#606975;text-align:center;display:inline-block;border-radius:8px;background:#eceef1;cursor:pointer}
    .single-reward .reward-main{position:absolute;top:40px;left:-147px;margin:0;padding:15px 0 0;width:355px;background:0 0;display:none;animation:main .4s}
    .reward-open:hover .reward-main{display:block}
    .single-reward .reward-row{margin:0 auto;padding:20px 15px 10px;background:#F8F8FF;display:inline-block;border-radius:4px;cursor:auto}
    .single-reward .reward-row:before{content:"";width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-bottom:13px solid #F8F8FF;position:absolute;top:2px;left:0;right:0;margin:0 auto}
    .single-reward 
    .reward-row li{list-style-type:none;
                   padding:0 5px;
                   display:inline-block;
                   text-align:center;
                   position: relative;
    }
    .reward-row li img{width:130px;max-width:130px;border-radius:3px;position:relative;text-align:center}
    .reward-row li:after{display:block;padding:5px 0 0;font-size:13px;color:#555}.alipay-code:after{content:"支付宝"}.wechat-code:after{content:"微信"}
.next_post{
	text-align: center;
	padding: 24px 32px;
}
.post_next_title{
	color: #606975;
	margin-bottom: 20px;
	font-size: 12px;
}
.post_comment_title{
	font-size: 15px;
	font-weight: 450;
}
.next_post_name a{
	font-weight: bold;
	color: #fb7299;
	background: linear-gradient(180deg, transparent 75%, RGBA(139,149,159,0.4) 0)
}
.public_title{
	margin: 0;
	font-size: 18px;
	text-align: center;
	margin-bottom: 3rem;
}
.gd_year{
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 1.2rem;
}
.gd_mo{
	font-size: 1.1rem;
	font-weight: 400;
	margin-bottom: 1.2rem;
}
.gd_list{
	
	font-size:14.5px;
	color: #606975;
	font-weight: 400;
	margin-bottom: 1.5rem;
}
.gd_list a:hover {
 background:linear-gradient(#eb738c,#eb738c) bottom center no-repeat;
 background-size:100% 2px
}
.moemeun_bar{
	display: none;
}

.moemeun_ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	white-space: nowrap;
    overflow-y: hidden;
	width: 200px;
}
.moemeun_ul li{
	text-align: center;
	font-size: 14.5px;
	padding: 5px;
}
.moemeun_ul li a{
	display: block;
	margin: 0 5px;
	color: #606975;
	background: linear-gradient(180deg, transparent 75%, RGBA(139,149,159,0.4) 0)!important;
}
.moemeun_so{
	width: 100%;
	margin: 0 auto;
	margin-top: 1rem;
}
.moemeun_so .pc_form{
	margin-left: 0 !important;
}
.moemeun_so .pc_form input{
	width: 100% !important;
	border-radius: 5px !important;
}
.moe{
	display: none;
	position: relative;
}
.momeun{
	margin-left: 5px;
}
.respond{
	background-color: #f7f7f7;
	border-radius: 4px;
	padding: 10px 15px;
}
.comment_xin_box{
	display: grid;
	gap: 0;
	grid-template-columns: repeat(3,minmax(0,1fr));
	margin-bottom: 10px;
}
.comment_xin input{
	width: 100%;
	border: 0;
	color: #606975;
    border-bottom: 1px dashed #E4E4E4;
    border-radius: 0;
    background: #f7f7f7;
	padding: 10px;
    font-size: 13px;
	outline: none;
	-webkit-appearance: none;
}
.comment-editor_box,.comment_poi{
	display: flex;
	flex: 1 1 auto;
}
.comment-editor_img{
	width: 100px;
	height: 100px;
	border-radius: 4px;
	margin-right: 10px;
}
.comment-editor_img img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.comment-editor{
	width: 100%;
}

.comment-editor textarea:focus {
	border: .06rem solid #eb738c;
}
.comment-editor textarea{
	
	width: 100%;
    height: 100px;
    max-width: 100%;
    font-family: boke;
    color: #606975;
    border: .05rem solid #E4E4E4;
	background: #f7f7f7;
    border-radius: 6px;
	padding: 10px;
    font-size: 13px;
	outline:none;
	resize: none;
	-webkit-appearance: none;
	
}
.comment-buttons{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	
}
.comment-buttons button:hover {
    background-color: #eb738c;
    color:#ffffff;
}
.comment-buttons button{
	cursor: pointer;
    display: inline-block;
    font-family: boke;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1rem;
    outline: none;
    padding: .35rem .4rem;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
	appearance: none;
    background: #FFFfff;
    border: .05rem solid #eb738c;
    border-radius: .1rem;
	color: #eb738c;
}
.comment-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comment-body{
	padding: 10px 15px;
	border-radius: 4px;
	background-color: #f7f7f7;
	margin-bottom: 10px;
}
.comment_poi_left{
	position: relative;
}
.comment_poi_left img{
	width: 43px;
	height: 43px;
	border-radius: 100px;
	border: #fff solid 2px;
    display: block;
}
 
.comment_poi_left:hover{
    border-radius: 100px;
    width: 43px;
	height: 43px;
}

.comment_time{
	text-align: center;
	font-size: 12px;
    padding: 3px 10px;
    color: #d4d4d4;
}
.comment_main{
	margin-left: 10px;
	color: #606975;
}
.comment_main a{
	color: #fb7299;
}
.comment_author{
	font-size: 15px;
	margin-bottom: 5px;
}
.comment_excerpt{
    position: relative;
    color: #606975;
    border: 1px solid;
    border-color: #D7D7D7;
    border-radius: 6px;
	word-wrap: break-word;
    word-break: break-all;
}
.comment_excerpt:before {
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-color: transparent #D7D7D7;
    z-index: 1;
	left: -7px;
    right: inherit;
    border-width: 7px 7px 7px 0;
}
.comment_excerpt p{
	margin: 0;
	padding: 10px;
	font-size: 14.5px;
}
.comment-parentsss .comment_poi{
	justify-content: flex-end;
	width: 100%;
}
.comment-parentsss .comment_poi_left{
	order: 2;
}
.comment-parentsss .comment_author{
	text-align: right;
}
.comment-parentsss .comment_main{
	margin-left: 0;
	margin-right: 10px;
}

.comment-parentsss .comment_excerpt:before {
    right: -7px;
    left: inherit;
    border-width: 7px 0 7px 7px;
}
.comment_poi_left a{
	position: absolute;
	top: 0;
	right: 0;
	width: 43px;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(139 149 159 / 70%);
	border-radius: 100px;
	color: #FFF;
	opacity: 0;
}
.comment_jg:hover .comment_poi_left a{opacity:1;}
.comment-child{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.content details{border-radius:calc(var(--br)/ 2);padding:0px;margin:.4rem 0}.content details summary{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.875rem;font-weight:450;padding:0px;border-radius:5px;margin:-.625rem -1.25rem;outline:none;}.content details[open] summary{border-radius:5px 5px 0 0;margin:-10px -20px 15px -20px;outline:none;}.content details p{font-size:.875rem}
.content details summary{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:.875rem;font-weight:450;padding:0px;border-radius:5px;margin:-.625rem -1.25rem;outline:none;}.content details[open] summary{border-radius:5px 5px 0 0;margin:-10px -20px 15px -20px;outline:none;}.content details p{font-size:.875rem}.content cite{font-style:normal;text-align:right;display:block}.content cite::before{content:'——'}
.content table tr{border-top:1px solid var(--border)}.content table td,.content table th{border:1px solid var(--border);padding:3px}
.mr-1{
	margin-right: 3px;
	color: #fb7299;
}
/**分页 整理 itbulu.com*/
.page-navigator {
 list-style:none;
 margin:10px 0 0;
 padding:0;
 text-align:center;
 font-size:.875em
}
.page-navigator li {
 display:inline-block;
 margin:0 4px
}
.page-navigator a {
 display:inline-block;
 padding:0 10px;
 height:30px;
 line-height:30px
}
.page-navigator a:hover {
 background:linear-gradient(#72b2aa,#72b2aa) bottom center no-repeat;
 background-size:100% 3px
}
.page-navigator .current a {
 color:#72b2aa
}
.gen{
	margin-top: 1.5rem;
}
.comments_number{
	padding: 1rem 0;
	font-size: 15px;
	font-weight: 450;
}
.comment_qx a{
	background: #FFF;
    border: .05rem solid #eb738c;
	padding: .35rem .4rem;
	display: inline-block;
    font-size: .8rem;
    height: 1.8rem;
    line-height: 1rem;
    color: #eb738c;
}
.comment_qx a:hover {
    background-color: #eb738c;
    color:#FFF
}
.link_tab{
    text-align: center;
    margin-bottom: 2rem;
}
.link_tab_list{
    display: initial;
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 14.5px;
    color: #FFF;
    background-color: #77AAAD;
}
.link_tab_list span {
    display: block;
    display: inline-block;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 100px;
    transition: all 0.5s;
}

#link_info:checked ~ .link_tab label[for="link_info"] span, #link_friend:checked ~ .link_tab label[for="link_friend"] span{
    background: #9DC3C1;
}
.link_body_friend{
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(5,minmax(0,1fr))
}
.link_body_list:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-box-shadow: 0 0 6px #999;
    box-shadow: 0 0 7px #999;
    -webkit-transition: all .7s ease-out;
    transition: all .8s ease-out;
    transition: .8s ease-in-out opacity;
  }
  
.link_body_list{
    display: flex;
    align-items: center;
    box-shadow: rgb(0 0 0 / 20%) 0 0 5px 0;
	background-color: #F5F5F5;
}
.link_body_img{
    width: 50px;
    height: 50px;
    flex: 0 0 auto;
}
.link_body_img img{
    width: 100%;
    height: 100%;
}
.link_body_name{
    font-size: 13px;
    white-space: nowrap;
    color:#fb7299;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
	width: 100%;
}

#link_info:checked ~ .link_body, #link_friend:checked ~ .links_body_friend{
    display: block;
}
.reward_none {
    display: none;
}
.linkss_box{
	padding: 2rem 0;
}
.songmax {
	line-height:1.8;
	word-wrap:break-word;
	font-size:15px;
	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,"boke",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:#f55852;
	position:relative;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	vertical-align:top;
	outline:none;
	font-size: 15px;
}
.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 {
	background: RGBA(139,149,159,0.14)!important;
	border: 0;
	padding: 16px;
    border-left: 4px solid #8b959f;
    border-style: solid;
    margin-bottom: 16px;
	margin: 0 0 1rem;
}

.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 {
	color: #616161;
	border-bottom: 1px solid #ece9e9;
	padding-bottom: .3em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
    font-weight:530;
}

.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: #444;
	border-bottom: 1px solid #eee;
	padding-bottom: .3em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-ms-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.songmax h1 {
	font-size:1.4em;
}
.songmax h2 {
	font-size:17.5px;
	padding-top:1em;
	padding-bottom:6px;
}
.songmax h3 {
	font-size:1.2em;
}
.songmax h4 {
	font-size:1.1em;
}
.songmax h5 {
	font-size:1em;
}
.songmax h6 {
	font-size:0.9em;
}
.songmax code {
	padding:2px;
	margin:0 4px;
	word-wrap:break-word;
	background: #eeeeee;
	border-radius:3px;
	font:15px/26px;
	font-family: Microsoft JhengHei;
	color: #6777ef;
}
.songmax pre code {
	padding:0;
	color:inherit;
	font-size:inherit;
	line-height:1.2;
	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:2em auto 2em;
}
.songmax hr:after {
	color:#999;
	font-size:1.1em;
	display:block;
	content:"~ ~ ~ ~";
	text-align:center;
}

.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:14.5px;
	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: 70%;
    max-height: 60%;
	margin-left: auto;
	margin-right: auto;
	display: inline;
	box-shadow: 0 0 4px rgba(0,0,0,0.5);
    overflow: visible;
    border-radius:12px;
    -webkit-filter: drop-shadow(4px 4px 10px rgba(0,0,0,.5)); 
    filter: drop-shadow(4px 4px 10px rgba(0,0,0,.5));
}
.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:14.5px;
}
.songmax figure figcaption:empty::before {
	z-index:-1;
	color:#bfbfbf;
	cursor:text;
	content:attr(placeholder);
}
.archive{
	margin-top: 20px;
	margin-bottom: 2rem;
	color: #606975;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
.public_content{
	padding: 0 5px;
}
#comments textarea{
	background-color: #ffffff;
	transition: all 0.25s ease-in-out 0s;
}
#comments textarea:focus {
	background-position-y: 105px;
	transition: all 0.25s ease-in-out 0s;
}
#comments textarea{
	
	overflow:auto;
	height:6em;
	width:100%;
	resize:none;
	background:transparent url(https://bt.cdn.vin/boke/commentsbg.gif) 100% no-repeat;
}
::-webkit-input-placeholder{color:#d8dadc}input:focus,textarea:focus{border-bottom:1px solid #a4a9ad}input#author,input#mail,input#url{width:100%}
#comments input.button,#comments input.submit{border:none;letter-spacing:2px;line-height:2em;color:#ffffff;padding:3px 10px;border-radius:3px;vertical-align:middle;cursor:pointer}


.tx_box{
	position: fixed;
	width: 200px;
	background-color: #555;
	color: #FFF;
	border-radius: 10px;
	padding: 5px;
	right: 50px;
	top: 70px;
	font-size: 12px;
	text-align: center;
	z-index: 5;
}
.tx_box span{
	position: relative;
}
.tx_box span::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: -13px;
	left: 25px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid  #555555;
}
.tx_bg{
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #6161613b;
}
.note{
	visibility: hidden;
    opacity: 0;
}

@media print, screen and (max-width: 992px){
	.note{
		visibility:initial;
		opacity: 1;
	}
	.content{
		margin-top: 0;
	}
	body{
		background-color: #f9f9f9;
	}
	.post,.index_list{
		background-color: #f3f3f3;
	}
	.comment-editor_left{
		display: none;
	}
	#comments input{border:none;outline:none;background:transparent;padding:5px 0;font-family:inherit;font-size:15px;border-bottom:1px solid #d8dadc}
	#comments textarea{
		border:none;outline:none;padding:5px 0;font-family:inherit;font-size:15px;border-bottom:1px solid #d8dadc
	}

	.comment_xin_box{
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	#header{
		padding: 30px 20px;
	}
	#header .navbar_right{
		display: none;
	}
	#header .logo-avatar{
		width: 30px;
		height: 30px;
	}
	#header .web_name {
		font-size: 21px;
	}
	.index_list_img{
		display: none;
	}
	.index_list{
		padding: 1.2rem;
	}
	.index_list_excerpt{
		word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	}
	.moe{
		display: flex;
		align-items: center;
	}
	.link_body_friend{
		grid-template-columns: repeat(2,minmax(0,1fr))
	}
	.songmax img,.songmax video {
		max-width:100%;
		max-height: 100%;
	}
	.moemeun_ul li a {

	background: none !important;
	}
}
.overt{padding:1.4rem;background-color:var(--pigeon-white);}
.active,.links_ul .active{background-color:var(--pigeon-pass);border-radius:100px;}
.article-tabs .tab-content div.active{display:block;}.article-tabs .tab-content div{display:none;padding:15px;animation:showTabs 0.5s;}.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;}
.links_option{margin-bottom:50px;text-align:center;}.links_ul{padding-left:0;display:block;display:initial;padding:8px 12px;background-color:var(--pigeon-major);border-radius:100px;font-size:14.5px;color:var(--pigeon-white);}.links_ul li{list-style:none;display:inline-block;margin:0 10px;padding:3px 10px;cursor:pointer;border-radius:100px;transition:all 0.5s;}
.links_list {
	float:left;
	width:20%;
	margin-bottom:20px;
	padding:0 10px;
	
}
.links_list:nth-child(5) {
	margin-right:0;
}
.links_box {
	box-shadow: rgb(0 0 0 / 20%) 0 0 5px 0;
	transition:.3s;
}
.links_avatar {
	width:50px;
	height:50px;
	float: left;
	margin-right: 3px;
	
}
.links_avatar img {
	width:100%;
	height:100%;
}
.links_bottom {
	padding-right:3px;
	text-align:center;
	
}
.links_name {
	font-size:13px;
	white-space:nowrap;
	background-color:#F5F5F5;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height: 50px;
	font-weight: 50px;
	text-align:center;
}
  

::selection {
    background: #fb7299;
    color: #fff;
}
pre[class*="language-"]{
    max-height: 340px !important;
	white-space: nowrap;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background: #caced2;
}
::-webkit-scrollbar-track {
    background: #cbd5e0;
}
.moemeun_ul::-webkit-scrollbar {
    height: 2px;
}