@charset "UTF-8";
body {
	height:100%;
	padding:0;
	margin:0;
	font-family:Arial,"文泉驛正黑","WenQuanYi Zen Hei","儷黑 Pro","LiHei Pro","微軟正黑體","Microsoft JhengHei",sans-serif;
	background:url(../img/background.jpg)center 75px;
}
.bg-top {
	background:url(../img/bg-top.png)center 75px no-repeat;
	/*background-size: cover;*/
	max-width: 100%
}
#header {
	/*background:url(../img/bg-top.png)center 75px no-repeat;*/
	background-size: cover;
	/*height:830px;*/
}
#header .intro {
	position:relative;
	max-width:1004px;
	margin:0 auto
}
#header .logoPosCenter {
	width: 100%;
	background: #fff;
	height: 75px;
}
#header .logoCenter{
	max-width: 1004px;
	margin: 0 auto;
	position: relative;
}
#header .logoCenter img{
	width: 140px;
}
#header .logoPosCenter h1{
	position: absolute;
	top: 0;
    left: 150px;
    color: #0d407f;
    font-size: 1.6em;
}
#header .intro h1 {
	background:url(../img/bigtitle_1.png)no-repeat;
	width:783px;
	height:311px;
	position:absolute;
	top:20px;
	margin: 0 auto;
    left: 0;
    right: 0;
	overflow:hidden;
	text-indent:-999px;
}
.blur {
	-webkit-animation: blur 2.5s ;
     -moz-animation: blur 2.5s ;
    -ms-animation: blur 2.5s ;
}
@keyframes blur{
    0% { -webkit-filter: blur(15px);  filter: blur(15px);}
    50%; { -webkit-filter: blur(5px);  filter: blur(5px);}
    100% { -webkit-filter: blur(0px);  filter: blur(0px);}
}

@-webkit-keyframes blur {
    0% { -webkit-filter: blur(15px);  filter: blur(15px);}
    50%; { -webkit-filter: blur(5px);  filter: blur(5px);}
    100% { -webkit-filter: blur(0px);  filter: blur(0px);}
}
.opacity0 {
	-webkit-animation: opacity0 5s ;
     -moz-animation: opacity0 5s ;
    -ms-animation: opacity0 5s ;
}
@keyframes opacity0{
    0% { opacity: 0;filter: Alpha(opacity=0);}
    100% { opacity: 1;filter: Alpha(opacity=100);}
}

@-webkit-keyframes opacity0 {
    0% { opacity: 0;filter: Alpha(opacity=0);}
    100% { opacity: 1;filter: Alpha(opacity=100);}
}
.container {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
  background: url('../img/lucky-.png')0 0 no-repeat;
}

.canvas {
  position: absolute;
  top: 0;
}
canvas.canvas{
	  /*width: 300px;
	  height: 300px;*/
}
.finger{
	background: url("../img/finger.png")0 0 no-repeat;
	width: 93px;
	height: 93px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9;
	transform-origin: 90% 90%;
	-webkit-animation: 1s finger infinite;
  	animation: 1s finger infinite;
  	-webkit-transition-delay:2s;
  	transition-delay:2;
}
@-webkit-keyframes finger {
   0% { transform: rotate(-5deg);}
   50% { transform: rotate(15deg);}
  100%{ transform: rotate(-5deg); }
}

@keyframes finger {
   0% { transform: rotate(-5deg);}
   50% { transform: rotate(15deg);}
  100%{ transform: rotate(-5deg); }
}

.padding-top-21{
  	padding-top: 21em;
    max-width: 900px;
    margin: 0 auto;
}
.container .botton,.scratch_viewport .botton{
	background: url('../img/button.png')0 0 no-repeat;
	position: absolute;
    width: 325px;
    height: 80px;
    padding: 0;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 3.5em;
    display: none;
    font-size: 1.5em;
    font-weight: 800;
    cursor: pointer;
}

#header .intro h2 {
	background:url(../img/bt-title.png)0 0 no-repeat;
	max-width: 400px;
	height: 94px;
	color: #fff;
    line-height: 3em;
    font-size: 2em;
    text-indent: 1em;
    font-family: "Microsoft YaHei";
}
#header .intro h2 span{
    color: #fff45c;
    margin-right: .3em
}
#header .intro p.introduction,h2.fundname{
	font-size: 1.1em;
	line-height: 1.8;
	color: #000;
	width: 95%;
}
h2.fundname span{
	color: #7d0000
}
#header .intro p.introduction span{
	font-size: 1.3em;
	font-weight: bold;

}
#header .intro .people-shopping {
	background:url(../img/people-shopping.gif)no-repeat;
	position:absolute;
	left:0;
	top:255px;
	width:167px;
	height:189px
}
#header .intro .afu {
	background:url(../img/people-afu.png)no-repeat;
	position:absolute;
	left:530px;
	top:45px;
	width:222px;
	height:491px
}
#header .intro .botton_icon,#content_3 .botton_icon {
	position:absolute;
	top:430px;
	left:0
}
#header .intro .botton_icon a,#content_3 .botton_icon a {
	background:#eb6100 url(../img/botton_icon.png)no-repeat 20px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:140px;
	height:35px;
	border-bottom:3px solid #f3a066;
	margin:0 15px;
	padding:8px 25px 8px 60px;
	color:#fff100;
	text-decoration:none;
	font-size:24px
}
#header .intro .botton_icon a:hover,#content_3 .botton_icon a:hover {
	border-bottom:none;
	vertical-align:middle;
	-webkit-transform:perspective(1px) translateZ(0);
	transform:perspective(1px) translateZ(0);
	box-shadow:0 0 1px transparent;
	-webkit-transition-duration:0.1s;
	transition-duration:0.1s;
	-webkit-transition-property:transform;
	transition-property:transform;
	-webkit-transition-timing-function:ease-out;
	transition-timing-function:ease-out
}
#header .intro .botton_icon a:hover,#header .intro .botton_icon a:focus,#header .intro .botton_icon a:active,#content_3 .botton_icon a:hover {
	-webkit-transform:translateY(1px);
	transform:translateY(1px)
}
#header .intro .botton_icon a span,#content_3 .botton_icon a span {
	color:#fff
}
#header .intro .botton_icon a+a,#content_3 .botton_icon a+a {
	background-position:20px -42px
}
#content_3 .botton_icon a+a+a {
	background-position:20px -85px;
	color:#eb6100;
	background-color:#fff1bb;
	border-bottom:3px solid #f4e4a7
}
#header .intro ul.check_box {
	position:absolute;
	left:145px;
	top:318px
}
#header .intro ul.check_box:after,#content ul:after,#content_2 .display_zone:after {
	content:"";
	display:table;
	clear:both
}
#header .intro ul.check_box li {
	font-size:24px;
	background:url(../img/checkbox.gif) no-repeat 0px center;
	float:left;
	list-style:none;
	padding:0 20px 0 30px;
	letter-spacing:-1px
}
.mhide {
	/*display:block*/
}
.mshow {
	display:none
}
#nav {
	position:absolute;
	width:100%;
	top:650px;
	left:0;
	z-index:2;
	background-image:url(../img/bg_nav.png);
	background-repeat:repeat-x;
	background-position:0 0;
	min-width:1000px
}
.content-zone{
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px
}
#content {
	margin:0 auto;
	padding:0 15px;
}

