		.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: #333 !important; }
.weui-btn_default { background: #eee; }
.weui-header { position: fixed; top: 0; z-index: 100; width: 100%; }
.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%; }
.list-image .left { width: 30%;background: #eee;position: fixed;overflow-y: scroll;height: auto;top: 46px;bottom: 0;left: 0;}
.list-image .right { position: fixed;overflow-y: scroll;height: auto;top: 55px;bottom: 50px;right: 0;width:70%;}
.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: 0; text-align: center;     border: 1px solid #bab0b0;}

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

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

@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: 1px solid #ccc;
    border-radius: 3.125rem;
    display: flex;
    background: #fff;
    padding: 8px;
    float: right;
}
.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;
}
.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;
}