@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');

* {
    margin:0;
    padding:0;
    line-height:0;
}

.header {
    width: 100%;
    position: relative;
    z-index: 999;
	height: 3.6em;
	padding-top: 0.5em;
	background-color: #0A3A60;
}

.mosttx {
	font-size: 0.8em;
	color: #FFF;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-width: 1200px;
}

.title_bg {
    width: 100%;
    height: 786px;
    margin: 0 auto;
    position: relative;
    background: url("../images/00-bgo.jpg") top center no-repeat;
}

.title {
    width: 1200px;
    height: 786px;
    margin: 0 auto;
    position: relative;
}

.title00 {
    position: absolute;
    top: 149px;
    left: 427px;
    z-index: 0;
}

.h2{
    position: absolute;
    top: 290px;
    left: 385px;
    z-index: 0;
}

.title_discount{
    background: url("../images/00-discountbg.png") top center no-repeat;
    position: absolute;
    width: 855px;
    height: 368px;
    top: 388px;
    left: 173px;
    z-index: 0;
}


.title {
    width: 1200px;
    height: 170px;
    margin: 0 auto;
    position: relative;
}

/*倒數 開始*/
.container {
	color: #FFF;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	width: 855px;
	left:0px;
	top:150px;
	
}


li {
	display: inline-block;
	letter-spacing: 0.5em;
	width: 200px;
}

li span {
	display: block;
	font-size: 4.5em;

}
/*倒數 結束*/


.box1_bg{ 
    width: 100%;
    height: 603px;
    margin: 0 auto;
    position: relative;
    background: url("../images/01-bgo.jpg") top center no-repeat;
}

.box1 {
    width: 1200px;
    height: 603px;
    margin: 0 auto;
    position: relative;
	background: url("../images/01-bg.png") top center no-repeat;
}

.box2_bg{ 
    width: 100%;
    height: 699px;
    margin: 0 auto;
    position: relative;
	background: url("../images/02-bgo.jpg") top center no-repeat;
}

.box2 {
    width: 1200px;
    height: 699px;
    margin: 0 auto;
    position: relative; 
	background: url("../images/02-bg.png") top center no-repeat;
}

.box3_bg{ 
    width: 100%;
    height: 699px;
    margin: 0 auto;
    position: relative;
	background: url("../images/03-bgo.jpg") top center no-repeat;
}

.box3 {
    width: 1200px;
    height: 699px;
    margin: 0 auto;
    position: relative;
	background: url("../images/03-bg.png") top center no-repeat;
}

.box4_bg{ 
    width: 100%;
    height: 309px;
    margin: 0 auto;
    position: relative;
	background: url("../images/04-bgo.jpg") top center no-repeat;
}

.box4 {
    width: 1200px;
    height: 309px;
    margin: 0 auto;
    position: relative;
}

footer{
	width: 100%;
	height: 70px;
    position: relative;
    z-index: 999;
	background-color: #0A3A60;
	padding-top: 1.5em;	
	text-align: center;
}

#top {
    width: 70px;
    height: 70px;
    border-radius:999em;
    background-color: #0A3A60;
    border: rgb(255, 255, 255) solid 2px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-align: center;
    line-height: 70px;
    display: block;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 9999;
    font-family: 'Noto Sans TC';
    font-weight: bold;
    font-size: 1.2em;
}
