@charset "utf-8";
/* head - 置頂Banner */
.header_wrap { transition: padding-top 0.3s ease; }
.header_wrap--top-banner{ padding-top: 110px; }
.header { transition: top 0.3s ease; }
.header--top-banner { top: 50px; }

/* 搜尋BAR - 置頂Banner */
.search { transition: top 0.3s ease; }
.search--top-banner { top: 110px; }

/* 置頂Banner */
#top-banner {
    position: fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    /* 要比soldout浮水印圖片(z-index:3;)高。 */
    z-index: 4;
}
.vieshow-buy3get1-bg-color {
    background-color: #aa2c2d;
}
.top-banner-el-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    opacity: 1;
}
@keyframes slide {
    0% {
        opacity: 0;
    }
    12.5% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    62.5% {
        opacity: 0;
    }
}