/*
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样式代码*/
/*优化头部header*/
/*菜单角标*/
 .b2small.wpxiazia {
    /* background: #f35; */
    background: linear-gradient(to right, #00bcd4 0%, #9c27b0 100%);
}
.comment-author .user-title {
	width: 9% !important
}

/*底部广告引导*/
.free {
  position: relative;
  padding: 64px 0 60px;
  width: 100%;
  background: url(./images/n-bg.png) no-repeat #1472ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}

.free .free-title {
  font-size: 36px;
  line-height: 52px;
}
.free .free-subtitle,
.free .free-title {
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
}

/*按钮*/
.free .btn-group {
  margin-top: 30px;
}

.free .btn-group .btn2 {
  color: #fff;
  border: 1px solid #fff;
}
.free .btn-group a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  border-radius: 32px;
  padding: 0 32px;
}

.btn-effect:hover {
  background: #3d91ff;
  border: 1px solid #3d91ff !important;
  color: #fff !important;
}
/*结束*/

/*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 3s ease-in 1s infinite;
    animation: searchLights 3s ease-in 1s infinite;
}
@-webkit-keyframes searchLights {
    0% { left: -90px; top: 0; }
    to { left: 90px; top: 0; }
}
/*广告代码*/
<style>
    /*定位*/
    .n_banner_inner {
        position: relative;
    }
    /*提示信息*/
    .n_banner_inner .img-info {
        position: absolute;
        right: 12px;
        top: 9px;
        padding: 0;
        text-align: right;
        color: #fff;
    }
    .n_banner_inner .img-info i {
        position: relative;
        display: inline-block;
        color: #007bff;
        font-size: 20px;
        line-height: 19px;
        text-align: center;
        z-index: 9;
        font-style: inherit;
    }
    .n_banner_inner .img-info .info {
        position: absolute;
        bottom: 5px;
        right: 0;
        width: 0;
        padding: 5px 0;
        overflow: hidden;
        background: #007bff;
        border-radius: 10px;
        line-height: 10px;
        text-align: center;
        font-size: 10px;
        color: #fff;
        white-space: nowrap;
        -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -ms-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;
    }
    .n_banner_inner .img-info .info a {
        color: #fff;
    }
    .n_banner_inner .tirr {
        max-width: 100%;
        height: auto;
        transition: 0.5s;
        border-radius: 5px;
    }
    /*触发Hover*/
    .n_banner_inner:hover .info {
        width: auto;
        padding: 5px 23px 5px 12px;
        -webkit-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -moz-transition: all 0.2s cubic-bezier(0, 0.34, 0.71, 1.26) !important;
        -ms-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;
        font-size: 12px;
        z-index: 1;
    }
    .n_banner_inner img:hover {
        filter: brightness(50%);
    }
    /*出发声明hover*/
    .n_banner_inner .info:hover a {
        color: red;
        text-decoration: none;
    }
    /*左下角广告*/
    .n_banner_inner .Banner-adTag {
        position: absolute;
        left: 5px;
        bottom: 5px;
        width: 50px;
        border: 1px solid #ebebeb;
        border-radius: 3px;
        color: #ebebeb;
        opacity: 0.5;
        font-size: 12px;
        line-height: 20px;
        text-align: center;
    }
    @media screen and (max-width: 768px) {
        .n_banner_inner .img-info {
            display: none;
        }
    }
</style>
/*广告代码结束*/

/*友情链接*/
.frinds-links {
    position: relative;
    background: #fff;
    border-radius: var(--border-hd);
    margin-bottom: 20px;
    border: var(--border-box);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.list-plane-title {
    background: #fff;
    padding: 19px 8px;
    border-bottom: 1px solid #f5f6f7;
    white-space: nowrap;
    overflow: auto;
}
.list-plane-title &gt; div {
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
}
.list-plane-linksdescribe {
    margin-left: 10px;
    font-size: 14px;
    color: #999;
}
.frinds-links-apply {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #999!important;
    font-size: 14px;
}
a {
    text-decoration: none;
    color: var(--Maincolor);
}
.frinds-links-list {
    background: #fff;
    padding: 20px;
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;
}
.frinds-links li {
    font-size: 15px;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 6px;
    vertical-align: middle;
}
.frinds-links-list a {
    color: #999!important;
    transition: all 0.3s ease-out 0s;
}
.frinds-links-list img {
    max-width: 20px!important;
}
		
/*友情链接结束*/

/* 修改右侧按钮私信消息提示样式 */
.bar-mark {
height: 23px!important;
top: 8px!important;
right: 8px!important;
border-radius: 20%!important;
width: 23px!important;
animation: lightdown .4s infinite!important;
}
