.festival-pop-up {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1225px;
    height: 345px;
    background-image: url("../images/image_sm/popUp/popup.png");
    z-index: 1000;
}
.close-pop-up {
    position: absolute;
    top: -80px;
    right: 18px;
    width: 113px;
    height: 113px;
    background-image: url("../images/image_sm/popUp/icon_delete.png");
    background-repeat: no-repeat;
}
.close-pop-up:hover {
    cursor: pointer;
}
.festival-date {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    width: 226px;
    height: 46px;
    margin: auto;
    background: rgba(49,158,74,1);
    border-radius: 23px;
    font: bold 26px/46px MicrosoftYaHei;
    text-align: center;
    color:rgba(255,255,255,1);
}
.to-festival-web {
    display: inline-block;
    width: 100%;
    height: 100%;
}
