﻿.img-box {
}

    .img-box .up-p {
        margin-bottom: 20px;
        font-size: 16px;
        color: #555;
    }


.z_photo .z_file {
    position: relative;
}

.z_file .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}
.z_file .file2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.z_photo .up-section {
    position: relative;
    margin-right: 20px;
}

.up-section .close-upimg {
    position: absolute;
    top: 6px;
    right: 8px;
    display: none;
    z-index: 10;
}

.up-section .up-span {
    display: block;
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    background: rgba(0,0,0,.5);
}

.up-section:hover {
    border: 2px solid #f15134;
}

    .up-section:hover .close-upimg {
        display: block;
    }

    .up-section:hover .up-span {
        visibility: visible;
    }

.z_photo .up-img {
    display: block;
    width: 100%;
    height: 100%;
}

/*.loading {
    border: 1px solid #D1D1D1;
    background: url(/Content/Hplus/img/loading.gif) no-repeat center;
}*/

.up-opcity {
    opacity: 0;
}

.img-name-p {
    display: none;
}

.upimg-div .up-section {
    width: 100%;
    /*height: 100%;*/
    float: left;
}

.img-box .upimg-div .z_file {
    width: 100%;
    /*height: 100%;*/
}

.z_file .add-img {
    display: block;
    width: 190px;
    height: 180px;
}

.z_file, .z_file2 {
    width: 1rem;
    height: 1rem;
    background: url(/Content/images/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 0.2rem;
}
 .z_file input::-webkit-file-upload-button, .z_file2 input::-webkit-file-upload-button {
        width: 1rem;
        height: 1rem;
        border: none;
        position: absolute;
        outline: 0;
        opacity: 0;
    }

.z_file input#file, .z_file input#file2 {
    display: block;
    width: 100%;
    border: 0;
    vertical-align: middle;
}
