@charset "UTF-8";
.error-main {
    background: #fff;
    background: url("../images/404-bg.png") left bottom no-repeat;
    position: relative;
    height: 515px;
    margin-top: 20px;
}

.error-main > div {
    position: absolute;
    top: 50%;
    margin-top: -108px;
    right: 27%;
}

.error-main p {
    text-align: center;
    color: #98a4b7;
    font-size: 14px;
    margin-top: 25px;
    letter-spacing: 1px;
    margin-bottom: 75px;
}

.error-main img {
    display: block;
    margin: auto;
    font-size: 0;
}

.error-main a {
    width: 180px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #ff7e0b;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.error-503 {
    background: url("../images/503-bg.png") 20% 40% no-repeat;
}

.error-main div a:hover {
    color: #fff;
}

.profit-link {
    border-radius: 2px;
    font-size: 14px;
    width: 80px;
    height: 30px;
    line-height: 28px;
    box-sizing: border-box;
    color: #ff7e0b;
    border: 1px solid #ff7e0b;
    text-align: center;
}

