﻿* {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

.error-banner-placeholder {
    width: 100%;
    height: 30px;
}

.error-banner img {
    height: 80px;
    width: 100%;
}

.error-content {
    width: 60%;
    height: 620px;
    margin: 0 auto;
    padding-top: 200px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.line1 {
    margin-top: 75px;
}

.line2 {
    margin-top: 20px;
}
.sorry {
    font-size: 54px;
    color: #68a723;
}

.notfound {
    font-size: 28px;
    color: #333;
}

.desc {
    font-size: 18px;
    color: #333;
}
.return {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

.return a {
    text-decoration: none;
    color: #0090ff;
}