* {
    margin: 0;
    padding: 0;
}

ul li,
ol li {
    list-style: none;
}

.bgCover {
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background: url(../images/bg2.jpg) no-repeat center top;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .banner2 {
    display: none;
}

.banner .bannertxt {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 10;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner .bannertxt .divBox {
    width: 600px;
}

.banner .bannertxt .divBox::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background: #a17a39;
    margin: 0 auto;
    margin-top: 30px;
}

.banner .bannertxt .divtit {
    font-size: 60px;
    color: #a17a39;
    font-weight: bold;
}

.banner .bannertxt .divtit2 {
    font-size: 42px;
    color: #a17a39;
    font-weight: bold;
}

.bgCover {
    padding-bottom: 50px;
    margin-top: -1px;
}

.center {
    width: 1200px;
    margin: 0 auto;
}

.aimg {
    max-width: 100px;
}

.divTopBox {
    background: url(../images/tbg.png) no-repeat center;
    padding: 60px 80px;
    box-sizing: border-box;
    border-radius: 30px;
}

.divTopBox .divFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.divTopBox .divFlex .divL {
    width: 50%;
}

.divTopBox .divFlex .divL img {
    width: 100%;
}

.divTopBox .divFlex .divR {
    width: 45%;
}

.divTopBox .divFlex .divR .divp {
    line-height: 1.8;
    margin-bottom: 30px;
}

.divpText {
    font-size: 16px;
}

.divpsText {
    font-size: 15px;
    color: #a17a39;
}


.divBox {
    padding-top: 50px;
}

.divBox .divTitH {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: bold;
    background-image: linear-gradient(to bottom, #ffffff, #fff7ea);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}

.divBox .divTitH>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.divBox .divTitH>div::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/titl.png) no-repeat center;
}

.divBox .divTitH>div::after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/titr.png) no-repeat center;
    margin-left: 8px;
}

.divBox1 ul {
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 50px;
    border-radius: 30px;
    overflow: hidden;
}

