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;
}

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

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

.hd-img-section .hd-title .red-spot {
	height: 24px;
	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;
}

.header-mb-wrapper.op {
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

#headerContainer {
	height: calc(100vh - 85px);
}

#headerContainer .headerTContainer {
	width: 86vw;
	height: 86%;
	padding: 16px;
	border-radius: 12px;
	box-sizing: border-box;
}

.tu-weng .tu-q {
	font-size: 16px;
	line-height: 18px;
	padding-left: 42px;
	margin-bottom: 8px;
}

.tu-weng .tu-q::before {
	width: 38px;
	height: 3px;
}

.tu-weng .tu-title {
	top: 30px;
	font-size: 32px;
	line-height: 38px;
	padding-bottom: 12px;
}

.tu-weng .tu-detail {
	top: 30px;
	font-size: 14px;
	line-height: 24px;
}

.tu-weng .tu-more {
	margin-top: 12px;
	top: 30px;
}

.tu-weng .tu-more .more-btn {
	width: 126px;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 0;
}

.nav-section {
	display: none;
}

.mobile-mode .header.mb {
	display: block;
	background-color: #ffffff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	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: 65px;
}

.nav-modal .details {
	position: relative;
}

.nav-modal input {
	display: block;
	width: 100%;
	border: none;
	padding: 10px 42px 10px 20px;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	background: rgba(44, 83, 64, 0.2);
	color: var(--main-color);
	border-radius: 12px;
}

.nav-modal .search-btn {
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	padding: 0;
	right: 16px;
	line-height: 1;
	background: transparent;
	color: var(--main-color);
}

.mobile-mode .nav-modal-overlay {
	display: block;
	position: fixed;
	top: 0;
	right: -110vw;
	width: 100vw;
	height: 100vh;
	background-color: rgba(44, 83, 64, 0.6);
	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: var(--grey-color);
	z-index: 10003;
	padding: 12px 16px;
	transition: right 0.5s ease;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}

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

.mobile-mode .nav-modal.active #closeBtn {
	transform: rotate(0deg);
}

#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
}

.search-modal {
	padding: 20px;
	min-width: 80vw;
}

.search-modal .search-wrapper .input-wrapper {
	width: auto;
	flex: 1;
}

.mobile-mode .right-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.nav-modal .nav-list .nav-item {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	padding-bottom: 8x;
	border-bottom: 1px solid rgba(44, 83, 64, 0.2);
}

.nav-modal .nav-list .nav-item.active .nav-item-txt {
	color: var(--main-color);
}

.nav-modal .nav-list .nav-item.active .layui-nav-child .nav-item-txt {
    color: var(--font-color);
}

.nav-modal .nav-list .nav-item.active .layui-nav-child .layui-nav-item.active .nav-item-txt {
    color: var(--main-color);
}

.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;
	line-height: 24px;
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
}

.mobile-mode .nav-list .nav-item-wrapper .left-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.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 .details {
	color: var(--font-color);
	font-size: 14px;
	font-family: 'Barlow', sans-serif;
	line-height: 24px;
	text-indent: 4ch;
}

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

.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 {
	min-width: 24px;
	min-height: 24px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;

	position: absolute;
	top: 48px;
	right: 16px;
}

.mobile-mode #closeBtn {
	width: 24px;
	height: 24px;
	cursor: pointer;
	transition: all 0.9s ease;
	transform: rotate(360deg);
}

.mobile-mode .pxl-nav-mobile-button {
	/* width: 30px;
    height: 20px; */
	width: 32px;
	height: 32px;
	margin-left: 12px;
	position: relative;
	cursor: pointer;
}

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

.mb-curtain {
	display: block;
}

.logo-wrapper {
	padding: 14px 0 0px 0;
}

.mobile-mode .nav-modal .logo-wrapper {
	padding: 14px 0 30px 0;
}

.mobile-mode .nav-modal .social-btns {
	justify-content: center;
}

/* 移動端導航-end */

/* 底部-start */
.mobile-mode #footerContainer {
	display: none;
}

.mobile-mode #mobileFooter {
	display: flex;
	width: 100vw;
	padding: 16px;
	background-color: #ffffff;
	display: flex;
	flex-flow: column;
	align-items: center;
	box-sizing: border-box;
	border-top: 1px solid #C6C6C6;
	border-radius: 20px 20px 0 0;
	position: relative;

	background-image: url(/static/image/bg-1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.mobile-mode #mobileFooter .ft-op-bg {
	border-radius: 20px 20px 0 0;
}

.mobile-mode #mobileFooter .footer-container {
	z-index: 1;
}

.mobile-mode #mobileFooter .logo-big-icon {
	width: 90px;
	margin-bottom: 16px;
}

.mobile-mode #mobileFooter .f-detail {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.mobile-mode #mobileFooter .f-detail .f-nav {
	/* font-family: PingFang SC, PingFang SC; */
	font-weight: 400;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}

.mobile-mode #mobileFooter .f-detail .f-nav {
	color: #333333;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
}