.content-zone .eventinfo{
	padding: 0 30px;
	line-height: 1.5
}
.content-zone .eventinfo h3{
	font-size: 1.3em
}
.content-zone .eventinfo h3:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 25px;
	margin-right: 10px;
	background: #990d23;
	vertical-align: sub;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content-zone .eventinfo a{
	color: #a60c0c
}
.content-zone .eventinfo table{
	background: #f5d06b;
	color: #313131;
	margin: 15px auto;
	width: 100%;
	text-align: center;
	font-size: 14px;
	border-spacing: 1px;	
} 
.content-zone .eventinfo table td{
	padding:5px;
}
.content-zone .eventinfo table tr:first-child td:first-child{
	width: 15%;
	border-bottom: 1px solid #fff;
}
.content-zone .eventinfo table tr td:nth-child(n+2){
	background: #fff;
	text-align: left;
}
.content-zone .eventinfo table tr td span{
	color: #a3a3a3;
}


#content_2 {
	padding: 2.5em 0 0;
	position: relative;
	display: none;
}
#content_2 .form_block,.reel_block{
	max-width: 899px;
    margin: 0 auto;
}
.flextop .reel_block{
	max-width: 100%;
    margin: -2em 1em 0;
}
#content_2 .form_block .reel-top,.reel_block .reel-top{
	max-width: 100%;
    background: url('../img/reel-top.png')0 0 no-repeat;
    height: 24px;
}
#content_2 .form_block .reel-down,.reel_block .reel-down{
	max-width: 100%;
    background: url('../img/reel-down.png')0 0 no-repeat;
    height: 24px;
}


#content_2 .form_block h3{
	margin: 0;
    width: 100%;
    padding: .3em 0;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    background: url(../img/title.png) center 35px no-repeat;
    height: 50px;
    color: #000;
}
.reel_block h3{
	margin: 0;
    /*width: 100%;*/
    padding: .3em 0 .5em 1em;
    font-size: 1.8em;
    background: url(../img/title.png) left 35px no-repeat;
    height: 50px;
    color: #000;
}
.reel_block p{
	font-size: 1.2em
}
.reel_block p span{
	color: #7a0004
}
.reel_block .floatright{
	font-size: 1em;
	line-height: 1.8
}
.reel_block .floatright span{
	color: #ff0000
}
.reel_block .floatright img{
	float: right;
}
.reel_block .floatright:after{
	content: "";
	display: table;
	clear: both;
}
.reel_block .buttomgo{
	background: url(../img/button.png) 0 0  no-repeat;
	width: 325px;
	height: 80px;
	float: left;
	font-size: 1.4em;
    font-weight: 800;
    text-align: center;
    line-height: 3.4;
    color: #fff;
    cursor: pointer;
    margin-top: .5em
}
.flextop .reel_block .buttomgo{
	width: 250px;
	background-size: contain;
	line-height: 3
}
.reel_block .buttomgo a{
    color: #fff;
    text-decoration: none;
}

#content_2 .form_block.formzone_2{
	border-color: #ff7f00;
	margin-top:1.5em 
}
#content_2 .form_block.formzone_2 h4{
	background: #ebebeb;
	color: #313131;
	text-align: center;
	margin: 0;
	padding: .5em
}
#content_2 .form_block.formzone_2 h4 span{
	margin: 0 3px;
	color: #f00
}
#content_2 .form_block.formzone_3{
	border-color: #7f7f7f;
	margin-top:1.5em 
}
#content_2 .form_block.formzone_3 h3{
	background: #7f7f7f;
}
dl{
  	margin-bottom:1em;
}
dl:after{
	content: "";
	display: table;
	clear: both;
}
#content_2 dl dt{
	color:#313131;
	text-align: right;
	float:left;
	font-weight:bold;
	margin-right:1.5%;
	padding:5px 3px 1.5%;
	width:22%;
}
#content_2 dl dd {
	margin:0 0 1em;
	padding:5px 0;
	width: 75%;
	float: left;
}
#content_2 b{
	font-size: .9em;
	font-weight: normal;
	color: #626262
}
#content_2 b span{ 
	color: #ff0000
}
#content_2 .fundblock,.reel_block .fundblock{
	position: relative;
	padding:1em 4em;
	background: url('../img/reel-center.png')0 0 repeat-y;
}
.reel_block .fundblock:after{
	content: "";
	display: table;
	clear: both;
}
.reel_block .fundblock section:first-child{
	margin-bottom: 1em
}
.reel_block .fundblock section p.tip{
	font-size: .9em
}
.reel_block .fundblock section .pic{
	margin: 0 auto;
	text-align: center;
}
.reel_block .fundblock section .pic img{
	max-width: 100%
}
#content_2 .btn{
	background: #ff7f00;
	width: 200px;
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em auto;
	cursor: pointer;
	text-align: center;
	color: #fff;
	padding: .5em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	margin:.5em;
}
#content_2 .btn+.btn{
	background-color: #a7a7a7
}
#content_2 .btn.addicon{
	background:#ff7f00 url("../img/btn-icon.gif")23% center no-repeat;
	text-indent: 20px;
}	
#content_2 .fundblock .closeBtn{
	position: absolute;
	top: 0px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#content_2 .fundblock .closeBtn img{
	width: 100%;
}

