@charset "UTF-8";
a{
	cursor: pointer;
}
.component {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #20201d;
    color: #fff;
    text-align: left
}

.component h1 {
    color: #fff
}

.component .petit-title {
    padding: 0 2rem;
    font-size: .9rem
}

.component .rate-combo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 240px;
    margin: 0rem 0
}

.component .rate-combo .rate-left {
    width: 162px;
    height: 135px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 0 5rem
}

.component .rate-combo .rate-left .excellent {
    font-size: 1.3rem
}

.component .rate-combo .rate-left .rate {
    font-size: .7rem
}

.component .rate-combo .rate-left:hover {
    cursor: pointer
}

.component .rate-combo .rate-right {
    width: calc(100% - 1rem);
    height: 150px;
    max-width: 1000px
}

.component .rate-combo .rate-right .reviews {
    height: 150px;
    width: 100%
}

.component .rate-combo .rate-right .reviews .review {
    width: 80%;
    margin-left: 10%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    color: #fff
}

.component .rate-combo .rate-right .reviews .review .star-line {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #fff9
}

.component .rate-combo .rate-right .reviews .review .star-line .name {
    font-weight: 700;
    margin: 0 .5rem
}

.component .rate-combo .rate-right .reviews .review .headline {
    font-weight: 700;
    font-size: 1.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.component .rate-combo .rate-right .reviews .review .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    //font-size: 1rem
}

.component .rate-combo .rate-right .reviews .review:hover {
    cursor: pointer
}

.component .rate-combo .rate-right .reviews svg {
    width: 100px
}

.tp-logo__text {
    fill: #fff
}

.tp-star__canvas,.tp-star__canvas--half {
    fill: #00b67a
}

@media screen and (min-width: 520px) {
    .rate-left {
        max-width:200px
    }
}

@media (min-width: 768px) {
    .review .text {
        -webkit-line-clamp:4
    }
}

@media (max-width: 768px) {
    .review .text {
        -webkit-line-clamp:3
    }
}

.vue3-fullpage__wrapper {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    margin: 0;
    padding: 0;
    scroll-snap-type: y mandatory
}

.vue3-fullpage__page {
    width: 100%;
    height: 100%;
    scroll-snap-align: start
}

.vue3-fullpage__navigation {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 1rem;
    display: flex;
    flex-flow: column;
    row-gap: var(--v3fp-navigation-gap)
}

.vue3-fullpage__navigation-dot {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    margin: 0;
    padding: 6px;
    width: auto;
    overflow: hidden;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    border-radius: 50%;
    cursor: pointer
}

.vue3-fullpage__navigation-dot:before,.vue3-fullpage__navigation-dot:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--v3fp-navigation-colour);
    opacity: var(--v3fp-navigation-opacity--outer);
    transition: opacity .15s ease-in-out
}

.vue3-fullpage__navigation-dot:after {
    background: #fff;
    z-index: -1
}

.vue3-fullpage__navigation-dot:hover:before {
    opacity: var(--v3fp-navigation-opacity--outer__hover)
}

.vue3-fullpage__navigation-dot:active:before {
    opacity: var(--v3fp-navigation-opacity--outer__active)
}

.vue3-fullpage__navigation-dot-inner {
    background-color: var(--v3fp-navigation-colour);
    width: var(--v3fp-navigation-size);
    height: var(--v3fp-navigation-size);
    border-radius: 50%;
    opacity: .8;
    transition: background-color .15s ease-in-out
}

.vue3-fullpage__navigation-dot.is-active .vue3-fullpage__navigation-dot-inner {
    background-color: var(--v3fp-navigation-colour--active)
}

.page-container {
    left: 0;
    position: absolute;
    width: 100vw
}

.page-container video, .Destinations video {
    width: 100%;
    height: 105%;
    position: absolute;
    object-fit: cover;
    left: 0;
    top: -10px;
    z-index: -100
}

.page-container .firstSection {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700
}

.page-container .firstSection .center-title {
    width: 100%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    letter-spacing: 10px
}

.page-container .goDown {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%);
    animation: bouncing-b78329c3 1s infinite
}

.page-container .goDown img {
    width: 4rem
}

.page-container .goDown:before {
    position: absolute;
    top: -2rem;
    left: 0;
    width: 200%;
    content: "Slide Down";
    text-align: center;
    transform: translate(-25%);
    color: #d3d3d3;
    font-size: .9rem
}

.page-container .section{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
	position: relative;
}

.page-container .why {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    display: flex
}

.page-container .why .content {
    background: #000000bf;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left
}

.page-container .why .content .title {
    width: 80%;
    font-size: 1.5rem;
    font-weight: 700;
}

.page-container .why .content .texts {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    height: 60%;
    font-size: 1rem
}

.page-container .why .content .texts span {
    font-size: 3rem;
    color: var(--chinaoneline)
}

.page-container .why .content .button {
    width: 80%;
    text-decoration: underline;
    text-align: left;
    margin-top: 5%
}

.page-container .why .content .button:hover {
    cursor: pointer
}


.page-container .customize {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
	position: relative;
}

.page-container .customize .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: space-around
}

.page-container .customize .content .title {
    font-size: 1.8rem;
    font-weight: 700
}

.page-container .customize .content button {
    color: #fff;
    background-color: var(--chinaoneline);
    border: none;
    line-height: 1.5;
    font-size: 1.1rem;
    padding: .5rem 1rem
}

.page-container .customize .content button:hover {
    cursor: pointer
}

