.water-fall-container{
    padding: 20px 10px 4px 4px;
}
.water-fall-item{
    margin: 0;
}
.content-header-more{
    padding-top:8px;
    float: right;
    font-size: 14px;
    color: #777;
    font-weight: bold;
    text-decoration: underline;
}
.content-header-title{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.home-bottom{
    padding: 40px 0 30px 0;
    text-align: center;
    color: #aaa;
}

.adding-hotspot-layer{
    z-index: 900;
    position: fixed;
    left: 50vw;
    top: 50vh;
    background: transparent;
    display: inline-block;
    cursor: pointer;
}
/*border-radius: 4px; border: 1px solid #fff;*/
/* 预览的时候样式最好和最后展示在3D场景下的样式一致，不带边框有较多的考量，要考虑选择透明图片的展示 */
.adding-hotspot-icon{
    width: 80px;
    background: transparent;
}
.adding-hotspot-title{
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    margin-top: 4px;
    font-size:14px;
}
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}
.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
}
.avatar {
    /*width: 178px;*/
    height: 178px;
    display: block;
}
.hotspot-list-item-type{
    font-size: 10px;
    color: #ccc;
}
.add-hotspot-dlg-container{
    padding: 20px;
}