body {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-size: 16px;
}

.n-wraper {
	position: relative;
	width: 100%;
}

/*header.reset*/
.header * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-size: 16px;
	box-sizing: border-box;
}

/*header*/
.header {
	position: relative;
	width: 100%;
	font-size: 16px;
	z-index: 9999;
	position: fixed;
}

.header-main-top {
	position: relative;
	transition: padding .8s;
}

.header-top {
	/*border: 1px solid #00f;*/
	position: relative;
	height: 60px;
	background-color: #d70c18;
}

.section-block {
	max-width: 1200px;
	/*border: 2px solid #00f;*/
	margin: 0 42px 0 40px;
	/* margin: auto; */
	height: 100%;
	position: relative;
}

.header a {
	cursor: pointer;
	font-weight: 500;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-decoration: none;
	font-family: '微軟正黑體';
	cursor: pointer;
}

.header .header-container-LOGO {
	position: absolute;
	top: 11px;
}

.header .header-container-LOGO a.desk-logo {
	display: block;
}

.header .header-container-LOGO a.desk-logo img {
	width: 155px;
	height: 40px;
	vertical-align: top;
}

/*---------紅底白字-------*/
.mwnu {
	width: 100%;
	max-width: 300px;
	position: absolute;
	right: 20px;
	height: 60px;
}

.mwnu ul {
	display: flex;
}

.mwnu ul li a {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	line-height: 60px;
	padding-right: 25px;
}


/*-------------------*/

@media only screen and (min-width: 320px) and (max-width:1023px) {
	.header-top {
		position: fixed;
		z-index: 100;
		left: 0;
		right: 0;
		height: 53px;
	}

	.header .header-container-LOGO {
		position: relative;
		top: 0;
		bottom: 0;
		width: 100%;
	}

	.header .header-container-LOGO a.desk-logo {
		display: block;
		position: absolute;
		top: 10px;
		left: 0px;
		right: 0;
		/*2018-10-17刪除 margin: auto;*/
		margin-left: 10px;
		/*2018-10-17新增*/
		width: 131px;
	}

	.eng-header .header .header-container-LOGO a.desk-logo {
		width: 147px;
		top: 7px;
	}

	.header .header-container-LOGO a.desk-logo img {
		max-width: 100%;
		height: auto;
		width: 131px;
	}
}

@media only screen and (min-width: 1024px) and (max-width:1300px) {
	.header .section-block {
		margin: 0 42px 0 40px;
		/*2018-10-17修改 左右 10px ==> 40px*/
		/*2018-10-17刪除 margin-right: 70px;*/
		max-width: initial;
	}
}

@media(max-width: 767px) {

	/*2018-10-17新增*/
	.header .header-container-LOGO a.desk-logo {
		/*margin: auto;*/
	}

	.header.active .header-container-LOGO a.desk-logo {
		margin-left: 60px;
	}
}

/*footer*/
.footer * {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-size: 16px;
	box-sizing: border-box;
}

.footer {
	position: relative;
	background-color: #f6f6f6;
}

.main-footer {
	background-color: #ededed;

}

.footer-logo {
	font-size: 0;
	/*background-color: #888;*/
	background-image: linear-gradient(90deg, #D70C18 50%, #d8d8d8 51%);
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}

.footer-logo .max-width {
	max-width: 1200px;
	margin: auto;
	font-size: 0;
}

.footer-logo .copyright,
.footer-logo .logo-content {
	display: inline-block;
	vertical-align: middle;
}

.footer-logo .copyright {
	width: 74.75%;
	min-height: 56px;
	background-color: #D70C18;
}

.footer-logo .copyright:before {
	display: inline-block;
	content: '';
	width: 0px;
	height: 56px;
	vertical-align: middle;
}

.footer-logo .copyright p,
.footer-logo .copyright p link,
.footer-logo .copyright .logoName {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
}

.footer-logo .copyright .img-c {
	width: 11px;
	height: 11px;
	transform: translateY(1.5px);
}

.footer-logo .copyright .browser {
	padding-left: 10px;
}

.footer-logo .logo-content {
	font-size: 0;
	padding-left: 24px;
}

.footer-logo .logo-content .pic {
	width: 142px;
}

.footer-logo .logo-content .pic img {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	transform: translateY(1px);
}

@media only screen and (min-width: 320px) and (max-width:767px) {
	.mini-footer {
		padding-top: 7px;
		padding-bottom: 7px;
	}

	.mini-footer .ul-items .ul-items-li {
		width: 33.3333%;
		padding: 7px 0px;

	}

	.mini-footer .ul-items .ul-items-li a img {
		width: 28px;
		height: 28px;
	}

	.mini-footer .ul-items .ul-items-li a p {
		font-size: 12px;
		max-width: calc(100% - 34px);
	}

	.footer-logo .copyright .iph-none,
	.footer-logo .copyright .browser {
		display: none;
	}

	.footer-logo .copyright {
		padding: 4.35px;
	}

	.footer-logo .copyright p {
		display: inline-block;
		color: #fff;
	}
}

@media only screen and (min-width: 320px) and (max-width:1023px) {
	.content {
		padding-top: 53px;
		/* 此為header的高度 */
	}

	.main-footer {
		/*padding-bottom: 59px;*/
	}

	.footer-logo {
		padding: 0;
	}

	.footer-logo .copyright {
		width: 100%;
		min-height: 0;
		text-align: center;
		padding: 9.4px;
	}

	.footer-logo .copyright:before {
		display: none;
	}

	.footer-logo .copyright p {
		-webkit-text-size-adjust: none;
		font-size: 11px !important;
		vertical-align: middle;
		transform: translateY(-2px);
	}

	.footer-logo .logo-content {
		display: none;
	}

	.event-footer .footer-logo .copyright .iph-none,
	.event-footer .footer-logo .copyright .browser {
		display: none;
	}
}

@media (max-width: 319.98px) {
	

	.footer-logo {
		padding-left: 0;
		padding-right: 0;
		text-align: center;
	}

	.footer-logo .copyright {
		width: 100%;

	}

	.footer-logo .logo-content {
		display: none;
	}

	.event-footer .footer-logo .copyright .iph-none,
	.event-footer .footer-logo .copyright .browser {
		display: none;
	}

}