/*
	Theme Name: CorePress
	Theme URI: https://www.lovestu.com/CorePress.html
	Version: 4.x
	Author: applek
	Author URI: https://www.lovestu.com
	Description: 极客个人主题，多功能CMS主题
	Tags:CorePress
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

img {
    vertical-align: middle
}

.sticky {
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #fff;
    background-color: #fff;
    border-radius: 3px
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #C0C4CC
}

:root {
    --Maincolor: #409EFF;
    --MaincolorHover: #66b1ff;
    --bagcolor: #f7f9fa;
    --swiper-navigation-size: 30px !important
}

a {
    text-decoration: none;
    color: var(--Maincolor)
}

a:visited {
    color: var(--Maincolor)
}

html {
    font-family: PingFang\ SC, Hiragino\ Sans\ GB, Microsoft\ YaHei, STHeiti, WenQuanYi\ Micro\ Hei, Helvetica, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    margin-top: 0 !important
}

textarea {
    font-family: PingFang\ SC, Hiragino\ Sans\ GB, Microsoft\ YaHei, STHeiti, WenQuanYi\ Micro\ Hei, Helvetica, Arial, sans-serif
}

html, body, #app {
    height: 100%;
    background-color: var(--bagcolor)
}

body {
    overflow-x: hidden
}

#app {
    display: flex;
    flex-direction: column
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

main {
    flex: 1;
    width: 100%
}

.html-main {
    justify-content: space-between;
    display: flex;
    position: relative;
    z-index: 1
}

header {
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(114, 144, 179, .06);
    align-items: center;
    background-color: #fff;
    position: fixed;
    z-index: 99;
    cursor: default
}

.top-divider {
    min-height: 80px;
    width: 100%
}

.header-logo-plane {
    height: 50px;
    display: flex;
    align-items: center
}

.header-logo img {
    height: 50px;
    width: auto
}

.header-logo a {
    color: var(--Maincolor)
}

.header-main-plane {
    padding: 0 20px
}

.header-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.header-menu {
    display: flex
}

.menu-header-plane {
    position: relative;
    height: 100%
}

.menu-header-plane ul {
    display: flex
}

.menu-header-plane > ul {
    height: 100%;
    background: #fff
}

.menu-header-plane a, .user-menu-plane a {
    height: 100%;
    width: 100%
}

.menu-header-list > .menu-item > a {
    position: relative;
    transition: all .3s
}

.menu-header-list > .menu-item > a:hover {
    color: var(--MaincolorHover)
}

.menu-header-list > .menu-item > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 0;
    height: 3px;
    background-color: var(--Maincolor);
    transition: all .3s;
    display: flex;
    justify-content: center;
    visibility: hidden
}

header .current-menu-item > a {
    color: var(--MaincolorHover) !important
}

header .current-menu-item:first-child:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: 3px;
    background-color: var(--Maincolor);
    transition: all .3s;
    display: flex;
    justify-content: center
}

.menu-header-list > .menu-item > a:hover:before {
    visibility: visible;
    width: 80%;
    left: 10%
}

.menu-item-has-children > a:before {
    display: none !important
}

.menu-header-list > li > a {
    line-height: 62px;
    padding: 0 14px
}

.menu-header-list > .menu-item-has-children a, .user-menu a {
    padding-right: 20px
}

.menu-header-list > .menu-item-has-children:after, .user-menu:after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-weight: 400;
    font-size: 14px;
    line-height: 62px;
    transition: transform .3s
}

.menu-header-list > .menu-item-has-children:hover:after {
    transform: rotate(-90deg)
}

.user-menu-main {
    font-size: 14px
}

.user-menu-plane {
    display: flex;
    align-items: center
}

.user-menu {
    flex: 1
}

.user-menu-pc-search {
    cursor: pointer;
    padding: 0 6px
}

.user-avatar {
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px
}

#update-avatar {
    cursor: pointer
}

.user-menu:hover:after {
    transform: rotate(-90deg)
}

.menu-header-plane li {
    list-style: none;
    position: relative;
    height: 100%
}

.menu-header-plane li > a {
    display: inline-block !important;
    color: #4e5358;
    font-size: 14px
}

.menu-item-has-children > ul {
    display: block
}

@media (hover: hover) and (pointer: fine) {
    .menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        display: block;
        z-index: 1;
        opacity: 1;
        top: 50px;
        min-width: 118px
    }
}

.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    display: block;
    z-index: 1;
    opacity: 1;
    top: 50px;
    min-width: 118px
}

.sub-menu {
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    top: 60px;
    white-space: nowrap;
    border-radius: 4px;
    transition-duration: .3s;
    opacity: 0
}

.sub-menu li a, .user-sub-menu li a {
    padding: 10px 20px;
    transition-duration: .3s
}

.sub-menu li a:hover, .user-sub-menu li a:hover {
    color: var(--MaincolorHover)
}

.sub-menu .sub-menu {
    left: 100%;
    top: 0 !important
}

.user-menu-plane li {
    list-style: none
}

.login-btn-header:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.login-btn-header {
    border: 1px solid var(--Maincolor);
    color: var(--Maincolor);
    border-radius: 4px;
    background: #fff;
    outline: 0;
    cursor: pointer;
    padding: 5px 13px
}

.reg-btn-header {
    color: #fff;
    background: var(--Maincolor)
}

.user-menu-main {
    line-height: 62px;
    padding: 0 14px;
    display: inline-block !important;
    color: #4e5358
}

.user-menu > li {
    position: relative
}

.user-menu > li:hover .user-sub-menu {
    visibility: visible;
    opacity: 1;
    top: 50px
}

.user-sub-menu {
    position: absolute;
    visibility: hidden;
    display: block;
    background: #fff;
    opacity: 0;
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1);
    top: 100px;
    white-space: nowrap;
    z-index: 99;
    left: 20px;
    border-radius: 4px;
    transition-duration: .3s
}

.user-sub-menu a {
    padding: 10px 20px;
    display: inline-block !important;
    color: #4e5358;
    font-size: 14px
}

.swiper-slide {
    position: relative
}

.swiper-slide img {
    height: auto;
    width: 100%;
    max-height: 300px;
    border-radius: 4px
}

.slide-title {
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 3px 15px 0;
    margin: 0;
    line-height: 48px;
    color: #fff;
    box-sizing: border-box;
    font-size: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 20px
}

.swiper-pagination {
    display: inline-block !important
}

.carousel {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}

.carousel img {
    transition: all .3s
}

.swiper-button-prev {
    left: -100px !important
}

.swiper-button-next {
    right: -100px !important
}

.carousel:hover .swiper-button-prev {
    left: 10px !important
}

.carousel:hover .swiper-button-next {
    right: 10px !important
}

.swiper-button-prev, .swiper-button-next {
    background-color: #000;
    padding: 18px;
    border-radius: 50%;
    transition: .3s;
    opacity: .7;
    outline: 0
}

.carousel:hover .swiper-button-prev, .carousel:hover .swiper-button-next {
    visibility: visible
}

.swiper-container {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 20px
}

.swiper-pagination {
    text-align: right !important;
    padding-right: 10px
}

.carousel:hover .corepress-swiper-button-next {
    right: 10px !important
}

.carousel:hover .corepress-swiper-button-prev {
    left: 10px !important
}

.corepress-swiper-button-prev, .corepress-swiper-button-next {
    transition: .2s;
    outline: 0
}

.index-top-postcard-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-shrink: 0;
    font-size: 14px;
    text-align: center
}

.index-top-postcard-item {
    margin-bottom: 20px
}

.index-top-postcard-main img {
    max-height: 160px;
    border-radius: 0 !important;
    max-width: unset !important
}

.index-top-postcard-main img:hover {
    transform: unset !important
}

.index-top-postcard-main {
    background-color: #fff;
    border: 1px solid rgba(239, 239, 239, .9);
    border-radius: 4px;
    overflow: hidden;
    transition: all .3s ease 0s
}

.index-top-postcard-main:hover {
    transform: translateY(-3px)
}

.index-top-postcard-main a {
    color: #999
}

.index-top-postcard-title {
    padding: 6px 0
}

.index-tab-plane {
    display: flex
}

.index-tab-item {
    margin-right: 20px;
    cursor: pointer;
    transition: all .3s;
    font-size: 16px;
    user-select: none
}

.index-tab-item:after {
    visibility: hidden;
    content: " ";
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--Maincolor);
    position: relative;
    top: 10px;
    transition: all .3s;
    left: 50%
}

.index-tab-item:hover.index-tab-item:after {
    visibility: visible;
    width: 100%;
    left: 0
}

.index-tab-item-active:after {
    visibility: visible;
    width: 100%;
    left: 0
}

.index-tab-item-active {
    color: var(--Maincolor)
}

.post-item-new:before {
    content: "New";
    display: block;
    position: absolute;
    right: 0;
    background: var(--Maincolor);
    color: #fff;
    padding: 0 6px;
    border-radius: 3px;
    margin-top: 6px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px
}

.post-main {
    flex-basis: 74%;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 0;
    min-width: 0;
    transition-duration: .3s;
    border-radius: 4px;
    overflow: hidden
}

.post-main-closesidebar {
    flex-basis: 100%
}

.sidebar-display {
    flex-basis: 0;
    display: none
}

.post-main-full {
    flex-basis: 100% !important
}

.sidebar {
    flex-basis: 26%;
    margin: 0 10px;
    width: 0;
    min-width: 0
}

.sidebar-box-list {
    position: sticky;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.post-content-post img {
    max-width: 100%;
    height: auto
}

.post-list-page-plane {
    box-shadow: 0 0 2px 0 rgba(98, 124, 153, .1);
    border-radius: 4px;
    overflow: hidden
}

.post-list, .sidebar li {
    list-style: none !important
}

.post-item-sticky {
    display: inline-block;
    margin-top: 1px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    border-radius: 2px;
    vertical-align: top;
    background: var(--Maincolor);
    padding: 2px 8px
}

.post-item {
    overflow: hidden;
    background: #fff;
    border-bottom: 1px solid #f5f6f7;
    position: relative
}

.post-loading {
    text-align: center;
    padding: 10px 0;
    color: #999
}

.post-item a {
    color: #999;
    transition: all .3s ease-out 0s
}

.post-item a:hover {
    color: var(--MaincolorHover)
}

.post-item:hover {
    background: #fcfcfc
}

.post-item-bg img {
    filter: blur(10px) brightness(0.8);
    transform: scale(1.2);
    position: absolute
}

.post-item-container {
    display: flex;
    align-items: stretch;
    padding: 20px 24px;
    margin: 5px
}

.post-item h2 {
    color: #333;
    line-height: 1.2;
    font-size: 19px;
    font-weight: 500
}

.post-item h2 a {
    color: #333;
    transition: all .3s ease-out 0s
}

.post-item h2 a:hover {
    color: var(--MaincolorHover)
}

.post-item-thumbnail {
    flex: 30%;
    flex-shrink: 0;
    overflow: hidden;
    position: relative
}

.post-item-thumbnail:before {
    content: "";
    display: block;
    padding-top: 60%
}

.post-item-thumbnail > a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.post-item-thumbnail img {
    object-fit: cover;
    max-width: 240px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: all .3s ease-out 0s
}

.post-item-thumbnail img:hover {
    transform: scale(1.03)
}

.post-item-main {
    margin-left: 20px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex: 70%
}

.post-item-meta {
    display: flex;
    justify-content: space-between;
    color: #b1b1b1;
    font-size: 12px;
    margin-top: 6px;
    cursor: default
}

.post-item-avatar {
    border-radius: 50%;
    margin-right: 6px
}

.post-item-type1 {
    padding: 20px 30px
}

.post-item-type1 {
    padding: 0 30px
}

.post-item-type1 h2 {
    padding: 10px 0
}

.post-item-info-type1 {
    margin: 20px 0
}

.post-item-thumbnail-type1 {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative
}

.post-item-thumbnail-type1 img {
    width: 100%;
    max-height: 300px;
    border-radius: 4px;
    transition: all .3s ease-out 0s
}

.post-item-thumbnail-type1 img:hover {
    transform: scale(1.03)
}

.cat-item-mark {
    position: relative;
    width: 11px;
    height: 11px;
    display: inline-block;
    content: '';
    border-radius: 50%;
    background: #1985ff;
    margin-right: 5px
}

.post-item-tags > .cat-item-mark:nth-child(3) {
    background: #f35
}

.post-item-tags > .cat-item-mark:nth-child(5) {
    background: #ffa41b !important
}

.post-item-content {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    color: #797c80;
    max-height: 40px;
    overflow: hidden
}

.post-item-tags {
    position: absolute;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
    background-color: #000;
    margin: 10px;
    background: rgba(0, 0, 0, .6);
    border-radius: 3px
}

.post-item-tags-type1 {
    top: 50px
}

.post-item-tags a {
    color: #fff
}

.post-item-info {
    font-size: 14px
}

.item-post-meta-other {
    display: flex;
    align-items: stretch
}

.post-item-time {
    color: #adb5bd
}

.item-post-meta-other span {
    margin-left: 6px
}

.item-post-meta-other i {
    margin-right: 6px
}

.post-item-author {
    margin-top: 30px;
    font-size: 14px
}

.pages {
    text-align: center;
    background: #fff;
    padding: 20px
}

.fenye a, .pagedbox, .page-numbers {
    display: inline-block;
    padding: 7px 8px;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #999;
    line-height: 1;
    background-color: #f2f2f2;
    border-radius: 4px;
    transition: all .3s ease-out 0s;
    font-size: 14px
}

.fenye a:hover, .page-numbers:hover {
    background: var(--MaincolorHover) !important;
    color: #fff !important
}

.current {
    background: var(--Maincolor) !important;
    color: #fff !important
}

.page-count {
    display: inline-block;
    margin-left: 10px
}

.index-load-more-btn {
    color: var(--Maincolor);
    border: 1px solid var(--Maincolor);
    background-color: #fff;
    padding: 6px 20px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0
}

.textwidget {
    font-size: 14px
}

.aside-box {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 2px 0 rgba(98, 124, 153, .1);
    border-radius: 4px;
    margin-bottom: 20px
}

.aside-box img {
    max-width: 100%;
    height: auto
}

.aside-box li {
    margin-bottom: 10px
}

.aside-box a {
    color: #999;
    transition: all .3s ease-out 0s;
    font-size: 14px
}

.aside-box a:hover {
    color: var(--MaincolorHover)
}

.widget-title {
    position: relative;
    margin-bottom: 6px;
    padding-bottom: 16px;
    padding-top: 4px;
    border-bottom: 1px solid #f5f6f7;
    font-size: 16px;
    font-weight: 600;
    color: #18191a;
    line-height: 22px
}


.widget-title:after {
    left: 10px
}

.footer-plane {
    background: #22292d;
    color: #5f676f;
    padding: 30px;
    font-size: 15px
}

.menu-footer-plane {
    margin-bottom: 10px
}

.footer-plane a {
    color: #b3c0ce
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px
}

.footer-container > div:nth-child(1) {
    padding-right: 20px
}

.footer-logo img {
    height: 50px
}

.footer-aside-box {
    margin-bottom: 10px
}

.footer-aside-box .menu-item {
    display: inline-block
}

.footer-aside-box li {
    list-style: none
}

.footer-left {
    flex: 70%;
    flex-shrink: 0;
    display: flex
}

.footer-right {
    display: flex;
    flex: 30%;
    flex-shrink: 0;
    justify-content: flex-end;
    text-align: right
}

.footer-aside-box a {
    color: #f2f2f2 !important
}

.footer-widget-title {
    font-size: 16px;
    margin-bottom: 6px
}

.menu-footer-plane, .footer-info {
    font-size: 14px;
    margin-bottom: 6px
}

.menu-footer-plane li {
    list-style: none
}

.menu-footer-list {
    display: flex
}

.menu-footer-list .menu-item {
    margin-right: 10px
}

.footer-details img {
    height: 90px
}

.ipc-icon {
    width: 24px;
    margin-right: 4px
}

.footer-icp {
    display: inline-block;
    margin-right: 10px
}

.crumbs-plane-body {
    position: relative
}

.crumbs-plane {
    padding: 10px;
    border-bottom: 1px solid #f7f7f7;
    font-size: 14px;
    transition: all .3s;
    position: relative
}

.crumbs-plane a {
    color: #999
}

.crumbs-plane a:hover {
    text-decoration: underline !important
}

.crumbs-plane li {
    list-style: none;
    display: inline-block;
    margin-left: 10px
}

.crumbs-plane li:after {
    content: " /";
    color: #999
}

.crumbs-plane li:last-child:after {
    content: ""
}

.corepress-crumbs {
    width:100%;
    padding:10px;
    padding-top:0px;
}

::selection {
    background: var(--fontSelectedColor);
    color: #fff
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.post-content-body {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(98, 124, 153, .1);
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px
}

.post-content {
    padding: 30px;
    line-height: 1.6;
    color: #4e5358;
    position: relative
}

.wp-video, .wp-video-shortcode, .wp-playlist video {
    max-width: 100% !important;
    height: auto
}

.wp-block-video video {
    max-width: 100%
}

.post-content li {
    list-style-position: inside
}

.post-content p {
    margin-bottom: 10px;
    line-height: 1.8;
    word-wrap: break-word
}

.post-title {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 20px
}

.post-info {
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #f5f6f7;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.post-info-switch-sidebar {
    cursor: pointer
}

.post-info-switch-sidebar-show i {
    transform: rotate(180deg)
}

.post-info-switch-sidebar:hover {
    color: var(--Maincolor)
}

.post-info .fa {
    margin: 0 6px
}

.dot {
    margin-right: 6px
}

.post-info a {
    color: #999;
    transition: all .3s ease-out 0s
}

.post-content h2, h3 {
    position: relative
}

.post-content h2:before, h3:before {
    box-shadow: 0 1px 3px rgba(26, 26, 26, .1)
}

.post-content h3 {
    padding-bottom: 10px;
    margin: 12px 0
}

.post-content h3:hover:before {
    width: 50px
}

.post-content h3:before {
    width: 40px;
    height: 3px;
    top: auto;
    left: 0;
    bottom: 3px;
    transition: .4s;
    position: absolute;
    content: '';
    background: var(--Maincolor);
    border-radius: 5px
}

.post-content h2 {
    padding-left: 16px;
    margin: 12px 0;
    border: 0;
    font-weight: 700;
    color: var(--Maincolor);
    font-size: 20px
}

.post-content h2:before {
    position: absolute;
    content: '';
    width: 4px;
    background: var(--Maincolor);
    top: 10%;
    left: 2px;
    bottom: 10%;
    border-radius: 5px;
    transition: .4s
}

.post-content blockquote {
    position: relative;
    padding: 30px 30px 30px 75px;
    background: #f3f3f3;
    border-left: 0;
    font-size: 16px;
    border-radius: 4px
}

.post-content blockquote:before {
    position: absolute;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 32px;
    color: #ccc;
    left: 30px;
    top: 22px;
    line-height: 1
}

.post-content ul, ol {
    list-style-position: outside
}

.post-content li {
    margin-bottom: 10px
}

pre {
    margin: 10px 0;
    padding: 10px;
    max-height: 500px;
    overflow: auto;
    background-color: #f8f8f8;
    border-radius: 4px;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace, sans-serif
}

pre code {
    color: unset;
    background-color: unset
}

code {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    display: inline-block;
    padding: 0 4px;
    margin-left: 2px;
    font-size: 90%;
    margin-bottom: 2px;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

table {
    width: 100%;
    margin: 10px 0;
    border-collapse: collapse
}

tr:nth-child(2n+1) td {
    background: #fafafa
}

tr:hover td {
    background-color: #f5f7fa
}

td {
    transition: background-color .25s ease;
    padding: 8px;
    min-width: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    vertical-align: middle;
    position: relative;
    text-align: left;
    border-bottom: 1px solid #ebeef5
}

.post-copyright {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    background: #f7f9fa;
    padding: 8px 20px;
    color: #999
}

.post-end-dividing {
    text-align: center;
    color: #b1b1b8;
    margin: 20px 0;
    font-size: 14px;
    user-select: none
}

.post-end-dividing:before, .post-end-dividing:after {
    content: "";
    background: #f3f3f3;
    width: 20%;
    vertical-align: middle;
    height: 1px;
    display: inline-block;
    margin: 0 16px
}

.post-turn-page-plane {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    margin: 10px 0;
    color: #fff
}

.post-turn-page-previous {
    margin-right: 10px
}

.post-turn-page {
    flex: 40%;
    padding: 10px;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    position: relative;
    flex-shrink: 0;
    color: #fff;
    background-size: cover;
    background-position: 50%
}

.post-turn-page-main {
    z-index: 10;
    font-size: 16px;
    position: relative
}

.post-turn-page-link-pre, .post-turn-page-link-next {
    font-size: 14px
}

.post-turn-page-main a {
    color: #fff
}

.post-turn-page-next {
    text-align: right;
    margin-left: 10px
}

.post-turn-page:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    content: "";
    opacity: .8
}

.post-tag {
    margin-left: 10px
}

.post-tags {
    font-size: 14px;
    margin-bottom: 10px
}

.post-tags-icon {
    margin-right: 20px;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    background: var(--Maincolor)
}

.post-tags a {
    font-size: 12px;
    margin-right: 20px;
    padding: 3px 10px;
    border-radius: 6px;
    opacity: .8;
    margin-bottom: 10px;
    display: inline-block;
    color: #888;
    background: #f3f3f3
}

.post-end-tool-btns {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px 0
}

.post-end-tool-btn-item {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    padding: 0 10px
}

.post-end-tool-btns svg {
    width: 30px;
    height: 30px;
    display: block;
    fill: currentColor;
    color: #83878a;
    cursor: pointer;
    margin: 0 auto;
    transition: .3s
}

.post-end-tool-btn-item svg:hover {
    color: var(--MaincolorHover)
}

.post-share img {
    width: 36px;
    height: 36px;
    box-shadow: none !important;
    background: #f3f3f3;
    padding: 6px;
    border-radius: 50%;
    margin-right: 10px
}

.post-share-list img, .post-share-list svg {
    width: 30px;
    height: 30px
}

.post-pop-plane-show {
    visibility: visible !important;
    opacity: 1 !important
}

#qrcode-plane img, #qrcode-plane svg {
    max-width: 100px;
    width: 100%
}

#reward-plane img {
    max-width: 200px
}

.post-pop-plane {
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    z-index: 999;
    border-radius: 4px;
    padding: 20px;
    background: #fff
}

#share-plane svg {
    display: inline-block
}

.qrcode-img img, canvas {
    width: 100%
}

.login-btn {
    padding: 6px 10px !important;
    margin-left: 10px !important
}

.login-btn:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
    outline: 0
}

.button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px
}

.primary-btn {
    color: #fff;
    background-color: var(--Maincolor);
    border-color: var(--Maincolor)
}

.primary-btn:hover {
    background: var(--MaincolorHover);
    border-color: var(--MaincolorHover);
    color: #fff
}

#comments {
    background: #fff;
    box-shadow: 0 0 2px 0 rgba(98, 124, 153, .1);
    border-radius: 4px
}

#comments a {
    color: #000
}

#comments li {
    list-style: none
}

.comment .children .avatar-img {
    width: auto;
    height: auto
}

#reply-title {
    margin-bottom: 10px;
    margin-top: 10px
}

.comment_form_textarea_box {
    margin-bottom: 10px;
    position: relative;
    flex-grow: 1
}

#comment {
    width: 100%
}

.logged-in-as {
    text-align: center;
    max-width: 100px;
    margin-right: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding: 10px
}

.logged-in-as img {
    max-height: 80px
}

.logged-in-as > a {
    color: #999 !important
}

#respond {
    padding: 20px;
    padding-top: 0;
    position: relative
}

.comment_form_textarea {
    outline: 0;
    border: 1px solid #f7f9fa;
    resize: none;
    min-height: 100px;
    padding: 6px;
    transition: .15s;
    border-radius: 4px;
    background: var(--bagcolor)
}

.comment_form_textarea:hover {
    border: 1px solid var(--Maincolor)
}

.comment_form_textarea:focus {
    border: 1px solid var(--Maincolor)
}

.comment_userinput {
    display: flex;
    justify-content: space-between
}

.comment_userinput input {
    height: 34px;
    font-size: 14px;
    background: #f5f6f7;
    border-radius: 4px;
    outline: 0;
    padding-left: 6px;
    border: 1px solid #f7f9fa
}

.comment-set-submit-plane {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.comment-form-author, .comment-form-email, .comment-form-url {
    flex: 20%;
    margin: 10px
}

.comment-form-author {
    margin-left: 0 !important
}

.comment-form-url {
    margin-right: 0 !important
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
    width: 100%;
    line-height: 30px;
    outline: 0;
    background: #fff
}

.comment a {
    color: #000
}

.comment-item:hover .comment-btn-reply {
    visibility: visible !important;
    opacity: 1
}

.comment-btn-reply {
    transition: all .1s;
    opacity: 0;
    visibility: hidden
}

.comment-pub-time, .comment-btn-reply {
    font-size: 14px;
    color: #999
}

.comment-text {
    color: #777;
    margin: 6px 0;
    line-height: 1.5;
    font-size: 14px
}

.comment-text > p {
    margin-top: 10px;
    word-break: break-all
}

.comment-navigation {
    border-radius: 4px
}

.comments-title {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f6f7;
    font-size: 18px;
    font-weight: 500
}

.reply-title, .plane-title {
    padding: 20px 20px;
    color: #18191a;
    border-bottom: 1px solid #f5f6f7;
    font-size: 18px;
    font-weight: 500
}

.comment-metadata {
    margin-left: 20px
}

.comment-item {
    display: flex;
    box-shadow: 0 .5px 0 #f2f2f2;
    padding: 10px 0 5px
}

.comment-media {
    flex-shrink: 0
}

.avatar-img {
    flex: 1
}

.avatar-img img {
    border-radius: 50%;
    max-height: 48px;
    max-width: 48px
}

.author_name {
    font-size: 14px;
    color: #333
}

.comment-from {
    background: var(--Maincolor);
    color: #fff;
    padding: 2px 3px;
    margin-left: 5px;
    border-radius: 2px;
    display: inline-block
}

.comment-from a {
    color: #fff !important;
    font-size: 12px
}

.user-identity {
    display: inline-block;
    margin: 0 3px
}

.user-identity svg {
    vertical-align: middle;
    width: 20px;
    height: auto;
    fill: var(--Maincolor)
}

.commentlist {
    padding: 0 30px
}

.commentlist > .comment > .children {
    padding-left: 60px
}

.commentlist > .comment > .children > .comment:first-child {
    margin-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.commentlist > .comment > .children > .comment:last-child {
    margin-bottom: 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding-bottom: 10px
}

.commentlist > .comment > .children > .comment:last-child > .comment-item:last-child {
    border-bottom: 0
}

.commentlist > .comment > .children > .comment {
    background: #f7f7f7;
    padding: 0 20px;
    position: relative;
    margin: 0 10px
}

.commentlist > .comment > .children > .comment:first-child:before {
    position: absolute;
    left: 15px;
    top: -17px;
    border: 9px solid transparent;
    border-bottom: 10px solid #f8f8f8;
    content: ""
}

#reply-title {
    font-size: 16px;
    font-weight: 500
}

.dots:hover {
    background-color: #f2f2f2 !important;
    color: #999 !important
}

.comment-sofa {
    padding: 0 30px;
    font-size: 30px;
    text-align: center;
    color: #E4E7ED;
    padding-top: 20px;
    user-select: none
}

.comment_userinput, .comment-form-cookies-consent {
    padding-left: 80px
}

.comment-user-plane {
    display: flex;
    justify-content: space-between
}

.comment-user-avatar {
    border-radius: 50%
}

.comment_form_must_login {
    height: 150px;
    background: #7474740e;
    border-radius: 4px;
    text-align: center;
    color: #b1b1b1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.comment_form_must_login {
    text-align: center
}

.comment_form_must_login button {
    margin-top: 20px
}

.textwidget {
    line-height: 1.8
}

.search-form {
    display: flex;
    justify-content: space-between;
    width: 100%
}

.search-form-input-plane {
    flex-grow: 1;
    margin-right: 20px
}

.search-keyword {
    height: 34px;
    font-size: 14px;
    background: #f5f6f7;
    border-radius: 4px;
    border: 0;
    outline: 0;
    padding-left: 6px;
    width: 100%
}

.search-submit {
    background-color: var(--Maincolor);
    color: #fff;
    height: 32px;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition-duration: .4s;
    width: 68px;
    outline: 0
}

.search-submit:hover {
    background: var(--MaincolorHover)
}

.widger-comment-name, .widger-comment-time {
    margin-left: 10px;
    line-height: 30px
}

.widger-comment-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.widger-comment-user {
    display: flex
}

.widger-avatar img {
    border-radius: 50%
}

.widger-comment-excerpt {
    position: relative;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #f7f7f7;
    border-radius: 3px;
    color: #666
}

.widger-comment-excerpt:before {
    position: absolute;
    left: 10px;
    top: -10px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px solid transparent;
    border-bottom-color: #f7f7f7
}

.widger-comment-excerpt p {
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis
}

.widger-comment-plane {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f6f7;
    color: #999
}

.tagcloud {
    display: flex;
    flex-wrap: wrap
}

.tag-cloud-link {
    background: #409EFF;
    color: #fff !important;
    font-size: 12px !important;
    border-radius: 3px;
    padding: 6px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    align-content: space-around;
    flex: 0 0 32%;
    margin-right: 1%;
    display: inline-block
}

.tag-cloud-link:nth-child(3n) {
    margin-right: 0
}

.tag-cloud-link:before {
    content: "# "
}

.tag-cloud-link:nth-child(n+1) {
    background: #409EFF
}

.tag-cloud-link:nth-child(2n+2) {
    background: #67C23A
}

.tag-cloud-link:nth-child(3n+3) {
    background: #F56C6C
}

.tag-cloud-link:nth-child(n+4) {
    background: #909399
}

.hot-post-widget-item {
    padding: 10px 20px;
    font-size: 14px;
    position: relative
}

.hot-post-widget-item-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px
}

.hot-post-widget-item-num {
    font-weight: 600
}

.hot-post-widget-item:nth-child(2) .hot-post-widget-item-num, .hot-post-widget-item:nth-child(3) .hot-post-widget-item-num, .hot-post-widget-item:nth-child(4) .hot-post-widget-item-num {
    background-color: var(--Maincolor);
    border-radius: 2px 8px 8px 2px;
    color: #fff
}

.hot-post-widget-item:nth-child(2) .hot-post-widget-item-num {
    background-color: #f56c6c
}

.hot-post-widget-item:nth-child(3) .hot-post-widget-item-num {
    background-color: #ffa41b
}

.hot-post-widget-item:nth-child(4) .hot-post-widget-item-num {
    background-color: #409eff
}

.hot-post-widget-item-num {
    padding-right: 5px;
    position: absolute;
    left: -12px;
    text-align: right;
    width: 30px
}

.hot-post-widget-item-title, .hot-post-widget-item-meta {
    padding-left: 10px
}

.hot-post-widget-item-title a, .hot-post-widget-item-meta a {
    color: #494b4d
}

.hot-post-widget-item-meta {
    cursor: default
}

.widget-author-plane {
    display: flex;
    justify-content: center;
    padding: 10px
}

.widget-author-main {
    text-align: center;
    margin-top: 10px
}

.widget-author-main img {
    border-radius: 50%;
    margin-bottom: 10px
}

.widget-avatar-description {
    font-size: 14px;
    color: #8599ab;
    max-width: 150px
}

.widget-avatar-meta {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #999
}

.widget-avatar-meta-comments {
    margin-right: 10px
}

.widget-avatar-meta-box i {
    font-size: 20px;
    margin-right: 6px
}

.widget-avatar-description, .widget-author-name {
    margin-bottom: 10px
}

.widget-avatar-post-list {
    border-top: 1px dashed #efefef;
    padding: 10px
}

.widget-avatar-post-list ul li {
    position: relative
}

.widget-avatar-post-list ul {
    padding-left: 10px
}

.widget-avatar-post-list ul li:before {
    position: absolute;
    left: -12px;
    top: 8px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc
}

.widget-avatar-title {
    margin-bottom: 6px;
    padding-top: 4px;
    font-size: 15px;
    font-weight: 300
}

.corepress-alert {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999999999;
    text-align: center;
    display: flex;
    justify-content: center
}

.corepress-alert-main {
    margin-top: -10px;
    font-size: 14px;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    pointer-events: all;
    padding: 8px 16px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    background: #fff;
    font-weight: 300
}

.corepress-alert-main i {
    margin-right: 10px
}

.corepress-alert-main-show {
    margin-top: 70px;
    visibility: visible;
    opacity: 1
}

.frinds-links {
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin: 10px;
    margin-bottom: 20px
}

.list-plane-linksdescribe {
    margin-left: 10px;
    font-size: 14px;
    color: #999
}

.frinds-links-list a {
    color: #999 !important;
    transition: all .3s ease-out 0s
}

.frinds-links-list a:hover {
    color: var(--MaincolorHover) !important
}

.frinds-links li {
    font-size: 15px;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 6px;
    vertical-align: middle
}

.frinds-links-icon {
    max-width: 20px
}

.list-plane-title {
    background: #fff;
    padding: 19px 8px;
    border-bottom: 1px solid #f5f6f7;
    white-space: nowrap;
    overflow: auto
}

.list-plane-title::-webkit-scrollbar {
    display: none
}

.list-plane-title > div {
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px
}

.frinds-links-list {
    padding: 20px;
    margin: 0 10px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300
}

.frinds-links-apply {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #999 !important;
    font-size: 14px
}

.go-top-plane {
    cursor: pointer;
    background: #e8eaeb;
    position: fixed;
    bottom: 80px;
    right: 20px;
    border-radius: 8px;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    transition: .30s;
    color: #999;
    z-index: 99
}

.go-top-plane:hover {
    color: var(--MaincolorHover)
}

.go-top-plane-show {
    opacity: 1;
    visibility: visible;
    bottom: 200px
}

.ad-plane {
    position: relative;
    margin: 10px;
    margin-bottom: 10px
}

.ad-plane img, .ad-plane-post img, .ad-plane-post-in img, .ad-plane-post-comment img, .ad-plane-post-bottom img {
    max-width: 100%
}

.ad-plane-post {
    padding: 10px;
    margin-top: -20px
}

.ad-plane-post-bottom {
    padding: 10px;
    padding-top: 0
}

.ad-plane-post-comment {
    margin-bottom: 10px
}

#progress {
    position: fixed;
    height: 2px;
    background: #b91f1f;
    transition: opacity 500ms linear;
    z-index: 99999
}

#progress.done {
    opacity: 0
}

#progress span {
    position: absolute;
    height: 2px;
    opacity: 1;
    width: 150px;
    right: -10px
}

@-webkit-keyframes pulse {
    30% {
        opacity: .6
    }
    60% {
        opacity: 0
    }
    100% {
        opacity: .6
    }
}

.recommend-list:last-child {
    border-radius: 0 0 5px 5px
}

.recommend-list:first-child {
    border-radius: 5px 5px 0 0
}

.recommend-list .video-avatar {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
}

.recommend-list .video-user {
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #333;
}

.recommend-list .list-time {
    font-size: 12px;
    color: #999;
}

.recommend-list .list-actor {
    margin-left: 20px;
    font-size: 12px;
    color: #999;
}

.recommend-list .user-grade {
    width: 14px;
    height: 14px;
}

.recommend-list {
    padding: 15px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border-bottom: 10px solid var(--bagcolor)
}


.recommend-list .news-post .position-images {
    margin: 5px 0;
    display: -ms-flexbox;
    display: flex
}

.recommend-list .news-post .position-images .list-img {
    position: relative;
    overflow: hidden;
    width: 32%;
    height: 200px;
    margin: 5px 1% 5px 0;
    cursor: pointer;
}

@media screen and (max-width: 800px) {

    .recommend-list .news-post .position-images .list-img {
        height: 140px;

    }
}

.recommend-list .news-post .position-images img {
    position: absolute;
    top: 50%;
    left: 50%;
    width:100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit:cover;
}

.recommend-list .news-post .list-msg {
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center
}

.recommend-list .news-post .list-msg .user-avatar {
    width: 64px;
    height: 64px;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer
}

.recommend-list .news-post .list-msg .user-time .list-user {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer
}

.recommend-list .news-post .list-msg .user-time .list-time {
    padding: 10px 10px;
    color: #999
}

.recommend-list .news-post .post-images {
    margin: 5px 0
}

.recommend-list .news-post .post-images .get-one-image {
    width: 320px !important;
    height: 160px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin: 5px 0
}

.recommend-list .news-post .post-images .get-one-image img {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.recommend-list .news-post .post-images .post-contents {
    margin: 15px 0;
    -ms-flex: 1;
    flex: 1
}

.recommend-list .news-post .post-images .post-contents .list-title {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer
}

.recommend-list .news-post .post-images .post-contents p {
    margin-top: 5px;
    max-width: 100%;
    max-height: 72px;
    font-size: 16px;
    color: #999;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.recommend-list .news-post .more-msg {
    margin: 5px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.recommend-list .news-post .more-msg .thread-name {
    padding: 5px 15px;
    text-align: center;
    font-size: 12px;
    background-color: #ededed;
    cursor: pointer;
}

.recommend-list .news-post .more-msg .view-comment {
    height: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #999
}

.recommend-list .news-post .more-msg .view-comment .is-support {
    cursor: pointer
}

.recommend-list .news-post .more-msg .view-comment span {
    margin: 0 20px 0 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.recommend-list .news-post .more-msg .view-comment span i {
    padding: 0 10px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@font-face {
    font-family: "osxiconfont"; /* Project id 1873767 */
    src: url('//at.alicdn.com/t/font_1873767_weo69itb7re.woff2?t=1621935227350') format('woff2'),
    url('//at.alicdn.com/t/font_1873767_weo69itb7re.woff?t=1621935227350') format('woff'),
    url('//at.alicdn.com/t/font_1873767_weo69itb7re.ttf?t=1621935227350') format('truetype');
}

