@charset "utf-8";
    /*公共模块*/
*,::after,::before {
	box-sizing:border-box;
}
body {
	background-color:#f8f9fa;
	margin:0;
	padding:0;
	font-size:1rem;
	color: #283149;
	font-family: "hm", "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;
}
.main{
	display: flex;
}
.content{
	max-width: 760px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 36px;
	padding: 0 10px;
}
.links_content{
	max-width: 1240px;
}
#header{
	width: 260px;
	left: 0;
	top: 0;
	flex-shrink: 0;
	min-height: 100vh;
	height: 100%;
}
#header .header_navbar{
	position: fixed;
	width: 260px;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 200;
	background-color: #f8f9fa;
}
#header .logo{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 75px;
	padding: 0 1.5rem;
}
#header .logo img{
	max-width: 210px;
    max-height: 45px;
}
#header .navbar_ul{
	padding: .25rem .75rem;
	margin: 0;
	list-style: none;
	margin-top: 15px;
	border-top:1px solid #e7e9ed ;
	border-bottom:1px solid #e7e9ed ;
}
#header .navbar_li{
	margin: .5rem 0;
}
#header .navbar_li a{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
    padding: .375rem .75rem;
}
#header .navbar_li.current a{
	background-color: #f4f8fd;
	border-radius: 6px;
	color: #2f66ff;
}
#header .navbar_li a i{
	font-size: 22px;
	display: block;
}
#header .navbar_li_i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.25rem;
    height: 2.25rem;
}

.pone_meun{
	background-color: #FFF;
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin-bottom: 20px;
}
.pone_meun .pone_meun_logo{
	max-height: 45px;
	max-width: 120px;
}
.pone_meun .pone_meun_logo img{
	width: 100%;
	height: 100%;
}
.pone_meun i{
	display: block;
	font-size: 18px;
}
.index_header,.fen{
	display: grid;
    gap: 1rem;
    grid-template-columns: 2fr 1fr;
	margin-bottom: 30px;
}
.index_header_left,.index_header_right,.index_list{
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}
.indexh_big{
	position: relative;
}
.indexh_big_img{
	height: 240px;
	width: 100%;
}
.indexh_big_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indexh_big_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFF;
}
.indexh_big_bgtext{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	font-size: 22px;
}
.indexh_big_box{
	background-color: #f5f5f5;
	padding: .7rem .7rem .7rem .8rem;
	height: 56px;
	display: flex;
	align-items: center;
	font-weight: 600;
}
.indexh_big_box_img{
	width: 32px;
	height: 32px;
	flex-shrink: 0;
}
.indexh_big_box_img img{
	width: 100%;
	height: 100%;
	border-radius: 100px;
}
.index_big_box_name{
	margin-left: 16px;
	font-size: 15px;
}
.indexh_sm{
	width: 100%;
	height: 240px;
	background-color: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexh_sm img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.indexh_sm_box{
	background-color: #f5f5f5;
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
}
.indexh_sm_icon{
	display: flex;
}
.indexh_sm_icon span{
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	position: relative;
	
}
.indexh_sm_icon span i{
	display: block;
	font-size: 18px;
	cursor: pointer;
}
.indexh_sm_shar,.post_erwei{
	position: absolute;
	background-color: #FFF;
	min-width: 180px;
	padding: .4rem;
	right: 0;
	top: 50px;
	z-index: 20;
	box-shadow: 0 0.05rem 0.2rem rgb(69 77 93 / 30%);
	border-radius: 4px;
	opacity: 0;
    visibility: hidden;
	transition: all 0.35s ease-in-out;
}
.indexh_sm_shar.chu,.post_erwei.chu{
	top: 40px;
	opacity: 1;
	visibility:unset;
}
.indexh_sm_shar li{
	list-style: none;
	padding: 0 .4rem;
	font-weight: 400;
	font-size: 16px;
}
.indexh_sm_shar li a{
	display: block;
    margin: 0 -.4rem;
    padding: .2rem .4rem;
}
.indexh_sm_shar li a:hover{
	background-color: #f4f8fd;
	border-radius: 6px;
	color: #2f66ff;
}
.post_erwei img{
	width: 200px;
	height: 200px;
}
.index_list{
	position: relative;
	padding: 15px;
	margin-bottom: 1rem;
	border-radius: 4px;
	background-color: #FFF;
	box-shadow: 0px 2px 15px -5px rgb(10 10 10 / 3%);
}
.index_listbg_img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 33%;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 1rem;
}
.index_listbg_img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}

