html,body{
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.scene_select_main{
    display: none;
    /*position: relative;*/
    height: 100%;
}
.container2{
    position: absolute;
    /*bottom: 80px;*/
    bottom: 4rem;
    left: 0;
    width: 100%;
}
.top_containner{
    background-color: rgba(0,0,0,.3);
    width: 100%;
    color: #fff;
}
.middle-container{
    height: 110px;
    display: flex;
    justify-content: center;
}
.container-wraper{
    height: 130px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}
.item{
    width: 90px;
    height: 90px;
    margin-top: 7px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 90px;
    background-color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-width:3px;
    border-style: solid;
    border-color: #fff;
}
.img-container{
    width: 84px;
    height: 84px;
    /* background-size: cover; */
    /* background-image: url("../img/1.jpg"); */
    position: relative;
}
.img-container img{
    width: 84px;
    height: 84px;
}
.img-text{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 84px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    overflow: hidden;
}
/* 文字部分 */
.bottom-container{
    background-color: rgba(0,0,0,.3);
}
.bottom-wraper{
    height: 40px;
    width: 100%;
    border-top: 1px solid hsla(0,0%,100%,.5);
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    overflow-x: auto;
    overflow-y: hidden;
    /*padding-left: 400px;*/
}
.bottom{
    display: flex;
    height: 40px;
    font-size: 14px;
    padding-top: 6px;
    color: #fff;
}
.bottom-text{
    cursor: pointer;
    padding: 5px 0;
    border-bottom: 3px solid transparent;
    margin: 0 20px;
    max-width: 85px;
    font-size: 12px;
}
.text{
    width: 75px;
    font-size: 14px;
    height: 18px;
    text-align: center;
    display: flex;
    line-height: 1.1;
    overflow: hidden;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    white-space: normal;
}
.bottom-text-click{
    border-bottom: 2px solid #f6b64c;
}
.item-click{
    border-color: #f6b64c;
}
::-webkit-scrollbar{height:0px;background-color:transparent}
::-webkit-scrollbar-thumb{border-radius:1px;border:2px solid transparent;height:1px;background-color:transparent;}
::-webkit-scrollbar-thumb:hover{background-color:#aab1bc;}
::-webkit-scrollbar-thumb:active{border:0;border-radius:0;background-color:transparent}
::-webkit-scrollbar-thumb:window-inactive{background-color:transparent}
@media only screen and (max-width: 700px) {
    .container2{
        /*bottom: 90px;*/
         bottom: 4rem;
    }
    .middle-container{
        height: 80px;
    }
    .container-wraper{
        height: 90px;
    }
    .item{
        width: 77px;
        height: 77px;
        margin-top: 5px;
        margin-left: 5px;
        margin-right: 5px;
        min-width: 77px;
        border-width:2px;
        border-style: solid;
        border-color: #fff;
    }
    .img-container{
        width: 73px;
        height: 73px;
        position: relative;
    }
    .img-container img{
        width: 73px;
        height: 73px;
    }
    .img-text{
        width: 73px;
        height: 38px;
        line-height: 19px;
    }
    .bottom-text{
        margin: 0 10px;
    }
    .item-click{
        border-color: #f6b64c;
    }
    .bottom-wraper{
        justify-content: start;
    }
}
