.work-member {
    margin: 0 auto;
    margin-left: -10px;
    overflow: hidden;
}

.work-member-item {
    float: left;
    margin: 5px;
    padding: 1.6rem;
    width: 120px;
    border: 1px solid #f8f8f8;
    border-radius: 2px;
    height: 72px;
    color: #333;
}

.work-member-item:hover {
    background-color: rgba(0, 38, 109, 0.05);
}

.work-member-item > p {
    opacity: 0.8;
}

.work-member-item.active {
    background: var(--subject-color);
    color: #fff;
}

.work-member-item.active > h2 {
    color: #fff;
}

.work-legend {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-legend-blue {
    background: #dce8ff;
    color: var(--subject-color);
}

.work-legend-red {
    background: #ffdfe7;
    color: var(--secondary-color);
}

.chart-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*内部培训*/
ul.exam-list {
    overflow: hidden;
}

.exam-list-item {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
    min-height: 160px;
    float: left;
    position: relative;
}

.exam-list-item.el-card:hover {
    border: 1px solid #eee;
}

.bigger {
    font-size: 40px;
    font-weight: 900;
}

.exam-list-item .footer {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.qr-image {
    width: 256px;
    margin: 48px auto 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-image > img {
    width: 100%;
}


.pop-pop {
    position: absolute;
    width: 445px;
    background: #fff;
    right: -10px;
    top: 30px;
    box-shadow: 0 6px 10px 0 rgba(196, 196, 196, 0.35);
    transition: all linear 0.5s;
    z-index: 10;
}
.pop-pop:before{
    content:"";
    width:12px;
    height:12px;
    border-radius: 4px;
    background: #fff;
    transform: rotate(45deg);
    position: absolute;
    top:-6px;
    right:20px;
    box-shadow: -6px -6px 12px 0 rgba(196, 196, 196, 0.35);

}
.pop-pop.ng-hide{

    transform:scale(0);
    transform-origin: top right;
}

.normal input[type=radio]:checked+span,.normal input[type=checkbox]:checked+span{
    color:#35c087 !important;
}


.test-tg{
    display: flex;
    margin:20px auto 10px;
}
.test-tg__body{
    flex:1;
}