.index_listbg_title{
	margin: 0;
	padding: 0;
	font-size: 20px;
}
.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_footer{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	margin-top: 1rem;
}
.index_list_footer .index_list_tags,.index_list_footer .more{
	display: flex;
}
.index_list_footer .index_list_tags span,.index_list_footer .more span{
	margin-right: 15px;
	display: flex;
	align-items: center;
}
.index_list_footer .index_list_tags span i,.index_list_footer .more span i{
	display: block;
	font-size: 15px;
	margin-right: 3px;
}
.index_list_footer .more{
	
}
.index_list_box{
	display: flex;
}
.index_list_left{
	max-width: 200px;
    flex: 0 0 auto;
    width: 33.33333333%;
}
.index_list_left .index_listsm_img{
	position: relative;
    width: 100%;
    height: 0;
    padding-top: 66.66666%;
    border-radius: 4px;
    overflow: hidden;
}
.index_list_left .index_listsm_img img{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_list_right {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding-left: 1.25rem;
}
.index_list_body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.index_listq{
	padding: 0;
}
.index_listq_img{
	width: 100%;
	height: 240px;
	border-radius: 4px;
	overflow: hidden;
}
.index_listq_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index_listq_body{
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 20%);
	border-radius: 4px;
	padding: 1rem;
}
.index_listq_body .index_list_excerpt{
	color: #FFF;
}
.paging{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
}
.paging_next{
	text-align: right;
}
.paging .paging_prev a{
	font-size: 18px;
}
.paging .paging_prev a div{
	font-size: 14px;
	margin-top: 5px;
}
.paging i{
	display: block;
}
.paging .paging_shu{
	font-size: 14px;
	color: #757575;
}
.footer{
	margin-top: 3rem;
	padding-left: 260px;
	font-size: 14px;
}
.footer .content{
	margin-top: 0;
}
.footer_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 2rem 1rem;
}
.footer_links_list a{
	display: inline-block;
	margin: 0 8px;
}
.footer_links_list a i{
	font-size: 24px;
	display: block;
}
/****友情链接***/
.links_content{
	margin-top: 30px;
}
.links{
	
	display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.links_list{
	overflow: hidden;
	position: relative;
	padding: 1rem;
	background-color:#f5f5f5;
	border-radius: 8px;
	box-shadow: 0 0 #0000,0 0 #0000,0 0 #0000,0 0 #0000,0 1px 3px 0 rgba(0, 0, 0, 0.1),0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.links_list a{
	display: flex;
	align-items: center;
}
.links_tx{
	width: 50px;
	height: 50px;
	border-radius: 100px;
	margin-right: 1rem;
	overflow: hidden;
	flex-shrink: 0;
}
.links_tx img{
	width: 100%;
	height: 100%;

}
.links_qm{
	font-size: 12px;
	color: #52525c;
	margin-top: 4px;
}
.links_bg{
	position: absolute;
	width: 96px;
	height: 96px;
	opacity: .05;
	background-size: contain;
	border-radius: 100px;
	bottom: -2.5rem;
	right: -2.5rem;
}
/****读书页面****/
.reward_none {
    display: none;
}
.douban_tab{
    text-align: center;
    margin-bottom: 2rem;
}
.douban_tab_list{
    display: inline-block;
    padding: 2px;
    border-radius: 100px;
    font-size: 14px;
    color: #17223b;
    background-color: #6366f1;
}
.douban_tab_list span {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 100px 0 0 100px;
	color: #FFF;
}

.douban{
    gap: .6rem;
    grid-template-columns: repeat(6,minmax(0,1fr))
}

.douban_cover{
    height: 16rem;
    width: 100%;
    overflow: hidden;
	border-radius: 5px;
}
.douban_cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.douban_name{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.62rem 0.93rem;
    border-radius: 0 0 2px 2px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#douban_book:checked ~ .douban_tab label[for="douban_book"] span, #douban_movie:checked ~ .douban_tab label[for="douban_movie"] span{
    background: #fff;
	color: #283149;
}
#douban_movie:checked ~ .douban_tab label[for="douban_movie"] span{
	border-radius: 0 100px  100px 0 ;
}
#douban_book:checked ~ .douban_box_book, #douban_movie:checked ~ .douban_box_movie {
    display: grid;
}



.timeline .timeline-item {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.2rem;
    position: relative;
}
.timeline .timeline-item .timeline-icon {
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 1.2rem;
    text-align: center;
    width: 1.2rem;
}
.timeline .timeline-item .timeline-icon::before {
    border: .1rem solid #5755d9;
    border-radius: 50%;
    content: "";
    display: block;
    height: .4rem;
    left: .4rem;
    position: absolute;
    top: .4rem;
    width: .4rem;
	flex-shrink: 0;
}
.timeline .timeline-item .timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px 0 2px .8rem;
}
.tile {
    align-content: space-between;
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-align: start;
    -ms-flex-line-pack: justify;
}
.tile .tile-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.tile .tile-subtitle, .tile .tile-title {
    line-height: 1rem;
}
.timeline .timeline-item {
    display: flex;
    display: -ms-flexbox;
    margin-bottom: 1.2rem;
    position: relative;
}
.timeline .timeline-item::before {
    background: #5755d9;
    content: "";
    height: 100%;
    left: 8.5px;
    position: absolute;
    top: 1.2rem;
    width: 2px;
}
.timeline .timeline-item .timeline-left {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.timeline .timeline-item .timeline-icon.icon-lg {
    background: #5755d9;
    line-height: 1rem;
}
.timeline .timeline-item .timeline-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px 0 2px .8rem;
}
.timeline p{
	margin: 0 0 1rem;
}
.tile .tile-subtitle, .tile .tile-title {
    line-height: 1rem;
}
.fen_big,.fen_sm{
	position: relative;
}
.fen_big_img,.fen_sm_img{
	width: 100%;
	height: 300px;
	border-radius: 4px;
	overflow: hidden;
}
.fen_big_img img,.fen_sm_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fen_big_box{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 30px;
	color: #FFF;
	padding: 1rem;
	border-top-right-radius: 6px;

    background-color: rgba(255,255,255,.2);
    -webkit-backdrop-filter: saturate(150%) blur(25px);
    backdrop-filter: saturate(150%) blur(25px);

}
.fen_big_title{
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
}
.fen_big_qm{
	font-size: 14px;
}
.fen_sm_talk a{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 16px;
	color: #FFF;
	font-weight: 600;
	font-size: 18px;
}
.fen_sm_time{
	font-weight: 400;
}
.fen_sm_hao{
	font-size: 3rem;
}
.fen_sm_nian{
	font-size: 14px;
}
.post{
	background-color: #FFF;
    box-shadow: 0px 2px 15px -5px rgb(10 10 10 / 3%);
	
}
.post_bg_img{
	width: 100%;
	height: 280px;

}
.post_bg_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_body{
	background-color: #FFF;
}
.post_header{
	padding: 16px;
	background-color: #f5f5f5;
}
.post_header_title{
	padding: 0;
	margin: 0;
	font-size: 22px;
	font-weight: 400;
}
.post_header_tags{
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #e7e9ed;
}
.post_header_tags a{
	display: inline-block;
	padding: 3px 10px;
	border: 1px solid #e7e9ed;
	font-size: 12px;
	border-radius: 5px;
}
.post_header_tags div{
	display: inline-block;
}
.post_header_stor a{
	background-color: #c2c2c2;
}
.post_content{
	padding: 1rem;
	padding-top: 2rem;
	background-color: #fff;
}


