﻿@font-face {
   // font-family: 'cjkFonts';
    //src: url('/Fonts/cjkFonts_allseto_v1.woff') format("woff"), url('/Fonts/cjkFonts_allseto_v1.woff') format("truetype"), url('/Fonts/cjkFonts_allseto_v1.ttf') format("embedded-opentype");
}

body {
   // font-family: 'cjkFonts';
}

.closeBtn {
    position: absolute;
    top: 10px;
    right: 70px;
    cursor: pointer;
}

.toolBtn-css {
    width:30%;

}
.threeButtons {
    width: 20%;
    cursor: pointer
}

.viewMap-css {
    width:80%;
    text-align: center;
    margin: 0 auto;
}

.downloadMap-css {
    display: none !important;
    text-align: center;
}

.css4 {
    background-color: #f9e4c9;
    width: 100%;
    height: 92%;
    top: 4%;
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0 auto 0 auto;
    box-shadow: 0px 2px 0px 0px #eeedec;
    position: absolute;
}

.animalArray-css {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.dialog-conten-css {
    display: none;
    max-width: 80%;
    width: 80%;
    background: #343131;
    position: relative;
    
}

.home_img {
    content: url(/Images/SevenStars2025/home.png);
}
.nav-bg{
    width:20% !important;
}
.mainButton-css {
    position: absolute;
    top: 70%;
    right: 11%;
    max-width: 48%;
    width: 48%;
    text-align: center;
    vertical-align: bottom
}

.hunterMemo-css {
    background-image: url(/Images/SevenStars2025/生態寶藏獵人_說明背景.png);
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
}

.memoDes {
    content: url(/Images/SevenStars/info_left_bg.png);
}

.hunter_audio {
    width: 80%;
    border-radius: 3px;
    margin-top: 0%;
}

.img-season {
    content: url(/Images/SevenStars2025/四季標題.png);
    width: 60%;
    margin-bottom:3%;

}

.img-singleSeason {
    width: 50%;
    cursor: pointer;
  
}

.img-singleSeasonhigh {
    width: 50%;
    cursor: pointer;
    margin-top:30%;
}

  .img-singleSeason:hover {
        width: 80%;
    }

.img-singleSeasonhigh:hover {
    width: 80%;
}
.img-about {
    width: 30%;
}

.info-background {
    content: url(/Images/SevenStars/info_bg.png);
    width:100%;
}


.img-goal {
    content: url(/Images/SevenStars2025/Title_Content.png);
    width: 70%;
    margin-top: 3%;
    margin-bottom: 3%;
}


.memu_size {
    width: 50%;
}

.menu_li {
    width: 100%;
    height:100%;
}

.flow-image {
    cursor: pointer;
    transition: 0.2s;
    height: 100px;
}

    .flow-image.active {
        filter: brightness(0) saturate(100%) invert(65%) sepia(95%) saturate(650%) hue-rotate(350deg) brightness(105%) contrast(105%);
    }

.img-cannel {
    width: 18%;
    margin-top: 3%;
    margin-bottom: 3%;
}

.info-left-part {
    position: absolute;
    top: 13%;
    left: 10%;
    max-width: 30%;
    width: 30%;
}

.mainContentPic {
    position: absolute;
    top: 16%;
    right: 11%;
    max-width: 48%;
    width: 48%;
}

.main-btn {
    position: absolute;
    top: 65%;
    right: 11%;
    max-width: 48%;
    width: 48%;
    text-align: center;
    vertical-align: bottom
}

.season-mainImg{
    width:70%;
}

.plant-img {
    width: 10%;
    cursor: pointer
}

.maiEvnLeftBtn {
    position: absolute;
    width: 88px;
    border-radius: 4px;
    top: 42%;
    left: -1%;
    cursor: pointer;
    display:none;
}

.maiEvnRightBtn {
    position: absolute;
    width: 88px;
    border-radius: 4px;
    top: 42%;
    right: -1%;
    cursor: pointer
}

.hunterQuestion_BG {
    background-image: url(/Images/SevenStars2025/生態寶藏獵人_題目背景.png);
    background-size: contain;
    height: 100vh;
    background-repeat: no-repeat;
    position: relative;
}

.row {
    padding-left: 0px;
    padding-right: 0px;
}

    .row > * {
        padding-left: 0px;
        padding-right: 0px;
    }

.spring {
    position: absolute;
    top: 23%;
    left: 5%;
    z-index:10;
    cursor:pointer;
}

.summer {
    position: absolute;
    top: 63%;
    left: 5%;
    z-index: 10;
    cursor: pointer;
}

.autumn {
    position: absolute;
    top: 23%;
    right: 5%;
    z-index: 10;
    cursor: pointer;
}

.winter {
    position: absolute;
    top: 63%;
    right: 5%;
    z-index: 10;
    cursor: pointer;
}


.divSpring {
    position: relative;
    top: 30px;
}

.spring_title {
    position: absolute;
    top: 3%;
    left: 12%;
    pointer-events: none; /* 確保遮罩不影響互動 */
    width: 16vw;
}

.spring_image {
    padding-top: 400px;
   
}

.spring_text {
    position: absolute;
    top:100px;
    left: 30%;
    pointer-events: none; /* 確保遮罩不影響互動 */
}


.divSummer {
    position: relative;
    top: 10px;
}
.summer_title {
    position: absolute;
    top: 0;
    left: 12%;
    pointer-events: none; /* 確保遮罩不影響互動 */
    width: 16vw;
}

.summer_text {
    position: absolute;
    top: 100px;
    left: 30%;
    pointer-events: none; /* 確保遮罩不影響互動 */
}

.summer_image {
    padding-top: 400px;
}

.divAutumn {
    position: relative;
    top: 10px;
}

.autumn_title {
    position: absolute;
    top: 0;
    left: 12%;
    pointer-events: none; /* 確保遮罩不影響互動 */
    width: 16vw;
}

.autumn_text {
    position: absolute;
    top: 100px;
    left: 30%;
    pointer-events: none; /* 確保遮罩不影響互動 */
}

.autumn_image {
    padding-top: 400px;
}

.divWinter {
    position: relative;
    top: 10px;
}

.winter_title {
    position: absolute;
    top: 0;
    left: 12%;
    pointer-events: none; /* 確保遮罩不影響互動 */
    width: 16vw;
}

.winter_text {
    position: absolute;
    top: 100px;
    left: 30%;
    pointer-events: none; /* 確保遮罩不影響互動 */
}

.winter_image {
    padding-top: 400px;
}

.imgcross {
    top: 70%;
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

.top-section {
    top: -7%;
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.top-section3 {
    top: -9%;
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.main-section {
    top: 85%;
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.main-section2 {
    top: 85%;
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.main-section3 {
    top: 80%;
    position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
}


.space {
    height: 300px
}

.img-footer {
    top: 70%;
    //position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
    margin-top: -300px;
}

.img-copyright {
    top: 70%;
    //position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
    margin-top: -150px;
}

.img-copyright-tech {
    top: 70%;
    //position: absolute;
    max-width: 100%;
    height: auto;
    z-index: 2;
    margin-top: -150px;
    margin-left:-52px;
}


.img-logo {
    top: 18%;
    position: absolute;
    left: 32%;
}

.img-title {
    position: absolute;
    top: 35%;
    left: 25%;
}

.img-subtitle {
    position: absolute;
    top: 45%;
    left: 40%;
    pointer-events: none; /* 確保遮罩不影響互動 */
}

.center {
    height: 60px;
    position: relative;
}

    .center:hover p {
        color: #0094ff;
    }

    .center p {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
       // font-family: 'cjkFonts';
        font-size: 1.1em;
    }

.intro {
    margin: 0;
    position: absolute;
    top: 23%;
    left: 50%;
    width: 70%;
    height: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
   // font-family: 'cjkFonts';
    font-size: 1.1em;
}

.introBG {
    background-image: url(/Images/SevenStars/about_bg.png);
    background-size: contain;
    height: 1220px;
    background-repeat: no-repeat;
    position: relative
}

.intro1 {
    margin: 0;
    position: absolute;
    top: 43%;
    left: 50%;
    width: 70%;
    height: 30%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  //  font-family: 'cjkFonts';
    font-size: 1.1em;
}

.intro2 {
    margin: 0;
    position: absolute;
    top: 48%;
    left: 15%;
}


.btn-seven {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d47012;
    --bs-btn-border-color: #d47012;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a25739;
    --bs-btn-hover-border-color: #a25739;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a25739;
    --bs-btn-active-border-color: #a25739;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    cursor: none;
}

.img-seven {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a25739;
    --bs-btn-border-color: #a25739;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #a25739;
    --bs-btn-hover-border-color: #a25739;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a25739;
    --bs-btn-active-border-color: #a25739;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    cursor: none;
}


.btn-question {
    --bs-btn-color: #fff;
    --bs-btn-bg: #a25739;
    --bs-btn-border-color: #a25739;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ac721f;
    --bs-btn-hover-border-color: #ac721f;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #a25739;
    --bs-btn-active-border-color: #a25739;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    cursor: none;
}


.btn-animal {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ABB7F0;
    --bs-btn-border-color: #7387EB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7387EB;
    --bs-btn-hover-border-color: #ABB7F0;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7387EB;
    --bs-btn-active-border-color: #a25739;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
    cursor: none;
}

// swiper
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.swiper {
    width: 69%;
    height: 200px;
    margin: 20px auto;
    top: 52%;
}

.append-buttons {
    text-align: center;
    margin-top: 20px;
}

    .append-buttons button {
        display: inline-block;
        cursor: pointer;
        border: 1px solid #007aff;
        color: #007aff;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 4px;
        margin: 0 10px;
        font-size: 13px;
    }

.chineseNewsTitle {
    font-size: 30px;
    //font-family: cjkFonts;
    font-weight: 500;
    word-wrap: break-word;
    text-align: left;
    margin-left: 2%
}

.englisheNewsTitle {
    font-size: 18px;
    font-family: Arial;
    font-style: italic;
    font-weight: 500;
    word-wrap: break-word;
    text-align: left;
    margin-left: 2%
}

.chineseInfoContent {
    font-size: 18px;
   // font-family: cjkFonts;
    font-weight: 300;
    word-wrap: break-word;
    text-align: left;
    margin: 5%
}


.chineseDesContent {
    font-size: 18px;
    //font-family: cjkFonts;
    font-weight: 200;
    word-wrap: break-word;
    text-align: left;
    margin: 5%
}

.importantBox {
    border: 1px solid red;
    margin-left: 2%;
    text-align: center;
    width: fit-content;
    text-align: center;
    font-size: 18px;
    color: red;
  //  font-family: cjkFonts;
}

.generalBox {
    border: 1px solid black;
    margin-left: 2%;
    text-align: center;
    width: fit-content;
    text-align: center;
    font-size: 18px;
    color: black;
    //font-family: cjkFonts;
    white-space: nowrap;
}

.entry {
    border-top: 20px solid red;
    border-bottom: 20px solid red;
}

.css_spring {
    background-color: #F8DED8;
    width: 23%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: 340px;
    box-shadow: 3px 3px 3px 3px #eeedec;
    border-radius: 2%;
    position: relative;
    margin: 1%;
    cursor: pointer;
}

.css_summer {
    background-color: #ADD4A1;
    width: 23%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: 340px;
    box-shadow: 3px 3px 3px 3px #eeedec;
    border-radius: 2%;
    position: relative;
    margin: 1%;
    cursor: pointer;
}

.css_autumn {
    background-color: #E6AE8B;
    width: 23%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: 340px;
    box-shadow: 3px 3px 3px 3px #eeedec;
    border-radius: 2%;
    position: relative;
    margin: 1%;
    cursor: pointer;
}

.css_winter {
    background-color: #7BC9CA;
    width: 23%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: 340px;
    box-shadow: 3px 3px 3px 3px #eeedec;
    border-radius: 2%;
    position: relative;
    margin: 1%;
    cursor: pointer;
}

.css_beautiful {
    background-color: #7387EB;
    width: 90%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: 440px;
    box-shadow: 3px 3px 3px 3px #eeedec;
    border-radius: 2%;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.css_video {
    background-color: #f8c175;
    width: 90%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    height: 440px;
    box-shadow: 3px 3px 3px 3px #eeedec;
    border-radius: 2%;
    position: relative;
    margin: 10px;
    cursor: pointer;
}


.css2 {
    background-color: #ffffff;
    width: 100%;
    height: 92%;
    top: 4%;
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0 auto 0 auto;
    box-shadow: 0px 2px 0px 0px #eeedec;
    position: absolute;
}

.css3 {
    background-color: #f9e4c9;
    width: 100%;
    height: 92%;
    top: 4%;
    position: relative;
    text-align: center;
    padding: 0px 0px 0px 0px;
    margin: 0 auto 0 auto;
    box-shadow: 0px 2px 0px 0px #eeedec;
    position: absolute;
}


.chineseNewsContent {
    width: 100%;
    text-align: justify;
    color: black;
    font-size: 30px;
   // font-family: cjkFonts;
    font-weight: 400;
    line-height: 60px;
    letter-spacing: 3px;
    word-wrap: break-word;
    
}

.question {
    position: absolute;
    top: 14%;
    left: 20%;
    max-width: 70%;
    width: 70%;
    font-size: 2.8em;
   // font-family: cjkFonts;
    text-align: left;
}

.option1 {
    position: absolute;
    top: 40%;
    right: 16%;
    max-width: 40%;
    width: 40%;
    font-size: 2em;
    // font-family: cjkFonts;
    text-align: left;
    cursor: pointer;
}

.option2  {
    position: absolute;
    top: 50%;
    right: 16%;
    max-width: 40%;
    width: 40%;
    font-size: 2em;
  //  font-family: cjkFonts;
    text-align: left;
    cursor: pointer;
}

.option3   {
    position: absolute;
    top:60%;
    right: 16%;
    max-width: 40%;
    width: 40%;
    font-size: 2em;
   // font-family: cjkFonts;
    text-align: left;
    cursor:pointer;
    
}

.option4 {
    position: absolute;
    top: 69%;
    right: 16%;
    max-width: 40%;
    width: 40%;
    font-size: 2em;
    // font-family: cjkFonts;
    text-align: left;
    cursor: pointer;
}

.option1:hover, .option2:hover, .option3:hover {
    color: yellow;
}

.optionSelected {
    color: green;
}

.rightAnswer {
    background-color: #82f852;
}

.fullhint {
    position: absolute;
    top: 18%;
    left: 10%;
    max-width: 80%;
    width: 80%;
    font-size: 1.4em;
  //  font-family: cjkFonts;
    text-align: left;
}

.halfhint {
    position: absolute;
    top: 18%;
    left: 40%;
    max-width: 50%;
    width: 50%;
    font-size: 1.4em;
   // font-family: cjkFonts;
    text-align: left;
}

.hintTitle {
    position: absolute;
    top: 10%;
    left: 6%;
    max-width: 80%;
    width: 80%;
    font-size: 2.4em;
   // font-family: cjkFonts;
    text-align: left;
}



.hintImg{
    position: absolute;
    top: 16%;
    left: 6%;
    max-width:28%;
    width: 28%;
    font-size: 1.4em;
    font-family: cjkFonts;
    text-align: left;
}

.resultCorrect {
    position: absolute;
    top: 20%;
    left: 10%;
    max-width: 80%;
    width: 80%;
    font-size: 2.8em;
   // font-family: cjkFonts;
    text-align: center;
}
.resultMistake {
    position: absolute;
    top: 40%;
    left: 10%;
    max-width: 80%;
    width: 80%;
    font-size: 2.8em;
  //  font-family: cjkFonts;
    text-align: center;
}

.resultEnding {
    position: absolute;
    top: 70%;
    left: 10%;
    max-width: 80%;
    width: 80%;
    font-size: 2.8em;
   // font-family: cjkFonts;
    text-align: center;
}

.img-btn {
    width:25%
}

@media only screen and (max-width: 1200px) {

    .hunterQuestion_BG {
        background-image: url(/Images/SevenStars2025/生態寶藏獵人_題目背景.png);
        background-size: contain;
        height: 100vh;
        background-repeat: no-repeat;
        position: relative;
    }


    .img-logo {
        top: 18%;
        position: absolute;
        left: 32%;
    }

    .home_img {
        content: url(/Images/SevenStars2025/home.png);
    }

    .memu_size {
        width: 50%;
    }

    .menu_li {
        width: 100%;
    }


    .img-title {
        position: absolute;
        top: 35%;
        left: 25%;
    }

    .img-subtitle {
        position: absolute;
        top: 45%;
        left: 40%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .intro {
        margin: 0;
        position: absolute;
        top: 18%;
        left: 50%;
        width: 70%;
        height: 30%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
       // font-family: 'cjkFonts';
        font-size: .8em;
    }

    .introBG {
        background-image:none;
        height: 600px;
        display: block !important;
        position: relative;
    }

    .intro1 {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70%;
        height: 30%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
       // font-family: 'cjkFonts';
        font-size: .8em;
    }

    .intro2 {
        margin: 0;
        position: absolute;
        top:60%;
        left: 15%;
    }

    .css_spring {
        background-color: #F8DED8;
        width: 30%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_summer {
        background-color: #ADD4A1;
        width: 30%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_autumn {
        background-color: #E6AE8B;
        width: 30%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_winter {
        background-color: #7BC9CA;
        width: 30%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }


    .spring_text {
        position: absolute;
        top: 17%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .summer_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }
    .autumn_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .winter_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .spring_image {
        position: relative;
        padding-top: 500px;
    }

    .summer_image {
        padding-top: 220px;
    }

    .autumn_image {
        padding-top: 220px;
    }

    .winter_image {
        padding-top: 220px;
    }

    .divSpring {
        position: relative;
        top: 30px;
    }

    .hunter_audio {
        width: 80%;
        border-radius: 3px;
        margin-top: -60%;
    }

    .mainButton-css {
        position: absolute;
        top: 55%;
        left: 11%;
        max-width: 108%;
        width: 100%;
        text-align: center;
        vertical-align: bottom
    }

    .hunterMemo-css {
        background-image: url(/Images/SevenStars2025/生態寶藏獵人_分數計算背景.png);
        background-size: contain;
        height: 100vh;
        background-repeat: no-repeat;
        position: relative;
    }

    .question {
        position: absolute;
        top: 7%;
        right: 16%;
        max-width: 40%;
        width: 40%;
        font-size: 1em;
       // font-family: cjkFonts;
        text-align: left;
    }

    .option1 {
        position: absolute;
        top: 36%;
        left: 22%;
        max-width: 65%;
        width: 65%;
        font-size: .8em;
        // font-family: cjkFonts;
        text-align: left;
        cursor: pointer;
    }

    .option2 {
        position: absolute;
        top: 41%;
        left: 22%;
        max-width: 65%;
        width: 65%;
        font-size: .8em;
        // font-family: cjkFonts;
        text-align: left;
        cursor: pointer;
    }

    .option3 {
        position: absolute;
        top: 46%;
        left: 22%;
        max-width: 65%;
        width: 65%;
        font-size: .8em;
        // font-family: cjkFonts;
        text-align: left;
        cursor: pointer;
    }

    .fullhint {
        position: absolute;
        top: 12%;
        left: 10%;
        max-width: 80%;
        width: 80%;
        font-size: 1.0em;
       // font-family: cjkFonts;
        text-align: left;
    }

    .halfhint {
        position: absolute;
        top: 22%;
        left: 10%;
        max-width: 80%;
        width: 80%;
        font-size: 1.0em;
      //  font-family: cjkFonts;
        text-align: left;
    }


    .hintTitle {
        position: absolute;
        top: 6%;
        left: 8%;
        max-width: 80%;
        width: 80%;
        font-size: 1.8em;
       // font-family: cjkFonts;
        text-align: left;
        margin-bottom:60px;
    }

    .hintImg {
        position: absolute;
        top: 10%;
        left: 8%;
        max-width: 28%;
        width: 28%;
        font-size: 1.8em;
     //   font-family: cjkFonts;
        text-align: left;
    }

    .resultCorrect {
        position: absolute;
        top: 20%;
        left: 10%;
        max-width: 80%;
        width: 80%;
        font-size: 1.8em;
     //   font-family: cjkFonts;
        text-align: center;
    }

    .resultMistake {
        position: absolute;
        top: 40%;
        left: 10%;
        max-width: 80%;
        width: 80%;
        font-size: 1.8em;
      //  font-family: cjkFonts;
        text-align: center;
    }

    .resultEnding {
        position: absolute;
        top: 70%;
        left: 10%;
        max-width: 80%;
        width: 80%;
        font-size: 1.8em;
     //   font-family: cjkFonts;
        text-align: center;
    }

    .img-btn {
        width: 40%
    }

}

@media only screen and (max-width: 992px) {
    .hunterQuestion_BG {
        background-image: url(/Images/SevenStars2025/生態寶藏獵人_題目背景.png);
        background-size: contain;
        height: 100vh;
        background-repeat: no-repeat;
        position: relative;
    }

    .img-logo {
        top: 18%;
        position: absolute;
        left: 32%;
    }

    .home_img {
        content: url(/Images/SevenStars2025/home.png);
    }

    .memu_size {
        width: 60%;
    }

    .menu_li {
        width: 60%;
    }


    .img-title {
        position: absolute;
        top: 35%;
        left: 25%;
    }

    .img-subtitle {
        position: absolute;
        top: 45%;
        left: 40%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .intro {
        margin: 0;
        position: absolute;
        top: 18%;
        left: 50%;
        width: 70%;
        height: 30%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
       // font-family: 'cjkFonts';
        font-size: .8em;
    }

    .introBG {
        background-image: none;
        height: 600px;
        display: block !important;
        position: relative;
    }

    .intro1 {
        margin: 0;
        position: absolute;
        top: 60%;
        left: 50%;
        width: 70%;
        height: 30%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
     //   font-family: 'cjkFonts';
        font-size: .8em;
    }

    .intro2 {
        margin: 0;
        position: absolute;
        top: 72%;
        left: 15%;
    }


    .css_spring {
        background-color: #F8DED8;
        width: 45%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_summer {
        background-color: #ADD4A1;
        width: 45%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_autumn {
        background-color: #E6AE8B;
        width: 45%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_winter {
        background-color: #7BC9CA;
        width: 45%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .spring_text {
        position: absolute;
        top: 17%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .summer_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .autumn_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .winter_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .spring_image {
        position: relative;
        padding-top: 250px;
    }
    .summer_image {
        padding-top: 200px;
    }

    .autumn_image {
        padding-top: 200px;
    }

    .winter_image {
        padding-top: 200px;
    }

    .divSpring {
        position: relative;
        top: 10px;
    }

}

@media only screen and (max-width: 768px) {
    .hunterQuestion_BG {
        background-image: url(/Images/SevenStars2025/生態寶藏獵人_題目背景_直版.png);
        background-size: contain;
        height: 100vh;
        background-repeat: no-repeat;
        position: relative;
    }

    .img-logo {
        top: 18%;
        position: absolute;
        left: 32%;
    }

    .home_img {
        content: url(/Images/SevenStars2025/home2.png);
    }

    .img-season {
        content: url(/Images/SevenStars2025/四季小標題.png);
        width: 100%;
        margin-bottom: 1%;
    }

    .img-about {
        width: 70%;
    }

    .img-goal {
        content: url(/Images/SevenStars2025/Title_Content_small.png);
        width: 80%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .memu_size {
        width: 100%;
    }

    .menu_li {
        width:60%;
    }

    .flow-image {
        cursor: pointer;
        transition: 0.2s;
        height: 50px;
    }

    .img-cannel {
        width: 40%;
        margin-top: 6%;
        margin-bottom: 6%;
    }
    .flow-image.active {
        filter: brightness(0) saturate(100%) invert(65%) sepia(95%) saturate(650%) hue-rotate(350deg) brightness(105%) contrast(105%);
    }

    .img-title {
        position: absolute;
        top: 45%;
        left: 25%;
    }

    .img-subtitle {
        position: absolute;
        top: 60%;
        left: 40%;
        pointer-events: none; /* 確保遮罩不影響互動 */
        width:50%;
        max-width:50%;
    }

    .intro {
        margin: 0;
        position: absolute;
        top: 18%;
        left: 50%;
        width: 90%;
        height: 30%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        //font-family: 'cjkFonts';
        font-size: .8em;
    }

    .introBG {
        background-image: none;
        height: 800px;
        display: block !important;
        position: relative;
    }

    .intro1 {
        margin: 0;
        position: absolute;
        top: 58%;
        left: 50%;
        width: 90%;
        height: 30%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
      //  font-family: 'cjkFonts';
        font-size: .8em;
    }

    .intro2 {
        margin: 0;
        position: absolute;
        top: 72%;
        left: 15%;
    }


    .css_spring {
        background-color: #F8DED8;
        width: 75%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_summer {
        background-color: #ADD4A1;
        width: 75%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_autumn {
        background-color: #E6AE8B;
        width: 75%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }

    .css_winter {
        background-color: #7BC9CA;
        width: 75%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 340px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 3px auto;
        cursor: pointer;
    }
    .spring_text {
        position: absolute;
        top: 17%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .summer_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .autumn_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .winter_text {
        position: absolute;
        top: 7%;
        right: 16%;
        left: 30%;
        pointer-events: none; /* 確保遮罩不影響互動 */
    }

    .spring_image {
        position: relative;
        padding-top: 150px;
    }

    .summer_image {
        padding-top: 150px;
    }

    .autumn_image {
        padding-top: 150px;
    }

    .winter_image {
        padding-top: 150px;
    }


    .divSpring {
        position: relative;
    }
    .info-background {
        content: url(/Images/SevenStars2025/raceIntro.png);
        width:100%;
    }

    .info-left-part {
        position: absolute;
        top: 8%;
        left: 2%;
        max-width: 90%;
        width:90%;
    }

    .chineseInfoContent {
        font-size: 12px;
        //font-family: cjkFonts;
        font-weight: 200;
        word-wrap: break-word;
        text-align: left;
        margin: 5%
    }


    .chineseDesContent {
        font-size: 16px;
        //font-family: cjkFonts;
        font-weight: 200;
        word-wrap: break-word;
        text-align: left;
        margin: 5%
    }



    .chineseNewsTitle {
        font-size: 20px;
        // font-family: cjkFonts;
        font-weight: 300;
        word-wrap: break-word;
        text-align: left;
        margin-left: 2%;
        margin-top: 10%;
    }

    .englisheNewsTitle {
        font-size: 16px;
        font-family: Arial;
        font-style: italic;
        font-weight: 200;
        word-wrap: break-word;
        text-align: left;
        margin-left: 2%
    }
    .mainContentPic {
        position: absolute;
        top: 55%;
        right: 22%;
        max-width: 60%;
        width: 60%;
    }

    .importantBox {
        border: 1px solid red;
        margin-left: 2%;
        text-align: center;
        width: fit-content;
        text-align: center;
        font-size: 14px;
        color: red;
     //   font-family: cjkFonts;
    }

    .generalBox {
        border: 1px solid black;
        margin-left: 2%;
        text-align: center;
        width: fit-content;
        text-align: center;
        font-size: 14px;
        color: black;
     //   font-family: cjkFonts;
        white-space: nowrap;
    }

    .main-btn {
        position: absolute;
        top:78%;
        right: 30%;
        max-width: 60%;
        width: 60%;
        text-align: center;
        vertical-align: bottom
    }

    .season-mainImg {
        width:90%;
    }

    .plant-img {
        width: 20%;
        cursor: pointer
    }

    .maiEvnLeftBtn {
        position: absolute;
        width: 88px;
        border-radius: 4px;
        top: 42%;
        left: -20%;
        cursor: pointer;
        display: none;
    }

    .maiEvnRightBtn {
        position: absolute;
        width: 88px;
        border-radius: 4px;
        top: 42%;
        right: -20%;
        cursor: pointer
    }

    .img-singleSeasonhigh {
        width: 50%;
        cursor: pointer;
        margin-top:0px;
    }
    .nav-bg {
        width: 100% !important;
    }
    .css_beautiful {
        background-color: #7387EB;
        width: 100%;
        text-align: center;
        padding: 10px 0px 10px 0px;
        height: 440px;
        box-shadow: 3px 3px 3px 3px #eeedec;
        border-radius: 2%;
        position: relative;
        margin: 10px;
        cursor: pointer;
    }
    .animalArray-css {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .dialog-conten-css {
        display: none;
        max-width: 100%;
        width: 100%;
        background: #343131;
        position: relative;
        padding:0px;
    }

    .css2 {
        background-color: #ffffff;
        width: 100%;
        height: 92%;
        top: 4%;
        position: relative;
        text-align: center;
        padding: 0px 0px 0px 0px;
        margin: 0 auto 0 auto;
        box-shadow: 0px 2px 0px 0px #eeedec;
        position: absolute;
    }

    .css3 {
        background-color: #f9e4c9;
        width: 120%;
        height: 92%;
        top: 4%;
        position: relative;
        text-align: center;
        padding: 0px 0px 0px 0px;
        margin: 0 auto 0 auto;
        box-shadow: 0px 2px 0px 0px #eeedec;
        position: absolute;
    }

    .viewMap-css {
        width: 80%;
        text-align: center;
        margin: 0 auto;
        display: none !important;
    }

    .downloadMap-css {
        text-align: center;
        margin: 0 auto;
        width: 100%;
        display: inline-block !important;
    }

    .closeBtn {
        position: absolute;
        top: -5px;
        right: 20px;
        cursor: pointer;
        width:15%;
    }

    .threeButtons {
        width: 55%;
        cursor: pointer
    }
    .memoDes {
        content: url(/Images/SevenStars2025/生物介紹說明背景.png);
        height: 79%;
        position: fixed;
        width: 80%;
        text-align: center;
        margin-left: 5%;
    }

    .toolBtn-css {
        width: 32%;
    }

    .question {
        position: absolute;
        top: 7%;
        left: 20%;
        max-width: 65%;
        width: 65%;
        font-size: 1.2em;
        // font-family: cjkFonts;
        text-align: left;
    }

}