#content_2 .form_block.formzone_2 ul{
	padding: 0 1em;
	margin: .5em auto 0
}
#content_2 .form_block.formzone_2 ul:after{
	content: "";
	display: table;
	clear: both;
}
#content_2 .form_block.formzone_2 ul li{
	float: left;
	margin-right: 2em
}
#content_2 .form_block.formzone_2 ul li a{
	color: #043b7c;
}

.border-menu{
	display: none;
}
.border-top{
	background: url(../img/border-top.png)center 0 repeat-x;
    height: 45px;
    margin: 0 auto;
}
.border-top:before{
	content: "";
	background: url(../img/border-lefttop.png)center 0 repeat-x;
	height: 45px;
	width: 40px;
	display: block;
	float: left;
}
.border-top:after{
	content: "";
	background: url(../img/border-lefttop.png)center 0 repeat-x;
	height: 45px;
	width: 40px;
	display: block;
	float: right;
	transform:scalex(-1);
	-moz-transform:scalex(-1);
	-webkit-transform:scalex(-1);
	-o-transform:scalex(-1);
	-ms-transform:scalex(-1);
}
.border-center{
	border-left:4px double #323231;
	border-right:4px double #323231;
	padding: 1em 1em 0;
	position: relative;
}
.border-bottom:before{
	content: "";
	background: url(../img/border-lefttop.png)center 0 repeat-x;
	height: 45px;
	width: 40px;
	display: block;
	float: left;
	transform:scaley(-1);
	-moz-transform:scaley(-1);
	-webkit-transform:scaley(-1);
	-o-transform:scaley(-1);
	-ms-transform:scaley(-1);
}
.border-bottom:after{
	content: "";
	background: url(../img/border-lefttop.png)center 0 repeat-x;
	height: 45px;
	width: 40px;
	display: block;
	float: right;
	transform: rotateY(180deg) rotateX(180deg);
	-moz-transform: rotateY(180deg) rotateX(180deg);
	-webkit-transform: rotateY(180deg) rotateX(180deg);
	-o-transform: rotateY(180deg) rotateX(180deg);
	-ms-transform: rotateY(180deg) rotateX(180deg);
}
.border-bottom{
	padding-bottom: 46px;
	background: url(../img/border-top.png)0 40px repeat-x;
    margin: 0 auto 1em;
}
.border-center .border-menu-title{
	margin: -2.5em auto 0;
	text-align: center;
}
.border-center:after{
	content: "";
	display: table;
	clear: both;
}
.food-left,.food-right{
	width: 49.5%;
	float: left;
	text-align: center;
}
.food-left img ,.food-right img{
	max-width: 100%
}
.food-left{
	border-right:1px solid #c0c0c0;
}
.border-center ul{
	text-align: left;
    padding: 0 1em;
    margin-top: 0;
}
.border-center ul li{
	margin-bottom: .5em;
	list-style: none;
	position: relative;
	padding-left: 2.5em;
	text-decoration: underline;
	cursor: pointer;
}
.border-center ul li:before{
	position: absolute;
	left: 0;
	content: "";
    width: 29px;
    height: 29px;
    background: url(../img/point.png) 0 0  no-repeat;
    display: inline-block;
    vertical-align: bottom;
}
.border-center ul{
	color: #000;
	font-size: 1.1em
}
.border-center ul span{
	color: #7a0004;
}
.flextop{
	display: none;
    position: fixed;
    top: 10%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 550px;
    height: calc(100% - 120px);
    background:url(../img/background.jpg);
    overflow-y: scroll;
    z-index: 9999999;
    padding-top: 40px;
   	max-width: 600px;
    max-height: 630px;
    margin: 0 auto;
}
.flextop.on{
	display: block;
}
.closeBtn{
    position: absolute;
  	top: 8px;
    right: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.closeBtn img{
	width: 100%;
    height: auto;
}
.flextop:after{
	background:rgba(0,0,0,.2); 
	width: 100%
}
.scratch_container {
        position: relative;
        margin: 0 auto;
        max-width: 1024px;
    }

    .scratch_viewport {
        position: relative;
        max-width: 458px;
        max-height: 416px;
        margin: 0 auto;
        z-index: 0;
    }

    .scratch_picture-under {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        z-index: -1;
    }

    .scratch_container canvas {
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
    }

input[type="checkbox"],input[type="radio"] {
    display: none;
}
label {
  cursor: pointer;
  color: #555;
  margin-right: .8em;
}
label:last-child {
    margin-right: 0;
}
label.red{
    font-size: 1.2em;
    color: #e60012;
    margin-bottom: 1em
}
label.bk{
    font-size: 1.2em;
    color: #313131;
    margin-bottom: 1em
}
input[type="checkbox"] + label span,input[type="radio"] + label span {
    display: inline-block;
    vertical-align: sub;
    width: 20px;
    height: 20px;
    background: url(../img/input-cr.gif) 0px center no-repeat;
    background-size: cover;
    margin-right: .2em;
}
input[type = "checkbox"]:checked + label,input[type = "radio"]:checked + label {
    color: #e60012;
}
input[type="checkbox"]:checked + label span {
    background: url(../img/input-cr.gif) -20px center no-repeat;
    background-size: cover;
}
input[type="radio"] + label span {
    background: url(../img/input-cr.gif) -40px center no-repeat;
    background-size: cover;
}

input[type="radio"]:checked + label span {
    background: url(../img/input-cr.gif) -60px center no-repeat;
    background-size: cover;
}
select.width100 {
    width: 80%;
    padding: .2em .2em;
}
input.width100{
	border: none;
	text-align: right;
	font-size: 1.3em;
	border-bottom: 1px solid #313131;
	margin-right: 5px;
	width: 15%;
}
input.width100:focus{
	outline:none
}
.interpw{
	margin: 2em auto 0;
	text-align: center;
	font-size: 1.2em;
}
.interpw .psw{
	font-size: 1.2em;
	margin-left: .5em;
	width: 15%;
	margin-bottom: .5em
}

#footer {
	border-top:5px solid #ff7c25;
	width:100%;
	background: #fff
}
#footer .posCenter,#footer .contact {
	max-width:1004px;
	margin:0 auto;
	padding:0
}
#footer .logo {
	float:left;
	margin:10px 0 10px 0;
	width:180px;
	height:95px
}
#footer .logo img {
	width:100%
}
#footer h2{
	float: left;
	margin: 2.6em 0 0 1em;
	font-weight: normal;
}
#footer h2 a{
	color: #333;
	text-decoration: none;
}
#footer .phone {
	float:right;
	margin:17px 0 0 0;
	font-weight:bold;
	font-size:28px;
	color:#EA5404;
}
#footer .phone span{
	font-size: 16px;
	vertical-align: middle;
	color: #313131
}
#footer .sicon {
	float: right;
    width: 35%;
    margin-top: 5px;
    text-align: right;
}
#footer .sicon a{
	display:inline-block;
	width:24px;
	height:24px;
	margin-left:5px
}
#footer .sicon a:nth-child(1){
	background: url("../img/sfb.png")0 0 no-repeat;
}
#footer .sicon a:nth-child(2){
	background: url("../img/sline.png")0 0 no-repeat;
}
#footer .sicon a:nth-child(3){
	background: url("../img/syt.png")0 0 no-repeat;
}

