/*
Theme Name: 网讯主题
Theme URI: http://7b2.com/
Template: b2
Author: 网讯数据创造团队
Author URI: https://www.wxunkj.com/
Description: 这是b2主题的子主题，网讯子主题，一个美化最好看的子主题。
Tags: 免费主题 子主题
Version: 1.0.7.1715145116
Updated: 2024-05-08 13:11:56

*/

button:active, .button:active {
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.n_banner_inner {
    position: relative;
}
.n_banner_inner .img-info {
    color: #fff;
    position: absolute;
    top: 9px;
    right: 12px;
    text-align: right;
    padding: 0;
}
.n_banner_inner .img-info i {
    font-size: 20px;
    font-style: inherit;
    display: inline-block;
    color: #007bff;
    line-height: 19px;
    position: relative;
    z-index: 9;
    text-align: center;
}
.n_banner_inner .img-info .info {
    font-size: 10px;
    color: #fff;
    line-height: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    position: absolute;
    white-space: nowrap;
    bottom: 5px;
    right: 0;
    background-color: #007bff;
    text-align: center;
    width: 0;
    overflow: hidden;
    padding: 5px 0;
}
.n_banner_inner .img-info .info a {
    color: #fff;
}
.n_banner_inner .tirr {
    max-width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    height: auto;
}
.n_banner_inner:hover .info {
    font-size: 12px;
    -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    -o-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
    z-index: 1;
    width: auto;
    padding: 5px 23px 5px 12px;
}
.n_banner_inner img:hover {
    filter: brightness(50%);
}
.n_banner_inner .info:hover a {
    color: red;
    text-decoration: none;
}
.n_banner_inner .Banner-adTag {
    border: 1px solid #ebebeb;
    font-size: 12px;
    color: #ebebeb;
    line-height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    opacity: 0.5;
    left: 5px;
    bottom: 5px;
    text-align: center;
    width: 50px;
}
textarea#textarea {
    background-image: url(Assets/images/d439b6003af33a871f7e3f0e9b5c10385343b597.png);
    background-repeat: no-repeat;
    background-position: right 10px bottom 10px;
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
    background-color: transparent;
}
textarea#textarea:focus {
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
    background-position-y: 789px;
}
.post-tags-meat {
    margin-bottom: 10px;
}
.post-tags-meat a {
    color: white;
    background-color: #19b5fe;
}
.post-tags-meat a:nth-child(5n) {
    color: #fff;
    background-color: #4a4a4a;
}
.post-tags-meat a:nth-child(5n+1) {
    color: #fff;
    background-color: #ff5e5c;
}
.post-tags-meat a:nth-child(5n+2) {
    color: #fff;
    background-color: #ffbb50;
}
.post-tags-meat a:nth-child(5n+3) {
    color: #fff;
    background-color: #1ac756;
}
.post-tags-meat a:nth-child(5n+4) {
    color: #fff;
    background-color: #19b5fe;
}
.post-tags-meat a:hover {
    color: #fff;
    background-color: #1b1b1b;
}
.post-tags-meat span.tag-text {
    color: #fff;
    z-index: 6;
}
.form-control {
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    color: #555;
    line-height: 1.42857143;
    background-image: none;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #fff;
    width: auto;
    padding: 6px 12px;
}
.btn {
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.42857143;
    background-image: none;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 6px 12px;
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.overflow-text {
    padding-top: 0;
    padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 0;
    padding-bottom: 3px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
    color: #fff !important;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    clear: both;
    overflow: hidden;
    animation: colorchange 3s infinite alternate;
    text-overflow: ellipsis;
    -webkit-animation: colorchange 3s infinite alternate;
}
#Danmu {
    max-width: 100%;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 2;
    height: 275px;
    overflow: hidden;
    pointer-events: none;
}
#Danmu li {
    font-size: 13px;
    display: flex;
    color: #fff;
    line-height: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    opacity: 0;
    height: 30px;
    float: right;
    clear: both;
    padding: 5px 10px;
}
#Danmu li i {
    padding-right: 3px;
    padding-left: 3px;
}
#Danmu .info_zianv {
    font-weight: 600;
    color: #fff;
    text-decoration: underline;
}
#Danmu .info_zianv:hover {
    color: #fff !important;
}
#Danmu li a:first-child {
    margin-right: 6px;
    width: 20px;
}
#Danmu li a:last-child, #Danmu li a:last-child font {
    color: #fff !important;
}
#Danmu li a:last-child n {
    text-decoration: underline;
    margin: 0 5px;
}
#Danmu li img {
    margin-right: 6px;
    vertical-align: inherit;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    pointer-events: auto;
}
.xtw-dm-content {
    z-index: 99;
}
.xtw-dm-content a {
    pointer-events: auto;
}
.post-module-thumb a.thumb-link, .shop-normal-item-img a.link-block {
    -moz-transition: 0.9s ease-out all;
    -webkit-transition: 0.9s ease-out all;
    -o-transition: 0.9s ease-out all;
    transition: 0.9s ease-out all;
}
.post-module-thumb a.thumb-link:hover::after, .shop-normal-item-img a.link-block:hover::after {
    opacity: 0.8;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.post-module-thumb a.thumb-link:hover, .shop-normal-item-img a.link-block:hover {
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -moz-transition: 0.9s ease-out all;
    -webkit-transition: 0.9s ease-out all;
    -o-transition: 0.9s ease-out all;
    transition: 0.9s ease-out all;
    background-color: rgba(0, 0, 0, 0.5);
}
.post-module-thumb a.thumb-link::before, .shop-normal-item-img a.link-block::before {
    -moz-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
}
.post-module-thumb a.thumb-link::after, .shop-normal-item-img a.link-block::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NSIgaGVpZ2h0PSI0NSIgdmlld0JveD0iMCAwIDQ1IDQ1IiBzdHJva2U9IiNmZmYiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSIgc3Ryb2tlLXdpZHRoPSIyIj48Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSI2IiBzdHJva2Utb3BhY2l0eT0iMCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMTswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9InN0cm9rZS13aWR0aCIgYmVnaW49IjEuNXMiIGR1cj0iM3MiIHZhbHVlcz0iMjswIiBjYWxjTW9kZT0ibGluZWFyIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIvPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjIyIiBjeT0iMjIiIHI9IjYiIHN0cm9rZS1vcGFjaXR5PSIwIj48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiBiZWdpbj0iM3MiIGR1cj0iM3MiIHZhbHVlcz0iNjsyMiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgYmVnaW49IjNzIiBkdXI9IjNzIiB2YWx1ZXM9IjE7MCIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utd2lkdGgiIGJlZ2luPSIzcyIgZHVyPSIzcyIgdmFsdWVzPSIyOzAiIGNhbGNNb2RlPSJsaW5lYXIiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjIiIGN5PSIyMiIgcj0iOCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0iciIgYmVnaW49IjBzIiBkdXI9IjEuNXMiIHZhbHVlcz0iNjsxOzI7Mzs0OzU7NiIgY2FsY01vZGU9ImxpbmVhciIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiLz48L2NpcmNsZT48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: transform 0.35s, opacity 0.35s;
    -o-transition: opacity 0.35s, -webkit-transform 0.35s;
    -webkit-transition: transform 0.35s, opacity 0.35s;
    -moz-transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    -o-transition: transform 0.35s, opacity 0.35s;
    -webkit-transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s;
    -o-transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
    transition: transform 0.35s, opacity 0.35s, -webkit-transform 0.35s;
    position: absolute;
    opacity: 0;
    content: '';
    background-size: 100% 100%;
    left: 50%;
    top: 50%;
    z-index: 3;
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}
.header-banner-left .menu li.current-menu-item a:after {
    background-color: #06f;
}
.social-top .header-banner-left .menu li a:after {
    display: block;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    content: "";
    left: 50%;
    bottom: 6px;
    -moz-transform: translateX(-50%) scaleX(0);
    -webkit-transform: translateX(-50%) scaleX(0);
    -o-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
    background-color: #06f;
    height: 2px;
    width: 0;
}
.social-top .header-banner-left .menu li a:hover:after {
    -moz-transform: translateX(-50%) scaleX(1);
    -webkit-transform: translateX(-50%) scaleX(1);
    -o-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
    width: 100%;
}
.header-banner-left .menu li.current-menu-item a {
    font-weight: 600;
    color: #06f;
}
.post-list-item .item-in:hover {
    color: #2882c5;
}
.user-widget-content .user-w-rw {
    height: 32px;
    width: 32px;
}
.user-widget-content .user-w-rw-bg {
    line-height: 35px;
}
.post-3 .post-3-li .item-in:hover {
    background-color: #fafafa;
}
.header_vip_icon {
    position: relative;
    width: 20px;
    padding: 0 24px;
}
.header-user {
    display: flex;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    top: 0;
    padding: 0;
}
.post-list-cats a span:hover {
    font-weight: 700;
    color: var(--b2color);
}
.page-template .entry-content a {
    color: var(--b2color) !important;
}
.content-footer-poster .favorite-button.sc i, .shop-single-action-right .favorite-button.sc {
    color: #f96078 !important;
}
.single-document-search input {
    background-color: #fff;
}
.sticky-itme {
    background-color: #fff;
}
li.widget-post-small:hover {
    background-color: #f8fbff;
}
.home .post-list .b2_gap .post-list-item .item-in:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.post-1 .b2_gap .post-list-item .post-thumb, .post-3 .b2_gap .post-list-item .post-thumb {
    -moz-transition: .35s;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}
