.popupCont{
    width: 100%;
    height: 100vh;
    background-image: url('../image/trans.png');
    position: fixed;
    z-index: 11;
    display: none;
    
}
.popupHolder{
    width: 1000px;
    height: 600px;
    background-color: #fff;
    margin: 0 auto;
    overflow: hidden;
}
.popupOffBtn{
    width: 30px;
    height: 30px;
    position:fixed;
    top: 10px;
    right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 20px;
}
.popupOffBtn:hover{
    cursor: pointer;
    color: #333;
    background-color: #fff;
}
.popupContent{
    width: 1019px;
    height: 600px;
    background-color: #fff;
    overflow-y: scroll;
}

