

body{
    background: #95d9e8;
    font-family: "微软雅黑", arial;
}
/**----------------404页面样式-------------------**/
*{
    margin: 0;
    padding: 0;
}
.box{
    background: url("404_bg.png") no-repeat center;
    height: 453px;
    position: relative;
    margin-top: 150px;
}
.box .right{
    position: absolute;
    top: 220px;
    left: 694px;
}
.box span{
    display: block;
    height: 60px;
    width: 265px;
    line-height: 60px;
    background: #fa5934;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}
.box span a{
    text-decoration: none;
    color: #fff;
}
