#popup {
position: absolute;
visibility: hidden;
left: 220px;
top: -100px;
border: 3px solid #DA6942;
background: #FFF;
border-top: 0;
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
padding: 112px 20px 15px 20px;
width: 356px;
background: #FE9;
/* background: #FBF6B1; */
z-index: 12000;
box-shadow: 0 0 20px rgba(0, 0, 0, .25);
}
#popupFinger {
visibility: hidden;
position: absolute;
left: 175px;
top: 10px;
z-index: 12000;
}
#popupClose {
visibility: hidden;
position: absolute;
left: 608px;
top: 3px;
z-index: 12000;
cursor: pointer;
}