@import "nav.css?t=1.10";
@import "public.css?t=1.01";

/*div布局*/
body, html {
    color: #3c3c3c;

    /*
    建議：
    標題 / 模特名稱：Raleway 100 / 200（極細，時尚感強）
    次標 / 區塊小標：Poppins 300 / 400
    段落 / 內容：Poppins 400

    建議中文：
    標題 / 模特名單：Noto Sans SC Light（300 或更細，若需要時尚感）
    段落：Noto Sans SC Regular（400）

    字重使用範例（視覺層級）
    Logo / Banner 大字 → 英文 Raleway 100、中文 Noto Sans SC Light
    模特名稱 / 標題 → Poppins 200–300
    段落文字 → Poppins 400 + Noto Sans SC Regular
    小按鈕 / 導航 → Poppins 500–600（避免太細不易辨識）
    */

    font-family:
            'Poppins', /* 英文主字體 */
            'Raleway', /* 英文輔助（細字） */
            'Noto Sans SC', /* 簡中主字體 */
            'PingFang SC', 'Microsoft YaHei', /* 系統簡中備援 */
            'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', /* 繁中備援 */
            'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
}

/*部分样式style*/

.center {
    text-align: center;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

a {
    text-decoration: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
    color: #0000FF;
}

.layui-bg-cyan {
    width: 50%;
    text-align: center;
    margin: 0 auto;
    height: 0.5px;
}

#Copyright {
    color: #FFFFFF;
    text-align: center;
    font-size: 10px;
}

/*index 功能按钮样式*/
.indexFunButton {
    text-align: center;
    margin-bottom: 10px;
    padding: 0 30px;
}

.indexFunButton a {
    display: block;
    box-shadow: 1px 2px 3px #eeeeee;
    height: 100px;
    line-height: 100px;
    font-size: 24px;
    font-weight: 500;
}

.indexFunButton a:hover, a:focus, a:active {
    text-decoration: none;
    color: #009688;
}

/*index 功能按钮样式*/

/*当屏幕小于或等于992px时*/
@media screen and (max-width: 992px) {
    /*回到顶端手机屏幕位置样式*/
    .cd-top {
        right: 20px;
        bottom: 60px !important;
    }
}

/*屏幕大于或等于992px时 for pc*/
@media screen and (min-width: 992px) {

    /*roomsNEW*/
    .leftDIV {
        float: left;
    }

    /*roomsNEW*/
    .rightDIV {
        float: right;
    }

    #Copyright {
        color: #FFFFFF;
        text-align: center;
        font-size: 12px;
        padding: 1px 0;
        letter-spacing: 1px;
    }

    .layui-bg-cyan {
        width: 50%;
        text-align: center;
        margin: 0 auto;
        height: 0px;
    }

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
/*屏幕大于或等于1200px时 for pc*/
@media screen and (min-width: 1200px) {


}