.page-container .customize .avatar {
    width: 15%;
    border-radius: 50%;
	min-width: 80px;
	margin-left:30px;
}

@keyframes bouncing-b78329c3 {
    to {
        bottom: 30px
    }
}

@media (min-width: 768px) {
    .cards {
        display:flex
    }

    .why {
        flex-direction: row-reverse
    }

    .why .content {
        width: 30%
    }

    .customize {
        width: 80%;
        margin-left: 10%
    }

    .customize .content {
        height: calc(80% - 90px);
        width: 60%
    }

    .customize .content .description {
        font-size: 1.2rem
    }
}

@media (max-width: 768px) {
    .cards {
        display:none
    }

    .why {
        flex-direction: column
    }

    .why .content {
		width: 100%;
        height: 70%
    }

    .customize {
        width: 100%
    }

    .customize .content {
        margin-top: 40px;
        height: calc(100% - 60px);
        width: 90%
    }

    .customize .content .description {
        width: 60%;
    }

    .customize .avatar {
        position: absolute;
        left: 65%;
        top: 53%;
    }
}

.component {
    width: calc(100% - 1rem);
    text-align: left;
    margin-bottom: 2rem
}

.component .petite-title {
    font-size: .8rem;
    color: gray;
    margin-bottom: 2rem;
    margin-left: 1rem
}

.component .guides {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.component .guides .guide {
    width: 90%;
    min-height: 200px;
    max-width: 550px;
    margin: 0 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.component .guides .guide img {
    width: 15%;
    margin: 1rem 5% 0 0
}

.component .guides .guide .guide-info {
    width: 80%;
    margin-bottom: 1.5rem
}

.component .guides .guide .guide-info .description {
    font-size: .9rem;
    margin-top: .5rem
}

.collapse {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 2rem
}

#container {
    width: 100%;
    height: 35vh
}

.custom-content-marker {
    position: relative;
    width: 25px;
    height: 25px
}

.custom-content-marker img {
    width: 100%;
    height: 100%
}

#map {
    width: 100%;
    height: 20rem
}

.product-content {
    margin-top: 360px;
    padding: 1rem 5vw 0 5vw
}

.product {
    width: calc(100% - 1rem);
    margin: 0 .5rem
}

.carousel {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    max-height: 360px
}

.banner {
    width: 100%
}

.banner img {
    width: 100%;
    max-height: 360px;
    min-height: 320px;
    aspect-ratio: 4/1;
    object-fit: cover;
    object-position: center
}

.banner .banner-description {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #fffc;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: .9rem;
    line-height: 1.5rem;
    white-space: normal
}

.tags {
    display: flex;
    flex-wrap: wrap;
    font-size: .8rem;
    text-align: left
}

.tags .petit-title {
    font-weight: 700;
    margin-right: .5rem
}

.tags .blank {
    border: 0;
    border-right: 1px solid #ddd;
    width: 1rem
}

.content {
    width: calc(100% - .5rem);
    text-align: left
}

.content .content-image {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 800px
}

.content .map {
    width: 100%;
    margin-bottom: 2rem
}

.content .itineraries {
    position: relative;
    list-style: none;
    padding-left: 3rem
}

.content .itineraries li {
    position: relative
}

.content .itineraries li .flex {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: flex-start;
    justify-content: space-around
}

.content .itineraries li .flex .image-left {
    width: 30%;
    margin-right: 2rem;
    object-fit: contain
}

.content .itineraries li .flex .image-left img {
    width: 100%;
    height: auto
}

.content .itineraries li .flex .itinerary {
    width: 100%;
    max-width: 800px
}

.content .itineraries li .flex .itinerary .itinerary-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.content .itineraries li .flex .itinerary .image-middle {
    width: 100%
}

.content .itineraries li .flex .itinerary .image-middle img {
    width: 100%;
    height: auto
}

.content .itineraries li .flex .itinerary .itinerary-text {
    margin-bottom: 2rem
}

.content .itineraries li::marker {
    content: ""
}

.content .itineraries li:before {
    content: "•";
    color: var(--chinaoneline);
    font-size: 3rem;
    position: absolute;
    left: -2.1rem;
    line-height: 1
}

.content .itineraries:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1.5rem;
    height: 100%;
    width: 0;
    border-left: 1px solid #ddd
}

.prices {
    margin-bottom: 2rem
}

.experiences {
    display: flex;
    width: 100%;
    flex-wrap: wrap
}

.experiences .experience {
    margin: .5rem;
    width: calc(50vw - 1rem);
    max-width: 380px;
    height: 40vw;
    max-height: 240px
}

.experiences .experience .image-cover {
    width: 100%
}

.experiences .experience img {
    width: 100%;
    min-height: 120px;
    max-height: 180px;
    height: 30vw;
    object-fit: cover
}

.experiences .experience .title {
    font-size: .9rem;
    font-weight: 600
}

