  ::-webkit-scrollbar{
    display: none;
  }
  ::-webkit-scrollbar-thumb:hover{
    background-color: #bbb;
  }
  ::-webkit-scrollbar-thumb{
    background-color: var(--on-color);
    background-clip: padding-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-track-piece{
    background-color: #bbb;
  }
		.weui-btn_default:not(.weui-btn_disabled):active{
		    background-color: #a11212;
		}
		.my-gallery {width:96%;margin: 0 auto;}
		.my-gallery .img-dv {width:100%;margin-bottom: 1%;}
		.my-gallery .img-dv a {display:block;width:100%;text-align: center}
		.my-gallery .img-dv a img {width:100%;}
		.pswp__img{height:auto !important;}
.container { 
    /*padding-top: 50px;*/
padding-left: 0; padding-right: 0; width: auto !important; }
ul { list-style: none; padding: 0; margin: 0; }
a { color: #fff; }
em { font-style: normal; }
/*body { background: #333; }*/
.f-green { color: #fff !important; }
.weui-btn_default { background: #a11212; }
.weui-header { position: fixed; top: 0; z-index: 100; width: 100%; max-width:991px}
.weui-header .weui-header-title, .weui-header h1 { color: #555; margin-left: 72px; }
.weui-header .weui-header-left img { height: 25px; }
.show { }
.show .weui-content .weui-c-inner .weui-c-article p { text-indent: 0em !important; }
.show .weui-content .weui-c-inner .weui-c-like i { }
.list-image { position: relative; height: 100%; max-width:991px;}
.list-image .right .my-gallery{
        display: flex;
        flex-wrap: wrap;
    }
.list-image .left { background: #fff;position: fixed;overflow-y: scroll;height: auto;top: 46px;bottom: 0;left:calc((100% - 991px) / 2);width: calc(991px * 0.333);}
.list-image .right { position: fixed;overflow-y: scroll;height: auto;top: 55px;bottom: 50px;right:calc((100% - 991px) / 2);width: calc(991px * 0.666);}
.my-gallery .xiazai a { color:#000;text-decoration:none;padding:5px;border:1px solid;display:none;}
.list-image .right .post span { display: block; }
.list-image .right .show-cont { padding: 5px; text-align: center;}


@media screen and (max-width:1199px) {
.item { height: 23vw; }
}

@media screen and (max-width:991px) {
.item { height: 32vw; }
.list-image .left { left:0;width: 33.3%;}
.list-image .right { right:0;width: 66.6%;}
}

@media screen and (max-width:767px) {
.item { height: 45vw; }
.my-gallery .xiazai a{display:none;}
}
#side-button { opacity: .7; }
#side-button li { border-radius: 20px; }
.row .post-item { height: 16vw; }

@media screen and (max-width:1199px) {
.row .post-item { height: 23vw; }
}

@media screen and (max-width:991px) {
.row .post-item { height: 32vw; }
}

@media screen and (max-width:767px) {
.row .post-item { height: 45vw; }
}
@media screen and (max-width:540px){
    .pswp__caption__center a{
    display: none;
}
}
.post-item-img { height: 100%; object-fit: cover; }

.search_list {
    width: 80%;
    border-radius: 3.125rem;
    display: flex;
    background: #fff;
    padding: 8px;
    float: right;
    margin-right: 10px;
}
.search_list .input{
    width: 78%;
    padding-left: .9375rem;
}
.search_list .input input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0;
}
.search_list .icon_ser{
    width: 22%;
    text-align: center;
    padding-right: .3125rem;
    color: #5f5d5d;
}
.search_list .icon_ser svg{
    font-size: 1.25rem;
}
.search_list .icon_ser span{
    font-size: 16px;
}
.nav_titles ul li a{
    display: block;
    overflow: hidden;
    color: #000;
    white-space: nowrap;
     text-decoration: none;
     padding: 15px 10px;
     background-color: #eee;
     margin-left: 6px;
     
    border-radius: 7px;
}
.nav_titles>ul>li>a.active2{
    background-color: #000;
    color: #fff;
}
.nav_titles ul{
    width: 100%;
    display: flex;
    overflow-x: scroll;
}
.nav_titles ul::-webkit-scrollbar {  
        display: none;  
    }  
.my-gallery a{
    color: #333;
    text-decoration: none;
}