.footer-section {
    padding-top: 50px;
}

/* 服務使命-start */
.my-section.my-section-7 {
    padding-top: 80px;
}

.my-wrapper-1,
.my-wrapper-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-wrapper-1 {
    width: 60%;
}

.my-wrapper-1 .left-wrapper-1 {
    padding-right: 50px;
    padding-top: 30px;
}

.txt {
    text-indent: 2em;
}

.right-wrapper-1 {
    width: 40%;
}

.my-wrapper-1 .left-wrapper-1 .txt {
    margin-top: 50px;
}

.right-wrapper-1 img {
    width: 95%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.my-wrapper-2 .left-wrapper-1 {
    order: 2;
}

.my-container-2 {
    margin-top: 70px;
}

.my-container-2 .com-title {
    margin-bottom: 30px;
    justify-content: center;
}

.my-wrapper-2 .left-wrapper-1 {
    padding-left: 10px;
    width: 50%;
}

.my-container-2 .right-wrapper-1 {
    width: 50%;
}


/* 服務使命-end */

/* 組織架構-start */
.my-section-2 .my-wrapper img{
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
}
.my-section-2 .my-wrapper{
    background-color: #fff;
    padding: 10px 100px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
    border-radius: 20px;
}
.my-section-2 .c-bg-1{
    top: 0%;
    left: 40%;
    width: 26%;
}
.my-section-2 .c-bg-2{
    top: 47%;
    left: 40%;
    width: 26%;
}

.pt-reset{
    padding: 0px 0 100px 0;
}
/* 組織架構-end */

/* 服務質素標準-start */
.standard-item {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 1);
    padding: 5px 10px 5px 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.standard-item span {
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 23px;
    color: #88654F;
    line-height: 40px;
    text-align: left;
}

.page-en-us .standard-item span{
	text-transform:capitalize;
}

.standard-item .bold {
    font-weight: 600;
}

.standard-title {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.standard-title h5 {
    font-family: Inter, Inter;
    font-weight: normal;
    font-size: 25px;
    color: #E73828;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    width: 250px;
}

.standard-title h5:last-child {
    color: #0080CB;
}

.item-flex-box {
    display: flex;
    column-gap: 30px;
}

.item-flex-box>div {
    border-radius: 50px;
    padding: 5px 30px;
    display: flex;
    align-items: center;
    width: 220px;
    justify-content: space-between;
    font-family: PingFang HK, PingFang HK;
    font-weight: 600;
    font-size: 16px;
    color: #88654F;
    line-height: 23px;
}

.page-en-us .item-flex-box>div{
	width: 238px;
}

.item-flex-box .pink-box {
    background-color: #FFEFE7;
}

.item-flex-box .blue-box {
    background-color: #E2F4FF;
}

.item-flex-box img {
    width: 18px;
    max-width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}
.item-flex-box .check img{
    margin-top: 2px;
}
.item-flex-box .check,
.item-flex-box .download {
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

/* 鼠标悬停时更换图片 */
.pink-box:hover .check img {
    content: url(/assets2/image/pink-view.png); 
}

.pink-box:hover .download img {
    content: url(/assets2/image/pink-download.png); 
}

.blue-box:hover .check img {
    content: url(/assets2/image/blue-view.png); 
}

.blue-box:hover .download img {
    content: url(/assets2/image/blue-download.png); 
}

.pink-box:hover {
    background-color: #FFCFB7;
    color: #E73828;
}

.blue-box:hover {
    background-color: #B4E3FF;
    color: #066CA9;
}

.download-container {
    margin-top: 50px;
}

.my-wrapper-3 {
    display: flex;
}

.my-wrapper-3 .left-wrapper-1 {
    width: 50%;
    padding-right: 10px;
}

.my-wrapper-3 .right-wrapper-1 {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.my-wrapper-3 .txt {
    margin-top: 30px;
}

.download-section {
    position: relative;
}

.download-section .c-bg-1 {
    width: 60%;
    top: 11%;
    left: 0;
}

.download-section .c-bg-2 {
    bottom: 17%;
    right: 10%;
}


/* 服務質素標准-end */

/* 中心設施-start */
.center-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 80px;
}

.center-list img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.center-list .center-item {
    width: 46%;
}

.center-list .center-item .tt {
    text-align: center;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 38px;
    color: #000000;
    line-height: 50px;
    margin-top: 15px;
}

.center-item>div {
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.center-item>div img {
    transition: all 0.5s ease;
    cursor: pointer;
}

/* .center-item>div:hover img {
    transform: scale(1.1);
} */

.btn-list{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    column-gap: 30px;
}
.btn-list div{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #8A1D02;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    border: 2px solid #8A1D02;
    cursor: pointer;
}
.btn-list div img{
    max-width: 100%;
    height: auto;
    width: 20px;
}
#tabHeader-center>div.active{
    background-color: #FFF1E2;
    color: #8A1D02;
}
#tabHeader-center>div:last-child.active img {
    content: url('/assets2/image/next-page-red.png');
}
.demo-tab-body>ul{
    display: none;
}
.demo-tab-body .layui-show{
    display: flex !important;
}

/* 中心設施-end */

/* 聯絡資料-start */
.contact-container .com-title{
    justify-content: center;
}
.contact-title{
    margin: 50px 0;
}
.contact-title h3{
    text-align: left;
    color: #980019;
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
}
.contact-wrapper{
    display: flex;
    justify-content: space-between;
}
.left-contact,.right-contact{
    width: 50%;
}
.contact-wrapper p{
    font-family: PingFang HK, PingFang HK;
    font-weight: 400;
    font-size: 26px;
    color: #88654F;
    line-height: 50px;
    text-align: left;
}
.contact-wrapper p .bold,.contact-wrapper p.bold{
    font-weight: 600;
}
.left-contact .top-1{
    margin-bottom: 50px;
}
.left-contact p>a{
    text-decoration: underline;
    color: #88654F;
}
.left-contact p>a:hover{
    color: #980019;
}

.map-wrapper{
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 15px 15px 15px;
    margin-top: 50px;
}
.map-wrapper>p{
    color: #000;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.map-wrapper>p a{
    color: #0080CB;
    text-decoration: underline;
}
.map-wrapper img{
    max-width: 100%;
    height: auto;
}
.map-list{
    display: flex;
    margin-top: 15px;
}
.map-list img{
    width: 33.33%;
}
.preview-img{
    cursor: pointer;
}
.contact-section .c-bg-1{
    top: 12%;
    left: 20%;
    width: 60%;
}
.map-wrapper h3{
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    color: #88654F;
    margin-bottom: 5px;
}

/* 聯絡資料-end */

.preview-img.map-pic-2 {
    border-radius: 20px 0 0 20px;
}

.preview-img.map-pic-4 {
    border-radius: 0 20px 20px 0;
}

.contact-section .map-list img:nth-child(2) {
    border-radius: 0;
}

.contact-section .map-list img:nth-child(3) {
    border-radius: 0 20px 20px 0;
}


/* 分頁 */

#demo-laypage-theme-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 138px;
}

#demo-laypage-theme-1 .layui-disabled {
    /* display: none;
    background-color: rgba(0, 0, 0, 0) !important; */
    background-color: #0A5F25 !important;
    opacity: 0.5;
}

