body, p{
    margin: 0;
}
.flex-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.bg-pc{
    width: 100%;
    height: 100%;
    background: #1C1E27;
    padding-top: 170px;
}
.bg-pc .error-content{
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}
.bg-pc .error-403{
    padding: 20px 40px 0;
}
.content-404c .content-head{
    margin: auto;
}
.bg-pc .content-head{
    max-width: 485px;
}
.content-head h1{
    font-weight: normal;
    font-size: 48px;
    line-height: 60px;
    color: #E1E9FF;
    margin-bottom: 20px;
}
.content-head .content0{
    font-size: 24px;
    line-height: 44px;
    color: #8F97A7;
    margin-bottom: 5px;
}
.content-head .content0 span{
    color: #776156;
}
.bg-pc .error-content .content1{
    font-size: 16px;
    line-height: 30px;
    color: #E1E9FF;
}
.content-404c{
    text-align: center;
}
.content-404c .error-404{
    padding: 0 0 20px;
}
.bg-pc .content2{
    color: #EBE1B8;
}
.bg-pc .content3{
    font-size: 16px!important;
    text-align: center;
    margin-top: auto;
}

.bg-pc .action-btn{
    transition: all .3s ease-in;
    display: inline-block;
    margin-top: 27px;
    cursor: pointer;
    border-radius: 22px;
}
.bg-pc .action-btn:hover{
    -webkit-animation: slideOut .3s ease-in-out;
    -moz-animation: slideOut .3s ease-in-out;
    animation: slideOut .3s ease-in-out;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    animation-delay: 1.5s;
    -moz-box-shadow:0 2px 5px #E0E0E0;
    -webkit-box-shadow:0 2px 5px #E0E0E0;
    box-shadow:0 2px 5px #E0E0E0;
}
.bg-pc{
    display: block;
}
.bg-h5{
    display: none;
}

@media only screen and (max-width:750px) {
    .bg-pc{
        display: none;
    }
    .bg-h5{
        display: block;
    }
}
