@charset "utf-8";
	header {
	border-top: 35px solid #ffad31;
	margin-bottom: 1em;
	padding: 10px 0 0;
	box-shadow: 0 1px 10px #d2d2d2;
	background: #fff
}
.navContent {
	height: 75px;
	width: 100%;
	line-height: 100px;
	position: relative
}
.navContent .logo {
	position: absolute;
	top: 0
}
.navContent .title {
	position: absolute;
	left: 95px;
	top: 3px
}
.navContent .logo img,.navContent .title img {
	width: 80%;
	height: auto
}
.mainMenu {
	color: #fff;
	width: 1000px;
	margin: auto
}
.mainMenu.fixed {
	width: 100%;
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #ffad31;
	box-shadow: 0 5px 20px rgba(0,0,0,.3);
	border-bottom: 1px solid #fb7f00
}
.fastLink {
	position: absolute;
	left: 0;
	right: inherit;
	top: -40px;
	z-index: 999;
	font-size: 0.8rem;
	letter-spacing: 0;
	width: 100%;
	background: #ffad31
}
.fastLink a {
	color: #633626
}
.fastLink a::after {
	content: '|';
	color: #633626;
	margin-left: 5px
}
.fastLink a:hover,.fastLink a:focus {
	color: #333;
}
.grayBox {
	position: absolute;
	right: -1em;
	bottom: -.5em;
	border-radius: .8em;
	line-height: 16px;
	padding: .3em .8em .1em
}
.fontSizeControl {
	position: relative;
	bottom: 3px;
	display: inline-block;
	font-size: 0.8rem
}
.fontSizeControl a img {
	vertical-align: middle
}
.fbLink {
	display: inline-block;
	vertical-align: middle
}
.fontSizeNS {
	position: absolute;
	left: 370px;
	top: 15px;
	width: 200px;
	font-size: .7rem;
	line-height: normal
}
@media screen and ( max-width: 767px) {
	header {
	height: 65px;
	margin: 0
}
}
@media screen and ( min-width: 768px) and ( max-width: 1000px) {
	header {
	height: 100px;
	margin: 0
	}
}
@media screen and ( max-width: 992px) {
	/*針對992手機版*/
	.navContent,header .navContent{
		height: 60px;
	}
	.navContent a.logo{
		position: relative; /* 父元素相對定位 */
		width: 230px;       /* 可依需求調整寬度 */
		height: 45px;       /* 高度固定 */
	}
	.navContent .logo img:first-child {
		position: absolute;
		left: 0;
		top: 0;
		height: 45px;
		width: auto;
	}
	.navContent .logo img:last-child {
		position: absolute;
        left: 74px;
		top: 0;
		height: 45px;
		width: auto;
	}
	header {
    height: 60px; /* 固定高度，避免破壞排版 */
    transition: transform 0.3s ease, opacity 0.3s ease;
	}
	header.hide  {
		transform: translateY(-100%); /* 視覺隱藏，但保留空間 */
		opacity: 0.9; /* 可選：保持一點透明度提示使用者 */
	}

	/* .navContent .logo img {
		width: 116px; 
		height: auto;
}
	.navContent .logo img+img{
		width: 270px;
	}
	header .navContent{
		height: 60px;
	} */
}
@media screen and ( max-width: 767px) {
}
@media screen and ( max-width: 560px) {
}
@media screen and ( max-width: 480px) {
}
@media screen and ( max-width: 320px) {
}