/*404*/
.content-error {
    background: #F9FAFC url(/static/img/404body.jpg) no-repeat center bottom;
    top: -20px;
    position: relative;
    height: 490px;
}

.content-error .main {
    width: 500px;
    height: 340px;
    position: relative;
    left: 50%;
    margin-left: -250px;
}

.content-error .main h1 {
    width: 440px;
    height: 235px;
    margin: 0 auto 20px;
    /*background: url(/static/img/404.png) no-repeat center;*/
}

.content-error .main h2 {
    text-align: center;
    font-family: '微软雅黑';
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    color: #f85766;
}

.content-error .main h3 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #999;
}

.content-error .main .img {
    width: 83px;
    margin: 10px auto 20px;
}

.content-error .main .img h4 {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    text-align: center;
}

.content-error .main .backIndex {
    display: block;
    margin: 0 auto;
    width: 167px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    color: #FFF;
    background: url(/static/img/404_back.png);
}

.content-error .main .backIndex:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.internal {
    font-size: 30vmin;
    text-align: center;
    color: #fff;
    text-shadow: 1px 0vmin 2vmin rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 10vmin;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    top: -26px;
}

.error404 {
    color: #ce1212;
}