.experiences .experience .tag {
    position: absolute;
    width: 30%;
    height: 30%;
    top: 5%;
    right: 2%;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

/*svg {
    fill: var(--chinaoneline)
}*/

@media (min-width: 768px) {
    .content .itineraries .flex .image-left {
        display:inline
    }

    .content .itineraries .flex .image-middle {
        display: none
    }
}

@media (max-width: 768px) {
    .content .itineraries .flex .image-left {
        display:none
    }

    .content .itineraries .flex .image-middle {
        display: inline
    }
}

.background {
    position: fixed;
    bottom: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: -100
}

.spin {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100
}

.list {
    width: calc(100% - 1rem);
    margin: 5rem 3% 0;
    text-align: left
}

.list .description {
    font-size: 1.1rem;
    margin-left: 1.1rem;
    margin-bottom: .5rem
}

.list .cards {
    width: calc(100% - 1rem);
    display: flex;
    flex-wrap: wrap
}

.list .cards .card {
    margin: 1rem;
    max-width: 425px
}

.list .cards .card .cover-container {
    position: relative
}

.list .cards .card .cover-container img {
    width: 100%;
    max-height: 250px;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center
}

.list .cards .card .cover-container .price-tag {
    position: absolute;
    top: 5%;
    right: 5%;
    min-width: 4.5rem;
    background-color: var(--chinaoneline);
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: .8rem;
    font-weight: 700;
    box-shadow: 0 2px 4px #0003;
    text-align: center
}

.list .cards .card .subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (max-width: 1024px) {
    .card {
        width:calc(100% - 2rem)
    }
}

@media screen and (min-width: 1024px) {
    .card {
        width:30%
    }
}

 {
    border: 0;
    padding: 0;
    margin: 0
}

.table {
    width: 100%;
    max-width: 900px;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 1rem
}

.table tr:first-child th:first-child {
    border-top-left-radius: 10px
}

.table tr:first-child th:last-child {
    border-top-right-radius: 10px
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 10px
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 10px
}

.table .thead tr th {
    width: 12rem;
    padding: .5rem
}

.table .thead tr th span {
    display: block
}

.table .thead tr th span:nth-child(1) {
    font-size: 1rem;
    font-weight: 600
}

.table .thead tr th span:nth-child(2) {
    font-size: .7rem;
    font-weight: 400
}

.table .thead tr th:nth-child(2) {
    background-color: #fff
}

.table .thead tr th:nth-child(3) {
    background-color: #f7f7f7
}

.table .thead tr th:nth-child(4) {
    color: #000;
    background-color: #ffbd59b3
}

.table .tbody tr td {
    height: 1.8rem
}

.table .tbody tr td:nth-child(1) {
    font-size: .8rem;
    background-color: #fff
}

.table .tbody tr td:nth-child(2) {
    background-color: #fff
}

.table .tbody tr td:nth-child(3) {
    background-color: #f7f7f7
}

.table .tbody tr td:nth-child(4) {
    background-color: #ffbd59b3
}

h2 {
    margin: 1rem 0
}

h2 span {
    font-size: 2rem;
    font-weight: 900;
    color: #fea439
}

.introduction {
    width: 95vw;
    max-width: 900px;
    text-align: left;
    font-size: .8rem
}

.introduction .svg {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 1rem 0
}

.image-container {
	width:100vw;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	display: inline-block
}
@media screen and (max-width: 1024px){
	.image-container{
		top: 3.3rem;
	}
}
.image-container img {
	width: 100%;
	height: 400px;
	display: block;
	object-fit: cover
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000080;
	display: flex;
	justify-content: center;
	align-items: center
}
@media screen and (max-width: 768px) {

    .text {
        width: 90%;
        /*color: #fff;
        font-size: 2.25rem;
        font-weight: 700*/
    }

    .text p {
        font-size: .875rem
    }

    .main {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 4%
    }

    .main h1 {
        font-weight: 600
    }

    .main .title p {
        text-align: left
    }

    .main .introduce {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .main .introduce .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px
    }

    .main .introduce .item img {
        width: 112px;
        height: 112px
    }

    .main .introduce .item h2 {
        color: #fea439
    }

    .main .button {
        margin: 1rem 0
    }

    .main .button  .ant-drawer-body {
        padding: 0
    }

    .main .custom-class  .ant-drawer-body {
        padding: 0
    }
}

@media screen and (min-width: 768px) {
    

    .text {
        width: 90%;
        color: #fff;
        font-size: 2.25rem;
        font-weight: 700
    }

    .text p {
        font-size: .875rem;
        font-weight: 700
    }

    .main {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 5% 0
    }

    .main h1 {
        font-weight: 700;
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 48px
    }

    .title p {
        font-size: 16px;
        text-align: left;
        color: #4b5563
    }

    .introduce {
        display: flex;
        align-items: center
    }

    .introduce .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 2% 2% 0
    }

    .introduce .item img {
        width: 112px;
        height: 112px
    }

    .introduce .item h2 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #fea439
    }

    .introduce .item p {
        font-size: 16px
    }
}

@media screen and (width: 1460px) {
    .main {
        padding:0 2%
    }
}



.image-container .title {
    font-size: 2.25rem;
    font-weight: 900
}


.image-container .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: #0000002b;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.image-container .overlay .petit-title {
    font-size: .875rem;
    font-weight: 700
}

.about {
    margin: 400px 5% 0;
    display: flex;
    flex-direction: column;
    align-items: center
}
@media (max-width: 1024px) {
    .about {
        margin: calc(400px + 4rem) 5% 0;
    }
}

.about .team {
    width: 95%;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: 50px
}

.about .team .title {
    width: 95%;
    font-size: 2rem;
    font-weight: 900;
    color: var(--chinaoneline);
    margin-bottom: 1rem
}

.about .team .members {
    min-height: 250px;
    margin: 1rem 0;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.about .team .members .avatar img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%
}

.about .team .members .text .name {
    font-size: 1.5rem;
    font-weight: 700
}

.about .team .members .text .flags {
    line-height: 2rem
}

.about .team .members .text img {
    width: 1.5rem;
    margin: 5px 5px;
	display: inline-block !important;
}

