.downArrow {
	background-image: url(/images/digital_signage_products/productoverview/down.png);
}

.upArrow {
	background-image: url(/images/digital_signage_products/productoverview/up.png);
}

#popup {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	display: none;
	width: 100%;
	height: 100vh;
	backdrop-filter: blur(5px);
	position: fixed;
	z-index: 999;
}

#popup.show {
	opacity: 1;
	visibility: visible;
	display: block;
}

.crox {
	right: 25px;
	top: 25px;
	position: absolute;
}

.info_d {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	width: 500px;
	height: 300px;
	background-color: #fff;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	flex-direction: column;
}

.popup_logo {
	width: 150px;
	height: 65px;
}

.tex {
	padding: 20px 0;
	font-size: 16px;
	color: #595959;
}

.popup_btn {
	letter-spacing: 10px;
	padding: 0;
}

.popup_btn {
	letter-spacing: 0;
}

#MainWrap .productHeader.device_seeker {
	background: #0575D7;
}

.background_seeker {
	background-image: url("/images/digital_signage_products/productoverview/device_seeker_1920.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	height: 969px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.productHeader.device_seeker .contents {
	background-image: url("/images/digital_signage_products/productoverview/device_seeker_kv_1920.jpeg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	height: 600px;
}

.header_wrap h1 {
	padding-top: 25px;
}

.device_seeker_txt {
	padding-bottom: 57px;
}

.productHeader .contents {
	align-items: flex-start;
	padding-top: 67px;
}

.productHeader .contents .logo {
	width: 100px;
	box-shadow: -1px -3px 9px rgba(0, 0, 0, 0.5);
	border-radius: 20px;
}

.more_fast {
	/* Optional: Center content and add padding/margin as needed */
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}


.case {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
	margin: 138px auto 0 auto;
	width: 80%;
	height: 692px;
	max-width: 1200px;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	background-color: #fff;
}

.case_fast {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
	margin: 0 auto;
	padding: 30px 0;
	width: 80%;
	max-width: 1200px;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.left_fast,
.right_fast {
	display: none;
	position: relative;
	opacity: 0;
	transition: opacity 0.5s ease-in,
		/* Adjust width as needed */
}

.left_fast {
	width: 55%;
}

.fr .cell_p {
	display: none;
}

.first,
.sec {
	opacity: 0;
	transform: translateX(-100px);
	animation: fadeInLeft 1s ease-out forwards;
}

.first {
	animation-delay: 0.1s;
	/* Delay for the first element */
}

.sec {
	animation-delay: 0.5s;
	/* Delay for the second element */
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-100px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.download_button {
	position: relative;
	border: none;
	border-radius: 50px;
	font-size: 25px;
	width: 238px;
	height: 55px;
	color: #fff;
	background-color: #0575D7;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 35px;
}

.download_button:hover .icon-wrapper {
	bottom: 4px;
	transition: bottom 0.1s ease;
	/* 平滑過渡 */

}

.icon-wrapper {
	position: absolute;
	right: 15px;
	bottom: 8px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}


.icon-wrapper img {
	height: 20px;
	width: auto;
}

/* 顯示 .background_seeker 元素的樣式 */
.left_fast.visible,
.right_fast.visible {
	display: block;
	opacity: 1;
}

.background_seeker.visible {
	display: flex;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.wrap_de {
	opacity: 0;
	/* 初始設定為透明 */
	animation: fadeIn 1s ease-in forwards;
	/* forwards確保動畫結束後保持最終狀態 */
}

.header_wrap div {
	color: #595959;
}

.whiteSelector {
	background-color: #0575D7;
	opacity: 1;
}

.productHeader .contents h1 {
	font-size: 3.313em;
	line-height: 1.35em;
}

.left,
.right {
	position: relative;
	width: 50%;
	box-sizing: border-box;
	height: 100%;
	display: flex;
	align-items: center;
	/* 垂直居中對齊內容 */
	justify-content: center;
	/* 水平居中對齊內容 */
}

.right {
	background-color: #0575D7;
	border-radius: 0 30px 30px 0;
}

.wrap_de.visible {
	display: block;
}

.left_fast .f28,
.left_fast .f35 {
	color: #0575D7;
	font-weight: 900;
}

.left_fast .f44 {
	color: #0575D7;
	font-size: 2.5em;
	font-weight: 900;
	letter-spacing: 1px;
}

.left_fast.en .f35,
.left_fast.en .f28 {
	letter-spacing: 2px;
}

.title {
	text-align: center;
	padding: 10% 0 20px 0;
}

.fr .title {
	width: 390px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}

.fr .list ul {
	padding: 0;
	padding-left: 50px;
}

.wrap_de {
	display: none;
}

.list ul {
	list-style-type: disc;
	list-style-position: inside;
	padding: 20px;
}

.list li {
	text-indent: -30px;
	/* 第一行左移，讓點符號與文字對齊 */
	padding: 0 50px;
	margin-bottom: 30px;
}

.list .en li {
	margin-bottom: 40px;
}

.list .en b {
	font-weight: 900;
}

.ds_features {
	width: 526px;
	height: 340px;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2)
}

.scope {
	position: absolute;
	left: -120px;
	bottom: -150px;
	transform-origin: center center;
	animation: rotate 2s linear infinite;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg) translateX(20px) rotate(-360deg);
	}

	100% {
		transform: rotate(-360deg) translateX(20px) rotate(0deg);
	}
}

.scope img {
	max-width: 100%;
	height: auto;
}

.wrap_de {
	height: 100%;
}

.wrap_de .title,
.wrap_de ul li,
.wrap_de a {
	font-weight: 700;
	color: #fff;
}

.wrap_de ul.en li {
	font-weight: 500;
}

.wrap_de a.en {
	letter-spacing: 5px;
}

.wrap_de ul li {
	letter-spacing: 3px;
}

.contactus {
	box-sizing: border-box;
	width: 100%;
	display: block;
	text-align: right;
	padding-right: 80px;
}

.more_fast {
	display: block;
}

.more_fast .case_fast {
	border-radius: 0;
	box-shadow: none;
}

.device_seeker .f18 {
	font-weight: 400;
	letter-spacing: 3px;
}

.device_seeker .en .f18 {
	width: 540px;
}


.icon-wrapper img {
	height: 20px;
	width: auto;
}

.contactus {
	display: inline-block;
	/* 確保容器適應內容的大小 */
	position: relative;
	padding-right: 80px;
}

.contactus i {
	position: absolute;
	right: 8px;
	bottom: 4px;
	transition: right 0.3s ease;
}

.contactus:hover i {
	right: 5px;
}

.productName span,
.subButtonAll a {
	color: #fff;
}

.contactus_text {
	position: relative;
	padding-right: 25px;
}

.left_fast .first {
	margin-bottom: 59px;
}

.left_fast.en .first {
	margin-bottom: 30px;
}

.left_fast .sec {
	margin-bottom: 106px;
}

.left_fast.en .sec {
	margin-bottom: 50px;
}

.left_fast .sec .f20,
.left_fast .first .f20 {
	font-weight: 900;
	color: #595959;
	letter-spacing: 5px;
}

.left_fast.en .sec .f20,
.left_fast.en .first .f20 {
	font-weight: 400;
	color: #595959;
	letter-spacing: 2px;
}

.device_seeker_txt {
	padding-bottom: none;
}
@media only screen and (max-width: 1440px) {
	.productHeader.device_seeker .contents {
		background-image: url("/images/digital_signage_products/productoverview/device_seeker_kv_1024.jpeg");
		height: 440px;
		background-position: top;
	}
}

/* 針對螢幕寬度1024px以下 */
@media only screen and (max-width: 1024px) {
	

	.device_seeker .en .f18 {
		font-size: 16px;
		width: 450px;
		letter-spacing: 2px;
	}

	.wrap_de {
		display: block;
	}

	.productHeader.device_seeker .contents h1 {
		max-width: 50%;
	}

	.background_seeker {
		background-image: url(/images/digital_signage_products/productoverview/device_seeker_1024.jpeg);
	}

	.productHeader .contents {
		padding-top: 39px;
	}

	.header_wrap {
		max-width: 1023px;
		gap: 0;
	}

	.header_wrap .f53 {
		padding-top: 30px;
	}

	.device_seeker_txt {
		padding-bottom: 45px;
	}

	.download_button {
		margin-bottom: 5px;
	}

	.case_fast,
	.case {
		width: 100%;
		flex-direction: column-reverse;
		box-sizing: border-box;
		background-color: #ffffff00;
		box-shadow: none;
		border-radius: 0;
	}

	.left,
	.right {
		width: 100%;
		padding: 0 3%;
	}

	.left {
		background-color: #0575D7;
	}

	.ds_features {
		margin: 30px 0;
	}

	.right {
		box-sizing: border-box;
		background-color: #ffffff00;
		border-radius: 0;
		align-items: center;
		text-align: center;
	}

	.wrap_de .title,
	.wrap_de ul li,
	.wrap_de a,
	.contactus_text {
		font-weight: 700;
		color: #595959;
	}

	.list .en li {
		padding: 0;
		margin-bottom: 30px;
	}



	.background_seeker,
	.case_fast,
	.case {
		height: 100%;
		margin: 0;
	}

	.title {
		padding: 0;
		padding-top: 20px;
	}

	.title.zh {
		padding-top: 40px;
	}

	.zh .list ul {
		padding-top: 20px;
	}

	.zh .mobile {
		margin-bottom: 40px;
	}

	.more_fast .case_fast {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.left_fast,
	.right_fast {
		width: 100%;
	}

	.left_fast .sec {
		width: 525px;
		margin: 0 auto;
	}

	.fr .left_fast .f28 {
		line-height: 1.4;
	}

	.right_fast img {
		padding-top: 20px;
		width: 45%;
	}

	.left_fast .download_button {
		display: none;
	}

	.left_fast .first {
		margin-bottom: 34px;
	}

	.sec,
	.first {
		text-align: left;
	}

	.sec div,
	.first div {
		text-align: center;
	}

	.left_fast .sec {
		margin-bottom: 0;
	}

	a.contactus {
		padding: 0;
		justify-content: center;
	}

	.mobile {
		margin: 0 auto;
		text-align: center;
		width: 150px;
		margin-bottom: 20px;
		font-weight: 900;
	}

	.en .mobile {
		width: 250px;
	}

	.contactus i {
		bottom: 6px;
	}

	.en .contactus i {
		bottom: 4px;
	}

	.contactus_text {
		padding-right: 0;
	}

	.scope {
		left: 175px;
		bottom: -55px;
	}

	.scope img {
		width: 175px;
	}

	.subButtonAll {
		background-color: transparent;
	}
}

@media only screen and (max-width: 960px) {
	.scope {
		left: 97px;
	}
}

@media only screen and (max-width: 762px) {
	.subButtonAll {
		background-color: #0575D7;
	}

	.device_seeker .f18 {
		font-size: 14px;
	}

	#MainWrap .productHeader.device_seeker {
		background-color: transparent;
		margin-bottom: 7px;
	}

	.productHeader.device_seeker .contents {
		background-image: none;
		height: auto;
	}

	.cell_bg {
		display: inline;
		background-image: url(/images/digital_signage_products/productoverview/device_seeker_kv_360.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		height: 240px;
		box-sizing: border-box;
		padding-top: 113px;
		padding-left: 36px;
	}

	.background_seeker {
		padding: 20px 0px;
		background-image: url(/images/digital_signage_products/productoverview/device_seeker_360.jpeg);
		min-height: 428px;
	}

	.case {
		margin: 0;
	}

	.case_fast {
		margin-top: 0;
		padding: 0;
	}

	.case_fast,
	.case {
		height: auto;
	}

	.cell_bg h1.f53 {
		display: inline;
		font-size: 30px;
		font-weight: 900;
		color: #595959;
	}

	.productHeader .contents .logo {
		margin: 0;
	}

	.productHeader .contents {
		padding-top: 0;
	}

	.header_wrap h1 {
		padding-top: 0;
	}

	.left_fast,
	.right_fast {
		width: 100%;
	}

	.left_fast .f28 {
		font-size: 1.1rem;
	}

	.left_fast .f28 .f28 {
		font-size: 1.9rem;
	}

	.left_fast .sec {
		width: 100%;
	}

	.list .en li {
		text-align: center;
	}

	.fr .first .f28 {
		width: 220px;
		margin: 0 auto;
	}

	.download_button.cell_none,
	.left.cell_none {
		display: none;
	}

	.mobile {
		padding: 0;
		width: 150px;
	}

	.more_fast.visible {
		padding: 30px;
	}

	.header_wrap .device_seeker_txt {
		background-color: #0575D7;
		text-align: center;
		padding: 30px 0;
	}

	.header_wrap .device_seeker_txt div {
		color: #fff;
	}

	.device_seeker .en .f18 {
		width: 100%;
	}

	.wrap_de,
	.more_fast {
		display: block;
	}

	.more_fast {
		padding: 50px 40px;
	}

	.fr.more_fast {
		padding: 50px 20px;
	}

	.right_fast img {
		width: 100%;
	}

	.title.f44 {
		font-size: 30px;
		padding: 0;
	}

	.list ul {
		text-align: center;
		font-size: 16px;
		padding: 15px 32px;
	}

	.en .first .f44,
	.en .sec .f44 {
		font-size: 20px;
	}

	.fr .left_fast .f28 {
		line-height: 1.1;
		padding-bottom: 20px;
	}

	.fr .cell_p {
		display: block;
	}

	.fr .pc {
		display: none;
	}

	.en .first .f20,
	.en .sec .f20 {
		font-size: 12px;
	}

	.wrap_de ul li {
		letter-spacing: 1px;
		margin-bottom: 20px;
		text-indent: -23px;
	}

	.list li {
		padding: 0 30px;
	}
}