/* CSS Document */

body{background:url(../images/container_bg.jpg) no-repeat top center #ffffff;}
.contw{width:1100px; height:464px; position: fixed; left:50%; top: 50%; margin-left: -550px; margin-top:-280px;}

.contw .appicon{
	width: 156px;
    height: 156px;
	margin: 0 auto;
}
.contw .appicon img{width:100%; height: 100%;}
.tit{font-size:32px; text-align: center;margin: 30px auto;font-weight: 700;}
.downtit{text-align: center;margin: 0 auto 20px; font-size: 14px; color: #999999;}
a.downts{
	width: 260px;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size:18px;
	padding: 8px 10px;
	color: #ffffff;
	background: #e2000c;
	background: -webkit-linear-gradient(#f64b07, #e2000c); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f64b07, #e2000c); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f64b07, #e2000c); /* Firefox 3.6 - 15 */
    background: linear-gradient(#f64b07, #e2000c); /* 标准的语法 */
    border: 1px solid #e2000c;
    border-radius: 4px;
}

.contw .ewmw{
	width: 570px;
    height: 151px;
    background: url(../images/icon.png) no-repeat;
    background-size: 569px 151px;
    background-position: 0;
    margin: 30px auto 0;
	position: relative;
}

.contw .ewmw .ewmimgIOS img,.contw .ewmw .ewmimgAZ img{width:100%; height: 100%;}
.contw .ewmw .ewmimgIOS{width:129px; height: 129px; position: absolute; left: 10px; top:11px;}
.contw .ewmw .ewmimgAZ{width:129px; height: 129px; position: absolute; left:393px; top:11px;}
.contw .ewmw .butIOS,.contw .ewmw .butAZ{
	width: 160px;
    height: 68px;
    position: absolute;
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-indent: 43px;
    line-height: 36px;
}
.contw .ewmw .butIOS{
	left: 206px;
    top: 12px;
/*    background-position: -405px 0;*/
}
.contw .ewmw .butAZ{
	left:206px;
    top: 83px;
/*    background-position: -405px -83px;*/
}

.footer{width:100%; height: 46px; line-height: 46px; border-top:1px solid #eeeeee; text-align: center; background: #ffffff; position: fixed; left: 0; bottom: 0; color:#999999;font-size: 12px;}