.sub-main {
    display: flex;
    gap: 65px;
}
.sub-card-nav {
    margin-bottom: 20px;
}
.qrcode {
    width: 260px;
    margin-top: 20px;
}
.health-list {
    width: 100%;
}
.card-main-right-content a {
    text-decoration: none;
    color: inherit;
}
.right-content {
    display: flex;
    gap: 50px;
    border-bottom: 1px solid #d9d9d9;
    padding: 20px 0;
    cursor: pointer;
}
.info-title {
    font-size: 22px;
}
.info-sub {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.left-data {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 50px;
    flex: 0 0 10%;
}
.middle-section {
    flex: 0 0 66%;
}
.right-section {
    flex: 0 0 10%;
}
.data-style {
    font-size: 18px;
    margin-bottom: 10px;
}
.pos-img {
    max-width: 110px;
    max-height: 80px;
}