.osxiconfont {
    font-family: "osxiconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconzhuti_1-01:before {
    content: "\e6fe";
}

.iconchengyuan-01:before {
    content: "\e6ff";
}

.iconjinghua-01:before {
    content: "\e700";
}

.iconshangjiantou:before {
    content: "\e6fd";
}

.iconruquan:before {
    content: "\e6fc";
}

.icondingding:before {
    content: "\e737";
}

.iconguanlimianban_neirongshenhe:before {
    content: "\e6f8";
}

.iconguanlimianban_yonghushenqing:before {
    content: "\e6f9";
}

.iconguanlimianban_banzhushenqing:before {
    content: "\e6fa";
}

.iconguanlimianban_chengyuanguanli:before {
    content: "\e6fb";
}

.iconrenzheng:before {
    content: "\e6f6";
}

.iconpaixu-5:before {
    content: "\e67c";
}

.icondaoxu:before {
    content: "\e67d";
}

.iconbofang:before {
    content: "\e67b";
}

.iconbianji:before {
    content: "\e6eb";
}

.iconbanzhuguanli:before {
    content: "\e6ec";
}

.iconjiajing:before {
    content: "\e6ed";
}

.iconjiacu:before {
    content: "\e6ee";
}

.iconjiangli:before {
    content: "\e6ef";
}

