/*首页弹窗开始*/
.alert-body{
    width: 100%;
    position: absolute;
    /*top: 80px;*/
    /*left: 0;*/
    background-image: url("/style/images/activity/act_background.png");
    z-index: 1000;
    top: -5%;
    left: 25%;
}
.alert-body .act-win{
    position: fixed;
    z-index: 100;
    text-align: center;
    margin: 0 auto;
}

.md-overlay{
    opacity: 1;
    visibility: visible;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.43);
    transition: all 0.3s;
}

.act_carry{
    display: inline-block;
    margin: 180px auto 30px;
}

.act_close{
    position: absolute;
    /*top: 23%;*/
    /*right: -5%;*/
    top: 88%;
    right: 45%;
    cursor: pointer;
}
.act_join{
    position: absolute;
    bottom: 38%;
    right: 42%;
}
/*首页弹窗结束*/


/*情人节活动页面*/

#act-214 .activity{
    width: 100%;
    height: 1820px;
    background: url("/style/images/activity/act-214.png") no-repeat center;
    position: relative;
}

#act-214 .activity .act-package{
    width: 100%;
    height: 445px;
    z-index: 10;
    position: absolute;
    top: 53%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#act-214 .activity .act-package .act-plan{
    width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#act-214 .activity .act-package .act-plan .act-plan-item{
    width: 50%;
    height: 357px;
    background: url("/style/images/activity/act-plan.png") no-repeat center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#act-214 .activity .act-package .act-plan .act-plan-item .act-plan-item-cont{
    width: 339px;
    height: 100%;
}

#act-214 .activity .act-package .act-plan .act-plan-item .plan-name{
    width: 100%;
    height: 87px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 22px;
}

#act-214 .activity .act-package .act-plan .act-plan-item .act-price{
    color: #e96b79;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    position: relative;
}

#act-214 .activity .act-package .act-plan .act-plan-item .act-recharge{
    display: flex;
    justify-content: center;
    align-items: center;
}



#activity .activity{
    width: 100%;
    height: 3278px;
    background: url("/style/images/activity/newyear-bg.png") no-repeat center;
    position: relative;
}
#activity .activity .act-time{
    width: 100%;
    text-align: center;
    color: #ffde67;
    font-size: 30px;
    position: absolute;
    top: 13%;
}

#activity .activity .act-price-title{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 28%;
}

#activity .activity .act-prize-title{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 46%;
}

#activity .activity .act-package{
    width: 100%;
    height: 445px;
    background: url("/style/images/activity/package-bg.png") no-repeat center;
    z-index: 10;
    position: absolute;
    top: 31%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#activity .activity .act-package .act-plan{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#activity .activity .act-package .act-plan .act-plan-item{
    width: 100%;
    height: 385px;
    background: url("/style/images/activity/act-plan-default.png") no-repeat center;
}

#activity .activity .act-package .act-plan .act-plan-item:hover{
    width: 100%;
    height: 385px;
    background: url("/style/images/activity/act-plan-checked.png") no-repeat center;
}
#activity .activity .act-package .act-plan .act-plan-item:hover .plan-name{
    color: #ffd446;
}
#activity .activity .act-package .act-plan .act-plan-item .plan-name{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 22px;
}

#activity .activity .act-package .act-plan .act-plan-item .act-days{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}
#activity .activity .act-package .act-plan .act-plan-item .act-price{
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #815351;
    font-size: 18px;
    flex-direction: column;
}

#activity .activity .act-package .act-plan .act-plan-item .act-recharge{
    width: 100%;
    height: 60px;
    text-align: center;
}

#activity .activity .act-prize{
    width: 100%;
    position: absolute;
    top: 49%;
}
#activity .activity .act-prize .prize-img{
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
}

#activity .activity .red-packets{
    width: 100%;
    position: absolute;
    top: 65%;
}
#activity .activity .red-packets .img{
    width: 100%;
    margin: 40px auto 0;
    text-align: center;
    padding-left: 60px;
}

#activity .activity .red-packets img{
    cursor: pointer;
}

#activity .activity .red-packets .times{
    width: 100%;
    margin: 15px auto 0;
    text-align: center;
    font-size: 24px;
    color: #fc5a0a;
}

#activity .activity .red-packets .prize-alert{
    width: 100%;
    height: 320px;
    position: absolute;
    top: 150px;
    display: none;
}
#activity .activity .red-packets .prize-alert .alert-bg{
    width: 560px;
    height: 100%;
    border-radius: 10px;
    background-color: #1b1b1b;
    filter:alpha(opacity:90); opacity:0.9;  -moz-opacity:0.9;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #feb70c;
    font-size: 30px;
    position: relative;
    flex-direction: column;
}

#activity .activity .red-packets .prize-alert .alert-close{
    position: absolute;
    top: -60px;
    right: -68px;
    cursor: pointer;
}

#activity .activity .red-packets .notice-border{
    width: 590px;
    height: 40px;
    margin: 20px auto 0;
    border-radius: 6px;
    background-color: #7a0b08;
    overflow: hidden;
}
#activity .activity .red-packets .notice-bg{
    background-color: #460109;
    width: 584px;
    height: 34px;
    margin: 3px auto;
    border-radius: 6px;
    overflow: hidden;
}
.marquee {
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 30s linear infinite normal;
}
.marquee li{
    display: inline-block;
    line-height: 34px;
    color: white;
    margin-right: 20px;
}
.marquee li span{
    color: #feb70c;
}
.marquee:hover {
    animation-play-state: paused
}

#activity .activity .red-packets .notice-bg {
    padding-left: 1.5em;
    position: relative;
}

@keyframes marquee {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}
#activity .activity .act-intro{
    width: 100%;
    position: absolute;
    top: 87%;
}
#activity .activity .act-intro .intro-content{
    width: 1100px;
    margin: 0 auto;
}
#activity .activity .act-intro p{
    color: #efe1af;
    font-size: 14px;
}
