﻿.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-----------*/


/*-----------------effectItem------Start-----------*/
.effectItemContainer { flex: 1; display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: center; }
.effectItem { background-color: #eee; border-radius: 8px; width: 200px; height: 200px; flex-basis: 30%; margin-top: 20px; box-sizing: border-box; padding: 20px; margin-left:5%;cursor:pointer;}
.effectItem:nth-child(3n+1) {margin-left:0; }
.s_ei_1 { height: auto; display: flex; }
    .s_ei_1 .s_ei_1_l { flex: 1; }
    .s_ei_1 .s_ei_1_r { display: flex; flex-direction: column; justify-content: space-around; align-items: center; }
.s_ei_2 { height: 40px; overflow: hidden; display: flex; }
.s_ei_3 { height: 60px; display: flex; justify-content: space-between; align-items: center; }


.effectItem .slctbox { margin-right: 20px; position:relative;}
    .effectItem .slctbox input { width: 18px; height: 18px; vertical-align: middle; position: absolute; top: -15px; left: -15px; }

.effectItem .effName { font-size: 18px; font-weight: bold; display: inline-block; vertical-align: middle; height: 48px; overflow: auto; }
.effectItem .effTag { color: #ccc; font-size: 14px; }


.effectItem .waveContainer { flex: 1; overflow: hidden; width: 300px; height: 40px; position: relative; }
    .effectItem .waveContainer .waveProgress { height: 40px; position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,0.3); }
    .effectItem .waveContainer .WaveImg { width: 100%; height: 40px; position: absolute; top: 0; left: 0; }
    .effectItem .waveContainer .waveform { width: 100%; height: 40px; position: absolute; top: 0; left: 0; }

.effectItem .collectionContainer { cursor: pointer; width: 32px; height: 32px; }
    .effectItem .collectionContainer svg { fill: #e1e1e1; transition: all linear 200ms; }
    .effectItem .collectionContainer[HasCollect=true] svg { fill: #feb370; }

.effectItem .bpmtimes { width: 100px; text-align: center; }
.effectItem .btnDownload { width: 20px; height: 20px; background-image: url('../../Imgs/Common/icon_masterDownload_hover.png'); background-repeat: no-repeat; background-size: cover; }
.effectItem .btnPlay { width: 40px; height: 40px; background-repeat: no-repeat; background-size: cover; }
.effectItem .statePlay { background-image: url('../../Imgs/Common/play.png'); }
.effectItem .stateStop { background-image: url('../../Imgs/Common/pause.png'); }
/*-----------------effectItem------End-----------*/

.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; }*/



.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; }

    .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-----------*/