.iconjinyan:before {
    content: "\e6f0";
}

.iconshanchu:before {
    content: "\e6f1";
}

.iconshantie:before {
    content: "\e6f2";
}

.icontousu:before {
    content: "\e6f3";
}

.iconzhiding:before {
    content: "\e6f4";
}

.icontuisongpindao:before {
    content: "\e6f5";
}

.iconhuodong:before {
    content: "\e6c3";
}

.iconhuiyuanchongzhi:before {
    content: "\e6c4";
}

.iconshenhetubiao_tongguo:before {
    content: "\e6c0";
}

.iconshenhetubiao_daishenhe:before {
    content: "\e6c1";
}

.iconshenhetubiao_jujue:before {
    content: "\e6c2";
}

.iconshare:before {
    content: "\e764";
}

.iconqiandao:before {
    content: "\e6bf";
}

.iconlocation:before {
    content: "\e67a";
}

.iconniming1:before {
    content: "\e6bc";
}

.iconfanwei:before {
    content: "\e6bd";
}

.icontuisong:before {
    content: "\e6be";
}

.iconqiyeweixin:before {
    content: "\e6ba";
}

.icongongzhonghao:before {
    content: "\e6b4";
}

.iconzhifeiji:before {
    content: "\e6b5";
}

.iconlianjie:before {
    content: "\e6b6";
}

