@charset "UTF-8";
/*title 共用*/
.title {
	margin-bottom: 30px;
}

.title-en span {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 700;
	font-family: "Play", "Times", "Times New Roman", serif;
	color: #2BB8DE;
}

.title-en i {
	margin-left: 15px;
	vertical-align: super;
	line-height: 40px;
}

.title-tw {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 0.875rem;
}

.title-light .title-en i {
	color: #fff;
}

.title-light .title-tw {
	color: #fff;
}

.title2 {
	margin-bottom: 30px;
	padding: 10px 0 20px 40px;
	border-bottom: 2px solid #7ad5ed;
	position: relative;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.813rem;
	font-weight: 700;
}

.title2::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #E31840;
	position: absolute;
	top: 20px;
	left: 14px;
}

@media only screen and (max-width: 768px) {
	.title2 {
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
}

/*categories item 共用*/
.category-slider {
	width: calc(100% + 20px);
	margin-left: -10px;
	margin-right: -10px;
}

.category-slider .slick-track {
	margin-left: 0;
}

.category-item {
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	text-align: center;
	line-height: 0;
	letter-spacing: normal;
	font-size: 0;
}

.category-item:hover .category-img {
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

.category-item:hover .category-title-link {
	background-color: #fff;
	color: #2BB8DE;
}

.category-item:hover .category-title-link::before {
	background-image: url("../../images/icon-logo-left-blue.svg");
}

.category-item:hover .category-title-link::after {
	background-image: url("../../images/icon-logo-right-blue.svg");
}

.category-img-link {
	width: 100%;
	overflow: hidden;
	display: block;
	background-color: #dee2e6;
}

.category-img {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 1;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transition: -webkit-transform 1s ease-out;
	transition: -webkit-transform 1s ease-out;
	transition: transform 1s ease-out;
	transition: transform 1s ease-out, -webkit-transform 1s ease-out;
}

.category-title-link {
	max-width: 90%;
	min-width: 57.5%;
	padding: 10px;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: #2BB8DE;
	border-style: solid;
	border-width: 1px;
	border-color: #2BB8DE;
	color: #fff;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.category-title-link::before, .category-title-link:after {
	content: '';
	width: 7px;
	height: 24px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-repeat: no-repeat;
	background-position: center center;
}

.category-title-link::before {
	background-image: url("../../images/icon-logo-left.svg");
}

.category-title-link::after {
	background-image: url("../../images/icon-logo-right.svg");
}

.category-title {
	padding: 0 16px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25rem;
}

@media only screen and (max-width: 768px) {
	.category-title {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.063rem;
	}
}

@media only screen and (max-width: 480px) {
	.category-item {
		padding: 0 5px;
	}
}

/*categories item -- end*/
/*footer*/
.footer {
	border-top: 1px solid #e9ecef;
	text-align: center;
}

.footer-content {
	padding: 50px 20px;
}

.footer-link {
	width: 100%;
	margin-bottom: 20px;
	gap: 20px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-link img {
	width: 100%;
	display: block;
}

.footer-logo {
	width: 190px;
}

.footer-qrcode {
	width: 135px;
}

.footer-nav {
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 20px;
	font-weight: 600;
}

.footer-info {
	width: 100%;
	padding: 15px 20px;
	gap: 15px;
	background-color: #2BB8DE;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.footer-info-item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
}

.footer-info-item:hover {
	color: #fff;
}

.footer-info-icon {
	width: 47px;
	height: 47px;
	margin-right: 10px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 30px;
	text-align: center;
	align-items: center;
	color: #2BB8DE;
	background-color: #fff;
	font-size: 20px;
	line-height: 10px;
}

.footer-com {
	width: 100%;
	gap: 10px;
	padding: 15px 20px;
	background-color: #E31840;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.063rem;
}

.footer-copyright {
	color: #fff;
}

.footer-design {
	color: #7d192d;
}

.footer-design a {
	color: #7d192d;
}

.footer-design a:hover {
	color: #fff;
}

/* side menu*/
.side-menu {
	width: 22%;
}

.menu__switch {
	max-width: 768px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0;
	display: none;
	text-align: center;
	border-radius: 10px;
	border: 1px solid rgba(43, 184, 222, 0.6);
	background-color: rgba(43, 184, 222, 0.1);
	color: #2BB8DE;
}

.menu__switch .switch-icon-off {
	display: inline-block;
}

.menu__switch .switch-icon-on {
	display: none;
}

.menu__switch--on .switch-icon-off {
	display: none;
}

.menu__switch--on .switch-icon-on {
	display: inline-block;
}

.menu__box {
	margin-bottom: 20px;
}

.menu-page-name {
	padding-bottom: 10px;
	font-family: "Play", "Times", "Times New Roman", serif;
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 700;
	color: #2BB8DE;
	border-bottom: 2px solid #7ad5ed;
}

.menu__list {
	padding: 10px 0;
	border-bottom: 2px solid #e9ecef;
}

.menu__list:has(.menu__title--on) {
	background-color: #f8f9fa;
}

.menu__title {
	padding: 0 10px 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.menu__title::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #E31840;
	position: absolute;
	left: 10px;
	top: 14px;
}

.menu__title--on .menu__btn i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.menu__name {
	padding-top: 3px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.menu__btn {
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	letter-spacing: normal;
}

.menu__btn i {
	font-size: 12px;
	color: #6c757d;
}

.menu__layer {
	display: none;
	padding-left: 20px;
}

.menu__layer--on {
	display: block;
}

.menu__link {
	padding: 5px 10px 5px 24px;
	display: block;
	position: relative;
}

.menu__link::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: #E31840;
	position: absolute;
	left: 10px;
	top: 15px;
}

.menu__link.active {
	color: #2BB8DE;
}

@media only screen and (max-width: 960px) {
	.side-menu {
		width: 100%;
	}
	.menu-page-name {
		padding-bottom: 5px;
		font-size: 30px;
	}
	.menu__switch {
		display: block;
		margin-bottom: 10px;
	}
	.menu__box {
		display: none;
	}
}

/* side bar --end */
/*right wrap*/
.right-wrap {
	width: 78%;
	padding-left: 4%;
}

@media only screen and (max-width: 960px) {
	.right-wrap {
		width: 100%;
		padding-left: 0;
	}
}

/*right wrap --end*/
/* download */
.download-bar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 30px;
}

.download-bar .form__control {
	max-width: calc(30% - 26px);
}

.download-title {
	margin-bottom: 5px;
	padding: 0 10px 0 30px;
	position: relative;
}

.download-title::before {
	content: '';
	width: 10px;
	height: 10px;
	background-color: #E31840;
	position: absolute;
	top: 7px;
	left: 10px;
}

.download-box {
	margin-bottom: 10px;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #f8f9fa;
	border-radius: 4px;
}

.download-info {
	padding-right: 10px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font-size: 13px;
	font-size: 0.813rem;
	line-height: 1.25rem;
}

.download-btn {
	width: 80px;
	height: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-column-gap: 5px;
	   -moz-column-gap: 5px;
	        column-gap: 5px;
	border-radius: 4px;
	background-color: #7ad5ed;
	color: #fff;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 14px;
}

.download-btn i {
	font-size: 16px;
}

.download-btn:hover {
	background-color: #2BB8DE;
	color: #fff;
}

.download-date {
	padding: 0 10px;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-weight: bold;
	font-size: 12px;
	color: #6c757d;
}

.download-item {
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.download-item:nth-child(odd) {
	background-color: #F5F5F5;
}

.download-item .download-title {
	margin-bottom: 0;
	padding: 8px 10px 8px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.download-item .download-title::before {
	top: 15px;
}

@media only screen and (max-width: 768px) {
	.download-box {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.download-info {
		width: 100%;
		margin-bottom: 10px;
	}
	.download-btn {
		margin: 0 auto;
	}
	.download-bar .form__control {
		max-width: calc(50% - 5px);
	}
	.download-item {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.download-item .download-title {
		width: 100%;
	}
	.download-item .download-btn {
		margin-right: 0;
	}
}

/* download --end */
/*search bar*/
.search-btn {
	width: 40px;
	height: 40px;
	margin: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: top;
	border-radius: 4px;
	background-color: #2BB8DE;
	border-width: 0;
	color: #fff;
}

/*search bar --end*/
.line-link {
	width: 50px;
	display: block;
	position: fixed;
	z-index: 5;
	right: 20px;
	bottom: 20px;
}

.line-link img {
	width: 100%;
	display: block;
}

@media only screen and (max-width: 480px) {
	.line-link {
		width: 40px;
		right: 10px;
		bottom: 15px;
	}
}
