.common-tit {
    text-align: center;
}

.common-tit>.title {
    font-size: 30px;
    font-weight: bold;
    color: rgb(22, 77, 68);
}

.common-tit>.aspen {
    font-size: 30px;
    font-weight: bold;
    color: #997540;
}

.common-tit>.underline {
    width: 70px;
    border-bottom: solid 2px rgb(22, 77, 68);
    margin: 15px auto;
}

.common-tit>.underline1 {
    width: 70px;
    border-bottom: solid 2px rgb(153, 117, 64);
    margin: 15px auto;
}

.common-tit>.desc {
    font-size: 16px;
    font-weight: bold;
}


.common-tit.white>.title {
    color: #fff;
}

.common-tit.white>.underline {
    border-bottom: solid 2px rgb(255, 255, 255);
}

.text-green-main {
    color: rgb(22, 77, 68);
}

.bg-green-main {
    background-color: rgb(22, 77, 68);
}



.text-brown {
    color: #b1824a;
}

.vertical-line {
    width: 1px;
    height: 70px;
    background: #b1824a;
    margin: 0 auto;
}

.top-form {
    text-align: center;
}

.top-input {
    height: 50px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 400px;
    display: inline-block;
    text-align: center;
    background-color: #e9e9e9;
}

.top-button {
    width: 200px;
    height: 50px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background: #b1824a;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    margin-top: 30px;
}

