#ticketBlock {
    background-image: var(--img-bg-orange);
    background-repeat: repeat;

    position: relative;
    padding-bottom: 150px;
}

#pageHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 350px;
}

#imgTop {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    height: 250px;
}

#ticketArea {
    background-image: var(--img-ticket-bg);
    background-size: 100% 100%;
    background-position: 50% top;
    background-repeat: no-repeat;
    width: 940px;
    height: 1600px;
    margin: 0 auto;

    position: relative;
    font-size: 19px;
}

#ticketContent {
    width: 720px;
    color: #6f4d14;
    margin: 0 auto;
    padding-top: 190px;
}

#ticketContent > .title {
    color: #0066fd;
    font-size: 32px;
}

.news-title {
    position: relative;
    margin-top: 40px;
}

.news-title > span {
    position: absolute;
    left: 65px;
    top: 18px;
    color: #f86d08;
}

.message {
    line-height: 30px;
}

.sign {
    color: #0066fd;
}

.balloon-text {
    margin: 25px 0;
}

#man {
    position: absolute;
    bottom: -80px;
    right: 10px;
    width: 150px;
}

#friends {
    position: absolute;
    top: 150px;
    left: calc(50% - 120px);
}


#sad {
    position: absolute;
    top: 65px;
    right: 25%;
    width: 150px;
}

#heart {
    position: absolute;
    top: 85px;
    right: 9%;
}

#ticket {
    position: absolute;
    left: 38%;
    bottom: 100px;
}


