/*
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样式代码*/
.panel{width:96%;margin-left:15px;margin-bottom:20px;background-color: rgba(250,250,250,1);-webkit-box-shadow:0 0px 5px #c2c2c2;box-shadow:0 0px 5px #c2c2c2}
.panel-notice{border-color:#428bca}
.panel-title{padding:10px 15px;font-size: 14px;border-radius: 4px 4px 0 0;color:#fff;background-color:#8590a6;border-color:#8590a6}
.panel-content{padding:20px;letter-spacing: 0.5px;}
.panel-footer{padding:10px 15px;font-size: 13px;letter-spacing: 0.5px;background-color:#f5f5f5;border-top:1px solid #ddd;border-radius:0 0 4px 4px;line-height:22px}
.btn{display:inline-block;padding:8px 20px;font-size: 13px;text-align:center;border-radius:4px;color:#fff !important;background: #f05050;border:0px !important}
.btn-danger{background-color:#d9534f;margin-right: 5px}
.btn-info{background-color:#5bc0de;margin-right: 5px}

.insert-post{
    max-width: 440px;
    margin-bottom: 26px;
    display: flex;
    padding: 14px;
    background: #f5f6f7;
    color: #666;
    position: relative;
    align-items: center;
    overflow: hidden;
    margin:0;
    border-radius: 12px;
}

.vip-top {
display: none;
}

/*首页横幅开始*/
.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-dismissible {
    padding-right: 3rem;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

@media (prefers-reduced-motion: reduce){
.fade {
    transition: none;
}
}
.fade {
    transition: opacity .15s linear;
}
.bg-danger {
    background-color: #dc3545!important;
}.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.bg-warning {
    background-color: #ffc107!important;
}
.text-dark {
    color: #212529!important;
}.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}

@media (prefers-reduced-motion: reduce){
.spinner-border, .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}.small, small {
    font-size: .875em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

sup.spinner-grow.spinner-grow-sm.ml-1.small {
  
    margin-left: 4px;
   
    margin-bottom: 4px;
}
/*首页横幅结束*/

/*404模板开始*/
.page-404 .page-content h2 {
    font-size: 45px;
    font-weight: 700
}

.page-404 .page-content p {
    text-align: left;
    padding: 40px 0;
    color: #888;
    font-size: 16px;
    line-height: 1.875
}

.page-404 .page-content .go-home {
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 15px 40px;
    font-size: 15px;
    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%)
}

.page-404 .page-content .go-home:active {
    transform: translateY(1px)
}

.page-404 .page-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px
}

.page-404 .page-content ul {
    margin: 20px 0
}

.page-404 .page-content ul li {
    color: #909399;
    margin-bottom: 10px
}

.page-404 .page-content ul li a {
    color: #606266;
    font-size: 14px
}

.page-content {
    margin-top: 35px
}

@media screen and (max-width: 768px) {
    .error-404 {
        display:block;
        position: relative
    }

    .page-404 .page-content h2 {
        font-size: 24px
    }

    .error-404 .page-img {
        display: none !important
    }

    .page-content {
        text-align: center
    }

    .page-404 .page-content p {
        text-align: unset
    }

    .page-404 .page-content .go-home {
        padding: 10px 25px
    }
}
.error-404 {
    display: flex;
    align-items: center;
    justify-content: center
}

.error-404 h1 {
    font-size: 20px;
    margin: 26px 0 16px;
    font-weight: 600;
    text-align: center
}

.error-404 p {
    text-align: center;
    margin-bottom: 5px
}
/*404模板结束*/

/*首页大图开始*/
.social-top .top-menu ul li.current-menu-item a{
    color: #ef950c;
    font-weight: 600;
}
.social-top .top-menu ul li.current-menu-item span{
background: none!important;
}

.social-top .top-menu ul li.depth-0 > a{

        text-decoration:none;
        position:relative;
}

.social-top .top-menu ul li.depth-0 >  a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #ef950c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;
}
.social-top .top-menu ul li.depth-0 >  a:hover:after,a.active:after{
        left: 0%;
    width: 100%;
}

/*首页间距开始*/
.home_row > div {
    display: flex;
    margin: 5px auto;
    max-width: 100%;
    position: relative;
}
/*首页间距结束*/

div#home-row-dhdh {
    margin-top: -20px;
}
@-webkit-keyframes background {
  from {
    background-position: 0 0%;
  }

  to {
    background-position: 0 -300px;
  }
}

@keyframes background {
  from {
    background-position: 0 0%;
  }

  to {
    background-position: 0 -300px;
  }
}
.icon {
width: 1em; height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}
.header-banner-left .menu li.current-menu-item a{
    color: #ef950c;
    font-weight: 600;
}

.header-banner-left .menu li.menu-item a{

	text-decoration:none;
	position:relative;
}

.header-banner-left .menu li.menu-item a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #ef950c;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all .2s;
}
.header-banner-left .menu li.menu-item a:hover:after,a.active:after{
	left: 0%;
    width: 100%;
}

 @media screen and (max-width: 768px){/*手机端*/

div#home-row-dhdh {
    margin-top: -10px;
}


}

#banner_wave_1 {
    width: auto;
    height: 65px;
    background: url(https://www.galcg.org/pic/wave1.png) repeat-x;
    _filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    width: 400%;
    left: -236px;
    z-index: 1;
    opacity: 1;
    transiton-property: opacity, bottom;
    transition-duration: .4s, .4s;
    animation-name: move2;
    animation-duration: 240s;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 537px;
}
 
#banner_wave_2 {
    width: auto;
    height: 80px;
    background: url(https://www.galcg.org/pic/wave2.png) repeat-x;
    _filter: alpha(opacity=80);
    position: absolute;
    bottom: 0;
    width: 400%;
    left: 0;
    z-index: 1;
    opacity: 1;
    transiton-property: opacity, bottom;
    transition-duration: .4s, .4s;
    animation-name: move2;
    animation-duration: 160s;
    animation-fill-mode: backwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    top: 537px;
}
 
/* move1和move2只是方向不同，根据喜好自选即可。 */
/* 没做浏览器适配，具体哪些浏览器会生效未知，反正Chrome没什么问题。*/
 
@keyframes move1 {
    100% {
        background-position: 100% 0;
    }
}
 
@keyframes move2 {
    100% {
        background-position: -100% 0;
    }
}

div #html-box-sydhls {
  
    z-index: 2;
}
    .home-section-division {
        background:#fff;
        border-radius: 8px;
    }
    @media (max-width:767px) {
        .home-section-division .container {
            padding:0
        }
    }
    .home-section-division .home-division {
        overflow:hidden;
        border-radius: 8px;
    }
    .home-section-division .home-division a {
        color:#525252;
        display:block;
        padding:20px 0 10px;
        position:relative;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        width:100%;
        text-align:center
    }
    @media (min-width:768px) {
        .home-section-division .home-division a {
            text-align:left;
            padding:22px 10px 30px 50px
        }
    }
    @media (min-width:1330px) {
        .home-section-division .home-division a {
            /*padding-right:60px;*/
            padding-left:100px
        }
    }
    .home-section-division .home-division a:hover .item-thumb, .home-section-division .home-division a:hover h3 {
        color:#3860f4
    }
    .home-section-division .home-division ul {
        margin:0 -14px;
        overflow:hidden
    }
    .home-section-division .home-division li {
        float:left;
        line-height:1;
        width:25%;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
        padding:0 14px
    }
    .home-section-division .home-division li h3 {
        font-size:13px;
        line-height:1;
        margin:10px 0;
        color:#000;
        font-weight:400
    }
    @media (min-width:768px) {
        .home-section-division .home-division li h3 {
            font-size:18px;
            font-weight:700
        }
    }
    .home-section-division .home-division li h3 .go {
        background:#ef950c;
        display:none;
        height:14px;
        line-height:10px;
        padding:2px 2px 2px 5px;
        -webkit-border-radius:14px;
        border-radius:14px;
        color:#fff;
        font-weight:400;
        font-size:12px;
        text-transform:uppercase;
        vertical-align:top
    }
    @media (min-width:1024px) {
        .home-section-division .home-division li h3 .go {
            display:inline-block
        }
    }
    .home-section-division .home-division li h3 .go i {
        vertical-align:middle;
        margin:-2px 3px 0
    }
    .home-section-division .home-division li p {
        font-size:13px;
        color:#9a9a9a;
        display:none
    }
    @media (min-width:1024px) {
        .home-section-division .home-division li p {
            display:block
        }
    }
    .home-section-division .home-division li .item-thumb {
        font-size:28px
    }
    @media (max-width:1023px) {
        .home-section-division .home-division li .item-thumb {
            color:#3860f4
        }
    }
    @media (min-width:768px) {
        .home-section-division .home-division li .item-thumb {
            position:absolute;
            left:5px;
            top:20px;
            font-size:40px
        }
    }
    @media (min-width:1330px) {
        .home-section-division .home-division li .item-thumb {
            top:30px;
            left:50px
        }
    }
    @media (min-width:1024px) {
        .home-section-division .home-division li.li_4 .item {
            background:#f3f8ff;
            -webkit-transition:all .3s;
            -o-transition:all .3s;
            transition:all .3s;
            color:#3860f4
        }
        .home-section-division .home-division li.li_4 .item .item-thumb, .home-section-division .home-division li.li_4 .item h3 {
            color:#3860f4
        }
        .home-section-division .home-division li.li_4 .item:hover {
            background:#3860f4;
            -webkit-transition:all .3s;
            -o-transition:all .3s;
            transition:all .3s;
            color:#fff
        }
        .home-section-division .home-division li.li_4 .item:hover h3, .home-section-division .home-division li.li_4 .item:hover i, .home-section-division .home-division li.li_4 .item:hover p {
            color:#fff
        }
    }
    
/** 首页海报大图**/
.user-banner {
    background:#1d1f20;
    background:url(https://acg.suyanw.cn/Anime/) no-repeat;
    position:relative;
    overflow:hidden;
    width:100%;
    height:600px;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    padding-top:20px
}
.user-banner:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:inline-block;
    background:#221f1f;
    background:-moz-linear-gradient(left, rgba(34, 31, 31, 1) 0%, rgba(34, 31, 31, .1) 100%);
    background:-webkit-linear-gradient(left, rgba(34, 31, 31, 1) 0%, rgba(34, 31, 31, .1) 100%);
    background:linear-gradient(to right, rgba(34, 31, 31, 1) 0%, rgba(34, 31, 31, .1) 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#221f1f', endColorstr='#66221f1f', GradientType=1)
}
.container {
    padding:0;
    margin:0 auto;
    max-width:1250px;
}
.ubanner-ctn {
    margin:110px auto 30px auto;
    position:relative;
    z-index:1
}
.col80 {
    width:80%
}
.ubanner-ctn h2 {
    text-align:center;
    color:#fff;
    font-size:46px;
    font-weight:600;
    margin-bottom:65px;
    letter-spacing:1px;
    text-shadow:0 3px 6px rgba(0, 0, 0, .2);
    background: url(https://www.galcg.org/pic/ff913110e3132.png) repeat #011F42;
    background-size: 300px auto;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-animation: background 12s infinite linear;
    animation: background 12s infinite linear;
}

.search-clsf {
    margin-bottom:20px;
    padding:0 20px
}
.user-search {
    border-radius:10px;
    padding:15px;
    position:relative;
    box-shadow:0px 0px 4px rgba(0, 0, 0, .3);
    overflow:hidden
}
.user-search button:hover {
    opacity:.8
}
.mian-bgcolor-b:before {
    content:"";
    position:absolute;
    top:0;
    left:0;
    background:#292c2d;
    width:100%;
    height:100%;
    opacity:.5
}
.user-search input {
    width:100%;
    display:block;
    height:48px;
    line-height:48px;
    border-radius:8px;
    border:none;
    padding-left:15px;
    font-size:16px;
    position:relative
}
.user-search input {
    width:100%;
    display:block;
    height:48px;
    line-height:48px;
    border-radius:8px;
    border:none;
    padding-left:15px;
    font-size:16px;
    position:relative
}
.user-search button {
    position:absolute;
    right:14px;
    top:15px;
    box-shadow:-3px 0px 6px rgba(0, 0, 0, .3);
    color:#fff;
    height:48px;
    width:80px;
    border-radius:8px;
    border:none;
    margin:0;
    background:#1d1f20
}
.hotsearch {
    color:#fff;
    white-space:nowrap;
    height:45px;
    width:100%;
    overflow:hidden
}
.hotsearch a {
    background:rgba(2, 2, 2, .25);
    color:#fff;
    padding:7px 10px;
    white-space:nowrap;
    border-radius:5px;
    margin:10px
}
.hotsearch a:link {
    text-decoration:none;
    outline:none
}
.hotsearch a:hover {
    background:#292c2d;
    color:#fff
}
.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.icon-search:before {
    content:"\e600"
}
.search-clsf {
    margin-bottom:20px;
    padding:0 20px
}
.search-clsf a {
    padding:5px 15px;
    display:inline-block;
    color:#fff
}
.search-clsf a.active {
    background:#292c2d;
    border-radius:3px;
    position:relative;
    color:#3860f4
}
.search-clsf a.active:before {
    content:"";
    position:absolute;
    left:50%;
    margin-left:-4px;
    bottom:-6px;
    border-top:6px #292c2dc2 solid;
    border-left:6px transparent solid;
    border-right:6px transparent solid;
    width:0;
    height:0
}
.plr40 {
    padding-left:40px;
    padding-right:40px
}
.mtb30 {
    margin-top:30px;
    margin-bottom:30px
}
.fs-c {
    justify-content:flex-start;
    align-items:center
}
.fw-w {
    flex-wrap:wrap
}
.d-flex {
    display:-ms-flexbox;
    display:flex
}
.user-banner:after {
    animation:myfirst 250s;
    -webkit-animation:myfirst 250s;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite
}
.user-banner:after {
    content:"";
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background:url(https://www.galcg.org/pic/light.png) repeat-y top center;
    background-size:auto;
    opacity:.3
}
@keyframes myfirst {
    from {
        left:0;
        top:10px
    }
    to {
        top:-3000px
    }
}
@-webkit-keyframes myfirst {
    from {
        left:0;
        top:10px
    }
    to {
        top:-8000px
    }
}
@media (max-width:768px) {
    .xs-1 {
        overflow:unset !important
    }
    .ubanner-ctn h2 {
        margin-bottom:30px !important
    }
    .container {
        padding:0;
        margin:0 auto;
        max-width:1200px
    }
    .container {
        width:1200px
    }
    .search-clsf {
        margin-bottom:20px;
        display:none
    }
    .ubanner-ctn h2 {
        text-align:center;
        color:#fff;
        font-size:22px;
        font-weight:600;
        margin-bottom:30px;
        text-shadow:0 3px 6px rgba(0, 0, 0, .2)
    }
    .user-banner {
        height:230px;
        padding-top:30px;
        position:relative;
        overflow:inherit
    }
    .ubanner-ctn {
        margin:10px auto 30px auto;
        position:relative;
        z-index:1;
        width:90%
    }
    .user-banner:after {
        content:"";
        width:100%;
        position:absolute;
        bottom:0;
        left:0;
        right:0;
        background:url(https://www.galcg.org/pic/light2.png) repeat-y top center;
        background-size:99%;
        height:100%;
        opacity:.3
    }
    .hotsearch {
        display:none
    }
}


#main-wrap-box {
    display:flex;
    justify-content:center;
    align-items:center;
    color:#f4e5b3
}
#main-wrap {
    display:flex;
    flex-flow:row wrap;
    justify-content:space-between;
    align-items:flex-start
}
#content-wrap {
    display:flex;
    flex-flow:column nowrap;
    align-items:flex-end;
    justify-content:space-between
}
#search-wrap {
    width:100%
}
#searchForm {
    margin:0;
    padding:0;
    width:80%;
    height:50px;
    min-width:700px;
    border-bottom:1px solid #666;
    display:flex;
    justify-content:space-between;
    align-items:center
}
#search {
    flex:1;
    border:0 none;
    background:0 0;
    outline:none;
    margin-right:20px;
    color:#f4e5b3;
    font-size:16px;
    text-indent:2em
}
:-moz-placeholder {
    color:#f4e5b3;
    opacity:.3
}
::-moz-placeholder {
    color:#f4e5b3;
    opacity:.3
}
#search:-ms-input-placeholder {
    color:#f4e5b3;
    opacity:.3
}
#search::-webkit-input-placeholder {
    color:#f4e5b3;
    opacity:.3
}
#search-type {
    display:flex;
    cursor:pointer;
    align-items:center;
    position:relative;
    height:100%;
    user-select:none;
    -ms-user-select:none
}
#search-type:hover #search-type-name {
    opacity:1
}
#search-type-name {
    margin:0 5px 0 0;
    opacity:.5;
    transition:all .3s
}
#search-type-icon {
    width:10px;
    height:10px;
    background:url(https://www.galcg.org/pic/1324cb407ca35.png) no-repeat;
    background-size:cover;
    background-position:center;
    transition:all .3s;
    opacity:.5
}
#search-type-menu {
    list-style:none;
    position:absolute;
    left:50%;
    top:60px;
    transform:translateX(-50%);
    border-radius:4px;
    border:1px solid #f4e5b3;
    background-color:rgba(0, 0, 0, .8);
    padding:0;
    margin:0;
    overflow:hidden;
    display:none;
    z-index:4
}
#search-type-menu li {
    list-style:none;
    padding:0;
    margin:0;
    display:flex;
    align-items:center;
    flex-flow:row nowrap;
    transition:all .5
}
#search-type-menu li:hover {
    background-color:rgba(244, 229, 179, .1)!important
}
#search-type-menu li:nth-of-type(2n) {
    background-color:rgba(0, 0, 0, .1)
}
#search-type-menu img {
    width:20px;
    height:20px;
    margin:5px 10px
}
#search-type-menu span {
    white-space:nowrap;
    margin:0 30px 0 0
}
#search-btn {
    padding:10px 0 10px 10px;
    width:30px;
    height:30px;
    margin:0 0 0 20px;
    background:url(https://www.galcg.org/pic/fe99049cf99d5.png) no-repeat;
    background-size:cover;
    background-position:center;
    border:none;
    cursor:pointer;
    user-select:none;
    -ms-user-select:none;
    transition:all .2s;
    outline:none
}

