body {
    font: 12px Helvetica, arial, freesans, sans-serif;
    line-height: 1.4;
    min-width: 640px;
    color: #333;
    background-color: #fff;
    margin: 0 0 50px 0;
    padding: 0px;
}

.header {
    background: #eee;
    color: #555;
    border-bottom: 1px solid #ddd;
    height: 40px;
    margin-bottom: 20px;
    line-height: 40px;
}

.header h1 {
    line-height: 40px;
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
}

.header nav {
    display: inline-block;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.header nav a {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0 5px;
    color: #44d;
    font-weight: bold;
}

.header nav a:hover {
    background: #ddd;
}
.stepcanvas{
    border: none;
    position: relative;
    width: 100px;
    height: 100px;
	padding: 0px;
	
}

.tipidx{
	float: left;
    border: none;
    position: relative;
    width: 100px;
   	height: 22px;
	font-size: 14px;
    padding: 0px;
    top:-1px;
}
.glyph-step-block {
    float: left;
    border: solid 1px #a0a0a0;
    border-left:  solid 0px #a0a0a0;
    border-top:  solid 1px #a0a0a0;
    border-right:  solid 1px #a0a0a0;
    border-bottom:  solid 1px #a0a0a0;
    position: relative;
    width: 100px;
    height: 99px;
    background: #E6FFD5;
}
.glyph-button {  
	float: left;
	left: 5px;
    border: solid 0px #a0a0a0;
    border-left:  solid 0px #a0a0a0;
    border-top:  solid 0px #a0a0a0;
    border-right:  solid 0px #a0a0a0;
    border-bottom:  solid 0px #a0a0a0;
    position: relative;
    width: 98px;
    height: 68px;
    background: #CCD0D5;
}
.glyph-word-info {  
	position:absolute;
	float: left;
	left: 40px;
	top: 460px;
    border: solid 0px #a0a0a0;
    border-left:  solid 0px #a0a0a0;
    border-top:  solid 0px #a0a0a0;
    border-right:  solid 0px #a0a0a0;
    border-bottom:  solid 0px #a0a0a0;
   
    width: 328px;
    height: 100px;
    font-family: 'Open Sans', sans-serif;
	font-size:22px;
}
.glyph-button em { 
	padding:2px;
	font-style: normal; 
	color:#ff0000;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	text-decoration:none;
	 }

.container {
	width: 640px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
}
.a_demo_one {
	background-color:#3bb3e0;
	padding:10px;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	font-size:36px;
	text-decoration:none;
	color:#fff;
	border: solid 1px #186f8f;
	background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(44,160,202)),
	color-stop(1, rgb(62,184,229))
	);
	-webkit-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 0px #7fd2f1, 0px 1px 0px #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.a_demo_one::before {
	background-color:#ccd0d5;
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:150%;
	padding:8px;
	left:-8px;
	top:-8px;
	z-index:-1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-moz-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	-o-box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
	box-shadow: inset 0px 1px 1px #909193, 0px 1px 0px #fff;
}

.a_demo_one:active {
	padding-bottom:9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:11px;
	top:1px;
	background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);
	background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(62,184,229)),
	color-stop(1, rgb(44,160,202))
	);
}
.explain {
    color: #222;
    font-size: 16px;
    margin-bottom: 20px;
}

.text-input {
    font-size: 24px;
    padding: 5px;
    width: 930px;
    display: block;
}

canvas.text {
    border: 1px solid #ddd;
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 5px;
}

.wrapper {
    border: 1px solid #ddd;
    margin: 0 5px 10px 0;
    float: left;
}

.wrapper canvas {
    display: inline-block;
}

.wrapper span {
    text-align: center;
    background: #ddd;
    display: block;
}

#message {
    position: absolute;
    z-index:10;
    top: 100px;
    left:100px;
    width:300px;
    height:300px;
    background: red;
    /*filter:alpha(opacity:70);opacity:0.7;*/
    color: white;
    padding: 1px 5px;
    font-size:24px;
    font-weight: bold;
    align:center;
    border-radius: 2px;
    display: block;
	clear: both;
	border:1px;
	
}

.message {
    clear: both;
    font-style: oblique;
}

