.container {
    transform-origin: left top;
    min-width: 1200px;
    background-size: 100% 100%;
}
.page-error{
    width: 500px;
    height: calc(100vh - 4px);
    margin: auto;
    /*padding: 30px 0 250px;*/
    padding-top: 30px;
    box-sizing: border-box;
    flex-direction: column;
    /*justify-content: center;*/
    overflow: hidden;
}
.page-error .logo{
    width: 52px;
    height: 52px;
    margin-right: 18px;
}
.page-error .logo-box .title{
    font-weight: 650;
    font-style: normal;
    font-size: 28px;
    color: #0293DA;
}
.page-error .subtitle{
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    color: #0293DA;
}
.page-error .info{
    margin-top: 200px;
}
.page-error .info .content-box{
    flex-direction: column;
    justify-content: center;
}
.page-error .info .error-img{
    width: 297px;
    margin-right: 20px;
}
.page-error .info .title{
    color: #333333;
    font-size: 50px;
    font-weight: 400;
}
.page-error .info .content{
    font-size: 14px;
    text-align: left;
    margin: 10px 0 20px;
}
.page-error .info .button{
    color: #ffffff;
    text-align: center;
    font-size: 13px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: rgba(22, 155, 213, 1);
}
