body {
	overflow-x: hidden;
}

.my-section {
	padding: 48px 0 0 0;
}

.my-container {
	width: 100%;
	padding: 0 16px;
}

.my-container-title {
	height: auto;
	min-height: 70px;
	margin-bottom: 20px;
}

.my-container-title .title-txt-img {
	width: 83%;
	height: auto;
}

.my-container-title .title-icon {
	width: 12%;
	height: auto;
	top: 9%;
	left: 76%;
}

.my-wrapper .txt {
	font-family: PingFang HK, PingFang HK;
	font-weight: 400;
	font-size: 14px;
	color: var(--font-color);
	line-height: 22px;
	/* letter-spacing: 2px; */
}

.my-wrapper .txt p {
	font-family: PingFang HK, PingFang HK;
	font-weight: 400;
	font-size: 14px;
	color: var(--font-color);
	line-height: 22px;
	/* letter-spacing: 2px; */
}

.hd-big-img {
	height: auto;
	margin-top: 85px;
	border-radius: 0 0 32px 32px;
}

.hd-img-section .hd-title {
	font-size: 55px;
	line-height: 55px;
	font-weight: 500;
}

.hd-img-section .hd-title .red-spot {
	height: 55px;
	margin-right: 8px;
}

.hd-img-section {
	background-size: contain;
	padding-bottom: 12px;
}

/* 移動端導航-start */
.header.pc,
.pc-fix-head {
	display: none;
}

.header-mb-wrapper {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px;
}

.mb-curtain {
	width: 100%;
}

.nav-section {
	display: none;
}

.mobile-mode .header.mb {
	display: block;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	/* width: 100vw; */
	width: 100%;
	height: 85px;
	z-index: 999;
	/* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
	box-sizing: border-box;
}

.mobile-mode .logo-img {
	height: 32px;
}

.mobile-mode .nav-modal-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: -110vw;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.6) !important;
	z-index: 10002;
	padding: 24px;
	transition: right 0.3s ease;
	box-sizing: border-box;
	overflow-y: auto;
}

.mobile-mode .nav-modal-overlay.active {
	right: 0;
}

.mobile-mode .nav-modal {
	display: block;
	position: fixed;
	top: 0px;
	right: -110vw;
	width: 80vw;
	height: 100vh;
	background-color: #FFF9EF;
	z-index: 10003;
	padding: 12px 16px;
	transition: right 0.5s ease;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

.accessibility-10-1 .mobile-mode .nav-modal,
.accessibility-10-2 .mobile-mode .nav-modal,
.accessibility-10-3 .mobile-mode .nav-modal {
	padding-bottom: 62px;
}

.mobile-mode .nav-modal.active {
	right: 0;
}

#nav-modal .service_dropdown {
	display: none;
	padding-left: 16px;
}

.mobile-mode .sec-blue-title {
	padding-top: 60px !important;
}

.mobile-mode .modal-logo {
	height: 24px;
}

.mobile-mode .header-btn-icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 26px
}

.mobile-mode .search-wrapper {
	height: 36px;
	border-radius: 27px;
	background-color: rgba(146, 99, 37, 0.34);
	display: flex;
	align-items: center;
	padding: 4px 16px;
	margin-top: 21px;
	width: 70vw;
	margin: 8px auto 0;
}

.mobile-mode .search-wrapper input {
	height: 100%;
	color: var(--font-color);
	width: calc(70vw - 20px);
	background-color: rgba(146, 99, 37, 0);
	border: none;
	flex: 1;
	margin-right: 4px;
}

.mobile-mode .search-wrapper .search-icon {
	width: 14px;
	cursor: pointer;
}

.mobile-mode .nav-list {
	list-style: none;
	margin: 46px 0px 0px 0px;
	flex-wrap: wrap;
	background-color: #FFF9EF;
	row-gap: 13px;
	width: 100%;
	padding: 0;
	margin: 24px auto 0;
}

.nav-modal .nav-list .nav-item {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
}

.page-en-us .nav-modal .nav-list .nav-item {
	flex: 1 1 46px;
}

.nav-modal .nav-list .nav-item dl {
	position: relative;
	background: transparent;
	box-shadow: none;
	border: none;
	top: 0;
}

.nav-modal .nav-list .nav-item dl .nav-i-item {
	font-family: PingFang HK, PingFang HK;
	font-weight: 300;
	font-size: 14px;
	color: #88654F;
	line-height: 32px;
	padding-left: 42px;
}

.mobile-mode .nav-list a,
.nav-modal .nav-list .nav-item {
	width: 100%;
	position: relative;
}

.mobile-mode .nav-list .nav-item-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-mode .nav-list .nav-item-wrapper .left-wrapper {
	display: flex;
	align-items: center;
}

.nav-modal .nav-list .nav-item .nav-icon-wrapper {
	width: 32px;
	height: 32px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nav-modal .nav-list .nav-item .nav-icon {
	width: 20px;
	font-size: 20px;
}

.nav-modal .nav-list .nav-item .nav-item-txt {
	font-size: 14px;
	padding-left: 10px;
}

.nav-modal .nav-list .nav-item .brown-arrow {
	width: 8px;
}

.mobile-mode .nav-list li.active>a {
	color: var(--main-color);
}

.mobile-mode .nav-list li.active .service-area-a,
.mobile-mode .nav-list li.active .news-area-a {
	color: var(--main-color);
}

.mobile-mode .nav-list li li {
	list-style: none;
}

.mobile-mode .nav-list li li a {
	color: #464646;
}

.mobile-mode .nav-i-container {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.mobile-mode .nav-i-container.show {
	max-height: 500px;
	/* 根据实际情况调整 */
}

