.user_card {
    /* 设置宽度 */
    width: 70%;
    /* 设置外边距 */
    margin: 10px auto;
    /* 设置 4 个边框的样式 */
    border: 0;
    /* 设置元素周围的轮廓 */
    outline: 0;
    /* 设置文字大小 */
    font-size: 20px;
    /* 设置圆角 */
    border-radius: 15px;
    /* 设置背景颜色 */
    background-color: var(--Neumorphism-bg);
    /* 设置文字颜色 */
    color: var(--font-color);
    /* 设置元素阴影 */
    box-shadow: -5px -5px 20px var(--box-shadow-1), 5px 5px 20px var(--box-shadow-2);
    /* box-shadow: inset 1px 1px 2px #d1d9e6, inset -1px -1px 2px #FFF; */
    /* 将鼠标悬停在一个元素上，逐步改变元素的宽度 */
    transition: all 0.2s ease-in-out;
    /* 设置文本的粗细 */
    font-weight: 600;
}

.user_cover {
    position: relative;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 56%;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    border-radius: 15px 15px 15px 15px;
}

.sidebar-banner::before {
    content: '';
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top, var(--bs-white), transparent);
}

.user_card_avatar {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* 头像边框 */
    border: rgba(255, 255, 255, .4) 4px solid;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute !important;
}

.user_card_name {
    padding-top: 3.5rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: .5rem;
    /* 设置文字阴影 */
    text-shadow: 1px 1px 0 var(--text-shadow) !important;
}

.mu-card-title {
    /* 设置文字颜色 */
    color: var(--font-color) !important;
    /* 设置文本的粗细 */
    font-weight: 600 !important;
    /* 设置文字阴影 */
    text-shadow: 1px 1px 0 var(--text-shadow) !important;
}

.mu-card-text {
    /* 设置文字颜色 */
    color: var(--font-color) !important;
    /* 设置文本的粗细 */
    font-weight: 600 !important;
    /* 设置文字阴影 */
    text-shadow: 1px 1px 0 var(--text-shadow) !important;
}

.mu-card-actions button {
    margin: 0px 0px 10px 10px;
    /* 设置文字阴影 */
    text-shadow: 1px 1px 0 var(--text-shadow) !important;
    /* 设置字体大小 */
    font-size: 15px;
    /* 设置高度 */
    height: 40px;
}


@media (max-width: 710px) {
    .user_card {
        width: 90%;
    }

    .introduce_card {
        width: 90%;
    }
}

/* 捐赠 */
.donation {
    /* 设置 4 个边框的样式 */
    border: 0;
    /* 设置元素周围的轮廓 */
    outline: 0;
    /* 设置圆角 */
    border-radius: 5px;
    /* 设置背景颜色 */
    background-color: var(--Neumorphism-bg);
    /* 设置文字颜色 */
    color: var(--font-color);
    /* 将鼠标悬停在一个元素上，逐步改变元素的宽度 */
    transition: all 0.2s ease-in-out;
    /* 设置文本的粗细 */
    font-weight: 600;
    text-align: center;
}

.donation .title {
    text-shadow: 1px 1px 0 var(--text-shadow);
    color: var(--font-color);
    /* 设置顶部距离 */
    margin-top: -20px;
    /* 设置居中 */
    text-align: center;
    /* 设置字体大小 */
    font-size: 25px;
}

.donation .content {
    text-shadow: 1px 1px 0 var(--text-shadow);
    color: var(--font-color);
    /* 设置字体大小 */
    font-size: 18px;
}

/* 确定按钮 */
.queding {
    width: 88px;
    height: 36px;
    margin: 10px;
}

.pay_img {
    max-width: 264px;
    max-height: 291px;
}

.fubiaoti {
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
    font-size: 16px;
    border-left: 4px solid var(--font-color);
    padding-left: 5px;
    text-shadow: 1px 1px 0 var(--text-shadow);
}