@charset "utf-8";
    /*公共模块*/
*,::after,::before {
	box-sizing:border-box;
}
.guanggao .layer,.guanggao #globalAd{
	display: none;
}
body {
	background-color:#f6f8fb;
	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: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}
.content_top{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.content_left{
	width: 70%;
	float: left;
	padding-right: 1rem;
}
.content_right{
	width: 30%;
	float: right;
}
.text-primary {
    padding: 0 .8rem;
    color: #0a59f8;
    font-family: "iconfont";
}
em, i {
    font-style: normal;
}
#background{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
#header .navbar{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 100;
	color: #FFF;
	padding: 10px 0;
}
#header .hide{
	background-color: #FFF;
	color: #333;
	box-shadow: 2.5px 5px 18px 0 rgb(64 87 191 / 7%);
}
.nav_body{
	height: 60px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav_body_right{
	display: flex;
	align-items: center;
}
#header .nav_body_logo{
	max-width: 160px;
	max-height: 50px;
	font-size: 18px;
	font-weight: 600;
}
#header .nav_body_logo img{
	max-width: 160px;
	max-height: 50px;
}
#header .mueun_ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#header .meun_li{
	display: inline-block;
	font-size: 14px;
	padding: 1.2rem;
}
#header .search_public_frame{
	width: 200px;
	position: relative;
}
#header .search_public_frame .submit{
	position: absolute;
	top: 0;
	right: 10px;
	background: 0 0;
	border: none;
	line-height: 43px;
}
#header .search_public_frame .text{
	width: 100%;
	height: calc(2.75rem + 2px);
	background-color: #FFF;
	padding: .625rem .75rem;
	color: #8898aa;
	border-radius: .25rem;
	border: 0;
	outline: none;
}

#header .move{
	position: relative;
	display: none;
}
#header .move_box{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: 10px;
	padding: 1rem;
	background-color: #FFF;
	border-radius: 6px;
	color: #32325d;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 50px 100px rgb(50 50 93 / 10%), 0 15px 35px rgb(50 50 93 / 15%), 0 5px 15px rgb(0 0 0 / 10%);
	z-index: 30;
	transition: all 0.35s ease-in-out;
}

#header .move_box.open{
	opacity: 1;
	visibility:initial;
}
#header .move_header{
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
}
.move_list{
	margin-top: 1rem;
}
.move_ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.move_li{
	font-size: 14px;
	margin: .8rem 0;
}
.search{
	width: 100%;
	position: relative;
}
.search .text{
	line-height: 1.5;
	height: calc(2.75rem + 2px);
    padding: .625rem .75rem;
    transition: all .2s cubic-bezier(.68,-.55,.265,1.55);
    color: #8898aa;
	border: none;
    background-color: #fff;
    background-clip: padding-box;
	border-bottom: 1px solid #e6e6e6;
	outline: 0;
    background-color: transparent;

}
.search .submit{
	border: none;
    background: 0 0;
    color: #101010;
}


/***大图*****/
.bigpic{
	position: relative;
}
.bigpic_img{
	width: 100%;
	height: 100vh;
}
.bigpic_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav_body{
	height: 60px;
	display: flex;
	width: 100%;
	align-items: center;
}
.bigpic_box{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
}
.bigpic_frame{
	text-align: center;
}
 .bigpic_frame_img{
	width: 100px;
	height: 100px;
	border-radius: 100px;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
}
.bigpic_frame_img img{
	width: 100%;
	height: 100%;
}
.web_name{
	font-size: 26px;
	margin: 10px 0;
}
 hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: .0625rem solid rgba(0,0,0,.1);
}
.bigpic_frame_qm{
	font-size: 18px;
}
.bigpic_frame_btn{
	margin-top: 2rem;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#42abf8), to(#0888e6));
	border-color: #088ef0;
    box-shadow: inset 0px 1px 0px rgb(255 255 255 / 30%), 0 1px 2px rgb(0 0 0 / 15%);
	border-radius: .3rem;
	border: none;
	width: 107px;
	padding: 0;
	transition-duration: .3s;
	animation-name: glowing-primary;
}
.bigpic_frame_btn a{
	display: flex;
	height: 51px;
	align-items: center;
	justify-content: center;
}

