*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #a9d1d1;
    font-family: Arial, Helvetica, sans-serif;
    padding: 24px 0;
}

.poster{
    position: relative;
    width: 878px;
    height: 1226px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #a9d1d1;
}
.poster-title{
    position: absolute;
    left: 37px;
    top: 32px;
    z-index: 2;
    color: #b3755f;
    font-size: 115px;
    font-weight: normal;
    line-height: 133px;
}
.poster-photo{
    position: absolute;
    left: 72px;
    top: 188px;
    width: 722px;
}

.poster-intro{
    position: absolute;
    left: 72px;
    top: 878px;
    width: 717px;
    color: #446269;
    font-size: 15px;
    line-height: 21px;
    text-align: justify;
}

.poster-date{
    position: absolute;
    left: 63px;
    top: 1048px;
    color: #b3755f;
    font-size: 59px;
    line-height: 1;
}

.poster-address{
    position: absolute;
    left: 63px;
    top: 1117px;
    color: #b3755f;
    font-size: 20px;
    line-height: 22px;
}
.address-contact{
    margin-top: 3px;
    font-size: 12px;
    line-height: 12.5px;
}

.poster-qr{
    position: absolute;
    left: 674px;
    top: 1043px;
    width: 118px;
    height: 152px;
    padding-top: 8px;
    background-color: #e1e1e1;
    text-align: center;
}
.qr-img{
    display: block;
    width: 103px;
    margin: 0 auto;
}
.qr-text{
    margin-top: 16px;
    color: #000000;
    font-size: 7px;
}
