.main{
    padding-top: 61px;
}
.main_banner {
    height: 700px;
    position: relative;
    background: url("../img/anniversary/banner.png") no-repeat;
    background-size: 100% 700px;
}

.experienceBanner {
    margin: 0 auto;
    padding-top: 195px;
    width: 1200px;
}

/*周年庆活动样式*/
#activityContent{
    height: 840px;
    background: url("../img/anniversary/danmu_bg.svg") no-repeat;
    background-size: cover;
}
.dan{
    position: absolute;
    left: 100%;
    background: #333;
    white-space: nowrap;
    padding: 0 14px;
    border-radius: 50px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 2px;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
    cursor: default;
    top: 80px;
    animation: danmu 12s linear 0s infinite;
}
.screen {
    height: 100%;
    overflow: visible!important;
}
@-webkit-keyframes danmu {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc(-100vw - 100%));
        transform: translateX(calc(-100vw - 100%));
    }
}
@keyframes danmu {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(calc(-100vw - 100%));
        transform: translateX(calc(-100vw - 100%));
    }
}
.danmu-content{
    height: 100%;
    padding: 40px 0;
    overflow: hidden;
}
.danmu-item {
    margin: 5px;
    overflow: hidden;
    display: inline-block;
    word-break: keep-all;
    white-space: nowrap;
}
.wishItem{
    height: 36px;
    line-height: 24px;
    box-shadow: inset 0px 4px 6px 0px #FFFFFF, inset 0px -2px 7px 0px #FFFFFF;
    border-radius: 20px;
    border: 2px solid rgba(255,255,255,0.25);
    position: relative;
    font-size: 16px;
    font-family: SourceHanSansSC-Bold, SourceHanSansSC;
    font-weight: bold;
    color: #FFFFFF;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 17px 0 40px;
}
.wishItem .wish-icon{
    width: 48px;
    height: 48px;
    position: absolute;
    left: -10px;
    top: -8px;
}
.wishItem .wish-icon.icon-0{
    background: url("../img/anniversary/face_1.png") no-repeat;
    background-size: 100% 100%;
}
.wishItem .wish-icon.icon-1{
    background: url("../img/anniversary/face_2.png") no-repeat;
    background-size: 100% 100%;
}
.wishItem .wish-icon.icon-2{
    background: url("../img/anniversary/face_3.png") no-repeat;
    background-size: 100% 100%;
}
.wishItem .wish-icon.icon-3{
    background: url("../img/anniversary/face_4.png") no-repeat;
    background-size: 100% 100%;
}
#send{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10002;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    display: none;
}
#send #send-c{
    width: 400px;
    height: 520px;
    background: url(/img/anniversary/wish_modal.png) no-repeat;
    background-size: 400px 520px;
    top: 50%;
    position: relative;
    left: 50%;
}
#send #send-c #close_btn{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 93px;
    right: 26px;
    cursor: pointer;
}
#send #wishBox{
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 20px;
}
#send #wishBox #inputWish{
    width: 100%;
    height: 90px;
    background: #F3F5F9;
    border-radius: 10px;
    font-size: 18px;
    font-family: SourceHanSansSC-Regular, SourceHanSansSC;
    font-weight: 400;
    border: none;
    resize: none;
    padding: 16px;
}
#send #wishBox #inputWish:focus{
    border-color: #40a9ff;
    box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
    border-right-width: 1px;
    outline: 0;
    transition: all .3s;
}
#send #wishBox #sendWish{
    width: 312px;
    height: 126px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}
.bounceInAnimate {
    -webkit-animation: bounceIn .4s .2s ease-in-out both;
    -moz-animation: bounceIn .4s .2s ease-in-out both;
}

