@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 功能按钮样式*/

/*底部 footer --start*/
.site-footer {
	/*background-color: rgba(0, 0, 0, 0.85);*/
	/*background-color: rgba(50, 50, 50, 0.9);*/
	background-color: rgba(110, 110, 110, 0.95); /* 背景黑色半透明 */
	color: rgba(255, 255, 255, 0.85);
	font-size: 14px;
}

.footer-logo {
	max-height: 40px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	transition: all 0.25s ease;
}

.footer-links li {
	display: inline-block;
	margin: 0 10px;
}

.footer-links li a {
	color: rgba(255, 255, 255, 0.85) !important;
	text-decoration: none;
}

.footer-links a:hover {
	/*color: #F4DC98;*/
}

.footer-social a {
	color: rgba(255, 255, 255, 0.85);
	font-size: 20px;
	margin-left: 12px;
}

.footer-social a:hover {
	/*color: #F4DC98;*/
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 10px 0;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}
/* 手機版 footer 排列 */
/* 手機版 footer 垂直排列 */
@media (max-width: 767.98px) {

	.site-footer .row {
		text-align: center;
	}

	.footer-logo {
		display: block;
		margin: 0 auto 12px;
	}

	.footer-social {
		margin-bottom: 12px;
	}

	.footer-links li {
		display: block;
		margin: 6px 0;
	}

	.footer-social a {
		margin: 0 8px;
	}
}
/*底部 footer --end*/

/*当屏幕小于或等于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) {


}

