.wrap {
    padding-top: 64px;
    overflow: hidden;
    background-color: #f8f8fb;
}
.content {
    background-color: #fff;
    width: 100%;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content img {
    margin-top: 28px;
}
.right {
    margin-left: 32px;
    font-size: 20px;
    color: #333333;
}
.refresh {
    margin-top: 14px;
    width: 96px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #1890ff;
    border-radius: 4px;
    color: #fff;
}
