/* 页面主体部分 */
.xben-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

#walBox {
    height: 100%;
}

/* 拼图框架 */
.jigsaw .item {
    float: left;
    position: relative;
}

.jigsaw img {
    width: 100%;
    height: 100%;
}

/* 四分之一宽度 */
.jigsaw .quater {
    width: 25%;
    display: inline-block;
    background: #999;
}

/* 一半宽度 */
.jigsaw .half {
    width: 50%;
    display: inline-block;
    background: #EEE;
}

/* 每个小图片框 */
.oneImg {
    position: relative;
    /*z-index: 2;*/
    overflow: hidden;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
}

.oneImg:hover {
    z-index: 22;
    -moz-box-shadow: 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
}

.oneImg:hover .down {
    right: 0;
    display: inline-block;
}


/* 加载更多 */
#loadmore {
    text-align: center;
    line-height: 40px;
    display: none;
    color: #666;
}

/* 下载框 */
.down {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    height: auto;
    background: #000;
    background: rgba(0, 0, 0, .7);
    filter: alpha(opacity=70);
    font-size: 13px;
    padding: 10px;
    line-height: 22px;
    right: -130px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    overflow-y: auto;
}

.down li {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAADe3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t4RmXU5AAAACnRSTlMAsKAQW6Z5c2lOCqK00wAAAEJJREFUCNdjwAaYVq1SIMAwNl21KtgYyMhaBQTLgAx2EKMAJNe1atUKsGKWVascICZ6LYEazTkB1SpBMAAyVoEBAwBXFRj52xzkuAAAAABJRU5ErkJggg==) no-repeat;
    background-position: 0 2px;
    padding-left: 20px;
}

.down a {
    color: #fff;
    text-decoration: none;
}

.down a:hover {
    color: #fff;
    text-decoration: underline;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

/* 全屏展示的图片 */
#full-img {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999999;
}

#xbenSearchBtn {
    margin-left: 10px;
}

.xben-day-img {
    width: 100%;
    height: 100%;
    position: fixed;

}

.xben-day-img > img {
    width: 100%;
    height: 100%;
}

#walBox .note > span {
    display: block;
}
.xben-nav{
background-color:rgb(22, 160, 134) !important;
box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
.xben-nav a{
    color: white !important;
}
.xben-nav .dropdown-item{
    color: #333 !important;
}.xben-nav .dropdown-item:active{

    background-color: white;
 }
.xben-nav .xben-toggler{
    border-color:#f2f3f4 !important;
    outline: none!important;
}
.xben-nav .xben-toggler .navbar-toggler-icon{
    background: url("/wp-content/themes/onenav-child/images/zd.png");
    background-size: 100% 100%;
}
.xben-dropdown-menu{
    max-height: 300px;
    overflow-y: auto;
}
.color-999{
    color: #999;
}
.xben-love{
    color: tomato;
    font-size: 14px;
}
.love-count{
    font-size: 14px;
    color: #999;
}
.xben-full-img{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.9);
    z-index: 99999999;
    justify-content: center;
    display: none;
    top: 0;
}
.xben-full-img>img{
    width: 100%;height:220px;position: absolute;top: 20%;

}
.xben-full-img>img.horizontal{
transform:rotate(90deg);width: 150%;height:50%;top:24%;
}


.xben-full-img .horizontal-btn{
    position: absolute;
    top: 65%;

}

/* 壁纸分类标签 */
.wallpaper-tags {
    padding: 15px 0;
    width: 100%;
    height: 130px;
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    text-align: center;
}
.wallpaper-tags ul {
    margin: 0;
    padding: 0;
    font-size: .875rem;
}
.wallpaper-tags ul li {
    float: left;
    display: block;
    margin: 0;
    padding: 15px 0;
    width: 11.1111111111%;
    text-align: center;
}
.wallpaper-tags ul li a{
    cursor: pointer;
}