.c-fanbi-cover{
    z-index: 9999;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.c-fanbi-content{
    z-index: 99999;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 398px;
    height: 392px;
    text-align: center;
    transition: all 100ms;
    transform: scale(0);
    background-image: url('../../../images/activity/fanbi/fanbi.png');
    background-repeat: no-repeat;
}

.c-fanbi-content-active{
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 398px;
    height: 392px;
    text-align: center;
    transform: scale(1);
    transition: all 250ms;
}

.c-fanbi-info{
    position: absolute;
    top: 111px;
    left: 0;
    width: 210px;
    margin: 0 auto;
    right: 0;
}

.c-fanbi-title{
    font-size: 28px;
    font-weight: 600;
    color: #FFCC00;
    letter-spacing: 2px;
}

.c-fanbi-p{
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 2px;
}

.c-fanbi-intro{
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 2px;
    width: 280px;
    margin-top: 27px;
    margin-left: -36px;
}

.c-fanbi-btn{
    display: block;
    width: 128px;
    height: 45px;
    background-image: url(../../../images/activity/fanbi/btn.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 40px;
    margin: 12px auto auto auto;
    font-weight: 600;
    color: #320B0B;
    letter-spacing: 1px;
}

.c-fanbi-close{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.c-fanbi-list{
    position: absolute;
    right: -122px;
    width: 108px;
    top: -10px;
    background-color: #ffffff;
    border-radius: 5px;
}

.c-fanbi-list::before{
    position: absolute;
    content: '';
    display: block;
    left: -10px;
    top: 11px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 15px solid #ffffff;
    border-bottom: 10px solid transparent;
}