.post-1 .b2_gap .post-list-item:hover .post-thumb, .post-3 .b2_gap .post-list-item:hover .post-thumb {
    -moz-transform: scale(1.305);
    -webkit-transform: scale(1.305);
    -o-transform: scale(1.305);
    transform: scale(1.305);
}
.contact-help {
    margin-top: -36px;
    position: fixed;
    left: 0;
    top: calc(50% - 30px);
    z-index: 101;
    width: 28px;
}
.entry-content p img {
    -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    -o-box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 50%);
}
.begin-today {
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    margin: 20px 0 !important;
}
.begin-today fieldset {
    border: 1px dashed #ccc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 25px 10px;
    margin: 10px 0;
}
.begin-today legend {
    font-weight: bold;
    padding: 5px;
}
.begin-today h5 {
    font-size: 1.2rem;
    line-height: 50px;
    margin: 0 0 0 55px;
}
.today-date {
    color: #fff;
    line-height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 25px;
    top: 10px;
    text-align: center;
    overflow: hidden;
    min-width: 46px;
}
.today-m {
    font-size: 12px;
    background-color: #c40000;
    padding: 5px;
}
.today-d {
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
    background-color: #eee;
    padding: 7px 5px;
}
.begin-today a {
    display: block;
    color: #333;
    text-decoration: none;
}
.begin-today a:hover {
    color: #06f;
}
.begin-today ul li span {
    color: #999;
    margin: 0 10px 0 0;
}
.begin-today ul li {
    font-size: 0.6em;
    line-height: 220%;
}
.u-backgroundColorWhite {
    background-color: #fff;
}
.postFooterInfo {
    padding: 25px 16px;
}
.u-marginTop30 {
    margin-bottom: 20px;
}
.u-flex {
    display: flex;
    align-items: center;
}
.postFooterInfo .avatar {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    height: 75px;
    width: 75px;
}
.u-flex0 {
    flex: 0 0 auto;
}
.u-paddingLeft15 {
    padding-left: 15px;
}
.u-flex1 {
    flex: 1 1 auto;
}
.authorCard--content {
    position: relative;
}
.authorCard--title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #4370f5;
}
.authorCard--title .icon {
    margin-left: 4px;
}
.authorCard--content svg {
    height: 16px;
    width: 16px;
}
.authorCard--content .button {
    position: absolute;
    top: 0;
    right: 0;
}
.authorCard--title .button--follow {
    padding: 6px 12px;
}
.authorCard--description {
    padding-bottom: 0;
    display: -webkit-box;
    color: rgba(0, 0, 0, .6);
    line-height: 24px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.authorCard--meta {
    font-size: 14px;
    padding-top: 10px;
    color: rgba(0, 0, 0, .6);
    line-height: 1.4;
    border-top: 1px dashed #eee;
}
.dot:before {
    margin-right: .5em;
    margin-left: .5em;
    content: "·";
}
.vxname img {
    display: none;
}
.vxname:hover img {
    display: block;
    position: absolute;
    top: 33px;
    right: -7px;
    height: 100px;
    width: 100px;
}
.button--follow {
    border: 1px solid #4e6ef2;
    color: #4e6ef2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
}
.button--follow:hover {
    color: #fff;
    background-color: #4e6ef2;
}
.item-post-style-3 .post-module-thumb a.thumb-link:after {
    background-image: linear-gradient(1turn, rgba(9, 15, 29, .65), transparent);
    position: absolute;
    opacity: 0.5;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}
.entry-content > [class*=beupset] {
    position: absolute;
    left: -10000px;
}
.entry-content [class*=beupset] {
    position: absolute;
    left: -10000px;
}
#contTab {
    display: none;
}
.content-more {
    display: none;
}
#contTab:checked ~ #cont {
    overflow: hidden;
    max-height: 1000px;
}
#contTab:checked ~ .content-more {
    padding-top: 20px;
    padding-bottom: 30px;
    display: block;
    position: relative;
    text-align: center;
}
#contTab:checked ~ .content-more .gradient {
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), #fff);
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
    position: absolute;
    left: 0;
    top: -79px;
    height: 80px;
    width: 100%;
}
#contTab:checked ~ .content-more .readmore {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    line-height: 42px;
    cursor: pointer;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    -o-border-radius: 42px;
    border-radius: 42px;
    background-color: #f44360;
    height: 42px;
    width: 175px;
}
.site-footer-nav .wrapper .footer-links {
    border: none;
    color: #8590a6;
    opacity: 1;
    background-color: #f7f9fa;
    text-align: right;
    margin: 0;
}
@media (max-width: 780px) {
.word-count, .reading-time {
    display: none;
}
.footer-custom {
    display: none;
}
.site-footer {
    display: none;
}
#Danmu {
    display: none;
    bottom: 57px;
    right: 0;
}
}
@media screen and (max-width: 768px) {
.contact-help {
    display: none;
}
.newmrxu_link {
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 auto;
}
.mrxu_link {
    padding: 5px;
}
.mrxu_link dl dd {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    width: 18%;
}
.mrxu_link dl dd a {
    display: block;
}
.mrxu_link dl dd a i {
    display: block;
    height: 30px;
    width: 30px;
    margin: 0 auto 5px;
}
.mrxu_link dl dd a p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    text-align: center;
    height: 20px;
    overflow: hidden;
}
dl {
    display: flex;
    justify-content: center;
}
.mrxu_link dl dd.xu_link_1 i {
    background-image: url(Assets/images/6fb53c51539b47559cf0d122a832cf63.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_2 i {
    background-image: url(Assets/images/ce315c2c3a253ae480f3bc5d21f466fd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_3 i {
    background-image: url(Assets/images/8785f87831a49ec5ba53c349547f4afd.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_4 i {
    background-image: url(Assets/images/7ee18f46c1124a317e50c8a0b873c281.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_5 i {
    background-image: url(Assets/images/ba34bbc4534db00b68b17e8eb2d1c05d.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_6 i {
    background-image: url(Assets/images/5426ece23cd64730a1342f1dc5f2323c.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_7 i {
    background-image: url(Assets/images/d5fd454aeec7ab3bef4cbff55663dbb4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_8 i {
    background-image: url(Assets/images/71972a3300d1a94cec4a85d3f6435ece.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_9 i {
    background-image: url(Assets/images/84b9a38a7edddfbe3fc7842ddfdb0fb3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.mrxu_link dl dd.xu_link_10 i {
    background-image: url(Assets/images/e37c2dccef84f2640b42ac2254855c5e.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.n_banner_inner .img-info {
    display: none;
}
}
@media screen and (min-width: 768px) {
::-webkit-scrollbar {
    height: 1px;
    height: 5px;
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
    background-image: var(--b2color);
    -moz-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -o-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--b2color);
}
::-webkit-scrollbar-track {
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset006pxrgba(0, 0, 0, 0);
    -o-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset006pxrgba(0, 0, 0, 0);
    box-shadow: inset006pxrgba(0, 0, 0, 0);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #f6f6f6;
    background-color: #ccc;
}
:hover::-webkit-scrollbar-thumb {
    -moz-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -o-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background-color: var(--b2color);
}
.scroll::-webkit-scrollbar-thumb:hover {
    -moz-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    -o-box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    box-shadow: inset1px1px0rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .4);
}
::-webkit-scrollbar-track:hover {
    -moz-box-shadow: inset006pxrgba(0, 0, 0, .4);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, .4);
    -o-box-shadow: inset006pxrgba(0, 0, 0, .4);
    box-shadow: inset006pxrgba(0, 0, 0, .4);
    background-color: var(--b2lightcolor);
}
}