.button-glow {
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-name: glowing;
			animation-name: glowing; 
}
.button-glow:active, .button-glow.active, .button-glow.is-active {
	  -webkit-animation-name: none;
			  animation-name: none; 
}
  
/****文章列表****/
.index_list{
	background-color: #FFF;
	padding: 1rem;
    margin-bottom: 0.75rem;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}

/***无图***/
.index_list_name{
	margin: 0;
	padding: 0;
	font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.4;
}
.index_list_excerpt {
    font-size: .875rem;
    margin-top: 1rem;
    color: #52525c;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.index_list_foot {
    margin-top: .5rem;
    font-size: .75rem;
    color: #7a8b9a;
}
.index_list_footbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_list_comment i {
	position: relative;
	top: 2px;
    font-size: 14px;
    margin-right: 3px;
}
/****单图****/
.index_list_box{
	display: flex;
}
.index_list_left {
    max-width: 145px;
    flex: 0 0 auto;
    width: 25%;
}
.index_list_img{
	width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.index_list_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_list_right{
	display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 0 0 0 1.25rem;
}
.index_list_body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.about_me{
    margin-bottom: .75rem;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
	overflow: hidden;
}
.about_me_bg{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30%;
}

.about_me_bg img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_me_body{
	padding: .5rem 1.25rem;
	position: relative;
}
.about_body_img{
	width: 80px;
	height: 80px;
	border-radius: 100px;
	border: 5px solid #FFF;
	background-color: #FFF;
	overflow: hidden;
	position: absolute;
	left: 1.25rem;
	top: -45px;
}
.about_body_img img{
	height: 100%;
	width: 100%;
}
.about_body_name{
	padding-left: 90px;
	font-weight: 600;
	font-size: 18px;
}

.about_body_qm{
	margin-top: 15px;
	font-size: 15px;
}
.about_foot{
	border-top:1px solid #f0f3f7;
	padding: 10px 1.25rem;
	display: grid;
    gap: 0px;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.about_foot_list{
	text-align: center;
	border-right:1px solid #f0f3f7;
}
.about_foot_list:last-child{
	border-right:0
}
.about_foot_name{
	font-size: 14px;
}
.about_foot_nb{
	font-size: 12px;
	margin-top: .5rem;
}

.widget{
	padding: 1.25rem;
    margin-bottom: .75rem;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}
.widget_header{
	position: relative;
}
.widget_name{
	font-weight: 600;
	padding-left: 1.25rem;
	margin-bottom: 1rem;
}
.widget_header:before {
    content: '';
    position: absolute;
    left: 2px;
    top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #0a59f8;
    background: -webkit-gradient(linear,left bottom,left top,from(#6598ff),to(#0a59f8));
    background: linear-gradient(to top,#6598ff,#0a59f8);
}
.new_post_list{
	display: flex;
	margin-bottom: 10px;
}
.new_post_list:last-child{
	margin-bottom: 0;
}
.new_post_nb{
	width: 1.25rem;
	height: 1.25rem;
	color: #FFF;
	background-color: #ff4545;
	display: flex;
	border-radius: 100px;
	font-size: 12px;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	flex-shrink: 0;
}
.new_post_name{
	font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.tagcloud a{
	position: relative;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: capitalize;
    display: inline-block;
    margin: 0 .25rem .5rem 0;
	border: 1px solid #f0f3f7;
	padding: .5rem .9375rem;
	font-size: 12px;
}
.tagcloud a:before {
    content: '#';
    font-size: inherit;
    display: inline-block;
    margin-right: 5px;
}
.index_links a{
	position: relative;
	font-size: 14px;
}

.index_links a:before {
    content: '#';
    font-size: inherit;
    display: inline-block;
    margin-right: 5px;
}

.footer{
	margin-top: 2rem;
	border-top:1px solid #f0f3f7 ;
	padding: 3rem 0;
	text-align: center;
	font-size: 12px;
	color: #4b4d50;
}
.footer .links{
	display: flex;
	justify-content: center;
	padding: 8px;
}
.footer .links a {
	display: flex;
	width: 35px;
	height: 35px;
	background-color: #eff1f5;
	border-radius: 100px;
	justify-content: center;
	align-items: center;
}

.tool{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    font-weight: 300;
}
.tool li {
    list-style: none;
}
.tool li i{
    font-size: 14px;
    color: #FFF;
}
.tool li button{
    background-color: #6b7280;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tool li button:hover{
    background-color: #f1404b;
}
.paging{
	text-align: center;
}
.paging .nexts{
	display: inline-block;
	margin: 3rem 0;
}
.paging .nexts a{
	font-size: 14px;
	background-color: #0a59f8;
	color: #FFF;
	width: 150px;
	height: 31px;
	border-radius: 6px;
}
.paging .nexts a{
	display: flex;
	justify-content: center;
	align-items: center;
}

.post_bg{
    position: relative;
}
.post_bg_img{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%;
    overflow: hidden;
}
.post_bg_img img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_bg_filter{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    background-color: rgba(22,29,39,.88);
}
.post_bg_box{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
	flex-direction: column;
}
.post_bg_name{
    font-size: 2.25rem;
    line-height: 1.4;
    margin: 0;
    color: #FFF;
    font-weight: 500;
}

.post_style{
    position: relative;
    margin: -6rem 0 0;
    background-color: #FFF;
    border-radius: 4px;
    padding: 5rem 6rem;
    box-shadow: 0 5px 30px 5px rgb(62 61 80/5%);
    margin-bottom: 2rem;
}
.post_header{
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #eff3fa;
    margin-bottom: 1.5rem;
}
.post_header_box{
    display: flex;
}
.post_header_avatar{
    width: 40px;
    height: 40px;
    border-radius: 100px;
    overflow: hidden;
    margin-right: 1rem;
}
.post_header_avatar img{
    width: 100%;
    height: 100%;
}
.icon-dian{
    font-size: .6875rem !important;
    margin: 0 .25rem;
}
.post_header_info{
    flex: 1 1 auto;
    color: #3d3737;
}
.post_header_author{
    font-size: .875rem;
    line-height: 1.5;
}
.post_header_stat{
    font-size: 12px;
}
.post_tags{
    margin-top: 1.5rem;
    font-size: 14px;
}
.post_tags i{
    font-size: 13px;
}
.post_tags a{
    color: #3d3737;
    margin-right: 1rem;
}

.post-copyright{
    border: 1px solid #eff3fa;
    padding: .5rem;
    margin-bottom: 1.5rem;
    font-size: .6875rem;
    text-align: center;
    color: #6a6a6a;
    font-weight: 400;
    border-radius: 4px;
	margin-top: 1.5rem;
}
.post_paging{
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.post_prev{
    position: relative;
}
.post_paging_img{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 33%;
    border-radius: 4px;
    overflow: hidden;
}
.post_paging_img img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .444s ease-in-out;
    -o-transition: all .444s ease-in-out;
    transition: all .444s;
}
.post_paging_filter{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
    transition: all .444s ease-in-out;
}
.post_paging_box{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    padding: 1rem 1.25rem;
    flex-direction: column;
    flex: 1 1 auto;
    color: #FFF;
}
.post_paging_body{
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.post_paging_name{
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.45;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.post_paging_foot{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
}
.post_next_name{
    text-align: right;
}

.post_comment{
    margin: 0 0 2rem;
    background-color: #fff;
    padding: 5rem 6rem;
    box-shadow: 0 5px 30px 5px rgb(62 61 80 / 5%);
}
.post_fen_comment{
    padding: 2rem;
}

.content_top::after {
    display: table;
    clear: both;
    content: '';
}




.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,"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:#448aca;
	-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-x:auto;
	-webkit-overflow-scrolling:touch;
	border-radius:2px;
	background-color:#F1F3F3;
	border-radius: 5px;
	padding-top: 42px;
	position: relative;
}
.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:#448aca;
	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:#448aca;
}**/
.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 .tip-content {
	font-size:14px;
}
.songmax .tip {
	display:inline-block;
	width:100%;
	background:#eef6fd;
	padding:8px 20px;
	border-left:3px solid #38a3fd;
	border-radius:0 5px 5px 0;
	margin-bottom:10px;
}
.songmax.tip.share {
	border-left-color:#ddd;
	background:#efefef;
}
.songmax .tip.yellow {
	border-left-color:#ff7800;
	background:#fcf2e9;
}
.songmax .tip.red {
	border-left-color:#ed0000;
	background:#fcf1f1;
}
.songmax .tip.green {
	border-left-color:#86cc00;
	background:#f0f8e5;
}
.songmax .tip.green:before {
	background:#86cc00;
	content:"√";
}
.songmax .tip.red:before {
	background:#ed0000;
	content:"×";
}
.songmax .tip.yellow:before {
	background:#ff7800;
	content:"!";
}
.songmax .tip.share:before {
	background:#ddd;
	content:"@";
}
.songmax .tip:before {
	background:#38a3fd;
	border-radius:50%;
	color:#fff;
	content:"i";
	font-family:Dosis,"Source Sans Pro","Helvetica Neue",Arial,sans-serif;
	font-size:16px;
	height:21px;
	line-height:21px;
	margin-left:-32px;
	margin-top:5px;
	position:absolute;
	text-align:center;
	width:21px;
}
.random_post{
	margin: 2rem 0;
    background-color: #fff;
    padding: 2rem 6rem;
    box-shadow: 0 5px 30px 5px rgb(62 61 80 / 5%);
}
.random_title{
	font-size: 18px;
	margin-bottom: 1rem;
}
.random_list li{
	position: relative;
    padding-left: 1.5rem;
    margin: 0 0 1rem;
	list-style: none;
}
.random_list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    height: 8px;
    width: 8px;
    border-radius: 40px;
    opacity: 1;
    border: 1px solid #eceef5;
    transition: all .3s linear 0ms;
    transform: translate(0,-50%);
}
.random_list li:hover:before{
	border-color: #3858f6;
	background-color:#3858f6;
}
.random_name{
	font-size: 15px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#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;
}



.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{
    font-size: 14px;
}
.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 {
	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{
    font-size: 14px;
    color: #f1404b;
}

.page-navigator{
    margin: 35px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.page-navigator li{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    margin-right: 10px;
}
.page-navigator li:last-child{
    margin-right: 0;
}
.page-navigator li.current,.page-navigator li.current:hover{
    background-color: #ff374a;
    color: #FFF;
}
.page-navigator li:hover{
    background-color: #f0f3f8;
    
}
.page-navigator li a,.page-navigator li span{
    width: 30px;
    line-height: 30px;
}

.layer{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
	background: rgba(94,110,141,.9);
}
#globalAd{
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto;
    flex-direction: column;
}
#globalAd #content{
	background-color: #FFF;
	border-radius: 8px;
	padding: 1rem;
	min-width: 360px;
}
.gonggao_title{
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #ff4545;
}
.gonggao_body{
	font-size: 15px;
	line-height: 1.8;
	margin: .8rem 0;
}
.gonggao_guanbi .icon{
	margin-top: 5px;
	height: 28px;
    width: 28px;
    cursor: pointer;
}
@media print, screen and (max-width: 580px){
	.meun_list,.search_public_frame{
		display: none;
	}
	#header .nav_body_logo,#header .nav_body_logo img{
		max-height: 30px;
	}
	#header .nav_body{
		height: 40px;
	}
	#header .bigpic_img{
		height: 100vh;
	}
	.content_left{
		width: 100%;
		padding-right: 0rem;
	}
	.content_right{
		width: 100%;
	}
	.index_list_right .index_list_excerpt{
		display: none;
	}
	.post_style,.post_comment{
		padding: 1rem;
		margin: 0 0 0;
	}
	.random_post{
		padding: 1rem;
		margin: 1rem 0;
	}
	.post_paging {
		display: grid;
		gap: 16px;
		grid-template-columns: repeat(1,minmax(0,1fr));
	}
	.post_bg_img{
		padding-top: 100vh;
	}
	.post_bg_name{
		font-size: 22px;
	}
	#header .move{
		display: block;
	}
}
.comment-buttons::after{
	display: table;
    clear: both;
    content: '';
}