@import "nav.css?t=1.04";
@import "public.css?t=1.02";

/*div布局*/
body, html {
    color: #3c3c3c;

    /*google fonts
    Poppins：主英文優先字體，Google Fonts
    Noto Sans TC：主中文字體，Google Fonts 繁中字體
    其他為備援字體 PingFang TC（蘋果系）、Microsoft JhengHei（微軟系）
    Helvetica/Arial：萬用備援英文字體
    */
    font-family: 'Poppins', 'Noto Sans TC', 'Noto Sans CJK TC', 'PingFang TC', 'Microsoft JhengHei', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300; /* 可搭配 100, 300, 400, 500, 600, 700, 900 */
}

/*部分样式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) {


}

