/** 文件夹弹窗 begin **/

#group .top {
    position: absolute;
    top: -70px;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: #fff;
}

#group .top .title {
    width: 511px;
    position: absolute;
    left: 50%;
    margin-left: -255px;
    overflow: hidden;
    padding: 0px 10px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    text-overflow: clip;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, "Microsoft YaHei";
    background: transparent;
    border: none;
}

#group .top .title.editable {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    border: 1px solid #fff;
}

#group .close {
    display: none;
}

#group .body {
    padding: 40px 10px 40px 34px;
    height: 360px;
}

#group .group-list {
    position: relative;
    height: 380px;
    overflow-y: auto;
}

#group .grid-list-container li {
    margin: 0 1.2% 2%;
    width: 153px;
    height: 0px;
    padding-bottom: 11%;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, .1);
}

#group .grid-list-container .my-site-mask {
    padding-bottom: 56%;
}
