* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.container {
    max-width: 1920px;
    min-width: 360px;
    width: 100%;
    background-color: rgb(178, 216, 218);
    /* 超好用 */
    overflow: hidden;
    margin: 0 auto;
}

.head {
    width: 92.5%;
    margin: auto;
    background-color: rgb(178, 216, 218);
    position: relative;
}

.head img {
    width: 100%;
}

@media (max-width:1860px) {
    .head {
        width: 80%;
        /* height: 90dvh; */
    }
}

@media (max-width:1763px) {
    .head {
        width: 90%;
        /* height: 90dvh; */
    }
}


@media (max-width:1280px) {
    .head {
        width: 90%;
        /* height: 90dvh; */
    }
}

@media (max-width:1024px) {
    .head {
        width: 90%;
        /* height: 75dvh; */
    }
}

@media (max-width:820px) {
    .head {
        width: 90%;
        /* height: 90dvh; */
    }
}


@media (max-width:390px) {
    .head {
        width: 100%;
        /* height: 60dvh; */
    }
}

@media (max-width:375px) {
    .head {
        width: 100%;
        /* height: 60dvh; */
    }
}

.logo {
    width: 70%;
    position: absolute;
    top: 0;
    left: 343px;
}

@media (max-width:1920px) {
    .logo {
        left: 326px;
    }
}

@media (max-width:1440px) {
    .logo {
        left: 254px;
    }
}
@media (max-width:1350px) {
    .logo {
        left: 235px;
    }
}

@media (max-width:1200px) {
    .logo {
        left: 200px;
    }
}

@media (max-width:1024px) {
    .logo {
        left: 170px;
    }
}
@media (max-width:800px) {
    .logo {
        left: 140px;
    }
}
@media (max-width:700px) {
    .logo {
        left: 126px;
    }
}
@media (max-width:700px) {
    .logo {
        left: 100px;
    }
}

@media (max-width:425px) {
    .logo {
        left: 71px;
    }
}

@media (max-width:390px) {
    .logo {
        left: 68px;
    }
}

@media (max-width:375px) {
    .logo {
        left: 66px;
    }
}

.article {
    width: 96%;
    /* height: 100%; */
    position: relative;
    margin: auto;
    background-color: rgb(178, 216, 218);
    margin-bottom: 60px;
    margin-top: 50px;
}

@media (max-width:1860px) {
    .article {
        width: 90%;
    }
}

@media (max-width:1440px) {
    .article {
        width: 80%;
    }
}

@media (max-width:1280px) {
    .article {
        width: 100%;
    }
}


@media (max-width:1024px) {
    .article {
        margin-top: 0;
        width: 60%;
    }
}



@media (max-width:390px) {
    .article {
        width: 100%;
    }
}

.TeamMember{
    /* display: none; */
    color: white;
    text-align: center;
    font-size: 25px;
    margin-top: 104px;
}


.house img {
    position: absolute;
    top: 40%;
    left: 48.5%;
    transform: translate(-50%, -50%);
    height: 744px;
    z-index: 1;
}

@media (max-width:2560px) {
    .house img {
        left: 51%;
        height: 565px;

    }
}

@media (max-width:1763px) {
    .house img {

        left: 50%;
        height: 565px;

    }
}


@media (max-width:1720px) {
    .house img {
        top:37%;
        left: 51%;
        height: 513px;

    }
}

@media (max-width:1535px) {
    .house img {
        left: 50.5%;
        height:486px;

    }
}

@media (max-width:1380px) {
    .house img {
        height:430px;
    }
}

@media (max-width:1280px) {

    .house img {
        left: 51%;
        height:430px;
    }
}


@media (max-width:1040px) {
    .house img {
        left: 51%;
        height: 413px;
    }
}


@media (max-width:1024px) {
    .house img {
        top: 23%;
        left: 50.5%;
        height: 602px;
    }
}


@media (max-width:768px) {
    .house img {
        top: 20%;
        left: 51.5%;
        height: 478px;
    }
}

@media (max-width:650px) {
    .house img {
        top: 20%;
        left: 51.5%;
        height: 478px;
    }
}

@media (max-width:545px) {
    .house img {
        top: 20%;
        left: 51.5%;
        height: 395px;
    }
}


@media (max-width:436px) {
    .house img {
        top: 20%;
        left: 51.5%;
        height: 338px;
    }
}

@media (max-width:425px) {
    .house img {
        top: 12%;
        left: 51.5%;
        height: 295px;
    }
}

@media (max-width:390px) {
    .house img {
        top: 12%;
        left: 50%;
        height: 295px;
    }
}