.divBox1 ul li {
    width: 30%;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.divBox1 ul li b {
    font-size: 68px;
    color: #efe6d7;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 20px;
    height: 100%;
    line-height: 100%;
    font-style: italic;
}

.divBox1 ul li .text {
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    z-index: 2;
}

.divBox1 ul li .text span {
    color: #a17a39;
    font-weight: bold;
}

.divBox2 {
    padding-bottom: 50px;
}

.divBox2 .divTxt {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
    text-align: center;
    font-size: 22px;
    color: #333333;
}

.divTxt2 {
    font-size: 22px;
}

.divTxt2 span {
    color: #a17a39;
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.divTxt2 span::after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: #e1ebf5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.divBox3 {
    padding-top: 0px;
}

.divBox3 .divBox {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}

.divBox3 .divBox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

/* 票务容器 */
.ticket {
    border-radius: 10px;
    overflow: hidden;
    background-color: #f6f5f1;
    /* box-shadow: 0 4px 15px rgba(0,0,0,0.1);  */
}

/* 标题区域 */
.titleBar {
    min-height: 90px;
    background: linear-gradient(to bottom, #f8f0e3, #e7d5ad);
    position: relative;
}

/* 内容区域 */
.content {
    min-height: 150px;
    background-color: #f6f5f1;
    padding: 20px;
    color: #333;
}

/* 模拟孔洞效果 */
/* 使用伪元素在标题栏底部创建两个圆形 */
.titleBar::before,
.titleBar::after {
    content: '';
    position: absolute;
    bottom: -14px;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    z-index: 2;
}

/* 左侧孔洞 */
.titleBar::before {
    left: 0;
    /* 向左移动半径距离，使圆心位于边缘，从而形成半圆缺口 */
    transform: translateX(-50%);
}

/* 右侧孔洞 */
.titleBar::after {
    right: 0;
    /* 向右移动半径距离 */
    transform: translateX(50%);
}

.divBox3 .divBox ul .boxLeft {
    width: 62%;
}

.divBox3 .divBox ul .boxLeft .dt {
    height: 100px;
    color: #a17a39;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.divBox3 .divBox ul .boxLeft .db {
    text-align: center;
}



.divBox3 .divBox ul .boxRight {
    width: 35%;
}

.divBox3 .divBox ul .boxRight .dt {
    height: 100px;
    color: #a17a39;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

.divBox3 .divBox ul .boxRight .db {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.divBox3 .divBox ul .boxRight .db ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.divBox3 .divBox ul .boxRight .db ul li {
    width: 20%;
    background-color: white;
    border-radius: 25px;
}

.divBox3 .divBox ul .boxRight .db .dp {
    text-align: center;
    font-size: 16px;
    color: #666666;
    height: 70px;
}


.divBox3 .divBox .divts .divt {
    font-size: 22px;
}

.divBox3 .divBox .divts .divp {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
    margin-top: 8px;
}

.divBox4 .divBox {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}

.divBox4 .divBox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.divBox4 .divBox ul .step {
    width: 25%;
}

.divBox4 .divBox ul .step2 {
    width: 40%;
}

.stepTwoImg {
    width: 100%;
}

.stepOneImg {
    width: 100%;
    margin-top: 5px;
}

.divBox4 .divBox ul .step .divt {
    color: #a17a39;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.divBox4 .divBox ul .step .divtext {
    font-size: 15px;
    color: #666;
    min-height: 80px;
}

.divBox4 .divBox ul .step2 .divt {
    color: #a17a39;
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.divBox4 .divBox ul .step2 .divtext {
    /* font-size: 15px; */
    color: #666;
    min-height: 80px;
}

.divBox4 .divBox ul .step .divtext .subtext {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.descText {
    font-size: 14px;
}

.divBox4 .divBox ul .step .divtext span {
    color: #a17a39;
}

.lastSubtext {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 32px;
}

.priceCard {
    width: 100%;
    margin-top: 29px;
}

.priceCard .priceUl {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    gap: 15px;
    padding-left: 8px;
}

.priceCard li {
    flex: 0 0 19%;
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    min-height: 140px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    align-content: center;
    -webkit-align-content: center;
}

.card-content {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
}

.card-content .card-left {
    flex: 3;
    text-align: center;
    padding-top: 5px;
    min-width: 64px;
}

.card-content .card-right {
    flex: 1;
    align-content: center;
    font-size: 13px;
    font-weight: bold;
    min-width: 44px;
    padding-left: 9px;
}

.card-content .card-left2 {
    flex: 3;
    text-align: center;
    padding-top: 5px;
}

.card-content .card-right2 {
    flex: 1;
    align-content: center;
    font-size: 13px;
}

.card-right-text {
    font-size: 14px;
    font-weight: bold;
}


.main-text {
    font-weight: bold;
    margin: 0 0 4px 0;
    line-height: 1.4;
    color: #a17a39;
    font-size: 12px;
}

.priceCardRight {
    width: 100%;
    padding: 26px;
}

.card10 {
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    align-content: center;
    height: 311px;
    margin-top: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.text10 {
    font-size: 14px;
    margin-top: 15px;
    color: #3d3d3d;
    text-align: center;
}

.text9 {
    font-weight: bold;
    line-height: 1.4;
    color: #a17a39;
    font-size: 20px;
    text-align: center;
}

.mediaText9 {
    display: none;
}

.text8 {
    font-weight: bold;
    line-height: 1.4;
    font-size: 20px;
    text-align: left;
}

@media screen and (max-width: 1280px) {
    .center {
        max-width: 1200px;
        width: 100%;
        padding: 0 3%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .priceCard li {
        flex: 0 0 18%;
    }

    .content {
        padding: 0px;
    }

    .priceCard .priceUl {
        padding-left: 28px;
    }
}

@media screen and (max-width: 1048px) {
    .mediaText9 {
        display: block;
        text-align: center;
        width: 100%;
    }

    .mediaText9 p {
        color: #a17a39;
        font-weight: bold;
        font-size: 20px;
    }

    .mediaText9 span {
        color: black;
        font-weight: bold;
        font-size: 20px;
    }

    .card-content .card-left2 {
        display: none;
    }

    .card-content .card-right2 {
        display: none;
    }


    .divBox3 .divBox ul .boxLeft {
        width: 100%;
    }

    .divBox3 .divBox ul .boxRight {
        width: 100%;
        margin-top: 30px;
    }

    .priceCard li {
        flex: 0 0 20%;
    }

    .priceCardRight {
        width: 100%;
        padding: 26px;
    }

    .divpText {
        font-size: 15px;
    }

    .divpsText {
        font-size: 14px;
    }

    .divBox1 ul li b {
        font-size: 50px;
    }

    .divTxt2 {
        font-size: 20px;
    }

    .divBox4 .divBox ul .step {
        width: 100%;
        margin-bottom: 24px;
    }

    .divBox4 .divBox ul .step2 {
        width: 100%;
        margin-bottom: 24px;
    }

    .divBox4 .divBox ul .step .divtext .subtext {
        font-size: 14px;
    }

    .stepTwoImg {
        width: 100%;
        margin-top: 20px;
    }

    .stepOneImg {
        max-width: 500px;
    }

    .divBox4 .divBox ul .step .divtext {
        min-height: 0px;
    }

    .divBox4 .divBox ul .step2 .divtext {
        min-height: 0px;
    }
}

@media (max-width: 1024px) {

    body {
        min-width: auto;
    }

    .header,
    .nav,
    .footer {
        display: none;
    }

    .bookingBox {
        display: none;
    }
}

@media screen and (max-width: 960px) {

    body {
        min-width: unset;
    }

    .autowidth {
        max-width: unset;
        padding: 0 20px;
    }

    .setionNav {
        position: static;
    }

    .banner .bannertxt p {
        padding: 0;
    }

    .banner .bannertxt img {
        width: 300px;
    }

    .banner {
        overflow: hidden;
    }

    .bannertxt .center {
        width: auto;
    }

    .banner .bannertxt {
        padding: 0;
    }

    .banner .bannertxt .divBox {
        width: 100%;
        padding-left: 0;
    }

    .banner .banner2 {
        display: block;
        width: 100%;
    }

    .banner .banner {
        display: none;
    }

    .divTopBox {
        padding: 20px;
    }

    .divTopBox .divFlex .divL {
        width: 100%;
        margin-bottom: 20px;
    }

    .divTopBox .divFlex .divL .divtit {
        font-size: 24px;
    }

    .divBox1 ul li {
        width: 100%;
    }

    .divBox2 ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .divBox1 ul li .divtit {
        font-size: 22px;
    }

    .bgCover {
        padding: 20px;
    }

    .divTopBox {
        padding: 20px;
        border-radius: 10px;
    }

    .divTopBox .divFlex .divL {
        width: 100%;
    }

    .divTopBox .divFlex .divR {
        width: 100%;
    }

    .divBox1 ul {
        padding: 20px;
        border-radius: 10px;
    }

    .divBox1 ul li {
        margin-bottom: 20px;
    }

    .divTxt2 {
        padding: 20px;
        line-height: 2;
        border-radius: 10px;
    }

    .divBox3 .divBox {
        padding: 20px;
        border-radius: 10px;
    }

    .divBox3 .divBox ul .boxLeft .dt {
        font-size: 22px;
    }

    .divBox3 .divBox ul .boxRight .dt {
        font-size: 22px;
    }

    .divBox3 .divBox .divts .divt {
        font-size: 20px;
    }

    .divBox4 .divBox {
        padding: 20px;
        border-radius: 10px;
    }

    .divBox4 .divBox ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .divBox2 {
        padding-bottom: 0;
    }

    .priceCard li {
        flex: 0 0 27%;
    }


    .divBox .divTitH {
        font-size: 33px;
        margin-top: 30px;
    }

    .divBox {
        padding-top: 0px;
    }

    .card-content .card-right {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {

    .divTxt2 {
        font-size: 16px;
    }

    .priceCard li {
        flex: 0 0 40%;
    }

    .divBox .divTitH {
        font-size: 31px;
    }

}

@media screen and (max-width: 497px) {

    .divTxt2 {
        font-size: 16px;
    }

    .divBox .divTitH {
        font-size: 27px;
    }

    .divBox .divTitH>div::before {
        width: 50px;
        height: 50px;
    }

    .divBox .divTitH>div::after {
        width: 50px;
        height: 50px;
    }

    .divBox1 ul li .text {
        font-size: 15px;
    }

    .priceCard li {
        flex: 0 0 80%;
    }

    .divBox3 .divBox ul li {
        margin-bottom: 0px;
    }
}