html,
body,
.feedback-wrapper {
    height: 100%;
}

body {
    margin: 0;
}

.feedback-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://domain-config-1256704386.cos.accelerate.myqcloud.com/block-pages/static/block-page-bg.png) center top / 100% auto no-repeat,
        linear-gradient(to right, #ffffff 13.43%, rgb(249 251 255) 86.29%);
}

.feedback-wrapper .body {
    /* margin-top: 55vh;
    transform: translateY(-50%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.feedback-wrapper .body .title {
    text-align: center;
    font-family: "PingFang SC";
    font-style: normal;
    font-weight: 600;
}

.feedback-wrapper .body .desc {
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.feedback-wrapper .body .back-btn {
    color: #0056ea;
    font-family: "PingFang SC";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

/* 手机端 */
@media (max-width: 768px) {
    .feedback-wrapper .body .feedback-icon {
        width: 64px;
        height: 64px;
        margin-bottom: 12px;
    }

    .feedback-wrapper .body .title {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .feedback-wrapper .body .desc {
        line-height: 18px;
        margin-top: 4px;
    }

    .feedback-wrapper .body .back-btn {
        margin-top: 8px;
    }
}

/* 电脑端 */
@media (min-width: 769px) {
    .feedback-wrapper .body .feedback-icon {
        width: 128px;
        height: 128px;
        margin-bottom: 20px;
    }

    .feedback-wrapper .body .title {
        color: #181818;
        text-align: center;
        font-family: "PingFang SC";
        font-size: 36px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
    }

    .feedback-wrapper .body .title {
        color: #181818;
        font-size: 36px;
        font-weight: 600;
        line-height: 44px;
    }

    .feedback-wrapper .body .desc {
        line-height: 20px;
        margin-top: 4px;
    }

    .feedback-wrapper .body .back-btn {
        margin-top: 12px;
    }
}
