﻿.l_01_middle { }

    .l_01_middle > div { }

/*-----------------music------Start-----------*/
.musicItem { display: flex; align-items: center; justify-content: space-between; position: relative; }

.BPM:before { content: "BPM:"; color: #999 }

.btnDownload { cursor: pointer; }

.btnPlay { cursor: pointer; }

.title { box-sizing: border-box; padding: 0px 100px; margin-top: 10px; display:flex;align-items:center;}
.title:before {content:"";display:block; width:2px;height:10px;background-color:var(--PrimaryColor);margin-right:6px;}

.musicContainer { box-sizing: border-box; padding: 0px 100px; margin-top: 40px; }
.musicItem { width: 100%; display: flex; }
    .musicItem:not(:first-child) { margin-top: 20px; }


    .musicItem .ThumbnailContainer { width: 100px; height: auto; margin-right: 30px; }
        .musicItem .ThumbnailContainer .Thumbnail { width: 100%; height: auto; }


    .musicItem .waveContainer { flex: 1; overflow: hidden;  width: 800px; height: 100px; position: relative;}
        .musicItem .waveContainer .waveProgress { height: 100px; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,0.3); z-index:10;}
        .musicItem .waveContainer .WaveImg { width: 100%; height: 100px; position: absolute; top: 0; left: 0; }
        .musicItem .waveContainer .waveform { width: 100%; height: 100px; position: absolute; top: 0; left: 0; }

    .musicItem .MusicName { width: 100px; position: relative; }
        .musicItem .MusicName [isnew=true] { width: 30px; height: 20px; position: absolute; top: -20px; left: -16px; display: block !important; fill: var(--PrimaryColor); transform: rotate(-15deg); }

.channelTagContainer { display: flex; flex-direction: column; justify-content: space-between; margin-left: 20px; width: 120px; }
    .channelTagContainer .musicTag { color: #ccc; margin-top: 10px; }


    .musicItem .channel { width: 120px; text-align: center; color: #999; overflow: hidden; }
    .musicItem .bpmtimes { width: 100px; text-align: center; }
    .musicItem .btnDownload { margin-left: 20px; width: 20px; height: 20px; background-image: url('../../Imgs/Common/icon_masterDownload_hover.png'); background-repeat: no-repeat; background-size: cover; }
    .musicItem .btnPlay { width: 40px; height: 40px; background-repeat: no-repeat; background-size: cover; }
    .musicItem .statePlay { background-image: url('../../Imgs/Common/play.png'); }
    .musicItem .stateStop { background-image: url('../../Imgs/Common/pause.png'); }
    .musicItem .btnQuote { margin-left: 20px; width: 20px; height: 20px; background-image: url('../../Imgs/Common/icon_quote.png'); background-repeat: no-repeat; background-size: cover; cursor: pointer; }

    .musicItem .downloadCopyRightContainer { display: flex; flex-direction: column; justify-content: center; align-items: center; }
    .musicItem .CopyRightTag { margin-left: 20px; margin-top: 10px; }
        .musicItem .CopyRightTag[CopyRightTag*="CC"] .CC { display: inline-block !important; }
        .musicItem .CopyRightTag[CopyRightTag*="BY"] .BY { display: inline-block !important; }
        .musicItem .CopyRightTag[CopyRightTag*="SA"] .SA { display: inline-block !important; }
        .musicItem .CopyRightTag[CopyRightTag*="NC"] .NC { display: inline-block !important; }
        .musicItem .CopyRightTag[CopyRightTag*="ND"] .ND { display: inline-block !important; }
        .musicItem .CopyRightTag[CopyRightTag*="CC0"] .CC0 { display: inline-block !important; }
        .musicItem .CopyRightTag[CopyRightTag="License"] .License { display: inline-block !important; }
        .musicItem .CopyRightTag .License { display: inline-block; width: 60px; border: solid 1px var(--PrimaryColor); border-radius: 4px; padding: 2px 4px; box-sizing: border-box; text-align: center; color: var(--PrimaryColor); height: 24px; line-height: 18px; }
            .musicItem .CopyRightTag .License a { color: var(--PrimaryColor); }


    .musicItem .collectionContainer { cursor: pointer; width: 32px; height: 32px; margin-left: 20px; }
        .musicItem .collectionContainer svg { fill: #e1e1e1; transition: all linear 200ms; }
        .musicItem .collectionContainer[HasCollect=true] svg { fill: #feb370; }

        .musicItem .CopyRightTag > div { width: 16px; height: 16px; }
            .musicItem .CopyRightTag > div svg { fill: #ccc; }
                .musicItem .CopyRightTag > div svg path { stroke: #ccc; }
/*-----------------music------End-----------*/

.quote {position:relative; width: 100%; background-color: #eee; z-index: 10; padding: 30px 20px 50px 20px; box-sizing: border-box; }
    .quote .iptQuote { width: 100%; height: 50px; }
        .quote .iptQuote textarea { width: 100%; height: 50px; border: none; outline: none; box-sizing: border-box; }
    .quote .btnSaveQuote { position: absolute; right: 0px; bottom: -40px; width: 70px; height: 2.7em; line-height: 2.7em; text-align: center; color: white; background-image: linear-gradient(#feb370,#fc6a11, #f61f17); cursor: pointer; border-radius: 8px; }
    .quote .btnCloseQuote { position: absolute; right: 12px; top: 12px; width: 12px; height: 12px; background-image: url('../../Imgs/Common/delete2.png'); background-repeat: no-repeat; background-size: cover; cursor: pointer; }
    .quote .titleAddQuote { position: absolute; left: 0px; top: -24px; }

    .quote .quoteItemContainer { position: relative; }
        .quote .quoteItemContainer:not(:first-child) { margin-top: 40px; }
        .quote .quoteItemContainer .quoteContent {  }
            .quote .quoteItemContainer .quoteContent iframe { height: 300px; width: 600px; }
        .quote .quoteItemContainer .quoteCreateTime { position: absolute; bottom: 0px; right: 0px; }
        .quote .quoteItemContainer .quoteDisplayName { position: absolute; bottom: 20px; right: 0px; }


.loadmore { text-align: center; color: #aaa; cursor: pointer; margin: 20px 0px; }