.post-content blockquote {
    border-left: .2rem solid #ddd;
    padding: 0 .7rem;
    color: #777;
    font-style: normal;
}
.post_footer{
	position: relative;
    margin-top: 3rem;
    border-top: #ebf2f6 1px solid;
	background: #f8f9fa;
	border-bottom: #ebf2f6 1px solid;
}
.post_footer_info{
	position: relative;
	padding: 1rem;
}
.post_footer_tx{
	width: 100%;
	position: absolute;
	top: -35px;
	display: flex;
	justify-content: center;
}
.post_footer_tx img{
	width: 70px;
	height: 70px;
	border-radius: 100px;
}
.post_footer_shi{
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.post_footer_btn{
	display: flex;
	align-items: center;
}
.post_footer_btn i{
	display: block;
	font-size: 22px;
}
.post_footer_btn .poster_footer_er,.post_footer_fen{
	position: relative;
	padding: 8px;
}
.post_next{
	padding: 16px;
	border-top: #ebf2f6 1px solid;
}
.paging_prevs{
	padding-right: 1rem;
}
.paging_next{
	padding-left: 1rem;
}
.post_pl{
	padding: 16px;
}


.sap_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(120,129,147,.22);
    transition: all 0.35s;
    opacity: 0;
    z-index: -100;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.sap_open {
    display: block;
    opacity: 1;
    z-index: 50;
}



/****评论****/
.post_comment{
	background-color: #FFF;
    padding: 1.4rem 1.6rem;
    border-radius: 5px;
    box-shadow: 0px 0px 12px 2px rgb(146 146 146 / 6%);
    margin-top: 30px;
}
.post_comment_line{
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #eaecef;
    position: relative;
    margin-bottom: 1.2rem;
}
.post_comment_name{
    font-size: 1.1rem;
    margin-bottom: 0.6rem;
}
.post_comment_line:after {
    content: "";
    left: 0;
    width: 4rem;
    height: 2px;
    bottom: -2px;
	background-color:#448aca;
    position: absolute;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.post_comment_name .icon-pinglun {
    font-weight: 600;
    font-size: 20px;
    top: 2px;
    position: relative;
    margin-right: 5px;
	color: #448aca;
}

#comment-form {
    margin: 2rem 0;
	background-color: #FFF;
	padding: 5px;
	border-radius: 6px;
}

#comment-form .comment-inputs {
	margin-bottom: 15px;
    overflow: hidden;
	margin-top: 15px;
}

#comment-form .comment-inputs input {
    outline: none;
    border-radius: 0;
    border: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    font-size: 14px;
    width: 100%;
	border: 1px solid #f0f3f8;
    background-color: #f0f3f8;
    border-radius: 6px;
}
#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 {
	border: none;
    outline: none;
    width: 100%;
    min-height: 90px;
    height: auto;
    line-height: 1.5;
    display: block;
    padding: .375rem .75rem;
	border: 1px solid #f0f3f8;
    background-color: #f0f3f8;
    border-radius: 6px;
    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;
}
.rko i{
	font-size: 22px;
	display: flex;
}
#comment-form .comment-buttons #submitComment {
    border: 0;
    padding: .5rem 1rem;
    border-radius: 6px;
    font-size: 12px;
	background-color: #222831;
    border: 1px solid #222831;
	color: #FFF;
    padding: .4rem 1.625rem;
    font-size: .875rem;
    -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: 5px !important;
    list-style-type: none;
    margin: 0;
	padding: 5px;
	border-radius: 6px;
}

.avatar {
    display: block;
    float: left;
    width: 45px;
    height: 45px;
    margin: 1rem 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: #448aca;
}
.comment_author {
    font-size: 14px;
    margin-bottom: 5px;

}
.comment_excerpt{
    padding: .5rem 0;
}
.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;
	font-size: 14px;
}
.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:#448aca;
}
.model-6 .checkbox input:checked + label:after {
	background:#448aca;
	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;
	font-size: 14px;
}
.comments_number_box:before, .comments_number_box:after {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-top: 1px solid;
    content: '';
    border-color: #448aca;
    -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: #448aca;
}
.wokao{
	border-bottom:1px solid #ebf2f6;
}