.about .block {
    width: 100%;
    min-height: 400px;
    height: auto;
    /*margin-top: 80px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left
}

.about .block .title {
    width: 100%;
    font-size: 2rem;
    font-weight: 900;
    color: var(--chinaoneline)
}

.about .block .text {
    width: 90vw;
    height: 100%;
    /*min-height: 450px;*/
	margin: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-around;
    font-size: 1rem;
}

.about .block .text .contact {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center
}

.about .block .text .contact .row {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}

.about .block .text .contact .row strong {
    height: 20%;
    font-weight: 900;
    font-size: 1.25rem
}

.about .block .text .contact .row img {
    width: 150px
}

.about .block .text .contact .row a {
    font-size: 1rem
}

.about .block .figure {
    width: 100%;
    /*max-width: 768px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
	margin: 20px 0 30px;
}
.about .block.right{
	flex-direction: row-reverse;
}
@media (max-width: 1024px) {
    .about .block {
        flex-wrap: wrap;
    }
	.about .block .figure{
		margin: 20px 8% 30px;
	}
	.about .block .text{
		margin: 20px 0 0 0;
	}
}
.about .block .figure img {
    width: 100%;
    border-radius: 20px
}

.strong {
    text-align: center;
    width: 90%;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 2rem 5%
}

.content {
    margin: 450px 5% 0
}

.content p {
    text-align: left
}

.introduce {
    display: flex;
    align-items: center
}

.introduce .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 2% 2% 0
}

.introduce .item img {
    width: 112px;
    height: 112px
}

.introduce .item h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fea439
}

.introduce .item p {
    font-size: 16px;
    text-align: center
}

.cards {
    width: calc(100% - 1rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 2rem 0
}

.cards .card {
    margin: .5rem
}

.cards .card img {
    max-height: 250px;
    aspect-ratio: 16/9;
    object-fit: cover;
    object-position: center
}

.cards .card .subtitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.vlj-richText {
    text-align: left
}

.vlj-richText li {
    font-size: .9rem
}

@media screen and (max-width: 768px) {
    .card {
        width:calc(100% - 1rem)
    }

    .team .members {
        flex-direction: column
    }

    .team .members .text {
        width: 90%
    }

    .introduce {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .introduce .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 10px
    }

    .introduce .item img {
        width: 112px;
        height: 112px
    }

    .introduce .item h2 {
        color: #fea439
    }
}

@media screen and (min-width: 768px) {
    .card {
        width:30%
    }


    .team .members {
        width: 75%;
        flex-direction: row
    }

    .team .members .text {
        width: 75%
    }

    .introduce {
        display: flex;
        align-items: center
    }

    .introduce .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 30px 2% 2% 0
    }

    .introduce .item img {
        width: 112px;
        height: 112px
    }

    .introduce .item h2 {
        font-size: 1.5rem;
        font-weight: 700;
        color: #fea439
    }

    .introduce .item p {
        font-size: 16px
    }
}

.bg {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(404bg-BNPdJArU.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 3.5rem
}

:root {
    font-family: Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;
    line-height: 1.5;
    font-weight: 400;
    --chinaoneline: #f19510;
}

@font-face {
    font-family: yuem;
    src: url(Pangea.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Handwritten;
    src: url(OrangeFogue-BVcxb-Ad.ttf);
    font-weight: 400;
    font-style: normal
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    place-items: center;
    min-width: 320px;
    min-height: 100vh;
    font-family: yuem,sans-serif
}

html {
    font-size: 17px;
    scroll-behavior: smooth
}
@media (min-width: 520px) and (max-width: 767px) {
    html {
        font-size:18px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    html {
        font-size:19px
    }
}
@media (min-width: 1025px) {
    html {
        font-size:20px
    }
}

h1,.h1 {
    font-size: 1.7em;
    display: block;
    text-align: left;
    font-weight: 700;
	margin: 0 0 8px 0;
}

h2,.h2 {
    font-size: 1.6em;
    font-weight: 900;
	margin: 0 0 8px 0;
}

h3,.h3 {
    font-size: 1.45em;
    font-weight: 500;
}

h4,.h4 {
    font-size: 1.25em;
}

h5,.h5 {
    font-size: 0.95em;
}

h6,.h6 {
    font-size: .875em;
}

h1,h2,h3,h4,h5,h6 {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #222;
    text-align: left;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1rem .5rem;
    width: calc(100% - 1rem);
}

ul {
    list-style-type: disc
}

li {
    margin-bottom: 1rem
}

li::marker {
    /*color: var(--chinaoneline);*/
}

.header {
    width: 100%;
	position: relative;
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    background-color: #fff;
    font-size: .95rem;
    font-weight: 500;
    letter-spacing: .1rem;
    --header-transitionIn: height .25s ease-in-out 0s, background-color .25s ease-in-out 0s;
    --header-transitionOut: transform .25s ease-in-out 0s;
    z-index: 1000;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
    .header{
		position: fixed;
	}
	
}


.header .totalMobile {
    width: 100%;
    height: 3.3rem;
    align-items: center;
    justify-content: center;
    background-color: #fff;
	font-size: 1rem;
}

.header .totalMobile .mobile {
    width: 95%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
	z-index:101;
	color: #000000;
}

.header .totalMobile .mobile .content {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right
}

.header .totalMobile img {
    height: 2.5rem
}



/*======================================*/
.header .pc {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: inherit;
	margin: 15px auto 10px;
	max-width: 1440px;
}

