body{
    background: #f6f8fb;
}

.page {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
.topbar{
    width:100%;
}
.content {
    padding: 0 0.5333rem 0.0267rem;
}

.content header{
    font-size:0.4267rem;
    color:#444c69;
    font-weight: bold;
    line-height:1;
    padding:0.5333rem 0 0.2933rem 0;

}

.content p{
    font-size:0.3733rem;
    color:#666;
    line-height:1.5;
    border-bottom:1px solid #e4e4e4;
    padding: 0 0 0.3733rem;
}
.content p:last-child{
    border:none;
}
.content p a{
    font-size:0.3733rem;
    color:#00a0ff;
    font-weight: bold;    
    line-height:1.5;
}
