@charset "utf-8";

body{
    background-color: #F0ECE8;
    margin-bottom:0 !important;
}

.notfound{
    width: 1500px;
    height: 760px;
    background: url(../images/notfound_bg.png) no-repeat;
    background-size: 100%;
    max-width: 100%;
    text-align: center;
    margin:30px auto;
    margin-top:0;
}

.notfound-title{
    padding-top: 540px;
    font-size: 42px;
    color: #A6A6A6;
    font-family: "微软雅黑";
}
.notfound-content{
    margin-top: 20px;
    font-size: 18px;
    color: #A6A6A6;
    font-family: "微软雅黑";
}
.notfound-content a{
    text-decoration: none;
    color: #07579A;
}
@media (max-width:1500px){
    .notfound{width:100%;background-color: #fff;height: 300px;}
    .notfound-title{padding-top:30%;font-size:18px;}
    .notfound-content{font-size:16px;}
}
