@charset "utf-8";
*{
margin:0;
padding:0;
border:0;
}
ul,li{
list-style:none;
}
.wrap{
width:100%;
overflow:hidden;
_height:1%;
}
/*font color**************************************/
.red{
color:#E63C36;
}
.black{
color:#000;
}
.yellow{
color:#DD8C3B;
}
.grey{
color:#616261;
}
.white{
color:#fff;
}
.green{
color:#D5E198;
}

.green2{
color:#A2D214;
}
body {
	font-size: 11px;
	background:#000 url(../images/bg.jpg) no-repeat 50% 0;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1.3em;
	text-transform:uppercase;

	
}

#container{
width:980px;
margin:0 auto;
text-align:left;
}
#header{
width:100%;
height:157px;
background:url(../images/top.jpg) no-repeat 0 0;
}

#iphone{
float:left;
width:382px;
height:719px;
background:url(../images/left.jpg) no-repeat;
position:relative;

}
#iphone #obj{
position:absolute;

top:120px;
left:29px;
}

#content{
float:left;
width:595px;
height:719px;
background:url(../images/right.jpg) no-repeat;
position:relative;

}
#content ul{
width:524px;
height:620px;
position:absolute;
top:87px;
left:40px;
}
#content li{
width:98%;
height:170px;
margin-bottom:35px;
padding:5px 10px;
}
#content li p{
margin:10px 0;
}
#footer{
clear:both;
width:100%;
height:124px;
background:url(../images/bottom.jpg) no-repeat;
position:relative;
font-size:10px;
}
#footer .copyRight{
position:absolute;
top:70px;
left:70px;
width:360px;
}
#footer .app{
position:absolute;
top:43px;
left:420px;
width:162px;
height:56px;
background:url(../images/bt1.gif) no-repeat;
text-indent:-9999em;
}
#footer a.support{
background:url(../images/bt2.gif) no-repeat;
position:absolute;
top:55px;
right:23px;
width:61px;
height:34px;
color:#AED52F;
line-height:34px;
text-align:center;
text-decoration:none;
}
#footer a.support:hover{
color:#f00;
text-decoration:underline;
}