body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'MicrosoftYaHei';
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}
p {
    margin: 0;
}
#error{
    position: relative;
    max-width: 1920px;
    height: 520px;
    /* background-color: pink; */
    margin: auto;
}
#error  #error-content{
    max-width: 512px;
    height: 320px;
    /* background-color: #fff; */
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%);
}
#error  #error-content img {
    width: 100%;
}
#error  #error-content p {
    width: 100%;
    text-align: center;
    font-family: 'MicrosoftYaHei';
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #515a6e;
    margin-bottom: 10px;
}
#error  #error-content #error-content-goback{
    width: 100%;
    text-align: center;
    font-family: 'MicrosoftYaHei';
	text-decoration: underline;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #1d7ce1;
}
@media  (min-width:375px) and (max-width:495px){
    #error  #error-content p{
        font-size: 14px;
    }
    #error  #error-content #error-content-goback{
        font-size: 12px;
    }
}