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

.shortcut{
	position: fixed;
	top: 10px;
	left:0;
	width:212px;
	height:647px;
	z-index:9999;
}
.shortcut-top{
	float:left;
	width:100%;
	height:139px;
	position: relative;
}
.shortcut-top .knight{
	top: 81px;
	left: 67px;
	width:172px;
	height:281px;
	position:absolute;
	z-index: 1;
	-webkit-animation: knight 3s ease;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes knight {
  0%  { top:81px;}
  50% { top:10px;}
  75% { top:10px;}
  100%{ top:81px; }
}
.shortcut-top .light{    
	position: absolute;
	    top: -30px;
    	left: -60px;
    width: 385px;
    height: 361px;
	opacity:.5;
    z-index: 0;
	
	-webkit-animation: light 2s ease;
    transform: scale(0);
	
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;

}
@-webkit-keyframes light {
  0%  { transform: scale(0);}
  50% { transform: scale(1);}
  100%{ transform: scale(0);}
}
.shortcut-mid{
	padding-top: 177px;
	float:left;
	position:relative;
	width:100%;
	height: 655px;
	background:url(../images/shortcut/mid.png) top left no-repeat;
	z-index:2;
}
.shortcut-bottom{
	float:left;
	width:100%;
	height:91px;
}
.shortcut-menu{
	float:left;
	width:100%;
	height:auto;
	position:relative;
	z-index:9;
	margin-left: 7px;
}
.shortcut-menu ul{
	float:left;
	width:100%;
	height:auto;
	padding:0;
	margin:5px 0;
}
.shortcut-menu ul li{
	    list-style: none;
	    float: left;
	    width: 57%;
	    margin-bottom: 5px;
	    margin-left: 24px;
	    padding-left: 13px;
	    height: auto;
	    font-size:12px;
	    line-height:18px;
	    text-align:center;
	    /*background: url(../images/shortcut/bullet.png) 0px 2px no-repeat;*/
}
.shortcut-menu ul li a{
	color:#fff;
}
.shortcut-menu ul li a:hover{
	color:#fae749;
}
.shortcut-changefont{
	    float: left;
	    padding-top: 0px;
	    margin-left: 51px;
	    width: 50%;
	    height: auto;
}
.changefont1{
	float:left;
	width:89%;
	height:auto;
	position:relative;
	z-index:9;
}
.changefont1 ul{
	float:left;
	width:100%;
	height:auto;
	margin:5px 0;
	padding:0;
}
.changefont1 ul li{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	list-style:none;
}
.changefont1 ul li a{
	color:#fff;
}
.changefont1 ul li a:hover{
	color:#fae749;
}
.changefont1 ul li span.little{
	font-size:17px;
	color:#fff;
	line-height:15px;
}
.changefont1 ul li span.middle{
	font-size:21px;
	color:#cbb662;
	line-height:20px;
}
.changefont1 ul li span.large{
	font-size:30px;
	color:#fff;
	line-height:30px;
}
.changefont1 ul li span.change-text{
	font-size:12px;
	color:#fff;
	line-height:13px;
}
.shortcut-search{
	float:left;
	margin-top:5px;
	text-align:center;
	margin-left: 61px;
	padding-left:13px;
	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: 63px;
	text-align: center;
	margin-left: -72px;
	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: #0b492a;
    line-height: 13px;
}

 .g-translate{
	    top: 0px;
	    left: 68px;
	    padding: 10px;
	    min-width: 130px;
	    height: 44px;
	    position: absolute;
	    background-color: #3e190a;
	    -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 #f5c26f;*/
	    border-left: none;
	    z-index: 9999;
}

.shortcut-facebook{
	    float: left;
	    width: 93%;
	    margin-left: 1px;
	    padding-top: 20px;
	    margin-top: 8px;
	    text-align: center;
	    height: auto;
	    /* background:url(../images/shortcut/line.png) top left no-repeat; */
}
.shortcut-btn-slide{
	    float: left;
  margin-left: -16px;
    width: 109%;
    padding-top: 10px;
    margin-top: 8px;
    text-align: center;
    height: auto;
}