﻿.l_01_middle { display: flex; flex-direction: column; }
.s_1 { padding: 0 100px; display: flex; justify-content: space-between; align-items: flex-start; margin-top: 20px; }
.s_2 { padding: 0 100px; flex: 1 }


/*-----------------checkFunGroup------Start-----------*/
.checkFunGroup { display: flex; align-items: center; }

.checkFunGroup > div { margin-right: 10px; display: inline-block; }

    .checkFunGroup .cbxSingleCheck { display: inline-block; display: flex; align-items: center; }
        .checkFunGroup .cbxSingleCheck .switch { margin-left:20px;}
        .checkFunGroup .cbxSingleCheck span { margin-left: 5px; }
/*-----------------checkFunGroup------End-----------*/
/*-----------------batchFunGroup------Start-----------*/
.batchFunGroup .tagList { padding: 0.3em 0.8em; border: 1px solid #ccc; outline: none; }
    .batchFunGroup .tagList option { padding: 0.4em 0.8em; border: 1px solid #ccc; outline: none; }

/*-----------------batchFunGroup------End-----------*/
/*-----------------clctnOptnContainer------Start-----------*/
.clctnOptnContainer { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; border-bottom: solid 1px #ccc; }
    .clctnOptnContainer .favTabContainer { display: flex; align-items: flex-end; }
        .clctnOptnContainer .favTabContainer .tabNoneClass { padding: 0.4em 0.8em; margin-right: 4px; background-color: #eee; border: none; cursor: pointer; border-top-left-radius: 4px; border-top-right-radius: 4px; border-color: white; }
            .clctnOptnContainer .favTabContainer .slctd { background-color: var(--PrimaryColor); color: white; border: solid 1px var(--PrimaryColor); border-bottom: none }

        .clctnOptnContainer .favTabContainer .tabCustomClass { display: flex; align-items: flex-end;flex-wrap:wrap; }

            .clctnOptnContainer .favTabContainer .tabCustomClass .tabItemCustom { position: relative; padding: 0.4em 20px 0.4em 0.8em; margin-right: 4px; background-color: #eee; border: none; cursor: pointer; border-top-left-radius: 4px; border-top-right-radius: 4px;border-color:white; }
            .clctnOptnContainer .favTabContainer .tabCustomClass .slctd { background-color: var(--PrimaryColor); color: white; border: solid 1px var(--PrimaryColor); border-bottom: none }
                .clctnOptnContainer .favTabContainer .tabCustomClass .slctd svg { fill: white; }

            .clctnOptnContainer .favTabContainer  .tabItemName {margin-right:10px; }
        .clctnOptnContainer .favTabContainer .tabItemCount { color: var(--SecondaryColor2); }
        .clctnOptnContainer .favTabContainer .slctd .tabItemCount { color: #edaf6e; }

        .clctnOptnContainer .favTabContainer .tabCustomClass .tabItemCustom:hover .tabItemSlctHandler { display: block; }
        .clctnOptnContainer .favTabContainer .tabCustomClass .tabItemCustom .tabItemSlctHandler { position: absolute; top: 5px; right: 0px; width: 16px; display: none; }
                .clctnOptnContainer .favTabContainer .tabCustomClass .tabItemCustom .tabItemSlctHandler svg:hover { background-color: #ddd; transition: background-color linear 200ms; }
            .clctnOptnContainer .favTabContainer .tabCustomClass .slctd .tabItemSlctHandler svg:hover { background-color: #ba7833; transition: background-color linear 200ms; }

                .clctnOptnContainer .favTabContainer .tabCustomClass .tabItemCustom .tabItemSlctHandler .tabItemOperate { position: absolute; top: 21px; left: -46px; background-color: #eee; border: solid 1px #ccc;z-index:2; }
                    .clctnOptnContainer .favTabContainer .tabCustomClass .tabItemCustom .tabItemSlctHandler .tabItemOperate div { width: 41px; text-align: center; padding: 0.4em 0.8em;color:black; }
                    .clctnOptnContainer .favTabContainer .tabCustomClass .tabItemCustom .tabItemSlctHandler .tabItemOperate div:hover { color:white;background-color:var(--PrimaryColor);}

                .btnNewTab { display: flex; align-items: center; }
    .btnNewTab svg { fill: var(--PrimaryColor); width: 15px; height: 15px; margin-right: 4px; }
/*-----------------clctnOptnContainer------End-----------*/


/*-----------------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 svg { width: 30px; height: 30px;  fill:black;}
.title span {margin-left:10px; }
.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; margin-top: 40px; }
.musicItem { width: 100%; display: flex; }
    .musicItem:not(:first-child) { margin-top: 20px; }

    .musicItem .slctbox { margin-right: 20px; }
    .musicItem .slctbox input{ width:18px;height:18px;}

    .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; }



/*-----------------弹窗------Start-----------*/

.frnDialog { width: 345px; height: 200px; position: relative; background-color: #fff; border-radius: 4px;margin:auto; }

    .frnDialog .dialogFormTitle { position: absolute; top: 19px; left: 22px;  padding-bottom: 5px; width: 300px; font-weight: bold; }
    .frnDialog .dialogFormIpt { position: absolute; top:calc( 50% - 20px); left:calc(50% - 150px); border: 1px solid #ccc; outline: none; height: 2em; line-height: 2em; width: 300px; box-sizing: border-box; padding: 0px 0.4em; }
.btnDialogFormOk { bottom: 30px; width: 7em; right: 22px; display: inline-block; position: absolute; color: white; background: var(--PrimaryColor); text-align: center; padding: 0.4em 0.8em; border-radius: 4px; cursor: pointer; box-sizing: border-box; }
.btnDialogFormClose { position: absolute; top: 4px; right: 4px; width: 20px; height: 20px;cursor:pointer; }


.oldFavName { position: absolute; top: 19px; left: 120px; }

/*-----------------弹窗------End-----------*/