#glyphs {
    width: 950px;
}

#file {
    float: left;
    font-size: 11px;
    color: #999;
}

.info {
    float: right;
    font-size: 11px;
    color: #999;
}

h1 {
    margin: 5px 0;
}

hr {
    clear: both;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 20px 0 20px 0;
    padding: 0;
}

label {
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

label input[type="range"] {
    vertical-align: middle;
}

a.github {
    float: right;
    position: relative;
    line-height: 40px;
    text-decoration: none;
    color: #44d;
}

a {
    text-decoration: none;
    color: #44d;
}

/* Font Inspector */

#font-data h3 {
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    background-color: #f8f8f8;
}

#font-data h3.expanded::before {
    font-size: 85%;
    content: "";
}

#font-data h3.collapsed::before {
    font-size: 85%;
    content:"";
}

#font-data h3.collapsed + dl {
    display: none;
}

#font-data dl {
    margin-top: 0;
    padding-left: 2em;
    color: #707070;
}

#font-data dt {
    float: left;
}

#font-data dd {
    margin-left: 12em;
}

#file {
    float: left;
    font-size: 11px;
    color: #999;
}

/* Glyph Inspector */

#pagination span {
    margin: 0 0.3em;
    color: #505050;
    cursor: pointer;
}

#pagination span.page-selected {
    font-weight: bold;
    color: black;
}

canvas.item {
    float: left;
    border: solid 1px #a0a0a0;
    margin-right: -1px;
    margin-bottom: -1px;
    cursor: pointer;
}

canvas.item:hover {
    background-color: #e0e0e0;
}

#glyph-list-end {
    clear: both;
    height: 20px;
}
.play-button{
	position:absolute;
	float:right;
	width: 22px;
    height: 22px;
    top:-1px;
    left:78px;
   	background:#214E40 url("player-graphics.gif");
   	background-repeat:repeat-x;
	background-position:20% 3%;
}
#glyph-display {
    float: left;
    border: solid 1px #a0a0a0;
    position: relative;
    width: 100px;
    height: 500px;
	border: solid 0px #a0a0a0;
}
.glyph-history {
	position: absolute;
	content:"";
	top:576px;
	width: 602px;
	height: 65px;
	overflow: hidden;
	float: left;
    border: solid 1px #a0a0a0;
    border-left:  solid 1px #a0a0a0;
    border-top:  solid 1px #a0a0a0;
    border-right:  solid 1px #a0a0a0;
    border-bottom:  solid 1px #a0a0a0;
	background: #fff;
}
.glyph-history-block{
	position: relative;
	content:"";
	width: 66px;
	height: 65px;
	overflow: hidden;
	float: left;
	border: solid 1px #a0a0a0;
    border-left: 0px;
    border-top: 0px;
    border-right: solid 1px #a0a0a0;
    border-bottom: 0px;
	background: #fff url("../img/mi.gif");
	font-style:normal;
	color:#ff0000;
	font-size:56px;
	font-family:"KaiTi","KaiTi_GB2312","Microsoft YaHei"; 
}
.glyph-history-blockd{
	content:"";
	position: relative;
	top: -6px;
	left:5px;
}

