.award-info {
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    border: 1px solid #ededed;
    padding: 10px 20px 20px;
}

.award-list {
    margin-bottom: 20px;
}

.award-item {
    display: flex;
    margin-bottom: 10px;
}

.award-item.na {
    filter: grayscale(100%);
}

.award-list > .na {
    margin-top: 40px;
}

.award-list > .na ~ .na {
    margin-top: 0;
}

.award-item .cover {
    width: 68px;
    height: 68px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 20px;
}

.award-item .content {
    flex: 1;
}

.award-item .title {
    display: flex;
}

.award-item .name {
    font-weight: bold;
    flex: 1;
}

.award-item .date {
    color: #9E9E9E;
}

.award-item .desc {
    
}

.progress {
    height: 12px;
    width: 100%;
    background: #ededed;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}

.progress-inner {
    height: 100%;
    background: #8ac34a;
}

.progress .label {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    line-height: 12px;
    font-size: 12px;
}

.rating {
    font-size: 12px;
}