.iconpengyouquan-01:before {
    content: "\e6b7";
}

.iconzhishi-01:before {
    content: "\e6b3";
}

.iconfawenjuan-copy:before {
    content: "\e826";
}

.iconfawenjuan:before {
    content: "\e6b1";
}

.iconxueyuan:before {
    content: "\e6af";
}

.iconyundianbo:before {
    content: "\e694";
}

.iconaite:before {
    content: "\e695";
}

.iconshouru:before {
    content: "\e68e";
}

.iconhongbao_2:before {
    content: "\e690";
}

.iconchongzhi:before {
    content: "\e691";
}

.icontuikuan:before {
    content: "\e692";
}

.iconiconfontgouwu:before {
    content: "\e693";
}

.iconzhichu:before {
    content: "\e68d";
}

.iconweixin:before {
    content: "\e680";
}

.iconzhifubao:before {
    content: "\e681";
}

.icontixian-copy:before {
    content: "\e682";
}

.iconsettings:before {
    content: "\e68b";
}

.iconhuodong_tiaojian:before {
    content: "\e6cb";
}

.iconhuati:before {
    content: "\e68a";
}

.iconzuojia-01:before {
    content: "\e679";
}

.icontriangle_down_fill:before {
    content: "\e678";
}

.iconround_check_fill:before {
    content: "\e677";
}