.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-top:none
}
.OwO .OwO-logo {
	position:relative;
	display:inline-block;
	color:#888;
	cursor:pointer;
	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;
}
.cross_box{
	position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.cross_box_time{
	position: relative;
    border-color: #eceef5;
    padding: 0 .5rem;
    margin: 0 1.25rem 0 0;
}
.cross_box_time:before, .cross_box_time:after {
    content: '';
    position: absolute;
    border-color:#eceef5;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cross_box_time:before {
    border-color: #3d5cf6;
    background-color: #fff;
    z-index: 2;
}
.cross_box_time:after {
    width: 0;
    height: auto;
    top: 20px;
    bottom: 5px;
    border-right-width: 0;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0;
}
.cross_box_right{
	-ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}
.cross_zuozhe{
	font-size: 14px;
	line-height: 1 ;
	color: #6f6f70;
}
.cross_excerpt{
	padding: 1rem 1.125rem;
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	background-color: #FFF;
	margin-top: 10px;
	border-radius: 6px;
	box-shadow: 0px 2px 15px -5px rgb(10 10 10 / 3%);
	margin-bottom: 1.5rem;
}
.cross_excerpt p{
	line-height: 1.85;
	color: #6f6f70;
	font-size: 14px;
}

.susou_title{
	position: relative;
	margin-bottom: 2rem;
	font-size: 2rem;
	text-align: center;
}
.susou_title i{
	position: absolute;
	top: 50%;
    font-size: 4rem;
	opacity: .2;
	-webkit-transform: translate(-0%,-50%);
    transform: translate(-0%,-50%);
	color: #2f66ff;
}

.sousou_frame{
    z-index: 1000;    
}
.sousou_frame form{
    position: relative;
}
.sousou_frame .text{
    background-color: #e8f0fe;
    border: none;
    outline: none;
    padding: 15px 25px 15px 25px;
    border-radius: 4px;
	width: 100%;
}
.sousou_frame .submit{
    cursor: pointer;
    border: none;
    width: 100%;
	height: 35px;
	border-radius: 4px;
	background-color: #448aca;
	color: #FFF;
	margin-top: 10px;
}
/****分享弹窗****/

.tip_tips .tip_icon{
	width: 100px;
	height: 100px;
}
.tip_tips .tip_title{
	font-size: 14px;
	margin-top: 1rem;
}
/****微信分享****/
.weixin_img{
	width: 200px;
	height: 200px;
}
.weixin_title{
	margin-bottom: 10px;
}
/****弹出提示框***/
.filter_box{
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 900;
}
.filter_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(244 244 245 / 59%);
    transition: all 0.35s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 900;
}
.filter_tip{
    z-index: 1000;
    background-color: #FFF;
    padding: 1.75rem 2.25rem;
    border-radius: 3px;
    text-align: center;
    position: relative;
}
.tip_tips{
    width: 218px;
}
.filter_tip_off{
    position: absolute;
    bottom: -50px;
    width: 100%;
    right: 0;
    justify-content: center;
    display: flex;
}
#filter_off .icon{
    height: 28px;
    width: 28px;
    cursor: pointer;
}
.filter_tip_off i {
    font-size: 18px;
}
.footer_benan .benan a{
	display: flex;
	align-items: center;
}
.footer_benan .benan img{
	width: 22px;
	height: 22px;
}
.content-error{
	display: flex;
	align-items: center;
	justify-content: center;
}
.text-center {
    text-align: center!important;
	padding: 3rem;
	margin-right: auto!important;
    margin-left: auto!important;
}
.svg-404 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjkuNTA4IiBoZWlnaHQ9IjE4NC42NjUiPjxkZWZzPjxzdHlsZT4uYntmaWxsOiM0NDhlZjZ9LmN7ZmlsbDojMWQyNjJkfS5ke2ZpbGw6I2ZmZn0uZXtmaWxsOiNkNmQ2ZDZ9LmZ7ZmlsbDojMzMzYzRifS5ne2ZpbGw6IzFkNGE3NH0uaHtmaWxsOiNjYmM5Y2V9Lmt7ZmlsbDojMWU0NzczfTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xOTAuMjQ2IC0xODYuNTE4KSI+PGNpcmNsZSBjeD0iODQuNzU0IiBjeT0iODQuNzU0IiByPSI4NC43NTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5MC4yNDYgMTk0LjI0NikiIGZpbGw9IiNlZWUiLz48cGF0aCBjbGFzcz0iYiIgZD0iTTI1My4wMzEgMTkwLjg2cy0xMS40Ni03LjAzNy0xOS44MDktMy4xOTItNDAuODQ1IDExLjQ1NS0zOC4zMDcgMjEuNjkxIDYuMzg0IDM1LjExNSAxNS4zMDYgMzIuNTc4bDguOTI1LTIuNTM4LTUuNzMgNS43MyA3LjY5NCAxNy4yNzEgMTIuOTMxIDE4Ljc0NSA0MC4wMjYtMTcuNDM1ek0zNDYuNTA3IDMwOC4zMnMxNC4xNjEgMy4yNzQgNi44NzYgMTQuNTdjLTEuMzEgMS45NjQtOC44NCAzLjY4My0yMS43NzMuNDkxLTEyLjkzMy0zLjI3NCAxLjE0Ni0xMi4yIDEuMTQ2LTEyLjJ6Ii8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0zMzMuMzI5IDMwNC41NTRzMTYuNzggMy4zNTYgMTYuMTI1IDYuNzEyLTIuMDQ2IDkuMzMxLTEwLjcyMyAxMi4wMzJjLTguNzU4IDIuNy0xNC44MTUtNy4zNjctMTQuODE1LTcuMzY3czguNjc2LTIuMDQ2IDkuNDEzLTExLjM3N3oiLz48cGF0aCBjbGFzcz0iZCIgZD0iTTMzNS43MDMgMzA3Ljc0NnMxMC44ODYuOTgyIDExLjQ1OSAzLjQzOC0zLjQzOCA1LjQtMy40MzggNS40YTMuMjI5IDMuMjI5IDAgMDEtNC41ODQtLjQ5MWMtMi4yOTItMi40NTYtNi4zLTcuMzY3LTYuMy03LjM2N2wuNTczLTEuOTY0eiIvPjxwYXRoIGNsYXNzPSJlIiBkPSJNMzM5Ljc5NyAzMDkuMTM4cy01LjY0OCA5LjA4Ni04LjUxMyA3LjIgNy4xMjEtOS42NTkgNy4xMjEtOS42NTlsMi4xMjggMS44ek0zNDQuNjI0IDMxMC42MTFzLTUuMDc1IDkuNTc3LTcuNjk0IDcuNjk0IDYuMzg1LTEwLjIzMiA2LjM4NS0xMC4yMzJsMS44ODMgMS44ODN6Ii8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0yNjQuNjU0IDM2Mi40MjNzLTEuMjI4IDguNzU4IDQuOTExIDguNzU4IDEwLjQtLjU3MyAxMC45NjgtNC42NjZhMTIuMDQgMTIuMDQgMCAwMC0xLjk2NC03LjY5NGMtMS4yMjggMi44NjctOS41NzcgOC4yNjktMTMuOTE1IDMuNjAyeiIvPjxwYXRoIGNsYXNzPSJjIiBkPSJNMjY2LjEyNyAzNDcuOTM3Yy0uNzM3IDAtMS40NzMgMTQuNDg4LTEuNDczIDE0LjQ4OCAxLjQ3MyAyLjIxIDUuODEyIDQuMzM4IDguNjc2IDIuODY1czguMDIyLTMuNiA0LjMzOC04LjAyMi03LjkzOS0xNC40MDYtNy45MzktMTQuNDA2eiIvPjxwYXRoIGNsYXNzPSJkIiBkPSJNMjY1LjggMzQ1LjcyNmMtLjY1NSAwLTEuMzEgMTMuNzUxLTEuMzEgMTMuNzUxIDEuMzEgMi4wNDYgNS40IDQuMDkzIDguMDIyIDIuNzgzIDIuNy0xLjM5MiA3LjM2Ny0zLjQzOCA0LjAxMS03LjUzMXMtNy4zNjctMTMuNzUtNy4zNjctMTMuNzV6Ii8+PHBhdGggY2xhc3M9ImUiIGQ9Ik0yNzMuNDk0IDM1Mi4zNTdzLTQuODI5IDIuMjEtNy4yIDEuNjM3LTMuNiAyLjIxLS41NzMgMi43YzMuMDI5LjU3MyA5LjY1OS0yLjIxIDkuNjU5LTIuMjFhMS4yODggMS4yODggMCAwMC41NzMtMi4yMWMtMS4yMzEtMS42MzYtMi40NTkuMDgzLTIuNDU5LjA4M3pNMjcyLjEwMiAzNDkuMjQ1cy00LjE3NSAxLjg4My02LjIyMSAxLjM5Mi0zLjExIDEuODgzLS40OTEgMi4yOTJjMi42MTkuNDkxIDguMjY3LTEuODgzIDguMjY3LTEuODgzYTEuMDkyIDEuMDkyIDAgMDAuNDkxLTEuODgzYy0uOTgyLTEuMzkxLTIuMDQ2LjA4Mi0yLjA0Ni4wODJ6Ii8+PGVsbGlwc2UgY3g9IjguMTAzIiBjeT0iMi4yMSIgcng9IjguMTAzIiByeT0iMi4yMSIgdHJhbnNmb3JtPSJyb3RhdGUoLTcxLjAyOSAzMjguNDcgLTk2LjA3MikiLz48cGF0aCBjbGFzcz0iZiIgZD0iTTMyMC43MjQgMjM0LjI0M3MxOS44MDYgMTMuNDI0IDE0LjY1MSAxOC41Yy0xLjYzNyAxLjYzNy02LjM4NS0uNjU1LTkuNTc3LTguOTIyLjY1NSAzLjg0NyAxLjMxIDMuODQ3LjY1NSA1LjA3NS0uNjU1IDEuMzEtMTAuMjMyLTIuNTM3LTExLjQ1OS01LjA3NS0xLjMxLTIuNTM5IDUuNzMtOS41NzggNS43My05LjU3OHoiLz48cGF0aCBjbGFzcz0iZyIgZD0iTTMyNS4xNDQgMjQzLjI0N2MuNjU1IDMuODQ3IDEuMzEgMy44NDcuNjU1IDUuMDc1LS41NzMgMS4xNDYtOC42NzYtMS45NjQtMTAuOTY4LTQuNDJhMS4xODMgMS4xODMgMCAwMC4xNjQuNTczYzEuMzEgMi41MzcgMTAuODg2IDYuMzg1IDExLjQ1OSA1LjA3NS42NTUtMS4yMjguMDgyLTEuMzEtLjU3My00LjY2Ni0uMjUxLS40OTEtLjQ5Mi0xLjA2NC0uNzM3LTEuNjM3ek0zMzUuMjEyIDI0OC4zMjJjLjU3MyAxLjQ3My41NzMgMi44NjUtLjQwOSAzLjg0Ny0xLjM5MiAxLjM5Mi01LjA3NS0uMDgyLTguMS01LjczIDMuMTEgNi43MTIgNy4yODUgOC41MTMgOC43NTggNy4wMzkgMS4yMjQtMS4zMDkuODk3LTMuMTkyLS4yNDktNS4xNTZ6Ii8+PHBhdGggY2xhc3M9ImgiIGQ9Ik0yNTUuMDc3IDI5Mi41MjJsMjYuMTExLTExLjI5NGExNC4zIDE0LjMgMCAwMDcuNDQ5LTE4Ljc0NGwtMjYuNzY2LTYxLjk2NWExNC4xODMgMTQuMTgzIDAgMDAtMTguNjY1LTcuNDQ5bC0yNi4xMTEgMTEuM2ExNC4zIDE0LjMgMCAwMC03LjQ0OSAxOC43NDRsMjYuNjg3IDYyLjA0MWExNC4zMzYgMTQuMzM2IDAgMDAxOC43NDQgNy4zNjd6Ii8+PHBhdGggY2xhc3M9ImQiIGQ9Ik0yNjguOTkyIDIxMy4yMDZzMjYuODQ4LTguMjY3IDUxLjczMSAxOC41Yy0yLjUzNyAyLjUzNy00LjUgMTQuMDc5LTcuMDM5IDE0LjA3OXMtOS41NzctMi41MzctMTQuMDc5LTUuNzMtMTMuNDI0IDEuMzEtMTkuMTU0LTQuNWMtMS4zMSAyLjUzNy0xLjg4MyAwLTEuODgzIDBsLjY1NSA1LjczczcuMDM5IDguMjY3IDcuNjk0IDE0LjY1MmMxLjMxIDMuMTkyIDM3LjY1MiAyNy40MjEgMzcuNjUyIDI3LjQyMWE3LjggNy44IDAgMDE0LjUgNy4wMzljMy44NDcgMy44NDcgMTAuODg3IDE1Ljk2MSA1LjA3NSAyMS42OTFzLTE1LjMwNyAyLjUzNy0xNi42MTYgMS4zMWMtMS4zMS0xLjMxLTUuMDc1LTUuNzMtNy4wMzktNS43M3MtOC4yNjctNS4wNzUtMTAuMjMyLTYuMzg1LTE5LjgwNi0xMi4xMTgtMTkuODA2LTEyLjExOC02LjM4NS0yLjUzNy00LjUgMy44NDcgMS44ODMgMTQuMDc5IDEuODgzIDE3LjI3MWEyNC4yNTUgMjQuMjU1IDAgMDEyLjUzNyAxMi4xMTRjMCAzLjE5Mi42NTUgMjMuNjU2LTkuNTc3IDI1LjUzOHMtMTkuODA4LTkuNTc3LTE4LjUtMjMuNjU2Yy42NTUtNi4zODUtNS43My0yNi4xOTMtNy4wMzktMzEuMjY4LTYuMzg1IDAtMjEuMDM2LTEuMzEtMjMuNjU2LTMuODQ3LTIuNTM3LTIuNTM3LTYuMzg1LTYuMzg1LTguMjY3LTE1LjMwNy0yLjUzNy0zLjE5Mi0xLjg4My01LjczIDAtOC45MjIuNjU1LTUuMDc1IDMuMTkyLTIwLjQ2MyAxNS45NjEtMzAuNjEzLTEuMzEtMS44ODMtOS41NzctMjQuMjI5IDUuMDc1LTMxLjI2OHMyOC4yMzktNC41IDM0LjYyNCAxMC4xNTJ6Ii8+PHBhdGggZD0iTTI0OS4xODYgMjA4LjEzMXMxMC4yMzItNi4zODUgMTQuNjUyIDEuODgzIDUuNzMgMTQuNjUyIDEuODgzIDE4LjUtNi4zODggNy4wMzktMTAuODkgNy42OTNhMTguOSAxOC45IDAgMDEtMTQtMy44NDdjLTMuODQ3LTMuMTkyLTcuMDM5LTEwLjg4Ni0uNjU1LTE2LjYxNnM5LjAxLTcuNjEzIDkuMDEtNy42MTN6IiBmaWxsPSIjMDkwOTA5Ii8+PHBhdGggY2xhc3M9ImYiIGQ9Ik0yNjUuMzc1IDI0NS42bDguMzYzLTYuMDg4IDEuODYxIDIuOC04LjM2MiA2LjA5eiIvPjxwYXRoIGNsYXNzPSJmIiBkPSJNMjczLjUwOSAyNDAuNDg4bDEuMDkxIDEuNi03LjEyOCA1LjE3NS0xLjA5MS0xLjYgNy4xMjgtNS4xNzVtLjE0NS0xLjA2NWwtOC4zNjQgNi4wODggMS44OTEgMi44OTIgOC4zNjQtNi4wODgtMS44OTEtMi44OTJ6Ii8+PGVsbGlwc2UgY3g9IjIuODY1IiBjeT0iNC44MjkiIHJ4PSIyLjg2NSIgcnk9IjQuODI5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNDYuNjQ2IDI1MS41MTQpIiBmaWxsPSIjMmQ0MDY4Ii8+PHBhdGggY2xhc3M9ImgiIGQ9Ik0yMjguNTU3IDIzNS41NTJzOS4xNjggMTkuODA4IDkuMTY4IDI4LjA3NmMzLjE5Mi01LjczLTMuODQ3LTMwLjA0LTExLjQ1OS0zMy4yMzJzMy4xOTEgNi4zODQgMy4xOTEgNi4zODRNMjcwLjg3NSAyMjcuODU4czguMjY3IDEwLjIzMiA5LjU3NyAxMy43NTFjLjU3My0zLjAyOS0uNzM3LTEyLjUyNC04LjI2Ny0xNC45NzktLjQ5MS0uMTYzLS42NTUuNjU1LTEuMzEgMS4yMjh6Ii8+PHBhdGggY2xhc3M9ImgiIGQ9Ik0yMzguMjk3IDI2MS4zMzZzLTMuODQ3IDExLjMgMCAxOC4zMzVsMS44ODMgNS4wNzVzLTcuMDM5LTUuMDc1LTguOTIyLTEuODgzYTY1LjEyNSA2NS4xMjUgMCAwMTcuMDM5LTIzIi8+PHBhdGggY2xhc3M9ImYiIGQ9Ik0yMjguMDY1IDI5MS4xMzFzMTQuNjUyIDE0LjY1MiAxOS4xNTQgNy42OTRjMS4zMS0xLjg4MyAyLjUzNy01LjA3NS01LjczLTkuNTc3LTMuMTkyLTIuNTM3LTIuNTM3LTIuNTM3LTEuODgzLTIuNTM3czUuMDc1IDEuODgzIDUuNzMgMS4zMWMuNjU1LS42NTUtMS44ODMtNS4wNzUtNi4zODUtNS4wNzVzLTEwLjg4Ni0xLjM5Mi0xMC44ODYgOC4xODUiLz48Zz48cGF0aCBjbGFzcz0iayIgZD0iTTI0NC4xOTEgMjkwLjYzOWM0LjU4NCAzLjM1NiAzLjUyIDUuODkzIDIuMzc0IDcuNTMtMi4xMjggMy4yNzQtNi4zODUgMS44LTEwLjQtLjY1NSA0LjUgMy4xOTIgOS45IDUuNzMgMTIuMzYgMS45NjUgMS4yMzItMS44ODIgMi4zNzgtNC43NDctNC4zMzQtOC44NHpNMjQ0LjY4MiAyODcuMjgzYy0uNjU1LjY1NS01LjA3NS0xLjMxLTUuNzMtMS4zMXMtMS4zMSAwIDEuODgzIDIuNTM3Yy40MDkuMjQ2LjgxOS40MDkgMS4xNDYuNjU1LTIuMjkyLTEuODgzLTEuNzE5LTEuODgzLTEuMTQ2LTEuODgzLjY1NSAwIDUuMDc1IDEuODgzIDUuNzMgMS4zMS40OTEtLjQ5MS0uOS0zLjI3NC0zLjYtNC41IDEuNDcxIDEuMzA5IDIuMTI2IDIuODY0IDEuNzE3IDMuMTkxeiIvPjwvZz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	width: 180px;
    height: 180px;
	display: inline-block!important;
}
.font-theme {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}
.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
	font-size: 1.375rem;
    line-height: 1.4;
}

