@-ms-viewport { width:device-width; }
@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
html { height:100%; }
body { height:100%; overflow:hidden; margin:0; padding:0; 
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select:none;
	-khtml-user-select:none;
	-webkit-user-select:none;
	-ms-user-select:none;
	user-select:none;
	scrollbar-face-color:#444; /*#444*/
	scrollbar-arrow-color:#666; /*#666*/
	scrollbar-highlight-color:#444; /*#444*/
	scrollbar-3dlight-color:#555; /*#555*/
	scrollbar-shadow-color:#444; /*#444*/
	scrollbar-darkshadow-color:#444; /*#444*/
	scrollbar-track-color:#333;}/*#333*/
::-webkit-scrollbar {
	width:10px;
}
::-webkit-scrollbar-track {  
  background-color: rgba(0, 0, 0,0.1);
}
::-webkit-scrollbar-thumb{
	-webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255,0.3); 
}
#winmask {
	position:absolute;
	background-color:#333;
	background-color:rgba(0,0,0,0.8);
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	z-index: 999999999;
}
#loading {
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	display:none;
	z-index: 999999999;
}

#btn{
	position: absolute;
	width: 35px;
	height: 35px;
	right: 0px;
	top: 0;
	z-index:999999999;
	display:none;
}
#btn img{
	width: 100%;
	height: 100%;
}

body.sideMenu{ margin:0; -webkit-transform:none; transform:none;}
#tsideToggle{ display:none; }
/* 
popMenu
灰底透明：rgba(100,100,100,0.6) 
纯黑底：rgba(0,0,0,1)
*/

#taside{ position:absolute; top:0px;  left:-30%; width:30%;bottom:0px; background:rgba(40,40,40,0.7); transition:0.4s ease-out; -webkit-transition:0.4s ease-out;text-align:left;border-radius:0px 0px 0px 0px;cursor:default;z-index:999999999;}
#taside div{margin:auto 0;}
#twrap{ position:absolute; transition:0.4s ease-out; -webkit-transition:0.4s ease-out;top:0px; left:0;z-index: 999999999;}
#twrap label{ 
	background:rgba(40,40,40,0.7);
	border-radius:0px 5px 5px 0px;
	color: #999;/* #999 */
	cursor: pointer;
	display: block;
	font-family: Courier New;
	font-size: 25px;
	font-weight: bold;
	width: 35px;
	height: 40px;
	line-height: 45px;
	text-align: center;
	text-shadow: 0 -4px;
}
#tdesc{
	padding:20px;
}
.tdesc_title{
	padding-top:10px;
	padding-bottom:15px;
	color:#eee;/*#eee*/
	font-size: 25px;
}
.tdesc_content{
	word-wrap:break-word;
	line-height:30px;
	color:#bbb;/*#bbb*/
	font-size: 18px;
	text-align:justify;
	text-justify:inter-ideograph; 
}
#largeImage{
	position: absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	overflow: hidden;
	z-index: 999999999;
}