@-webkit-keyframes bjy-loading-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes bjy-loading-rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes bjy-loading-rotate{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes bjy-loading-rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.bjy-media-play-chrome-tip .icon{cursor:pointer}.bjy-media-play-tooltip{display:none;max-width:360px;position:absolute;padding:8px 12px;line-height:17px;border:1px solid rgba(159,168,181,0.2);background:#fff;background:var(--brand-dialog-bg,#fff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:4;color:#000;color:var(--brand-text-content,#000)}.bjy-media-play-tooltip.bjy-active{display:block}.bjy-media-play-tooltip .btn-media-play-tip{padding-left:6px;color:#1e5eff;color:var(--brand-primary,#1e5eff);cursor:pointer}.bjy-chrome-tip-content-dialog{position:fixed;top:-webkit-calc(50% - 200px);top:-moz-calc(50% - 200px);top:calc(50% - 200px);left:-webkit-calc(50% - 225px);left:-moz-calc(50% - 225px);left:calc(50% - 225px);width:550px;overflow:hidden;background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);-webkit-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;z-index:6}.bjy-chrome-tip-content-dialog .bjy-dialog-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:32px;padding:0 10px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;cursor:move;background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);border-bottom:1px solid rgba(159,168,181,0.2);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bjy-chrome-tip-content-dialog .bjy-dialog-header .icon{color:#9fa8b5;cursor:pointer}.bjy-chrome-tip-content-dialog .bjy-dialog-header .icon :hover{color:#a8b0bc}.bjy-chrome-tip-content-dialog .bjy-dialog-header .icon :active{color:#8e96a2}.bjy-chrome-tip-content-dialog .bjy-dialog-body{padding:14px 20px;overflow:auto;background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);width:100%;height:400px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bjy-chrome-tip-content-dialog .bjy-dialog-body img{display:block;width:100%;padding:15px 0}.bjy-new-media-player{position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:500px;height:300px;min-height:300px;font-size:14px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,0.08);-moz-box-shadow:0 2px 4px 0 rgba(0,0,0,0.08);box-shadow:0 2px 4px 0 rgba(0,0,0,0.08);-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.bjy-new-media-player .bjy-icon{display:inline-block;width:18px;height:18px;cursor:pointer;background:url("img/sprite.png") no-repeat;background-image:-webkit-image-set(url("img/sprite@2x.png") 2x)}.bjy-new-media-player .bjy-icon[data-disable='1']{opacity:.1;cursor:not-allowed}.bjy-new-media-player .bjy-icon.bjy-icon-wait-select-big{width:72px;height:72px;cursor:default;background-position:-474px -1px}.bjy-new-media-player .bjy-icon.bjy-icon-audio-big{width:96px;height:96px;background-position:-552px -1px}.bjy-new-media-player .bjy-icon.bjy-icon-audio-big.bjy-playing{-webkit-animation:rotate-loading 2s infinite linear;-moz-animation:rotate-loading 2s infinite linear;-o-animation:rotate-loading 2s infinite linear;animation:rotate-loading 2s infinite linear}.bjy-new-media-player .bjy-icon.bjy-icon-file-big{width:72px;height:72px;background-position:-396px -1px}.bjy-new-media-player .bjy-button{display:inline-block;padding:0 12px;font-size:12px;line-height:24px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff);color:#fff;-webkit-transition:background-color .3s;-o-transition:background-color .3s;-moz-transition:background-color .3s;transition:background-color .3s}.bjy-new-media-player .bjy-button:hover{background-color:#3392dd}.bjy-new-media-player .bjy-add-file-button{text-align:center;height:32px;line-height:30px}.bjy-new-media-player .bjy-add-file-button.bjy-hide{visibility:hidden}.bjy-new-media-player .bjy-add-file-button .bjy-button{display:inline-block;font-size:12px;width:88px;height:20px;padding:0;line-height:20px;text-align:center;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;background-color:#1e5eff;background-color:var(--brand-btn-primary,#1e5eff);color:#fff;color:var(--brand-text-btn-primary,#fff);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:none;outline:none}.bjy-new-media-player .bjy-add-file-button .bjy-button:not(.bjy-disable):not(.disabled):hover{-webkit-filter:brightness(1.2);filter:brightness(1.2)}.bjy-new-media-player .bjy-add-file-button .bjy-button:not(.bjy-disable):not(.disabled):active{-webkit-filter:brightness(.9);filter:brightness(.9)}.bjy-new-media-player .bjy-add-file-button .bjy-button.disabled,.bjy-new-media-player .bjy-add-file-button .bjy-button.bjy-disable{-webkit-filter:none;filter:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;background:rgba(159,168,181,0.4);color:#9fa8b5}.bjy-new-media-player.bjy-draggable .bjy-header,.bjy-new-media-player.bjy-draggable .bjy-timer{cursor:move}.bjy-new-media-player .bjy-header{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-content:center;-ms-flex-line-pack:center;align-content:center;height:30px;background-color:#555b6d;color:#fff;z-index:1;font-size:13px;background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);border-bottom:1px solid rgba(159,168,181,0.2);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bjy-new-media-player .bjy-header .bjy-title{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:10px}.bjy-new-media-player .bjy-header .bjy-tab-container{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;height:30px;overflow:hidden}.bjy-new-media-player .bjy-header .bjy-tab-container .bjy-tab{display:inline-block;padding:0 12px;height:30px;line-height:30px;text-align:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-new-media-player .bjy-header .bjy-tab-container .bjy-tab:hover{border-bottom:2px solid #1e5eff;border-bottom:2px solid var(--brand-primary,#1e5eff)}.bjy-new-media-player .bjy-header .bjy-tab-container .bjy-tab:active{border-bottom:2px solid #1e5eff;border-bottom:2px solid var(--brand-primary,#1e5eff)}.bjy-new-media-player .bjy-header .bjy-tab-container .bjy-tab.bjy-tab-active{border-bottom:2px solid #1e5eff;border-bottom:2px solid var(--brand-primary,#1e5eff)}.bjy-new-media-player .bjy-header .bjy-action-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bjy-new-media-player .bjy-header .bjy-icon{opacity:.7}.bjy-new-media-player .bjy-header .bjy-icon + .bjy-icon{margin:0 6px}.bjy-new-media-player .bjy-header .bjy-icon:hover{opacity:1}.bjy-new-media-player .bjy-header .bjy-close{background-position:-194px -40px}.bjy-new-media-player .bjy-header .bjy-minimize{background-position:-194px -58px}.bjy-new-media-player .bjy-body{position:relative;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;overflow:auto;background-color:#fff;overflow-x:hidden;background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000)}.bjy-new-media-player .bjy-body .bjy-play-tip{position:absolute;bottom:2px;left:0;right:0;text-align:center}.bjy-new-media-player .bjy-body .bjy-play-tip .bjy-play-tip-text{padding:0 10px;height:24px;line-height:24px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#fff;background-color:rgba(23,149,255,0.5);-webkit-box-shadow:0 2px 5px rgba(23,149,255,0.3);-moz-box-shadow:0 2px 5px rgba(23,149,255,0.3);box-shadow:0 2px 5px rgba(23,149,255,0.3)}.bjy-new-media-player .bjy-body.bjy-wait-select-wrapper{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bjy-new-media-player .bjy-body .bjy-file-list-container{position:absolute;right:0;z-index:1;width:33%;min-width:169px;max-width:220px;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid rgba(159,168,181,0.2);-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s;-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);background-color:#fff;background-color:var(--brand-dialog-bg,#fff)}.bjy-new-media-player .bjy-body .bjy-file-list-container .bjy-folder-icon{width:14px;height:28px;position:absolute;left:-15px;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-border-radius:28px 0 0 28px;-moz-border-radius:28px 0 0 28px;border-radius:28px 0 0 28px;cursor:pointer;background-color:#fff;background-color:var(--brand-dialog-bg,#fff)}.bjy-new-media-player .bjy-body .bjy-file-list-container .bjy-folder-icon:before{content:'';width:7px;height:7px;border:1px solid #9fa8b5;display:inline-block;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border-left:none;border-bottom:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;position:absolute;top:10px;left:3px}.bjy-new-media-player .bjy-body .bjy-file-list-container.bjy-file-list-hide{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);width:0;min-width:0;z-index:3}.bjy-new-media-player .bjy-body .bjy-file-list-container.bjy-file-list-hide .bjy-folder-icon:before{-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);left:6px}.bjy-new-media-player .bjy-body .bjy-file-list-container .bjy-tab-container-simple{position:relative;z-index:1;width:100%;height:24px;min-width:168px;border-bottom:1px solid rgba(159,168,181,0.2)}.bjy-new-media-player .bjy-body .bjy-file-list-container .bjy-tab-container-simple .bjy-tab{width:72px;height:20px;font-size:12px;line-height:20px;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0;border:1px solid rgba(159,168,181,0.2);text-align:center;margin-left:5px;margin-top:3px;display:inline-block;cursor:pointer;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-new-media-player .bjy-body .bjy-file-list-container .bjy-tab-container-simple .bjy-tab.bjy-tab-active{color:#fff;background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff);border:1px solid #1e5eff;border:1px solid var(--brand-primary,#1e5eff)}.bjy-new-media-player .bjy-body .bjy-wait-select +.bjy-file-list-container{position:relative}.bjy-new-media-player .bjy-list{position:relative;height:100%;overflow-y:auto}.bjy-new-media-player .bjy-list .bjy-item{position:relative;height:26px;padding:0 16px;font-size:12px}.bjy-new-media-player .bjy-list .bjy-item.bjy-item-small{padding:0 4px;height:32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bjy-new-media-player .bjy-list .bjy-item .bjy-file-name{display:inline-block;max-width:240px;line-height:26px;color:#9d9d9e;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}.bjy-new-media-player .bjy-list .bjy-item .bjy-file-name.bjy-file-name-small{line-height:17px;font-size:12px;color:#fff}.bjy-new-media-player .bjy-list .bjy-item .bjy-right{position:absolute;top:4px;right:16px}.bjy-new-media-player .bjy-list .bjy-item .bjy-right-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bjy-new-media-player .bjy-list .bjy-item .bjy-playing,.bjy-new-media-player .bjy-list .bjy-item .bjy-pausing{display:none;position:relative;top:-4px;right:4px}.bjy-new-media-player .bjy-list .bjy-item .bjy-playing{background-position:-212px -58px}.bjy-new-media-player .bjy-list .bjy-item .bjy-playing .bjy-file-name{color:#1e5eff;color:var(--brand-primary,#1e5eff)}.bjy-new-media-player .bjy-list .bjy-item .bjy-pausing{background-position:-212px -40px}.bjy-new-media-player .bjy-list .bjy-item .bjy-play{background-position:-140px -40px}.bjy-new-media-player .bjy-list .bjy-item .bjy-play:hover{background-position:-140px -58px}.bjy-new-media-player .bjy-list .bjy-item .bjy-pause{background-position:-158px -40px}.bjy-new-media-player .bjy-list .bjy-item .bjy-pause:hover{background-position:-158px -58px}.bjy-new-media-player .bjy-list .bjy-item .bjy-play-small{width:16px;height:16px;background-position:-395px -89px}.bjy-new-media-player .bjy-list .bjy-item .bjy-play-small:hover{background-position:-419px -89px}.bjy-new-media-player .bjy-list .bjy-item .bjy-pause-small{width:16px;height:16px;background-position:-467px -89px}.bjy-new-media-player .bjy-list .bjy-item .bjy-pause-small:hover{background-position:-491px -89px}.bjy-new-media-player .bjy-list .bjy-item .bjy-no-margin{margin:0}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete{margin-left:4px;background-position:-176px -40px}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete:hover{background-position:-176px -58px}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete.bjy-disable{cursor:not-allowed;opacity:.3}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete.bjy-disable:hover{background-position:-176px -40px}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete-small{width:16px;height:16px;background-position:-371px -117px}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete-small:hover{background-position:-419px -117px}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete-small.bjy-disable{cursor:not-allowed;opacity:.3}.bjy-new-media-player .bjy-list .bjy-item .bjy-delete-small.bjy-disable:hover{background-position:-395px -117px}.bjy-new-media-player .bjy-list .bjy-item.bjy-active .bjy-playing,.bjy-new-media-player .bjy-list .bjy-item.bjy-active .bjy-pausing{display:inline-block}.bjy-new-media-player .bjy-list .bjy-item:hover{background-color:rgba(159,168,181,0.2)}.bjy-new-media-player .bjy-list.bjy-empty{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;font-size:12px}.bjy-new-media-player .bjy-list.bjy-empty .bjy-empty-tip{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-top:12px}.bjy-new-media-player .bjy-list.bjy-empty .bjy-empty-text{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:8px;margin-top:10px;color:#9d9d9e}.bjy-new-media-player .bjy-list.bjy-empty .bjy-info-text{line-height:1;margin-bottom:8px;text-align:center}.bjy-new-media-player .bjy-list.bjy-empty .bjy-playback-empty-tip{max-width:159px;padding:0 6px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center}.bjy-new-media-player .bjy-list.bjy-empty .bjy-info{line-height:1;color:#000;color:var(--brand-text-content,#000);margin:12px 0 16px 0}.bjy-new-media-player .bjy-list.bjy-empty .bjy-icon{width:48px;height:40px;cursor:default}.bjy-new-media-player .bjy-list.bjy-empty .bjy-button{position:unset}.bjy-new-media-player .bjy-progress-slider{position:absolute;top:0;left:0;right:0;width:100%;z-index:1}.bjy-new-media-player .bjy-progress-slider.bjy-disable{pointer-events:none}.bjy-new-media-player .bjy-progress-slider .bjy-progress-track,.bjy-new-media-player .bjy-progress-slider .bjy-progress-track-fake{position:relative;height:3px;background-color:#9d9d9d}.bjy-new-media-player .bjy-progress-slider .bjy-progress-track:hover,.bjy-new-media-player .bjy-progress-slider .bjy-progress-track-fake:hover{cursor:pointer}.bjy-new-media-player .bjy-progress-slider .bjy-progress-track-none{display:none}.bjy-new-media-player .bjy-progress-slider .bjy-progress-bar{position:absolute;width:0;height:3px;bottom:0;left:0;right:0;background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff)}.bjy-new-media-player .bjy-progress-slider .bjy-progress-thumb{position:absolute;width:8px;height:8px;left:0;margin-top:-3px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out, -moz-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out, -o-transform .2s ease-in-out;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bjy-new-media-player .bjy-progress-slider .bjy-progress-thumb-fake{position:absolute;width:8px;height:8px;left:0;margin-top:-3px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;-o-transition:-o-transform .2s ease-in-out;-moz-transition:transform .2s ease-in-out, -moz-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out, -webkit-transform .2s ease-in-out, -moz-transform .2s ease-in-out, -o-transform .2s ease-in-out;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bjy-new-media-player .bjy-progress-slider .bjy-progress-thumb:hover,.bjy-new-media-player .bjy-progress-slider .bjy-progress-thumb-fake:hover,.bjy-new-media-player .bjy-progress-slider .bjy-progress-thumb:active,.bjy-new-media-player .bjy-progress-slider .bjy-progress-thumb-fake:active{-webkit-transform:scale(1.3);-moz-transform:scale(1.3);-ms-transform:scale(1.3);-o-transform:scale(1.3);transform:scale(1.3)}.bjy-new-media-player .bjy-progress-slider-hidden{visibility:hidden}.bjy-new-media-player .bjy-footer{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:41px;bottom:0;padding:0 10px;background-color:#555b6d;color:#fff;z-index:1;background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);border-top:1px solid rgba(159,168,181,0.2);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bjy-new-media-player .bjy-footer .bjy-left{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bjy-new-media-player .bjy-footer .bjy-left .bjy-prev,.bjy-new-media-player .bjy-footer .bjy-left .bjy-next{width:24px;height:24px}.bjy-new-media-player .bjy-footer .bjy-left .bjy-prev{background-position:-116px 0}.bjy-new-media-player .bjy-footer .bjy-left .bjy-next{background-position:-140px 0}.bjy-new-media-player .bjy-footer .bjy-left .bjy-play,.bjy-new-media-player .bjy-footer .bjy-left .bjy-pause{width:34px;height:34px}.bjy-new-media-player .bjy-footer .bjy-left .bjy-play{background-position:-82px 0}.bjy-new-media-player .bjy-footer .bjy-left .bjy-pause{background-position:-48px 0}.bjy-new-media-player .bjy-footer .bjy-timer{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;width:70px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:12px;color:#000;color:var(--brand-text-content,#000)}.bjy-new-media-player .bjy-footer .bjy-timer.bjy-hide{visibility:hidden}.bjy-new-media-player .bjy-footer .bjy-right{line-height:0}.bjy-new-media-player .bjy-footer .bjy-right .bjy-text{margin-right:16px;font-size:12px;display:inline-block;vertical-align:top;cursor:pointer;height:24px;line-height:24px;color:#9fa8b5}.bjy-new-media-player .bjy-footer .bjy-right .bjy-icon{width:20px;height:20px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-icon + .bjy-icon{margin-left:6px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-volume{background-position:0 -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-volume:hover{background-position:0 -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-volume-off{background-position:-250px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-one{background-position:-120px -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-one:hover{background-position:-120px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-none{background-position:-80px -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-none:hover{background-position:-80px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-all{background-position:-100px -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-all:hover{background-position:-100px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-random{background-position:0 -120px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-random:hover{background-position:0 -140px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-one-small{background-position:-275px -113px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-one-small:hover{background-position:-307px -113px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-one-small:active{background-position:-339px -113px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-icon-file{background-position:-275px -29px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-icon-file:hover{background-position:-307px -29px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-icon-file:active{background-position:-339px -29px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-none-small{background-position:-275px -57px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-none-small:hover{background-position:-307px -57px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-none-small:active{background-position:-339px -57px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-all-small{background-position:-275px -85px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-all-small:hover{background-position:-307px -85px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-all-small:active{background-position:-339px -85px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-random-small{background-position:-275px -189px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-random-small:hover{background-position:-307px -189px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-loop-random-small:active{background-position:-339px -189px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-file-list-switch{background-position:-275px -1px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-file-list-switch:hover{background-position:-306px -1px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-file-list-switch:active{background-position:-339px -1px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-with-mic{background-position:-40px -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-with-mic:hover{background-position:-40px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-without-mic{background-position:-20px -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-without-mic:hover{background-position:-20px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-only-sound-on{background-position:-60px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-only-sound-off{background-position:-60px -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-back-camera-on{background-position:-164px 0}.bjy-new-media-player .bjy-footer .bjy-right .bjy-back-camera-off{background-position:-164px -20px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-file{background-position:-230px -40px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-file:hover{background-position:-230px -60px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-stop-playback{background-position:0 -80px}.bjy-new-media-player .bjy-footer .bjy-right .bjy-stop-playback:hover{background-position:0 -100px}.bjy-new-media-player .bjy-footer .bjy-player-volume-slider{position:absolute;width:100px;bottom:-100px;right:40px;padding:11px 9px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-color:rgba(255,255,255,0.9);background-color:var(--brand-container-bg,rgba(255,255,255,0.9));-webkit-box-shadow:0 0 8px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 0 8px 0 rgba(36,42,54,0.2);box-shadow:0 0 8px 0 rgba(36,42,54,0.2);border:1px solid rgba(159,168,181,0.2)}.bjy-new-media-player .bjy-footer .bjy-player-volume-slider.bjy-active{bottom:43px}.bjy-new-media-player .bjy-footer .bjy-player-volume-slider .bjy-icon-volume{font-size:15px;float:left;margin-left:-20px;margin-top:-5px;cursor:pointer}.bjy-new-media-player .bjy-footer .bjy-player-volume-slider .bjy-volume-track{position:relative;height:3px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;background-color:#9d9d9e;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bjy-new-media-player .bjy-footer .bjy-player-volume-slider .bjy-volume-track .bjy-volume-bar{height:3px;background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:absolute;bottom:0;left:0;right:0}.bjy-new-media-player .bjy-footer .bjy-player-volume-slider .bjy-volume-track .bjy-volume-thumb{position:absolute;width:10px;height:10px;left:-3px;margin-top:-3px;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.3);box-shadow:0 0 3px 0 rgba(0,0,0,0.3);background-color:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:-o-transform;-moz-transition-property:transform, -moz-transform;transition-property:transform;transition-property:transform, -webkit-transform, -moz-transform, -o-transform;-webkit-transition-duration:.2s;-moz-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.bjy-new-media-player .bjy-footer .bjy-player-volume-slider .bjy-volume-track .bjy-volume-thumb:hover,.bjy-new-media-player .bjy-footer .bjy-player-volume-slider .bjy-volume-track .bjy-volume-thumb:active{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}.bjy-new-media-player .bjy-footer .bjy-rate-layer .bjy-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:32px;padding:0 16px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.bjy-new-media-player .bjy-footer .bjy-loop-layer{position:absolute;bottom:-200px;right:0;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;font-size:12px;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.08);-moz-box-shadow:0 0 3px 0 rgba(0,0,0,0.08);box-shadow:0 0 3px 0 rgba(0,0,0,0.08);background:rgba(255,255,255,0.9);background:var(--brand-container-bg,rgba(255,255,255,0.9));-webkit-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid rgba(221,221,221,0.1)}.bjy-new-media-player .bjy-footer .bjy-loop-layer.bjy-active{bottom:43px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:32px;padding:0 8px;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item .bjy-icon{margin-right:5px;opacity:.7}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-none{-webkit-border-top-left-radius:5px;-moz-border-radius-topleft:5px;border-top-left-radius:5px;-webkit-border-top-right-radius:5px;-moz-border-radius-topright:5px;border-top-right-radius:5px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-none .bjy-icon{background-position:-80px -40px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-none .bjy-icon-small{background-position:-307px -57px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-all .bjy-icon{background-position:-100px -40px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-all .bjy-icon-small{background-position:-307px -85px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-single{-webkit-border-bottom-left-radius:5px;-moz-border-radius-bottomleft:5px;border-bottom-left-radius:5px;-webkit-border-bottom-right-radius:5px;-moz-border-radius-bottomright:5px;border-bottom-right-radius:5px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-single .bjy-icon{background-position:-120px -40px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-single .bjy-icon-small{background-position:-307px -113px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-random .bjy-icon{background-position:0 -120px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item.bjy-random .bjy-icon-small{background-position:-307px -189px}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item:hover{background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff);color:#000;color:var(--brand-text-content,#000)}.bjy-new-media-player .bjy-footer .bjy-loop-layer .bjy-item:hover .bjy-icon{opacity:1}.bjy-player-media-file{position:absolute;top:50%;left:0;width:100%;height:100%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);background:#000}.bjy-new-media-player-simple{position:fixed;background-color:#000;color:#fff}.bjy-new-media-player-simple.bjy-new-media-player-transition{-webkit-transition:all .1s;-o-transition:all .1s;-moz-transition:all .1s;transition:all .1s}.bjy-new-media-player-simple.bjy-new-media-player-simple-hide .bjy-header{-webkit-transform:translateY(-110%);-moz-transform:translateY(-110%);-ms-transform:translateY(-110%);-o-transform:translateY(-110%);transform:translateY(-110%)}.bjy-new-media-player-simple.bjy-new-media-player-simple-hide .bjy-footer{-webkit-transform:translateY(110%);-moz-transform:translateY(110%);-ms-transform:translateY(110%);-o-transform:translateY(110%);transform:translateY(110%)}.bjy-new-media-player-simple .bjy-dragger{z-index:2}.bjy-new-media-player-simple .bjy-icon-simple{display:inline-block;width:24px;height:24px;cursor:pointer;background:url("img/sprite-simple.png") no-repeat;background-image:-webkit-image-set(url("img/sprite-simple@2x.png") 2x)}.bjy-new-media-player-simple .bjy-icon-simple.bjy-minimize{background-position:-48px -72px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-minimize:hover{background-position-y:-96px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-minimize:active{background-position-y:-120px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-exit-minimize{background-position:-72px -72px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-exit-minimize:hover{background-position-y:-96px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-exit-minimize:active{background-position-y:-120px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-fullscreen{background-position:0 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-fullscreen:hover{background-position-y:-24px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-fullscreen:active{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-exit-fullscreen{background-position:-72px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-exit-fullscreen:hover{background-position-y:-24px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-exit-fullscreen:active{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-max-size{background-position:-24px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-max-size:hover{background-position-y:-24px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-max-size:active{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-normal-size{background-position:0 -72px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-normal-size:hover{background-position-y:-96px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-normal-size:active{background-position-y:-120px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-close{background-position:-48px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-close:hover{background-position-y:-24px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-close:active{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-file{background-position:-96px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-file:hover{background-position-y:-24px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-file:active{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-play{background-position:-120px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-play:hover{background-position-y:-24px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-play:active{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-pause{background-position:-144px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-pause:hover{background-position-y:-24px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-pause:active{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-play-big{width:48px;height:48px;background-position:-264px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-play-big:hover{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-play-big:active{background-position-y:-96px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-pause-big{width:48px;height:48px;background-position:-302px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-pause-big:hover{background-position-y:-48px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-pause-big:active{background-position-y:-96px}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-file-big{width:48px;height:48px;background-position:-216px 0}.bjy-new-media-player-simple .bjy-icon-simple.bjy-icon-audio{width:48px;height:48px;background-position:-168px 0}.bjy-new-media-player-simple .bjy-body{margin-left:2px;margin-right:2px}.bjy-new-media-player-simple .bjy-body.bjy-not-play{z-index:0}.bjy-new-media-player-simple .bjy-header{-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:-o-transform 1s;-moz-transition:transform 1s, -moz-transform 1s;transition:transform 1s;transition:transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,0.5)}.bjy-new-media-player-simple .bjy-file-list-header{position:absolute;top:0;right:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;z-index:101;padding:0 4px;background:#000;font-size:12px;width:24px;width:172px;white-space:nowrap;overflow:hidden;-webkit-transition:all 1s;-o-transition:all 1s;-moz-transition:all 1s;transition:all 1s}.bjy-new-media-player-simple .bjy-file-list-header.bjy-file-list-hide{width:0;opacity:0}.bjy-new-media-player-simple .bjy-file-list-header.bjy-file-play{background-color:rgba(155,155,155,0.5)}.bjy-new-media-player-simple .bjy-file-list-header .bjy-right-btn{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.bjy-new-media-player-simple .bjy-file-list-header .bjy-right-btn .bjy-btn-text{margin-left:3px;font-size:12px}.bjy-new-media-player-simple .bjy-list{border:none;background-color:#000}.bjy-new-media-player-simple .bjy-list.bjy-empty{background-color:#0e0e0e}.bjy-new-media-player-simple .bjy-list.bjy-empty .bjy-icon-file-big{width:72px;height:72px}.bjy-new-media-player-simple .bjy-list.bjy-empty .bjy-info-text{margin-bottom:4px}.bjy-new-media-player-simple .bjy-list.bjy-file-list{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;white-space:nowrap}.bjy-new-media-player-simple .bjy-list.bjy-wait-select{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:100;background-color:#212121;color:#fff}.bjy-new-media-player-simple .bjy-list.bjy-hide{display:none}.bjy-new-media-player-simple .bjy-list.bjy-hidden{opacity:0}.bjy-new-media-player-simple .bjy-list.bjy-file-play{background-color:rgba(155,155,155,0.5)}.bjy-new-media-player-simple .bjy-list .bjy-tip-select{padding-top:20px}.bjy-new-media-player-simple .bjy-list .bjy-item .bjy-right-group{display:none;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:3px}.bjy-new-media-player-simple .bjy-list .bjy-item .bjy-right-group .bjy-icon + .bjy-icon{margin-left:6px}.bjy-new-media-player-simple .bjy-list .bjy-item:nth-child(even){background-color:transparent}.bjy-new-media-player-simple .bjy-list .bjy-item:hover{background-color:#3b3b3b}.bjy-new-media-player-simple .bjy-list .bjy-item:hover .bjy-right-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bjy-new-media-player-simple .bjy-list .bjy-item.bjy-active{background-color:#3b3b3b}.bjy-new-media-player-simple .bjy-list .bjy-item.bjy-active .bjy-right-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.bjy-new-media-player-simple .bjy-list.bjy-file-list-right{overflow:hidden}.bjy-new-media-player-simple .bjy-list.bjy-file-list-right .bjy-file-list-right-inner{height:100%;overflow-y:auto}.bjy-new-media-player-simple.bjy-volume-slider-visible .bjy-list.bjy-file-list-right{pointer-events:none}.bjy-new-media-player-simple .bjy-footer{-webkit-transition:-webkit-transform 1s;transition:-webkit-transform 1s;-o-transition:-o-transform 1s;-moz-transition:transform 1s, -moz-transform 1s;transition:transform 1s;transition:transform 1s, -webkit-transform 1s, -moz-transform 1s, -o-transform 1s;height:40px;background-color:rgba(0,0,0,0.5)}.bjy-new-media-player-simple .bjy-footer.bjy-loop-show{z-index:101}.bjy-new-media-player-simple .bjy-footer.bjy-audio{z-index:101}.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track,.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track-fake{background-color:rgba(0,0,0,0.45)}.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track .bjy-progress-thumb,.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track-fake .bjy-progress-thumb,.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track .bjy-progress-thumb-fake,.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track-fake .bjy-progress-thumb-fake{background-color:#fff}.bjy-new-media-player-simple .bjy-footer .bjy-right.bjy-full-screen{margin-right:90px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon{width:24px;height:24px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon + .bjy-icon{margin-left:16px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon.bjy-volume{background-position:-275px -141px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon.bjy-volume:hover{background-position-x:-307px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon.bjy-volume:active{background-position-x:-339px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon.bjy-volume-off{background-position:-367px -141px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon.bjy-volume-off:hover{background-position-x:-395px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-icon.bjy-volume-off:active{background-position-x:-423px}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-loop-layer.bjy-hide{display:none}.bjy-new-media-player-simple .bjy-footer .bjy-right .bjy-loop-layer.bjy-show{display:inherit}.bjy-new-media-player-simple .bjy-media-player-video-container{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;width:100%;height:100%}.bjy-new-media-player-simple .bjy-media-player-video-container.bjy-show{z-index:0}.bjy-new-media-player-simple .bjy-media-player-video-container .bjy-video-mask{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:-1;background-color:rgba(0,0,0,0.2)}.bjy-new-media-player-simple .bjy-media-player-video-container .bjy-video-mask.bjy-mask-show{z-index:1}.bjy-new-media-player-simple .bjy-media-player-video-container .bjy-video-mask .bjy-icon-play-big{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bjy-new-media-player-simple .bjy-player-cover{position:absolute;width:100%;height:100%;background-color:#313847;color:#9fa8b5;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.bjy-new-media-player-simple .bjy-player-cover .bjy-loader-spinner{text-align:center}.bjy-new-media-player-simple .bjy-player-cover .bjy-loader-spinner > div{width:4px;height:35px;background-color:#a5a5a5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;margin:2px;display:inline-block;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:bjy-line-scale-pulse-out .9s 0s infinite cubic-bezier(.85,.25,.37,.85);-moz-animation:bjy-line-scale-pulse-out .9s 0s infinite cubic-bezier(.85,.25,.37,.85);-o-animation:bjy-line-scale-pulse-out .9s 0s infinite cubic-bezier(.85,.25,.37,.85);animation:bjy-line-scale-pulse-out .9s 0s infinite cubic-bezier(.85,.25,.37,.85)}.bjy-new-media-player-simple .bjy-player-cover .bjy-loader-spinner > div:nth-child(2),.bjy-new-media-player-simple .bjy-player-cover .bjy-loader-spinner > div:nth-child(4){-webkit-animation-delay:.2s !important;-moz-animation-delay:.2s !important;-o-animation-delay:.2s !important;animation-delay:.2s !important}.bjy-new-media-player-simple .bjy-player-cover .bjy-loader-spinner > div:nth-child(1),.bjy-new-media-player-simple .bjy-player-cover .bjy-loader-spinner > div:nth-child(5){-webkit-animation-delay:.4s !important;-moz-animation-delay:.4s !important;-o-animation-delay:.4s !important;animation-delay:.4s !important}.bjy-new-media-player-simple .bjy-player-cover .bjy-player-status{margin-top:16px}.bjy-new-media-player-fullscreen{top:0 !important;left:0 !important;width:100% !important;height:100% !important}.bjy-new-media-player-audio:not(.bjy-file-list-audio){height:65px !important;min-height:65px}.bjy-new-media-player-audio .bjy-body{margin-bottom:3px}.bjy-new-media-player-audio .bjy-list.bjy-file-list{position:relative;background-color:#000}.bjy-new-media-player-audio .bjy-list.bjy-wait-select{overflow:hidden}.bjy-new-media-player-audio .bjy-list .bjy-audio-tip{white-space:nowrap}.bjy-new-media-player.bjy-new-media-player-simple{background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);-webkit-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-header{background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);border-bottom:1px solid rgba(159,168,181,0.2);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body{background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);margin:0}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-empty{background-color:transparent}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-empty .bjy-empty-tip .bjy-empty-text{color:#000;color:var(--brand-text-content,#000)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-wait-select{color:#000;color:var(--brand-text-content,#000);background-color:rgba(159,168,181,0.1);margin:5px;height:auto;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-file-list-header{background-color:transparent;height:24px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list{background-color:transparent;padding-left:1px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list:before{content:'';position:absolute;display:inline-block;left:0;right:0;bottom:0;top:0;background-color:#fff;background-color:var(--brand-dialog-bg,#fff);opacity:.4}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list +.bjy-add-file-button{-webkit-box-shadow:0 -2px 10px 0 rgba(4,5,7,0.1);-moz-box-shadow:0 -2px 10px 0 rgba(4,5,7,0.1);box-shadow:0 -2px 10px 0 rgba(4,5,7,0.1)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list +.bjy-add-file-button.bjy-hide{display:none}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list .bjy-item{color:#000;color:var(--brand-text-content,#000);border-bottom:1px solid rgba(159,168,181,0.2)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list .bjy-item .bjy-file-name.bjy-file-name-small{color:#000;color:var(--brand-text-content,#000)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list .bjy-item:hover,.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-list.bjy-file-list .bjy-item.bjy-active{background-color:rgba(159,168,181,0.1)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-play-tip{bottom:10px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-body .bjy-play-tip .bjy-play-tip-text{background-color:transparent;color:#000;color:var(--brand-text-content,#000);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer{background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);border-top:1px solid rgba(159,168,181,0.2);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-timer{color:#000;color:var(--brand-text-content,#000)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track,.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track-fake{background-color:rgba(159,168,181,0.5)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track .bjy-progress-bar{background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track-fake .bjy-progress-bar{background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track .bjy-progress-thumb{background-color:#fff;border:2px solid #1e5eff;border:2px solid var(--brand-primary,#1e5eff);margin-top:-4px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track-fake .bjy-progress-thumb{background-color:#fff;border:2px solid #1e5eff;border:2px solid var(--brand-primary,#1e5eff);margin-top:-4px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track .bjy-progress-thumb-fake{background-color:#fff;border:2px solid #1e5eff;border:2px solid var(--brand-primary,#1e5eff);margin-top:-4px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-progress-slider .bjy-progress-track-fake .bjy-progress-thumb-fake{background-color:#fff;border:2px solid #1e5eff;border:2px solid var(--brand-primary,#1e5eff);margin-top:-4px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-loop-layer{background:rgba(255,255,255,0.9);background:var(--brand-container-bg,rgba(255,255,255,0.9));-webkit-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid rgba(221,221,221,0.1);overflow:hidden}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-loop-layer .bjy-item{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-loop-layer .bjy-item:hover{background-color:#1e5eff;background-color:var(--brand-primary,#1e5eff);color:#000;color:var(--brand-text-content,#000)}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-loop-layer .bjy-item:hover.bjy-none .bjy-icon{background-position:-275px -165px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-loop-layer .bjy-item:hover.bjy-all .bjy-icon{background-position:-307px -165px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-loop-layer .bjy-item:hover.bjy-single .bjy-icon{background-position:-339px -165px}.bjy-new-media-player.bjy-new-media-player-simple .bjy-footer .bjy-loop-layer .bjy-item:hover.bjy-random .bjy-icon{background-position:-363px -165px}.bjy-new-media-player.bjy-new-media-player-simple.bjy-empty .bjy-footer div{height:0}.bjy-new-media-player.bjy-new-media-player-simple.bjy-empty .bjy-footer span{display:none}.bjy-new-media-player.bjy-new-media-player-simple .bjy-media-player-video-container{background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);-webkit-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;overflow:hidden}.bjy-new-media-player.bjy-new-media-player-simple .bjy-media-player-video-container video{background-color:#fff;background-color:var(--brand-dialog-bg,#fff)}.bjy-popup-video-player{background-color:#fff;background-color:var(--brand-dialog-bg,#fff);color:#000;color:var(--brand-text-content,#000);-webkit-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-moz-box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);box-shadow:0 4px 8px 0 rgba(36,42,54,0.2);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}@-webkit-keyframes bjy-line-scale-pulse-out{0%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}100%{-webkit-transform:scaley(1);transform:scaley(1)}}@-moz-keyframes bjy-line-scale-pulse-out{0%{-moz-transform:scaley(1);transform:scaley(1)}50%{-moz-transform:scaley(.4);transform:scaley(.4)}100%{-moz-transform:scaley(1);transform:scaley(1)}}@-o-keyframes bjy-line-scale-pulse-out{0%{-o-transform:scaley(1);transform:scaley(1)}50%{-o-transform:scaley(.4);transform:scaley(.4)}100%{-o-transform:scaley(1);transform:scaley(1)}}@keyframes bjy-line-scale-pulse-out{0%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);-moz-transform:scaley(.4);-o-transform:scaley(.4);transform:scaley(.4)}100%{-webkit-transform:scaley(1);-moz-transform:scaley(1);-o-transform:scaley(1);transform:scaley(1)}}