body {
	margin: 0;
	padding: 0;
	font-family: 微軟正黑體, Arial, sans-serif;
	background-color: #343f50;
}
* {
	box-sizing: border-box;
}
header, section, footer {
	width: 100%;
	display: block;
	padding: 0;
}
a, a:hover {
	text-decoration: none;
}
.img {
	width: 100%;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.pink {
	color: #f87872;
}
.clear {
	clear: both;
}

/**/
#information {
	background-color: #343f50;
	padding: 80px 0 30px;
}
.title {
	width: 200px;
	background-color: #343f50;
	padding: 0 10px;
	font-size: 34px;
	color: #ee7571;
	position: absolute;
	z-index: 2;
	top: -20px;
	left: 50%;
	margin-left: -110px;
}
/**/
#JoinWay {
	background-color: #343f50;
	padding: 30px;
}
.way-title {
	color: #fff;
	margin: 0 auto;
	width: 140px;
	font-size: 34px;
	padding-bottom: 10px;
	border-bottom: 4px solid #fff;
	margin-bottom: 40px;
}
.qrcode {
	margin-right: 20px;
}
/**/
#gift {
	background-color: #ed7571;
	padding: 30px;
	color: #343f50;
}
.gift-step {
	width: 90%;
	height: 180px;
	background-color: #d55e60;
	margin: 0 auto;
	color: #343f50;
	padding: 10px 0;
	font-weight: 700;
	margin-bottom: 20px;
}
.btn-fb {
	padding: 20px 40px;
	margin: 12px 0 ;
	color: #343f50;
	background-color: #d55e60;
	border: 2px solid #343f50;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
}
.btn-fb:hover {
	background-color: #c55254;
}
.gift-title {
	color: #343f50;
	margin: 0 auto;
	width: 140px;
	font-size: 34px;
	font-weight: 700;
	padding-bottom: 10px;
	border-bottom: 4px solid #343f50;
}
.gift-title-sub {
	width: 140px;
	color: #343f50;
	margin: 15px auto 40px;
	font-size: 28px;
}
.highlight {
	font-size: 22px;
	font-weight: 700;
}
.plus {
	width: 95%;
	padding: 10px;
	background-color: #343f50;
	border: 10px solid #43516b;
	margin: 20px auto;
	color: #fff;
}
.plus-title {
	font-size: 28px;
}

/**/
#notice {
	background-color: #343f50;
	padding: 30px 2%;
}
.notice-cont {
	width: 96%;
	color: #eef3fb;
	font-size: 14pt;
}
.notice-cont>ol>li {
	margin-bottom: 10px;
}
.notice-cont>ol>li:last-child {
	margin-bottom: 0;
}
/**/
#footer {
	background-color: #fff;
	padding: 20px 0 10px;
}
.copyright {
	width: 180px;
	height: 84px;
	margin: 0 auto;
}
/**/
.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
}
.glyphicon-fb {
	content: url("../images/img_fbicon.png");
}



