* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #F8F9F8;
}

header {
    background-color: rgba(255, 255, 255, 1);

    height: 80px;
    width: 100%;
    position: fixed;
}

.icon_h1 {
    width: 1080px;
    background-color: rgba(255, 255, 255, 0);

}

h1 {

    color: white;
    position: absolute;
    left: 200px;
    background-size: 80% 80%;
    background-image: url("../IMG/logo.png");
    background-repeat: no-repeat;
    background-position: center;
    line-height: 80px;
    width: 252px;
    text-indent: -9999px;
}

header ul {
    position: absolute;
    right: 5vw;
    top: 0;
    line-height: 80px;
}

header li {
    display: inline;
    margin-right: 4vw;
}

header a {
    color: white;
    text-decoration: none;
}

header a:hover {
    text-decoration: underline;
}

.news {
    background-color: antiquewhite;
    color: white;
    height: 70vh;
    background-size: 80% 80%;
    background-image: url("../IMG/HeadLine.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.all_info {
    display: flex;
    justify-content: center;
    align-items: top;
}

.all_info_left_download {
    display: none;
    justify-content: space-around;
    align-items: center;
}

.all_info_left {
    width: 860px;
    background-color: white;
    margin: 5px;
}

.all_info_right {
    background-color: white;
    width: 220px;
    height: 340px;
    margin: 5px;
}

.you_xi_zhong2 {
    text-align: center;
}

.you_xi_qrcode {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.you_xi_zhong1 {
    display: none;
    align-items: center;
    justify-content: center;
}

.you_xi_icon {
    height: 160px;
    text-align: center;
}

.you_xi_info p {
    font-size: 16px;
    line-height: 1.8em;
}

.wen_zi_shuo_ming {
    width: 95%;
    margin: 15px;
}

.wen_zi_nav {
    height: 40px;
    border-bottom: 1px solid #d3d3d3;
    margin: 0 auto;
    font-size: 18px;
    color: #353535;
    line-height: 40px
}

.wen_zi_box {
    font-size: 16px;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    line-height: 28px
}

.wen_zi_box1 {
    font-size: 16px;
    color: #222;
    padding-left: 30px;
    padding-right: 20px;
    margin-top: 10px;
    line-height: 28px
}

.details_box {
    font-size: 16px
}

.tese_p {
    font-weight: 600;
    height: 60px;
    line-height: 80px;
    font-size: 20px
}

.title_center {
    font-weight: 600;
    height: 60px;
    line-height: 80px;
    font-size: 20px;
    text-align: center;
}

.details_ul li {
    list-style: none;
    margin-top: 8px
}

.details_ul li p {
    line-height: 30px
}

.details_ul li p:first-of-type {
    font-weight: 600
}

.info_p {
    line-height: 30px
}

.menu {
    display: none;
}

.Btn_SwitchPage {
    padding-left: 10px;

    border: none;
    text-decoration: none;

}


@media screen and (max-width: 1080px) {

    header ul {
        display: none;
    }

    header h1 {
        left: 850px;
        transform: translateX(-850px);
    }

    /* .menu {
        display: block;
        background-color: transparent;
        color: white;
        font-size: 35px;
        position: absolute;
        top: 15px;
        left: 20px;
        border: none;
        cursor: pointer;
    } */

}

/* 響應式設計語法 */
@media screen and (max-width: 720px) {

    .news {
        height: 30vh;
        margin-left: -300px;
    }

    .you_xi_info {
        height: 130px;
        text-align: center;
    }

    .you_xi_zhong1 {
        display: flex;
        padding: 10px;
    }

    .Btn_XiaZai {
        padding: 10px;
    }

    .all_info_right {
        display: none;
    }

    .all_info_left_download {
        display: flex;
    }
}