@charset "utf-8";
.wrapper {
    width: 100%;
    height: 2740px;
    background: url('../images/pc-bg.jpg') no-repeat center center / 100% 100%;
    text-align: center;
}

.title, .title2 {
    margin: 0 auto;
    width: 500px;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    font-size: 32px;
}

.title2 {
    margin-top: 40px;
}

.title div, .title2 div{
    width: 250px;
}

.title img , .title2 img{
    width: 90px;
    height: 90px;
    margin-bottom: 14px;
}

.people {
    margin: 15px 0 0 250px;
}

.main-title {
    text-align: left;
    margin-top: 78px;
    margin-left: 15%;
}

.main-title h5{
    font-weight: 700;
    line-height: 42px;
    font-size: 32px;
    color: #9D233E;
}

.main-title h1{
    font-weight: 700;
    font-size: 64px;
    line-height: 84px;
    color: #FFFFFF;
}

.main-title h2{
    width: 481px;
    height: 86px;
    line-height: 86px;
    font-weight: 700;
    font-size: 40px;
    background: linear-gradient(90deg, #E32649 0%, rgba(227, 38, 73, 0) 100%);
    border-radius: 4px;
    color: #fff;
    text-indent: 24px;
}

.dj-title {
    margin: 50px 0 0 15%;
    font-weight: 400;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    text-align: left;
}

.ued-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    height: 82px;
    background: linear-gradient(270deg, #E02649 0.6%, rgba(224, 38, 73, 0.65) 52.37%, rgba(224, 38, 73, 0) 100%);
    border-radius: 4px;
    color: #fff;
    margin: 50px auto 0;
}

.ued-line .video-title {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    border-bottom: 5px solid #E02649;
    margin: 0 0 0 5%;
}

.ued-line .logo {
    width: 67px;
    height: 63px;
    margin-right: 17px;
}

.ued-line .ued {
    width: 150px;
    height: 30px;
}

.ued-line .logo-box {
    display: flex;
    align-items: center;
    margin-right: 50px;
}

.swiper-box {
    width: 70%;
    margin: 50px auto 50px;
}

.swiper-box .swiper {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 20%;
}

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

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

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


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

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

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

.main-txt {
    width: 70%;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: left;
    margin: 0 auto;
}
