body { margin:10px;}
* { font-size:15px; font-family:微软雅黑;}
input,textarea {  font-family:微软雅黑;}
a:link, a:visited, a:hover {
    color:#0081c2;
    text-decoration:none;
}
h1 {  font-size:26px;}
a:hover {
    color:#ee883c;
    text-decoration:none;
}
.form-body {
    border-collapse:collapse;
    border-spacing:2px;
    margin-top:20px;
    margin-left:30px;
}
.form-body td {
    padding:8px 5px 8px 5px
}
.form-body td.addon {
    width:140px;
    text-align:right;
    vertical-align:top;
    padding-top:10px;
    height:22px;
}
.form-body td.label {
    width: 120px;
    text-align: right;
    vertical-align: middle;
    /*font-weight: 600;*/
}
.form-button {
    height:50px;
    padding-right: 10px;
    padding-top: 15px;
    text-align: right;
    background-color:#f9f9f9;
    border-top:1px solid #eeeeee;
}
.form-body .group {  padding-left: 32px;}
.form-body .group div {
    height: 24px;
    width: 100%;
    font-weight: bold;
    color: #0081c2;
    padding-left: 20px;
    background: url(images/group.png) no-repeat 0px 2px;
    border-bottom: 1px solid #dddddd;
}

.form-button a.l-btn {margin-right:8px;}
.form-input {width:160px;}
.radio-group div { 
	float: left;
    width:90px;
}

fieldset {
    border: 1px dotted #ccc;
    width: 94%;
    float: left;
}
fieldset legend {
    font-size: 14px;
   color:#5769ae;
}
.toolbar{height: 33px;}
.query
{
    padding: 2px;
    background-color:#fcfcfc;
    *height: 30px;
}
.query .addon{text-align:right;}
.query table
{
    border-collapse: collapse;
    border-spacing: 0;
}
.query td{padding: 5px;}
.query_1line{ height: 73px;}
.query_2line{ height: 105px;}
.readonly { background-color: #ffffda;}
INPUT::-moz-placeholder {
  color: #cccccc;
  font-style:italic;
  opacity: 1;
}
INPUT:-ms-input-placeholder {
  color: #cccccc;
  font-style:italic;
}
INPUT::-webkit-input-placeholder {
  color: #cccccc;
  font-style:italic;
}

.textbox {
  position: relative;
/*   border: 1px solid #95B8E7; */
  background-color: #fff;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
}

.textbox .textbox-text {
    white-space:pre;
}

.textbox-readonly .textbox-text {
    background-color: #fcfcfc;
}


.datagrid-row-alt {
    background:#fafafa;
}

.datagrid-row-selected {
  background: #3e9ee5;
  color: #fff;
}

.combobox-item-selected {
  background-color: #3e9ee5;
  color: #fff;
}

.tree-node-selected {
  background: #3e9ee5;
  color: #fff;
}

.l-btn-left {
    padding:0px 6px 0px 4px;
}

.l-btn-icon {
    padding-left:6px;
}

.msg_tip {
    color:#ee751a;
}

/*form*/
.formbody {
    padding: 10px 18px;
}

.formtitle {
    border-bottom: solid 1px #D0DEE5;
    line-height: 24px;
    position: relative;
    height: 24px;
    margin:8px 0px 8px 0px;
}

.formtitle a:link{
    color: #009BDF;
    font-size: 13px;
    text-decoration: none;
}

.formtitle a:hover {
    color: #ee883c;
    text-decoration: none;
}

.formtitle span {
    font-weight: bold;
    font-size: 16px;
    border-bottom: solid 2px #009BDF;
    float: left;
    position: absolute;
    z-index: 100;
    bottom: -1px;
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
}

.more1 {
    float: right;
    font-weight: normal;
    color: #D0DEE5;
    padding-right: 8px;
}

.forminfo {
    padding-left: 23px;
}

.forminfo li {
margin-bottom: 13px;
clear: both;
}

.forminfo li label {
    width: 86px;
    line-height: 34px;
    display: block;
    float: left;
}

.forminfo li i {
    color: #7f7f7f;
    padding-left: 20px;
    font-style: normal;
}

.forminfo li cite {
    display: block;
    padding-top: 10px;
}
.report-title {
    padding:10px;
    font-size:22px;
    font-weight:bold;
    text-align:center;
}



.bottom-sn{line-height:30px;padding-right: 15px;}
.text-deit{position: sticky;}