.swiperMain{
    width: 0;
    margin-top: -264px;
    position: absolute;
}
.swiper{
    width: 1060px;
    height: 456px;
    /*background-color: #000;*/
    left: 240px;
    /*margin-top: -575px;*/
    margin: 0 auto 0;
    display: flex;
}

.swiper .swiperContent{
    flex: 1;
    width: 720px;
    height: 406px;
}
.swiper .swiperContent img{
    flex: 1;
    width: 100%;
    height: 406px;
    margin-top: 50px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}

.notice{
    width: 460px;
    height: 456px;
    background-color: #ffffff;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 24px;
    overflow-y: scroll;
    z-index: 999;
}
.notice .noticeHeader{
    line-height: 44px;
}
.notice .noticeHeader .noticeHeaderItem{
    float: left;
    color: rgba(0,0,0,0.85);
    font-size: 18px;
    margin-right: 24px;
    cursor: pointer;
}
.notice .noticeHeader .selectNoticeHeaderItem{
    color: rgba(61,83,179,1);
    border-bottom: 1px solid rgba(61,83,179,1);
}

.notice .noticeContent{
    height: 44px;
    line-height: 44px;
}
.notice .noticeContent .noticeContentItem{
    cursor: pointer;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    border-bottom: 1px dashed rgba(0,0,0,0.1);
}

.video{
    width: 1060px;
    margin: 242px auto 0;
}
.video .videoContent{
    margin-top: 40px;
    position: relative;
}
.video .videoContent .playIconDiv{
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.video .videoContent .playIcon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.ad{
    margin-top: -80px;
    position: relative;
    z-index: 100;
    display: flex;
}

.character{
    width: 100%;
    background: url("../images/bg_character.png") no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.role{
    text-align: center;
    width: 1060px;
    margin: 0 auto;
    padding-top: 48px;
}
.cooperative{
    text-align: center;
    width: 100%;
    padding: 48px 0;
    background-color: #ffffff;
}

#certify {
    position: relative;
    width: 1060px;
    margin: 68px auto;
}

#certify .swiper-container {
    margin-bottom: 60px;
}
#certify  .swiper-slide {
    width: 600px;
    display: inherit;
    text-align: center;
}
#certify  .swiper-slide img{
    margin: 0 auto;
}

.cooperative .cooperativeList{
    display: flex;
    width: 1060px;
    margin: 40px auto 0;
}
.cooperative .cooperativeList .cooperativeItem{
    flex: 1;
}


.dialogVideo{
    width:50%;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 10002;
}


.music{
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: 9999;
}