/*
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样式代码*/

/*公告美化开始*/
.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%);
}
/*公告美化结束*/



/*tags*/

.tags-page ul li {
    width:14.66667%;
}

@media screen and (max-width: 768px){
.tags-page ul li {
    width: 33.333333%!important;
}

}




.b2-mg {
    position: relative;
    height: 150px;
    padding: 0px !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 1px 2px 5px #666;
    border: none !important;
}
.cos-mg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 30px #222 inset;
    -moz-box-shadow: 0 0 30px blue inset;
    -o-box-shadow: 0 0 30px blue inset;
    left: 0;
    border-radius: 10px;
}
.cosercount {
    float: right;
    font-size: 12px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    color: #fff;
}

.b2-mg img {
    width: 100%;
    height: 150px !important;
    border-radius: 10px !important;
    display: inline-block !important;
}

.coserinfo {
    position: relative;
    top: -25px;
    font-size: 14px !important;
    color: #fff !important;
}



/** 鼠标样式 开始**/
/** 普通指针样式**/
body { cursor: url(http://www.xgboke.com/wp-content/uploads/2018/03/2018031606171178.png), default; }
/** 链接指针样式**/
a:hover{cursor:url(https://www.miaojiyuan.com/wp-content/uploads/2023/12/link.png), pointer;}
/** 鼠标样式 结束**/