﻿#stc_player * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#stc_player {
	position: fixed;
	top:0; left:0;
	width:100%; height:100%;
	background-color: #fff;
	z-index: 11;
	text-align: center;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);	
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);	
	-ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);	
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
#stc_player_close {
	margin: 1em;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	float: right;
	width: 2em;
	height: 2em;
	border-radius: 2em;
	background: #333;
	text-align: center;
	line-height: 1.8em;
	color: white;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	border: 2px solid #fff;
}

#stc_player_book_info {
	position: relative;
}

#stc_player_cover {
	/* max-height: 200px; */
	-webkit-box-shadow: 0px 0px 10px 5px black;
	-moz-box-shadow: 0px 0px 10px 5px black;
	-ms-box-shadow: 0px 0px 10px 5px black;
	box-shadow: 0px 0px 10px 5px black;

	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	 
	min-height: 120px;
            max-height: 300px;
	max-width: 300px;
	 
}

#stc_player_title {
	/* margin:0.5em; */
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 160px;
	top: auto;
}

#stc_player_author {
	font-size: 1.2em;
	position: absolute;
	margin: auto;
	left: 0px;
	right: 0px;
	bottom: 120px;
	top: auto;
}

#stc_player_curchap {
	position: absolute;
	text-align: left;
	left: 15px;
	right: 15px;
	bottom: 230px;
	color: #666;
	cursor: pointer;
}
#stc_player_curchap::before {
	content:url(../images/aplayer/btn_toc.png);
	margin-right: 1em;
	vertical-align: middle;
}

#stc_player_toc {
	position: absolute;
	text-align: left;
	left: 15px;
	right: 15px;
	bottom: 230px;
	border: 1px solid #666;
	padding: 8px;
	border-radius: 13px;	
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);	
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);	
	-ms-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);	
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	opacity: 0.9;
	display: none;
	overflow-y: auto;
}

#stc_player_toc li {
	border-bottom: 1px solid #eee;
	line-height: 2.5em;
	cursor: pointer;
}
#stc_player_toc li:last-child {
	border-bottom: 0px;
}

#stc_player_controller {
	position: absolute;
	bottom: 15px;
	padding: 15px;
	left: 0;
	right: 0;
	margin: auto;
}

#stc_player_speed {
	text-align: right;
	margin-left: 1em;
	cursor: pointer;
	color: #289cff;
    display:none;
}

#stc_player_slider1 {
	margin:1em 0.5em;
	height: 3px;
}

#stc_player_handle1 {
	width: 24px;
	height: 24px;
	border-radius: 12px;
	outline: 0px;
	top:-12px;
}

#stc_player_currenttime {
	position: absolute;
	left: 15px;
	text-align: left;
	color: #00d400;
}

#stc_player_duration {
	position: absolute;
	right: 15px;
	text-align: left;
	color: #00d400;
}

#stc_player_play,
#stc_player_pause,
#stc_player_stop,
#stc_player_prev,
#stc_player_next {
	cursor: pointer;
}


#stc_player_play, #stc_player_pause {
	margin: 0 30px;
}

::-webkit-scrollbar {
	width: 15px;
}
::-webkit-scrollbar-button:start:decrement, 
::-webkit-scrollbar-button:end:increment {
	display: block;
	height:40px;
	background:transparent;
}
::-webkit-scrollbar-corner {
	width: 0;
	height: 0;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
	background: rgba(0,0,0,.2);
}

.header-action button {
    width:48px;
    height:48px;
}