.error-section .container{
    padding-top: 30px;
    padding-bottom: 50px;
    background-color:#fff;
}
.img{
    height: 170px;
    width: 900px;
    margin:auto;
    /*padding: 0px 50px;*/
}
.link-img{
    height: 170px;
    width: 210px;
    float: left;
}
.link-img img{
    width: 100%;
    height: 100%;
}
.Mid{
    width: 900px;
    height: 56px;
    margin: auto;
    padding: 0px 50px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    border: 3px solid black;
    background-color: #558ed5;
    /*float: left;*/
}
.Mid .title{
    width: 210px;
    float: left;
    padding:10px 0;
}
.Mid .title p{
    color: black;
    line-height: 20px;
    width: 100%;
    /*text-align: center;*/
    font:normal bold 20px "Fira Mono";
}

.Down{
    width: 900px;
    /*height: 56px;*/
    margin: auto;
    padding: 0px 50px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.Down .content{
    line-height: 20px;
    width: 210px;
    float: left;
    /*padding: 10px;*/
}
