@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
html, body {
	font-family: Arial, Helvetica, sans-serif, "新細明體";
	background: rgb(76,76,76); /* Old browsers */
}
#header {
	float:left;
	position:relative;
	display:block;
	width:100%;
	height:45px;
	line-height:45px;
	padding:0;
	color:#eee;
	background-image:url(../images/header_bg2.png);
	background-repeat:repeat-x;
	background-size:2px 45px;
	font-size:16px;
}
#header h1{
	font-size:16px;
	color:#FFF;
    font-weight: bold;
	text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    outline: 0!important;
	}
.back{
	position:absolute;
	left: 10px;
    top:5px;
	width:61px;
	height:32px;
	padding-left:3px;
	background-image:url(../images/back_btn_bg.png);
	background-repeat:no-repeat;
	background-size:61px 32px;
	display:block;
	line-height:32px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	}	
.back:active{
	background-image:url(../images/back_btn_bg_hover.png);
	}
	
.app_download {
    float: left;
    border: 1px solid #CCC;
    height: 100%;
}

.app_download .top {
		background:#F4F4F4;
}

.app_download .top .logo{
	width:100px;
	float:left;
	margin:10px 10px 0 10px;
}
.app_download .top .logo_text{
	font-size:18px;
	line-height:25px;
	padding:10px 10px;
	min-height:85px;}
	
.download_wrap {
    overflow: hidden;
    width: 100%;
    height: 638px;
    float: left;
    background-image: url(../images/app_bg-L.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.download {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 0px 25px;
}

.download .ios {
    text-align: center;
    width: 43%;
    float: left;
    margin: 0px 10px 0px 0px;
}

.download .android {
    text-align: center;
    width: 43%;
    float: left;
}

.download a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #FFF;
}
.download p{
	width: 146px;
	float:left;
}
	
.qrcode_wrap{
	float:left;
	margin-left:20px;
}

#pagewrap{
	width:480px;
	margin:0 auto;
}