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

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

#pageHeader {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 90px;
}

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

#ticketArea {
    background-image: var(--img-ticket-bg-mobile);
    background-size: 100% 1700px;
    background-position: 50% top;
    background-repeat: no-repeat;

    width: 95%;
    height: 1800px;
    margin: 20px auto 10px;

    position: relative;
    overflow: hidden;
}

#ticketContent {
    width: 85%;
    color: #6f4d14;
    margin: 0 auto;
    padding-top: 150px;
}

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

.news-title {
    position: relative;
}

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

.news-title > img {
    width: 100%;
    max-width: 428px;
    height: 51px;
}

.message {
    line-height: 26px;
}

.sign {
    color: #0066fd;
}

#man {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 120px;
}

#friends {
    position: absolute;
    top: 100px;
    left: 20%;
    width: 50px;
}


#sad {
    position: absolute;
    top: 65px;
    right: 15%;
    width: 90px;
}

#heart {
    position: absolute;
    top: 110px;
    right: 9%;
    width: 40px;
    display: none;
}

#ticket {
    position: absolute;
    left: 46%;
    bottom: 180px;
    width: 60px;
}