/* 客製化或特殊設定CSS 請寫在這裡 */
body {
    font-size: 15px;
}
.container {
    width: 1140px;
}
.main .month_evnet {
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
    width: 98.5%;
}
.main .month_evnet span.s2 {
    font-size: 110%;
    padding: 5px 2px;
}
.main .month_evnet span.s3 {
    font-size: 85%;
}
.main .bank_event span.s2 {
    font-size: 110%;
}

/* 金幣雨 */
.coin {
    width: 100%;
    height: 740px !important;
    position: absolute;
    z-index: 5;
    top: 50px;
    pointer-events: none;
    overflow: hidden;
}
.coin::before {
    content: '';
    background: #fff;
    width: 100%;
    height: 30px;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}
.coin li {
    position: absolute;
    animation: all 5s linear;
    top: -50px;
    -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
.coin li a{
    display: block;
}
@media only screen and (max-width: 1279px) {
    .coin {
        height: calc(53.4vw + 50px) !important;
    }
}
@media only screen and (max-width: 1024px) {
    .coin {
        height: calc(53.6vw + 50px) !important;
    }
}
@media only screen and (max-width: 992px) {
    .coin {
        top: 79px;
        height: calc(60vw + 50px) !important;
    }
}

@media only screen and (max-width: 767px) {
    .coin { display: none; }
}