.mobile-mode .language-wrapper {
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 30px;
	margin: 0 auto;
}

.mobile-mode .language-wrapper .language-btn {
	font-family: PingFang HK, PingFang HK;
	font-weight: 500;
	font-size: 16px;
	color: var(--font-color);
	line-height: 23px;
	cursor: pointer;
}

.mobile-mode .language-wrapper .divider-line {
	width: 1px;
	height: 16px;
	background-color: var(--font-color);
	margin: 0 4px;
}

.mobile-mode .mobile-tooltip,
.mobile-mode .mobile-newstip {
	display: none;
}

/* 当添加.open类时显示二级菜单 */
.mobile-mode .mobile-tooltip.open,
.mobile-mode .mobile-newstip.open {
	display: block;
}

.mobile-mode .close-wrapper {
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}

.mobile-mode #closeBtn {
	width: 36px;
	height: 36px;
	cursor: pointer;
}

.mobile-mode #pxl-nav-mobile {
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-khtml-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mobile-mode .pxl-nav-mobile-button {
	/* width: 30px;
    height: 20px; */
	width: 32px;
	height: 32px;
	line-height: 32px !important;
	position: relative;
	cursor: pointer;
}

.mobile-mode .pxl-nav-mobile-button img {
	max-width: 100%;
	height: auto;
	margin-top: 7px
}

.accessibility-6-1 .mobile-mode .pxl-nav-mobile-button img {
	opacity: 1 !important;
}

.mb-curtain {
	display: block;
}

/* 移動端導航-end */

/* 底部-start */
.footer-wrapper {
	flex-direction: column;
}

.footer-leftwrapper,
.footer-rightwrapper {
	width: 100%;
}

.footer-leftwrapper {
	display: flex;
	justify-content: center;
	column-gap: 50px;
	padding: 0 20px;
	align-items: center;
}

.footer-love {
	margin-top: 0;
}

.footer-logo {
	padding-left: 0;
}

.footer-logo img {
	opacity: 1 !important;
}

.foot-nav-list {
	display: none;
}

.footM-wrapper {
	display: block;
	width: 100%;
	margin-top: 30px;
}

.footM-item {
	margin-bottom: 20px;
	width: 100%;
	padding: 0 20px;
}


.page-en-us .footM-item{
	padding: 0 10px;
}

.fooM-item-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

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

.footM-title {
	display: flex;
	align-items: center;
	font-family: PingFang HK, PingFang HK;
	font-weight: 600;
	font-size: 18px;
	color: #8A1D02;
	line-height: 11px;
	text-align: left;
	column-gap: 10px;
}

.page-en-us .footM-title{
	font-size: 14px;
}

.footM-title>a {
	font-family: PingFang HK, PingFang HK;
	font-weight: 600;
	font-size: 18px;
	color: #8A1D02;
	line-height: 11px;
	text-align: left;
}

.footM-title img {
	width: 18px;
}

.footM-nav-list {
	padding-top: 8px;
	padding-left: 35px;
	display: none;
	/* margin-top: 5px; */
}

.footM-nav-list li a {
	font-family: PingFang HK, PingFang HK;
	font-weight: 300;
	font-size: 16px;
	color: #8A1D02;
	line-height: 30px;
	text-align: left;
}

.footM-nav-arrow {
	transition: transform 0.3s ease;
}

.footM-nav-arrow.active {
	transform: rotate(-90deg);
}

.footM-item {
	position: relative;
}

.footM-title .footM-icon {
	width: 25px;
	height: 25px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.footM-icon-1 {
	background-image: url(/assets2/image/tit-icon-1.png);
}

.footM-icon-2 {
	background-image: url(/assets2/image/tit-icon-5.png);
}

.footM-icon-3 {
	background-image: url(/assets2/image/title-icon-3.png);
}

.footM-icon-4 {
	background-image: url(/assets2/image/tit-icon-4.png);
}

.footM-icon-5 {
	background-image: url(/assets2/image/tit-icon-2.png);
}

.footM-icon-6 {
	background-image: url(/assets2/image/tit-icon-8.png);
}

.footM-icon-7 {
	background-image: url(/assets2/image/tit-icon-6.png);
}

.footM-icon-8 {
	background-image: url(/assets2/image/tit-icon-7.png);
}

.footM-icon-9 {
	background-image: url(/assets2/image/tit-icon-9.png);
}

.footer-bt-link li>a {
	font-size: 13px;
}

.footer-bt-link li {
	padding: 0 10px;
}

.footer-bottom p {
	font-size: 10px;
	line-height: 15px;
	margin-top: 5px;
}

.footer-bottom {
	margin-top: 10px;
}

.footer-section {
	padding: 20px 0;
}

/* 底部-end */

/* 回到頂部-start */
#mkdf-back-to-top {
	/* bottom: 40px; */
	bottom: 80px;
	right: 15px;
	width: 42px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 42px;
}