.searchTag {
    letter-spacing:.5px;
    text-align:center;
    margin-top:30px;
    font-size:14px;
    max-width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    min-width:700px
}
.searchTag span {
    display:inline-block;
    transform:translateY(-1px)
}
.searchTag a {
    margin-right:15px;
    color:#909399
}
.searchTag a:hover {
    color:#fff
}
.searchTag i {
    color:#ffbc32;
    margin-right:2px;
    display:inline-block;
    transform:translateY(1px)
}


@media screen and (max-width:768px) {
    #main-wrap {
        width:100%
    }
    #content-wrap {
        width:100%
    }
    #searchForm {
        min-width:350px;
        border-bottom: 0px solid #fff;
    }
    .searchTag {
        min-width:100px !important
    }
    .container {
    width:100%;
    margin:0 auto;
    position:relative;
    overflow:hidden;
    *zoom:1
    }
}
/*首页大图结束*/

/*展示更多开始*/
.xControl {
font-size: 15px;
font-weight: normal;
padding: 12px 15px;
background-color: #f7f7f9;
border-bottom: 1px solid #f0f0f0;
transition: all 0.3s linear;
text-align: left;
border-radius: 4px;
box-shadow: 0px 0px 5px #c2c2c2;
}
.xControl a{
text-decoration: none;
display: block;
}
/*展示更多结束*/
