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

/*下面是您自己DIY的css样式代码*/
.post_hide_box {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin: 15px 0;
    position: relative;
    box-shadow: 0 0 20px #d0d0d0;
}
.post_hide_box .post-secret-info {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    color: #6c80a7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.post_hide_box .post-secret-notice {
    padding: 20px 140px 15px 0;
    font-size: 14px;
    color: #777;
}
.post_hide_box .post-secret-notice span {color: #e74c3c;font-weight:bold;}
.post_hide_box .erweima {
    background:url(https://chuxiaoss.oss-cn-shenzhen.aliyuncs.com/wp-content/uploads/weixin.png);
    background-size: contain;
    position: absolute;
    width: 100px;
    height: 100px;
    right: 20px;
    top: 50%;
    margin-top: -50px;
}
/*优化头部header*/
.site-header.social-top{
    height: 58px;
    background: #FFFFFF;
}
.logo img{
    /*height: 22px;*/
}
.header-banner-left .menu li.current-menu-item a{
    color: #121212;
    font-weight: 600;
}
.site .site-header-in{
    box-shadow: none;
}
.site .site-header-in > div:last-child{
    box-shadow: 0px 2px 4px rgb(114 114 117 / 6%);
}
.social-top .header{
    height: 58px;
    border: none;
    background: #fff;
}
.social-top .site.up .header{
    background: #fff;
    z-index: 7;
}
.top-style-blur{
    display: none;
}
.social-top .header-banner{
    position: absolute;
}
.social-top .header-banner{
    transform: translate(0,0);
    transition: transform .3s;
}
.social-top .site.up .site-header-in .header-banner{
    transform: translate(0,-58px);
    transition: transform .3s,background-color .3s ease-out;
}
.social-top .header .wrapper{
    height: 58px;
    opacity: 0;
    transform: translate(0,20px);
    transition: transform .3s,background-color .3s ease-out,opacity .3s;
    -webkit-transition: transform .3s,background-color .3s ease-out,opacity .3s; /* Safari */
}
.social-top .site.up .site-header-in{
    transform: none;
    transition: none;
}
.social-top .site.up .top-style-bottom .wrapper{
    opacity: 1;
    transform: translate(0,0);
    transition: transform .3s,background-color .3s ease-out,opacity .3s;
    -webkit-transition: transform .3s,background-color .3s ease-out,opacity .3s; /* Safari */
}
.social-top .header-banner-left .menu li a{
    font-size: 15px;
}
.social-top .top-menu ul li.depth-0 > a{
    font-size: 15px;
    color: #8590A6; /*第二层导航菜单字体颜色修改，可以修改成自己颜色*/
    opacity: 1;
    height: 58px;
}
.social-top .top-menu ul li.depth-0 > a i{
    font-weight: 600;
}
.social-top .mobile-box{
    justify-content: normal;
}
.social-top .mobile-box .mobile-show{
    display: block;
}
.social-top .mobile-box .top-submit {
    position: absolute;
    right: 0;
    display: flex;
}
    /*移动样式优化*/
    @media screen and (max-width: 768px){
        .social-top .logo img{
            /*height: 20px;*/
        }
        .site-header.social-top{
            height: 90px;
        }
        .social-top .site.up .site-header-in{
            transform: translate(0,-43px);
            transition: transform .3s,background-color .3s ease-out;
        }
        .social-top .header .wrapper{
            opacity: 1;
            transform: none;
        }
        .social-top .site.up .site-header-in .header-banner{
            transform: none;
        }
        .social-top .top-submit {
            display: none !important;
        }
    }
.html-widget-content ul li {
  padding: 8px 12px;
  font-size: 16px;
}
.k-catelog-list {
  margin: 0 -16px;
  overflow-y: auto;
}
.k-catelog-list > ul {
  padding: 0;
}
.k-catelog-list li {
  list-style: none;
}
.k-catelog-link {
  cursor: pointer;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 8px 12px;
  text-decoration: none;
  transition: background 0.5s;
  -moz-transition: background 0.5s;
  /* Firefox 4 */
  -webkit-transition: background 0.5s;
  /* Safari and Chrome */
  -o-transition: background 0.5s;
  /* Opera */
}
.k-catelog-link-active {
  background: #ebedef;
  color: #0084ff;
}