.com_gansubirdpicv2 .birdpicv2-container {
    background-color: rgba(255,255,255,0.8);
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 25px;
    border: 2px solid #b9b4b4;
    box-shadow: 0 0 5px 0;
}
.birdpicv2_left {
    float: left;
    width: 75%;
    margin-top: 10px;
}
.birdpicv2_right {
    float: right;
    margin-top: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: rgba(255,255,255,0.8);
    border-right: 1px solid #eee;
}
.birdpicv2_bottom{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
#search_btn {
    top: 3px;
}
.lgallery_spe_name {
    border: 1px solid #535353;
    padding: 6px 10px;
    border-radius: 25px;
    margin: 20px;
}
.lgallery_spe_det{
    margin-bottom: 20px;
}
.lgallery_spe_more {
    margin-left: 10px;
    color: #7620ff;
    font-size: 0.5em;
    cursor: pointer;
}




.pic_content {
    padding: 10px 0;
    width: 100%;
    float: right;
}
.pic_content>div {
    margin: 20px 15px
}

@media screen and (max-width:900px) {
    .pic_content>div {
        width: 100%!important
    }
}
.pic_elem, .pic_elem * {
    box-sizing: border-box;
    margin: 0 !important;
}
.pic_elem {
    display: inline-block;
    font-size: 0;
    width: 100%;
    border: 2px solid transparent;
    border-bottom: none;
    background: #fff;
    /*padding: 10px;*/
    height: auto;
    background-clip: padding-box;
}
.pic_elem > span {
    display: block;
    cursor: pointer;
    height: 0;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center center;
}
.sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}
.lgallery_spe_det td {
    border: 1px solid #ddd !important;
}