@charset "utf-8";

html, body {
	margin:0; 
	padding:0;
	height: 100%;
      min-height: 100%;
	min-width:1200px;
	font-size: 15px;
	font-family: Microsoft JhengHei;
	color: #393939;
	background: url(../img/bg.jpg) #f1f1f1 top center no-repeat;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
}
img{
	border:0;
}
a:focus { outline:0; }
a:link,a:visited,a:active,a:hover {
    text-decoration: none;
}
#eapp,#ios,#notes,#android,#footer{
	width: 100%;
}
.eapp,.ios,.android{
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
ul{
	list-style:none;
}
li{
	float:left;
	display:inline;
}
.logo{
	position:absolute;
	width:245px;
	height:94px;
	margin-left:837px;	
}
.logo a {
	display: block;
	width:245px;
	height:94px;
}
.link{
	position: absolute;
}
.link_ios{
	position:absolute;
	width:196px;
	height:299px;
	margin-left:192px;
	margin-top:568px;
}
.link_ios a {
	display: block;
	width:196px;
	height:299px;
}
.link_update{
	position:absolute;
	width:270px;
	height:299px;
	margin-left:480px;
	margin-top:568px;
}
.link_update a {
	display: block;
	width:270px;
	height:299px;
}
.link_android{
	position:absolute;
	width:196px;
	height:299px;
	margin-left:844px;
	margin-top:568px;
}
.link_android a {
	display: block;
	width:196px;
	height:299px;
}
.ios{
	height: 563px;
	 
	background: url(../img/ios_bg.png) top center no-repeat;
	
}
.android{
	height: 563px;
	margin-top: 25px;
	background: url(../img/android_bg.png) top center no-repeat;
}
.vertical{
	display:none;
}
#download{
		display:none;
	}
#update{
	display: none;
	}
.footer{
	text-align: center;
	margin: 20px 0;
}

.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	
}
.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
.als-wrapper {
	position: relative;
	list-style: none;
}
.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;
}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
#lista1, #lista2 {
	width: 1126px;
	margin:0 auto;
	margin-top: 126px;
}
#lista3,#lista4 {
	display: none;
}
#lista1 .als-item, #lista2 .als-item {
	margin: 0px 15px;
min-height: 406px;
	min-width: 255px;

}
#lista1 .als-item, #lista2 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	max-width: 100%;
}
#lista1 .als-prev, #lista1 .als-next, #lista2 .als-prev, #lista2 .als-next {
	top: 174px;
	width: 38px;
	height: 38px;
}
#lista1 .als-prev,#lista2 .als-prev {
	left: 0px;
}
#lista1 .als-next,#lista2 .als-next {
	right: 0px;
}




@media only screen  and (max-width:767px) {
html, body {
	min-width:100%;
	background: none;
	background-color: #FFFFFF;
}

.vertical{
	display: block;
	height: auto;
    max-width: 100%;
}
.link,.logo{
	display: none;
}	
#download{
	width: 100%;
	padding: 30px 15px 0 15px;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#download h2{
	width: 30%;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	vertical-align: middle;
	color: #fb6a00;
	text-align: center;
	font-weight: bold;
	border: 1px  solid #fb6a00;
	margin: 0 auto;
	}
.download{
	display: block;
	list-style: none;
	text-align: center;
	margin: 25px 0;
	}
.download li{
	text-align: center;
	display: inline;
		
}
.download li img{
	width: 60%;
	max-width: 100%;
	margin-bottom: 8px;
}
.horizontal{
	display: none;
}
.eapp,.ios,.android{
	width: 100%;
}
.ios{
    height: 500px;
	display:  block;
	background: url(../img/ios.png) top left no-repeat;
	-webkit-background-size: contain;
		  -moz-background-size: contain;
		   background-size:contain;
}
.android{
	height: 500px;
	display:  block;
	background: url(../img/android.png) top left no-repeat;
	-webkit-background-size: contain;
		  -moz-background-size: contain;
		   background-size:contain;
}
#update{
	width: 100%;
	padding: 20px 15px;
	display: block;
	margin-bottom: 60px;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;	
	}
	
#update h2{
	width: 30%;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	vertical-align: middle;
	color: #fb6a00;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	border: 1px  solid #fb6a00;
	margin: 0 auto;
}
#update p{
	font-size: 14px;
	color: #4f4f4f;
	text-align: left;
	line-height: 26px;
	margin-bottom: 20px;
}
#update span{
	font-size: 15px;
    font-weight: bold;
}
.more {
	position: absolute;
	cursor: pointer;
	display: inline-block;
	width:50%;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size: 14px;
	right: 0;
	left: 0;
    border-radius:30px;
	color: #9a9a9a;
	margin: 0 auto;
	border: 1px solid #9a9a9a;
}
#lista1, #lista2 {
	display: none;
}
#lista3,#lista4 {
	width: 100%;
	margin:0 auto;
	display: block;
	margin-top: 80px;
}
#lista3 .als-item,#lista4 .als-item {
	margin: 0px 15px;
	min-height: 406px;
	min-width: 255px;
}
#lista3 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	max-width: 100%;
}
#lista4 .als-item img {
	position: relative;
	display: block;
	vertical-align: middle;
	max-width: 100%;
}
#lista3 .als-prev, #lista3 .als-next,#lista4 .als-prev, #lista4 .als-next  {
	top: 200px;
	width: 38px;
	height: 38px;
}
#lista3 .als-prev,#lista4 .als-prev {
	left: 0px;
}
#lista3 .als-next,#lista4 .als-next {
	right: 0px;
}


}
