*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #e8e9ed;
}
.not-found-wrap {
    padding: 30px 190px;
    min-width: 648px;
}

.not-found-wrap .not-found-content {
    border-top: solid 5px #141517;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 30px;
    padding-top: 30px
}

.not-found-wrap .not-found-content .main-icon {
    width: 590px;
    height: 402px;
    margin: 0 auto;
    background: url('../image/404.png') no-repeat top center
}

.not-found-wrap .not-found-content a.goHome {
    margin: 0 auto;
    margin-top: 33px;
    display: block;
    width: 170px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #ff7603;
    text-align: center;
    line-height: 40px;
    border: solid 1px #ff7603;
    border-radius: 5px;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}

.not-found-wrap .not-found-content a.goHome:hover {
    background-color: #ff7603;
    color: #fff
}

.not-found-wrap .not-found-reason {
    margin-top: 30px;
    padding-bottom: 45px;
    border-top: dashed 1px #e6e6e6;
    text-align: center;
    color: #9a9a9a;
    padding-top: 33px;
    line-height: 23px;
    font-size: 14px
}

.not-found-wrap .not-found-reason label {
    display: inline-block;
    vertical-align: top
}

.not-found-wrap .not-found-reason .reason-list {
    display: inline-block;
    text-align: left
}