@charset "UTF-8";
$rewardImg: "reward-10.png";
$rewardFeedType14Img: "feed14-left.png";
.left_fb {
    .avatar_fl {
        @include border-radius(50px);
    }
    .avatar_wrapper {
        position: relative;
        .avatar_tag {
            position: absolute;
            width: 60px;
            height: 20px;
            border-radius: 10px;
            bottom: -10px;
            left: -5px;
            color: #fff;
            font-size: 12px;
            cursor: default;
            font-family: PingFangSC-Regular;
            line-height: 20px;
            background-color: #55c6c6;
            text-align: center;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }
    }
}

.feed_list_v2 {
    .avatar_small_fl {
        @include border-radius(30px);
    }
    .top_fl {
        width: 31px;
        height: 14px;
        background: url(#{$baseImgUrl}/top.gif?ver=1) no-repeat 0 0;
        display: inline-block;
        vertical-align: middle;
    }
    .more_fl {
        display: block;
        border: 1px solid $gay5;
        color: $gay2;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        cursor: pointer;
        &:hover {
            border-color: $blueDark5;
            background-color: #d6ecff;
            color: $linkColor;
            .icon-arrow-down {
                @extend .icon-arrow-down:hover;
            }
        }
    }
    .hr_fb {
        display: block;
    }
    .comment_item_box {
        padding-left: 45px;
    }
}

.feed_item_box_v2 {
    @include feedSetFont();
    border-top: 1px solid #e6e6e6;
    padding: 15px 0 10px 70px;
    position: relative;
    &:first-child {
        border-top: 0 none;
    }
    .dashang_ico,
    .taoshang_ico {
        display: inline-block;
        width: 24px;
        height: 24px;
        vertical-align: middle;
        background: url(#{$baseImgUrl}/#{$rewardImg}) -100px -248px;
    }
    .feed-reward_ico {
        width: 30px;
        height: 30px;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 5px;
        background: url(#{$baseImgUrl}/feedReward.svg) no-repeat 0 0;
        &:hover{
            background-repeat: no-repeat;
            background-size: 110%;
            background-position-x: -5px;
            background-position-y: -5px;
            background-image: url(#{$baseImgUrl}/feedReward-hover.png);
        }
    }
    .feed-blessing-gift_ico {
        width: 34px;
        height: 34px;
        vertical-align: middle;
        cursor: pointer;

    }
    .feed-blessing-birth-gift {
        background: url(#{$baseImgUrl}/feed-blessing-birth-gift-normal.png) no-repeat 0 0;
        &:hover{
            background: url(#{$baseImgUrl}/feed-blessing-birth-gift-hover.png) no-repeat 0 0;
        }
    }
    .feed-blessing-entry-gift {
        background: url(#{$baseImgUrl}/feed14-blessing-entry-gift-normal.png) no-repeat 0 0;
        &:hover{
            background: url(#{$baseImgUrl}/feed14-blessing-entry-gift-hover.png) no-repeat 0 0;
        }
    }
    .taoshang_ico {
        background-position: -150px -250px;
    }
    .main_fb {
        padding-bottom: 7px;
    }
    .left_fb {
        float: left;
        position: relative;
        margin-right: -60px;
        right: 60px;
    }
    .clear_fb {
        height: 0;
        overflow: hidden;
    }
    .right_fb,
    .feed-actoin {
        position: relative;
    }
    .right_fb {
        .tt-tag-add {
            margin-top: 10px;
        }
    }
    .submain_fb {
        border-top: 1px dashed #ebebeb;
        margin-top: 8px;
        display: none;
    }
    .mark_fb {
        vertical-align: middle;
    }
    .edit_fb {
        float: right;
    }
    .lock_area_fb {
        float: right;
        position: relative;
        padding: 0 5px 0 16px;
        background-color: #f9f9f9;
        color: #c3c3c3;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
    }
    .lock_lafb {
        position: absolute;
        left: -11px;
    }
    .icon-clock,
    .icon-clock-active {
        margin-right: 8px;
        float: right;
        margin-top: 3.5px;
    }
    .down_fb {
        width: 19px;
        height: 19px;
        border: 1px solid $gay6;
        line-height: 0;
        @include border-radius(3px);
        display: block;
        float: right;
        position: relative;
        .icon-arrow-down {
            margin: 7px 0 0 4px;
        }
        &:hover {
            border-color: $linkColorHover;
            .icon-arrow-down {
                @extend .icon-arrow-down:hover;
            }
        }
    }
    .info_fb {
        color: $gay1;
        font-size: 14px;
        padding-right: 180px;
        word-wrap: break-word;
        word-break: break-all;
        .left_ifb {
            float: left;
        }
        .right_ifb {
            float: right;
        }
        .name_ifb {
            vertical-align: middle;
            font-weight: bold;
        }
        .app_ifb {
            font-weight: bold;
            vertical-align: middle;
            margin-right: 5px;
        }
        .des_ifb {
            vertical-align: middle;
        }
        .txt_ifb {
            vertical-align: middle;
        }
        .cont_ifb {
            vertical-align: middle;
        }
    }
    .dynamic_fed {
        color: $gay1;
        line-height: 24px;
        word-wrap: break-word;
        word-break: break-all;
        margin-left: 6px;
    }
    .xiangmu {
        background-color: #319ae3;
    }
    .zhiwei {
        background-color: #3cb7b7;
    }
}

.feed_item_box_v2 {
    .simpletask_fb .dynamic_fed {
        margin-left: 0;
    }
    .feed-emotion-img {
        vertical-align: text-bottom;
    }
    .track_fb {
        background-color: rgb(244, 250, 255);
        padding: 0 10px 10px 10px;
    }
    .extra_info_fb {
        background-color: rgb(244, 250, 255);
        padding: 9px 210px 10px 10px;
    }
    .comment_list_fb,
    .tt_publishmblog {
        margin-top: 17px;
    }
}

.total_fl {
    cursor: pointer;
    display: inline-block;
    .ico_tfl:before {
        float: right;
        margin-top: 4px;
        margin-left: 4px;
    }
}

//@
.signin_fb {
    .cont_sfb {
        border-left: 3px solid $blueDark4;
        line-height: 26px;
        padding-left: 90px;
        font-weight: bold;
    }
    .type_sfb {
        color: $blueDark3;
        font-size: 14px;
        vertical-align: middle;
        display: inline-block;
        width: 80px;
        float: left;
        position: relative;
        right: 80px;
        margin-right: -80px;
        font-weight: bold;
    }
    .name_sfb {
        font-size: 16px;
        color: $gay2;
    }
    .des_sfb {
        color: $gay1;
    }
    .full_sfb {
        color: #8eba3e;
    }
    .unfull_sfb {
        color: #cd7df6;
    }
}

.signintrack_sfb {
    margin-top: 10px;
    line-height: 26px;
    span {
        vertical-align: middle;
    }
    li {
        position: relative;
        height: 26px;
    }
    .line_ssfb {
        width: 2px;
        height: 4px;
        background-color: #ccc;
        display: inline-block;
        position: absolute;
        top: 24px;
        left: 9px;
    }
    .time_ssfb {
        font-size: 12px;
        color: $gay2;
        margin-right: 10px;
    }
    .text_ssfb {
        color: $gay3;
        font-size: 12px;
        .icon-round-up-star {
            margin-right: 10px;
        }
    }
    [class^="icon-"] {
        margin-right: 10px;
    }
    .ico_ssfb {
        font-size: 18px;
    }
    .end_ssfb {
        .time_ssfb,
        .text_ssfb {
            color: #3e91d6;
        }
        .line_ssfb {
            top: 0px;
        }
    }
}

//计划表考核表
.simpletask_fb {
    dt {
        border-left: 3px solid $blueDark4;
        line-height: 26px;
        text-indent: 10px;
        font-weight: bold;
    }
    dd {
        padding-top: 14px;
        line-height: 26px;
        text-indent: 2px;
    }
    .status_stfb {
        vertical-align: middle;
        color: $gay3;
        margin-left: 5px;
        font-size: 12px;
        font-weight: normal;
    }
    .type_stfb {
        color: $blueDark3;
        font-size: 14px;
        vertical-align: middle;
        font-weight: bold;
        margin-right: 10px;
    }
    .name_stfb {
        font-size: 16px;
        color: $gay1;
        vertical-align: middle;
    }
    .dynamic_fed {
        text-indent: 2em;
    }
}

//日报日报 样式重写
.daily_feed_fb {
    background-color: #fff;
    padding: 0;
    position: relative; // min-height:50px;
    //background-color:rgb(244, 250, 255);
    @include clearfix(); //padding:8px 0 8px 8px;
    .cont_tfb {
        border-left: 3px solid #509fe5;
        @include clearfix();
        dt {
            line-height: 24px;
            padding-left: 90px;
            padding-top: 3px;
            padding-bottom: 7px;
        }
        .item_icon_tfb {
            margin-left: 10px;
        }
        &.daily {
            // border: none;
            .name_tfb {
                font-size: 16px;
                color: #00599b;
            }
        }
        .color-purple {
            color: #8379d6;
        }
        .color-green {
            color: #47c17f;
        }
        .submit-satatus {
            padding-left: 15px;
        }
        .tu-icon-check-active {
            font-size: 18px;
            padding-right: 4px;
            vertical-align: text-bottom;
        }
        .font12 {
            font-size: 12px;
        }
    }
    .label_tfb,
    .type_tfb {
        float: left;
        position: relative;
        right: 80px;
        margin-right: -80px;
        width: 80px;
    }
    .type_tfb {
        color: $blueDark3;
        font-size: 16px;
        font-weight: bold;
    }
    .name_warp_tfb {
        word-wrap: break-word;
        word-break: break-all;
    }
    .name_tfb {
        font-size: 14px;
        color: #36434d;
        vertical-align: top;
        &:hover {
            color: $linkColor;
        }
    }
    .icos_tfb {
        display: inline-block;
        color: $gay4;
        font-weight: normal;
        font-size: 12px;
        height: 24px;
        vertical-align: top;
        span {
            vertical-align: middle;
            display: inline-block;
        }
    }
    .calendar-icon {
        text-align: center;
        line-height: 28px;
        font-size: 14px;
        color: #647481;
    }
    .person_tfb {
        white-space: nowrap;
        line-height: 30px;
        margin-right: 55px;
        margin-top: 6px;
    }
    .date-error_ftb {
        color: $warn2;
    }
    .time_ftb {
        white-space: nowrap;
    }
    .right_tfb {
        right: 0;
        top: 0;
        position: absolute;
        text-align: right;
        font-size: 12px;
        color: $gay4;
    }
    .hour_tfb {
        height: 20px;
        line-height: 20px;
        color: #fff;
        background-color: $orange2;
        display: inline-block;
        @include border-radius(20px);
        padding: 0 8px;
        font-family: Arial;
        font-weight: normal;
    }
    .status_tfb {
        float: right;
        position: relative;
        display: inline-block;
    }
    .cont_tfb dt {
        padding-left: 10px;
        padding-bottom: 0;
    }
    .type_tfb {
        right: 0;
        margin-right: 0;
        width: 45px;
    }
    .overview_fb {
        background-color: #fff;
        padding: 0;
        padding-top: 10px;
        dl {
            padding-top: 10px;
            dd {
                p {
                    line-height: 1.7;
                }
            }
        }
        dt {
            position: relative;
            padding-left: 10px;
            .left_line {
                position: absolute;
                left: 0;
                top: 7px;
                display: inline-block;
                width: 6px;
                height: 16px;
                background-color: #e3ecf1;
            }
        }
        .txt-gray {
            cursor: pointer;
        }
        .overview_item {
            margin-right: 20px;
        }
    }
    .evaluation {
        background-color: #fff;
        border: 1px solid #f2f8fc;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
        z-index: 1;
        position: relative;
        margin-top: 10px;
        padding: 10px 20px;
    }
    .evaluation_remark {
        display: block;
        overflow: hidden;
        width: 100%;
        line-height: 25px;
        word-break: keep-all;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.task_fb {
    position: relative;
    min-height: 50px;
    background-color: rgb(244, 250, 255);
    @include clearfix();
    padding: 8px 0 8px 8px;
    .cont_tfb {
        padding-right: 258px;
        border-left: 3px solid #509fe5;
        @include clearfix();
        dt {
            line-height: 24px;
            padding-left: 90px;
            padding-top: 3px;
            padding-bottom: 7px;
        }
        dd {
            font-size: 12px;
            line-height: 26px;
            padding-left: 90px;
            .label_tfb {
                color: $gay4;
                -webkit-mask-image: -webkit-gradient( linear, 0 0, 80 0, from(#8a8a8a), to(rgba(197, 197, 197, 0)));
                -moz-mask-image: -moz-gradient( linear, 0 0, 80 0, from(#8a8a8a), to(rgba(197, 197, 197, 0)));
            }
            .des_tfb {
                color: #505050;
                white-space: nowrap;
                @include text-overflow();
                display: block;
                .font-gray {
                    color: #a9b8bf;
                }
                &.evaluation {
                    font-size: 14px;
                    color: #647481;
                }
            }
            .ico_tfb {
                margin-right: 3px;
            }
        }
        .item_icon_tfb {
            margin-left: 10px;
        }
        &.daily {
            border: none;
            .name_tfb {
                font-size: 16px;
                color: #00599b;
            }
        }
    }
    .label_tfb,
    .type_tfb {
        float: left;
        position: relative;
        right: 80px;
        margin-right: -80px;
        width: 80px;
    }
    .type_tfb {
        color: $blueDark3;
        font-size: 16px;
        font-weight: bold;
    }
    .name_warp_tfb {
        word-wrap: break-word;
        word-break: break-all;
    }
    .name_tfb {
        font-size: 14px;
        color: #36434d;
        vertical-align: top;
        &:hover {
            color: $linkColor;
        }
    }
    .icos_tfb {
        display: inline-block;
        color: $gay4;
        font-weight: normal;
        font-size: 12px;
        height: 24px;
        vertical-align: top;
        span {
            vertical-align: middle;
            display: inline-block;
        }
    }
    .calendar-icon {
        text-align: center;
        line-height: 28px;
        font-size: 14px;
        color: #647481;
    }
    .person_tfb {
        white-space: nowrap;
        line-height: 30px;
        margin-right: 55px;
        margin-top: 6px;
    }
    .date-error_ftb {
        color: $warn2;
    }
    .time_ftb {
        white-space: nowrap;
    }
    .right_tfb {
        right: 0;
        top: 0;
        position: absolute;
        text-align: right;
        font-size: 12px;
        color: $gay4;
    }
    .hour_tfb {
        height: 20px;
        line-height: 20px;
        color: #fff;
        background-color: $orange2;
        display: inline-block;
        @include border-radius(20px);
        padding: 0 8px;
        font-family: Arial;
        font-weight: normal;
    }
    .status_tfb {
        float: right;
        position: relative;
        display: inline-block;
    }
}

.task_app_fb {
    padding: 0;
    border-left: 3px solid #509fe5;
    .cont_tfb {
        border-left: 0 none;
        padding-top: 6px;
        padding-bottom: 3px;
        dd {
            padding-left: 10px;
        }
    }
    .name_tfb {
        color: #145c98;
    }
}

.work_fb {
    position: relative;
    min-height: 50px;
    background-color: rgb(244, 250, 255);
    @include clearfix();
    padding: 10px 0 10px 10px;
    .cont_wfb {
        padding-right: 258px;
        @include clearfix();
        dt {
            line-height: 30px;
            padding-left: 50px;
        }
        dd {
            font-size: 12px;
            line-height: 26px;
            .label_wfb {
                color: $gay4;
                -webkit-mask-image: -webkit-gradient( linear, 0 0, 80 0, from(#8a8a8a), to(rgba(197, 197, 197, 0)));
                -moz-mask-image: -moz-gradient( linear, 0 0, 80 0, from(#8a8a8a), to(rgba(197, 197, 197, 0)));
            }
            .des_wfb {
                color: #667580;
                white-space: nowrap;
                @include text-overflow();
                display: block;
            }
        }
        .item_icon_wfb {
            margin-left: 10px;
        }
    }
    .type_wfb {
        position: relative;
        right: 50px;
        margin-right: -50px;
        color: $blueDark3;
        font-size: 16px;
        font-weight: bold;
        float: left;
    }
    .name_wfb {
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-all;
        color: #323232;
        &:hover {
            color: $linkColor;
        }
    }
    .name_tfb {
        word-break: break-all;
        word-wrap: break-word;
    }
    .person_wfb {
        white-space: nowrap;
        line-height: 30px;
        margin-right: 55px;
        margin-top: 6px;
    }
    .date-error_wtb {
        color: $warn2;
    }
    .time_wtb {
        white-space: nowrap;
    }
    .right_wfb {
        right: 0;
        top: 0;
        position: absolute;
        text-align: right;
        font-size: 12px;
        color: $gay4;
    }
    .hour_wfb {
        height: 20px;
        line-height: 20px;
        color: #fff;
        background-color: $orange2;
        display: inline-block;
        @include border-radius(20px);
        padding: 0 8px;
        font-family: Arial;
        font-weight: normal;
    }
    .status_wfb {
        float: right;
        position: relative;
        display: inline-block;
    }
    .info_wfb {
        font-size: 12px;
        color: #667580;
    }
    .progress-bar {
        width: 180px;
        height: 12px;
        border-radius: 12px;
        background-color: #d8d8d8;
        display: inline-block;
        vertical-align: middle;
        .progress-value {
            width: 40%;
            height: 12px;
            border-radius: 12px;
            background-color: #43bfc0;
        }
        .progress-slider {
            width: 8px;
            height: 18px;
            display: inline-block;
            border-radius: 8px;
            background-color: #43bfc0;
            position: relative;
            right: 0;
            top: -3px;
            float: right;
        }
    }
    .progress-num {
        color: #43bfc0;
        font-size: 18px;
        margin-left: 15px;
        vertical-align: middle;
    }
}

.hr_fb {
    background: rgb(244, 250, 255);
    height: 13px;
    padding-top: 10px;
    margin-top: -8px;
    position: relative;
    overflow: hidden;
    display: none;
    .left_hr,
    .right_hr {
        background: #fff;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 3px;
        border-radius: 16px;
        display: none\9;
    }
    .left_hr {
        left: -11px;
    }
    .right_hr {
        right: -11px;
    }
    .line_hr {
        height: 0;
        border-top: 1px solid #e4ebf0;
        overflow: hidden;
    }
}

.overview_fb {
    font-size: 14px;
    color: #35434c;
    background-color: rgb(244, 250, 255);
    padding: 0 15px 10px 15px;
    dl {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .paragraph-txt {
        line-height: 24px;
        @include text-ellipsis;
    }
    .font12 {
        font-size: 12px;
    }
    .font16 {
        font-size: 16px;
    }
    .txt-gray {
        color: #36434d;
    }
    .txt-red {
        color: #eb4447;
    }
    .txt-green {
        color: #2dab92;
    }
    .txt-blue {
        color: #1687d9;
    }
    .load-more {
        float: right;
        color: #145c98;
    }
}

.track_fb {
    dd {
        position: relative;
        &:first-child {
            .year_tkfb:first-child {
                .line_tkfb {
                    top: 13px;
                }
            }
        }
        &.one_tkfb {
            .year_tkfb {
                display: none;
            }
        }
    }
    .year_tkfb {
        position: relative;
        .dot_tkfb {
            width: 3px;
            height: 3px;
            border-style: solid;
            border-width: 1px;
        }
    }
    .year-ico_tkfb {
        width: 64px;
        height: 20px;
        background: url(#{$baseImgUrl}/vane.png) no-repeat 0 0;
    }
    .feed-new-show{
        width: 30px;
        height: 16px;
        display:inline-block;
        
        background: rgba(255,19,0,0.1);
        border-radius: 8px;
        font-family: PingFangSC-Medium;
        font-size: 12px;
        color: #FF1300;
        line-height: 14px;
        text-align: center;
    }
    .item_tkfb {
        position: relative;
        padding-left: 64px;
    }
    .line_tkfb {
        width: 1px; 
        position: absolute;
        top: 0px;
        left: 73px;
        bottom: 0;
    }
    .line-last_tkfb {
        height: 15px;
        bottom: initial;
    }
    .one-line_tkfb {
        top: 13px;
    }
    .date_tkfb {
        font-family: Arial;
        margin-right: 2px;
    }
    .dot_tkfb {
        position: absolute;
        border-radius: 5px;
        width: 5px;
        height: 5px;
        left: 71px;
        top: 12.5px;
    }
    .circle-latest_tkfb-green {
        background: rgba(70, 207, 132,1);
        z-index: 1;
    }
    .circle-latest_tkfb{
        &::after{
            content: '';
            display:inline-block;
            width: 9px;
            height: 9px;
            position: absolute;
            border-radius: 9px;
            left: -2px;
            top: -2px;
            z-index: -1;
            background: rgba(70, 207, 132,0.3);
        }
    }
    .left_tkfb {
        width: 64px;
        text-align: right;
        position: relative;
        right: 64px;
        margin-right: -64px;
    }
    .cont_tkfb {
        word-wrap: break-word;
        word-break: break-all;
        strong {
            font-weight: normal;
        }
    }
    .latest_tkfb {
        .left_tkfb span {
            color: #38ba72;
        }
        .line_tkfb {
            background-color: #38ba72;
            background: -moz-linear-gradient(top, #c2cbd1, #38ba72);
            background: -webkit-gradient( linear, 0 0, 0 bottom, from(#c2cbd1), to(#38ba72));
            background: -o-linear-gradient(top, #c2cbd1, #38ba72);
        }
        .dot_tkfb {
            left: 68px;
            top: 7.5px;
            background: #38ba72;
            border: 3px solid #d6eee2;
        }
    }
}
.linksrc_fed {
    display: inline!important;
}
.slide_fb {
    vertical-align: baseline;
    color: $linkColor;
    display: inline-block;
    font-size: 12px;
    &:hover {
        color: $linkColorHover;
        .icon-drop-down {
            @extend .icon-drop-down:hover;
        }
        .icon-drop-up {
            @extend .icon-drop-up:hover;
        }
    }
}

.action_wrap_fb {
    .refer_fb {
        line-height: 16px;
        color: #ccc;
        font-size: 12px;
        float: left;
        .time_fb {
            display: inline;
        }
        .lock_fb {
            margin-left: 5px;
        }
        span {
            vertical-align: top;
        }
    }
    .action_fb {
        @include clearfix();
        text-align: right;
        color: #66757f;
        font-size: 12px;
        line-height: 14px;
        margin-top: 10px;
        li {
            float: right;
            cursor: pointer;
            &:hover {
                color: #00599b;
                .tu-icon-taoshang {
                    color: #eb4447;
                }
                .tu-icon-dashang {
                    color: #f69e17;
                }
                .tu-icon-tag,
                .tu-icon-heart,
                .tu-icon-talk,
                .tu-icon-like {
                    color: #1587d9;
                }
                .tu-icon--1 {
                    color: #ed6758;
                }
            }
        }
        [class^="tu-icon-"] {
            margin-right: 5px;
            color: #a9b8bf;
            font-size: 16px;
        }
        span {
            vertical-align: middle;
        }
        .line_afb {
            padding: 0 5px;
        }
    }
}

.praise_fb {
    @include clearfix();
    margin-top: 13px;
    .cont_pfb {
        background-color: #eff7fd;
        @include border-right-radius(26px);
        font-size: 12px;
        margin-left: 15px;
        float: left;
        position: relative;
        padding: 0 25px 0 25px;
        color: $gay3;
    }
    .icos_prb {
        position: absolute;
        float: left;
        left: -15px;
        top: -2px;
    }
}

.only_comment_fb {
    padding: 0;
    .submain_fb {
        border-top: 0 none;
    }
}

.comment_item_box {
    padding: 8px 5px 5px 50px;
    position: relative;
    background: #FAFBFC;
    margin-bottom: 13px;
    &:hover {
        background-color: rgb(244, 250, 255);
        .action_cb {
            display: inline-block;
        }
    }
    &:first-child {
        margin-top: 5px;
    }
    .left_cb {
        float: left;
        position: relative;
        margin-right: -25px;
        right: 40px
    }
    .dynamic_cb {
        word-wrap: break-word;
        word-break: break-all;
        .dehua_dcb {
            cursor: pointer;
            font-weight: bold;
        }
    }
    .time_cb {
        vertical-align: middle;
    }
    .action_cb {
        float: right;
        display: none;
    }
}

.feed-mblog {
    margin-top: 10px;
}

.more-feedbox {
    @include setFont(12px, 26px);
    background-color: #fff;
    border: 1px solid $gay5;
    @include box-shadow(0 0px 5px rgba(0, 0, 0, 0.2));
    text-align: center;
    padding: 10px 0;
    position: absolute;
    width: 90px;
    z-index: 1060;
    display: none;
    li {
        cursor: pointer;
        a {
            display: block;
            color: $gay1;
        }
        &:hover {
            color: $gay1;
            background-color: $gay7;
        }
    }
}

.extra_info_fb {
    @include setFont(12px, 20px);
    color: #667580;
    margin-top: -3px;
    li {
        @include text-ellipsis;
        margin-top: 3px;
    }
}

.okr_fb,
.feedtype9_fb {
    position: relative;
    min-height: 50px;
    background-color: rgb(244, 250, 255);
    @include clearfix();
    padding: 10px 0 10px 10px;
    .cont_wfb {
        padding-right: 258px;
        @include clearfix();
        dt {
            line-height: 30px;
            padding-left: 50px;
            .icon_wfb {
                @include border-radius(13px);
                vertical-align: top;
                margin-top: 2px;
                margin-right: 50px;
            }
        }
        dd {
            padding: 10px 0 2px 0;
        }
    }
    .title_wfb {
        display: table;
    }
    .score_wfb {
        font-size: 24px;
        color: #31a683;
    }
    .type_wfb {
        position: relative;
        right: 50px;
        margin-right: -50px;
        float: left;
        color: #31a683;
        font-size: 16px;
        font-weight: bold;
        padding-right: 10px;
    }
    .name_wfb {
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-all;
        color: #323232;
        &:hover {
            color: $linkColor;
        }
    }
    .person_wfb {
        white-space: nowrap;
        line-height: 30px;
        margin-top: 6px;
    }
    .right_wfb {
        right: 25px;
        top: 0;
        position: absolute;
        text-align: right;
        font-size: 12px;
        color: $gay4;
    }
}

.feedtype12_fb {
    position: relative;
    min-height: 30px;
    background-color: rgb(244, 250, 255);
    @include clearfix();
    padding: 10px 0 0px 10px;
    .cont_wfb {
        @include clearfix();
        dt {
            line-height: 30px;
            padding-left: 80px;
        }
    }
    .type_wfb {
        position: relative;
        right: 80px;
        margin-right: -80px;
        float: left;
        color: #31a683;
        font-size: 16px;
        font-weight: bold;
    }
    .name_wfb {
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-all;
        color: #323232;
        &:hover {
            color: $linkColor;
        }
    }
}

/* .okr_fb{
	.cont_wfb dd{
		padding-left:80px;
	}
	.type_wfb{
		position: relative;
		right:80px;
		margin-right:-80px;
		width:80px;
	}
} */

.feedtype8_fb {
    background-color: rgb(244, 250, 255);
    padding: 10px 0 10px 10px;
    .cont_wfb {
        padding-right: 10px;
        @include clearfix();
        dt {
            line-height: 30px;
            .icon_wfb {
                @include border-radius(13px);
                vertical-align: top;
                margin-top: 2px;
                margin-right: 5px;
            }
        }
    }
    .type_wfb {
        float: left;
        margin-right: 20px;
        color: #36434d;
        font-size: 16px;
        font-weight: bold;
    }
    .name_wfb {
        font-size: 14px;
        word-wrap: break-word;
        word-break: break-all;
        color: #36434d;
        &:hover {
            color: $linkColor;
        }
    }
}

.feedstep_fb {
    font-size: 12px;
    line-height: 22px;
    padding-left: 40px;
    .des_wfb {
        float: left;
        position: relative;
        right: 40px;
        margin-right: -40px;
        color: #555;
    }
    .workflow_fb {
        height: 22px;
        line-height: 22px;
        background-color: #e3e9f2;
        @include border-radius(11px);
        width: 320px;
        &.complete-all {
            background-color: #52cb85;
            .active {
                background-image: none;
            }
        }
        li {
            float: left;
            color: #4d6892;
            background: #e3e9f2 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right -90px;
            &:first-child {
                @include border-left-radius(11px);
            }
            &:last-child {
                @include border-right-radius(11px);
                background-image: none;
            }
            &.last_wfb {
                @include border-right-radius(11px);
                background-image: none;
            }
        }
        .content {
            padding: 0 15px 0 0;
            @include text-ellipsis();
            text-align: center;
        }
        .active {
            width: 170px;
            color: #fff;
            background: #1687d9 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right 0;
            .content {
                text-align: left;
                text-indent: 10px;
            }
            a {
                color: #fff;
            }
        }
        .cancel {
            color: #667580;
            background: #e3e9f2 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right -90px;
        }
        .unfinished {
            text-align: center;
            background: #52cb85 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right -30px;
            color: #fff;
            .content {
                padding: 0 15px 0 10px;
            }
        }
        .complete {
            text-align: center;
            background: #52cb85 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right -60px;
            color: #fff;
            .content {
                padding: 0 15px 0 10px;
            }
        }
        .skip-a {
            color: #fff;
            background: #e3e9f2 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right -240px;
        } //a完成 b跳过 c进行中
        .skip-b {
            background: #e3e9f2 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right -270px;
        }
        .skip-b-prev {
            color: #fff;
            background: #52cb85 url(#{$baseImgUrl}/workflow-v4.png) no-repeat right -210px;
        }
    }
}

.feedtype13 {
    position: relative;
    margin-left: -70px; //max-height: 105px;
    //margin-top: 15px;
    background: #e6f4ff;
    border-radius: 5px;
    &-container {
        //display: flex;
        //align-items:center;
        padding-left: 135px;
        .reward {
            height: 28px;
            line-height: 28px;
            color: #fff;
            background-color: #ed6758;
            margin-left: 15px;
            border-radius: 20px;
            font-size: 12px;
            width: 66px;
            display: inline-block;
            text-align: center;
            border: none;
            vertical-align: middle;
        }
    }
    &-left_img {
        width: 132px;
        height: 76px;
        vertical-align: middle;
        background: url(#{$baseImgUrl}/feed13-left.png) no-repeat 0 0; //background: grey;
        position: absolute;
        top: 100%;
        left: 0;
        transform: translateY(-100%);
    }
    &-content {
        padding: 20px 0;
        text-align: left;
        // overflow: hidden;
        &-span_color {
            color: #ed6758;
        }
        &-more_img {
            width: 30px;
            height: 30px;
            text-align: center;
            position: sticky;
            margin-left: -10px;
            vertical-align: middle;
            border-radius: 20px;
            right: -25px;
            top: 0px;
            border: 1px solid #fff;
            background: url(#{$baseImgUrl}/feed13-more.png) no-repeat 0 0;
           
        }
        &-user-pop-wrap {
            max-height: 100px;
            max-width: 266px;
            overflow: visible;
            &::after {
                content: ' ';
                display: inline-block;
                position: absolute;
                bottom: 34px;
                transform: rotate(45deg);
                width: 10px;
                height: 10px;
                background-color: #fff;
                left: calc( 100% - 22px );
            }
        }
        &-user-pop {
            position: absolute;
            bottom: 40px;
            background-color: #fff;
            max-width: 266px;
            overflow-y: auto;
            box-shadow:0 0 10px 0 rgba(0,0,0,0.10);
            border-radius:5px;
            padding: 10px 15px;
            padding-right: 5px;
            padding-bottom: 0px;
            max-height: 90px;
            box-sizing: border-box;
            .img_hover {
                margin-left: 0px !important;
                margin-right: 5px !important;
                margin-bottom: 8px !important;
            }
           
        }
        & .left_cb {
            margin-left: 10px;
            position: relative;
        }
        &-font {
            margin-left: 10px;
            .reward {
                height: 28px;
                line-height: 28px;
                color: #fff;
                background-color: #ed6758;
                margin-left: 15px;
                border-radius: 20px;
                font-size: 12px;
                width: 66px;
                vertical-align: baseline;
                display: inline-block;
                text-align: center;
                border: none;
            }
        }
    }
    &-avtar-reward {
        vertical-align: middle;
        span:nth-child(n + 1),img:nth-child(n + 1) {
            margin-left: -10px;
            border: 1px solid #ffffff;
            cursor: pointer;
        }
    }
    &-time {
        position: absolute;
        right: 6px;
        bottom: 2px;
        color: #8d979e;
    }
}

@media screen and (max-width: 1180px) {
    .feedtype13-left_img {
        //height:106px;
        //top: 23px;
    }
    .feedtype13-content {
        overflow: visible;
        & .left_cb {
            margin-left: 12px;
            position: relative;
        }
        .reward {
            height: 28px;
            line-height: 28px;
            color: #fff;
            background-color: #ed6758;
            margin-left: 15px;
            border-radius: 20px;
            font-size: 12px;
            width: 66px;
            display: inline-block;
            text-align: center;
            border: none;
            vertical-align: middle;
        }
    }
}

.feedtype11 {
    &-avatar_tag {
        padding: 3px 10px;
        border-radius: 45px;
        font-size: 12px;
        margin-right: 6px;
        display: inline-block;
        height: 14px;
        line-height: 14px;
    }
    &-container .frist_avatar_tag {
        margin-left: 8px;
    }
    &-container{
        .feedtype11-origin{
            background:rgb(244, 250, 255);
            border-radius:2px;
            line-height: 32px;
            padding: 0 10px 0 5px;
            margin-top:5px;
            &-main{
                border-left:3px solid rgba(42,198,198,0.50);
                padding-left: 5px;
                cursor: pointer;
                &-type{
                    font-size:12px;
                    color:#2c3338;
                    line-height:20px;
                }
                &-title{
                    margin-left:5px;
                    font-size:12px;
                    color:#5a646b;
                    line-height:20px;
                }
            }
        }
    }
}

.feedtype14 {
    position: relative;
    margin-left: -70px;
    border-radius: 5px;
    &-container {
        height: 170px;
        position: relative;
        width: 100%;
        .feed14-left {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 520px;
            z-index: 10;
        }
        .feed14-right {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            width: 520px;
            z-index: 10;
        }
        .feed14-birth-left {
            background: url(#{$baseImgUrl}/feed14-birthday-left.png) no-repeat bottom left;
        }
        .feed14-birth-right {
            background: url(#{$baseImgUrl}/feed14-birthday-right.png) no-repeat bottom right;
        }
        .feed14-left-people {
            position: absolute;
            left: 0;
            bottom: 18px;
            height: 100%;
            z-index: 11;
        }
        .feed14-right-people {
            position: absolute;
            right: 0;
            bottom: 18px;
            height: 100%;
            z-index: 11;
        }
        .feed14-birth-left-people {
            width: 50px;
            background: url(#{$baseImgUrl}/feed14-LeftBirthdayPeople.png) no-repeat bottom left;
        }
        .feed14-birth-right-people {
            width: 90px;
            background: url(#{$baseImgUrl}/feed14-rightBirthdayPeople.png) no-repeat bottom right;
        }
        .feed14-entry-left {
            background: url(#{$baseImgUrl}/feed14-entry-left.png) no-repeat bottom left;
        }
        .feed14-entry-right {
            background: url(#{$baseImgUrl}/feed14-entry-right.png) no-repeat bottom right;
        }
        .feed14-entry-left-people {
            width: 80px;
            background: url(#{$baseImgUrl}/feed14-entry-left-people.png) no-repeat bottom left;
        }
        .feed14-entry-right-people {
            width: 88px;
            background: url(#{$baseImgUrl}/feed14-entry-right-people.png) no-repeat bottom right;
        }
        .feedtype14-date {
            position: absolute;
            right: 8px;
            bottom: 3px;
            line-height: 20px;
            font-size: 12px;
            display: inline-block;
            z-index: 12;
            color: #8d979e;
        }
        &-content-entry{
            box-shadow: 0 -5px 6px 0 #ffeae1;
        }
        &-content-birth{
            box-shadow: 0 -5px 6px 0 rgba(233, 227, 255, 0.38);
        }
        &-content {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            max-width: 400px;
            min-width: 260px;
            height: 70px;
            background: #ffffff;
            z-index: 12;
            border-radius: 10px 10px 0 0;
            white-space: nowrap;
            &-head {
                width: 100%;
                height: 100%;
                position: relative;
                box-sizing: border-box;
                text-align: center;
                padding: 0 25px;
                font-size: 0;
                &>li {
                    display: inline-block;
                    position: relative;
                    top: -38px;
                }
                &>li:not(:first-child) {
                    margin-left: 15px;
                }
                &>.feed14-last-li {
                    top: -62px;
                }
            }
        }
        &-title {
            font-size: 14px;
            line-height: 30px;
            color: #2c3338;
            text-align: center;
            width: 100%;
            padding-top: 16px;
            &-name {
                font-size: 16px;
                color: #ed6758;
                font-weight: 600;
            }
        }
    }
    .feed14-more {
        width: 50px;
        height: 50px;
        display: block;
        cursor: pointer;
        background: url(#{$baseImgUrl}/feed14-more.png) no-repeat center;
    }
}

.feed14-birth {
    background: #faf9ff;
}

.feed14-entry {
    background: #fff6f2;
}
.feed14-send-bless {
    border-radius: 100px;
    width: 60px;
    height: 20px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    display: block;
    cursor: pointer;
}
.feed14-send-bless-birth {
    background-image: linear-gradient(-180deg, #bc82ff 0%, #8c88ff 100%);
    &:hover {
        background-image: linear-gradient( -180deg, #ab67fb 0%, #7b76fe 100%);
    }
}
.feed14-send-bless-entry {
    background-image: linear-gradient(-180deg, #ffc62d 4%, #e7b000 98%);
    &:hover {
        background-image: linear-gradient(-180deg, #fbc022 4%, #d9a604 98%);
    }
}
.feed14-content-name {
    text-align: center;
    font-size: 12px;
    color: #2c3338;
    line-height: 20px;
    display: block;
    margin: 5px 0 5px 0;
}
.feed-type14-more-container{
    box-sizing: border-box;
    position: absolute;
    max-width: 472px;
    background: #fff;
    padding: 0 0 10px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    z-index: 20;
    white-space: normal;
    .feed4-last-li-moreUl {
        width: 100%;
        overflow-y: auto;
        max-height: 264px;
        display:flex;
        flex-wrap: wrap;
        padding-right: 15px;
        box-sizing: border-box;
        &>li {
            display: inline-block;
            position: relative;
            margin-top: 20px;
            text-align: center;
            margin-left: 15px;
        }
        &>li:not(:first-child) {
            margin-left: 15px;
        }
    }
    &:before {
        border-left: 10px solid transparent;
        position: absolute;
        bottom: -20px;
        content: "";
        width: 0;
        height: 0;
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: calc(50% - (10px));
    }
}
