* {
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	height: 100%;
	min-height: 540px;
	min-width: 960px;
	overflow: auto;
}

body {
	position: relative;
}

body,
textarea,
select,
input,
button {
	font-family: "Microsoft YaHei", helvetica, arial;
}

::-webkit-input-placeholder {
	color: #cccccc;
}

:-moz-placeholder {
	color: #cccccc;
}

::-moz-placeholder {
	color: #cccccc;
}

:-ms-input-placeholder {
	color: #cccccc;
}

#language-btn {
	display: block;
	width: 260px;
	margin: 0 auto;
	color: #279dda;
	text-align: right;
	font-size: 14px;
	text-decoration: underline;

}

#btn-language:hover {
	color: #0081c2;
}

.choice-language {
	margin-top: 5px;
}

#language-panel {
	display: none;
	width: 150px;
	height: 410px;
	background: #fff;
	color: #262626;
	text-align: center;
	position: absolute;
	right: -155px;
	top: -50px;
	line-height: 30px;
	transition: all .5s;
}

.language-list li:hover {
	background: #eee;
}

/*.language-panel-close{
	position: absolute;
	bottom: 10px;
    left: 0;
    width: 100%;
}*/
.language-panel-close:hover {
	color: #564949;
}

.language-list {
	margin-top: 160px;
}
