#playSwiper .module-tab-item{
    font-size: 14px;
}
/*点赞收藏播放按钮*/
.module-info-option {
    padding: 3px 3px 0px 3px;
    flex-wrap: wrap;
}
.module-info-option .item-wrap{
    display: flex;
    align-items: center;
}
.module-info-option.play-option{
    justify-content: right;
    margin-top: -10px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}
.play-option .item-wrap{
    justify-content: end;
}
.item-wrap .btn-group, .thumbs-group{
    margin-right: 14px;
    flex-shrink: 0;
}
.item-wrap .inner-btn{
    display: inline-flex;
    align-items: center;
    padding: 2px 4px;
}
.inner-btn i.icon{
    width: auto;
    height: auto;
    font-size: 20;
    margin-right: 6px;
}
.favs-btn i.icon-shoucang{
    color: gold;
}
.thumbs-group, .btn-group{
    display: inline-flex;
    align-items: center;
    background-color: rgba(250,250,250,0.05);
    border-radius: 24px;
    padding: 4px 8px;
    font-size: 14px;
    user-select: none;
    box-shadow: inset 0 0 0 1px #ddd;
}

.thumb-btn {
    display: inline-flex;
    align-items: center;
    border: none;
    background: transparent;
    padding: 2px 4px;
    cursor: pointer;
    font-family: inherit;
    /*color: #333;*/
}
.thumb-btn:hover, .inner-btn:hover{
    background-color: #e0e0e0;
    border-radius: 20px;
}

.thumb-btn .icon {
    width: auto;
    height: auto;
    font-size: 20px;
    margin-right: 6px;
}

.thumb-count {
    font-size: 14px;
}

.divider {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin: 0 4px;
}

.digg_link,.mac_ulog i{
    font-size: 16px;
}
.play-btn{
    margin-left: 40px;
    display: inline-flex;
    justify-content:center;
    align-items: center;
    padding:2px 15px;
    border-radius: 18px;
    background: linear-gradient(to right, #ff711f 0%, #e50914 100%);
}
.play-btn:hover{
    background: #e50914;
    i{
        animation: playIconMove 1s ease-out 1;
    }
}
.play-btn i{
    font-size: 34px;
    transform:scale(0.5);
}
@keyframes playIconMove {
    50% {  transform: scale(0.5) translateY(-10px);  }
}

/*其它*/
.play-note{
    font-size: 12px;
}
.play-note:empty {
    display: none;
}

/*下载*/
.module-downlist{
    display: flex;
}
.scroll-box-y {
    max-height: 30vh;
    overflow-y: auto;
    flex:1
}

.download-docs {
    flex: 1;
    font-size: 14px;
}

.scroll-box-y::-webkit-scrollbar {
    width: 6px;
    height: 1px
}

.scroll-box-y::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, .51)
}

.scroll-box-y::-webkit-scrollbar-track {
    background: 0 0;
    margin: 2px
}

.module-row-info {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 1px;
    border-radius: 10px;
    position: relative
}

.module-row-info:nth-child(odd) {
    background: #f8f8f8;
}

.module-row-info a {
    font-size: 14px;
}

.module-row-info:last-child {
    margin: 0
}

.module-row-title {
    width: 90%;
    margin-left: 35px
}

.module-row-text i {
    font-size: 24px;
    color: #34a853;
    position: absolute;
}

.module-row-title h4 {
    max-width: 90%;
    font-size: 14px
}

.module-row-title p {
    max-width: 90%;
    font-size: 12px;
}

@media (max-width: 559px) {
    .item-wrap{
        width: 100%;
    }
    .play-btn {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
    .play-btn i {
        margin-right: 10px;
    }

    .toggle-btn {
        position: absolute;
        right: 0;
        bottom: -3px;
        color: #3498db;
        cursor: pointer;
    }
    .expanded {
        max-height: unset;
        -webkit-line-clamp: unset;
    }
}
@media (min-width: 560px) {
    .toggle-btn {
        display: none;
    }
    .desc-content {
        max-height: unset;
        -webkit-line-clamp: unset;
    }
}
