
#wrap{
    margin-top: 10px;
    background-color:  #fff;
}
.title{
    font-size:  16px;
    color: #222;
    text-align:  center;
    line-height: 95px;
    border-bottom: 1px solid #e3e3e3;
}
.content{
    margin-top: 20px;
}
.content p{
    font-size: 13px;
    color: #666;
    line-height: 28px;
}
.content p.tip{
    color: #999;
    margin-bottom: 5px;
}
.content p.second{padding-left: 46px;}
.content p.copyright{
    text-align:  right;
    padding: 10px 0 70px 0;
}