/* 导航栏容器 */
.header ul {
    width: 90%;
    max-width: 1440px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Logo 样式 */
.header ul img {
    height: 45px;
    margin: 0 auto 5px 0;
    cursor: pointer;
}

/* 菜单项样式 */
.header ul li {
    display: flex;
    align-items: center;
    margin: 0;
	height: 50px;
}

.header ul li .grand-title {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.header .pc li>.grand-title{
	width: 120px;
    margin-top: 10px;
    padding: 0 10px 10px;
    height: 100%;
}
.header .pc .grand-title, .header .pc .customize_button{
	font-family: Calibri;
    letter-spacing: 0.01rem;
    word-spacing: 0.05rem;
	justify-content: center;
}
.header ul li .grand-title:hover {
    color: #febd59;
}

/* 联系按钮样式 */
.header ul li .customize_button {
    display: flex;
    align-items: center;
    background-color: #000;
    color: #fff;
    padding: 0 10px;
    border-radius: 6px;
	cursor: pointer;
}

/* 下拉菜单样式 */
.dropdown-content {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100vw;
    height: 200px;
    background-color: white;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0 5px 10px rgb(0 0 0 / .2);
    z-index: 1001;
}
.dropdown-content>div{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

/* 下拉菜单项 */
.dropdown-content .grand-title {
    float: left;
    padding: 5px;
    margin: 0 10px;
    box-sizing: border-box;
    width: calc(25% - 20px);
	font-size: 1rem;
    font-weight: 300;
}

/* 下拉菜单显示逻辑 */
.header ul li:hover > .dropdown-content,
.dropdown-content:hover {
    display: block;
}


@media (min-width: 1024px) {
    .totalMobile {
        display: none
    }
}

@media (max-width: 1024px) {
    .totalMobile {
        display:flex
    }
    .header .pc {
        display: none;
    }

    .mobile {
        display: flex;
    }
	.head .layout .Destinations{
		margin-top: calc(420px + 4rem);
	}
    
}




.bottom {
	background-color: #303031;
	color: #fff;
	padding: 20px 0 10px;
	position: relative;
	width: 100%;
}

.bottom-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 20px;
	gap: 40px;
}

.links-section {
	flex: 1;
	min-width: 300px;
	display: flex;
	align-items: center;
}

.link-a {
	padding: 0;
	margin: 0 0 0 20%;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	flex: 1;
}

.link-a li {
	margin-bottom: 0;
	text-align: center;
}

.link-a a {
	color: #ddd;
	text-decoration: none;
	font-size: 0.95rem;
	transition: all 0.3s ease;
	display: inline-block;
	padding: 5px 0;
}

.link-a a:hover {
	color: #f19510;
	transform: translateX(5px);
}

.info-contact {
	flex: 1;
	min-width: 300px;
	display: flex; /* 修改为flex布局 */
	align-items: center; /* 垂直居中对齐 */
	justify-content: center; /* 水平居中对齐 */
	font-size: 0.8rem;
	gap: 15px; /* 添加图标和文本之间的间距 */
}

.time-img {
	position: relative;
	width: 62px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0; /* 防止图标被压缩 */
}

.time-img::before {
	content: '';
	position: absolute;
	width: 72px;
	height: 72px;
	border: 2px solid rgba(241, 149, 16, 0.3);
	border-radius: 50%;
	animation: pulse 2s infinite;
}

@keyframes pulse {
	0% { transform: scale(0.9); opacity: 0.7; }
	50% { transform: scale(1.1); opacity: 0.4; }
	100% { transform: scale(0.9); opacity: 0.7; }
}

.time-img img {
	width: 62px;
	height: 60px;
	z-index: 1;
}

.contact-txt {
  text-align: left; /* 文本左对齐 */
}
.time-txt {
	color: #f19510;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 10px;
	margin-bottom: 0; /* 移除底部边距 */
}

.info-contact a {
	display: block;
	text-decoration: none;
	color: #ddd;
	margin: 0;
	transition: all 0.3s ease;
}

.info-contact a:hover {
	color: #f19510;
}

.last {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #444;
	font-size: 0.8rem;
	color: #999;
}

.last a {
	color: #aaa;
	text-decoration: none;
	transition: all 0.3s ease;
}

.last a:hover {
	color: #f19510;
	text-decoration: underline;
}


@media (max-width: 1024px) {
	.bottom-container {
		flex-direction: column;
		gap: 20px;
	}
	
	.links-section, .info-contact {
		min-width: 100%;
	}
	
	.link-a {
		grid-template-columns: 1fr 1fr;
		margin: 0;
	}
	/*.info-contact{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.info-contact .contact-time{
		width: 200px;
		justify-self: end;
	}
	.info-contact .contact-txt{
		width: 200px;
		align-self: center;
	}*/
}

/*@media (max-width: 480px) {
	.link-a {
		grid-template-columns: 1fr;
	}
}*/




.layout {
    width: 100vw;
    max-width: 1440px;
    min-height: 100vh;
    min-width: 320px;
    margin: 0 auto;
    text-align: center
}
.btn-group{
	right: 5vw;
	box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.88);
    font-size: 14px;
    line-height: 1.5714285714285714;
    list-style: none;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    z-index: 99;
    display: block;
    border: none;
    position: fixed;
    width: 40px;
    height: auto;
    box-shadow: none;
    min-height: 40px;
    inset-inline-end: 24px;
    inset-block-end: 48px;
    border-radius: 8px;
}
.btn-group a{
	position: relative;
	box-sizing: border-box;
	background-color: #ffffff;
    transition: background-color 0.2s;
	height: 40px;
    border-radius: 50%;
	border: none;
	cursor: pointer;
    z-index: 99;
    display: block;
    justify-content: center;
    align-items: center;
    width: 40px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.btn-group a span{
	width: 100%;
    height: 100%;
    line-height: 1;
    position: relative;
    display: inline-block;
	cursor: pointer;
	z-index: 1;
}
.btn-group .ant-float-btn-body{
	width: 40px;
    height: 40px;
    border-radius: 50%;
	background-color: #ffffff;
    transition: background-color 0.2s;
	display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
}
.btn-group .ant-float-btn-content{
	overflow: hidden;
    text-align: center;
    min-height: 40px;
    display: flex;
    flex-direction: column;
    padding: 2px 4px;
}
.btn-group .ant-float-btn-icon{
	color: rgba(0, 0, 0, 0.88);
    margin: auto;
    width: 18px;
    font-size: 18px;
}

.ant-badge:hover + .ant-tooltip{
	opacity: 1;
    transform: translateX(0);
}
.ant-tooltip{
	box-sizing: border-box;
    position: absolute;
    --antd-arrow-background-color: rgba(0, 0, 0, 0.85);
    top: 0;
    right: 0;
    margin-right: 60px;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-50%);
}
.ant-tooltip.show {
    opacity: 1;
    transform: translateX(0);
}

:where(.css-1p3hq3p)[class^="ant-tooltip"] [class^="ant-tooltip"], :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class^="ant-tooltip"], :where(.css-1p3hq3p)[class^="ant-tooltip"] [class*=" ant-tooltip"], :where(.css-1p3hq3p)[class*=" ant-tooltip"] [class*=" ant-tooltip"] {
    box-sizing: border-box;
}

