* {
    padding: 0;
    margin: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

.all {
    background: linear-gradient(180deg, #E8DEFF 0%, #FFFFFF 100%);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.userDiv {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.userTx {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e1e3de;
    overflow: hidden;
}

.userTx>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userName {
    color: #1F2937;
    font-size: 24px;
    margin: 24px 0 12px 0;
}

.tips {
    color: #4B5563;
}
.jishi{
    color: #6B7280;
}

.btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.imgBox {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #FF4343;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1), 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgBox>img {
    width: 30px;
    height: 24px;
}

.gd {
    color: #374151;
    font-size: 14px;
    margin-top: 8px;
}