/* pages/my/my.wxss */
page {
    background-color: #F7F8FA;
}

.mybg {
    width: 100%;
    height: 300rpx;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.myBox {
    padding: 34rpx 32rpx;
    display: flex;
    align-items: center;
    position: absolute;
    /* justify-content: center;
    flex-direction: column;
    width: 100%;
    margin-top: 72rpx; */
}

.myBox image {
    width: 118rpx;
    height: 118rpx;
    border-radius: 50%;
}

.name {
    font-weight: 600;
    font-size: 28rpx;
    color: #ffffff;
    margin-left: 24rpx;
}

.box {
    padding: 0 32rpx;
    box-sizing: border-box;
    position: absolute;
    top: 145rpx;
}

.box_top {
    display: flex;
    align-items: center;
    margin-top: 32rpx;
    width: 100%;
    height: 168rpx;
    background: rgba(255, 255, 255, 1);
    border-radius: 32rpx;
}

.boxlis {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.shu {
    font-size: 56rpx;
    font-weight: bold;
    color: rgba(6, 18, 31, 1);
}

.mc {
    color: rgba(140, 145, 152, 1);
    font-size: 28rpx;
}

.box_bottom {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 32rpx;
    background: rgba(255, 255, 255, 1);
    border-radius: 32rpx;
    width: 100%;
    height: 360rpx;
}

.bottomlid {
    flex: 33.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bottomlid image {
    width: 72rpx;
    height: 72rpx;
}

button::after {
    border: none;
    width: 0rpx;
}

.bottomlid button {
    background-color: #fff;
    border-radius: 0;
    width: 100%;
    padding: 0;
    font-size: 28rpx;
    font-weight: 400;
}

button[plain] {
    border: none;
}

.bottomlid button:not([size='mini']) {
    width: 100%;

}

.kf {
    background-color: white;
}

.border {
    border-right: solid 2rpx rgba(238, 238, 238, 1);
}