.z_photo,.z_photo1 {
    width: 5rem;
    /* height: 5rem; */
    /* padding: 0.2rem; */
    overflow: auto;
    clear: both;
    margin: 0rem auto;
    /* border: 1px solid #555; */
}

.z_photo img,.z_photo1 img{
    width: 1rem;
    height: 1rem;
}

.z_addImg,.z_addImg1 {
    float: left;
    margin-right: 0.2rem;
}

.z_file,.z_file1 {
    width: 1rem;
    height: 1rem;
    background: url(../image/z_add.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: 0.2rem;
}

.z_file input::-webkit-file-upload-button,.z_file1 input::-webkit-file-upload-button {
    width: 1rem;
    height: 1rem;
    border: none;
    position: absolute;
    outline: 0;
    opacity: 0;
}

.z_file input#file,.z_file1 input#file {
    display: block;
    width: auto;
    border: 0;
    vertical-align: middle;
}
/*遮罩层*/

.z_mask,.z_mask1 {
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.z_alert,.z_alert1{
    cursor: pointer;
    width: 3rem;
    height: 2rem;
    border-radius: .2rem;
    background: #fff;
    font-size: .24rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.5rem;
    margin-top: -2rem;
}

.z_alert p:nth-child(1),.z_alert1 p:nth-child(1){
    line-height: 1.5rem;
}

.z_alert p:nth-child(2) span,.z_alert1 p:nth-child(2) span {
    display: inline-block;
    width: 49%;
    /* height: .5rem;
    line-height: .5rem; */
    float: left;
    border-top: 1px solid #ddd;
}

.z_cancel,.z_cancel1 {
    border-right: 1px solid #ddd;
}