.four-hundred-and-four {
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
}

.four-hundred-and-four .content {
    width: 722px;
    height: 192px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 294px;
}

.four-hundred-and-four .bigImg {
    width: 315px;
    height: 190px;
}

.four-hundred-and-four .jumpContent {
    width: 374px;
}

.four-hundred-and-four .bigTitle {
    font-size: 27px;
    font-weight: bold;
    color: #616161;
    line-height: 27px;
    margin-bottom: 20px;
    padding-left: 4px;
}

.four-hundred-and-four .returnBtn {
    width: 153px;
    height: 38px;
    border: 1px solid #616161;
    border-radius: 19px;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 27px;
}

.four-hundred-and-four .returnTimes {
    font-weight: bold;
    color: #FF5C00;
    line-height: 38px;
}

.four-hundred-and-four .jumpPage {
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    line-height: 30px;
}

.four-hundred-and-four .jumpBack {
    font-weight: 400;
    color: #FF5C00;
    line-height: 30px;
    cursor: pointer;
}

.four-hundred-and-four .jumpBtn {
    font-weight: 400;
    color: #FF5C00;
    line-height: 30px;
}