.akk-main {
    margin: 15px 0px 0px 0px;
}

.akk-article-list {
    background: #ffffff;
    padding: 15px 15px 0px 15px;
}
.akk-article-list__label {
    font-weight: normal;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.akk-article-list__label-item {
    border: 1px solid #a7a6a6;
    color: #a7a6a6;
    padding: 4px 10px;
}
.akk-article-list__label-item--active {
    border: 1px solid #58A9B3;
    color: #58A9B3!important;
}
.akk-article-list__thumb {
    width: 120px;
    height: 80px;
    display: block;
}

.akk-article-list__item {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #EFEFEF;
}

.akk-article-list__item:not(:first-child) {
    margin-top: 15px;
}
.akk-article-list__item-content {
    position: relative;
    flex: 1;
}
.akk-article-list__title {
    font-size: 14px!important;
    font-weight: bold;
}

.akk-article-list__other-info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    color: #a7a6a6;
}

.akk-article-list__tag-name {
    background: #d7e4e6;
    max-width: 70px!important;
    color: #58A9B3 !important;
    max-width: 120px;
    padding: 3px 6px;
}

.akk-article-list__tag-name:not(:first-child) {
    margin-left: 10px;
}

.akk-article-list__tip {
    padding-bottom: 15px;
    text-align: center;
    color: #cccccc;
}

.akk-loading {
    text-align: center;
    padding: 10px 0;
    display: none;
}


/* 录像列表 */
.akk-video-list {
    background: #ffffff;
    padding: 15px 15px 0px 15px;
}
.akk-video-list__label {
    font-weight: normal;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
    
}
.akk-video-list__label-item {
    border: 1px solid #a7a6a6;
    color: #a7a6a6;
    padding: 4px 10px;
}
.akk-video-list__label-item--active {
    border: 1px solid #58A9B3;
    color: #58A9B3!important;
}
.akk-video-list__tip {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #cccccc;
}
.akk-video-list__content {
    padding: 15px 15px 0 15px;
}
.akk-video-list__item {
    display: flex;
    position: relative;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 15px;
}
.akk-video-list__item:not(:first-child) {
    margin-top: 15px;
}
.akk-video-list__title {
    width: 100%;
    line-height: 32px;
}
.akk-video-list__tag {
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
    margin-left: 15px;
}
.akk-video-list__tag-name {
    background: #d7e4e6;
    color: #58A9B3 !important;
    max-width: 60px;
    padding: 3px 6px;
}
.akk-video-list__tag-name:not(:first-child) {
    margin-left: 10px;
}
.akk-video-list__play-btn {
    position: absolute;
    top: -1px;
    right: 0;
    display: inline-block;
    width: 32px;
    height: 32px;
}
.akk-video-list__play-icon {
    width: 32px!important;
    height: 32px!important;
}
.akk-loading {
    text-align: center;
    padding: 10px 0;
    display: none;
}
.akk-video-list__other-info{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0px;
    color: #a7a6a6;
}


/* 资讯 */
.akk-news-list {
    background: #ffffff;
    padding: 15px;
}
.akk-news-list__item {
    display: flex;
    align-items: center;
}
.akk-news-list__item:not(:first-child) {
    margin-top: 8px;
}
.akk-news-list__recom-label {
    width: 110px;
    text-align: center;
    background: #d7e4e6;
    padding: 2px 0;
    margin-right: 10px;
}
.akk-news-list__top-label {
    width: 110px;
    text-align: center;
    background: #d7e4e6;
    padding: 2px 0;
    margin-right: 10px;
}
.akk-news-list__title {
    width: 100%;
}

/* 赛事介绍 */
.akk-match-introduce {
    padding: 0px 0px 15px 0px;
}
.akk-match-introduce__label {
    padding-left: 15px;
}
.akk-match-introduce__content {
    background: #ffffff;
    margin-top: 10px;
    padding: 15px;
}