.page {
    z-index: 1;
    position: relative;
    width: 1920px;
    height: 1080px;
    overflow: hidden;
}

.layer1 {
    z-index: 2;
    height: 1080px;
    background-color: rgba(255, 255, 255, 1);
    width: 1920px;
    justify-content: flex-start;
    padding-top: 240px;
    align-items: center;
}

.wrap1 {
    z-index: auto;
    width: 800px;
    height: 400px;
}

.group1 {
    width: 800px;
    height: 272px;
    background: url(../../../img/img_404.png) center/cover no-repeat;
    align-self: center;
}

.word1 {
    width: 160px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(19, 20, 21, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    line-height: 20px;
    text-align: left;
    align-self: center;
    margin-top: 30px;
}

.group2 {
    z-index: auto;
    width: 336px;
    height: 48px;
    justify-content: space-between;
    margin: 30px 0 0 232px;
}

.section1 {
    height: 48px;
    border-radius: 4px;
    background-color: rgba(0, 106, 245, 1);
    width: 160px;
    justify-content: center;
    align-items: center;
}

.word2 {
    width: 80px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    line-height: 24px;
    text-align: left;
}

.section2 {
    height: 48px;
    border-radius: 4px;
    background-color: rgba(211, 230, 255, 1);
    width: 160px;
    justify-content: center;
    align-items: center;
}

.info1 {
    z-index: 36;
    width: 80px;
    display: block;
    overflow-wrap: break-word;
    color: rgba(0, 106, 245, 1);
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    line-height: 24px;
    text-align: left;
}