/**
 * dataissue
 * date: 2025-9-2
 * author: xhz;
 */

/* åŸºç¡€æ ·å¼é‡ç½®å’Œé€šç”¨æ ·å¼ */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
    color: #333;
    line-height: 1.5;
    font-family: 'Source Han Sans CN';
}

/* é¡¶éƒ¨æ¨ªå¹…åŒºåŸŸ */
.banner {
    width: 100%;
    height: 480px;
    background: url(/images/banner-bg.png) no-repeat center;
    position: relative;
    overflow: hidden;
    margin-top: -20px;
    background-size: 100% 100%;
}

.banner-content {
    /* position: absolute;
    top: 97px;
    left: 357px; */
    padding-top: 154px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title1 {
    font-family: Alimama ShuHeiTi;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 11px;
    /* margin-bottom: 18px; */
    background: linear-gradient(180deg, #19B673 0%, #03786D 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.title2 {
    font-family: Alimama ShuHeiTi;
    font-size: 76px;
    letter-spacing: 15px;
    /* background: linear-gradient(180deg, #19B673 0%, #03786D 100%); */
    background: linear-gradient(180deg, #FFFFFF 0%, #BFFAFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* margin-bottom: 37px; */
    font-weight: bold;
    text-align: center;
}

.title-tip {
    font-family: Source Han Sans CN;
    font-size: 26px;
    line-height: 32px;
    color: #D4E4FC;
    text-align: center;

}

.banner-content h1 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    text-shadow: 0px 2px 2px rgba(12, 75, 42, 0.25);
}

/* ä¸»å®¹å™¨ */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab {
    /* max-width: 100px; */
    /* white-space: nowrap; */
    padding: 8px 30px;
    border: none;
    border-radius: 20px;
    background: #f4f6f5;
    color: #4e5463;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.tab.active,
.tab:hover {
    background: linear-gradient(180deg, #4dc49d 0%, #4ccc8c 100%);
    color: white;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-title span {
    font-size: 38px;
    line-height: 42px;
    color: #333333;
    margin: 0 20px;
    white-space: nowrap;
    font-weight: bold;
}

.section-title i {
    display: inline-block;
    width: 97px;
    height: 17px;
}

.section-title .title-l {
    background: url(/images/title-l.png) no-repeat center;
}

.section-title .title-r {
    background: url(/images/title-r.png) no-repeat center;
}

.bottom-more-btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-more-btn-box a {
    padding: 0 36px 0 22px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #EFF0F0;
    font-size: 15px;
    line-height: 36px;
    color: #999999;
    text-align: center;
    margin: 51px 0 60px 0;
    background: #EFF0F0 url(/images/icon-arrowsjfb.png) no-repeat right 22px center;
}

.bottom-more-btn-box psan {
    margin-right: 8px;
}

.content-bg {
    background: url(/images/bg-content.png) no-repeat center;
    background-size: 100% 100%;
}

/* æœˆæŠ¥ç»Ÿè®¡ */
.month-section {
    margin-bottom: 55px;
}

.month-list-box {
    position: relative;
}

.month-list {
    padding: 0 69px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
}

.month-list li {
    width: calc((100% - 192px) / 5);
    margin-right: 48px;
}

.month-list li:last-child {
    margin-right: 0;
}

.month-list li>a {
    display: inline-block;
    color: #fff;
    font-family: DIN;
    width: 100%;
    height: 234px;
    background: url(/images/month-item-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 54px;
    padding-left: 14px;
}

.month-text {
    font-size: 54px;
    line-height: 62px;
}

.year-text {
    font-size: 20px;
    line-height: 24px;
}

.month-bottom {
    position: absolute;
    bottom: -28px;
    left: 0px;
    width: 100%;
    height: 36px;
    background: linear-gradient(180deg, #DCDFE3 0%, #D5D9DD 72.22%);
    border-bottom: 6px solid #fff;
    box-shadow: 0px 20px 36px 0px #C0C7C5CC;
    transform: skew(35deg, 0deg);
    z-index: 1;
}

.type-item-container {
    cursor: pointer;
}

.type-item-content {
    text-align: center;
    margin-bottom: 12px;
}

.type-item-number {
    font-family: OPPOSans;
    font-size: 24px;
    line-height: 32p;
    color: #4997F0;
}

.type-item-text {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}

.type-item-title {
    margin-top: 10px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    text-align: center;
    background: linear-gradient(180deg, rgba(111, 190, 255, 0.46) 0%, rgba(111, 190, 255, 0) 30.21%, rgba(111, 190, 255, 0) 75%, rgba(111, 190, 255, 0.45) 100%);
}

.type-item-top-box {
    position: relative;
    width: 144px;
    height: 120px;
    background: url(/images/bg-type-item3.png) no-repeat center;
}

.type-item-icon {
    position: absolute;
    left: 30%;
    top: 0;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    background: #4997F0 url(/images/icon5.png) no-repeat center center;
    box-shadow: 0px 0px 6px 3px rgba(157, 203, 255, 0.6) inset;
}

.type-item-container:last-child .type-item-icon {
    background: #4997F0 url(/images/icon4.png) no-repeat center center;
}

.type-item-list {
    margin-top: 19px;
}

.type-item-list li {
    width: 220px;
    height: 40px;
    background: radial-gradient(76.99% 56% at 50% 83%, rgba(73, 151, 240, 0.2) 0%, rgba(73, 151, 240, 0) 100%);
    font-size: 15px;
    line-height: 40px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 0 22px
}

.type-item-top-text {
    position: absolute;
    left: 20%;
    bottom: 0;
    width: 94px;
    height: 28px;
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, rgba(73, 151, 240, 0) 0%, #4997F0 24.09%, #4997F0 66.98%, rgba(73, 151, 240, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(73, 151, 240, 0) 0%, #4997F0 57.21%, rgba(73, 151, 240, 0) 100%);
}

.type-item-list-number {
    font-size: 18px;
    color: #4997F0;
}

.type-item-list-text {
    font-size: 14px;
    color: #999999;
}

/* è½¦èˆ¹å‡ºè¡Œæ¨¡å— */
.park-content {
    padding: 40px;
    background: url(/images/park-bg.png) no-repeat right bottom;
}

.search-box {
    display: flex;
    max-width: 400px;
}

.search-box input {
    flex: 1;
    padding: 7px 10px 7px 36px;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    border: none;
    background: #fff url(/images/icon-search.png) no-repeat left 10px center;
}

.search-box .search-btn {
    padding: 10px 20px 10px 20px;
    background: #4dc49d;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.parking-info {
    flex: 1;
}

.info-item {
    padding-left: 72px;
    min-height: 62px;
    background: url(/images/icon6.png) no-repeat left top;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #333;
    margin-bottom: 30px;
}

.info-item:nth-child(2) {
    background: url(/images/icon7.png) no-repeat left top;
}

.info-item:nth-child(3) {
    background: url(/images/icon8.png) no-repeat left top;
}

.info-item:nth-child(4) {
    background: url(/images/icon9.png) no-repeat left top;
}

.info-item:nth-child(5) {
    background: url(/images/icon10.png) no-repeat left top;
}

.info-item:last-child {
    border-bottom: none;
}

.info-item .info-label {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-bottom: 4px;
}

.travel-content-top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #D7DFDE;
    margin-bottom: 20px;
}

.travel-tabs {
    display: flex;
    align-items: center;
}

.travel-tab {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #4E5463;
    padding-bottom: 19px;
    cursor: pointer;
}

.travel-tab:first-child {
    margin-right: 32px;
}

.travel-tab.active {
    color: #47B368;
    font-weight: bold;
    border-bottom: 3px solid #47B368;
}

.travel-content-container {
    display: flex;
    flex-wrap: wrap;
}

.travel-content-l {
    width: 360px;
    margin-right: 24px;
    padding-right: 10px;
    height: 516px;
    overflow: auto;
}

.travel-list li {
    padding: 18px 16px;
    border-radius: 2px;
    background-color: #fff;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
    color: #424F46;
    cursor: pointer;
}

.travel-list li.active {
    color: #fff;
    background: linear-gradient(180deg, #4DC49D 0%, #4CCC8C 100%);
}

.ferry-time-content {
    display: flex;
    flex-wrap: wrap;
}

.ferry-time-content-l {
    width: 360px;
    padding: 24px;
    background: url(/images/ferry-time-l.png) no-repeat center;
    background-size: cover;
}

.ferry-time-content-r {
    flex: 1;
    padding: 0 32px 0 30px;
    height: 500px;
    overflow: auto;
    margin: 34px 0 32px 0;
}

.search-item {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
}

.search-item .search-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    white-space: nowrap;
    margin-bottom: 12px;
}

.select-wrapper {
    width: 100%;
}

.search-item .date-input,
.search-item select {
    width: 100%;
    padding: 11px 12px;
    border: none;
    outline: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.28);
    font-size: 16px;
    line-height: 18px;
    color: #fff;
}

.search-item select {
    appearance: none;
    background-image: url(/images/icon-down.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}

.search-item select option {
   color: #000;
}

.search-btn {
    width: 100%;
    padding: 11px 0;
    background: #fff;
    border: none;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    color: #47B368;
    cursor: pointer;
}

.bd-table {
    width: 100%;
    border-collapse: collapse;
     /* 必须设置表格总宽度 */
    table-layout: fixed; /* 强制按设置的宽度布局 */
}

.bd-table thead {
    background: rgba(71, 179, 104, 0.72);
}

.bd-table thead th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: sticky;
    top: 0;
    z-index: 1;
    background: rgba(71, 179, 104, 1);
}

.bd-table th {
    padding: 0 10px;
    text-align: left;
    font-weight: 500;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
}

.bd-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

.bd-table td {
    padding: 0 10px;
    font-size: 16px;
    line-height: 52px;
    color: #333;
}

.bd-table tr:last-child td {
    border-bottom: none;
}

.ferry-pagination {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.ferry-note {
    padding: 11px 12px;
    background: rgba(255, 255, 255, 0.16);
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    backdrop-filter: blur(4px);
    margin-top: 24px;
}

.bus-content {
    padding: 30px;
}

/* ç²¾å“è·¯çº¿æ¨¡å— */
.route-line-content {
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}

.route-content h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000;
}

.route-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
    text-align: justify;
}

.route-content-l {
    width: 464px;
    margin-right: 28px;
}

.route-map {
   position: relative;
    width: 628px;
    flex: 1;
    position: relative;
    margin-bottom: 30px;
}

.route-map img {
    width: 100%;
    height: 100%;
}

.roadline-point {
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.roadline-point-item {
    background: rgba(14, 92, 121, 0.72);
    border-radius: 4px;
    backdrop-filter: blur(4px);
    width: 2.2rem;
    height: .42rem;
    margin-bottom: 8px;
    font-size: .14rem;
    line-height: .42rem;
    color: #fff;
    cursor: pointer;
}

.roadline-point-item:last-child {
    margin-bottom: 0;
}

.road-icon {
    display: inline-block;
    width: .16rem;
    height: .17rem;
    background: linear-gradient(180deg, #EC9587 0%, #DF3210 100%);
    border: 1px solid #FFB4B1;
    text-align: center;
    font-size: .12rem;
    line-height: .16rem;
    font-weight: 500;
    margin-right: 6px;
    margin-left: 14px;
}

.roadline-point-item:nth-child(1) .road-icon {
    width: .17rem;
    height: .22rem;
    background: url(/images/point-start.png) no-repeat center;
    background-size: 100% 100%;
    border: none;
    margin-right: 8px;
    margin-left: 12px;
}

.road-arrow {
    display: inline-block;
    width: .06rem;
    height: .42rem;
    float: right;
    background: url(/images/icon-arrowsjfb.png) no-repeat center;
    margin-right: .14rem;
}

.point-item {
    cursor: pointer;
}

.map-line {
    position: absolute;
    width: 52%;
    height: 26%;
    background: url(/images/map-line.png) no-repeat center;
    background-size: 100% 100%;
}

.lint-point0 {
    position: absolute;
    width: 9%;
    height: 34%;
    background: url(/images/point0.png) no-repeat center;
    background-size: 100% 100%;
}

.lint-point1 {
    position: absolute;
    width: 7%;
    height: 20%;
    background: url(/images/point1.png) no-repeat center;
    background-size: 100% 100%;
}

.lint-point2 {
    position: absolute;
    width: 7%;
    height: 29%;
    background: url(/images/point2.png) no-repeat center;
    background-size: 100% 100%;
}

.lint-point3 {
    position: absolute;
    width: 7%;
    height: 29%;
    background: url(/images/point3.png) no-repeat center;
    background-size: 100% 100%;
}

.map-point {
    position: absolute;
    width: 14px;
    height: 18px;
    background: url(/images/pointsjfb.png) no-repeat center;
    background-size: 100% 100%;
}

.map-point-tip {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 46%;
    height: 6%;
    background: url(/images/map-point-tip.png) no-repeat center;
    background-size: 100% 100%;
}

.route-introduce {
    margin-bottom: 20px;
}

.route-introduce-title {
    padding-left: 36px;
    font-size: 16px;
    line-height: 24px;
    color: #47B368;
    font-weight: bold;
    margin-bottom: 12px;
}

.tsms .route-introduce-title {
    background: url(/images/icon3.png) no-repeat left center;
}

.tssp .route-introduce-title {
    background: url(/images/icon1.png) no-repeat left center;
}

.tstj .route-introduce-title {
    background: url(/images/icon2.png) no-repeat left center;
}

.route-introduce-text {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.route-point {
    display: flex;
    align-items: center;
}

.route-point-item {
    width: 50%;
	cursor:pointer;
}

.route-point-item a {
    display: inline-block;
    width: calc(100% - 12px);
    padding: 7px 16px;
    background: #fff;
    border-radius: 5px;
    margin-right: 12px;
}

.route-point-item a>span {
    display: inline-block;
    width: calc(100% - 16px);
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.route-point-item .icon-arrow {
    float: right;
    display: inline-block;
    width: 16px;
    height: 24px;
    background: url(/images/icon-arrowsjfb.png) no-repeat right center;
}

/* åˆ†é¡µ */
.list-pager {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.list-pager .m-pagination-page {
    display: flex;
    align-items: center;
}

.list-pager .m-pagination-page>li>a {
    height: 34px;
    width: 34px;
    font-size: 14px;
    line-height: 14px;
    color: #4E5463;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #E4ECE9;
    margin-right: 6px;
    background-color: #fff;
}

.list-pager .m-pagination-page>li.active>a {
    background: #fff;
    border: 2px solid #47B368;
}

.list-pager .m-pagination-size>select {
    width: 87px;
    height: 34px;
    padding: 0;
    margin-top: 2px;
    margin-right: 16px;
    ;
    border: 2px solid #E4ECE9;
}

.m-pagination-size>select,
.m-pagination-group>input,
.m-pagination-group>button,
.m-pagination-info {
    font-size: 14px;
    line-height: 14px;
    color: #4E5463;
}

.m-pagination-size {
    position: relative;
}

.list-pager .m-pagination-jump {
    width: auto;
    vertical-align: top;
}

.list-pager .m-pagination-jump input {
    width: 32px;
    height: 32px;
    border: 2px solid #E4ECE9;
}

.list-pager .m-pagination-jump button {
    display: none;
}

.list-pager .m-pagination-jump .jump-label {
    float: left;
    margin: 0 6px;
    line-height: 34px;
}

.list-pager .m-pagination-jump .jump-label:last-of-type {
    float: right;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

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

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

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

.mb-12 {
    margin-bottom: 12px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-40 {
    margin-bottom: 40px;
}

.ml-24 {
    margin-left: 24px;
}

.layer-point .layui-layer-ico {
    background: url(/images/icon-close.png) no-repeat center;
    width: 16px;
    height: 16px;
    background-position: unset !important;
}

/* æ™¯ç‚¹æ™¯åŒºæ ·å¼ */
.point-content {
    display: flex;
    flex-wrap: wrap;
}

.point-content-l {
    width: 290px;
    background: linear-gradient(180deg, rgba(77, 196, 182, 1) 0%, rgba(76, 204, 140, 1) 100%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.point-content-r {
    flex: 1;
    padding: 30px;
    border-radius: 4px;
    position: relative;
    overflow: auto;
    height: 100%;
}

/* å·¦ä¾§é€‰æ‹©å™¨æ ·å¼ */
.scenic-spot-selector {
    position: relative;
    height: 100%;
}

.selector-tabs {
    display: flex;
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    cursor: pointer;
}

.selector-tab {
    width: 50%;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.selector-tab.active {
    background: rgba(255, 255, 255, .12);
    border-bottom: 2px solid #fff;
}

.selector-content {
    padding: 20px;
    height: calc(100% - 60px);
    overflow-y: auto;
}

.cultural-content .selector-content  {
    height: 100%;
}

.cultural-content {
    flex-wrap: wrap; 
}

.cultural-content-l .selector-content {
    padding: 0;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.spot-item {
    padding: 14px 12px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.32);
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-family: 'Source Han Sans CN', sans-serif;
    cursor: pointer;
}

.cultural-content-l .spot-item {
    padding: 11px 12px;
}

.spot-item.active {
    background: #FFFFFF;
    color: #47B368;
    font-weight: 500;
    border-bottom: none;
}

.spot-item:last-child {
    border-bottom: none;
}

/* å³ä¾§å†…å®¹æ ·å¼ */
.scenic-spot-title {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    font-family: 'Source Han Sans CN', sans-serif;
}

.scenic-spot-info {
    margin-bottom: 30px;
}

.scenic-spot-info-item {
    margin-bottom: 24px;
}

.scenic-spot-info-item .label {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    font-family: 'Source Han Sans CN', sans-serif;
    margin-bottom: 6px;
}

.scenic-spot-info-item .value {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    font-family: 'Source Han Sans CN', sans-serif;
}

.scenic-spot-description {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-align: justify;
    font-family: 'Source Han Sans CN', sans-serif;
}

.scenic-spot-image {
    width: 440px;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.scenic-spot-image img {
    width: 100%;
    height: 100%;
}

.cultural-content {
    display: flex;
}

.cultural-content-l {
    width: 290px;
    padding: 20px;
    background: linear-gradient(180deg, #4DC49D 0%, #4CCC8C 100%);
    height: 100%;
}

.cultural-content-r {
    flex: 1;
    padding: 30px;
    height: 100%;
    overflow-y: auto;
}

.cultural-content-r .ml-24,
.point-content-r .ml-24 {
    flex: 1;
}

td.status1 {
    color: #FA4141;
}

td.status2 {
    color: #47B368;
}

td.status3 {
    color: #EE9229;
}

.route-point-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 48px 60px;
}

.route-point-content h2 {
    font-size: 32px;
    line-height: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 16px;
}

.route-point-content img {
    /* max-width: 100%; */
    margin-bottom: 28px;
    width: 570px;
    height: 380px;
}

.route-point-content p {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.layer-point .layui-layer-title {
    background: linear-gradient(90deg, #47C3CE 0%, #47B368 100%);
    font-size: 20px;
    color: #fff;
}

/* æ»šåŠ¨æ¡æ ·å¼ */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

*::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

*::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.7);
}

.point-content,
.cultural-content {
    height: 475px;
}


/* å“åº”å¼è®¾è®¡ */
@media screen and (max-width: 1199px) {

    .route-content-l,
    .route-map {
        width: 100%;
        overflow: auto;
    }

    .route-map img {
        max-width: 100%;
    }

    .banner {
        height: 300px;
    }
}



/* 1500以下 */

@media(max-width:1499px) {}

@media(max-width:1200px) {
    
    .banner-content {
        width: 90%
    }
}

/* pad */

@media(max-width:979px) {
    .month-list {
        padding: 0 30px;
    }

    .month-list li {
        width: calc((100% - 60px)/3);
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .route-map img {
        width: auto;
        height: auto;
    }
}

/* phone */

@media(max-width:767px) {
    .park-content {
       padding: 20px 10px
    }
    .month-list li {
        width: calc((100% - 40px)/2 );
        margin-bottom: 20px;
    }

    .search-box {
        margin-top: 10px;
        max-width: 100%;
    }

    .travel-content-l,
    .ferry-time-content-l,
    .point-content-l,
    .cultural-content-l {
        width: 100%;
    }

    .travel-content-l {
        margin-right: 0;
    }

    .main-container {
        padding: 5px;
    }

    .flex-between {
        justify-content: center;
    }

    .scenic-spot-image {
       width: 100%; 
    }

     .banner {
        height: 180px;
    }

    .banner-content {
        justify-content: center;
        padding-top: 50px
    }

    .banner-content img {
        max-width: 80%;
    }

    .layer-point {
        width: 100% !important;
        height: 100% !important;
        top: 0 !important;
        left: 0 !important;
    }

     .layer-point .route-point-content {
         padding: 10px 10px;
     }

    .layer-point .route-point-content img {
        max-width: 100%;
        max-height: 100%; 
    }

    .route-line-content {
        padding: 10px;
    }
}