@charset "utf-8";
/* CSS Document */

.shortcut{
	position:fixed;
	top:200px;
	left:0;
	width:100px;
	height:548px;
	z-index:9999;
}
.shortcut-top{
	float:left;
	width:100%;
	height:47px;
}
.shortcut-mid{
	float:left;
	width:100%;
	height:auto;
	background:url(../images/shortcut/mid.png) top left repeat-y;
}
.shortcut-bottom{
	float:left;
	width:100px;
	height:47px;
	position:relative;
	/*background:url(../images/shortcut/bottom.png) top left no-repeat;*/
}
.shortcut-menu{
	float:left;
	width:100%;
	height:auto;
}
.shortcut-menu ul{
	float:left;
	width:100%;
	height:auto;
	padding: 0px;
	margin: 3px 0;
}
.shortcut-menu ul li{
	list-style:none;
	float:left;
	width:50%;
	margin-bottom: 3px;
	margin-left:30px;
	height:auto;
}
.shortcut-menu ul li a{
	font-size: 13px;
	line-height: 15px;
	color:#f4e46b;
}
.shortcut-menu ul li a:hover{
	font-size: 13px;
	line-height: 15px;
	color:#fff;
}
.shortcut-changefont{
	float:left;
	/* margin-top: 24px; */
	width:100%;
	height:auto;
	/*background:url(../images/shortcut/line.png) top left no-repeat;*/
}
.changefont1{
	float:left;
	margin-left:5px;
	width: 100%;
	height:auto;
}
.changefont1 ul{
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin-top: 20px;
}
.changefont1 ul li{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	color:#fff;
}
.changefont1 ul li a{
	color:#fff;
}
.changefont1 ul li a:hover{
	color:#f4e46b;
}
.changefont1 ul li span.little{
	font-size: 12px;
	color:#200a0a;
	line-height:15px;
}
.changefont1 ul li span.middle{
	font-size: 19px;
	color:#200a0a;
	line-height: 15px;
}
.changefont1 ul li span.large{
	font-size: 30px;
	color:#200a0a;
	line-height: 15px;
}
.changefont1 ul li span.change-text{
	font-size:12px;
	color:#200a0a;
	line-height:13px;
	color:#fff;
}
.shortcut-search{
	float:left;
	/* margin-top:5px; */
	text-align:center;
	margin-left: 21px;
	padding-left:5px;
	height:auto;
}
.shortcut-search .search-icon{
	float:left;
	width:100%;
	height:auto;
}
.shortcut-search .search-text{
	float:left;
	width:100%;
	height:auto;
	font-size:12px;
	color:#fff;
	line-height:13px;
}
.shortcut-search .search-text a{
	color:#FFF;
}
.shortcut-search .search-text a:hover{
	color:#fede89;
}
.shortcut-changelanguage{
	float:left;
	margin-top:12px;
	text-align:center;
	margin-left: 16px;
	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: 12px;
    margin-top: 5px;
   color:#FFF;
    line-height: 13px;
}

 .g-translate{
	top:0px;
	left:70px;
	padding:10px;
	min-width:130px;
	height:30px;
	position:absolute;
	background-color: #009eff;
	-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;
}

.shortcut-facebook{
	float:left;
	width:95%;
	margin-left: 4px;
	/* padding-top:10px; */
	margin-top: 9px;
	text-align:center;
	height:auto;
	/*background:url(../images/shortcut/line.png) top left no-repeat;*/
}
.shortcut-btn-slide{
		float:left;
		width: 69%;
		padding-top: 10px;
		/* margin-top:8px; */
		text-align:center;
		margin-left: 20px;
		height:auto;
		background: #009eff;
}