/****提示框动画****/
.filter_frame .filter_tip{
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.filter_open .filter_tip{
    -webkit-animation-name: filter_open;
    animation-name: filter_open;
}
.filter_close .filter_tip {
    -webkit-animation-name: filter_close;
    animation-name: filter_close;
}
@-webkit-keyframes filter_open{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }

}

@keyframes filter_open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

}

@-webkit-keyframes filter_close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

}

@keyframes filter_close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
}
.suosuo_box{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.shuoshuo_img{
	width: 100%;
	height: 120px;
}
.shuoshuo_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.shuoshuo_say{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0000004d;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	font-size: 1.8rem;
	font-weight: 600;
}
.index_slide{
	display: none;
}


/****提示框动画****/
.reward_tip,.share_tip,.weixin_tip{
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
#reward:checked + section .reward_tip,#share:checked + section .share_tip,#weixin:checked + section .weixin_tip{
    -webkit-animation-name: filter_open;
    animation-name: filter_open;
}
.reward_tip,.share_tip,.weixin_tip {
    -webkit-animation-name: filter_close;
    animation-name: filter_close;
}

@-webkit-keyframes filter_open{
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }

}

@keyframes filter_open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

}

@-webkit-keyframes filter_close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0)
    }

}

@keyframes filter_close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }

}