.mobile-mode #mobileFooter .f-detail .f-nav:first-child {
	padding-left: 0px;
}

.mobile-mode #mobileFooter .f-detail .f-nav a {
	/* cfont-family: PingFang SC, PingFang SC; */
	font-weight: 400;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
	padding-bottom: 14px;
	display: inline-block;
	position: relative;
}

.mobile-mode #mobileFooter .f-detail .f-nav:not(:last-child)::after {
	content: '';
	position: absolute;
	right: 12px;
	width: 1px;
	height: 11px;
	border-left: 1px solid #ffffff;
	top: 6%;
	right: 0;
}

.mobile-mode #mobileFooter #copyright,
.mobile-mode #mobileFooter #copyright a {
	/* font-family: PingFang SC, PingFang SC; */
	font-weight: 400;
	font-size: 10px;
	color: var(--grey-color);
	line-height: 12px;
	border-top: none;
	padding-top: 0;
}

.mobile-mode #mobileFooter .social-btns {
	padding-top: 0;
	padding-bottom: 14px;
}

.mobile-mode #mobileFooter .social-btns img {
	width: 24px;
	height: 24px;
}

.mobile-mode #footerContainer .blue-wrapper .txt-wrapper {
	flex-wrap: wrap;
	width: 100vw;
	box-sizing: border-box;
	padding: 24px;
}

.mobile-mode #footerContainer .blue-wrapper .txt-wrapper .item {
	line-height: 32px;
	font-size: 16px;
}

.mobile-mode #footerContainer .black-wrapper .txt-wrapper {
	width: 90vw;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.mobile-mode #footerContainer .left-container {
	padding-right: 0px;
	flex-flow: column;
	align-items: flex-start;
	border: none;
}

.mobile-mode #footerContainer .nav-item-list {
	padding-right: 12px;
}

.mobile-mode #footerContainer .right-container {
	padding-top: 32px;
	display: flex;
	justify-content: center;
	width: 100%;
	border: none;
	padding-left: 0px;
}

.mobile-mode #footerContainer .nav-list {
	flex-flow: column;
}

.mobile-mode #footerContainer .lvl-2 {
	display: none;
}

.mobile-mode #footerContainer .contact {
	padding-left: 0px;
}

.mobile-mode #footerContainer .blue-wrapper img {
	margin-top: 4px;
}

.mobile-mode #footerContainer .black-wrapper {
	font-size: 18px;
}

#mobileFooter a,
.mobile-mode .mobile-num {
	color: #ffffff !important;
}

/* 底部-end */

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

.pbmit-progress-wrap {
	width: 36px;
	height: 36px;
	line-height: 36px;
	right: 16px;
	bottom: 24px;
}

.pbmit-progress-wrap::before {
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.pbmit-progress-wrap::after {
	width: 33px;
	height: 33px;
	line-height: 33px;
}

#all-whatsapp {
	width: 38px;
	height: 38px;
	line-height: 38px;
	bottom: 80px;
	right: 16px;
}

/* 回到頂部-end */

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

.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: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 5px;
}

.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 */
.container {
	padding: 0 16px;
}

.section-xl {
	padding: 60px 0;
}

.pbmit-title-bar-wrapper {
	height: calc(100vh - 85px);
	margin-top: 85px;
}

.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;
}

.mobile-mode .nav-list .nav-item.has-children {
    position: relative;
}

.mobile-mode .nav-list .nav-item.has-children.show .nav-item-wrapper {
	padding-bottom: 0;
}

.mobile-mode .nav-list .nav-item.has-children .down-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
    width: 16px;
    height: 16px;
    transition: all 0.3s ease;
}

.mobile-mode .nav-list .nav-item.has-children .down-arrow.black {
    opacity: 1;
}

.mobile-mode .nav-list .nav-item.has-children .down-arrow.green {
    opacity: 0;
}

.mobile-mode .nav-list .nav-item.has-children.show .down-arrow.black {
    opacity: 0;
    transform: translateY(-50%) rotate(180deg);
}

.mobile-mode .nav-list .nav-item.has-children.show .down-arrow.green {
    opacity: 1;
    transform: translateY(-50%) rotate(180deg);
}

.mobile-mode .nav-list .nav-item.has-children .layui-nav-child {
    display: none;
   
}

.mobile-mode .nav-list .nav-item.has-children .layui-nav-child .layui-nav-item {
	padding: 10px 0;
	margin: 0 0px 0 1.5em;
	border-bottom: 1px solid #C6C6C6;
}

.mobile-mode .nav-list .nav-item.has-children .layui-nav-child .layui-nav-item:last-child {
	border-bottom: none;
}

.mobile-mode .nav-list .nav-item.has-children.show .layui-nav-child {
	width: 100%;
    display: block;
}

.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;
}


@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;
	}
}

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

.pbmit-title-bar-content {
	height: calc(100vh - 85px);
	padding: 0;
}

.form-group {
	width: 100% !important;
	position: relative;
	margin-bottom: 0px;
}

.form-control {
	height: 52px;
	padding: 8px;
}