#footer .company {
	clear:both;
	font-size:13px;
	color:#151515
}
#footer .company span{
	border-right: 1px solid #333;
	margin-left: 10px;
	padding-right: 10px;
}
#footer .company span:last-child{
	border:none;
}
#footer .warning ul {
	list-style:none;
	padding:0;
	margin-bottom: 0;
	border-top: 1px dotted #333;
}
#footer .warning li {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left:12px;
	font-size:15px;
	line-height:1.5em;
	color:#373737;
	margin-bottom: .5em
}
#footer .warning li:first-child {
	margin-top: 15px;
}
#footer .warning li:before {
	position:absolute;
	display:block;
	content:"";
	left:0;
	top:9px;
	width:0;
	height:0;
	border:2.5px solid #333;
}
#footer .warning li:nth-child(3),#footer .warning li:nth-child(6) {
	color: #00205A
}
#footer .warning a {
	color:#1361B1
}
#footer .warning >div>div {
	text-align: right;
	margin-top: 0;
	margin-bottom: 1.5em;
}
.lightboxContainer{
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 500px;
    height: calc(100% - 120px); 
    height: auto;
    background-color: #fff;
    /*overflow-y: scroll; */
    z-index: 9999999;
    text-align: center;
    padding: 30px 15px 15px;
}
.lightboxContainer.on {
  display: block;
  border: 5px solid #f1c635;
}
.lightboxContainer h2{
	color: #cc8c2c;
	font-size: 2em;
	margin: 0 auto
}
.lightboxContainer h3.red{
	font-size: 1.8em;
	color: #f00;
	margin: -.2em 0 .5em
}
.lightboxContainer h2.good img{
	width: 35px;
    margin-right: 5px;
    vertical-align: text-top;
}
.lightboxContainer h2.Winning img{
	width: 45px;
    margin-right: 5px;
    vertical-align: middle;
}
.lightboxContainer .btn{
	display: inline-block;
	background: #ff7f00;
    font-size: 1.2em;
    margin: .5em .2em;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.lightboxContainer .btn a{
	padding: 10px .5em;
	line-height: 2;
	color: #fff;
	text-decoration: none;
}
.lightboxContainer p.border{
	border: 1px solid #ccc;
	padding: 5px 0;
	width: 175px;
    margin: .5em auto 1em;
} 
.lightboxContainer p span{
	color: #f00;
	margin: 0 2px;
	font-size: 1.3em
}
.blackCover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 999999;
    display: none;
}
.blackCover.on {
    display: block;
    opacity: 0.7;
}

