.content {
    width: 1200px;
    margin: 0 auto;
    height: 500px;
}

.notfound-img {
    float: left;
    width: 600px;
    height: 350px;
    margin-top: 50px;
}

.notfound-tips {
    float: left;
    width: 600px;
    height: 350px;
    margin-top: 50px;
}

.notfound-tips p {
    line-height: 60px;
    margin: 20px 0 0 0;
}

.btn-refresh {
    color: #fff;
    background: #2589eb;
    padding: 10px 45px;
    border: none;
    border-radius: 2px;
}

.btn-refresh:hover {
    background: #359cff;
}

.btn-service {
    margin-left: 20px;
    color: #2589eb;
    background: #eef7ff;
    padding: 10px 45px;
    border: 1px solid #2589eb;
    border-radius: 2px;
}

.btn-service:hover {
    background: #fff;
}