* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0 auto;
    background: #fff;
    background-repeat: repeat;
    font-size: 12px;
}

.mousehand {
    cursor: pointer;
}

.picset {
    position: absolute;
}

#MainContent {
    /* height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: block;
    text-align: center; */
    width: 100%;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: block;
    text-align: center;
}

.logo {
    width: 20%;
    padding: 2% 3%;
    display: block;
    min-width: 200px;
}

.title {
    height: 45vh;
    display: block;
    margin: 0 auto;
}

.selectSet {
    position: relative;
    min-width: 300px;
    width: fit-content;
    margin: 2% auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.SingFormTXT {
    display: block;
    width: 100%;
    height: 45px;
    border-radius: 25px;
    outline: none;
    border: #333 1px solid;
    padding-left: 20px;
    background: #fff;
    font-size: 18px;
    font-weight: 500 !important;
    color: #666;
    font-family: "Noto Sans TC";
    margin: 8px 0;
}

.Divcheckbox {
    padding-bottom: 10px;
}

.selectOption {
    width: 15%;
    min-width: 200px;
    height: 3.5rem;
    text-align: center;
    text-align-last: center;
    font-size: 1.4rem;
    color: #694c07;
    border: #999 solid 1px;
    border-radius: 50px;
    margin: 0 1%;
}

.btn_videoPlay {
    background-color: #3BB485;
    color: #fff;
    width: 100px;
    padding: 0.5%;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
}

.footer {
    background-color: #EE6C00;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2% 0;
    /* position: absolute; */
    margin: 50px 0 0 0;
    bottom: 0;
}

.VideoBG {
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.VideoSoure {
    width: 80%;
}

.btn_close {
    width: 30px;
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 50;
}

@media only screen and (min-width:768px) and (max-width: 1100px) {
    .title {
        height: 55vh;
        display: block;
        margin: 6% auto 0 auto;
    }
    .btn_videoPlay {
        padding: 1.5%;
        border-radius: 50px;
        margin: 5% auto;
    }
}

@media only screen and (max-width: 767px) {
    .logo {
        width: 20%;
        padding: 2% 3%;
        display: block;
        min-width: 200px;
    }
    .title {
        height: 50vh;
        display: block;
        margin: 6% auto 0 auto;
    }
    .selectSet {
        position: relative;
        width: 70%;
        margin: 2% auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .selectOption {
        width: 15%;
        min-width: 200px;
        height: 3.5rem;
        text-align: center;
        text-align-last: center;
        font-size: 1.4rem;
        color: #694c07;
        border: #999 solid 1px;
        border-radius: 50px;
        margin: 0 1%;
    }
    .btn_videoPlay {
        background-color: #3BB485;
        color: #fff;
        width: 100px;
        padding: 1.5%;
        border-radius: 50px;
        margin: 0 auto;
        font-size: 1.4rem;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        text-align: center;
    }
    /* .footer {
        background-color: #EE6C00;
        width: 100%;
        color: #fff;
        font-size: 1.2rem;
        font-family: Arial, Helvetica, sans-serif;
        padding: 2% 0;
        position: absolute;
        bottom: 0;
    } */
    .VideoSoure {
        width: 95%;
    }
}

@media only screen and (max-width: 322px) {
    .selectOption {
        height: 2rem;
        font-size: 1rem;
        color: #694c07;
    }
    .GiraffePic {
        width: 60%;
        bottom: -2%;
        left: -8%;
        min-width: 350px;
    }
}

@media screen and (orientation: portrait) {
    /*針對縱向 css去撰寫*/
}

@media only screen and (max-width: 781px) and (orientation: landscape) {
    /*針對橫向 css*去撰寫*/
    .title {
        width: 70%;
        position: absolute;
        top: 6%;
        left: 15%;
        min-width: 250px;
    }
    .GiraffePic {
        width: 50%;
        min-width: 250px;
        position: absolute;
        bottom: -2%;
        left: 5%;
        display: block;
    }
    .selectOption {
        width: 100%;
        min-width: 250px;
        height: 2.5rem;
        text-align: center;
        text-align-last: center;
        font-size: 1.4rem;
        color: #694c07;
    }
    .selectSet {
        position: absolute;
        bottom: 4%;
        right: 17%;
        width: 25%;
        text-align: center;
    }
    .Addtop {
        padding-top: 3%;
    }
    .select {
        text-align: center;
        appearance: none;
        border-color: #FFF;
        background-color: #FFF;
        color: #694c07;
        padding: 3% 5%;
        font-size: 1.2rem;
        margin: 5% 0 0 45%;
        width: 50%;
    }
}

@media only screen and (max-width: 568px) and (orientation: landscape) {
    .selectOption {
        width: 100%;
        min-width: 200px;
        height: 2.5rem;
        text-align: center;
        text-align-last: center;
        font-size: 1rem;
        color: #694c07;
    }
    .Addtop {
        padding-top: 3%;
    }
    .select {
        text-align: center;
        appearance: none;
        border-color: #FFF;
        background-color: #FFF;
        color: #694c07;
        padding: 3% 5%;
        font-size: 1rem;
        margin: 5% 0 0 25%;
        width: 100%;
    }
}