/* .container {
    width: 100%;
    padding-top: 475px;
    padding-bottom: 40px;
}

.container-bg {
    background: url(../images/u9.png) no-repeat;
    background-size: 100% 475px;
}


.en .container-bg {
    background: url(../images/u9-en.png) no-repeat;
    background-size: 100% 475px;
} */

/* @media (max-width: 1500px) {
    .container {
        padding-top: 346px;
    }
} */

.container.container-l {
    background-image: url('../images/u9.png');
    background-repeat: no-repeat;
    position: relative;
    min-height: 1350px;
}

.en .container.container-l {
    background-image: url('../images/u9-en.png');
    background-repeat: no-repeat;
    position: relative;
    min-height: 1350px;
}

.container-l .member-content-l {
    position: absolute;
    ;
    height: 1000px;
    width: 1100px;
    margin-top: -500px;
    margin-left: -550px;
    padding: 10px;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 4px;
    border: none;
}

.container {
    background-image: url('../images/u9.png');
    background-repeat: no-repeat;
    position: relative;
    min-height: 960px;
}

.en .container {
    background-image: url('../images/u9-en.png');
    background-repeat: no-repeat;
    position: relative;
    min-height: 960px;
}

.container {
    background-position: top center;
    padding-top: 470px;
}

.w-1 {
    width: 100%;
}

.w-1100 {
    width: 1100px;
    margin: 0 auto;
}

.party-top {
    position: relative;
}

.party-top img {
    margin-left: -10px;
    margin-top: -3px;
}

.party-top p {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 440px;
    height: 90px;
    margin-left: -220px;
    margin-top: -45px;
    font-size: 26px;
    color: #FFF;
}

.party-top p span {
    font-size: 34px;
    color: #fcff00;
}

.t-center {
    text-align: center;
}

.date-items {
    position: relative;
}

.date-items-more p {
    position: absolute;
    width: 60px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -8px;
    font-size: 14px;
    font-weight: bolder;
    color: #fff;
}

.en .date-items-more p {
    font-size: 12px;
}

.date-items-less p {
    position: absolute;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    font-size: 14px;
    font-weight: bolder;
}

.en .date-items-less p {
    font-size: 12px;
}

.type-l,
.type-r {
    position: relative;
}

.type-l {
    background-color: #ededed;
}

.type-r .date-items-less p {
    margin-left: 25px;
}

.type-l .date-items-less p {
    margin-left: -85px;
}

.type-r .data-items-pic {
    top: 50%;
    left: 75%;
}

.type-l .data-items-pic {
    top: 50%;
    left: 22%;
}

.type-r .data-items-info {
    top: 50%;
    left: 25%;
}

.type-l .data-items-info {
    top: 50%;
    left: 70%;
}

.type-r .data-items-info p {
    top: 30px;
    left: 15px;
    width: 100%;

}

.type-l .data-items-info p {
    top: 30px;
    left: 80px;
    width: 100%;
}

.en .type-l .data-items-info p {
    width: 110%;
}

.data-items-pic {
    position: absolute;
    width: 490px;
    height: 270px;
    margin-left: -245px;
    margin-top: -135px;
}

.data-items-pic img {
    width: 490px;
    height: 270px;
}

.data-items-info {
    position: absolute;
    width: 325px;
    height: 175px;
    margin-left: -160px;
    margin-top: -85px;
}

.data-items-info img {
    width: 445px;
    height: 225px;
}

.data-items-info p {
    position: absolute;
    font-size: 14px;
    line-height: 2;
    color: #191919;
}

.en .data-items-info p {
    font-size: 12px;
}


.data-items-info p span {
    font-size: 30px;
    color: #191919;
}

.EN .date-items-more p {
    top: 40%;
    line-height: 1.5;
}

.EN .date-items-less p {
    top: 40%;
    line-height: 1.5;
}