.ant-tooltip .ant-tooltip-arrow {
	box-sizing: border-box;
    position: absolute;
    z-index: 1;
    display: block;
    pointer-events: none;
    width: 16px;
    height: 16px;
    overflow: hidden;
	right:0;
	top: 50%;
    transform: translateY(-50%) translateX(100%) rotate(90deg);
}
.ant-tooltip .ant-tooltip-arrow::before {
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 16px;
    height: 8px;
    background: var(--antd-arrow-background-color);
    clip-path: polygon(1.6568542494923806px 100%, 50% 1.6568542494923806px, 14.34314575050762px 100%, 1.6568542494923806px 100%);
    clip-path: path('M 0 8 A 4 4 0 0 0 2.82842712474619 6.82842712474619 L 6.585786437626905 3.0710678118654755 A 2 2 0 0 1 9.414213562373096 3.0710678118654755 L 13.17157287525381 6.82842712474619 A 4 4 0 0 0 16 8 Z');
    content: "";
}
.ant-tooltip .ant-tooltip-arrow::after {
    content: "";
    position: absolute;
    width: 8.970562748477143px;
    height: 8.970562748477143px;
    bottom: 0;
    inset-inline: 0;
    margin: auto;
    border-radius: 0 0 2px 0;
    transform: translateY(50%) rotate(-135deg);
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.1);
    z-index: 0;
    background: transparent;
}
.ant-tooltip .ant-tooltip-inner {
	white-space: nowrap; 
    padding: 9px 10px;
    color: #fff;
    text-align: start;
    text-decoration: none;
    word-wrap: break-word;
    background-color: rgba(0, 0, 0, 0.85);
    border-radius: 6px;
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-card .ant-card-cover img {
    border-radius: 8px 8px 0 0;
}
.ant-card .ant-card-cover >* {
    display: block;
    width: 100%;
}
button.no-underline{
	color: #000;
	font-size: .9rem;
	line-height: 1.5rem;
	border: 0;
	background: inherit;
}
button.no-underline:hover{
	cursor: pointer;
}
.hidden{
	display: none !important;
}
.downward{
	transform: rotate(90deg);
}
.layout h1{
	padding: 0.2em 1em;
}
.layout .Destinations{
	margin-top: 420px;
	padding: 0.2em 5%;
	text-align: left;
}
.Destinations video{
	height: auto;
    position: inherit;
}
.totalMobile .mobile .content{
	margin: 0;
}



.tourinfo{
	margin: 30px 5% 20px;
    float: left;
    width: calc(100% - 10%);
}
.InUp{
	position: relative;
}
.tourinfo article p{
	text-align: left;
	font-size: 1rem;
}
.tourinfo article img, .tourinfo .article img{
	width: 100%;
}
.tourinfo article table, .tourinfo .article table{
	border: 1px dashed hsl(205deg, 16%, 77%);
	border-width: 1px 0px 0px 1px;
}
.tourinfo article table td, .tourinfo .article table td{
	border: 1px dashed hsl(205deg, 16%, 77%);
	border-width: 0px 1px 1px 0px;
	padding: 5px;
}
.p25{
	box-sizing: border-box;
	width: 25%;
	padding-right: 5px;
	float: left;
}

.expatstour {
	width: calc(100% - 12px);
	float: left;
    background: #fff;
    margin: 0 0 20px 0;
    position: relative;
    border: 1px solid #d1d1d1;
    padding: 5px;
    box-shadow: 0px 0px 3px 3px #ececec;
    border-radius: 6px;
	cursor: pointer;
	transition: transform 0.3s, box-shadow 0.3s;
}
.expatstour:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 25px rgba(0,0,0,0.4);
	background: rgba(255, 255, 255, 0.15);
}
.tour_img_title {
    position: relative;
	min-width: calc(100% - 10px);
	aspect-ratio: 199 / 183;
}

