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

.shortcut {
	position: fixed;
	top: 200px;
	left: 0;
	width: 100px;
	height: 548px;
	z-index: 200;
}

.shortcut-top {
	float: left;
	width: 100%;
	height: auto;
}

.shortcut-mid {
	float: left;
	width: 100%;
	height: 400px;
	background: url(../images/shortcut/mid.png) top center no-repeat;
}

.shortcut-mid2 {
	float: left;
	width: 100%;
	height: 250px;
	background: url(../images/shortcut/mid2.png) top center no-repeat;
}

.shortcut-bottom {
	float: left;
	width: 100%;
	height: 51px;
	text-align: center;
	margin-top: -40px;
}

.shortcut-menu {
	float: left;
	width: 100%;
	height: auto;
}

.shortcut-menu ul {
	float: left;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 20px 0;
}

.shortcut-menu ul li {
	list-style: none;
	float: left;
	width: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	text-align: center;
}

.shortcut-menu ul li span {
	float: left;
	width: 100%;
}

.shortcut-menu ul li a {
	font-size: 12px;
	line-height: 18px;
	color: #9f9f9f;
	text-decoration: underline;
}

.shortcut-menu ul li a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #e44b0f;
}

.shortcut-changefont {
	float: left;
	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;
	margin: 0px;
	padding: 0px;
}

.changefont1 ul li {
	float: left;
	width: 100%;
	text-align: center;
	color: #9f9f9f;
	height: 17px;
}

.changefont1 ul li a {
	color: #fe53b5;
}

.changefont1 ul li a:hover {
	color: #fff;
}

.changefont1 ul li span.little {
	font-size: 12px;
	color: #6d665f;
	/* line-height:15px; */
	position: relative;
	z-index: 3;
}

.changefont1 ul li span.middle {
	font-size: 17px;
	color: #6d665f;
	/* line-height:20px; */
	position: relative;
	z-index: 2;
}

.changefont1 ul li span.large {
	font-size: 25px;
	color: #fff;
	/* line-height: 14px; */
	position: relative;
	top: -7px;
	z-index: 1;
}

.changefont1 ul li span.change-text {
	font-size: 10px;
	line-height: 0px;
	color: #fe53b5;
}

.shortcut-search {
	float: left;
	width: 100%;
	margin-top: -12px;
	text-align: center;
	margin-left: 2px;
	/* padding-left: 5px; */
	height: auto;
}

.shortcut-search2 {
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	margin-left: 2px;
	/* 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: #000;
	line-height: 13px;
}

.shortcut-search .search-text a {
	color: #000;
}

.shortcut-search .search-text a:hover {
	color: #e44b0f;
}

.shortcut-changelanguage {
	float: left;
	margin-top: 4px;
	text-align: center;
	margin-left: 5px;
	width: 100%;
	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: #fe53b5;
	line-height: 13px;
}

.g-translate {
	top: 0px;
	left: 80px;
	padding: 10px;
	min-width: 130px;
	height: 30px;
	position: absolute;
	background-color: #00aeef;
	-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: 61%;
	padding-top: 10px;
	margin-top: 10px;
	text-align: center;
	height: auto;
	/*background:url(../images/shortcut/line.png) top left no-repeat;*/
}

.shortcut-btn-slide {
	float: left;
	width: 100%;
	padding-top: 28px;
	margin-top: 8px;
	text-align: center;
	height: auto;
}

.shortcut-btn-slide2 {
	float: left;
	width: 100%;
	padding-top: 0px;
	margin-top: 8px;
	text-align: center;
	height: auto;
}