._zBtnCamera{
    cursor: pointer;
    position: absolute;
    bottom: 8px;
    right: 8px;
    z-index: 2;
    border-radius: 50%;
    background: #e4e6eb;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._zBtnCamera i{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    display: inline-block;
}
._zBtnCamera img{
    filter: invert(1);
    width: 20px;
}
._zBoxPro{
    width: 168px;
    height: 168px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
}
._zBoxPro1{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 1px solid #c5c5c5;
    object-fit: cover;
}
._zBoxPro1:active{
    transform: scale(0.96);
}
._zZoo{
    position: absolute;top:0;left:0;
    padding: 12px;cursor: pointer;
}
._zZoo1{
    position: relative;
    display: flex;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
}
._zZoo1:hover{
    background-color: #5c2f2c;
}
._zZoo1 svg{
    fill: currentcolor;
    color: rgb(255, 255, 255);
    width: 20px;
    height: 20px;
}
._zZoom{
    width: 100%;
    height: 100%;
    background-color: rgba(91, 112, 131, 0.4);
    position: fixed;
    top:0px;
    left:0;z-index: 9999999;
    display: none;
}
._zZoom1{
    background-color: rgba(64, 14, 10, 0.9);
    position: fixed;top: 0px;left: 0px;
    width: 100%;height: 100%;
}
._zZoomImg{
    height: 100%;
    position: absolute;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}