/* 页面中部的头部内容*/
.border-3 {
    border-bottom: 3px solid #F13F3F;
}
.logo-404{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 134px;
}
.logo-pic-404 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 34px 0 30px 0;
}
.logo-pic-404 .logoTitle{
    width: 200px;
    height: 68px;
    background: url("/assets/images/logo.png") no-repeat center center;
    -webkit-background-size: 200px 68px;
    background-size: 200px 68px;
    text-indent: -999px;
}
/* 页面中部的主体内容*/
.mainBody{
    width: 100%;
}
.mainContent{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height: 500px;
    background: #F8F8F8;
    margin: 26px 0 60px 0;
    padding: 130px 0 190px 0;
}
.tipContent{
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}
.tipPic{
    width: 120px;
    height: 120px;
    background: url("/assets/images/icon_non-existent.png") no-repeat center center;
    -webkit-background-size: 120px 120px;
    background-size: 120px 120px;
    margin: 0 56px 0 250px ;
}
.tipText .tip{
    width: 366px;
    height: 38px;
    line-height: 38px;
    font-family: PingFangSC-Regular;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    margin-bottom: 40px;
}
.tipText .tipOperation li{
    width: 200px;
    height: 22px;
    line-height: 22px;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #424242;
    letter-spacing: 0;
    margin-bottom: 18px;
}
.tipText .enterIndex {
    color: #2E5AD6;
}