    html,
    body {
        font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: 100%;
        background: #FFDDBA;
        /*overflow: hidden;     */
     }/*这里是后面100%关键*/
.cmd_head{
 position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 40px;
        background:#FFFFFF;
		z-index:100000;
}

.head1{
    margin:5px 20px 0px 10px;   
    display: inline-block;
    float: left;
    height:38px;
    font-size: 20px; 
}
.head2 {
    display: inline-block; 
    font-size: 16px; 
    color: #FB8324;
    height: 18px; 
    margin-top: 10px; 
    float: left;
}

#foot {
	display:block; 
	text-align:center;
	margin-top: 5px; 
	 height: 30px;
}
.workArea{
	white-space: nowrap;
	background :#FFF2E5;
	width:100%;
	margin-top:40px; 
	overflow-y:scroll;
   overflow-x:hidden;
}

.push_button {
  display: inline-block;
  padding: 5px 6px;
  font-size: 16x;
  cursor: pointer;
  text-align: center;   
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #31A7FF;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px #124D7C;
  margin: 0px 1px 9px 1px;
}
.push_button:hover {background-color: #158BE3}
.push_button:active {
  background-color: #158BE3;
  box-shadow: 0 2px #051A27;
  transform: translateY(2px);
}

.push_button_green {
  display: inline-block;
  padding: 5px 6px;
  font-size: 16x;
  cursor: pointer;
  text-align: center;   
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #69E239;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px #2C6A15;
  margin: 0px 1px 9px 1px;
}
.push_button_green:hover {background-color: #48B71C}
.push_button_green:active {
  background-color: #48B71C;
  box-shadow: 0 2px #1C4D08;
  transform: translateY(2px);
}

.push_button_red {
  display: inline-block;
  padding: 5px 6px;
  font-size: 16x;
  cursor: pointer;
  text-align: center;   
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #FFB266;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px #763E08;
  margin: 0px 1px 9px 1px;
}
.push_button_red:hover {background-color: #FB8324}
.push_button_red:active {
  background-color: #FB8324;
  box-shadow: 0 2px #291503;
  transform: translateY(2px);
}

.push_button_cyan {
  display: inline-block;
  padding: 5px 6px;
  font-size: 16x;
  cursor: pointer;
  text-align: center;   
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #12C9C9;
  border: none;
  border-radius: 5px;
  box-shadow: 0 3px #034343;
  margin: 0px 1px 9px 1px;
}
.push_button_cyan:hover {background-color: #008B8B}
.push_button_cyan:active {
  background-color: #008B8B;
  box-shadow: 0 2px #291503;
  transform: translateY(2px);
}


.button_group{
	float: left;
	margin:5px;
}
