/* 侧边栏 */
.aside-tool .week{
	margin-bottom: 0;
}
.aside-tool .tool-title{
	height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: #ff854a;
    font-size: 18px;
    font-family: 'STXingkai';
}
.left-tool-box{
	position:absolute;
	left:1px;
	top:35px;
	height:718px;
	width:182px;
}
.tools-box{
	position:absolute;
	top:0;left:0;
	height:100%;
	width:100%;
	z-index:10;
	background:#fff;
}
/* 钟表 */
.jcgmt-container {
    /* float:left; */
    padding: 3px;
}
.jcgmt-clock{
	width:116px;
	height:116px;
}
.jcgmt-container .jcgmt-lbl {
    font-size:10px;
    color: #333333;
    line-height: 22px;
    background: url(../images/jcgmt-clock_label.png) no-repeat;
    text-align: center;
    padding-bottom: 5px;
    width: 116px;
    margin: 0 auto;
}
.jcgmt-lbl{
	display:none;
}
.jcgmt-clockHolder {
    width:116px; 
    margin:0 auto;
    position:relative;
    overflow: hidden;
}
.jcgmt-sec,
.jcgmt-min,
.jcgmt-hour {
	width:116px;
	height:116px;
    display:block;
    position:absolute;
}

.jcgmt-rotatingWrapper {
    position:absolute;
    width:116px;
    height:116px;
}
.jcgmt-digital,
.jcgmt-date {
    font-weight:bold;
    font-size: 12px;
    color: #444;
    text-align:center;
    margin-left:8px;
    line-height:24px;
}
.jcgmt-digital{
	margin-top:5px;
}
.health-tip{
	text-align:center;
	font-weight:bold;
	line-height:24px;
}
.health-tip .work-time{
	display:inline-block;
	min-width:20px;
	color: #ff854a;
    font-size: 14px;
    font-weight: bold;
}
/* 天气 */
.weather-box div{
	text-align:center;
	line-height:24px;
}
.weather-box .hight-oc.b{
	font-size:26px;
	line-height:24px;
}
/* 词典 */
.serchBox{
	text-align:center;
	line-height:24px; 
}
.serchInput{
	display:inline-block;
	position:relative;
	width:125px;
}
.serchInput input{
	width:100%;
}
.serchInput .magnifier-icon{
	position: absolute;
    right: 4px;
    top: 6px;
}
.serchResult{
	height:103px;
	margin-top:4px;
	text-align:justify;
	width:100%;
	font-family: 'Microsoft YaHei';
	font-size:12px;
	line-height:20px;
	padding:5px 6px;
	border-top:1px solid #c8c8c8;
}
/* 切换按钮 */
.cut-show{
	position:absolute;
	right:10px;
	top:6px;
	width:20px;
	height:20px;
	background:url('../../img/switch.png') no-repeat;
	background-size:20px 20px;
	z-index:11;
}
.cut-show:hover{
	cursor:pointer;
}