/*由小变大淡入动画*/
@-webkit-keyframes bounceIn {
    0% {
        opacity:0;
        -webkit-transform: translate(-50%, -50%) scale(.3)
    }
    50% {
        opacity:1;
        -webkit-transform: translate(-50%, -50%) scale(1.05)
    }
    70% {
        -webkit-transform: translate(-50%, -50%) scale(.9)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1)
    }
}
@-moz-keyframes bounceIn {
    0% {
        opacity:0;
        -moz-transform: translate(-50%, -50%) scale(.3)
    }
    50% {
        opacity:1;
        -moz-transform: translate(-50%, -50%) scale(1.05)
    }
    70% {
        -moz-transform: translate(-50%, -50%) scale(.9)
    }
    100% {
        -moz-transform: translate(-50%, -50%) scale(1)
    }
}

/* 视频轮播样式开始 */
.video-js .vjs-fullscreen-control {
    display: none!important;
}
.video-js .vjs-play-progress{
    background-color: #FF5555!important;
}
.videoContain{
    height: 876px;
    background: url("../img/anniversary/video_bg.png") no-repeat;
    background-size: cover;
    position: relative;
}
#videoBox{
    display: flex;
    padding: 15px;
    width: 1430px;
    height: 630px;
    background: #181A27;
    border-radius: 22px;
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
#videoBox #playVideo{
    width: 1050px;
    height: 590px;
    overflow: hidden;
    margin-right: 15px;
    position: relative;
}
#videoBox #playVideo b{
    position: absolute;
    top: 24px;
    left: 21px;
    font-size: 16px;
    font-family: Alibaba-PuHuiTi-M, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #FCFBFB;
    line-height: 22px;
}
.videoContain  .wishMain{
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 18px;
    font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 27px;
}
.videoContain  .wishMain img{
    display: block;
    margin: 0 auto;
    height: 60px;
}
.videoContain  .wishMain img:last-of-type{
    margin: 30px auto 35px;
    cursor: pointer;
}
#videoBox #video_swiper{
    /*height: 100%;*/
}
#videoBox .swiper{
    width: 320px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
#videoBox #playVideo #AiWenVideo{
    width: 100%;
    height: 100%;
}

#videoBox .swiper .swiper-wrapper .swiper-slide .swiperVideo{
    padding: 14px;
    height: 100%;
    cursor: pointer;
    font-size: 14px;
    font-family: SourceHanSansSC-Medium, SourceHanSansSC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    align-items: center;
}

#videoBox .swiper .swiper-wrapper .swiper-slide .swiperVideo .swiper-video-item{
    width: 128px;
    height: 72px;
    border-radius: 4px;
    margin-right: 14px;
    background-size: cover;
}
#videoBox .swiper .swiper-wrapper .swiper-slide .swiperVideo .swiper-video-detail{
    width: 150px;
}
#videoBox .swiper .swiper-wrapper .active-video .swiperVideo{
    background: rgba(255,255,255,0.06);
    color: #FF5555;
}

#activityRule{
    height: 700px;
    background: url("../img/anniversary/rules_detail.svg") no-repeat;
    background-size: cover;
}
.AWMessage{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #000000d9;
    font-size: 14px;
    line-height: 1.5715;
    list-style: none;
    position: fixed;
    top: 20px;
    left: 0;
    z-index: 99999;
    width: 100%;
    pointer-events: none;
    display: none;
}
.AWMessage .AWMessage-notice{
    padding: 8px;
    text-align: center;
}
.AWMessage .AWMessage-notice-content{
    display: inline-block;
    padding: 10px 16px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 6px -4px #0000001f, 0 6px 16px #00000014, 0 9px 28px 8px #0000000d;
    pointer-events: all;
}
.AWMessage .AWMessage-notice-content .msgIcon{
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    display: inline-block;
    background: url(../img/success.svg) no-repeat;
    background-size: 16px 16px;
}
.AWMessage .AWMessage-notice-content .msgIcon.errorIcon{
    background: url(../img/error.svg) no-repeat;
    background-size: 16px 16px;
}