@media only screen and (max-width:767px) {

#header {
	background-size:cover;
}
#header .intro h1 {
	background-size: cover;
    width: 400px;
    height: 146px;
    top: 15px;
    left: 30px;

}
#header .intro p.introduction{
	padding: 1em 0 1em .5em
}
/*#header .intro h2 {
	top: 175px;
    width: 95%;
    margin: 0 auto;
    font-size: .8em;
}*/
#header .intro .afu {
	background-size:cover;
	width:173px;
	height:382px;
	top:30px;
	left:initial;
	right:20%
}
#header .intro ul.check_box {
	left:-15px;
	top:278px
}
#header .intro ul.check_box li {
	font-size:19px
}
#header .intro .people-shopping {
	background:none
}
#header .intro .botton_icon {
	top:350px
}
#header a.logo img {
	/*width:100px*/
}
.content-zone .bar .people{
	display: none;
}
.padding-top-21{
	padding-top: 11em;
}
#content {
	margin:0 auto 0
}
#content ul,#content ol {
	padding:0;
	margin: 0 12px;
}
#content ul li {
	width:100%;
	margin:0 auto
}
#content ul li a div,#content ul li+li a div,#content ul li+li+li a div {
	max-width:100%;
	background:none
}
#content ul li img {
	float:left;
	width:225px
}
#content ul li a div {
}
#content ul li p {
	padding-bottom:0px
}
#content ul li a div p {
	background:#e50012;
	margin:37px 0px 0 0px;
	height:142px;
	color:#fff;
	padding-left:240px
}
#content ul li a p span {
	color:#fff100
}
#content ul li a p em {
	color:#bdd6a2
}
#content ul li+li a div p {
	background:#fea424
}
#content ul li+li+li a div p {
	background:#7eaa4e
}
#content_3 .botton_icon a {
	margin:0 10px
}
#content_2 .display_zone {
	padding:10px 15px 15px
}
.content-zone .eventinfo table{
	width: 100%
}
.content-zone .eventinfo{
	padding: 0 0px;
}
.interpw .psw{
	width: 45%
}
.lightboxContainer.on{
	width: 80%;
	top: 21%;
}
.fancy .jSlots-wrapper{
	margin: 28px 0 0 37px!important
}
#content_2 .form_block:before,#content_2 .form_block:after{
	width: 100%;
}

}


@media only screen and (max-width:640px) {
	#header {
	background-size:cover;
    background-position: center 0;
}
#header .intro h1 {
	background-size:cover;
	width: 250px;
    height: 93px;
    top: 0px;
    left: 0;
}
/*#header .intro h2 {
	top: 110px;
    font-size: .7em;
    line-height: 1.5;
}*/
#header .intro .afu {
	background-size:cover;
	width:100px;
	height:220px;
	top:30px;
	left:60%;
	right:initial
}
#header .intro ul.check_box {
	left:0px;
	top:145px
}
#header .intro ul.check_box li {
	font-size:17px;
	float:none;
	margin-bottom:6px;
	background-size:20px;
	padding-left:25px
}
#header .intro .people-shopping {
	background:none
}
#header .intro .botton_icon {
	top:265px;
	right:0;
	text-align:center
}
#header .logoPosCenter img {
	width:80px
}
#header .logoPosCenter{
	height: 41px;
}
#header .logoPosCenter h1{
	left: 90px;
    font-size: 1em;
}

