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

.top-banner {
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	/* 要比soldout浮水印圖片(z-index:3;)高。 */
	z-index: 4;
}
.top-banner {
	transition: top 0.3s ease;
}
.top-banner--hidden {
	top: -50px;
}
.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;
    }
}