				#icbu-buyer-pc-top-banner {
					display: block;
					position: relative;
					width: 100%;
					height: 40px;
					background-position: 50%;
					background-repeat: no-repeat;
					background-size: 1920px 40px;
					z-index: 9999;
					cursor: pointer;
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down-wrapper {
					position: absolute;
					top: 50%;
					left: calc((100% - 1920px) / 2 + 1344px + 80px);
					transform: translateY(-50%);
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down-wrapper .hugo5-count-down-end {
					color: var(--hugo5-count-down-text-color);
					font-size: 12px;
					font-style: normal;
					font-weight: 600;
					line-height: 16px;
					max-width: 300px;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down .one-line-ellipsis {
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 1;
					overflow: hidden;
					text-overflow: ellipsis;
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down,
				#icbu-buyer-pc-top-banner .hugo5-count-down .cell,
				#icbu-buyer-pc-top-banner .hugo5-count-down .days-text,
				#icbu-buyer-pc-top-banner .hugo5-count-down .semicolon {
					display: flex;
					align-items: center;
					justify-content: center;
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down .cell {
					box-sizing: border-box;
					background: var(--hugo5-count-down-cell-bg);
					color: var(--hugo5-count-down-cell-color);
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down .prefix-text,
				#icbu-buyer-pc-top-banner .hugo5-count-down .days-text,
				#icbu-buyer-pc-top-banner .hugo5-count-down .semicolon {
					line-height: normal;
					color: var(--hugo5-count-down-text-color);
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down.pc {
					font-size: 12px;
					gap: 4px;
				}

				#icbu-buyer-pc-top-banner .hugo5-count-down.pc .cell {
					padding: 0 2px;
					min-width: 20px;
					height: 16px;
					line-height: 16px;
					font-weight: 500;
					border-radius: 2px;
				}