.album_scene_list {
    background-color: #fff;
    z-index: 99;
    width: 100%;
    position: fixed;
    top: 0;
    /* height: 100%; */
    display: none;
}

.album_scene_list .album_list,
.album_scene_list .scene_list{
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
}
.public_head .header {
    position: relative;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    height: 1rem;
}

.public_head .header .back {
    position: absolute;
    left: 0;
}

.public_head .header .title {
    width: 1.36rem;
    height: 0.48rem;
    font-size: .32rem;
    color: #666666;
    line-height: .48rem;
    display: inline-block;
}

.public_head .header .title:first-of-type {
    margin-right: .7rem;
}

.public_head .header .title.active {
    color: #FF0712;
    position: relative;
}

.public_head .header .title.active::after {
    content: '';
    display: inline-block;
    background: #FF0712;
    border-radius: 0.08rem;
    width: .6rem;
    height: 0.04rem;
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.album_scene_wrapper {
    padding-bottom: 1rem;
}
.scene_list{
    display: none;
}
.scene_list .tab_list{
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
}
.scene_list .tab_list li:first-child{
    margin-right:.5rem;
}
.album_scene_wrapper .tab_list {
    height: 1.06rem;
    line-height: 1.06rem;
    overflow-x: scroll;
    white-space: nowrap;
}
.album_scene_wrapper .top_nav_bar{
    position: fixed;
    top: 1rem;
    background-color: #fff;
    z-index: 99;
    width: 100%;
}

.album_scene_wrapper .tab_list>li {
    display: inline-block;
    font-size: .3rem;
    color: #666666;
    padding: 0 .3rem;
}

.album_scene_wrapper .tab_list>li.active {
    color: #ff0712;
}
.scene_list .top_item{
    display: none;
}
.scene_list .top_item.active{
    display: block;
}
.album_scene_wrapper .top_item {
    margin-top: 0.4rem;
}

.album_scene_wrapper .top_item .item_name {
    height: .8rem;
    line-height: .8rem;
    padding-left: .3rem;
    background: #F0F7FF;
    font-size: .3rem;
    color: #333333;
}
.album_scene_wrapper .scene_list .picture_list{
    margin-top: 0.2rem;
    width: 100%;
    padding-bottom: 3rem;
}

.album_scene_wrapper .scene_list .picture_list .picture_item{
    width: 3.34rem;
    height: 3.94rem;
    background: #FFFFFF;
    border-radius:.08rem;
    margin-bottom: .3rem;
    float: left;
    margin-left: 0.3rem;
    position: relative;
}
.album_scene_wrapper .scene_list .picture_list .look_more_box{
    width: 100%;
    height: 0.6rem;
    position: relative;
    text-align: center;
    color: #3168FF;
    line-height: .6rem;
}
.album_scene_wrapper .album_list .picture_list {
    display: grid;
    grid-template-columns: 2.22rem 2.22rem 2.22rem;
    grid-template-rows: 2.22rem;
    grid-gap: .12rem;
    padding: 0 0.3rem;
    margin-top: .3rem;
}

.album_scene_wrapper .album_list .picture_list .picture_item {
    width: 2.22rem;
    height: 2.22rem;
    position: relative;
    line-height: 2.22rem;
    text-align: center;
}
.album_scene_wrapper .picture_list  .look_more_box{
    width: 2.22rem;
    height: 2.22rem;
    position: relative;
    line-height: 2.22rem;
    text-align: center;
}

.album_scene_wrapper .picture_item img {
    height: 100%;
    width: 100%;
    border-radius: .08rem;
    object-fit: cover;

}

.album_scene_wrapper .picture_item .play_img {
    font-size: .4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .72rem;
    height: .72rem;
    background: rgba(0, 0, 0, .4);
    border-radius: 50%;
    /* line-height: .4rem; */
    text-align: center;
}

.album_scene_wrapper .picture_item .play_img .iconfont {
    color: #fff;
    font-size: .34rem;
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
}

.album_scene_wrapper .picture_item .look_more {
    font-size: .26rem;
    color: #999999;
}

.album_scene_wrapper .picture_item .look_more .iconfont {
    font-size: .26rem;
    color: #999999;
}