/**/
@media screen and (min-width: 1200px) {
	body {
		font-size: 16pt;
	}
	.pmargin {
		margin-left: 90px;
	}
	#header {
		height: 460px;
		background-color: #414d67;
		padding: 35px 0 0;
	}
	#header>.container {
		position: relative;
		z-index: 1;
	}
	#header-bg {
		width: 1170px;
		height: 425px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	#logo {
		width: 1170px;
		height: 447px;
		position: absolute;
		z-index: 3;
		top: 30px;
	}
	#header-mo {
		display: none;
	}
	/**/
	.info_box {
		width: 100%;
		border: 4px solid #ee7571;
		padding: 20px 40px;
		color: #fff;
		position: relative;
	}
	/**/
	.rank-img-lg {
		display: block;
	}
	.rank-img-md {
		display: none;
	}
	.rank-img-sm {
		display: none;
	}
	.step-box {
		width: 100%;
		min-height: 150px;
		background-color: #414d67;
		color: #fff;
		padding: 20px 20px 20px 90px;
		position: relative;
		z-index: 2;
		margin-bottom: 20px;
		text-align: left;
	}
	.circle {
		width: 120px;
		height: 120px;
		margin-top: -5px;
		background-color: #ed7571;
		color: #414d67;
		font-size: 20px;
		font-weight: 700;
		border-radius: 100%;
		border: 10px solid #343f50;
		padding-top: 40px;
		position: absolute;
		z-index: 3;
		left: -60px;
		top: 50%;
		margin-top: -60px;
	}
	.step-img {
		width: 30%;
	}
	/**/
	.ticket {
		width: 300px;
		height: 312px;
		margin: 0 auto;
	}
	.n3ds {
		width: 626px;
		height: 236px;
		margin: 40px auto 0;
	}
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
	body {
		font-size: 16pt;
	}
	.pmargin {
		margin-left: 90px;
	}
	#header {
		height: 388px;
		background-color: #414d67;
		padding: 35px 0 0;
		position: relative;
		z-index: 1;
	}
	#header-bg {
		width: 970px;
		height: 353px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	#logo {
		width: 970px;
		height: 371px;
		position: absolute;
		z-index: 3;
		top: 60px;
	}
	#header-mo {
		display: none;
	}
	/**/
	.info_box {
		width: 100%;
		border: 4px solid #ee7571;
		padding: 20px 40px;
		color: #fff;
		position: relative;
	}
	/**/
	.rank-img-lg {
		display: none;
	}
	.rank-img-md {
		display: block;
	}
	.rank-img-sm {
		display: none;
	}
	.step-box {
		width: 100%;
		min-height: 150px;
		background-color: #414d67;
		color: #fff;
		padding: 20px 20px 20px 90px;
		position: relative;
		z-index: 2;
		margin-bottom: 15px;
		text-align: left;
	}
	.circle {
		width: 120px;
		height: 120px;
		margin-top: -5px;
		background-color: #ed7571;
		color: #414d67;
		font-size: 20px;
		font-weight: 700;
		border-radius: 100%;
		border: 10px solid #343f50;
		padding-top: 40px;
		position: absolute;
		z-index: 3;
		left: -60px;
		top: 50%;
		margin-top: -60px;
	}
	.step-img {
		width: 30%;
	}
	/**/
	.ticket {
		width: 300px;
		height: 312px;
		margin: 0 auto;
	}
	.n3ds {
		width: 626px;
		height: 236px;
		margin: 0 auto;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 16pt;
	}
	.pmargin {
		margin-left: 90px;
	}
	#header {
		height: 308px;
		background-color: #414d67;
		padding: 35px 0 0;
		position: relative;
		z-index: 1;
	}
	#header-bg {
		width: 750px;
		height: 273px;
		margin: 0 auto;
		position: relative;
		z-index: 2;
	}
	#logo {
		width: 750px;
		height: 287px;
		position: absolute;
		z-index: 3;
		top: 50px;
	}
	#header-mo {
		display: none;
	}
	/**/
	.info_box {
		width: 90%;
		border: 4px solid #ee7571;
		padding: 20px 40px;
		margin: 0 auto;
		color: #fff;
		position: relative;
	}
	/**/
	.rank-img-lg {
		display: none;
	}
	.rank-img-md {
		display: none;
	}
	.rank-img-sm {
		display: block;
	}
	.step-box {
		width: 90%;
		min-height: 150px;
		background-color: #414d67;
		color: #fff;
		padding: 60px 20px 20px 20px;
		position: relative;
		z-index: 2;
		margin-bottom: 80px;
		text-align: center;
	}
	.circle {
		width: 120px;
		height: 120px;
		margin-top: -5px;
		background-color: #ed7571;
		color: #414d67;
		font-size: 20px;
		font-weight: 700;
		border-radius: 100%;
		border: 10px solid #343f50;
		padding-top: 40px;
		position: absolute;
		z-index: 3;
		top: -50px;
		left: 50%;
		margin-left: -60px;
	}
	.step-img {
		width: 30%;
	}
	/**/
	.ticket {
		width: 300px;
		height: 312px;
		margin: 0 auto;
	}
	.n3ds {
		width: 626px;
		height: 236px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	body {
		font-size: 18px;
	}
	.pmargin {
		margin-left: 0;
	}
	#header, #logo {
		display: none;
	}
	#header-mo {
		width: 100%;
		margin: 0 auto;
	}
	.header-mo-bg {
		width: 100%;
		position: relative;
		z-index: 1;
	}
	.logo-mo {
		width: 100%;
		position: absolute;
		top: 40px;
		z-index: 2;
	}
	/**/
	.info_box {
		width: 96%;
		margin: -20px auto;
		border: 4px solid #ee7571;
		padding: 20px;
		color: #fff;
		position: relative;
	}
	/**/
	.rank-img-lg {
		display: none;
	}
	.rank-img-md {
		display: none;
	}
	.rank-img-sm {
		display: none;
	}
	.step-list {
		margin-top: 30px;
	}
	.step-box {
		width: 100%;
		min-height: 150px;
		background-color: #414d67;
		color: #fff;
		padding: 65px 20px 20px 20px;
		position: relative;
		z-index: 2;
		margin-bottom: 80px;
		text-align: center;
	}
	.circle {
		width: 120px;
		height: 120px;
		margin-top: -5px;
		background-color: #ed7571;
		color: #414d67;
		font-size: 20px;
		font-weight: 700;
		border-radius: 100%;
		border: 10px solid #343f50;
		padding-top: 40px;
		position: absolute;
		z-index: 3;
		top: -50px;
		left: 50%;
		margin-left: -60px;
	}
	.step-img {
		width: 90%;
	}
	/**/
	.ticket {
		width: 250px;
		height: 260px;
		margin: 0 auto;
	}
	.n3ds {
		width: 100%;
	}
	.icon {
		width: 20%;
	}

}