/***提示框****/
#reward,#share,#weixin{
    display: none;
}
.reward_box,.share_box,.weixin_box{
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 900;
    visibility: hidden;
    transition: all .5s;
}
.reward_bg,.share_bg,.weixin_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(244 244 245 / 59%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
}
.reward_tip,.share_tip,.weixin_tip{
    z-index: 1000;
    background-color: #FFF;
    padding: 1.75rem 2.25rem;
    border-radius: 3px;
    text-align: center;
    position: relative;
}
.reward_tip_off,.share_tip_off,.weixin_tip_off {
    position: absolute;
    bottom: -50px;
    width: 100%;
    right: 0;
    justify-content: center;
    display: flex;
}
.reward_tip_off .icon,.share_tip_off .icon,.weixin_tip_off .icon {
    height: 28px;
    width: 28px;
    cursor: pointer;
}

.reward_title {
    text-align: center;
    font-size: 18px;
    margin-bottom: .5rem;
}
.reward_body img {
    max-width: 230px;
    width: 100%;
}
#reward_weixin:checked ~ .reward_body .reward_body_weixin, #reward_zfb:checked ~ .reward_body .reward_body_zfb {
    display: block;
}
.reward_option {
    margin-top: .5rem;
    text-align: center;
}
.reward_ul {
    display: block;
    display: initial;
    padding: .75rem .5rem;
    border-radius: 100px;
    font-size: 14px;
    color: #17223b;
    background-color: #eeeeff;
}
#reward_weixin:checked ~ .reward_option label[for="reward_weixin"] span, #reward_zfb:checked ~ .reward_option label[for="reward_zfb"] span {
    background: #fff;
}
.reward_ul span {
    display: inline-block;
    padding: .5rem .75rem;
    cursor: pointer;
    border-radius: 100px;
    transition: all 0.5s;
}
/****分享****/
.share_frame {
    text-align: center;
    display: flex;
    width: 320px;
}
.share_list {
    flex: 0 0 auto;
    width: 33.33%;
}
.share_list_btn {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 5rem;
    color: #52525c;
    background-color: #f5f5fe;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
}
.share_list_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.share_list_name {
    font-size: .75rem;
    display: block;
    margin-top: .25rem;
    color: #52525c;
}