.iconPC_bangdanjiaobiao:before {
    content: "\e676";
}

.iconPC_nan:before {
    content: "\e674";
}

.iconPC_nv:before {
    content: "\e675";
}

.iconfavor_1-01:before {
    content: "\e66d";
}

.iconfavor_fill_1-01:before {
    content: "\e66f";
}

.iconshare_1-01:before {
    content: "\e671";
}

.iconappreciate_1-01:before {
    content: "\e672";
}

.iconappreciate_fill_1-01:before {
    content: "\e673";
}

.iconbiaoqing:before {
    content: "\e66b";
}

.icontianjiatupian1:before {
    content: "\e66c";
}

.iconPC_bofang:before {
    content: "\e669";
}

.iconPC_youjiantou:before {
    content: "\e66a";
}

.iconfabu_fadongtai:before {
    content: "\e665";
}

.iconfabu_fatiezi:before {
    content: "\e666";
}

.iconfabu_fashipin:before {
    content: "\e668";
}

.iconwujiaoxing:before {
    content: "\e712";
}

.iconclose:before {
    content: "\e648";
}

.iconadd:before {
    content: "\e767";
}

.iconmove:before {
    content: "\e768";
}

.iconadd_light:before {
    content: "\e7dc";
}

.iconjia:before {
    content: "\e69a";
}

