.wp {
    position: relative;
    max-width: 1920px;
    min-width: 1280px;
    min-height: 2400px;
    margin: 0 auto;
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/bg-wp.jpg") no-repeat top center #6e1a13;
    overflow: hidden;
}

.sec {
    position: relative;
    width: 100%;
    z-index: 5;
}

.sec1 {
    height: 1080px;
}

.logo {
    display: block;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 10px;
    width: 229px;
    height: 124px;
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/logo.png") no-repeat;
}

h2.date {
    position: absolute;
    left: 50%;
    top: 372px;
    width: 475px;
    height: 46px;
    margin-left: -420px;
    color: #fbdaab;
    font-weight: bold;
    font-size: 21px;
    line-height: 46px;
    text-align: center;
}

.nav-official {
    position: absolute;
    top: 10px;
    right: 60px;
    z-index: 10;
    width: 67px;
    height: 230px;
    padding-top: 24px;
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/nav-official.png") no-repeat;
    overflow: hidden;
}

.nav-official a {
    display: block;
    width: 67px;
    height: 67px;
    margin-bottom: 14px;
}

.nav-events {
    display: flex;
    display: -webkit-flex;
    position: absolute;
    left: 50%;
    top: 510px;
    margin-left: -590px;
    -webkit-animation: fadeInUp .5s .2s ease both;
    -moz-animation: fadeInUp .5s .2s ease both;
    -o-animation: fadeInUp .5s .2s ease both;
    animation: fadeInUp .5s .2s ease both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.nav-events a {
    display: block;
    width: 134px;
    height: 372px;
    margin-right: 35px;
    -webkit-transition: transform .2s;
    -moz-transition: transform .2s;
    -ms-transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
}

.nav-events .btn-event1 {
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/event01.png") no-repeat;
}

.nav-events .btn-event2 {
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/event02.png") no-repeat;
}

.nav-events .btn-event3 {
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/event03.png") no-repeat;
}

.nav-events .btn-event4 {
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/event04.png") no-repeat;
}

.nav-events .btn-event5 {
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/event05.png") no-repeat;
}

.nav-events a:nth-child(even) {
    margin-top: 40px;
}

.nav-events a:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.sec2 {
    padding: 268px 0 100px 0;
}

.wp-nav {
    position: absolute;
    left: 50%;
    top: 80px;
    z-index: 10;
    width: 205px;
    height: 1000px;
    margin-left:580px ;
    background: url("https://static.web.sdo.com/xyx/pic/act/2022/1226yd/nav-right.png") no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wp-nav a {
    display: block;
    position: absolute;
    z-index: 2;
}

.wp-nav .btn-top {
    width: 60px;
    height: 95px;
    bottom: 0;
}

.nav-popup a {
    width: 60px;
    height: 140px;
    margin-bottom: 11px;
}
.nav-popup a:nth-child(odd){
    transform: rotate(-58deg);
    
}
.nav-popup a:nth-child(even),.wp-nav .btn-top{
    transform: rotate(58deg);
    right: 75px;
}
.nav-popup .btn-event1{
    top:58px;
    right: 56px;
}
.nav-popup .btn-event2{
    top:222px;
}
.nav-popup .btn-event3{
    top:392px;
    right: 63px;
}
.nav-popup .btn-event4{
    top:552px;
}
.nav-popup .btn-event5{
    top:728px;
    right: 68px;

}


.sec2 .article {
    display: none;
    position: relative;
    width: 990px;
    margin: 0 auto;
}

.sec2 .article1 {
    display: block;
}

.sec2 .article h5 {
    position: relative;
    margin: 0 auto 60px auto;
    font-size: 60px;
    color: #fdeaca;
    font-weight: bold;
    text-align: center;
}

.sec2 .article h5:after {
    position: absolute;
    left: 50%;
    bottom: 85px;
    content: attr(data-area);
    width: 300px;
    margin-left: -150px;
    font-size: 28px;
    color: #efa06b;
}

.article .wp-content {
    position: relative;
    width: 100%;
    padding: 0 55px;
    margin: 0 auto;
    font-size: 16px;
    color: #cabdaa;
    line-height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article h1 {
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.article p,
.article li {
    position: relative;
    min-height: 40px;
}

.article strong {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    width: 100px;
    height: 30px;
    line-height: 30px;
    color: #290b05;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    background-color: #caa063;
}

.hl1 {
    color: #ff3300;
}

.hl2 {
    color: #5cc1fa;
}

table {
    position: relative;
    margin: 10px 0 20px 0;
    border-collapse: collapse;
    text-align: center;
}

table p {
    padding-left: 0 !important;
    width: 100% !important;
}

table strong {
    display: inline-block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background: none !important;
    color: #cabdaa !important;
    width: auto !important;
    margin: 0 !important;
    border: none !important;
}

table strong:after {
    display: none !important;
}

table th {
    font-weight: bold;
}

table td,
table th {
    border: 1px solid #cabdaa;
    padding: 2px
}

.wp-content img {
    margin: 10px 10px 10px 0;
    max-width: 95%;
}

.article p a {
    color: #5cc1fa;
    text-decoration: underline;
}

strong.sp1 {
    width: 130px;
}

strong.sp2 {
    width: 150px;
}

.p-img1,
.p-img2 {
    white-space: nowrap;
}

.article h2 {
    font-weight: bold;
    font-size: 35px;
    margin: 20px 0;
    text-align: center;
}

.article5 table {
    white-space: nowrap;
}