body{
    width: 100%;
    max-width: 1920px;
    min-width: 1220px;
    margin: 0 auto;
    background: #E6F1EF url("mx20230403_bg-two-mountains-left.png") no-repeat top 1300px left;
    position: relative;
}
img{
    display: block;
    width: 100%;
}
#banner{
    height: 1812px;
    background: url("mx20230403_bg-main.png") no-repeat top center;
    overflow: hidden;
}
#banner-title-up{
    width: 443px;
    height: 58px;
    margin-top: 86px;
    margin-left: 68px;
}
#banner-title{
    width: 958px;
    height: 203px;
    margin: 0 auto;
}
#banner-subtitle{
    width: 954px;
    height: 47px;
    margin: 33px auto 0 auto;
}
.banner-text-container{
    width: 1200px;
    margin: 127px auto 0 auto;
}
#guide{
    width: 358px;
    height: 50px;
    margin-left: 88px;
}
#guide-context{
    width: 783px;
    height: 189px;
    margin-top: 69px;
    margin-left: 103px;
}
#mourn{
    width: 1040px;
    height: 963px;
    margin: 95px auto 0 auto;
    position: relative;
}
.tab{
    width: 767px;
    height: 201px;
    margin: 0 auto;
}
#person{
    width: 318px;
    height: 314px;
    position: absolute;
    bottom: 46px;
    left:0;
    z-index: 1;
    pointer-events: none;
}
.border{
    width: 288px;
    height: 146px;
    position: absolute;
    bottom: 53px;
    cursor: pointer;
}
.border-left{
    left: 87px;
}
.border-right{
    right: 143px;
}
#tower{
    width: 548px;
    height: 623px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -180px;
    pointer-events: none;
}
#tower img{
    display: block;
    height: 100%;
    width: auto;
}
#flower{
    width: 214px;
    height: 241px;
    position:absolute;
    bottom: 46px;
    right: 0;
    pointer-events: none;
}
.mourn-data{
    font-size: 29px;
    letter-spacing: 3px;
    color: #599d6b;
    display: block;
    position: absolute;
    bottom: 0;
}
.mourn-data-left{
    left: 0;
}
.mourn-data-right{
    right:60px;
}
#sign{
    width: 1108px;
    margin: 185px auto 0 auto;
    position: relative;
}
.form{
    width: 745px;
    margin-top: 380px;
}
.form-item{
    display: flex;
    flex-direction: column;
    margin-top: 21px;
}
.form-item label{
    width: 128px;
    height: 26px;
    background-color: #599d6b;
    font-size: 22px;
    letter-spacing: 2px;
    color:#fff;
    line-height: 26px;
    text-align: center;
}
.form-item textarea{
    flex-grow: 1;
    resize: none;
}
.sub-btn{
    width: 58px;
    background-color: #599d6b;
    font-size: 16px;
    letter-spacing: 2px;
    color:#fff;
    line-height: 1;
    text-align: center;
    padding: 2px 10px;
    border: none;
    margin: 4px 0 0 686px;
}
.flag{
    width: 352px;
    height: 338px;
    position: absolute;
    right: 0;
    bottom: 23px;
}
.students{
    width: 300px;
    height: 206px;
    position: absolute;
    right: 0;
    bottom: 18px;
}
#messages{
    width: 1202px;
    height: 977px;
    margin: 83px auto 0 auto;
    background-color: #fff;
    border: solid 1px #93907b;
}
#message-title{
    font-size: 58px;
    letter-spacing: 28px;
    color: #599d6b;
    text-align: center;
    margin-top: 55px;
}
.message-list{
    height: 722px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 23px 53px 58px;
    margin-top: 89px;
}
.message-list ul{
    width: 1000px;
    margin-top: 14px;
    margin-right: 110px;
}
.message-list ul li{
    display: flex;
    flex-direction: column;
    border-bottom: 5px dashed #d7d7d7;
}
.message-list ul li span{
    font-size: 33px;
    color: #313131;
    display: inline-block;
    width: 100%;
    word-break: break-all;
    white-space: normal;
}
.message-icon::before{
    content: '►';
    color: #599d6b;
}
.message-text{
    font-size: 20px;
}
#leafs-left-bg{
    width: 552px;
    height: 728px;
    background: url("mx20230403_leafs-left-bottom.png") no-repeat left center/auto 100%;
    position: absolute;
    bottom: 1400px;
    left: 0;
}
#show-activity{
    margin-top: 183px;
}
.show-container{
    width: 1220px;
    margin: 155px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.show-item-container{
    width: 290px;
    margin-bottom: 40px;
}
.show-item{
    border: 5px solid #599d6b;
    background-color: #fff;
}
.show-item a{display: block;}
.show-item a img{
    display: block;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.show-text{
    font-size: 18px;
    color: #599d6b;
    margin-top: 23px;
    padding: 0 10px;
    text-align: justify;
}
#check-more{
    width: 133px;
    height: 24px;
    position: absolute;
    right: 260px;
    bottom: 676px;
    z-index: 1;
}
footer{
    margin-top: -300px;
    pointer-events: none;
    background: url("mx20230403_bg-mountain-bottom.png") no-repeat bottom center;
    height: 998px;
}
.bg-mountains-bottom{
    width: 1200px;
    height: 100%;
    padding-top: 350px;
    margin: 0 auto;
    position: relative;
}
.old-man{
    width: 321px;
    height: 204px;
    position: absolute;
    left: 0;
    bottom: 319px;
}
.footer-text{
}
.footer-text p{
    color: #599d6b;
    text-align: center;
}
.footer-text .large{
    font-size: 42px;
}
.footer-text .middle{
    font-size: 29px;
}
.footer-text .small{
    font-size: 21px;
}
.footer-text .bottom{
    margin-top: 50px;
}
#swallow-banner{
    width: 400px;
    height: 330px;
    position: absolute;
    right: 150px;
    top: 907px;
}
#swallow-middle{
    width: 266px;
    height: 245px;
    position: absolute;
    right: 0;
    top: 200px;
}