.detail-right-name{
  overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space:nowrap;
        max-width:410px;
        height:40px;
        line-height:40px;
        display:inline-block;
}
.detail-right-state{
        display:inline-block;
}
.detail-right-pay-state{
        display:inline-block;

}
.u-flyer{display: block;width: 50px;height: 50px;border-radius: 50px;position: fixed;z-index: 9999;}
.score_box_parent{
    float:right;

}
.score_box{
    display: flex;
    align-items: center;
    justify-content: center;
}
.score_parent{
    display: flex;
    position: relative;
}
.score_line{
    display: flex;
}
.score_line i{
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: #FFB800;
    line-height: 1;
}
.score_fill{
    position: absolute;
    top: 0px;
    left: 0px;
    display: flex;
    overflow: hidden;
    width: 84px;
    max-width: 100%;
}
.score_fill i{
    display: block;
    width: 14px;
    height: 14px;
    padding: 1px;
    margin-right: 4px;
    color: #FFB800;
    line-height: 1;
    font-size: 15px;
    flex-shrink: 0;
}
.red_color {
    color: #FF383A;
    cursor: pointer !important;
}

.gray_color {
    color: #999999;
    cursor: not-allowed !important;
}

.flex_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*
* @description: 专利详情 二维码
*/
.public_user_detail--qrcodetext {
    display: flex;
    align-items: center;
    height: 100%;
}

.public_user_detail--qrcodetext i {
    font-size: 12px;
    margin-right: 0px;
}

.public_user_detail--qrcode {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 9;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 4px !important;
    display: none;
}

.public_user_detail--qrcode .img {
    min-width: 200px;
    min-height: 200px;
    height: 200px;
    border-radius: 4px !important;
    /*overflow: hidden;*/
}

.public_user_detail--qrcode .img img {
    max-width: 200px;
    border-radius: 4px !important;
}