body {
	background: rgb(255, 255, 238); margin: 0px; padding: 0px; color: rgb(35, 31, 32); overflow: auto; font-family: "΢���ź�","����",sans-serif; font-size: 14px;
}
a {
	color: rgb(0, 0, 0); font-size: 14px;
}
#main {
	width: 100%;
}
#wrap {
	margin: 10px auto 0px; width: 1100px; height: 680px; position: relative;
}
#text {
	left: 60px; top: 80px; width: 400px; height: 425px; position: absolute;
}
#code {
	font-size: 16px; display: none;
}
#clock-box {
	left: 60px; top: 550px; font-size: 28px; display: none; position: absolute;
}
#clock-box a {
	font-size: 28px; text-decoration: none;
}
#clock {
	margin-left: 48px;
}
#clock .digit {
	font-size: 64px;
}
#canvas {
	margin: 0px auto; width: 1100px; height: 680px;
}
#error {
	margin: 60px auto 0px; text-align: center; display: none;
}
.hand {
	cursor: pointer;
}
/*文字*/
@font-face {
    font-family: itcedscr;
    src: url('../font/itcedscr.woff') format('woff'),
    url(../font/itcedscr.ttf) format('truetype');

}

.itcedscr {
    font: normal 100px 'itcedscr';
    border: 1px solid red;
    padding: 10px;
}

@font-face {
    font-family: fzzhyjw;
    src: url('../font/fzzhyjw.woff') format('woff'),
    url(../font/fzzhyjw.ttf) format('truetype');

}

.fzzhyjw {
    font: normal 20px 'fzzhyjw';
    border: 1px solid red;
    padding: 10px;
}
.say {
    font-family: fzzhyjw;
    color: #FF0000;
	margin-left: 5px;
}
.say-huati {
    font-family: itcedscr;
    font-size: 42px;
    color: #FF0000;
    margin-left: 5px;
}
.say-tianyu {
    font-family: itcedscr;
    color: #FF0000;
    float:right;
    margin-left: 5px;
}
.space {
	margin-right: 150px;
}