.iconcascades:before {
    content: "\e64a";
}

.iconcart:before {
    content: "\e64c";
}

.icongoods:before {
    content: "\e64d";
}

.iconhome:before {
    content: "\e64e";
}

.iconhot:before {
    content: "\e64f";
}

.iconmark:before {
    content: "\e650";
}

.iconpeople:before {
    content: "\e651";
}

.iconread:before {
    content: "\e652";
}

.iconround_add_fill:before {
    content: "\e653";
}

.iconremind:before {
    content: "\e655";
}

.iconsort:before {
    content: "\e661";
}

.iconorder:before {
    content: "\e662";
}

.iconnotice:before {
    content: "\e647";
}

.iconwrite:before {
    content: "\e642";
}

.iconsearchlist:before {
    content: "\e643";
}

.iconscan:before {
    content: "\e644";
}

.iconmore:before {
    content: "\e645";
}

.iconback:before {
    content: "\e646";
}

.iconattention:before {
    content: "\e641";
}

.iconappreciate_fill:before {
    content: "\e63f";
}

.iconfavor_fill:before {
    content: "\e640";
}

.iconshuaxin0ca6f2-01:before {
    content: "\e632";
}

.iconbiaoji-simi:before {
    content: "\e64b";
}

.iconzhishiku1-copy:before {
    content: "\e825";
}