.divtable {
	position: relative;
    float: right;
    border: solid 1px #a0a0a0;
    width: 320px;
    height: 200px;
    overflow-x:hidden;
    overflow-y:auto;
}
.glyph-info {
    float: right;
    border: solid 1px #a0a0a0;
    position: relative;
    width: 0px;
    height: 200px;
    overflow-x:hidden;
    overflow-y:auto;
}
.glyph-console {
    float: right;
    border: solid 1px #a0a0a0;
    position: relative;
    width: 0px;
    height: 200px;
    overflow-x:hidden;
    overflow-y:auto;
}
.glyph-player {
    float: left;
    border: solid 1px #a0a0a0;
    position: absolute;
    top:502px;
    width: 500px;
    height: 160px;
    overflow-x:hidden;
    overflow-y:auto;
}
.controlPanel{
    float: right;
    border:none;
    position: relative;
    width: 0px;
    height: 200px;
}
#glyph-step {
	position: relative;
	width: 100px;
	height:500px;
	overflow: hidden;
	float: left;
	top:0px;
	left:400px;
    border: solid 1px #a0a0a0;
    border-left:  solid 0px #a0a0a0;
    border-top:  solid 1px #a0a0a0;
    border-right:  solid 1px #a0a0a0;
    border-bottom:  solid 1px #a0a0a0;
	/* Prevent native touch events on Windows */
	-ms-touch-action: none;

	/* Prevent the callout on tap-hold and text selection */
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Prevent text resize on orientation change, useful for web-apps */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}
#glyph-step-inner {
	position: relative;

	/* Prevent elements to be highlighted on tap */
	-webkit-tap-highlight-color: rgba(0,0,0,0);

	/* Put the scroller into the HW Compositing layer right from the start */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	overflow: hidden;
}
#glyph-buttons {
	position: absolute;
	top:504px;
	width: 601px;
	height: 140px;
	overflow: hidden;
	float: left;
    border: solid 1px #a0a0a0;
    border-left:  solid 1px #a0a0a0;
    border-top:  solid 1px #a0a0a0;
    border-right:  solid 1px #a0a0a0;
    border-bottom:  solid 1px #a0a0a0;
	background: #CCD0D5;
}
step-inner
/*
#glyph-step {
    float: left;
    border: solid 1px #a0a0a0;
    border-left:  solid 0px #a0a0a0;
    border-top:  solid 1px #a0a0a0;
    border-right:  solid 1px #a0a0a0;
    border-bottom:  solid 1px #a0a0a0;
    position: relative;
    width: 100px;
    height: 500px;
    overflow-y:hidden;
    overflow-x:hidden;
}

#glyph-step-innner {
    float: left;
    border: none;
    position: absolute;
    width: 100px;
    height: 500px;
}
*/
#glyph, glyph-bg {
    position: absolute;
    top: 0;
    left: 0;
}

#glyph-data { float: left; margin-left: 2em; }
#glyph-data dl { margin: 0; }
#glyph-data dt { float: left; }
#glyph-data dd { margin-left: 12em; }

#glyph-data pre { font-size: 11px; }
pre:not(.contour) { margin: 0; }
pre.contour { margin: 0 0 1em 2em; border-bottom: solid 1px #a0a0a0; }
span.oncurve { color: blue; }
span.offcurve { color: red; }

.audiojs {position:relative;left:78px;width:112px; height:22px; background: #404040;}
.audiojs .play-pause { width: 15px; height: 20px; padding: 0px 8px 0px 0px; }
.audiojs p { width: 125px; height: 120px; margin: -3px 0px 0px -1px; }
.audiojs .scrubber { background: #5a5a5a; width: 310px; height: 10px; margin: 5px; }
.audiojs .progress { height: 10px; width: 0px; background: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%); }
.audiojs .loaded { height: 10px; background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%); }
.audiojs .time { float: left; height: 25px; line-height: 25px; }
.audiojs .error-message { height: 24px;line-height: 24px; }

.track-details {
	position:absolute;
	top:0px;
	left:0px; 
	clear: both; 
	height: 20px; 
	width: 68px; 
	padding: 1px 6px; 
	background: #eee; 
	color: #222; 
	font-family: monospace; 
	font-size: 12px; 
	line-height: 20px;
  	-webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.15);
}
.track-details em { font-style: normal; color:#ff0000;size:26;}

input[type=text], input[type=password] {
    border-color: #bbb;
    height: 56px;
    font-size: 40px;
    border-radius: 5px;
    outline: 0;
    border: #ccc 1px solid;
    padding-bottom:5px;
	padding-left:5px;
	padding-right:10px;
	padding-top:0px;
	
    width: 82px;
    -webkit-transition: box-shadow .15s;
    margin-top:4px;
    margin-bottom: 6px;
}

input[type=text]:hover,  input[type=text]:focus, input[type=password]:hover,  input[type=password]:focus {
    border: 1px solid #56b4ef;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 0 8px rgba(82,168,236,.6);
    -webkit-transition: box-shadow .5s;
}
input::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: color .5s;
}

input:focus::-webkit-input-placeholder,  input:hover::-webkit-input-placeholder {
    color: #c2c2c2;
    -webkit-transition: color .5s;
}
  