#park .banner-box {
    padding-top: 120px;
    width: 100%;
    position: relative;
}

#park {
    padding-top: 0;
    padding-bottom: 0px;
}
#park .banner-box {
    width: 100%;
    position: relative;
}

#park .banner-box .txt-box .title {
    color: #000;
    text-transform: uppercase;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}
#park .banner-box .txt-box .title span {
    padding-right: 10px;
}
#park .banner-box .txt-box .txt {
    font-size: 1.5rem;
    text-align: center;
    color: #000;
    font-family: math !important;
}

#park #list-container #park-flters {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

#park #list-container #park-flters li {
    list-style: none;
}

#park #list-container #park-flters .nav-link {
    border: unset;
    margin: 0 5px;
    background: unset;
    position: relative;
    cursor: pointer;
}
#park #list-container #park-flters .nav-link::after {
    position: absolute;
    bottom: -0.5px;
    left: 0;
    width: 100%;
    max-width: 0;
    height: 2px;
    background: #b39b13;
    content: '';
    transition: all 0.3s linear;
    z-index: 10;
}
#park #list-container #park-flters .nav-link.active::after {
    max-width: 100%;
}

#park-list {
    padding: 50px 0;
    background: rgba(241, 241, 241, 0.95);
}

#park-list .btn {
    border: #ab830b 1px solid;
    background: #fff;
    border-radius: 0;
    text-transform: uppercase;
}

#park-content #park01 .tab-box {
    border-top: 2px solid #0c376e;
    writing-mode: vertical-lr;
    text-orientation: upright;
	
	
}
#park-content #park01 .tab-box .btn {
    transition: all 0.5s linear;
}
#park-content #park01 .tab-box .btn.active {
    color: #ab830b;
}

#park-content #park03 .tab-box {
    position: fixed;
    left: 15px;
    top: 480px;
    border-left: 1px solid #9d9ea1;
    /* margin-left: 100px; */
    padding-bottom: 60px;
}
#park-content #park03 .tab-box a {
    outline: none !important;
    transition: all 0.5s;
    color: #746c6c;
    text-decoration: unset;
}
#park-content #park03 .tab-box a.active {
    outline: none !important;
    color: #b9820c;
}
#park-content #park03 #Book .book-btn {
    background: #0c376e;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
}

#park #park01 .map-btn {
    position: absolute;
    z-index: 10;
}
#park #park01 .map-btn .btn {
    background: #f1eded;
    writing-mode: vertical-rl; /* 直排（右到左） */
    text-orientation: upright; /* 保持文字直立（不旋轉） */
    transition: all 0.5s linear;
}
#park #park01 .map-btn .btn:hover,
#park #park01 .map-btn.active .btn {
    background: #ab830b;
    color: #fff;
}
#park #park01 .map-btn01 {
    top: 10%;
    left: 30%;
}
#park #park01 .map-btn01 .line {
    width: 100%;
    height: 1px;
    text-align: center;
    background: #000;
    transform: rotate(90deg);
    margin-top: 10px;
}
#park #park01 .map-btn02 {
    top: 18%;
    left: 20%;
    align-items: center;
    display: flex;
}
#park #park01 .map-btn02 .line {
    width: 50px;
    height: 1px;
    margin-top: 80px;
    background: #000;
}

#park #park01 .map-btn03 {
    top: 36%;
    left: 10%;
    align-items: center;
    display: flex;
}
#park #park01 .map-btn03 .line {
    width: 180px;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}

#park #park01 .map-btn04 {
    top: 52%;
    left: 6%;
    align-items: center;
    display: flex;
}
#park #park01 .map-btn04 .line {
    width: 90px;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}

#park #park01 .map-btn05 {
    top: 84%;
    left: 24%;
    align-items: center;
    display: flex;
}
#park #park01 .map-btn05 .line {
    width: 90px;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}
#park #park01 .map-btn06 {
    top: 30%;
    left: 75%;
    align-items: center;
    display: flex;
}
#park #park01 .map-btn06 .line {
    width: 90px;
    height: 1px;
    background: #000;
    margin-bottom: 10px;
}
#park #park01 .map-btn07 {
    top: 30%;
    left: 42%;
}
#park #park01 .map-btn07 .line {
    width: 100%;
    height: 1px;
    text-align: center;
    background: #000;
    transform: rotate(90deg);
    margin-top: 10px;
    margin-top: 10px;
}
#park #park01 .menu-box {
    padding-right: 90px;
    writing-mode: vertical-lr;
    text-orientation: upright;
}
#park #park01 .menu-box .btn {
    transition: all 0.5s linear;
    /* text-shadow: 1px 1px 1px #00000063; */
    /* text-shadow: 0px 5px 1px #00000063; */
}
#park #park01 .menu-box .btn:hover {
    transform: translateY(-10px);
    text-shadow: 2px 3px 6px #00000063;
}
.owl-box .left,
.owl-box .right {
}
#park .owl-box i {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    font-size: 2rem;
}
#park .owl-box .left {
    left: 15px;
}
#park .owl-box .right {
    right: 15px;
}
#park-content #park03 .tab-box2 {
    display: none;
}
@media screen and (max-width: 1600px) {
    #park-content .tab-box {
        position: fixed;
        display: flex;
        right: 70px;
        top: 30%;
        border-top: 0 !important;
        z-index: 15;
		letter-spacing: 5px;
    }
    #park-content .tab-box .btn {
        background: #fff;
        font-size: 1rem !important;
        margin-bottom: 6px;
        border: 1px solid #746c6c;
    }
}
@media (max-width: 768px) {
	#park-content #park01 .tab-box{
		right:0
	}
}