#gallery_page{
    width: 100%;
    position: relative;
    padding-top: 185px;
    /* min-height: 4000px; */
}
#gallery_fixed{
    position: fixed;
    top: 260px;
    left: 6.937%;
    z-index: 6;
}
#gallery_fixed>a{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    display: block;
    margin-bottom: 25px;
}
#gallery_fixed>a:last-of-type{
    margin-bottom: 0px;
}
#gallery_all{
    z-index: 5;
    width: 100%;
    overflow: hidden;
    position: relative;
    white-space:nowrap; 
    width: 100%;
    top: 0px;
    left: 0px;
}
#gallery_all_bottom{
    z-index: 4;
    position: relative;
    white-space:nowrap; 
    width: 100%;
    top: 0px;
    left: 0px;
}
#gallery_front{
    white-space:nowrap; 
    padding-left: 30.6%;
    z-index: 5;
    width: 100%;
    margin-top: 250px;
}
#gallery_front>.gallery_list:first-of-type{
    margin-top: 0px;
}
#page_name{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 58px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 20px;
}
#head_title{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 58px;
    font-weight: 300;
    line-height: 58px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 60px;
}
#head_tips{
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
}
.gallery_list,.behind_list{
    margin-top: 250px;
    display: flex;
    justify-content: left;
} 
.glist_left{
    width: 662px;
}
.glist_left>img{
    width: 100%;
}
.glist_right{
    display: flex;justify-content: left;align-items: flex-end;padding: 0 0 40px 40px;flex-wrap: wrap;
}
.glist_title{
    width: 100%;
    color: rgb(0, 0, 0);
    font-family: 'Montserrat';
    font-size: 28px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0px;
    text-align: left;
    margin-bottom: 10px;
}
.glist_time,.glist_href{
    width: 100%;
    color: rgb(158, 158, 166);
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
    
}
.glist_href{
    display: block;
    color: #ff8b00;
    margin-top: 60px;
    display: inline-block;
    text-decoration:underline !important;
}
.gallery_behind{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding-left: 25%;
    margin: 250px 0 0 0;
}

.gallery_front>.gallery_list{
    position: relative;
    z-index: 5;
}
.gallery_behind>.behind_list>.glist_left{
    width: 466.5px;
}
.gallery_behind>.behind_list>.glist_left>img{
    filter: blur(4px);
}
.behind_list{
    margin-top: 370px;
}

#gallery_header{
    padding-left: 30.6%;
    z-index: 5;
    width: 100%;
}
#head_height{
    color: #FF8B00 !important;
}