.tourdetailinfo {
    padding: 10px 5px 5px 5px;
}
.tour_img_title img {
	width: 100%;
    aspect-ratio: 227 / 208;
    display: block;
    border-radius: 4px 4px 0 0;
	opacity: 1;
    transition: opacity 0.5s ease-in-out;
	pointer-events: none; /* 允许点击事件穿透 */
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    overflow-x: auto;
}
.expatstourname {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: 600;
    font-family: 'Goudy Old Style';
    margin-block-end: 5px;
    height: 60px;
	overflow: hidden;
    text-overflow: ellipsis;
}
.tourbutton {
	font-size: 0.9rem;
    text-transform: uppercase;
    margin: 0.5rem auto;
    font-weight: 600;
    width: max-content;
    color: #ad1818;
    display: block;
}

.tourbutton a {
	text-decoration: none;
	color: #ad1818;
	padding: 2px 10px;
	display: block;
	border: 2px solid #ad1818;
	background: #fff;
}

.tourbutton a:hover {
	color: #fff;
	transition: 0.5s;
	border-radius: 25px;
	background: #ad1818;
}
.citytourname {
    font-family: 'Goudy Old Style';
    text-align: center;
    font-weight: 100;
    line-height: 1rem;
    padding: 0 15px 15px 15px;
    position: absolute;
    bottom: 0;
	left: 0;
    color: #fff;
    text-shadow: 1px 1px 1px #202020;
    font-size: 0.9rem;
    width: calc(100% - 30px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
}
.expatstourname a {
    text-decoration: none;
    color: #202020;
}


@media screen and (max-width: 768px) {
	.tourinfo .p25{
		width: 50%;
	}
	.tourinfo .p25:nth-child(2n) .expatstour{
		margin-left: 5px;
		margin-right: -5px;
		float: right;
	}
	.tourinfo .p25 .expatstour{
		/*max-width: 300px;*/
	}
    .flex {
        flex-direction:column
    }
	.tourinfo{
		margin: 20px 5% 15px;
	}
}
.img-responsive{
	width: fit-content;
    position: relative;
    margin: 0 auto;
}
h3 em {
    color: #ad1818;
    font-size: 1.8rem;
    font-style: inherit;
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}
.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translateZ(0)
    }
}
.lazy-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: linear-gradient(45deg, #ffffff70, #ffffff70);
	text-align: center;
	padding: 20px;
	z-index: 2;
	box-sizing: border-box;
	/*min-height: 120px;*/
}

.loading-spinner {
	width: 40px;
	height: 40px;
	border: 4px solid rgba(255, 255, 255, 0.1);
	border-top: 4px solid #00c6ff;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-bottom: 15px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.placeholder-text {
	color: #a0b3c6;
	font-size: 0.9rem;
}
.signpost{
	text-align: left;
	font-size: 0.8rem;
	color: #555;
}
.signpost a{
	color: #555;
}
ul.content_preview {
    padding: 0;
    margin-top: 0;
    column-count: 2;
    column-gap: 50px;
}
ul.content_preview a:before{
	content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #202020;
    border-right: 2px solid #202020;
    float: left;
    transform: rotate(45deg);
    margin-inline-end: 10px;
    margin-block-start: 8px;
}
ul.content_preview li {
    list-style: none;
    margin-block-end: 10px;
    line-height: 1.44rem;
}
ul.content_preview li a {
    color: #202020;
    border: none;
    text-decoration: underline;
}

.details{
	margin: 0 auto 30px;
	max-width: 750px;
	float: none;
}


		/* 菜单容器 */
        .mobile-menu-container {
                position: fixed;
				width: 100%;
				height: calc(100% - 3.3rem);
				top: 3.3rem;
				background-color: rgba(0, 0, 0, .3);
				overflow: hidden;
				
				opacity: 0;
				visibility: hidden;
				transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
        }
		.mobile-menu-container.visible{
			opacity: 1;
			visibility: visible;
		}
		
        .mobile-menu-container .menu{
				position: absolute;
				top: 0;
				left: 0;
				width: 80%;
				height: 100%;
				background: #f5f7fa;
				overflow: hidden;
				transform: translateX(-100%);
				transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
		}
		.mobile-menu-container .menu.show{
				transform: translateX(0%);
		}
		
        /* 一级菜单 */
        .menu-level-1{
                position: absolute;
				box-sizing: border-box;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				z-index: 20;
				padding: 0 0 20px 0;
				overflow-y: auto;
				transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }
        
        .menu-level-1.active, .menu-level-2.active {
            transform: translateX(-100%);
        }
        
        .menu-item {
            padding: 18px 25px;
            font-size: 1.1rem;
            color: #000000;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #dee0e1;
            cursor: pointer;
            transition: all 0.2s;
        }
        
        .menu-item:hover {
            background: #e3eaf3;
        }
        
        .menu-item.has-children:after {
            content: ">";
            font-size: 1.1rem;
            color: #7f8c8d;
        }
        
        /* 二级菜单 */
        .menu-level-2 {
            position: absolute;
			box-sizing: border-box;
            top: 0;
            left: 100%;
            width: 100%;
            height: 100%;
            transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
            z-index: 30;
            padding: 0 0 20px 0;
            overflow-y: auto;
        }
        
		.submenu-header {
			box-sizing: border-box;
			display: flex;
			display: -webkit-flex;
			align-items: center;
			width: 100%;
			height: 40px;
			margin-bottom: 10px;
			padding-left: 25px;
			line-height: 40px;
			font-size: 14px;
			color: #fff;
			background-color: #303030;
        }
        
        .submenu-title {
            font-weight: 600;
            color: #fff;
        }
        
        .submenu-item {
            padding: 0 25px;
			font-size: 1rem;
			height: 58px;
			color: #000000;
			border-bottom: 1px solid #f0f4f8;
			cursor: pointer;
			transition: all 0.2s;
			text-align: left;
			display: flex;
			align-items: center;
        }
