@charset "utf-8";
/* CSS Document */
*{
	font-family: "微软雅黑";
	padding:0;
	margin:0;
}
#phoneHeader{
   /* position:fixed;
    top:0;
    left:0;
    right:0;*/
    width:12rem;
    background-color:#E66444;
    height:2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-size:0;
}
#phoneHeader>div{
    display:inline-block;
    height:2rem;
    line-height:2rem;
    text-align:center;
    vertical-align: top;
}
#wrapper,#other{
    width:3rem;  
}
#wrapper>img{
    width:40%;
    margin:auto;
    vertical-align: middle;
}
#title>img{
   width:55%;
   vertical-align: middle;
}
#other>img{
    width:40%;
    margin:auto;
    vertical-align: middle;
}
#title{
    width:6rem;
}
#phoneBody{
   /* position:fixed;
    top:2rem;
    bottom:0;
    left:0;
    right:0;*/
    overflow:scroll;
}