/****微信分享***/
.weixin_title {
    margin-bottom: 10px;
}




#reward:checked + section.reward_box,#share:checked + section.share_box,#weixin:checked + section.weixin_box{
    visibility: initial;
}
#reward:checked + section .reward_bg,#share:checked + section .share_bg,#weixin:checked + section .weixin_bg{
	opacity: 1;
    visibility: initial;
}

.reward{
    text-align: center;
}
.reward_btn{
    cursor: pointer;
}
.post_tools{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 0;
}
.share_btn{
    cursor: pointer;
}
.lastup_btn {
    height: 32px;
    width: 32px;
    background-color: #f5f5fe;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    outline: medium;
    border: none;
    color: #52525c;
}
@media (max-width: 767.98px){
	.suosuo_box{
		margin-top: 10px;
	}

	#header{
		width: 0;
	}
	#header .header_navbar{
		left: -280px;
		transition: all 0.35s ease-in-out;
	}
	/****幻灯片****/
.index_slide{
	display: block;
	margin-bottom: 1rem;
	padding: 0 10px;
}
.index_slide_box{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.index_slide_img{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 42.857143%;
	border-radius: 8px;
}
.index_slide_img img{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}
.index_slide_filter{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(120,120,120,.1);
	border-radius: 8px;
}
.index_slide_frame{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 0 1rem 1.75rem;
	display: flex;
	align-items: center;
	z-index: 2;
	color: #FFF;
}
.index_slide_title{
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
}

.pone_meun{
	display: flex;
}
	.content{
		margin-top: 0;
		padding:0;
	}
	.index_header, .fen_right{
		display: none;
	}
	.index_header, .fen {
		grid-template-columns: 1fr;
		padding: 0 10px;
	}
	.fen_big_img{
		height: 220px;
	}
	.fen_big_title {
		font-size: 16px;
	}
	.indexh_big_box{
		display: none;
	}
	.indexh_big_img{
		height: 400px;
	}
	.indexh_sm{
		height: 344px;
	}
	.index_content{
		padding: 0 10px;
	}
	.fen_big_img, .fen_sm_img{
		border-radius: 0;
	}
	.fen_big_box{
		right: 0;
		border-top-right-radius: 0;
	}
	.douban {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
	.public{
		margin-top: 20px;
	}
	.links{
		grid-template-columns: repeat(1,minmax(0,1fr));
		margin-top: 20px;
	}
	#header .header_navbar.open{
		left: 0;
	}
	.paging{
		padding: 30px 10px;
	}
	.footer{
		padding-left: 0;
	}
	.footer_box{
		display: block;
		text-align: center;
	}
	.cay{
		padding: 1rem 0;
	}
	.index_list_footer .zza,.index_list_footer .times,.index_list_footer .eyes,.fen_right{
		display: none !important;
	}
	.OwO .OwO-body {
		width: 245px !important;
	}
	.index_list_excerpt{
		display: none;
	}
	.index_listbg_title{
		font-size: 16px;
	}
	.wutu .index_list_excerpt,.index_listq .index_list_excerpt{
		display: -webkit-box;
	}
	.index_listq_img {
		height: 140px;
	}
	.index_list_left{
		width: 38%;
	}
	.index_list_right {
		padding-left: .5rem;
	}
	#comment-form .comment_xin{
		width: 100%;
		margin-bottom: 10px;
	}
	.cay,.footer_benan{
		display: none;
	}
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    background: #6b7280;
}
::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 0%);
}

@font-face{
    font-family: 'hm';
    src : url('../fonts/hm.woff2')format("truetype");
}