.content{
    padding-top: 20px;
    box-sizing: border-box;
}
.error-box{
    background: #ffffff;
    text-align: center;
    padding: 20px 0;
}
.error-box p{
    padding: 10px 0;
}
.error-box .error-title{
    font-size: 24px;
    line-height: 32px;
}
.error-box .error-text{
    font-size: 18px;
    line-height: 26px;
}
.error-box .error-href{
    font-size: 16px;
    line-height: 20px;
}
.error-box .error-href a{
    color: #2F54EB;
}

.error-404{
    margin-top: 200px;
    width: 100%;
    height: 400px;
    background: url(../images/error-404.png) no-repeat 0 85px;
    background-size: 704px 399px;
    background-position-y: 1px;
    box-sizing: border-box;
    padding: 30px 0 0 462px;
}
.error-404 .error-404-title{
    font-size: 80px;
    font-weight: 600;
    color: #302C48;
    line-height: 90px;
    margin-top: 40px;
}
.error-404 .error-404-text{
    padding-top: 10px;
    margin-bottom: 46px;
}
.error-404 .error-404-text p{
    font-size: 18px;
    font-weight: 400;
    color: #62616B;
    line-height: 27px;
    margin-bottom: 11px;
}
.error-404 .error-404-text p.text{
    position: relative;
    padding-left: 1em;
}
.error-404 .error-404-text p.text::after{
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: black;
    position: absolute;
    top: 13px;
    left: 10px;
}
.error-404 .error-404-btn a{
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    display: inline-block;
    width: 178px;
    padding: 16px 0;
    text-align: center;
    margin-right: 60px;
    background: #2F54EB;
    box-shadow: 0px 6px 35px 0px rgba(47,84,235,0.4);
    border-radius: 38px;
}
.error-404 .error-404-btn a:hover{
    background: #203AA4;
    box-shadow: 0px 6px 35px 0px rgba(47,84,235,0.4);
    border-radius: 38px;
}