.news-title .article-info{
	color: #959595;
	text-align: left;
}
.anchor-list{
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: flex-start;
}
.anchor-list.flex{
	width: auto;
	background-color: unset;
    min-height: auto;
}
.anchor-list li.anchor-item {
	list-style: square;
    width: calc(100% - 20px);
    margin: 20px 0 0 20px !important;
    padding-left: 0 !important;
    border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 1440px) {
    .anchor-list li.anchor-item{
        width: calc(50% - 40px);
        margin: 20px 20px 0 !important;
    }
}
.anchor-list li.anchor-item a{
	color: #303030;
    text-decoration: none;
}
.content.article p{
	position: relative;
}
.content.article p a{
	text-decoration: underline;
}
p.has-image, div.has-image{
	width: 100%;
	aspect-ratio: 16 / 9;
	-webkit-aspect-ratio: 16 / 9;
}
.content.article img+em {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    text-align: right;
}
@media (min-width: 1025px) {
    .content.article .content-pos-left{
		width: calc(70% - 20px);
        margin-right: calc(30% + 20px);
    }
	.content.article .content-pos-right{
		position: absolute;
        top: 0;
        right: 0;
        width: 30%;
	}
}
.content.article .content-pos-right h3 {
    padding: 25px;
    font-size: 1.3rem;
    background: #f6f6f6;
    line-height: 1.56rem;
    border-top: 5px solid #ad1818;
}

.content.article .content-pos-right ul {
    background: #f6f6f6;
    margin-block-start: -30px;
    padding-bottom: 30px;
}
.content.article .content-pos-right ul li {
    list-style: square;
    line-height: 1.44rem;
    padding-left: 5px;
    color: #303030;
    font-size: 0.9rem;
    margin-inline-start: 0;
	margin-bottom: auto;
}
.brand_title {
    color: #ad1818 !important;
    font-family: 'Goudy Old Style';
    font-size: 1.1rem !important;
    display: block;
    margin-block-end: 0 !important;
    margin-block-start: 20px;
    position: relative;
    left: -25px;
    font-weight: 600;
}
.info_ad_title {
    margin-block-start: 10px;
    border-left: 5px solid #ad1818;
    padding-left: 15px;
    margin-block-end: 15px;
    font-family: 'Goudy Old Style';
    font-weight: 600;
    font-size: 1.1rem;
}
.content.article .content-pos-right .right_ad_list ul {
    padding-left: 20px;
    margin-block-start: -10px;
    margin-block-end: 50px;
}
.content.article .content-pos-right .right_ad_list ul li {
    list-style: none;
    font-size: 0.95rem;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
    line-height: 1.3rem;
}
.right_ad_list ul li a {
    text-decoration: none !important;
    color: #303030;
    border-bottom: none;
}
.right_ad_list ul li a:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    border-top: 2px solid #ad1818;
    border-right: 2px solid #ad1818;
    transform: rotate(45deg);
    margin-block-start: 6px;
    margin-inline-start: -18px;
}

.list_content{
	margin-top: 50px;
}
.img-list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding: 0;
}
@media (min-width: 1025px) {
    .img-list {
        margin-left: 10px;
    }
}
.img-list li.img-item{
	position: relative;
	width: 25%;
	padding-right: 10px;
	box-sizing: border-box;
	list-style: none;
}
.img-list li.img-item div{
	position: relative;
	aspect-ratio: 9 / 10;
    -webkit-aspect-ratio: 9 / 10;
}
.img-list li.img-item img{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 1.25rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
}
.img-list li.img-item a {
	position: absolute;
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	height: 100%;
	width: calc(100% - 10px);
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.2;
	top: 0;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .2);
    transition: background-color ease-in-out .35s;
	text-shadow: 0 2px 5px rgba(0, 0, 0, .65);
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
}
.img-list li.img-item a span.title{
	font-size: 1.3rem;
    bottom: 80px;
}
.img-list li.img-item a span{
	font-weight: 100;
    font-size: 0.9rem;
    text-align: left;
    margin: 0 10px;
    position: absolute;
	bottom: 10px;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 1);
}
.img-list li.img-item a:hover{
	background-color:transparent
}

.img-list li.col-md-4{
	width: 33.33333333%;
}
.img-list li.img-item.col-md-4 div{
	aspect-ratio: 16 / 9;
    -webkit-aspect-ratio: 16 / 9;
}

@media (max-width: 1024px) {
    .img-list li.img-item, .img-list li.col-md-4{
		width: 50%;
	}
	.img-list li.img-item.col-md-4 div{
		aspect-ratio: 1 / 1;
		-webkit-aspect-ratio: 1 / 1;
	}
	.img-list li.img-item a {
        width: calc(100% - 10px);
        font-size: 1.8rem;
    }
	.img-list li.img-item a span.title{
		font-size: 1.5rem;
		bottom: 120px;
	}
	.img-list li.img-item a span{
		font-size: 1rem;
		margin: 0 20px;
		bottom: 20px;
	}
	.img-list li.img-item:nth-child(2n){
		margin-left: 10px;
        margin-right: -10px;
        float: right;
	}
}
