@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: #000;
}

.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: 912px;
    margin: 0 auto;
    position: relative;
    background: url("../images/00-bg.jpg") top center no-repeat;
}

.title {
    width: 1200px;
    height: 912px;
    margin: 0 auto;
    position: relative;
}

.title00 {
    position: absolute;
    top: 99px;
    left: 27px;
    z-index: 0;
}

.discount{
    position: absolute;
    top: 282px;
    left: 498px;
    z-index: 0;
}

.pic1{
    position: absolute;
    top: 14px;
    left: 451px;
    z-index: 0;
}

.pic2{
    position: absolute;
    top: 9px;
    left: 841px;
    z-index: 0;
}

.pic3{
    position: absolute;
    top: 302px;
    left: 18px;
    z-index: 0;
}

.gift{
    position: absolute;
    top: 450px;
    left: 10px;
    z-index: 0;
}

.pic4{
    position: absolute;
    top: 431px;
    left: 861px;
    z-index: 0;
}


.box1_bg{ 
    width: 100%;
    height: 1187px;
    margin: 0 auto;
    position: relative;
    background: url("../images/01-bg.jpg") top center no-repeat;
}

.box1 {
    width: 1200px;
    height: 1187px;
    margin: 0 auto;
    position: relative;
}


.box2_bg{ 
    width: 100%;
    height: 703px;
    margin: 0 auto;
    position: relative;
	background: url("../images/02-bg.jpg") top center no-repeat;
}

.box2 {
    width: 1200px;
    height: 703px;
    margin: 0 auto;
    position: relative;
}

.box3_bg{ 
    width: 100%;
    height: 547px;
    margin: 0 auto;
    position: relative;
	background: url("../images/03-bg.jpg") top center no-repeat;
}

.box3 {
    width: 1200px;
    height: 547px;
    margin: 0 auto;
    position: relative;
}

.box4_p1_bg{ 
    width: 100%;
    height: 777px;
    margin: 0 auto;
    position: relative;
	background: #FFFBEF;
}

.box4_p1 {
    width: 1200px;
    height: 777px;
    margin: 0 auto;
    position: relative;
}

.box4_p2_bg{ 
    width: 100%;
    height: 475px;
    margin: 0 auto;
    position: relative;
	background: url("../images/04-bg.jpg") top center no-repeat;
}

.box4_p2 {
    width: 1200px;
    height: 475px;
    margin: 0 auto;
    position: relative;
}

.box4_p3_bg{ 
    width: 100%;
    height: 2649px;
    margin: 0 auto;
    position: relative;
	background: #FFFBEF;
}

.box4_p3 {
    width: 1200px;
    height: 2649px;
    margin: 0 auto;
    position: relative;
}

.box5_bg{ 
    width: 100%;
    height: 542px;
    margin: 0 auto;
    position: relative;
	background: url("../images/05-bg.jpg") top center no-repeat;
}

.box5 {
    width: 1200px;
    height: 542px;
    margin: 0 auto;
    position: relative;
}

.box6_bg{ 
    width: 100%;
    height: 923px;
    margin: 0 auto;
    position: relative;
	background: #FFFBEF;
}

.box6 {
    width: 1200px;
    height: 923px;
    margin: 0 auto;
    position: relative;
}

.box7_bg{ 
    width: 100%;
    height: 735px;
    margin: 0 auto;
    position: relative;
	background: url("../images/07-bg.jpg") top center no-repeat;
}

.box7 {
    width: 1200px;
    height: 735px;
    margin: 0 auto;
    position: relative;
}

footer{
	width: 100%;
	height: 70px;
    position: relative;
    z-index: 999;
	background-color: #000;
	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;
}