.line-bold {
    width: 120px;
    height: 11px;
    background: #b1824a;
    margin: 0 auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.five-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.five-swiper .swiper-box {
    position: relative;
}

.five-swiper .swiper-box img {
    position: relative;
}

.five-swiper .swiper-box p {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    bottom: -20px;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ffffff;
}

.five-swiper .swiper-slide-active,
.five-swiper .swiper-slide-duplicate-active {
    transform: scale(1);
}

.flex {
    display: flex;
}

.flex .x4 {
    align-items: stretch;
}

.flex-line {
    display: grid;
    grid-template-columns: 1fr 250px 1fr
}

.flex-line .item {
    line-height: 60px;
    color: #174f42;
}

.flex-line .hr-line {
    margin-top: 30px;
    border-top: solid 1px #174f42;
}

.tab-title {
    transform: translateX(-34px);
}

.tab-title li.tab-hover {}

.tab-title li.tab-hover .l-border {
    background-color: #b1824a;
}

.tab-title li.tab-hover .r-body {
    background-color: rgba(255, 255, 255, 1);
}

.tab-title li.tab-hover .r-body h2 {
    color: #b1824a;
}

.tab-title li {
    /* border-left: 24px solid rgba(0, 0, 0, 0);
    transform: translateX(-32px); */
    display: grid;
    margin-bottom: 30px;
    height: 150px;
    grid-template-columns: 24px 1fr;
}

.tab-title li .l-border {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.tab-title li .r-body {
    padding-top: 10px;
    background-color: #dadfe3;
    padding-left: 20px;
    line-height: 40px;
}

.tab-title li .r-body p {
    line-height: 30px;
    font-size: 16px;
}

.tab-content .tab-item {
    padding-right: 40px;
}

.lkbz {
    background-color: rgb(22, 77, 68);
    position: relative;
    height: 320px;
    margin-top: 100px;
    color: #fff;
}

.lkbz-circle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.lkbz-text {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    line-height: 40px;
    margin-top: 40px;
}

.lkbz-text .item:not(:last-child) {
    border-right: #9c9c9c solid 1px;
}

.lkbz-text .item p {
    margin-top: 10px;
}

.lkbz-body {
    /* position: absolute;
    top: -100px; */
    transform: translateY(-100px);
}

.last-body {
    display: grid;
    grid-template-columns: 50px 1fr 50px;
    margin-top: 50px;
}

.last-body .char {
    font-size: 40px;
    color: rgb(22, 77, 68);
}

.last-body .right {
    display: flex;
    align-items: flex-end;
}

.dchen-container {
    display: flex;
    justify-content: flex-end;
}

.dchen-position {
    padding: 20px 0;
    width: 300px;
    margin-right: 50px;
    text-align: center;
}

.dchen-position .title {
    border-right: solid #fff 1px;
    line-height: 56px;
    font-size: 24px;
}

.dchen-position .meta {
    padding-left: 20px;
}

.common-form {
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    /* transform: translateY(-50px); */
    margin-top: -120px;
}

.common-form .tit {
    font-size: 24px;
    font-weight: bold;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.xmgy {
    width: 100%;
    text-align: center;
    padding-top: 30px;
}

.xmgy table,
.xmgy table td {
    /* border: #fff 1px solid; */
}

.xmgy table {
    width: 200px;
    margin: 40px auto 0;
    font-size: 16px;
    line-height: 35px;
}

.xmgy .content {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 60% 30%;
}

.pg-next {
    right: 0;
    background-image: url("https://www.visas.to/wp-content/uploads/oneandonly/arrow-right-bold.png");
}

.pg-prev {
    left: 0;
    background-image: url("https://www.visas.to/wp-content/uploads/oneandonly/arrow-left-bold.png");
}


.offset-section-tit {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 40px;
    margin-bottom: 20px;
}

.offset-section-tit>.border-bottom {
    width: 100px;
    height: 1px;
    margin-top: 15px;
    background-color: #ffffff;
}

.offset-section-item {
    background-color: #ffffff;
    color: rgb(22, 77, 68);
    text-align: center;
}

.offset-section-item>.title {
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.offset-section-item>.desc {
    padding-bottom: 20px;
}

.grid-slide-text {
    display: flex;
    align-items: stretch;
    background-color: #b1824a;
    overflow: hidden;
    margin-top: 30px;
}

.grid-slide-text>.item {
    width: 50%;
    overflow: hidden;
    background-color: rgb(20, 77, 68);
}

.swiper.grid-slide {
    width: 100%;
    height: 100%;
}

.swiper-slide.grid-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide.grid-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grid-slide-text>.item>.content {

    padding: 40px;
    color: #fff;

}

.grid-slide-text>.item>.content>p {
    line-height: 30px;
}

.form>input {
    height: 40px;
    width: 200px;
    border-radius: 20px;
    text-align: center;
    margin: 0 15px;
}

.form>button {
    height: 40px;
    border-radius: 20px;
    padding: 0 50px;
    margin: 0 15px;
    background-color: rgb(20, 77, 68);
    color: #ffffff;
    font-weight: bold;
}

.swiper.mySwiper888 {
    width: 100%;
    height: 100%;
}

.mySwiper888 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mySwiper888 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scale-diy .uk-transition-toggle:hover .uk-transition-scale-up {
    --uk-scale-x: 1.23;
    --uk-scale-y: 1.23;
    opacity: 1;
}

.ycc-hex-section {
    max-width: 1200px;
    margin: 40px auto 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}

.ycc-hex-item {
    flex: 1;
    text-align: center;
    background-color: #f3f4f4;
    border-radius: 8px;
    padding: 48px 10px 24px;
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

.ycc-hexagon-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ycc-hexagon {
    width: 86px;
    aspect-ratio: 1;
    background-color: rgb(22, 77, 68);
    clip-path: polygon(25% 4%, 75% 4%, 97% 50%, 75% 96%, 25% 96%, 3% 50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ycc-hexagon img {
    width: 52%;
    height: 52%;
}

.ycc-hex-text {
    font-size: 16px;
    line-height: 1.8;
    color: rgb(22, 77, 68);
    padding: 20px 8px 0;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 768px) {
    .ycc-hex-section {
        flex-wrap: wrap;
        row-gap: 24px;
    }

    .ycc-hex-item {
        flex: 0 0 50%;
    }
}

@media (max-width: 480px) {
    .ycc-hex-item {
        flex: 0 0 100%;
    }
}

.facilities-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
    gap: 0;
    max-width: 1200px;
}

/* 第一行三列布局 */
.facilities-container:first-of-type {
    margin-bottom: 0;
}

/* 统一卡片样式，更接近图片示例 */
.facility-card {
    flex: 0 0 auto;
    background-color: #f2f2f2;
    border-radius: 0;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e0e0e0;
}

/* 第一行三列 */
.facilities-container:first-of-type .facility-card {
    width: calc(33.333% - 1px);
    height: 120px;
}

/* 第二行四列 */
.facilities-container:last-of-type .facility-card {
    width: calc(25% - 1px);
    height: 120px;
}

.facility-icon {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.facility-icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: grayscale(100%);
}

.facility-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-weight: normal;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .facilities-container:first-of-type .facility-card,
    .facilities-container:last-of-type .facility-card {
        width: calc(50% - 1px);
    }
}

@media (max-width: 480px) {
    .facilities-container:first-of-type .facility-card,
    .facilities-container:last-of-type .facility-card {
        width: 100%;
    }
}

.form-bg{
    background-color: rgb(22, 77, 68);
}
.form-box{
    display: flex;
    justify-content:center;
    padding: 30px 0;
}
.form-box input{
    width: 230px;
    height: 46px;
    margin: 0 10px;
    text-align: center;
    border-radius: 25px;
}

.form-box input[type="submit"]{
    background-color: #F3CD60;
    color: rgb(22, 77, 68);
    font-size: 16px;
    font-weight: bold;
}