*{
	outline: none;
}
.center{
	margin:20px auto;width: 80%;max-width: 1100px;min-width: 500px;
}
.fli{
	clear: both;
}
input[type="text"]{
	border:1px solid #46bcd8;display: block;width: 100%;
	height: 40px;line-height: 40px;padding: 0 1%;border-radius: 5px;-webkit-border-radius: 5px;margin: 10px auto;
}
.key{
	width: 28% !important;float: left;margin-right: 2% !important;
}
input[type="button"]{
	height: 30px;line-height: 30px;border: 0;background: #46bcd8;color:#fff;display: block;font-size: 16px;cursor: pointer;
	float: left;margin: 20px 0;margin-right: 25px;
}
.result{
	margin-top: 20px;font-size: 18px;color:#888;clear: both;
}
#enStr,#dnStr{
	color:#1A65B6;margin-left: 5px;word-break:break-all;
}