@import url(./base.css);

.wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0px 10px;
}

.wrap > a {
    margin-top: 25px;
    width: 84px;
    text-align: center;
    line-height: 22px;
    padding: 5px 0px;
    background: #1890ff;
    color: #fff;
}

.wrap img {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.wrap p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}

.wrap span {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

.wrap span a {
    color: #1890ff;
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .wrap span {
        word-break: keep-all;
    }

    .wrap span br {
        display: none;
    }
}
