@charset "utf-8";
/* CSS Document*/


#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.modalconent {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
   /* background: #fff; */
    width: 80%;
    padding: 20px;
}

.circle{width:30px;height:30px;border-radius:50px;font-size:20px;color:#fff;text-align:center;background:#000}

