#tool_web{
	position: fixed;
	bottom:12px;
	left:3px;
	width:33px;
	height:280px;
	z-index:9999;
	background-color: #333333;
	border-radius: 10px;
	box-shadow: 0px 0px 6px #333333;
	
	text-align: center;
}

a.shortcut-bottom i{
font-size: 1.5em !important;
}

.popshow{
	position: fixed;
	bottom:60px;
	left:10px;
	color:#ed662d;
	font-size:2em !important;
	text-shadow: 1px 1px 3px #FFFFFF;
	z-index: 9999999999999999999999999999999999999;
	-webkit-animation: trian 8s linear infinite;
}

#tool_web ul{
	float:left;
	width:100%;
	height:auto;
	margin:5px 0;
	padding:0;
}
#tool_web ul li{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
}
#tool_web ul li a{

	color:#fff;
}
#tool_web ul li a:hover{
	color:#fede89;
}
#tool_web ul li span.little a{
	font-size:17px !important;
	color:#FFFFFF;
	line-height:15px;
	
	
}
#tool_web ul li span.middle a{
	font-size:21px !important;
	color:#FFFFFF;
	line-height:20px;
	text-decoration: underline;
}
#tool_web ul li span.large a{
	font-size:30px !important;
	color:#FFFFFF;
	line-height:30px;

}
#tool_web ul li span.change-text{
	font-size:12px !important;
	color:#200a0a;
	line-height:13px;
	color:#fff;
}

.shortcut-changelanguage {
    float: left;
    margin-top: 12px;
    text-align: center;

    height: auto;
    position: relative;
}
.shortcut-changelanguage .change-lang-icon{
	float:left;
	width:100%;
	height:auto;
}
.shortcut-changelanguage .change-lang-text{
	    float: left;
    width: 98%;
    font-size: 8px !important;
    margin-top: 5px;
   color:#FFF;
    line-height: 13px;
}

.shortcut-changelanguage a{
	font-size: 0.7em !important;
	line-height: 10px;
}

 .g-translate{
	top:10px;
	left:33px;
	padding:0px;
	min-width:130px;
	height:30px;
	position:absolute;
	background-color: #ffffff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	/*border:2px solid #e9c463;*/
	border-left:none;
	z-index:9999;
}
.g-translate select{ padding:5px; }

.shortcut-btn-slide{
		float:left;
	width:100%;
	padding-top:10px;
	margin-top:8px;
	text-align:center;
	height:auto;
}
