body {
    font-family: Helvetica, Tahoma;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.aos-all {
    width: 1000px;
    max-width: 98%;
    margin: 10vh auto 0 auto;
}

.aos-item {
    display: inline-block;
    float: left;
    width: 33.3333%;
    height: 300px;
    padding: 20px;
}

.aos-item__inner {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    background: #1da4e2;
    line-height: 260px;
    text-align: center;
    color: #fff;
}

.pageNotFound {
    height: 100vh;
    width: 100%;
}

.pageNotFoundInfo {
    background: #fff;
    border-radius: 12px;
    box-shadow: 3px 4px 10px 5px rgba(0, 0, 0, 0.08);
    display: block;
    margin: 0 auto;
    max-width: 500px;
    padding: 0 18px;
    position: relative;
    transform: translateY(100%);
    width: 100%;
}

.pageNotFoundInfo .textInfo {
    padding: 36px 0;
}

.pageNotFoundInfo h3 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 14px 0;
    text-align: center;
}

.pageNotFoundInfo p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 6px;
    text-align: center;
}

.pageNotFoundInfo .backIndexBtn {
    background: rgb(135, 135, 135);
    background: linear-gradient(-180deg, rgba(135, 135, 135, 1) 0%, rgba(75, 75, 75, 1) 100%);
    border-radius: 8px;
    color: #fff;
    display: block;
    height: 46px;
    line-height: 42px;
    margin: 24px auto 0 auto;
    max-width: 120px;
    text-align: center;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    .aos-item {
        width: 50%;
    }
}

.todd-p2 {
    font-size: 1.3rem;
    line-height: 2.0em;
    font-weight: 400;
    color: #6e6e6e;
    text-align: justify;
}

.todd-p6 {
    font-size: 1.2rem;
    line-height: 2.0em;
    font-weight: 600;
    color: #6e6e6e;
    text-align: justify;
}

@media screen and (max-width: 500px) {
    .pageNotFoundInfo {
        transform: translateY(50%);
    }

    .pageNotFoundInfo h3 {
        font-size: 22px;
        line-height: 32px;
        margin: 0 0 10px 0;
        text-align: justify;
    }

    .pageNotFoundInfo p {
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
    }
}