#header .intro .botton_icon a,#content_3 .botton_icon a {
	font-size:17px;
	padding:8px 15px 8px 45px;
	margin:0 10px;
	background-size:20px 84px;
	background-position:16px 6px
}
#header .intro .botton_icon a+a,#content_3 .botton_icon a+a {
	background-position:20px -28px
}
#nav {
	position:fixed;
	width:100%;
	min-width:0;
	top:0;
	left:0;
	background-image:none
}
#content {
	margin:0px auto 0
}
.mNav {
	position:relative;
	width:100%
}
.mNav.open ul {
	height:254px;
	padding-top:40px
}
.mNav:after {
	position:absolute;
	display:block;
	content:"";
	top:0;
	left:0;
	width:100%;
	height:40px;
	background-color:#FFF;
	z-index:0
}
.mNav .logo {
	position:absolute;
	display:block;
	z-index:1;
	top:10px;
	left:10px;
	width:76px
}
.mNav .logo img {
	width:100%
}
.mNav ul {
	list-style:none;
	margin:0px 0 0;
	padding:0;
	overflow:hidden;
	height:0;
	-webkit-transition:height 0.5s;
	-moz-transition:height 0.5s;
	-ms-transition:height 0.5s;
	-o-transition:height 0.5s;
	transition:height 0.5s;
	-webkit-box-shadow:rgba(0,0,0,0.3) 0 3px 5px;
	box-shadow:rgba(0,0,0,0.3) 0 3px 5px
}
.mNav ul li {
	border-top:1px solid #FCD0B9;
	background-color:#F56D25
}
.mNav ul li:first-child {
	border-top:0
}
.mNav ul a {
	position:relative;
	display:block;
	height:50px;
	color:#FFF;
	font-size:16px;
	line-height:52px;
	text-decoration:none;
	text-indent:10px;
	font-weight:bold
}
.mNav ul a:after {
	position:absolute;
	display:block;
	content:"";
	width:0;
	height:0;
	top:50%;
	right:10px;
	margin-top:-5px;
	border-style:solid;
	border-color:transparent transparent transparent #FFF;
	border-width:5px 6px
}
.mNav .burgerMenu {
	position:absolute;
	display:block;
	z-index:1;
	top:0;
	right:3px;
	width:40px;
	padding-top:8px;
	height:32px;
	cursor:pointer
}
.mNav .burgerMenu i {
	display:block;
	height:3px;
	width:25px;
	margin:4px auto;
	background-color:#BABABA;
	-webkit-border-radius:2px;
	border-radius:2px;
	-webkit-transition:all 0.6s;
	-moz-transition:all 0.6s;
	-ms-transition:all 0.6s;
	-o-transition:all 0.6s;
	transition:all 0.6s
}
.mNav .burgerMenu.open i:first-child {
	transform:translateY(7px) rotate(-225deg)
}
.mNav .burgerMenu.open i:first-child + i {
	background-color:transparent
}
.mNav .burgerMenu.open i:first-child + i + i {
	transform:translateY(-7px) rotate(225deg)
}
.mNav .shareLink {
	height:50px;
	text-align:center
}
.mNav .shareLink a {
	display:inline-block;
	width:30px;
	height:30px;
	text-indent:0;
	margin:10px 5px 0
}
.mNav .shareLink a:after {
	display:none
}
.mhide {
	display:none
}
.mshow {
	display:block
}
#content ul li img {
	width:100%;
	float:none
}
#content ul li a div p {
	padding:10px;
	margin:-12px 0 0;
	height:initial;
	font-size:14px;
	line-height:1.5em
}
#content h3 {
	font-size:17px
}
#content >p,#content_2 p {
	font-size:14px;
	line-height:1.5em
}
#content_2 span.hlight_1:after {
	top:14px;
	left:-1px;
	width:82px;
	height:6px;
	background-size:cover
}
#content_2 span.hlight_2:after {
	top:14px;
	left:-5px;
	width:63px;
	height:6px;
	background-size:cover
}
#content_2 .display_zone .block_zone {
	width:100%
}
#content_3 .botton_icon {
	display:none
}
.bottomNav {
	position:fixed;
	display:none;
	z-index:99;
	bottom:0;
	left:0;
	width:100%;
	height:45px;
	background-color:rgba(7,52,120,0.9)
}
.bottomNav div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	float:left;
	text-align:center;
	line-height:45px;
	font-weight:bold;
	width:29%;
	font-size:14px;
	text-decoration:none;
	border-left:1px solid rgba(255,255,255,0.5);
	cursor:pointer
}
.bottomNav div span {
	position:relative;
	display:inline-block;
	width:15px;
	height:15px;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
	background-position:0 0;
	background-repeat:no-repeat;
	-webkit-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-image:url(../img/icon_bottomNav_2.png)
}
.bottomNav div:first-child {
	border-left:0
}
.bottomNav div:first-child span {
	background-image:url(../img/icon_bottomNav_1.png)
}
.bottomNav div:nth-child(3) span {
	background-image:url(../img/icon_bottomNav_3.png)
}
.bottomNav div a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#FFF
}
.bottomNav .goToTop {
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:block;
	height:100%;
	float:left;
	color:#FFF;
	width:13%;
	border-left:1px solid rgba(255,255,255,0.5);
	background-image:url(../img/icon_goTop.png);
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:18px 18px;
	-o-background-size:18px 18px;
	background-size:18px 18px;
	cursor:pointer
}
.reel_block h3{
	font-size: 1.2rem;
	padding: .3em 0 1em 1em;
}
.reel_block .floatright img{
	max-width: 100%
}
#content_2 .fundblock, .reel_block .fundblock{
	padding: 1em 1em 1em 3em;
}
.reel_block .buttomgo{
	max-width: 100%;
	background-size: contain;
	line-height: 3.2;
}
.flextop .reel_block{
	margin: 0
}
.border-center ul{
	padding: 0
}
#footer {
	border-top:3px solid #003576;
	min-width:0;
	padding: 0 10px;
    box-sizing: border-box;
}
#footer .posCenter {
	padding:0
}
#footer .logo {
	width: 160px;
    height: 26px;
    float: none;
    margin: 1em auto 0;
}
#footer h2{
	float: none;
    margin: 2.6em auto 0;
    text-align: center;
}
#footer .phone {
	margin:7px 5px 0 0;
	font-size:24px;
	float: none;
    text-align: center;
}
#footer .sicon{
	text-align: center;
	float: none;
    margin: 1em auto;
}
#footer .company {
	margin:5px;
	font-size: 15px;
}
#footer .company span{
	display: block;
	border: none;
	text-align: center;
	margin-bottom: .3em
}
#footer .location .group {
	display:block;
	border-left:0;
	border-top:1px solid #F1F1F1;
	padding:5px 0 5px 7px
}
#footer .location .group:first-child {
	padding:5px 0 5px 7px
}
#footer .location p {
	display:block;
	margin:0;
	font-size:12px
}
#footer .location span {
	margin:0 10px 0 0
}
#footer .warning {
	margin-top:0;
	padding:0 0 40px
}
#footer .warning li {
	padding:0 0 0 20px;
	font-size:13px;
	line-height:normal
}
#footer .warning li:before {
	left:10px;
	top:7px;
}
#content_2 dl dd,#content_2 dl dt{
	padding: 3% 3% 0;
    width: 94%;
    text-align: left;
}
.content-zone .eventinfo h3:before{
	height: 21px;
}
#content_2 dl dt:before{
    content: "";
    display: inline-block;
    width: 5px;
    height: 16px;
    margin-right: 5px;
    background: #c0c0c0;
    vertical-align: text-top;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.lightboxContainer h2.good {
    background: url(../img/icon-good.jpg)20% 0 no-repeat;
    padding: 6px;
    text-indent: 15%;
}

