.container-notfind{
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    position: relative;
}

.content-notfind{
    position: absolute;
    width: 500px;
    height: 500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.notfind-bg404{
    width: 500px;
    height: 210px;
    background-image: url("../images/404.png");
    background-repeat: no-repeat;
}

.tips-404{
    color: #262626;
    font-size: 16px;
    margin: 30px 0 20px;
}

.btn-refresh-father{
    position: relative;
    margin: 50px;
}

a.btn-refresh{
    display: block;
    margin: 0 auto;
    width: 160px; height: 40px;line-height: 40px;
    border: 1px solid #00BBEE;
    border-radius: 3px;
    font-size: 16px;color: #00BBEE;
    text-align: center;
}
