.info-banner {
	background: url(../../css/module/host/img/20191223/banner.png) no-repeat center;
}
.scene-list > li {
    width: 220px;
    height: 300px;		    
}
.paneItem {
	display: flex;
	flex-direction: column;
    justify-content: space-around;
    padding: 0 10px;
}
.paneItem img {
    margin: 0 auto;
    padding-bottom: 20px;
}
.paneItem .line {
    margin: 0 auto 20px;
    border-radius: 5px;
    width: 50px;
    height: 5px;
    background-color: #ffffff;
}