.iconzhishijm:before {
    content: "\e608";
}

.iconzhishiku:before {
    content: "\e824";
}

.iconzhishiku1:before {
    content: "\e68c";
}

.iconzhishiku2:before {
    content: "\e601";
}

.iconzhishiku3:before {
    content: "\e60e";
}

.iconkefu3:before {
    content: "\e6ce";
}

.iconlove_icon:before {
    content: "\e65c";
}

.iconhome_icon:before {
    content: "\e65d";
}

.iconstore_icon:before {
    content: "\e664";
}

.iconservice_icon:before {
    content: "\e667";
}

.iconcart_icon:before {
    content: "\e65b";
}

.iconzhiding2:before {
    content: "\e68f";
}

.iconshuaxin:before {
    content: "\e616";
}

.iconguanbi:before {
    content: "\e600";
}

.icontianjiatupian:before {
    content: "\e639";
}

.iconclassify_icon:before {
    content: "\e65a";
}

.iconhuati2:before {
    content: "\e633";
}

.iconbag_icon:before {
    content: "\e659";
}

.icongengduo4:before {
    content: "\e612";
}

.iconzhuanfa1:before {
    content: "\e654";
}

.iconadd_icon:before {
    content: "\e657";
}

.iconpicture_icon:before {
    content: "\e65f";
}

.iconemoji_icon:before {
    content: "\e66e";
}

.iconicon-test:before {
    content: "\e624";
}

.iconback_icon:before {
    content: "\e656";
}

.iconconversation_icon:before {
    content: "\e658";
}

.iconnext_icon:before {
    content: "\e65e";
}

.iconpraise_icon:before {
    content: "\e660";
}

.iconshare_icon:before {
    content: "\e663";
}

.iconsearch_icon:before {
    content: "\e670";
}

.iconcollect_icon:before {
    content: "\e6aa";
}

.icontubiaozhizuo-:before {
    content: "\e607";
}

.icongengduo:before {
    content: "\e63b";
}


/**快讯 **/

.sec-panel {
    margin-bottom: 20px;

}

.kx-head, .kx-list {
    padding: 15px;
    background: #fff;
}

.kx-head .kx-title {
    padding: 10px;
    margin: 0;
    font-size: 26px;
    line-height: 1.6;
    border-bottom: 0;
    text-align: center
}

@media (max-width: 767px) {
    .kx-list {
        padding: 0
    }
}

.kx-list .kx-date, .kx-list .kx-item {
    position: relative;
    margin-left: 15px;
    border-left: 1px dashed #f1eded
}

.kx-list .kx-date {
    padding: 12px 20px;
    font-size: 20px;
    line-height: 26px;
    color: #262626
}

.kx-list .kx-date:after, .kx-list .kx-date:before {
    position: absolute;
    left: -8px;
    top: 17px;
    width: 16px;
    height: 16px;
    content: "";
    border-radius: 100%;
    background: #fff;
    opacity: .6;
    border: 2px solid #0077b5;
    box-shadow: 0 0 0px 4px rgba(58,85,254,18%);
}

.kx-list .kx-date:before {
    background: #fff;
    opacity: 1
}

.kx-list .kx-date.fixed {
    position: fixed;
    z-index: 9;
    width: 860px;
    margin-left: -15px;
    padding-left: 50px;
    background: #fefefe;
    border-bottom: 1px solid #f1eded;
    border-left: 0;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1)
}

.kx-list .kx-date.fixed:after, .kx-list .kx-date.fixed:before {
    left: 22px
}

@media (max-width: 1239px) {
    .kx-list .kx-date.fixed {
        width: 684px
    }
}

@media (max-width: 767px) {
    .kx-list .kx-date.fixed {
        margin-left: 0
    }
}

.kx-list .kx-item {
    padding: 20px 0 20px 20px
}

.kx-list .kx-time {
    position: relative;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #0077b5
}

.kx-list .kx-time:after, .kx-list .kx-time:before {
    position: absolute;
    left: -26px;
    top: 2px;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    border: 4px solid #0077b5;
    opacity: .3;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    content: ""
}

.kx-list .kx-time:before {
    border: 4px solid #fff;
    opacity: 1
}

.kx-list .kx-content {
    overflow: hidden
}