#demo-laypage-theme-1 a {
    width: 46px;
    height: 46px;
    color: #ffffff;
    background-color: #0A5F25;
    border: 1px solid #0A5F25;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* margin-left: 60px; */
}

#demo-laypage-theme-1 a:hover {
    color: #0A5F25;
    background-color: rgba(0, 0, 0, 0);
}

#demo-laypage-theme-1 .layui-laypage-curr {
    width: 46px;
    height: 46px;
    color: #0A5F25;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0A5F25;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* margin-left: 60px; */
}

#demo-laypage-theme-1 .layui-laypage-curr em {
    color: #0A5F25 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

#demo-laypage-theme-1 .layui-laypage {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    position: relative;
}

#demo-laypage-theme-1 .layui-icon.layui-icon-right::before,
#demo-laypage-theme-1 .layui-icon.layui-icon-left::before {
    display: none;
}

#demo-laypage-theme-1 .layui-laypage-next {
    background-image: url(/assets2/image/right-arrow-s.png);
    background-position: 13px center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    /* display: none; */
    position: absolute;
    top: 0%;
    right: -40%;
}

#demo-laypage-theme-1 .layui-laypage-next.layui-disabled:hover{
    background-image: url(/assets2/image/right-arrow-s.png);
}

#demo-laypage-theme-1 .layui-laypage-next:hover {
    background-image: url(/assets2/image/right-arrow-s-hover.png);
}

#demo-laypage-theme-1 .layui-laypage-prev {
    background-image: url(/assets2/image/left-arrow-s.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    /* display: none; */
    position: absolute;
    top: 0%;
    left: -40%;
}

#demo-laypage-theme-1 .layui-laypage-prev.layui-disabled:hover{
    background-image: url(/assets2/image/left-arrow-s.png);
}

#demo-laypage-theme-1 .layui-laypage-prev:hover {
    background-image: url(/assets2/image/left-arrow-s-hover.png);
}


/* 分页基础样式 */
.pagination {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 30px 0;
  list-style: none;
  flex-wrap: wrap; /* 手机端换行 */
}

.pagination li {
  margin: 0 4px; /* 间距缩小适应手机 */
}

.pagination li a,
.pagination li span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
  min-width: 40px; /* 固定宽度避免跳动 */
  text-align: center;
}

/* 主色调应用 */
.pagination li a:hover {
  background-color: #f5f5f5;
}

.pagination li.active span {
  background-color: #88654F;
  border-color: #88654F;
  color: white;
}

.pagination li.disabled span {
  color: #aaa;
  cursor: not-allowed;
}

/* 手机端优化 */
@media (max-width: 576px) {
  .pagination li {
    margin: 4px; /* 增加手机端间距 */
  }
  
  .pagination li a,
  .pagination li span {
    padding: 6px 10px;
    min-width: 36px;
  }
}

/* 电脑端悬停效果 */
@media (hover: hover) {
  .pagination li a:hover {
    background-color: #88654F;
    color: white;
    border-color: #88654F;
  }
}