*{
    padding: 0;
    margin: 0;
}
.pswp__zoom-level-indicator {
    background: #136912;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    height: auto;
    align-self: center;
    padding: 4px 6px 5px;
    margin-right: 4px;
}
.pswp__home-button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    background: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
}
.home-btn{
    width: 20px;
    height: 20px;
    /*background: #FFFFFF;*/
}
.home-btn img{
    width: 100%!important;
}
.pswp__home{
    margin: 0 28px;
}
.pswp__prev{
    margin-left: 25px;
}
.pswp__next{
    margin-right: 25px;
}
.out-box{
    width: 100%;
    display: none;
    position: fixed;
    top: 0;
    height: calc(100vh - 44px);
    background: rgba(0, 0, 0, 0.6);
    overflow-y: scroll;
    z-index: 100001;
}
.out-box-img{
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    padding: 27px 43px 54px;
    overflow-y: auto;
    box-sizing: border-box;
}
.out-item{
    width: 89px;
    /*width: calc((100% - 22px) / 3);*/
    height: 146px;
    text-align: center;
    /*margin: 0 0 13px 0;*/
    margin: 0 calc((100% - 267px) / 2) 13px 0;
    flex-shrink: 0;
    /*box-sizing: border-box;*/
}
.out-item:nth-child(3n){
    margin-right: 0;
}
.out-item-img{
    width: 100%;
    height: 125px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.out-item-img img{
    max-width: 100%;
    max-height: 100%;
}

.out-item-num{
    font-size: 12px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 16px;
    margin-top: 5px ;
}
.out-close{
    height: 55px;
    width: 100%;
    position: fixed;
    left: 0;
    /*transform: translateX(-50%);*/
    bottom: 44px;
    /*width: 20px;*/
    /*height: 20px;*/
    /*margin: 0 auto;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}
.out-close img{
    width: 20px;
    height: 20px;
}
.pswp-gallery{
    /*display: none;*/
    width: 375px;
    height: 100vh;
    overflow: hidden;
}
