.billet {
    width: 155px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    vertical-align: bottom;
}

.billet-main {
    width: 171px;
    height: 80px;
    position: absolute;
    background: #ffffff8a;
    border-radius: 10px;
    margin-top: -202px !important;
    margin-left: 30px !important;
    overflow-y: auto;
    border: 10px solid #ffffff14;
}

.billet-img {
    width: 36px;
    height: 36px;
    background: #daebe4;
    display: inline-flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding-right: 1px;
}


.billet-link {
    padding-left: 5px;
    font-family: sinthree;
    font-size: 12px;
    line-height: 12px;
    display: block;
}

.percent-main {
    height: 79px;
    position: absolute;
    overflow: hidden;
    width: 400px;
    margin-top: -98px !important;
}

.percent {
    font-family: 'sin';
    font-size: 102px;
    position: absolute;
    transform: rotate(12deg);
    margin-top: 5px !important;
    margin-left: 55px !important;
    color: #fff;
}


.item {
    position: absolute;
    padding: 2px 5px 2px 4px;
    background: #fcf3f6;
    border-radius: 25px;
    border: 1px solid #f2b6c2;
    font-family: 'sintwo';
    color: #e78899;
    margin-left: -9px !important;
    margin-top: -10px !important;
}