.kx-list .kx-content h2 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 15px
}

.kx-list .kx-content h2 a {
    color: #262626
}

.kx-list .kx-content p {
    font-size: 15px;
    margin: 0;
    color: #5a5a5a;
    line-height: 1.65;
    padding-right: 20px;
}

.kx-list .kx-img {
    display: block;
    max-width: 60%;
    margin-top: 10px
}

@media (max-width: 767px) {
    .kx-list .kx-img {
        max-width: 100%
    }
}

.kx-list .kx-img img {
    display: block;
    width: 100%;
    height: auto
}

.kx-list .kx-new {
    display: none;
    text-align: center;
    line-height: 30px;
    color: #3c763d;
    background: #d9f9d1;
    cursor: pointer
}

.kx-list .kx-new.fixed {
    position: fixed;
    z-index: 10;
    width: 860px;
    margin-left: -15px
}

@media (max-width: 1239px) {
    .kx-list .kx-new.fixed {
        width: 684px
    }
}

@media (max-width: 991px) {
    .kx-list .kx-new.fixed {
        width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0
    }
}

.kx-list .kx-meta {
    text-align: left
}


.kx-meta {
    margin-top: 20px;
    font-size: 0;
    color: #828282
}

.kx-meta a, .kx-meta span, .kx-meta time {
    font-size: 14px;
    margin-right: 15px;
    line-height: 22px
}

.kx-meta .j-mobile-share {
    cursor: pointer
}

.kx-meta .j-mobile-share:hover, .kx-meta .share-icon:hover, .modules-category-posts .sec-panel-more a:hover {
    color: var(--theme-hover)
}

.kx-meta .share-icon {
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #828282;
    vertical-align: top;
    cursor: pointer
}

.kx-meta .weibo:hover {
    color: #e05244 !important
}

.kx-meta .wechat {
    position: relative
}

.kx-meta .wechat:hover {
    color: #44b549 !important
}

.kx-meta .wechat:hover .share-wx-wrap {
    opacity: 1;
    filter: alpha(opacity=100);
    bottom: 40px
}

.kx-meta .qq:hover {
    color: #22a4ff !important
}

.kx-meta .qzone:hover {
    color: #fdbf2f !important
}

.kx-meta .douban:hover {
    color: #33b045 !important
}

.kx-meta .linkedin:hover {
    color: #0077b5 !important
}

.kx-meta .facebook:hover {
    color: #44619d !important
}

.kx-meta .twitter:hover {
    color: #55acee !important
}


.forum-box {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px
}

.forum-box .forum .title {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    border-left: 4px solid #0ca6f2;
    padding-left: 10px
}

.forum-box .forum .form-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0
}

.forum-box .forum .form-block .block-box {
    margin: 10px 0;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    cursor: pointer
}

.forum-box .forum .form-block .block-box .block-img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    margin-right: 10px
}

.forum-box .forum .form-block .block-box .box-text .block-title {
    width: 90px;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.forum-box .forum .form-block .block-box .box-text .block-num {
    margin-top: 5px;
    font-size: 14px;
    color: #333
}

.forum-box .forum .form-block .block-box .box-text .block-num span {
    color: #999;
    margin-right: 5px
}

.grade{
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: rgba(241,188,64,.1);
    padding: 0 14px;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    margin-left:10px;
}

.card-circle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: rgba(2,153,255,.06);
    padding: 0 14px;
    border-radius: 30px;
    height: 30px;
    line-height: 30px
}

 .card-circle>img {
    margin-top: -3px;
    margin-right: 4px;
    width: 14px;
    height: 14px
}

 .card-circle>span {
     color:#0299ff;
     font-size: 12px;
}

.form-blocks {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.form-blocks .blocks-boxs {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 48%;
    padding: 10px;
    background: #f4f4f4;
    margin: 0 10px 10px 0;
    border-radius: 5px
}

@media (max-width: 767px) {
    .form-blocks .blocks-boxs {
        width: 100%;
    }
}

.form-blocks .blocks-boxs .lefts {
    display: -ms-flexbox;
    display: flex;
    margin-right: 6px;
    cursor: pointer
}

.form-blocks .blocks-boxs .lefts .blocks-images {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    border-radius: 100%;
}

.form-blocks .blocks-boxs .lefts .blocks-images .blocks-img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.form-blocks .blocks-boxs .lefts .boxs-text {
    width: 140px;
    height: auto
}

.form-blocks .blocks-boxs .lefts .boxs-text .block-titles {
    width: 140px;
    height: 21px;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.form-blocks .blocks-boxs .lefts .boxs-text .block-nums {
    display: -ms-flexbox;
    display: flex;
    color: #999;
    padding-top:15px;
    font-size: 12px;
}

.form-blocks .blocks-boxs .lefts .boxs-text .block-nums div:first-child {
    margin-right: 10px
}

.form-blocks .blocks-boxs .os-focus {
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-top: 15px;
    color: #0ca6f2;
    border: 1px solid #0ca6f2;
    border-radius: 4px
}

div /deep/ .text {
    display: block;
    width: auto;
    background: #fff
}

.forum-follow > button {
    cursor: pointer;
    background-color: #f4f4f4 !important
}

.forum-yesFollow > button {
    background-color: #f4f4f4 !important
}

.forum-follow {
    position: absolute;
    top: 20px;
    right: 20px;
}

.forum-follows {
    position: absolute;
    margin-left: 0
}

.forum-yesFollow {
    position: absolute;
    margin-left: 254px
}

.forum-yesFollow > button {
    width: 60px;
    height: 30px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999;
    outline: none
}

.forum-follow > button {
    width: 60px;
    height: 30px;
    background: #fff;
    border: 1px solid #0ca6f2;
    border-radius: 3px;
    color: #0ca6f2
}

.forum-yesFollow > button:hover, .user-follow > button:hover {
    cursor: pointer;
    opacity: .6
}

.credit-top-list .link-block {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.credit-top-list .credit-top-avatar {
    width: 34px;
    height: 34px;
    position: absolute;
    left: 16px;
    top: 16px;
    background: #f9f9f9;
}

.credit-top-list li {
    position: relative;
}
.credit-top-list img.avatar {
    background-color: #eee;
    width: 100%;
    height: 100%;
}

.credit-top-list .b2-radius {
    border-radius: 4px;
}

.credit-top-list .credit-top-info {
    margin-left: 44px;
}

.credit-top-list .credit-top-info-left {
    margin-right: 63px;
}

.credit-top-list .credit-top-info-left p {
    transform: scale(calc(11/12));
    -webkit-transform-origin-x: 0;
    opacity: .5;
}
.credit-top-list li{
    font-size: 13px;
    padding: 16px;
    box-sizing: border-box;
}

.credit-top-list .credit-top-info-right {
    position: absolute;
    right: 16px;
    top: 16px;
}

.credit-top-list .lv-icon {
    font-size: 12px;
    font-weight: 400;
    color: #797c80;
    height: 18px;
    line-height: 18px;
    border-radius: 3px;
    margin-right: 6px;
}

.credit-top-list .credit-top-info-right b {
    font-weight: 400;
    font-size: 10px;
    color:#333;
}