body{
    max-width: 100vw!important;
    min-width: 100vw!important;
}
#pageContainer{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1920px;
    padding-bottom: 100px;
    background:#222633 ;
    overflow: hidden;
    font-family: 'Microsoft YaHei';
    color: #FFFFFF;
    overflow: hidden;
}

.sponsorship {
    position: relative;
}

.wx {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #f3f3f3;
    z-index: 100;
    display: none;
}

.wx img {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.level-1{
    position: relative;
    width: 100%;
}
.level-1 > img{
    width: 100%;
}
.level-1 > img.bg-h5{
    display: none;
}
.level-1 .logo-box{
    position: absolute;
    top: 100px;
}
.logo-box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-box div{
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 36px;
}
.logo-box div img{
    width: 75%;
    height: 75%;
    margin-bottom: 24px;
    font-weight: 400;
}

.level-2{
    width: 100%;
    margin-top: -86px;
    padding-left: 200px;
}
.level-2 > p:first-child{
    font-size: 64px;
    font-weight: 700;
    background: linear-gradient(89.99deg, #E32649 1.06%, rgba(227, 38, 73, 0.49) 101.19%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.level-2  > p:nth-child(2){
    font-weight: 700;
    font-size: 160px;
}
.level-2 > p:last-child{
    margin-top: 33px;
    width: 729px;
    height: 130px;
    padding-left: 36px;
    font-weight: 700;
    font-size: 64px;
    line-height: 130px;
    background: linear-gradient(90deg, #E32649 0%, rgba(227, 38, 73, 0) 100%);
    border-radius: 4px;
}
.level-3{
    margin-top: 102px;
}
/* .level-3 > div:first-child{
    position: relative;
    bottom: -10px;
}
.level-3 > div:first-child >div{
    width: 681px;
    height: 21px;
    background: linear-gradient(270deg, rgba(224, 38, 73, 0) 0.6%, #E02649 100%);
}
.level-3 > div:first-child > p{
    padding-left: 170px;
    font-weight: 400;
    font-size: 64px;
    color: #FFFFFF;
} */
.level-3 > div:last-child{
    width: 1753px;
    height: 165px;
    background: linear-gradient(270deg, #E02649 0.6%, rgba(224, 38, 73, 0.65) 52.37%, rgba(224, 38, 73, 0) 100%);
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
.level-3 > div:last-child > div{
    height: 100%;
}
.level-3 > div:last-child > div:first-child{
    padding-top: 72px;
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    border-bottom: 21px solid #E02649;
}
.level-3 > div:last-child > div:last-child{
    display: flex;
    align-items: center;
    justify-items: center;
    margin-right: 53px;
}
.level-3 > div:last-child > div:last-child img:first-child{
    margin-right: 22px;
    width: 87px;
}
.level-3 > div:last-child > div:last-child img:last-child{
    width: 200px;
}

.level-4{
    margin: 100px auto 0;
    width: 1693px;
}

.level-4 .swiper{
    position: relative;
    width: 100%;
    height: 735px;
    border-radius: 19px;
}
.level-4 .swiper img{
    width: 100%;
    height:100%;
}
.level-4 > .level-4-txt{
    width: 100%;
    margin-top: 70px;
    font-weight: 400;
    font-size: 50px;
    line-height: 66px;
    color: #FFFFFF;
}
.bottom.logo-box{
    margin-top: 90px;
}

.slideshow_left, .slideshow_right {
    width: 100px;
    height: 100px;
    position: absolute;
    opacity: .5;
    background: #000;
    border-radius: 50%;
    transition: .3s;
    cursor: pointer;
}

.slideshow_left {
    top: 43%;
    left: -50px;
}

.slideshow_right {
    top: 43%;
    right: -50px;
}

.slide-left, .slide-right {
    width: 78px;
    height: 78px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 8px;
    left: 10px;
}

.slide-left {
    background: url(/images/slide-left.png) no-repeat center;
}

.slide-right {
    background: url(/images/slide-right.png) no-repeat center;
}

@media (max-width: 780px) {
    .level-1 > img.bg-h5{
        display: block;
    }
    .level-1 > img.bg-pc{
        display: none;
    }
    .hidden-xs {
        display: none !important
    }
    .level-1 .logo-box{
        top: 30px;
    }
    .logo-box div,
    .level-3 > div:last-child > div:first-child,
    .level-4 > .level-4-txt{
        font-size: 12px;
    }
    .level-4 > .level-4-txt{
        margin-top: 14px;
        line-height: 16px;
    }
    

    .level-2  > p:nth-child(2){
        font-size: 30px;
    }
    .level-3 > div:first-child > p,  
    .level-2  > p:last-child,
    .level-2  > p:first-child{
        font-size: 14px;
    }
    #pageContainer,
    .level-1{
        width: 100vw;
    }
    #pageContainer{
        padding-bottom: 50px;
    }
    .logo-box div{
        width: 80px;
    }
    .logo-box div img{
        margin-bottom: 5px;
    }
    .level-2{
        margin-top: -20px;
        padding-left: 45px;
    }
    .level-2 > p:last-child{
        width: 228px;
        height: 30px;
        margin-top: 5px;
        padding-left: 10px;
        line-height: 30px;
    }
    .level-3{
        margin-top: 15px;
    }
    .level-3 > div:first-child > div{
        width: 145px;
        height: 8px;
    }
    .level-3 > div:first-child > p{
        padding-left: 25px;
    }
    .level-3 > div:last-child{
        width: 90%;
        height: 33px;
    }
    .level-3 > div:last-child > div:first-child{
        padding-top: 11px;
        border-width: 3px;
    }
    .level-3 > div:last-child > div:last-child{
        margin-right: 15px;
    }
    .level-3 > div:last-child > div:last-child img:first-child{
        width: 22px;
        margin-right: 6px;
    }
    .level-3 > div:last-child > div:last-child img:last-child{
        width: 50px;
    }
    .level-4{
        width: 90%;
        margin-top: 20px;
    }
    .level-4 .swiper{
        height: 162px;
        border-radius: 4px;
    }
    .slideshow_nav{
        width: 100%;
        display: flex;
        height: 1px;
        overflow: hidden;
    }
    .slideshow_left, .slideshow_right {
        width: 34px;
        height: 34px;
    }
    .slide-left, .slide-right {
        width: 12px;
        height: 12px;
        top: 8px;
        left: 10px;
    }
    .slideshow_left{
        left: -17px;
    }
    .slideshow_right {
        right: -17px;
    }
    .bottom.logo-box{
        margin-top: 30px;
    }

}

@media (min-width: 781px) and (max-width: 999px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 1000px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

/* 活动切换 */
.changeActive {
    width: 22px !important;
    height: 17px;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
}

.activeList {
    display: none;
    width: 113px;
    height: 120px;
    background: #232632;
    position: absolute;
    left: 15px;
    top: 40px;
    box-shadow: -1px 0px 10px rgba(0, 0, 0, 0.51);
    border-radius: 2px;
    z-index: 1;
}

.activeList img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.activeList a {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 5px;
    width: 113px;
    height: 40px;
    border-bottom: 1px solid #282C3D;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #FFFFFF;
}