
.content{
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    text-align: center;
    font-size: 16px;
}
.content .line{
    margin-top: 15px;
}
.content .gzhimg{
    width:200px;
    height:200px;
}
.footers{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 50px 0 0;
    padding: 20px 0 30px;
    line-height: 30px;
    text-align: center;
    color: #737573;
    border-top: 1px solid #e2e2e2;
}
.downtips{
    font-size: 18px;
    font-weight: bold;
}
.downtips span{
    color: #f60;
}
.downtips a{
    color:#02f;
}
.downtips a:hover{
    color:#09f;
}
.applink{
    margin-top: 10px;
}
.applink a{
    color:#05f;
    text-decoration: none;
}