#footer .posCenter, #footer .contact{
	margin: 0;
}
.content-zone .bar .labar {
	right: inherit;
	left: 0;
	max-width: 345px;
	background-size: contain;
}
.content-zone{
	padding: 0 0 15px
}
.content-zone .bar{
	    min-height: 200px;
}
.content-zone .bar .labar .bar-move img{
	width: 100%;
	overflow: hidden;
}
.content-zone .bar .labar .redbar{
	background-size: cover;
    width: 10px;
    height: 90px;
    top: 44px;
}
.content-zone .bar .labar .bar-move{
	right: -12px;
    top: 23px;
    width: 45px;
}
@-webkit-keyframes gomove{
    0%,100% {right: -12px!important;top: 23px!important;}
    25%, 75% {right: -12px!important;top:115px; }
}
@-moz-keyframes gomove{
	0%,100% {right: -12px!important;top: 23px!important;}
    25%, 75% {right: -12px!important;top:115px; }
}
@-ms-keyframes gomove {
	0%,100% {right: -12px!important;top: 23px!important;}
    25%, 75% {right: -12px!important;top:115px; }
}
@-webkit-keyframes goredbar {
    0%,100% {
      	width: 10px;
	    height: 90px;
	    top: 44px;
	    right: 6px
    }
    25%, 75% {
      	width: 10px;
    	height: 10px;
    	top: 130px;
	    right: 5px
    }
}
@-moz-keyframes goredbar {
    0%,100% {
      	width: 10px;
	    height: 90px;
	    top: 44px;
	    right: 6px
    }
    25%, 75% {
      	width: 10px;
    	height: 10px;
    	top: 134px;
    	right: 5px
    }
}
@-ms-keyframes goredbar {
    0%,100% {
      	width: 10px;
	    height: 90px;
	    top: 44px;
	    right: 6px
    }
    25%, 75% {
      	width: 10px;
    	height: 10px;
    	top: 134px;
    	right: 5px
    }
}
}




.jSlots-wrapper {
  overflow: hidden;
  height: 20px;
  display: inline-block; /* to size correctly, can use float too, or width*/
}

.slot {
  float: left;
}

input[type="button"] {
  display: block;
}

/* ---------------------------------------------------------------------
   FANCY EXAMPLE
--------------------------------------------------------------------- */
.fancy .jSlots-wrapper {
  overflow: hidden;
  height: 210px;
  display: inline-block; /* to size correctly, can use float too, or width*/
 margin: 28px 0 0 23px;
}
.fancy ul.slot{
	padding: 0;
	margin: 0 5px;
    list-style: none;
} 

.fancy .slot li {
  width: 140px;
  line-height: 210px;
  text-align: center;
  font-size: 210px;
}

.fancy .slot:first-child li {
  border-left: none;
}

.fancy .slot li span {
  display: block;
  color: #313131;
}

/* ---------------------------------------------------------------------
   ANIMATIONS
--------------------------------------------------------------------- */

@-webkit-keyframes winner {
    0%, 50%, 100% {
      -webkit-transform: rotate(0deg);
      font-size:70px;
      color: #fff;
    }
    25% {
      -webkit-transform: rotate(20deg);
      font-size:90px;
      color: #FF16D8;
    }
    75% {
      -webkit-transform: rotate(-20deg);
      font-size:90px;
      color: #FF16D8;
    }
}
@-moz-keyframes winner {
    0%, 50%, 100% {
      -moz-transform: rotate(0deg);
      font-size:70px;
      color: #fff;
    }
    25% {
      -moz-transform: rotate(20deg);
      font-size:90px;
      color: #FF16D8;
    }
    75% {
      -moz-transform: rotate(-20deg);
      font-size:90px;
      color: #FF16D8;
    }
}
@-ms-keyframes winner {
    0%, 50%, 100% {
      -ms-transform: rotate(0deg);
      font-size:70px;
      color: #fff;
    }
    25% {
      -ms-transform: rotate(20deg);
      font-size:90px;
      color: #FF16D8;
    }
    75% {
      -ms-transform: rotate(-20deg);
      font-size:90px;
      color: #FF16D8;
    }
}


@-webkit-keyframes winnerBox {
    0%, 50%, 100% {
      box-shadow: inset 0 0  0px yellow;
      background-color: #FF0000;
    }
    25%, 75% {
      box-shadow: inset 0 0 30px yellow;
      background-color: aqua;
    }
}
@-moz-keyframes winnerBox {
    0%, 50%, 100% {
      box-shadow: inset 0 0  0px yellow;
      background-color: #FF0000;
    }
    25%, 75% {
      box-shadow: inset 0 0 30px yellow;
      background-color: aqua;
    }
}
@-ms-keyframes winnerBox {
    0%, 50%, 100% {
      box-shadow: inset 0 0  0px yellow;
      background-color: #FF0000;
    }
    25%, 75% {
      box-shadow: inset 0 0 30px yellow;
      background-color: aqua;
    }
}



.winner li {
  -webkit-animation: winnerBox 2s infinite linear;
     -moz-animation: winnerBox 2s infinite linear;
    -ms-animation: winnerBox 2s infinite linear;
}
.winner li span {
   -webkit-animation: winner 2s infinite linear;
    -moz-animation: winner 2s infinite linear;
     -ms-animation: winner 2s infinite linear;
}

.downloadGithub {
  margin: 20px 0;
  display: inline-block;
}

/* Syntax Highlighter, ignore */
.dp-highlighter ol {
  padding: 10px;
}


.clickme{
	position: absolute;
    right: 0em;
    top: -2em;
    -webkit-animation: 5s sayrule infinite;
  	animation: 5s sayrule infinite;
  	-webkit-transition-delay:2s;
  	transition-delay:2;
}
.clickme img{
	width: 100px;
}

@-webkit-keyframes sayrule {
   0% { opacity: 0}
  10% { opacity: 1 ;right: 1em;top: -3em;}
  70% { opacity: 1 ;right: 1em;top: -3em;}
  80% { opacity: 0 }
  100%{ opacity: 0 }
}

@keyframes sayrule {
   0% { opacity: 0}
  10% { opacity: 1 ;right: 1em;top: -3em;}
  70% { opacity: 1 ;right: 1em;top: -3em;}
  80% { opacity: 0 }
  100%{ opacity: 0 }
}

