.nctPlayer {  font-family: Tahoma, Geneva, sans-serif; font-size: 14px; background: #000; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);  -webkit-tap-highlight-color: transparent;
              -webkit-transition: height 0.5s linear;
              -moz-transition: height 0.5s linear;
              transition: height 0.5s linear;
              position: relative;
              border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px;
              overflow: hidden;
}
.hide {display: none !important;}
/*.hideMouse div {cursor: none !important;}
.hideMouse mp3 {cursor: none !important;}*/
.hideMouse div {cursor:url(../images/blank.png), pointer !important;}
.hideMouse mp3 {cursor:url(../images/blank.png), pointer !important;}
.notActive {display: none !important;}
.ovderflowHidden {overflow: hidden;}
.nctPlayer .playerDiv {position: relative; -webkit-transform-style: preserve-3d; z-index: 6000; background: #000; width: 100%; height: 100%; margin: 0; padding: 0;}

.playerDiv:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    background-color: black;
}
.playerDiv:-webkit-full-screen mp3 {
    width: 100%;
}

.linkAvatarSinger {
    position: absolute;
    display: block;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
}

.nctPlayer .playerDiv.full {position: fixed; z-index: 4000; background: #000; width: 100% !important; height: 100% !important; left: 0; top: 0;}

.nctPlayer .playerDiv.fullScreenTouch {width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 10000;}
/*
 * main screen
 */
.nctPlayer .mainScreen.full {width: 100% !important; height: 100% !important;}
.nctPlayer .mainScreen {width: 100%; height: 100%; position: relative; -webkit-transform-style: preserve-3d; z-index: 1006; vertical-align: middle;}
.nctPlayer .mainScreen .coverImage {background: url('../images/default_inner_player.jpg') center center no-repeat; position: absolute; width: 300px; height: 250px; top: 12px; left: 12px; z-index: 20; -webkit-transform-style: preserve-3d; text-align: center; vertical-align: middle}
.nctPlayer .mainScreen .coverImage.hide {display: none;}
.nctPlayer .mainScreen .helper { display: inline-block; height: 100%; vertical-align: middle;}
.nctPlayer .mainScreen .coverImage img {width: 100%; vertical-align: middle; max-height: 100%;}
/*.nctPlayer .mainScreen .playIconPlayer:hover {background: url('../images/nowplaying_icon_play_hover.png') center center no-repeat;}
.nctPlayer .mainScreen .playIconPlayer.hide:hover {background: url('../images/nowplaying_icon_play_hover.png') center center no-repeat; background-size: 80px 94px;}*/
.nctPlayer .mainScreen .playIconPlayer.hideIconPlayer {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-size: 80px 94px;
    opacity: 0;
}
.nctPlayer .mainScreen .coverSinger {
    opacity: 0.1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    position: absolute; top: 0; right: 0; z-index: 1;
    width: 67%; height: 100%;     
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*.nctPlayer .mainScreen .mp3Tag {width: 100%; height: 100%; cursor: pointer; -webkit-transform-style: preserve-3d; z-index: 1; vertical-align: middle; margin: 0 auto;}*/

/*
 * controlbar
 */
.nctPlayer .controlbar {position: absolute; bottom: 0; left: 0; height: 40px; width: 100%; background: #000; -webkit-transform-style: preserve-3d; z-index: 100600;}
.nctPlayer .controlbar.hide {
    opacity: 0; cursor: none;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .playButton {cursor: pointer; width: 20px; height: 20px; float: left; margin-top: 10px; background: url(../images/nowplaying_icon_play.png) center no-repeat;
                                    -webkit-transition: background 0.2s linear; margin-left: 13px; margin-right: 13px;
                                    -moz-transition: background 0.2s linear;
                                    transition: background 0.2s linear;
                                    background-size: 15px 20px;
}
.nctPlayer .controlbar .playButton:hover {background: url(../images/nowplaying_icon_play_hover.png) center no-repeat;
                                          background-size: 15px 20px;
                                          -webkit-transition: background 0.2s linear;
                                          -moz-transition: background 0.2s linear;
                                          transition: background 0.2s linear;
}

.nctPlayer .controlbar .prevButton {cursor: pointer; width: 20px; height: 34px; float: left; margin-top: 4px; background: url(../images/nowplaying_icon_prev2.png) center no-repeat;
                                    -webkit-transition: background 0.2s linear;
                                    -moz-transition: background 0.2s linear;
                                    transition: background 0.2s linear;
                                    background-size: 10px 12px;
                                    margin-left: 15px;
}
.nctPlayer .controlbar .prevButton:hover {background: url(../images/nowplaying_icon_prev2_hover.png) center no-repeat;
                                          background-size: 10px 12px;
                                          -webkit-transition: background 0.2s linear;
                                          -moz-transition: background 0.2s linear;
                                          transition: background 0.2s linear;
}
.nctPlayer .controlbar .nextButton {cursor: pointer; width: 20px; height: 34px; float: left; margin-top: 4px; background: url(../images/nowplaying_icon_next2.png) center no-repeat;
                                    -webkit-transition: background 0.2s linear;
                                    -moz-transition: background 0.2s linear;
                                    transition: background 0.2s linear;
                                    background-size: 10px 12px;
}
.nctPlayer .controlbar .nextButton:hover {background: url(../images/nowplaying_icon_next2_hover.png) center no-repeat;
                                          background-size: 10px 12px;
                                          -webkit-transition: background 0.2s linear;
                                          -moz-transition: background 0.2s linear;
                                          transition: background 0.2s linear;
}
.nctPlayer .controlbar .nextButtonAutoplay {cursor: pointer; width: 20px; height: 34px; float: left; margin-top: 3px; background: url(../images/nowplaying_icon_next3.png) center no-repeat;
                                            -webkit-transition: background 0.2s linear;
                                            -moz-transition: background 0.2s linear;
                                            transition: background 0.2s linear;
                                            background-size: 18px 13px;
                                            margin-right: 6px;
                                            margin-left: 6px;
}
.nctPlayer .controlbar .nextButtonAutoplay:hover {background: url(../images/nowplaying_icon_next3_hover.png) center no-repeat;
                                                  background-size: 18px 13px;
                                                  -webkit-transition: background 0.2s linear;
                                                  -moz-transition: background 0.2s linear;
                                                  transition: background 0.2s linear;
}

.nctPlayer .controlbar .timeCounter {display: block; opacity: 0; float: left; margin-top: 13px; width: 100px; height: 18px; font-family: Verdana, sans-serif; font-size: 12px; color: #ccc;}
.nctPlayer .controlbar .timeCounter.complete {
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;
    opacity: 1;
}
.nctPlayer .controlbar .timeCounter .utCurrentTime {cursor: default; display: block; float: left; width: 50px; height: 18px; text-align: right;}
.nctPlayer .controlbar .timeCounter .timeCounterSlash {cursor: default; display: block; float: left; width: 10px; height: 18px; text-align: center; color: #848484;}
.nctPlayer .controlbar .timeCounter .utTotalTime {cursor: default; display: block; float: left; width: 40px; height: 18px; text-align: left; color: #848484;}

.nctPlayer .controlbar .playButton.pause {background: url(../images/nowplaying_icon_pause.png) center no-repeat; background-size: 17px 20px;}
.nctPlayer .controlbar .playButton.pause:hover {background: url(../images/nowplaying_icon_pause_hover.png) center no-repeat; background-size: 17px 20px;}

.nctPlayer .controlbar .boxTooltip {
    visibility: hidden; opacity: 0;
    -webkit-transition: opacity 0.2s linear, visibility 0.3s linear;
    -moz-transition: opacity 0.2s linear, visibility 0.3s linear;
    transition: opacity 0.2s linear, visibility 0.3s linear;
    background: url(../images/tooltip.png) no-repeat top center;
    margin-top: -25px;
    width: auto; height: 20px; z-index: 1020;
    color: #ccc; padding: 5px 5px 6px 5px; text-align: center;
    font-size: 12px;
}

.nctPlayer .controlbar .logoNCT {float:right; display: none; margin-right: 5px; margin-top: 8px; margin-left: 7px; background: url(../images/logo3.png) left center no-repeat; background-size:  auto 24px; width: 46px; height: 24px; cursor: pointer;}
.nctPlayer .controlbar .logoNCT a {display: block; width: 100%; height: 100%;}

.nctPlayer .controlbar .timeSlider {width: 98%; height: 16px; position: absolute; top: 0px; left: 1%; margin-top: -11px; cursor: pointer; overflow: hidden;}
.nctPlayer .controlbar .timeSlider .timeSliderBuffer {width: 100%; margin-left: 0; height: 4px; position: absolute; bottom: 4px; left: 0; background: #424242; z-index: 1;
                                                      -webkit-transition: height 0.2s linear;
                                                      -moz-transition: height 0.2s linear;
                                                      transition: height 0.2s linear;
                                                      /*                                                      transition-delay: 0.5s;
                                                                                                            -moz-transition-delay: 0.5s;
                                                                                                            -webkit-transition-delay: 0.5s;    */
}
.nctPlayer .controlbar .timeSlider.hover .timeSliderBuffer, 
.nctPlayer .controlbar .timeSlider:hover .timeSliderBuffer {height: 6px; position: absolute; bottom: 4px; left: 0; background: #424242; z-index: 1;
                                                            -webkit-transition: height 0.2s linear;
                                                            -moz-transition: height 0.2s linear;
                                                            transition: height 0.2s linear;    
}
.nctPlayer .controlbar .timeSlider .timeSliderBuffer .timeSliderBufferInside {display: block; height: 100%; background: #5E5E5E; left: 0; top: 0;}
.nctPlayer .controlbar .timeSlider .timeSliderCurrent {width: 1px; height: 4px; position: absolute; bottom: 4px; left: 0; background: #2E9AFE; z-index: 2;
                                                       -webkit-transition: height 0.2s linear;
                                                       -moz-transition: height 0.2s linear;
                                                       transition: height 0.2s linear;
                                                       /*                                                       transition-delay: 1s;
                                                                                                              -moz-transition-delay: 1s;
                                                                                                              -webkit-transition-delay: 1s;*/
                                                       background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                       background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
}
.nctPlayer .controlbar .timeSlider.hover .timeSliderCurrent,
.nctPlayer .controlbar .timeSlider:hover .timeSliderCurrent {height: 6px; position: absolute; bottom: 4px; left: 0; background: #2E9AFE; z-index: 2;
                                                             -webkit-transition: height 0.2s linear;
                                                             -moz-transition: height 0.2s linear;
                                                             transition: height 0.2s linear;
                                                             background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
}

.nctPlayer .controlbar .timeSlider .timeSliderHolder {width: 15px; height: 15px; position: absolute; bottom: 4px; left: 0; background: #fff; z-index: 3;
                                                      border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-bottom: -3px; overflow: hidden; margin-left: -7px;
                                                      -webkit-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                      -moz-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                      transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                      /*                                                      transition-delay: 1s;
                                                                                                            -moz-transition-delay: 1s;
                                                                                                            -webkit-transition-delay: 1s;*/
                                                      opacity: 0;
                                                      background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                      background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
}
.nctPlayer .controlbar .timeSlider.hover .timeSliderHolder,
.nctPlayer .controlbar .timeSlider:hover .timeSliderHolder {width: 15px; height: 15px; position: absolute; background: #fff; z-index: 3;
                                                            border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; margin-bottom: -4px; margin-left: -7px; opacity: 1;
                                                            -webkit-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                            -moz-transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                            transition: opacity 0.2s linear, height 0.2s linear, margin-bottom 0.2s linear;
                                                            background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
}
.nctPlayer .controlbar .timeSlider .timeSliderHolder .timeSliderHolderInside {position: absolute; display: block; width: 7px; height: 7px; top: 4px; left: 4px; background: #BDBDBD;
                                                                              border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.nctPlayer .controlbar .timeSlider .timeSliderHolder:hover .timeSliderHolderInside {background: #2E9AFE;}

/*
repeat button
*/
.nctPlayer .controlbar .repeatButton .boxTooltipRepeat {width: 100px; margin-left: -40px;}
.nctPlayer .controlbar .repeatButton:hover .boxTooltipRepeat { 
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .repeatButton {cursor: pointer; width: 30px; height: 34px; float: right; margin-top: 4px; background: url(../images/no_repeat.png) center no-repeat;
                                      -webkit-transition: background 0.2s linear;
                                      -moz-transition: background 0.2s linear;
                                      transition: background 0.2s linear; margin-right: 14px;
                                      background-size: 16px 14px; z-index: 1022; position: relative;
}

.nctPlayer .controlbar .repeatButton.all {background: url(../images/repeat_all.png) center no-repeat; background-size: 16px 14px;}
.nctPlayer .controlbar .repeatButton.one {background: url(../images/repeat_one.png) center no-repeat; background-size: 16px 14px;}

/*
random button
*/
.nctPlayer .controlbar .randomButton .boxTooltipRandom {width: 100px; margin-left: -40px;}
.nctPlayer .controlbar .randomButton:hover .boxTooltipRandom { 
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .randomButton {cursor: pointer; width: 30px; height: 34px; float: right; margin-top: 3px; background: url(../images/shuffle.png) center no-repeat;
                                      -webkit-transition: background 0.2s linear;
                                      -moz-transition: background 0.2s linear;
                                      transition: background 0.2s linear;
                                      background-size: 22px 20px;
                                      margin-right: 8px; z-index: 1022; position: relative;
}

.nctPlayer .controlbar .randomButton.true {background: url(../images/shuffle_over.png) center no-repeat; background-size: 22px 20px;}


/*
* time slider touch
*/
.nctPlayer .controlbar .timeSlider.touch {width: 100%; height: 25px; position: absolute; top: 0px; left: 0; margin-top: -12px; cursor: pointer; overflow: hidden;}
.nctPlayer .controlbar .timeSlider.touch .timeSliderBuffer {width: 100%; height: 14px; position: absolute; bottom: 9px; left: 0; background: #424242; z-index: 1;}
.nctPlayer .controlbar .timeSlider.touch .timeSliderBuffer .timeSliderBufferInside {display: block; height: 100%; background: #5E5E5E; left: 0; top: 0;}
.nctPlayer .controlbar .timeSlider.touch .timeSliderCurrent {width: 1px; height: 14px; position: absolute; bottom: 9px; left: 0; background: #2E9AFE; z-index: 2;
                                                             background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
                                                             background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
}

.nctPlayer .controlbar .timeSlider.touch .timeSliderHolder {padding: 0px; width: 28px; height: 18px; position: absolute; background: #fff; z-index: 3;
                                                            border-radius: 9px; -moz-border-radius: 9px; -webkit-border-radius: 9px; margin-bottom: 3px; margin-left: -10px; -ms-touch-action: none;
                                                            background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%); opacity: 1 !important;
                                                            background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
                                                            background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
}
.nctPlayer .controlbar .timeSlider.touch .timeSliderHolder .timeSliderHolderInside {position: absolute; display: block; width: 18px; height: 8px; top: 5px; left: 5px; background: #BDBDBD;
                                                                                    border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}
.nctPlayer .controlbar .timeSlider.touch .timeSliderHolder:hover .timeSliderHolderInside {background: #2E9AFE;}

/*
* preview
*/
.nctPlayer .controlbar .preview {position: absolute; left: 0%; bottom: 43px;
                                 width: 108px; background: url(../images/loading1.gif) rgba(51,51,51,0.9) no-repeat center; border: 1px solid #333;
                                 height: 60px; padding: 2px;
                                 visibility: hidden; opacity: 0;
                                 -webkit-transition: opacity 0.2s linear, visibility 0.3s linear;
                                 -moz-transition: opacity 0.2s linear, visibility 0.3s linear;
                                 transition: opacity 0.2s linear, visibility 0.3s linear;
                                 overflow: hidden;
}

.nctPlayer .controlbar .preview.show{
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.nctPlayer .controlbar .preview.hide{
    display: none !important;
}

.nctPlayer .controlbar .preview img {margin-top: 3px;}
.nctPlayer .controlbar .preview .showImage {width: 108px; height: 60px; overflow: hidden; background: none;}
.nctPlayer .controlbar .preview .showTime {width: 40px; height: 12px; background: rgba(51,51,51,0.9); color: #fff; padding: 2px; margin-left: 34px; position: absolute; bottom: 2px; left: 0;
                                           text-align: center; font-size: 11px;
}

/*
* volume
*/
.nctPlayer .controlbar .volume.touch {display: none;}
.nctPlayer .controlbar .volume {background: url(../images/volumn.png) 5px 3px no-repeat;
                                background-size: 34px 21px;
                                margin-top: 7px;
                                cursor: pointer;
                                width: 35px;
                                height: 33px;
                                float: right;
                                position: relative;
                                z-index: 1020; margin-right: 15px;
                                margin-left: 0px;}
.nctPlayer .controlbar .volume .volumeCurrent {    position: absolute;
                                                   left: 20px;
                                                   bottom: 10px;
                                                   height: 22px;
                                                   width: 20px;}
.nctPlayer .controlbar .volume .volumeCurrent.hide {display: none;}
.nctPlayer .controlbar .volume .volumeCurrent .volumeCurrentInside{    position: absolute;
                                                                       left: -1px;
                                                                       bottom: -1px;
                                                                       height: 100%;
                                                                       width: 100%;
                                                                       background-size: 22px;}
.nctPlayer .controlbar .volume.mute {    background: url(../images/mute.png) 5px 3px no-repeat;
                                         background-size: 35px 21px;}

.nctPlayer .controlbar .volume .volumeSlider.touch {display: none !important;}
.nctPlayer .controlbar .volume .volumeSlider {visibility: hidden; opacity: 0;
                                              -webkit-transition: opacity 0.5s linear, visibility 0.6s linear;
                                              -moz-transition: opacity 0.5s linear, visibility 0.6s linear;
                                              transition: opacity 0.5s linear, visibility 0.6s linear;
                                              background: rgba(0,0,0,0.7);
                                              margin-top: -119px; border: 1px solid #000;
                                              width: 20px; height: 101px; z-index: 1020; margin-left: 5px;
                                              border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
                                              /*                                              transition-delay: 1s;
                                                                                            -moz-transition-delay: 1s;
                                                                                            -webkit-transition-delay: 1s;*/
                                              cursor: default;
}
.nctPlayer .controlbar .volume:hover .volumeSlider { 
    opacity: 1; visibility: visible;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.nctPlayer .controlbar .volume .volumeSlider.show {
    opacity: 1 !important; visibility: visible !important;

}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderCurrent {width: 6px;
                                                                   margin: 7px; height: 80px; background: #424242; cursor: pointer;
                                                                   position: relative; margin-bottom: -5px; margin-top: 11px;
}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderCurrent .volumeSliderCurrentInside {
    background: #2E9AFE;
    background: -webkit-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: -moz-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: -o-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: -ms-linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    background: linear-gradient(top, #2E9AFE 0%, #1F7DD5 100%);
    width: 100%;
    height: 100%;
    position: absolute; bottom: 0; left: 0;
}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderHolder {
    position:absolute; left: -3px; bottom: 100%;
    background: #fff;
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: -moz-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    background: linear-gradient(top, #FFFFFF 0%, #ECECEC 100%);
    width: 12px; height: 12px; margin-bottom: -8px;
    border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px;
    cursor: pointer;

}
.autoPlayPlayerButtonBox .boxTooltip{
    float: left;
}

.nctPlayer .controlbar .volume .volumeSlider .volumeSliderHolder .volumeSliderHolderInside {position: absolute; display: block; width: 6px; height: 6px; top: 3px; left: 3px; background: #BDBDBD;
                                                                                            border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.nctPlayer .controlbar .volume .volumeSlider .volumeSliderHolder:hover .volumeSliderHolderInside {background: #2E9AFE;}

.nctPlayer .controlbar .volume .volumeCurrent .volumeCurrentInside.v1{
    background: url(../images/v1.png) left no-repeat; background-size: 22px;
}
.nctPlayer .controlbar .volume .volumeCurrent .volumeCurrentInside.v2{
    background: url(../images/v2.png) left no-repeat; background-size: 22px;
}
.nctPlayer .controlbar .volume .volumeCurrent .volumeCurrentInside.v3{
    background: url(../images/v3.png) left no-repeat; background-size: 20px;
}

.nctPlayer .controlbar .volume .muteButton {width: 35px; height: 33px; position: absolute; top: 0; left: 0; z-index: 10000;}

.nctPlayer .controlbar .switchQuality {position: relative; z-index: 1021; float: right; width: 72px; height: 34px;  margin-right: 13px; margin-top: 6px;}

/*.nctPlayer .controlbar .switchQuality .switchQualityText {width: auto; height: 12px;
    color: #ccc; background: #2E2E2E; font-size: 11px; padding: 3px 16px 5px 18px; margin-top: 8px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
   text-align: center; font-weight: bold; font-size: 11px;
}*/

.nctPlayer .controlbar .switchQuality .switchQualityText {
    width: 65px;height: 15px;margin-top: 3px;border: 1px solid #FFF;color: #fff;font-size: 13px;border-radius: 5px;padding: 1px 2px 4px 3px;
    text-align: center; cursor: pointer; font-family: 'Roboto',Helvetica,Arial,sans-serif;
}

.nctPlayer .controlbar .switchQuality .switchQualityText.hd .iconhd{
    display: block;
}

.nctPlayer .controlbar .switchQuality .switchQualityText.hd {
    padding: 1px 6px 4px 3px;
}

.nctPlayer .controlbar .switchQuality .SwitchQualityText1 {
    font-size: 12px; position: absolute; width: 70px; height: 30px; top: 12px;  font-family: Tahoma, Geneva, sans-serif;
}


.nctPlayer .controlbar .switchQuality .boxSwitchQuality {
    visibility: hidden; opacity: 0;
    -webkit-transition: opacity 0.5s linear, visibility 0.6s linear;
    -moz-transition: opacity 0.5s linear, visibility 0.6s linear;
    transition: opacity 0.5s linear, visibility 0.6s linear;
    width: 110px; height: auto;
    position: absolute;
    left: -20px; bottom: 49px;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    color: #ccc; background: rgba(0,0,0,0.7); font-size: 11px; padding: 4px 0px;
    text-align: center; font-weight: bold;
    border-bottom: 0px; 
}
.nctPlayer .controlbar .switchQuality:hover .boxSwitchQuality {
    opacity: 1; visibility: visible;
    -webkit-transition: opacity 0.5s linear;
    -moz-transition: opacity 0.5s linear;
    transition: opacity 0.5s linear;    
}

.nctPlayer .controlbar .switchQuality .iconhd {
    font-size: 8px; color: red; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    text-align: center; padding: 0 1px 0 0; position: absolute; display: none;
    right: 2px; top: 5px; font-weight: bold;
}
.nctPlayer .controlbar .switchQuality .boxSwitchQuality .iconhd {
    font-size: 8px; color: red; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    text-align: center; padding: 0 2px 0 1px; position: absolute; display: block;
    right: 5px; top: 5px; font-weight: bold;
}
.nctPlayer .controlbar .switchQuality .boxSwitchQuality .iconhdbox {
    font-size: 9px; color: #F9D728;  border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
    text-align: center; padding: 0 2px 0 1px; position: absolute; display: block;
    right: 5px; top: 5px; font-weight: bold;
}

.nctPlayer .controlbar .switchQuality .boxSwitchQuality .switchQualityCode {
    width: 110px; height: 32px; text-align: right; color: #fff; font-size: 13px;padding-top: 8px;
    padding-right: 0px; position: relative; cursor: pointer; box-sizing: border-box;text-align: center; font-weight: 300;
}

.nctPlayer .controlbar .switchQuality .boxSwitchQuality .switchQualityCode:hover {color:#2E9AFE; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}

.nctPlayer .controlbar .switchQuality .boxSwitchQuality .switchQualityCode.active {
    background: url(../images/check.png) 10px 12px no-repeat !important;
}

/*
* lyric
*/
.nctPlayer .mp3LyricBox {
    height: 70px; width: 520px; bottom: 55px;
    position: absolute; z-index: 1023;
    text-align: center; right: 0;
    color: #fff; font-size: 20px; overflow: hidden; 
}

/*@media all and (max-width:480px){
    .nctPlayer .mp3LyricBox {font-size: 18px;}
    .nctPlayer .mp3LyricBox.fullscreen {font-size: 18px;}
}

@media all and (min-width:481px) and (max-width:960px){
    .nctPlayer .mp3LyricBox.fullscreen {font-size: 26px;}
}*/

.mp3Kara {
    display: inline-block;
    margin: 0 auto;
    height: 28px; font-size: 22px;
    overflow: hidden;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

.mp3Kara2 {
    margin-top: 10px;
}

.mp3Kara .run {
    height: 28px; padding-top: 5px;
    width: 50%; margin-top: -35px; overflow: hidden;
    color: #2E9AFE;  font-size: 22px;
    text-align: left; white-space: nowrap;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;  
}

.auto-box .show-info-auto {margin: 5px 10px 0 0;}

@-moz-document url-prefix() { 
    .mp3Kara {
        display: inline-block;
        margin: 0 auto;
        height: 29px; font-size: 22px;
        overflow: hidden;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
        margin-bottom: 10px;
    }
    .mp3Kara .run {
        height: 30px; padding-top: 4px;
        width: 50%; margin-top: -35px; overflow: hidden;
        color: #2E9AFE;  font-size: 22px;
        text-align: left; white-space: nowrap;
        text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;  
    }
}
/*
 * error notificaiton
 */
.nctPlayer .errorNotification {position: absolute; top: 50%; right: 270px; color: #fff; width: 1px; height: 1px; z-index: 3000;}
.nctPlayer .errorNotification .boxErrorNotification { margin-left: 0px; margin-top: -30px; padding: 10px; width: 240px; border: 1px solid #fff;background: #4c4c4c;
                                                      border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; font-size: 14px; font-family: Arial; text-align: center;}

.avatarSinger {width: 70px; height: 70px; overflow: hidden;
               border-radius: 35px; -moz-border-radius: 35px; -webkit-border-radius: 35px;
               position: absolute; top: 30px; right: 225px;
               z-index: 11;
}

.notiRule {    
    height: 70px;
    width: calc(100% - 358px);
    top: 173px;
    position: absolute;
    z-index: 99999999999;
    text-align: center;
    right: 11px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    background: none;
    border-radius: 5px;
    display: none;
    padding: 15px;
    line-height: 1.6;
}
.notiRule a{ 
    color: #fff;
}
.nameSinger {width: 455px; height: 70px; overflow: hidden;
             position: absolute; top: 110px; right: 30px; color: #fff; text-align: center;
             font-size: 20px; z-index: 10000000;
             white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

.nameSinger a {color: #fff;}

.arrowUp {
    width: 14px;
    height: 7px;
    background: url(../images/btn-song-arrowUp.png) no-repeat;
    position: absolute;
    left: 575px;
    top: 157px;

}

.shadowSinger {
    position: absolute;
    left: 565px;
    top: 54px;
    width: 92px;
    height: 86px;
    z-index: 10;
    background: url(../images/shadow_singer.png)  0 0 repeat;
}

.qualityPlayer {border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; text-align: center; color: #848484;
                border: 1px solid #3E3E3E; padding: 0 10px; float: right; margin-top: 10px; font-size: 13px;
                margin-right: 8px; font-weight: 400;
}

.nctPlayer .svgCi {
    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}

.nctPlayer .svgCi circle {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s linear;
    stroke: #fff;
    stroke-width: 0.6em;

}
.nctPlayer .svgCi .bar {
    stroke-dashoffset: 565.48px;
    stroke: #2E9AFE;
}
.nctPlayer .cont {
    display: block;
    height: 72px;
    width: 72px;
    margin: 0 auto;
    box-shadow: 0 0 1em black;
    border-radius: 100%;
    position: relative;    
}
.nctPlayer .cont:after {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    box-shadow: inset 0 0 1em black;
    /*content: attr(data-pct)"%";*/
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 100%;
    line-height: 50px;
    font-size: 2em;
    text-shadow: 0 0 0.5em black;
}

.nctPlayer .blurCont {
    display: block;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -35px;
    margin-left: -35px;
    -webkit-filter: blur(22px);
    opacity: 0.8;
    filter:  blur(22px);
    background: #000;
}

.nctPlayer .avatarSinger .playButton {cursor: pointer; width: 50px; height: 50px; float: left; margin-top: 10px; background: url(../images/nowplaying_icon_play_1.png) center no-repeat;
                                      -webkit-transition: background 0.2s linear; margin-left: 13px; 
                                      -moz-transition: background 0.2s linear;
                                      transition: background 0.2s linear;
                                      background-size: 30px 37px; position: absolute;z-index: 10000;
}
.nctPlayer .avatarSinger .playButton:hover {background: url(../images/nowplaying_icon_play_hover.png) center no-repeat;
                                            background-size: 30px 37px;
                                            -webkit-transition: background 0.2s linear;
                                            -moz-transition: background 0.2s linear;
                                            transition: background 0.2s linear;
}
.nctPlayer .controlbar .playButton.playRepeat {background: url(../images/repeat.png) center no-repeat;
                                               background-size: 20px 20px;
}
.nctPlayer .controlbar .playButton.playRepeat:hover {background: url(../images/repeat_hover.png) center no-repeat;
                                                     background-size: 20px 20px;
}
.nctPlayer .titleAutoSong {
    height: 30px; width: 510px; top: 140px;
    position: absolute; z-index: 1023;
    text-align: center; right: 0; font-weight: 500;
    color: #e8e8e8; font-size: 18px; overflow: hidden; 
}
.nctPlayer .titleSingerSong {
    height: 30px; width: 515px; top: 173px;
    position: absolute; z-index: 1023;
    text-align: center; right: 0; font-weight: 500;
    font-size: 6px; overflow: hidden; color: #E8E7E7; font-size: 16px;
}
.nctPlayer .otherAutoSong {
    height: 30px; width: 515px; top: 25px;
    position: absolute; z-index: 1023;
    text-align: center; right: 0;
    color: #e8e8e8; font-size: 16px; overflow: hidden; 
}
.nctPlayer .cancelAutoSong {
    height: 30px; width: 520px; bottom: 55px;
    position: absolute; z-index: 1023;
    text-align: center; right: 0;
    color: #e8e8e8; font-size: 16px; overflow: hidden; 
    cursor: pointer; font-weight: 500;
}


@media screen and (max-width: 1190px){
    .nctPlayer .mainScreen .coverSinger {width: 345px;}
    .nctPlayer .avatarSinger {right: 140px;}
    .nctPlayer .nameSinger {width: 350px;right: 0px;}
    .nctPlayer .shadowSinger {left: 475px;}
    .nctPlayer .arrowUp {left: 486px;}
    .nctPlayer .mp3Kara {font-size: 18px;}
    .nctPlayer .mp3Kara .run {padding-top: 10px; font-size: 18px;}
    .nctPlayer .mp3LyricBox {width: 350px; font-size: 18px;}
    .nctPlayer .mainScreen .coverImage {left: 8px; top: 8px;}
    .nctPlayer .otherAutoSong {width: 350px;}
    .nctPlayer .cancelAutoSong {width: 345px;}
    .nctPlayer .titleSingerSong {width: 345px;}
    .nctPlayer .titleAutoSong {width: 345px;}
    @-moz-document url-prefix() { 
        .mp3Kara {
            display: inline-block;
            margin: 0 auto;
            height: 29px; font-size: 18px;
            overflow: hidden;
            text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
            margin-bottom: 10px;
        }
        .mp3Kara .run {
            height: 30px; padding-top: 9px;
            width: 50%; margin-top: -35px; overflow: hidden;
            color: #2E9AFE;  font-size: 18px;
            text-align: left; white-space: nowrap;
            text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;  
        }
    }
}

@media screen and (max-width: 350px){
    .nctPlayer .avatarSinger {display: none;}
    .nctPlayer .nameSinger {display: none;}
    .nctPlayer .shadowSinger {display: none;}
    .nctPlayer .arrowUp {display: none;}
    .nctPlayer .mp3LyricBox {width: 315px; font-size: 18px; bottom: 40px;}
    .nctPlayer .mp3Kara {font-size: 18px; height: 25px;}
    .nctPlayer .mp3Kara .run {padding-top: 10px; font-size: 18px;}
    .nctPlayer .controlbar .prevButton {margin-left: 5px;}
    .nctPlayer .controlbar .playButton {margin-left: 7px; margin-right: 5px;}
    .nctPlayer .controlbar .nextButton {margin-right: 0px;}
    .nctPlayer .controlbar .timeCounter .utCurrentTime {width: 40px;}
    .nctPlayer .controlbar .timeCounter {width: 90px;}
    .nctPlayer .controlbar .repeatButton {margin-right: 0px;}
    .nctPlayer .controlbar .repeatButton {margin-right: 0px;}
    .nctPlayer .controlbar .volume {margin-right: 59px;}
    .nctPlayer .controlbar .switchQuality{
        margin-right: 3px;
    }
    .nctPlayer .controlbar .logoNCT{
        position: absolute;
        right: 4px;
    }
    ul.list_song_in_album li.active span.nunberit{
        margin-left: 5px;
        margin-right: 5px;
        width: 16px;

    }
    ul.list_song_in_album li span.nunberit{
        width: 16px;
    }
    ul.list_song_in_album li.active, ul.list_song_in_album li:hover{
        font-weight: 500;
    }
    .nameSinger > h2 > a{
        font-size: 16px !important;
    }
    .nameSinger > h3 > a{
        font-size: 12px !important;
    }
    .nctPlayer .mp3Kara{
        font-size: 16px ;
    }
    .nctPlayer .mp3Kara .run{
        font-size: 16px;
        padding-top: 13px;
    }
}
@media screen and (min-width: 351px)and (max-width: 620px){
    .playing_absolute{
        width: 620px !important;        
    }
    .nctPlayer .avatarSinger{
        right: 120px;
    }
    .nctPlayer .nameSinger{
        width: 310px;
    }
    .nctPlayer .arrowUp{
        left: 456px;
    }
    .nctPlayer .mp3LyricBox {
        width: 310px;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .nameSinger > h2 > a{
        font-size: 16px !important;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .nameSinger > h3 > a{
        font-size: 12px !important;
    }
    .nctPlayer .mp3Kara{
        font-size: 16px ;

    }
    .nctPlayer .mp3Kara .run{
        font-size: 16px;
        padding-top: 13px;
    }
    .nctPlayer .controlbar .playButton{
        margin-left: 18px;
    }
    .nctPlayer .controlbar .logoNCT{
        position: absolute;
        right: 14px;
    }
    .nctPlayer .controlbar .volume {margin-right: 79px;}
    .nctPlayer .controlbar .playButton{
        margin-right: 7px;
    }
    .list_song_in_album {
        width: 618px !important;
    }
    ul.list_song_in_album li.active span.nunberit{
        margin-left: 5px;
        margin-right: 5px;
        width: 16px;  
    }
    ul.list_song_in_album li.active, ul.list_song_in_album li:hover{
        font-weight: 500;
    }
    ul.list_song_in_album li span.nunberit{
        width: 16px;
    }
    .item_content {
        width: 480px !important;
    }
}
.autoPlayPlayerButtonBox {
    top: 308px;
}
.autoPlayPlayerButtonBox .boxTooltip{
    margin-bottom: 18px;
    margin-top: 0px;
    background: rgba(0,0,0,0.7);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 130px;
}
.nctPlayer .controlbar .boxTooltip{
    background: rgba(0,0,0,0.7);
    margin-top: -48px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#autoplayLabelnctPlayer{
    top:3px;
}
.nctPlayer .controlbar .switchQuality .boxSwitchQuality .SwitchQualityText{
    font-size: 13px;
    width: 110px;
    height: 25px;
    text-align: center;
    position: relative;
    font-family: Tahoma, Geneva, sans-serif;
    padding-top: 4px;
    padding-right: 0px;
    top: 0px !important;
    border-bottom: 1px solid #585858;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 300;
}
.nctPlayer .controlbar .switchQuality .boxSwitchQuality .switchQualityCode:hover {
    background: rgba(95,95,95,0.8);
    color: #fff;
    border-radius: 0;
}
.nctPlayer .controlbar .switchQuality .hd .iconhd{
    font-size: 8px;
    color: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    text-align: center;
    padding: 0 0 0 1px;
    position: absolute;
    display: none;
    right: -3px;
    top: 4px;
    background: red;
    border-top-right-radius: 3px;
    -mozborder-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}
.autoPlayPlayerButtonBox.playlist {
    left: 581px;
}
.autoPlayPlayerButtonBox{
    left: 657px;
}
.boxTooltip{
    color: #fff !important;
}
.showLogo{
    display: block !important;
}

/*
 * AUDIO ADS
 */
.box_a_ads{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
}
.box_a_ads .a_ads{
    width: 840px;
    height: 318px;
    position: relative;
    overflow: hidden;
}
.a_ads .bg{
    background: url(http://avatar.nct.nixcdn.com/song/2017/05/29/e/d/3/f/1496029226780.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    height: 120%;
    width: 120%;
    top: -10%;
    left: -10%;
    z-index: 100;
    filter: blur(42px);
    -webkit-filter: blur(42px);
    -moz-filter: blur(42px);
    -o-filter: blur(42px);
    -ms-filter: blur(42px);
}
.a_ads .bg_black{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}
.a_ads_banner a img{
    position: absolute;
    width: 815px;
    height: 250px;
    top: 12px;
    left: 13px;
    z-index: 100;
}

#a_ads_skip_button, #btnSkip_a_ads {
    position: absolute;
    width: 100px;
    height: 10px;
    bottom: 55px;
    right: 0px;
    z-index: 100;
    border: 1px solid #ccc;
    background: rgba(0,0,0,0.8);
    color: #fff;
    text-align: center;
    padding: 10px 5px 15px 5px;
    cursor: pointer;
}

.a_ads .box_playcontrol{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    background-color: #000;
    z-index: 101;
}
.a_ads .box_playcontrol .progress_bar{
    width: 100%;
    height: 4px;
    background-color: #5E5E5E;
    left: 0;
    bottom: 40px;
    position: absolute;
    z-index: 102;
}
.a_ads .box_playcontrol .progress_run{
    height: 4px;
    background-color: #2E9AFE;
    left: 0;
    bottom: 40px;
    position: absolute;
    z-index: 102;
}
.a_ads .box_playcontrol .play{
    position: absolute;
    z-index: 102;
    background: url(../images/nowplaying_icon_play.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 10px;
    background-size: 15px 20px;
    cursor: pointer;
}
.a_ads .box_playcontrol .play.pause{
    position: absolute;
    z-index: 102;
    background: url(../images/nowplaying_icon_pause.png) no-repeat;
    width: 20px;
    height: 20px;
    left: 10px;
    bottom: 10px;
    background-size: 15px 20px;
    cursor: pointer;
}
.a_ads .box_playcontrol .time_song{
    position: absolute;
    z-index: 102;
    left: 50px;
    top: 12px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #ccc;    
}
.a_ads .box_playcontrol .time_song span{
    color: #ccc;
    font-size: 13px;
    font-family: Verdana, sans-serif;
}
.a_ads .box_playcontrol .timeSkip{
    position: absolute;
    z-index: 102;
    color: #ccc;
    font-size: 14px;
    right: 10px;
    top: 10px;
    margin: 0;
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
}
.a_ads_banner .htmlbanner{
    position: absolute;
    width: 815px;
    height: 250px;
    top: 12px;
    left: 13px;
    z-index: 100;
}

/* tooltips */

span.tooltiptext {
    background-color: #2E9AFE;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    font-size: 15px;
    z-index: 99999;
    bottom: -430px;
    left: 9px;
    padding: 10px 20px;

  }
  
  span.tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 25px;
    margin-left: -5px;
    border-top:0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid  #2E9AFE;
    border-style: solid;
  }
  
  
  
  span.tooltiptext[hidden] {
    display: none;
  }
  
  
  
  .current-time, .total-time, .counter-space, .switch-quality, .tooltiptext, .box-autoplay {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
  }
