


.ls-wd-a-user {
    position: relative;
    background: #fff;
    margin-bottom: 2vw;
}
.ls-wd-a-user>div {
    position: relative;
    height: 50vw;
    background-repeat: no-repeat;
    background-size: cover;
}
.ls-wd-a-user>li:nth-of-type(1) {
    position: absolute;
    bottom: 29vw;
    left: 5vw;
    overflow: hidden;
    max-width: calc(100% - 43vw);
}
.ls-wd-a-user>li:nth-of-type(1)>p {
    font-size: 7vw;
    color: #fff;
    text-shadow: 0 0 3px #000;
    line-height: 12vw;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    display: flex;
    align-items: center;
}
.ls-wd-a-user>li:nth-of-type(1)>p>i {
    position: unset;
    bottom: 0;
    right: unset;
    margin: 1vw 0 0 1.5vw;
}
.ls-wd-a-user>li:nth-of-type(1)>em {
    font-size: 12px;
    font-style: normal;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.ls-wd-a-user>li:nth-of-type(2) {
    position: absolute;
    bottom: 19vw;
    right: 7vw;
}
.ls-wd-a-user>li:nth-of-type(2)>img {
    border-radius: 100%;
    border: 0.5vw #fff solid;
    box-shadow: 0 1vw 1vw rgb(0 0 0 / 0.2);
}



.ls-wd-a-user>li:nth-of-type(3) {
    position: relative;
    overflow: hidden;
    height: 5vw;
    margin: 2vw 4vw 0;
    display: flex;
    align-items: center;
}
.ls-wd-a-user>li:nth-of-type(3)>i {
    font-size: 3vw;
    position: relative;
    top: -0.3vw;
}
.ls-wd-a-user>li:nth-of-type(3)>x {
    width: 1vw;
    height: 1vw;
    background: #aaa;
    border-radius: 1vw;
    margin: 0 1.5vw;
}
.ls-wd-a-user>li:nth-of-type(3)>span {
    background: none!important;
    animation: unset!important;
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 3vw;
}
.ls-wd-a-user>li:nth-of-type(3)>em {
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    color: #888;
    font-size: 3vw;
}
.ls-wd-a-user>li:nth-of-type(3)>y {
    font-size: 3vw;
    color: #888;
}


.ls-wd-a-user>li:nth-of-type(4) {
    height: 5vw;
    margin: 0 4vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ls-wd-a-user>li:nth-of-type(4)>span {
    flex: 1;
    height: 2vw;
    background: #ddd;
    border-radius: 20vw;
    margin-right: 2vw;
}
.ls-wd-a-user>li:nth-of-type(4)>span>span {
    display: block;
    height: 100%;
    background-color: var(--jinsom-color);
    border-radius: 20vw 0 0 20vw;
}
.ls-wd-a-user>li:nth-of-type(4)>em {
    height: 3vw;
    color: #999;
    font-size: 3vw;
    font-style: normal;
}
.ls-wd-a-user>li:nth-of-type(4)>em>em {
    font-style: normal;
    color: var(--jinsom-color);
}


.ls-wd-a-user>li:nth-of-type(5) {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2vw 3vw 3vw;
}
.ls-wd-a-user>li:nth-of-type(5)>span {
    text-align: center;
    height: 8vw;
    margin: 0 1vw;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(1) {
    flex: 5;
    border: 0.5vw #000 solid;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(2) {
    flex: 1.5;
    border: 0.5vw #000 solid;
    border-radius: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(3) {
    flex: 3;
    font-size: 3.5vw;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(3)>a>p {
    line-height: 4vw;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(3)>a>i {
    font-size: 3.3vw;
    font-weight: bold;
    color: #333;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(4) {
    flex: 3;
    border-left: 0.1vw #ddd solid;
    font-size: 3.5vw;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(4)>a>p {
    line-height: 4.5vw;
}
.ls-wd-a-user>li:nth-of-type(5)>span:nth-of-type(4)>a>i {
    font-size: 3.3vw;
    font-weight: bold;
    color: #333;
}










