.image-hint{ font-family: Arial, sans-serif; font-size: 14px; color: #d5d8df; line-height: 16px; margin-top: 6px;}

.upload-area .img_item .upload_gif{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

.upload-area .img_item .upload_gif .status_back{
    position: absolute;
    height: 10px;
    width: 100%;
    top: 50%;
    margin-top: -5px;
    background: #ffffff;
}

.upload-area .img_item .upload_gif .status{
    position: absolute;
    height: 10px;
    width: 0;
    top: 50%;
    margin-top: -5px;
    background: #00b1b2;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}
.upload-area .del-image{
    display: block; width: 26px; height: 26px; background: #ffffff url(../img/del.png) no-repeat center center; border-radius: 3px; right: 8px; bottom: 8px; position: absolute; cursor: pointer; z-index: 2;
}
.upload-area .img-link{
    opacity: 0; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; right: 0;
}
