/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/

/*下面是您自己DIY的css样式代码*/

/*小图标*/
.icon {
    width: 1.2em; height: 1.2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*小图标结束*/
.post-pre-next {
    display: none;
}

/*Logo添加闪光效果*/
    .logo {
        position: relative;
        font-size:2em;
        font-weight:700;
        line-height:39px;
        overflow:hidden;
        margin:0;
    }
    .logo::before {
        content:"";
        position: absolute;
        width: 150px;
        height: 10px;
        background-color: rgba(255, 255, 255, .5);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: searchLights 1.5s ease-in 1.5s infinite;
        animation: searchLights 1.5s ease-in 1.5s infinite;
    }
    @-webkit-keyframes searchLights {
        0% {
            left: -90px;
            top: 0;
        }
        to {
            left: 90px;
            top: 0;
        }
    }
    /*代码结束*/
    
    
    
    
    
    /*字体样式*/
@font-face{
font-family: 'moe';
    src:  url('/files/font/shetumodengxiaofangti.ttf');
    src:  url('/files/font/shetumodengxiaofangti.eot');
    src:  url('/files/font/shetumodengxiaofangti.svg');
    src:  url('/files/font/shetumodengxiaofangti.woff');
    src:  url('/files/font/shetumodengxiaofangti.woff2');
    }
body{
font-family:'moe';
}
.enlighter-default .enlighter{max-height:400px;overflow-y:auto !important;}.lazyloading:not(.swiper-lazy-loaded){opacity: 0;}@media (max-width:640px) {
    .meta-right .meta-view{
      display: unset !important;
    }
  }
#pio{height:240px}
/*字体样式结束*/




/*签到按钮美化*/
/*渐变文字*/
.user-w-qd {
    background-image: linear-gradient(90deg, #673ab7 0%, #e91e63 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}
/*去除背景图片*/
.user-w-qd-list-title {
    background-image: none;
}
/*隐藏背景颜色*/
.user-w-qd-list-title {
    background-color: #f000 !important;
}
/*左边按钮*/
.user-w-qd-list-title p.picked span {
    background-image: linear-gradient(90deg, #03a9f4 0%, #00bcd4 100%);
    color: #fff;
    font-size: 15px;
}
/*右边按钮*/
.user-w-qd-list-title p span {
    border-radius: 20px;
    background-image: linear-gradient(90deg, #ec867e 0%, #ec6190 100%);
    color: #fff;
    color: #fff;
    font-size: 15px;
}
/*代码结束*/



/*手机底部美化*/
 @media screen and (max-width:768px) {
	.mobile-footer-menu.footer-fixed {
		border-radius: 50px;
		margin: 0 auto;
		left: 0;
		right: 0;
		width: 95%;
		bottom: 10px !important;
		box-shadow: 0px 3px 5px 5px rgb(16 16 16/10%)
	}
	.mobile-footer-menu .mobile-footer-center button i {
		right: -30%;
		position: absolute;
		line-height: 40px !important;
		height: 40px !important;
		border-radius: 50% !important;
		margin-top: -36px
	}
	.mobile-footer-menu.footer-down {
		transform: translate(0, 140%) !important
	}
}
/*美化结束*/




/*表情包代码*/
/**tabs**/
.bq-close {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
}
.tabPanel ul li:hover {
    background: #eaeaea;
}
.comt-smilies a:hover {
    box-shadow: 0px 2px 5px #b5b5b5;
}
.tabPanel ul {
    background: #fff;
    display: flex;
    height: 30px;
    position: absolute;
    bottom: 0;
}
.tabPanel ul li {
    z-index: 5;
    float: left;
    margin: 0 2px 0 0;
    font-size: 11px;
    height: 29px;
    line-height: 30px;
    width: 88px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
}
.tabPanel .hit {
    border-bottom: 1px solid #fff;
    cursor: pointer;
    color: black;
    text-shadow: 0 1px 0 #fff;
    background: #eaeaea;
}
.pane {
    margin-left: 15px;
    margin-top: 10px;
    min-height: 100px;
    background-color: #fff;
    display: none;
}
.panes {
    z-index: 4;
    width: 347px;
    height: 230px;
    position: absolute;
    overflow: scroll;
}
 
.wp-smiley{
    max-height:50px!important;
    width: 50px!important;
    height: 50px!important;
}
.comt-smilies img {
    width: 50px;
    height: 50px;
}
.comt-smilies a {
    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;
}
.comt-smilies1 {
    box-shadow: 0px 2px 5px rgb(181 181 181 / 32%);
    border: 1px solid #b7b7b780;
    padding: 10px;
    background: #ffffff;
    z-index: 4;
    display: none;
    width: 350px;
    height: 230px;
    position: absolute;
    margin-top: -240px;
    overflow: scroll;
}
.comt-smilies {
    border-radius: 4px;
    height: 256px;
    box-shadow: 0px 2px 5px rgb(181 181 181 / 32%);
    border: 1px solid #b7b7b780;
    background: #fff;
    width: 350px;
    margin-top: -260px;
    z-index: 3;
    position: absolute;
    display: none;
    overflow: hidden;
}
.comt-addsmilies {
    margin-right: 20px;
    color: #888;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    padding: 2px 15px;
    height: 22px;
    box-sizing: border-box;
    z-index: 1;
}
.mrxu-item-xu-w {
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,.2);
    background-size: 50%;
    position: absolute;
    top: 0;
    z-index: 2;
    display: none;
}
.post-module-thumb:hover .mrxu-item-xu-w{
    display: block;
}
.tt-slider {
    height: 50px;
        overflow: hidden;
}
.tt-slider .swiper-wrapper{
   height: 50px; 
       overflow: hidden;
}
.swiper-backface-hidden .swiper-slide {
    transform: initial;
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}
.swiper-button-prev:after, .swiper-button-next:after {
    color: #fff;
    font-size: 27px;
}
.swiper-button-prev, .swiper-button-next {
    z-index: 6;
    background: #8e8e8e63;
    border-radius: 9px;
    top: 37%;
    width: 25px;
    height: 38px;
}
/*代码结束*/



/*等级颜色*/
.lv-icon.b2-lv0 i {
    background-color: rgb(199 194 194);
}

.lv-icon.b2-lv1 i {
        background-color: #ff9400;
}
.lv-icon.b2-lv1 b {
    color: #ff9400;
}

.lv-icon.b2-lv2 i {
    background-color: #a2a2a2;
}
.lv-icon.b2-lv2 b {
    color: #a2a2a2;
}

.lv-icon.b2-lv3 i {
    background-color: #e4e43d;
}
.lv-icon.b2-lv3 b {
    color: #e4e43d;
}

.lv-icon.b2-lv4 i {
    background-color: #acd2e7;
}
.lv-icon.b2-lv4 b {
    color: #acd2e7;
}

.lv-icon.b2-lv5 i {
    background-color: #105bc1;
}
.lv-icon.b2-lv5 b {
    color: #105bc1;
}

.lv-icon.b2-lv6 i {
    background-color: #10dde9;
}
.lv-icon.b2-lv6 b {
    color: #10dde9;
}

.lv-icon.b2-lv7 i {
    background-color: #fef606;
}
.lv-icon.b2-lv7 b {
    color: #fef606;
}

/*颜色结束*/

/*滚动条显示样式*/  
::-webkit-scrollbar-thumb{
   background-color:#3478F7;  /*更改喜欢的十六进制颜色*/
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;
}  
/*滚动条大小*/ 
::-webkit-scrollbar{  
   width:8px;  
   height:8px;  
}  
/*滚动框背景样式*/  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:8px;
}
html {
    /*scrollbar-color:#649FF9 white;*/
    scrollbar-width:thin;
}
/*样式结束*/

/*底部字母闪动*/
 .hg-yj p span {
    font: 700 3.7em/1"Oswald", sans-serif;
    letter-spacing: 0;
    padding: .25em 0 .325em;
    display: block;
    margin: 0 auto;
    text-shadow: 0 0 80px rgb(255 255 255 / 50%);
    background: url(/icon/footer-logo-bg.png) repeat-y;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: aitf 80s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
}
.hg-yj {
    text-align: center;
}
.hg-yj p {
    text-transform: uppercase;
    letter-spacing: .5em;
    display: inline-block;
}
/* Animate Background Image */
 @-webkit-keyframes aitf {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
/*代码结束*/

/*个人中心*/
.author .author-header {
    margin-top: -20px;
}
.user-panel {
    display: block;
}
.user-panel .avatar {
    margin: 0 auto;
    border-radius: 50%;
}
.user-panel-info {
    text-align: center;
    padding-top: 20px;
    padding-left: 0px;
}
.user-panel-info div{
    margin: 0 auto;
}
.user-panel-info p {
    background: rgba(0,0,0,0);
    margin-right: auto!important;
}
.mask-wrapper {
    height: 270px;
    line-height: 1;
    margin: 0 auto;
    padding: 0;
}
.editor-avatar {
    display: flex;
    align-items: center;
    flex-flow: column;
    height: 100%;
    position: absolute;
    width: 100%;
    justify-content: center;
    background: rgba(41,44,47,.4);
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border-radius: 75px;
}
.user-cover-button {
    position: absolute;
    top: 30px;
    right: 20px;
}
.user-panel-info h1 span {
    margin-right: 0;
}
@media screen and (max-width: 768px){
.mask-wrapper {
    height: 150px;
}
.user-panel .avatar {
    width: 100px;
    height: 100px;
    max-width: 100px;
    min-width: 100px;
    cursor: pointer;
    border: 5px solid #ffffff;
    position: relative;
    z-index: 4;
}
}
.vip-current {
    border: initial;
}
.entry-content p > a:hover {
    text-decoration: none!important;
}
/*个人中心结束*/

/*手机左侧菜单*/
@media screen and (max-width: 768px){
.logo-left .mobile-box {
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url();/*背景图片*/
    opacity: 0.95!important;
    width: 80%!important;/*宽度*/
}
.top-menu ul li.depth-0 > a, .logo-top .top-menu ul li.depth-0 > a {
    background: #9a9a9a26!important;
    border-radius: 12px;
}
.sub-menu {
    background: #ffffff00;
    backdrop-filter: blur(0px);
}
.top-menu-ul>li.depth-0 > a i.b2-arrow-down-s-line {
    background: #ffffff00;
}
.header-tools {
    background: none!important;
    background-image: none!important;
}
}

/** 鼠标样式开始**/ 
body{cursor: url(/files/mouse/link.cur), default;}
/** **/ 
a:hover,.cursor:hover,button:hover,svg:hover{cursor:url(/files/mouse/link.cur), pointer;}
/** 鼠标样式结束**/

/*公告弹窗样式
.gg-box .modal-content {
    width: 28rem;
    overflow: hidden;
    margin-top: 0;
}
.gg-box-title .gg-title {
    width: 100%;
    text-align: center;
    padding: 0!important;
}
.modal-content .gg-box-title h2 {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    font-weight:bold; 
}
.gg-box-title .gg-title span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.title-bg {
    border: 0;
}
.modal-content .gg-title {
    padding: 20px 30px 0px 30px;
}
.modal-content .gg-title a {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    display: block;
    font-family: Arial;
    text-decoration:none
}
.modal-content .gg-desc {
    padding: 20px 30px;
    font-size: 14px;
    letter-spacing: .5px;
    padding-bottom: 0;
}
.modal-content .gg-desc p {
    color: #909399;
    font-family: Arial;
    background: #f8f8f8;
    padding: 20px;
    line-height: 24px;
}
.gg-button a {
    border: 0;
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    background-color: #206aff;
    background-image: -webkit-gradient(linear, left top, right top, from(#006eff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #006eff, #13adff);
    background-image: -o-linear-gradient(left, #006eff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #006eff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
    box-shadow: 0 5px 10px 0 rgb(16 110 253 / 30%);
}
样式结束*/

.filter-items a{
    padding: 0 10px;
    margin-right: 5px;
    border: 1px solid rgba(255,255,255,0);
    max-width: 300px;
    height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 24px;
    font-size: 13px;
    margin-bottom:10px;
    background: #f6f7f8;
    border-radius: 3px;
}

