﻿.content-body {
    position: relative;
    display: block;
    margin-top: 58px;
    color: #666;
    height: calc(100% - 58px);
    overflow-y: hidden;
}

.pic-items {
    position: relative;
    z-index: 0;
}

.wm-doc {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

    .wm-doc > .c-b-top {
        justify-content: flex-start;
    }

.wm-set {
    display: flex;
    justify-content: center;
}

    .wm-set > dl {
        width: 182px;
        border: 1px solid #DDD;
        overflow: hidden;
        box-shadow: 0px 0px 10px 0px #DDDFE5;
    }

        .wm-set > dl > dt {
            display: block;
            height: 25px;
            line-height: 25px;
            text-align:left;
            padding-left: 8px;
            color: #89a;
            background-image: linear-gradient(to bottom,#FFF, #F3F5F8);
        }

.wm-set-dd {
    position: relative;
    height: 180px;
    width: 180px;
    background: url(/images/bgNull.gif) #EEE center center repeat;
    background-size: 8px;
}

    .wm-set-dd > div {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .wm-set-dd:hover > .wm-s-btns, .wm-null > .wm-s-btns {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

.wm-s-btns {
    background-color: rgba(0,0,0,0.3);
    display: none;
    animation: fadeIn 200ms;
}

    .wm-s-btns > span {
        display: inline-flex;
        margin: 8px;
        height: 36px;
        padding-left: 12px;
        line-height: 36px;
        font-size: 12px;
        width: 80%;
        justify-content: flex-start;
        align-items: center;
        border-radius: 5px;
        color: #FFF;
        cursor: pointer;
    }

        .wm-s-btns > span:hover {
            box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.8);
        }

.wm-s-btnEdit {
    background-color: rgba(0,100,255,0.8);
}

    .wm-s-btnEdit:hover {
        background-color: rgba(0,100,255,0.9);
    }

.wm-s-btnTemp {
    background-color: rgba(250,80,0,0.8);
}

    .wm-s-btnTemp:hover {
        background-color: rgba(250,80,0,0.9);
    }

.wm-s-btns > span > i {
    margin-right: 5px;
}



.wm-item, .wm-item-add {
    margin-top: 18px;
    margin-left: 18px;
    position: relative;
    width: 160px;
    height: 160px;
    border: 1px solid #CCC;
    border-radius: 3px;
    background-size: 8px;
    box-shadow: 2px 2px 2px 0px #CCC;
    user-select: none;
}
.wm-item {
    display: inline-block;
    background: url(/images/bgNull.gif) #F3F3F3 center center repeat;
}
    .wm-item:hover {
        border: 1px solid rgba(0,100,255,1);
        box-shadow: 2px 2px 6px 0px #000;
    }
.wm-item-add {
    background-color:#F3F3F3;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    font-size:70px;
    color:#90979a;
    cursor:pointer;
    user-select:none;
}
    .wm-item-add > span {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
        width: 100%;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .wm-item-add:after {
        content: "支持继续拖动图片至本页";
        display: inline-flex;
        height: 32px;
        width: 100%;
        justify-content: center;
        align-items:flex-start;
        font-size: 12px;
        color: #CCC;
    }
    .wm-item-add:hover {
        box-shadow: 2px 2px 6px 0px #000;
        color: #555;
    }

.wm-data {
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

    .wm-data > img {
       width:100%;
       height:100%;
    }


    .wm-item > div, .wm-item > .CAppMask {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        top: 0px;
    }


    .wm-item > .wrap-hover {
        display: none;
        background-color: rgba(0,0,0,0.6);
        animation: zoomIn 200ms;
        z-index: 101;
    }

    .wm-item:hover > .wrap-hover {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .wm-item > .wrap-hover > div {
        display: inline-flex;
    }

    .wm-item .bar {
        width: 100%;
        height: 25px;
        background-color: rgba(0,100,255,0.6);
        justify-content: flex-end;
        align-items: center;
        padding-right: 5px;
    }


        .wm-item .bar > span {
            display: inline-flex;
            cursor: pointer;
            font-size:14px;
            color:#FFF;
        }

            .wm-item .bar > span:hover {
                 color:#F90;
            }

            .wm-item .btns {
                justify-content: center;
                align-items: center;
                width: 92%;
                flex-shrink: 1;
                flex-grow: 1;
                flex-wrap: wrap;
            }

    .wm-item .status {
        align-items: flex-start;
        height: 25px;
        width: 100%;
        border-top: 1px dashed rgba(255,255,255,0.3);
        overflow: hidden;
        color: rgba(255,255,255,0.6);
    }

        .wm-item .status > span {
            font-size: 12px;
            line-height: 25px;
            word-break: keep-all;
            padding: 0px 3px;
        }


    .wm-item .btns > span {
        display: inline-flex;
        flex-direction: column;
        height: 42px;
        width: 42px;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,100,255,0.6);
        color: #FFF;
        cursor: pointer;
        border-radius: 5px;
    }

        .wm-item .btns > span:nth-child(3n+2) {
            margin-left: 8px;
            margin-right: 8px;
        }

        .wm-item .btns > span > i {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-style: normal;
            font-size: 12px;
        }

            .wm-item .btns > span > i:before {
                line-height: 16px;
                font-size: 14px;
            }


        .wm-item .btns > span:hover {
            background-color: rgba(0,100,255,0.9);
            box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.8);
        }