@media (max-width:375px) {
    .house img {
        top: 12%;
        left: 50%;
        height: 295px;
    }
}

.section-1 {
    width: 100%;
    /* background-color: rgb(61, 179, 106); */
    display: flex;
    justify-content: center;
    /* padding-top: 150px; */
}

.more {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 5px 5px;
    width: 100%;
    padding: 15px 0;
}

.more a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

@media (max-width:1380px) {
    .more {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 82%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width:1280px) {
    .more {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 82%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width:1230px) {
    .more {
        text-align: center;
        position: absolute;
        left: 50%;
        top:79%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width:1200px) {
    .more {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 69%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width:1100px) {
    .more {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 59%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 5px 0;
    }
}

@media (max-width:1040px) {
    .more {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 54%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 8px 0;
    }
}




@media (max-width:1024px) {
    .more {
        display: none;
    }
}


/* @media (max-width:1860px) {
    .section-1 {
        justify-content: center;
    }
}


@media (max-width:1745px) {
    .section-1 {
        justify-content: center;
        padding-top: 543px;
    }
}

@media (max-width:1723px) {
    .section-1 {
        padding-top: 543px;
    }
}


@media (max-width:1440px) {
    .section-1 {
        justify-content: center;
        padding-top: 300px;
        height: 21.5dvh;
    }
} */



@media (max-width:1024px) {
    .section-1 {
        padding-top: 660px;
        /* height: 21.5dvh; */
    }
}

@media (max-width:545px) {
    .section-1 {
        padding-top: 492px;
        /* height: 21.5dvh; */
    }
}


@media (max-width:436px) {
    .section-1 {
        padding-top: 500px;
        /* height: 21.5dvh; */
    }
}

@media (max-width:425px) {
    .section-1 {
        padding-top: 410px;
        margin-bottom: 15px;
        /* height: 52dvh; */
    }
}

@media (max-width:390px) {
    .section-1 {
        padding-top: 410px;
        margin-bottom: 0px;
        /* height: 52dvh; */
    }
}

@media (max-width:375px) {
    .section-1 {
        padding-top: 300px;
        margin-bottom: px;
        /* height: 58dvh; */
    }
}

.card-L {
    display: flex;
}

@media (max-width:425px) {
    .card-L {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:390px) {
    .card-L {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width:375px) {
    .card-L {
        flex-direction: column;
        align-items: center;
    }
}

.picture {
    position: relative;
    width: 190px;
    margin: 0 44px;
}

.picture img {
    width: 100%;
    /* height: 190px; */
    object-fit: cover;
    border-radius: 6px;
}

@media (max-width:1860px) {
    .picture {
        width: 190px;
        margin: 0 25px;
    }
}

@media (max-width:1800px) {
    .picture {
        width: 190px;
    }
}

@media (max-width:1380px) {
    .picture {
        width: 150px;
        margin: 0 10px;
    }
}

@media (max-width:1280px) {
    .picture {
        width: 160px;
    }
}

@media (max-width:1230px) {
    .picture {
        width: 145px;
        margin: 0 10px;
    }
}


@media (max-width:1200px) {
    .picture {
        width: 130px;
        margin: 0 10px;
    }
}

@media (max-width:1100px) {
    .picture {
        width: 105px;
        margin: 0 10px;
    }
}

@media (max-width:1040px) {
    .picture {
        width: 100px;
        margin: 0 10px;
    }
}


@media (max-width:375px) {
    .picture {
        border-radius: 15px;
    }
}


.introduce {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 5px;
}

@media (max-width:1860px) {
    .introduce {
        width: 410px;
    }
}

@media (max-width:1745px) {
    .introduce {
        width: 460px;
    }
}

@media (max-width:1440px) {
    .introduce {
        width: 470px;
    }
}

@media (max-width:1280px) {
    .introduce {
        width: 400px;
    }
}

@media (max-width:1024px) {
    .introduce {
        width: 500px;
    }
}

@media (max-width:650px) {
    .introduce {
        width: 350px;
    }
}

@media (max-width:500px) {
    .introduce {
        width: 300px;
    }
}

@media (max-width:425px) {
    .introduce {
        width: 340px;
    }
}

@media (max-width:390px) {
    .introduce {
        width: 320px;
    }
}

@media (max-width:375px) {
    .introduce {
        width: 320px;
    }
}



.bigTitle {
    display: none;
    padding-bottom: 30px;
    color: white;
}



@media (max-width:425px) {
    .bigTitle {
        display: block;
    }
}

.title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #348281;
    padding-left: 20px;
    letter-spacing: 5px;
    color: white;
    border-radius: 10px;
}


.clickMore a {
    font-size: 10px;
    /* background-color: rgb(255, 255, 255); */
    color: #348281;
    line-height: 20px;
    text-align: center;
    display: none;
}

@media (max-width:1040px) {
    .title {
       font-size: 14px;
    }
}



@media (max-width:425px) {
    .title {
        text-align: center;
        padding-left: 0;
    }

    .clickMore a {
        font-size: 15px;
        /* background-color: rgb(255, 255, 255); */
        margin-top: 20px;
        display: block;
    }
}


.text {
    display: flex;
    width: 530px;
    height: 118px;
    padding-left: 12px;
}

@media (max-width:1024px) {
    .text {
        width: 480px;
        height: 85px;
    }
}


@media (max-width:650px) {
    .text {
        width: 355px;
        height: 20px;
    }
}

@media (max-width:500px) {
    .text {
        width: 297px;
        height: 10px;
    }
}


@media (max-width:425px) {
    .text {
        width: 530px;
        height: 20px;
    }
}



.text p {
    display: none;
    letter-spacing: 1px;
    width: 400px;
    margin: auto;
}


@media (max-width:1280px) {
    .text p {
        font-size: 20px;
    }
}

/* @media (max-width:1100px) {
    .text p {
        display: none
    }
} */

@media (max-width:1024px) {
    .text p {
        font-size: 15px;
        display: block;
    }
}

@media (max-width:1024px) {
    .text p {
        font-size: 15px;
        display: block;
    }
}

@media (max-width:425px) {
    .text p {
        display: none;
    }
}


.qrcode-intext img {
    display: none;
}

.qrcode-intext {
    margin: auto;
    width: 130px;
    font-size: 15px;
    color: #348281;
    text-align: center;
}

.qrcode-intext a {
    display: none;
}

@media (max-width:1440px) {
    .qrcode-intext a {
        font-size: 15px;
        margin: auto;
        color: #348281;
        text-align: center;
    }
}


@media (max-width:1024px) {
    .qrcode-intext a {
        display: block;
    }
}

@media (max-width:768px) {
    .qrcode-intext a {
        display: block;
    }
}

@media (max-width:425px) {
    .qrcode-intext a {
        display: none;
    }
}












.qrcode {
    width: 20%;
    border-radius: 6px;
    display: none;
}

@media (max-width:425px) {

    .qrcode-intext img {
        display: none;
        width: 60px;
    }
}

@media (max-width:375px) {

    .qrcode-intext img {
        width: 60px;
    }
}


/* 右邊分界線 */

.card-R {
    display: flex;
    flex-direction: row-reverse;
}

@media (max-width:1024px) {

    .card-R {
        display: none;
    }
}

.picture-R {
    position: relative;
    width: 190px;
    margin: 0 44px;
}

.picture-R img {
    width: 100%;
    /* height: 190px; */
    object-fit: cover;
    border-radius: 6px;
}


@media (max-width:1860px) {
    .picture-R {
        width: 190px;
        margin: 0 25px;
    }
}

@media (max-width:1800px) {
    .picture-R {
        width: 190px;
    }
}

@media (max-width:1380px) {
    .picture-R {
        width: 150px;
        margin: 0 10px;
    }
}

@media (max-width:1280px) {
    .picture-R {
        width: 160px;
    }
}

@media (max-width:1230px) {
    .picture-R {
        width: 145px;
        margin: 0 10px;
    }
}

@media (max-width:1200px) {
    .picture-R {
        width: 130px;
        margin: 0 10px;
    }
}


@media (max-width:1100px) {
    .picture-R {
        width: 105px;
        margin: 0 10px;
    }
}


@media (max-width:1040px) {
    .picture-R {
        width: 100px;
        margin: 0 10px;
    }
}


@media (max-width:375px) {
    .picture-R {
        border-radius: 15px;
    }
}






.introduce-R {
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-end;
    row-gap: 5px;
}



@media (max-width:1860px) {
    .introduce-R {
        width: 410px;
    }
}

@media (max-width:1745px) {
    .introduce-R {
        width: 460px;
    }
}

@media (max-width:1440px) {
    .introduce-R {
        width: 470px;
    }
}

@media (max-width:1280px) {
    .introduce-R {
        width: 400px;
    }
}

@media (max-width:425px) {
    .introduce-R {
        width: 340px;
    }
}

@media (max-width:390px) {
    .introduce-R {
        width: 320px;
    }
}

@media (max-width:375px) {
    .introduce-R {
        width: 320px;
    }
}

.title-R {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #348281;
    padding-left: 20px;
    letter-spacing: 5px;
    color: white;
    border-radius: 10px;
    text-align: right;
    padding-right: 10px;
}

@media (max-width:1040px) {
    .title-R {
        font-size: 14px;
    }
}

@media (max-width:425px) {
    .title-R {
        text-align: center;
    }
}


.more-R {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 85%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 0 0 5px 5px;
    width: 100%;
    padding: 15px 0;
}

.more-R a {
    font-size: 15px;
    color: rgb(255, 255, 255);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.qrcode-R img {
    width: 20%;
    border-radius: 15px;
    margin-left: 400px;
    display: none;
}

@media (max-width:1380px) {
    .more-R {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 82%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width:1280px) {
    .more-R {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 82%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width:1230px) {
    .more-R {
        text-align: center;
        position: absolute;
        left: 50%;
        top:79%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}


@media (max-width:1200px) {
    .more-R {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 69%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 15px 0;
    }
}

@media (max-width:1100px) {
    .more-R {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 59%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 5px 0;
    }
}

@media (max-width:1040px) {
    .more-R {
        text-align: center;
        position: absolute;
        left: 50%;
        top: 54%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 0 0 5px 5px;
        width: 100%;
        padding: 8px 0;
    }
}



@media (max-width:1860px) {
    .qrcode-R img {
        margin-left: 334px;
    }
}

@media (max-width:900px) {
    .card-R {
        display: none;
    }
}



.section-2 {
    width: 100%;
    /* background-color: rgb(43, 96, 99); */
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}

@media (max-width:1723px) {
    .section-2 {
        justify-content: space-around;
    }
}


@media (max-width:1280px) {
    .section-2 {
         justify-content: space-between;
        /* height: 21.5dvh; */
    }
}

@media (max-width:1040px) {
    .section-2 {
        padding-top: 32px;
        justify-content: space-around;
    }
}


@media (max-width:1024px) {
    .section-2 {
        padding-top: 32px;
        justify-content: space-around;
    }
}

@media (max-width:425px) {
    .section-2 {
        margin-bottom: 15px;
    }
}

@media (max-width:390px) {
    .section-2 {
        margin-bottom: 0px;
    }
}



.section-3 {
    width: 100%;
    /* background-color: rgb(163, 131, 223); */
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

@media (max-width:1745px) {
    .section-3 {
        justify-content: center;
    }
}

@media (max-width:1280px) {
    .section-3 {
        /* height: 21.5dvh; */
        padding-top: 20px;
    }
}

@media (max-width:1024px) {
    .section-3 {
        /* height: 42dvh; */
        padding-top: 32px;
    }
}

@media (max-width:425px) {
    .section-3 {
        margin-bottom: 15px;
        /* height: 52dvh; */
    }
}


@media (max-width:390px) {
    .section-3 {
        margin-bottom: 0px;
        /* height: 42dvh; */
    }
}


.section-4 {
    display: none;
}

.section-5 {

    display: none;
}


@media (max-width:1024px) {
    .section-4 {
        display: block;
        width: 100%;
        /* background-color: rgb(163, 131, 223); */
        display: flex;
        justify-content: center;
        padding-top: 32px;
    }

    .section-5 {
        display: block;
        width: 100%;
        /* background-color: rgb(163, 131, 223); */
        display: flex;
        justify-content: center;
        padding-top: 32px;
    }
}

@media (max-width:425px) {
    .section-4 {
        margin-bottom: 15px;
        /* height: 52dvh; */
    }
}


@media (max-width:390px) {
    .section-4 {
        margin-bottom: 0px;
        /* height: 44dvh; */
    }
}




@media (max-width:425px) {
    .section-5 {
        margin-bottom: 0px;
        /* height: 52dvh; */
    }
}


.footer {
    width: 90%;
    /* height: 100dvh; */
    background-color: rgb(178, 216, 218);
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin: auto;
}

@media (max-width:1860px) {
    .footer {
        width: 70%;
    }
}

.playBtn {
    width: 200px;
    margin: auto;
    cursor: pointer;
}

@media (max-width:1200px) {
    .playBtn {
        width: 200px;
        margin-bottom: 65px;
    }
}

@media (max-width:1024px) {
    .playBtn {
        margin: 0 auto;
    }
}
@media (max-width:600px) {
    .playBtn {
        width: 150px;
    }
}

@media (max-width:400px) {
    .playBtn {
        width: 130px;
        margin: auto;
    }
}

@media (max-width:390px) {
    .playBtn {
        width: 120px;
        margin: auto;
    }
}

.playBtn img {
    width: 100%;
}

.BottomHouse {
   
    width: 100%;
}

.BottomHouse img {
    display: block;
    width: 100%;
}