/* 回到頂部-end */

/* 右側固定條-start */
.fix-link-box {
	right: 15px;
	top: auto;
	bottom: 145px;
}

.fix-link-box.fix-link-box-expanded {
    bottom: 51px;
}

.fix-link-box .fix-list {
    display: none;
}

.fix-link-box .fix-list.expanded {
    display: flex;
}

.fix-link-box .fix-list li {
	width: 40px;
	opacity: 0;
	transform: translateX(100%);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.fix-link-box .fix-list li.active {
	opacity: 1;
	transform: translateX(0);
}

.toggle-fix-button {
	right: 0;
	cursor: pointer;
	position: absolute;
	bottom: 18%;
	transform: translateY(-50%);
	background-color: #88654F;
	padding: 5px;
	border-radius: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.toggle-fix-button svg {
	width: 30px;
	height: 30px;
	border: 2px solid #fff !important;
	border-radius: 50%;
	padding: 5px;
	background-color: #88654F !important;
}

.fix-link-box .fix-list li:first-child.active {
	right: 30px;
}

.fix-link-box .fix-list li:nth-child(2).active {
	right: 60px;
}

.fix-link-box .fix-list li:last-child.active {
	right: 30px;
}

/* 右側固定條-end */

/* 內容標題-start */
.com-title h3 {
	font-size: 40px;
	line-height: 40px;
}

.com-title-M {
	width: auto;

	align-items: center;
	column-gap: 5px;
	/* justify-content: center; */
	background-color: #fff;
	border-radius: 50px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
	padding: 10px 20px;
}

.com-title-M h3 {
	font-family: PingFang HK, PingFang HK;
	font-weight: 600;
	font-size: 20px;
	color: #0080CB;
	line-height: 30px;
}

.com-title-M img {
	max-width: 100%;
	height: auto;
	height: 30px;
}

/* 內容標題-end */

/* 在移动端导航相关样式中添加 */
.mobile-mode .nav-list .brown-arrow {
	transition: transform 0.3s ease;
}

.mobile-mode .nav-list .brown-arrow.active {
	transform: rotate(-90deg);
}

/* 确保二级菜单默认隐藏 */
.mobile-mode .nav-list .layui-nav-child {
	display: none;
}

.com-title-M h3 {
	color: #0A5F25;
	font-size: 16px;
	line-height: 16px;
}

.com-title-M img {
	width: 16px;
	height: auto;
}

.com-title-M {
	padding: 8px 12px;
}

.my-section {
	padding-top: 30px;
	overflow: hidden;
}

.section-header {
	display: none;
}

.accessibility-grid {
	margin-top: 30px;
}

.accessibility-grid .a-item-8,
.accessibility-grid .a-item-9 {
	display: none;
}

#accessibilityIcon {
	bottom: 20px;
	right: 13px;
	width: 45px;
	height: 45px;
}

.accessibility-menu .close-btn {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .36);
}

.accessibility-6-1 .toggle-fix-button svg {
	opacity: 1 !important;
}

.accessibility-3-1 #accessibilityMenu {
	zoom: 0.96 !important;
}

.accessibility-3-2 #accessibilityMenu {
	zoom: 0.92 !important;
}

.accessibility-3-3 #accessibilityMenu {
	zoom: 0.85 !important;
}

.accessibility-3-4 #accessibilityMenu {
	zoom: 0.8 !important;
}

.accessibility-10-1 .toggle-fix-button {
	bottom: 24%;
}

.accessibility-10-2 .toggle-fix-button {
	bottom: 28%;
}

.accessibility-10-3 .toggle-fix-button {
	bottom: 30%;
}

@media screen and (min-width:1024px) and (max-width:1280px) {

	.my-container-title .title-txt-img {
		width: 60%;
	}

	.my-container-title .title-icon {
		width: 5%;
		height: auto;
		top: 0%;
		left: 70%;
	}

	.my-wrapper .txt {
		font-size: 16px;
		line-height: 29px;
	}

	.my-wrapper .txt p {
		font-size: 16px;
		line-height: 29px;
	}

}

@media screen and (max-width:767px) {
	.com-title-M {
		width: auto;
		display: inline-flex;
	}

	.hd-img-section .hd-title {
		font-size: 24px;
		line-height: 24px;
		font-weight: 500;
	}

	.hd-img-section .hd-title .red-spot {
		height: 24px;
		margin-right: 8px;
	}
}

@media screen and (max-width:567px) {
	.page-en-us .footer-bt-link ul{
		flex-wrap: wrap;
	}
	
	.page-en-us .footM-item{
	    padding:0px 0px;
	}
	
	
	
	
}