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

body {
    margin: 0;
}

.wrapper {
    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%);
}

.wrapper p {
    margin: 0;
}

.body .content-block .content-item .uuid-wrapper .copy-icon {
    cursor: pointer;
    vertical-align: middle;
}

/* 手机端 */
@media (max-width: 768px) {
    .body {
        width: 100%;
        /* margin-top: 45vh;
        transform: translateY(-50%); */
        padding: 20px;
    }

    .body .top-block .title {
        color: #000;
        text-align: center;
        font-family: "PingFang SC";
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .body .top-block .desc {
        color: #475c78;
        text-align: center;
        font-family: "PingFang SC";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 39px;
    }

    .body .content-block {
    }

    .body .content-block .mobile-link-block {
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        margin-top: 12px;
        margin-bottom: 20px;
        background-color: #f1f5fb;
        border: 1px solid #f2f5fa;
    }

    .body .content-block .mobile-link-block .link-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .body .content-block .mobile-link-block .link-item .left {
        color: rgba(0, 0, 0, 0.9);
        font-family: "PingFang SC";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .body .content-block .mobile-link-block .link-item .left .title {
        font-size: 12px;
        line-height: 18px;
    }

    .body .content-block .mobile-link-block .link-item .left .desc {
        font-size: 16px;
        line-height: normal;
    }

    .body .content-block .mobile-link-block .link-item-divider {
        height: 1px;
        background-color: #e6e9ef;
        margin: 12px 0;
        width: 100%;
    }

    .body .content-block .content-item .link-img {
        display: none;
    }

    .body .content-block .content-item .title {
        color: #000;
        font-family: "PingFang SC";
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .body .content-block .content-item .desc {
        color: #475c78;
        font-family: "PingFang SC";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-top: 8px;
    }

    .body .content-block .content-item .uuid-wrapper {
        color: #475c78;
        font-family: "PingFang SC";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-top: 12px;
        word-break: break-all;
    }

    .body .submit-btn {
        width: 100%;
        height: 42px;
        cursor: pointer;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #fff;
        background-color: #0054e1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}

/* 电脑端 */
@media (min-width: 769px) {
    .body {
        width: 600px;
        /* margin-top: 45vh;
        transform: translateY(-50%); */
    }

    .mobile-link-block {
        display: none;
    }

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

    .body .top-block .desc {
        color: #475c78;
        text-align: center;
        font-family: "PingFang SC";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        margin: 0 0 20px 0;
    }

    .body .content-block {
        box-sizing: border-box;
        width: 600px;
        border: 1px solid #ebedf1;
        background: #fff;
        box-shadow: 0px 12px 48px -12px rgba(0, 0, 0, 0.05);
        padding: 32px;
    }

    .body .content-block .content-item .title {
        color: #000;
        font-family: "PingFang SC";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
    }

    .body .content-block .content-item .desc {
        color: #475c78;
        font-family: "PingFang SC";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-top: 12px;
    }

    .body .content-block .content-item .uuid-wrapper {
        color: #475c78;
        font-family: "PingFang SC";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-top: 12px;
        display: flex;
        align-items: center;
    }

    .body .submit-btn {
        width: 180px;
        height: 42px;
        cursor: pointer;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #fff;
        background-color: #0054e1;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
        margin-left: 50%;
        transform: translateX(-50%);
    }
}