@media only screen and (max-width:640px) {
	.bg-top {
	    background: url(../img/bg-top.png)center 41px no-repeat;
	    background-size: contain;
	    max-width: 100%;
	}
	.fancy .jSlots-wrapper{
		margin:20px 0 0 18px!important;
		height: 140px;
	}
	.fancy .slot li {
		line-height: 140px;
    	font-size: 140px;
	}
	#content ul,#content ol{
		margin: 0 10px;
	}
	.clickme{
		position: absolute;
	    right: 0em;
	    top: -2em;
	}

	@-webkit-keyframes sayrule {
	   0% { opacity: 0}
	  10% { opacity: 1 ;right: 1em;top: -4.5em;}
	  70% { opacity: 1 ;right: 1em;top: -4.5em;}
	  80% { opacity: 0 }
	  100%{ opacity: 0 }
	}

	@keyframes sayrule {
	   0% { opacity: 0}
	  10% { opacity: 1 ;right: 1em;top: -4.5em;}
	  70% { opacity: 1 ;right: 1em;top: -4.5em;}
	  80% { opacity: 0 }
	  100%{ opacity: 0 }
	}
	.padding-top-21{
	  padding-top: 6em;
	}
	.container .botton{
		background: url('../img/button.png')0 0 no-repeat;
		position: absolute;
	    width: 325px;
	    height: 80px;
	    padding: 0;
	    margin: 0 auto;
	    bottom: 0px;
    	left: -15px;
	    right: 0;
	    text-align: center;
	    line-height: 3.5em;
	    display: none;
	    font-size: 1.5em;
	    font-weight: 800;
	    cursor: pointer;
	    -webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	}
	#content_2 .form_block:after{
		    bottom: 8em;
	}
	input.width100{
		width: 50%
	}
	#content_2 .fundblock{
		padding: 1em 1em 1em 3em;
	}
	.food-left, .food-right{
		width: 100%
	}
	.food-left img, .food-right img,.border-center .border-menu-title img{
		max-width: 100%;
	}
	.border-center .border-menu-title{
		margin-top: -1em
	}
	.food-left{
		border: none;
	}
	.flextop{
		top: 20px;
	    width: calc(90% - 20px);
	    height: calc(100% - 80px);
	}
	.flextop.on{
		padding: 5%;
	}
	.container .botton, .scratch_viewport .botton{
	    width: 300px;
	    background-size: contain;
    	line-height: 3;
	}
}

@media only screen and (max-width:460px) {
	#content_2 .form_block:after {
	    bottom: 12em;
	}
}



@media only screen and (max-width:360px) {
	#header {
	    background-size: cover;
	    
	    background-position: center 0;
	}
	.content-zone .bar .labar{
		max-width: 290px;
	}
	.fancy .jSlots-wrapper{
		margin: 17px 0 0 10px!important;
   		height: 115px!important;
	}
	.fancy .slot li{
		line-height: 115px!important;
    	font-size: 115px!important;
	}
	.content-zone .bar .labar .bar-move{
		margin: 0;
	    padding: 0;
	    width: 38px;
	    right: -10px;
	    top: 12px;
	}
	.content-zone .bar .labar .bar-move img{
		width: 100%
	}
	.content-zone .bar .labar .redbar{
		top: 23px;
    	right: 4px;
	}
@-webkit-keyframes gomove{
    0%,100% {right: -10px!important;top: 12px!important;}
    25%, 75% {right: -10px!important;top:98px; }
}
@-moz-keyframes gomove{
	0%,100% {right: -10px!important;top: 12px!important;}
    25%, 75% {right: -10px!important;top:98px; }
}
@-ms-keyframes gomove {
	0%,100% {right: -10px!important;top: 12px!important;}
    25%, 75% {right: -10px!important;top:98px; }
}
@-webkit-keyframes goredbar {
    0%,100% {
      	width: 10px;
	    height: 90px;
	    top: 23px;
    	right: 4px;
    }
    25%, 75% {
      	width: 10px;
    	height: 10px;
    	top: 103px;
    	right: 4px;
    }
}
@-moz-keyframes goredbar {
    0%,100% {
      	width: 10px;
	    height: 90px;
	    top: 23px;
    	right: 4px;
    }
    25%, 75% {
      	width: 10px;
    	height: 10px;
    	top: 103px;
    	right: 4px;
    }
}
@-ms-keyframes goredbar {
    0%,100% {
      	width: 10px;
	    height: 90px;
	    top: 23px;
    	right: 4px;
    }
    25%, 75% {
      	width: 10px;
    	height: 10px;
    	top: 103px;
    	right: 4px;
    }
}
}


.side {
	position: fixed;
	bottom: 30px;
	right: 10px;
	z-index: 999;
	width: 110px;

}
.side li{
	margin-bottom: 5px;
	list-style-type: none;
}
.side li img{
	border-radius: 100px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	padding: 0px;
}
#scrollupBtn {
	display: none;
}

@media only screen and (max-width: 640px) {
.side {
	display: none;
}
#scrollupBtn {
    bottom: 0px;
    position: fixed;
    width: 100%;
    float: left;
    display: block;
}
#scrollupBtn li {
	float: left;
	display: inline;
	bottom: 0px;
	list-style-type: none;
	background-color: rgba(224,42,42,1.00);
	font-size: 1.2em;
	background-image: -webkit-linear-gradient(90deg,rgba(237,0,66,0.59) 0%,rgba(164,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(90deg,rgba(237,0,66,0.59) 0%,rgba(164,0,0,1.00) 100%);
	background-image: -o-linear-gradient(90deg,rgba(237,0,66,0.59) 0%,rgba(164,0,0,1.00) 100%);
	background-image: linear-gradient(0deg,rgba(237,0,66,0.59) 0%,rgba(164,0,0,1.00) 100%);
	font-family: 微軟正黑體;
	color: rgb(255, 255, 255);
	width: 100%;
	text-align: center;
	padding: 8px 0px 10px;
	border-right: 1px solid rgb(255, 255, 255);
}	
#scrollupBtn li a {
	outline: 0;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}	
	

