.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.noselect {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
* {
  margin: 0px;
  padding: 0px;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
  font-size: 13px;
  color: #000;
  background: #FFF;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  border: none;
}
legend {
  color: #000;
}
del,
ins {
  text-decoration: none;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:active {
  outline: none;
  star: expression(this.onFocus=this.blur());
}
/*全局定义*/
script {
  width: 0px;
  height: 0px;
}
/*新增修饰方法*/
.ws-iconfont {
  padding-right: 2px;
}
/*内填充*/
.ws-p {
  padding: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.ws-p-sm {
  padding: 10px;
}
.ws-p-md {
  padding: 20px;
}
.ws-p-lg {
  padding: 30px;
}
.ws-p-xl {
  padding: 40px;
}
.ws-p-xxl {
  padding: 50px;
}
.ws-p-xs {
  padding: 5px;
}
.ws-p-xxs {
  padding: 2px;
}
.ws-p-n {
  padding: 0px !important;
}
.ws-p-l {
  padding-left: 15px;
}
.ws-p-l-sm {
  padding-left: 10px;
}
.ws-p-l-md {
  padding-left: 20px;
}
.ws-p-l-lg {
  padding-left: 30px;
}
.ws-p-l-xl {
  padding-left: 40px;
}
.ws-p-l-xxl {
  padding-left: 50px;
}
.ws-p-l-xs {
  padding-left: 5px;
}
.ws-p-l-xxs {
  padding-left: 2px;
}
.ws-p-l-n {
  padding-left: 0px !important;
}
.ws-p-r {
  padding-right: 15px;
}
.ws-p-r-sm {
  padding-right: 10px;
}
.ws-p-r-md {
  padding-right: 20px;
}
.ws-p-r-lg {
  padding-right: 30px;
}
.ws-p-r-xl {
  padding-right: 40px;
}
.ws-p-r-xxl {
  padding-right: 50px;
}
.ws-p-r-xs {
  padding-right: 5px;
}
.ws-p-r-xxs {
  padding-right: 2px;
}
.ws-p-r-n {
  padding-right: 0px !important;
}
.ws-p-t {
  padding-top: 15px;
}
.ws-p-t-sm {
  padding-top: 10px;
}
.ws-p-t-md {
  padding-top: 20px;
}
.ws-p-t-lg {
  padding-top: 30px;
}
.ws-p-t-xl {
  padding-top: 40px;
}
.ws-p-t-xxl {
  padding-top: 50px;
}
.ws-p-t-xs {
  padding-top: 5px;
}
.ws-p-t-xxs {
  padding-top: 2px;
}
.ws-p-t-n {
  padding-top: 0px !important;
}
.ws-p-b {
  padding-bottom: 15px;
}
.ws-p-b-sm {
  padding-bottom: 10px;
}
.ws-p-b-md {
  padding-bottom: 20px;
}
.ws-p-b-lg {
  padding-bottom: 30px;
}
.ws-p-b-xl {
  padding-bottom: 40px;
}
.ws-p-b-xxl {
  padding-bottom: 50px;
}
.ws-p-b-xs {
  padding-bottom: 5px;
}
.ws-p-b-xxs {
  padding-bottom: 2px;
}
.ws-p-b-n {
  padding-bottom: 0px !important;
}
.ws-m {
  margin: 15px;
}
.ws-m-sm {
  margin: 10px;
}
.ws-m-md {
  margin: 20px;
}
.ws-m-lg {
  margin: 30px;
}
.ws-m-xl {
  margin: 40px;
}
.ws-m-xxl {
  margin: 50px;
}
.ws-m-xs {
  margin: 5px;
}
.ws-m-xxs {
  margin: 2px;
}
.ws-m-n {
  margin: 0px !important;
}
.ws-m-l {
  margin-left: 15px;
}
.ws-m-l-sm {
  margin-left: 10px;
}
.ws-m-l-md {
  margin-left: 20px;
}
.ws-m-l-lg {
  margin-left: 30px;
}
.ws-m-l-xl {
  margin-left: 40px;
}
.ws-m-l-xxl {
  margin-left: 50px;
}
.ws-m-l-xs {
  margin-left: 5px;
}
.ws-m-l-xxs {
  margin-left: 2px;
}
.ws-m-l-n {
  margin-left: 0px !important;
}
.ws-m-r {
  margin-right: 15px;
}
.ws-m-r-sm {
  margin-right: 10px;
}
.ws-m-r-md {
  margin-right: 20px;
}
.ws-m-r-lg {
  margin-right: 30px;
}
.ws-m-r-xl {
  margin-right: 40px;
}
.ws-m-r-xxl {
  margin-right: 50px;
}
.ws-m-r-xs {
  margin-right: 5px;
}
.ws-m-r-xxs {
  margin-right: 2px;
}
.ws-m-r-n {
  margin-right: 0px !important;
}
.ws-m-t {
  margin-top: 15px;
}
.ws-m-t-sm {
  margin-top: 10px;
}
.ws-m-t-md {
  margin-top: 20px;
}
.ws-m-t-lg {
  margin-top: 30px;
}
.ws-m-t-xl {
  margin-top: 40px;
}
.ws-m-t-xxl {
  margin-top: 50px;
}
.ws-m-t-xs {
  margin-top: 5px;
}
.ws-m-t-xxs {
  margin-top: 2px;
}
.ws-m-t-xxss {
  margin-top: 1px;
}
.ws-m-t-1 {
  margin-top: -1px;
}
.ws-m-t-n {
  margin-top: 0px !important;
}
.ws-m-b {
  margin-bottom: 15px;
}
.ws-m-b-sm {
  margin-bottom: 10px;
}
.ws-m-b-md {
  margin-bottom: 20px;
}
.ws-m-b-lg {
  margin-bottom: 30px;
}
.ws-m-b-xl {
  margin-bottom: 40px;
}
.ws-m-b-xxl {
  margin-bottom: 50px;
}
.ws-m-b-xs {
  margin-bottom: 5px;
}
.ws-m-b-xxs {
  margin-bottom: 2px;
}
.ws-m-b-n {
  margin-bottom: 0px !important;
}
.ws-r {
  border-radius: 3px;
}
.ws-r-md {
  border-radius: 5px;
}
.ws-r-lg {
  border-radius: 8px;
}
.ws-r-o {
  border-radius: 50%;
}
.ws-r-t {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.ws-r-r {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.ws-r-b {
  border-bottom-left-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.ws-r-l {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}
.ws-r-t-n {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.ws-r-r-n {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ws-r-b-n {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.ws-r-l-n {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.ws-t-l-n {
  border-top-left-radius: 0;
}
.ws-t-r-n {
  border-top-right-radius: 0;
}
.ws-b-l-n {
  border-bottom-left-radius: 0;
}
.ws-b-r-n {
  border-bottom-right-radius: 0;
}
/*方位*/
.ws-left {
  float: left!important;
}
.ws-right {
  float: right!important;
}
.ws-center {
  margin: 0 auto!important;
  float: none;
  display: block;
}
.ws-info-l {
  text-align: left;
}
.ws-info-r {
  text-align: right;
}
.ws-info-t {
  vertical-align: top;
}
.ws-info-b {
  vertical-align: text-bottom;
}
.ws-info-c {
  text-align: center!important;
}
.ws-info-m {
  vertical-align: middle;
}
/*清除浮动*/
.ws-clear {
  zoom: 1;
}
.ws-clear:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*边线*/
.ws-b {
  border: 1px solid #dddddd;
}
.ws-b-t {
  border-top: 1px solid #dddddd;
}
.ws-b-r {
  border-right: 1px solid #dddddd;
}
.ws-b-b {
  border-bottom: 1px solid #dddddd;
}
.ws-b-l {
  border-left: 1px solid #dddddd;
}
.ws-b-n {
  border: none !important;
}
.ws-b-t-n {
  border-top: none !important;
}
.ws-b-r-n {
  border-right: none !important;
}
.ws-b-b-n {
  border-bottom: none !important;
}
.ws-b-l-n {
  border-left: none !important;
}
/*超出隐藏*/
.ws-hidden {
  overflow: hidden!important;
}
/*背景色*/
.ws-b-white {
  background: #ffffff;
}
.ws-b-gray {
  background: #f7f7f7;
}
.ws-b-black {
  background: #000000;
}
.ws-b-red {
  background: #ff0000;
}
/*
    工具条
*/
.ws-toolbar {
  width: 100%;
  zoom: 1;
}
.ws-toolbar:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-toolbar .item {
  display: block;
  float: left;
}
/* -------------
   * 按钮 *
* ------------- */
.l-button,
.copybutton,
.ws-button {
  background: #FFF;
  display: inline-block;
  float: left;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  text-align: center;
  height: 28px;
  line-height: 28px;
  *line-height: 30px;
  border: solid 1px #dddddd;
  color: #333333;
  margin-right: 10px;
  padding: 0 15px;
  border-radius: 3px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-button:hover,
.ws-button:hover {
  background: #f5f5f5;
}
.l-button:active,
.ws-button:active {
  background: #eee;
  cursor: pointer;
}
.copybutton {
  background: #28a9e4;
  color: #fff;
  border: none;
  height: 30px;
  line-height: 30px;
}
.copybutton:focus {
  background: #51bbec;
  border: none;
  outline: 0;
}
.l-button-over {
  background: #eeeeee;
}
.l-button-disabled {
  background-image: url('../img/common/button-disabled.gif');
  color: #9D9D9E;
  border: solid 1px #D3D3D3;
}
.l-button-hasicon {
  padding-left: 20px;
}
.l-button-hasicon img {
  position: absolute;
  top: 4px;
  left: 3px;
  width: 16px;
  height: 16px;
}
input.l-button {
  height: 30px;
}
/*
    按钮组
*/
.ws-group {
  zoom: 1;
}
.ws-group:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-group .l-button,
.ws-group .ws-button {
  float: left;
  margin-right: -1px;
  border-radius: 0px;
}
.ws-group .l-button:focus {
  border: none;
}
.ws-group .l-button:first-child,
.ws-group .ws-button:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ws-group .l-button:last-child,
.ws-group .ws-button:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/*
    按钮组大小控制
*/
.ws-button.xs,
.l-button.xs {
  height: 20px;
  line-height: 20px;
  padding: 0px 3px;
}
.ws-button.xs .ws-iconfont,
.l-button.xs .ws-iconfont {
  padding: 0px;
  line-height: 12px;
  font-size: 12px;
}
/*
    多彩按钮
*/
.ws-gray {
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #333;
  z-index: 100;
  right: 0;
}
.ws-gray:hover {
  background: #eee;
}
.ws-gray:active {
  background: #E8E8E8;
}
.ws-blue {
  background: #28a9e4;
  border: 1px solid #28a9e4;
  color: #FFF;
  z-index: 100;
  right: 0;
}
.ws-blue:hover {
  background: #55bbea;
}
.ws-blue:active {
  background: #1a96ce;
}
.ws-green {
  background: #329532;
  border: 1px solid #329532;
  color: #FFF;
  z-index: 100;
  right: 0;
}
.ws-green:hover {
  background: #40bf40;
}
.ws-green:active {
  background: #2a7e2a;
}
.ws-orange {
  background: #ff9900;
  border: 1px solid #ff9900;
  color: #FFF;
  z-index: 100;
  right: 0;
}
.ws-orange:hover {
  background: #ffad33;
}
.ws-orange:active {
  background: #db8400;
}
.ws-red {
  background: #E94A3F;
  border: 1px solid #E94A3F;
  color: #FFF;
  z-index: 100;
  right: 0;
}
.ws-red:hover {
  background: #ef776e;
}
.ws-red:active {
  background: #CC271A;
}
.ws-black {
  background: #393D4F;
  border: 1px solid #393D4F;
  color: #FFF;
  z-index: 100;
  right: 0;
}
.ws-black:hover {
  background: #4f566f;
}
.ws-black:active {
  background: #000;
}
.ws-purple {
  background: #7064B8;
  border: 1px solid #7064B8;
  color: #FFF;
  z-index: 100;
  right: 0;
}
.ws-purple:hover {
  background: #9289ca;
}
.ws-purple:active {
  background: #6254B2;
}
.l-loading {
  position: absolute;
  z-index: 91000;
  top: 40%;
  left: 50%;
  overflow: hidden;
  background: url('../img/common/loading.gif') no-repeat 0px 0px;
  width: 24px;
  height: 24px;
  display: none;
}
.l-scroll {
  scrollbar-face-color: #C6D7FF;
  scrollbar-3dlight-color: #B5CBF7;
  scrollbar-darkshadow-color: #B5CBF7;
  scrollbar-base-color: #B5CBF7;
  scrollbar-shadow-color: #FFF;
  scrollbar-highlight-color: #FFF;
  scrollbar-track-color: #FFF;
  scrollbar-arrow-color: #4A6184;
}
.l-noscroll {
  overflow: hidden;
}
/* Draggable */
.l-draggable {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 14000;
  background: #f2f1f1;
  border-color: #aaa;
}
/* Resizable */
.l-resizable {
  display: none;
  overflow: hidden;
  border-style: dashed;
  border-width: 1px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15000;
  background: #f2f1f1;
}
.l-dragging-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 11000;
  display: none;
  filter: alpha(opacity=1);
  background: white;
  -moz-opacity: .01;
  opacity: 0.01;
}
/* --------------
   *   icon  *
* ------------ */
.l-icon-checkbox {
  background: url('../img/icon/checkbox.gif') no-repeat center;
}
.l-icon-cross {
  background: url('../img/icon/cross.gif') no-repeat center;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
/*
    Draggable
*/
.l-drag-proxy {
  border: 1px solid #BDD1EE;
  position: absolute;
  z-index: 1001;
  height: 25px;
  line-height: 25px;
  padding-left: 19px;
  padding-right: 4px;
  background: white;
}
.l-drag-proxy .l-drop-icon {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 16px;
  height: 16px;
}
.l-drop-no {
  background: white url('../img/common/drop-icons.gif') no-repeat 0px -20px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.l-drop-yes {
  background: white url('../img/common/drop-icons.gif') no-repeat 0px 0px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.l-drop-add {
  background: white url('../img/common/drop-icons.gif') no-repeat -20px 0px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.l-drag-coldroptip {
  width: 9px;
  position: absolute;
  height: 44px;
  z-index: 1000;
}
.l-drop-move-up {
  background: transparent url('../img/common/drop-icons.gif') no-repeat -40px 0px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  position: absolute;
  top: 0px;
}
.l-drop-move-down {
  background: transparent url('../img/common/drop-icons.gif') no-repeat -60px 0px;
  width: 9px;
  height: 9px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
}
.l-drag-nodedroptip,
.l-drag-rowdroptip {
  width: 9px;
  position: absolute;
  height: 1px;
  background-color: red;
  z-index: 1000;
  line-height: 1px;
  overflow: hidden;
}
/* filter */
table.l-filter-group {
  background: white;
  font-size: 12px;
}
table.l-filter-group select,
table.l-filter-group .valtxt {
  border: 1px solid #d3d3d3;
}
table.l-filter-group .deleterole {
  cursor: pointer;
}
table.l-filter-group-alt {
  background: #F2F2F2;
}
td.l-filter-groupcell {
  padding-left: 20px;
}
td.l-filter-column {
  padding: 2px;
}
td.l-filter-op {
  padding: 2px;
}
td.l-filter-value {
  padding: 2px;
}
tr.l-filter-rowlastcell {
  text-align: right;
  _width: 300px;
  min-width: 300px;
  padding: 2px;
}
table.l-filter-group-alt,
.l-panel table.l-filter-group-alt {
  background: #f5f5f5;
  margin-left: 20px;
  margin-top: 4px;
  padding: 5px;
  border: 1px solid #d3d3d3;
}
table.l-filter-group-alt .l-filter-value {
  padding-right: 6px;
}
td.l-filter-cellgroup {
  padding: 3px;
}
table.l-filter-group-alt table.l-filter-group {
  background: white;
  margin-left: 20px;
  margin-top: 4px;
  padding: 5px;
  border: 1px solid #d3d3d3;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
.l-taskbar {
  background-image: url('../img/win/taskbar.png');
  background-repeat: repeat-x;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: -36px;
  display: none;
  z-index: 11000;
}
.l-taskbar-tasks {
  width: 100%;
  margin-top: 2px;
}
.l-taskbar-task {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  margin: 2px;
  float: left;
  margin-left: 2px;
  position: relative;
  cursor: pointer;
  background-repeat: repeat-x;
}
.l-taskbar-task {
  background-image: url('../img/win/taskbar-task.gif');
  border: 1px solid #676F7F;
}
.l-taskbar-task-icon {
  position: absolute;
  left: 5px;
  top: 3px;
  width: 24px;
  height: 25px;
  overflow: hidden;
  background: url('../img/win/taskicon.gif') no-repeat;
}
.l-taskbar-task-content {
  margin-left: 27px;
  color: White;
  font-weight: bold;
  margin-right: 10px;
}
.l-taskbar-task-over {
  border-color: #A7ADB5;
  background-position: 0px -30px;
}
.l-taskbar-task-active {
  border-color: #A2A8AF;
  background-position: 0px -60px;
}
.l-taskbar {
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
  _background-image: url('../img/win/taskbar.gif');
}
.l-taskbar-top {
  bottom: auto;
  top: 0px;
  background-color: White;
  padding-bottom: 1px;
  border-bottom: 1px solid #687079;
}
.l-taskbar-top {
  _position: absolute;
  _top: expression(eval(document.documentElement.scrollTop));
}
/* ------------------
   *   messagebox  *
* --------------- */
.l-messagebox {
  position: absolute;
  top: 100px;
  left: 100px;
  width: 300px;
  background: #F2F8FF;
  border-bottom: 1px solid #82BCD8;
  z-index: 9001;
}
.l-messagebox-title,
.l-messagebox-close,
.l-messagebox-close-over,
.l-messagebox-btn,
.l-messagebox-btn-l,
.l-messagebox-btn-r,
.l-messagebox-lt,
.l-messagebox-rt {
  background-image: url('../img/win/box.gif');
  background-repeat: no-repeat;
}
.l-messagebox .l-messagebox-title {
  background-repeat: repeat-x;
}
.l-messagebox-title {
  height: 21px;
  line-height: 21px;
  color: White;
  font-weight: bold;
  background-position: 0px -99px;
}
.l-messagebox-image {
  width: 35px;
  height: 35px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 30px;
  left: 15px;
  background: url('../img/win/box-icons.gif') no-repeat;
}
.l-messagebox-image-donne {
  background-position: 0px 0px;
}
.l-messagebox-image-error {
  background-position: 0px -115px;
}
.l-messagebox-image-question {
  background-position: 0px -70px;
  height: 45px;
}
.l-messagebox-image-warn {
  background-position: 0px -35px;
}
.l-messagebox-title-inner {
  padding-left: 10px;
}
.l-messagebox-content {
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.l-messagebox-buttons {
  height: 30px;
  position: relative;
  text-align: center;
  margin-top: 4px;
}
.l-messagebox-buttons-inner {
  margin-left: 10px;
}
.l-messagebox-close {
  width: 13px;
  height: 13px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  cursor: pointer;
  background-position: -8px -24px;
}
.l-messagebox-close-over {
  background-position: -8px -37px;
}
.l-messagebox-lt {
  width: 3px;
  height: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  background-position: 0px -48px;
}
.l-messagebox-rt {
  width: 3px;
  height: 3px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  background-position: -4px -48px;
}
.l-messagebox-l {
  background: #82BCD8;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.l-messagebox-r {
  background: #82BCD8;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  overflow: hidden;
}
.l-messagebox-btn {
  height: 24px;
  overflow: hidden;
  background: url('../img/win/box.gif') repeat-x;
  width: 70px;
  line-height: 24px;
  cursor: pointer;
  position: relative;
  float: left;
  margin-left: 5px;
}
.l-messagebox-btn-inner {
  text-align: center;
}
/* --------------
   *   window  *
* ------------ */
.l-window-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
  background: #777;
  display1: none;
  font-size: 1px;
  *zoom: 1;
  overflow: hidden;
  display: none;
  z-index: 9000;
}
.l-window-mask-nobackground {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display1: none;
  font-size: 1px;
  *zoom: 1;
  overflow: hidden;
  display: none;
  z-index: 9000;
}
.l-window-dragging {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.l-window-dragging .l-window-content {
  visibility: hidden;
}
.l-window {
  position: absolute;
  border: 1px solid #AFCCF1;
  background: #F5F8F9;
  z-index: 9100;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
.l-window-header {
  position: relative;
  padding-left: 10px;
  color: #183152;
  font-weight: bold;
  height: 25px;
  line-height: 24px;
  background: #e2edfe url('../img/panel/panel-header.gif') repeat-x;
  overflow: hidden;
}
.l-window-header-buttons {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 20px;
}
.l-window-toggle {
  float: left;
  height: 16px;
  width: 16px;
  overflow: hidden;
  background: url('../img/panel/panel-tools.gif');
  background-position: 0px 0px;
  cursor: pointer;
  margin-left: 5px;
}
.l-window-min {
  float: left;
  height: 16px;
  width: 16px;
  overflow: hidden;
  background: url('../img/panel/panel-tools.gif');
  background-position: -16px 0px;
  cursor: pointer;
  margin-left: 5px;
}
.l-window-max {
  float: left;
  height: 16px;
  width: 16px;
  overflow: hidden;
  background: url('../img/panel/panel-tools.gif');
  background-position: -16px -16px;
  cursor: pointer;
  margin-left: 5px;
}
.l-window-regain {
  float: left;
  height: 16px;
  width: 16px;
  overflow: hidden;
  background: url('../img/panel/panel-tools.gif');
  background-position: -32px -16px;
  cursor: pointer;
  margin-left: 5px;
}
.l-window-toggle-close {
  background-position: 0px -16px;
}
.l-window-close {
  float: left;
  height: 16px;
  width: 16px;
  overflow: hidden;
  background: url('../img/panel/panel-tools.gif');
  background-position: -32px 0px;
  cursor: pointer;
  margin-left: 5px;
}
.l-window-content {
  overflow: hidden;
  width: 100%;
}
.l-window-content-scroll {
  overflow: scroll;
}
.l-window-content iframe {
  border: none;
  width: 100%;
  height: 100%;
}
/* --------------
   *   dialog  *
* ------------ */
.l-dialog {
  position: absolute;
  z-index: 10000;
  padding: 0;
  margin: 0;
  font-size: 12px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 0 1px 6px rgba(99, 99, 99, 0.3);
}
.l-dialog table {
  table-layout: auto;
}
.l-dialog-fixed {
  position: fixed;
  right: 0px;
  bottom: -100px;
  _position: absolute;
  _bottom: auto;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
.l-dialog-body {
  position: relative;
  overflow: hidden;
}
.l-dialog {
  padding: 0;
  margin: 0;
  font-size: 12px;
}
.l-dialog td,
.l-dialog tr,
.l-dialog td div {
  font-size: 12px;
}
.l-dialog-cc {
  background: white;
}
.l-dialog-tl,
.l-dialog-tr,
.l-dialog-bl,
.l-dialog-br,
.l-dialog-cl,
.l-dialog-cr {
  width: 0px;
  background: none;
  padding: 0;
  margin: 0;
}
.l-dialog-tl,
.l-dialog-tc,
.l-dialog-tr {
  height: 26px;
}
.l-dialog-bl,
.l-dialog-bc,
.l-dialog-br {
  height: 0px;
  background: none;
  padding: 0;
  margin: 0;
}
.l-dialog-tl {
  background: none;
  border-bottom: 1px solid #f5f5f5;
}
.l-dialog-tc {
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  background: #eeeeee;
  padding-left: 10px;
  background: -o-linear-gradient(top, #eff5fe, #d6e4f4);
  _background: #EFF5FE;
  background: -ms-linear-gradient(top, #eff5fe 0%, #d6e4f4 100%);
  background: linear-gradient(top, #eff5fe, #d6e4f4);
  background: -moz-linear-gradient(top, #eff5fe, #d6e4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EFF5FE', endColorstr='#D6E4F4');
}
.l-dialog-tr {
  background: none;
  border-bottom: 1px solid #f5f5f5;
}
.l-dialog-bl {
  background: none;
}
.l-dialog-bc {
  background: none;
}
.l-dialog-br {
  background: none;
}
.l-dialog-cl {
  background: none;
}
.l-dialog-cr {
  background: none;
}
.l-dialog-cl {
  background: none;
}
.l-dialog-cl,
.l-dialog-cc,
.l-dialog-cr {
  border-top: 1px solid #e9e9e9;
}
.l-dialog-loading {
  position: absolute;
  top: 30%;
  left: 40%;
  background: #ffffff url('../img/common/loading.gif') no-repeat;
  padding: 8px;
  z-index: 99000;
  height: auto;
  border: 0;
}
.l-dialog-winbtns {
  position: absolute;
  right: 0px;
  top: 4px;
  height: 16px;
}
.l-dialog-winbtn {
  background: url('../img/win/dialog-winbtns.gif') no-repeat;
  cursor: pointer;
  overflow: hidden;
  width: 17px;
  height: 16px;
  float: right;
  margin-right: 4px;
}
.l-dialog-close {
  background-position: -85px 0px;
}
.l-dialog-close-over {
  background-position: -85px -16px;
}
.l-dialog-close-disabled {
  background-position: -24px -32px;
  cursor: default;
}
.l-dialog-min {
  background-position: 0px 0px;
}
.l-dialog-min-over {
  background-position: 0px -16px;
}
.l-dialog-min-disabled {
  background-position: 0px -32px;
  cursor: default;
}
.l-dialog-max {
  background-position: -17px 0px;
}
.l-dialog-max-over {
  background-position: -17px -16px;
}
.l-dialog-max-disabled {
  background-position: -17px -32px;
  cursor: default;
}
.l-dialog-recover {
  background-position: -34px 0px;
}
.l-dialog-recover-over {
  background-position: -34px -16px;
}
.l-dialog-recover-disabled {
  background-position: -34px -32px;
  cursor: default;
}
.l-dialog-collapse {
  background-position: -51px 0px;
}
.l-dialog-collapse-over {
  background-position: -51px -16px;
}
.l-dialog-collapse-disabled {
  background-position: -51px -32px;
  cursor: default;
}
.l-dialog-extend {
  background-position: -68px 0px;
}
.l-dialog-extend-over {
  background-position: -68px -16px;
}
.l-dialog-extend-disabled {
  background-position: -68px -32px;
  cursor: default;
}
.l-dialog-tc-inner {
  position: relative;
  height: 26px;
  line-height: 26px;
  width: 100%;
}
.l-dialog-title {
  color: #000;
  font-weight: bold;
  font-weight: 700;
  text-shadow: none;
  padding-left: 3px;
  padding-right: 20px;
  text-align: left;
  padding-top: 0px;
}
.l-dialog-content {
  padding-left: 18px;
  padding-top: 14px;
  padding-bottom: 12px;
  overflow: auto;
}
.l-dialog-content-noimage {
  padding-left: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.l-dialog-content-nopadding {
  padding: 0;
}
.l-dialog-content iframe {
  border: none;
  width: 100%;
  height: 100%;
}
.l-dialog-image {
  width: 48px;
  height: 48px;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url('../img/win/dialog-icons.gif') no-repeat;
}
.l-dialog-image-donne {
  background-position: 0px 0px;
}
.l-dialog-image-error {
  background-position: 0px -48px;
}
.l-dialog-image-question {
  background-position: 0px -144px;
}
.l-dialog-image-warn {
  background-position: 0px -96px;
}
.l-dialog-image-loading {
  background: white url('../img/common/loading2.gif') no-repeat center;
  width: 28px;
  height: 28px;
}
.l-dialog-buttons {
  height: 30px;
  line-height: 30px;
  position: relative;
  margin-top: 4px;
  padding-top: 6px;
  border-top: 1px solid #D3E3F7;
  overflow: hidden;
  margin-bottom: 2px;
}
.l-dialog-btn-l,
.l-dialog-btn-r {
  display: none;
}
.l-dialog-buttons {
  padding: 4px 8px;
  text-align: right;
  white-space: nowrap;
  border-top: 1px solid #ececec;
  border-radius: 0 0 2px 2px;
  background: #fcfcfc;
  background: -moz-linear-gradient(top, #fcfcfc, #f4f4f4);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f4f4f4));
  background: -o-linear-gradient(top, #fcfcfc, #f4f4f4);
  background: -ms-linear-gradient(top, #fcfcfc 0%, #f4f4f4 100%);
  background: linear-gradient(top, #fcfcfc, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f4f4f4');
}
.l-dialog-btn {
  display: inline-block;
  zoom: 1;
  margin-left: 10px;
  height: 24px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
  background: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background: -ms-linear-gradient(top, #ffffff 0%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff, #f4f4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f4f4');
  font: 12px 宋体b8b\4f53;
  color: #555;
  vertical-align: middle;
  cursor: pointer;
}
.l-dialog-btn-highlight {
  border: 1px solid #3279a0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  background: #337fa9;
  background: -moz-linear-gradient(top, #34a039, #287d2b);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a039), to(#287d2b));
  background: -o-linear-gradient(top, #34a039, #287d2b);
  background: -ms-linear-gradient(top, #34a039 0%, #287d2b 100%);
  background: linear-gradient(top, #34a039, #287d2b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34A039', endColorstr='#287D2B');
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.22);
}
.l-dialog-btn:hover {
  background: #f4f4f4;
  color: #555;
}
.l-dialog-btn-highlight:hover {
  filter: progid:DXImageTransform.Microsoft.Gradient(enabled=false);
  background: #34A039;
  color: #fff;
}
.l-dialog-content-frame {
  overflow: hidden;
}
.l-dialog-btn {
  height: 25px;
  overflow: hidden;
  width: 70px;
  line-height: 25px;
  cursor: pointer;
  position: relative;
  float: right;
  margin-right: 5px;
}
.l-dialog-btn-inner {
  text-align: center;
}
.l-dialog-inputtext {
  width: 280px;
  border: 1px solid #0099CC;
  line-height: 23px;
  height: 25px;
}
.l-dialog-textarea {
  width: 280px;
  border: 1px solid #0099CC;
  height: 80px;
}
.l-messagebox-btn {
  background-position: 0px 0px;
}
.l-messagebox-btn-over {
  background-position: 0px -51px;
}
.l-messagebox-btn-l {
  height: 24px;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 4px;
  background-position: 0px -24px;
}
.l-messagebox-btn-over .l-messagebox-btn-l {
  background-position: 0px -75px;
}
.l-messagebox-btn-r {
  height: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 4px;
  background-position: -4px -24px;
}
.l-messagebox-btn-over .l-messagebox-btn-r {
  background-position: -4px -75px;
}
/* 选择窗口,填充模式,隐藏滚动条 */
.l-selectorwin .l-dialog-content {
  overflow: hidden;
  padding: 0px;
}
.l-selectorwin .l-dialog-content .l-form {
  margin: 0;
  padding: 2px;
  background: #EAF2FF;
  border-bottom: 1px solid #AECAF0;
}
.l-selectorwin .l-dialog-buttons {
  margin-top: 0;
}
.l-selectorwin .l-panel {
  border: 0;
}
/*ws-table样式*/
.ws-table {
  width: 100% !important;
  border-spacing: 0px;
  table-layout: fixed;
  word-break: break-all;
  padding: 0px;
  border: 1px solid #dddddd;
}
.ws-table thead tr td {
  background: #eeeeee;
}
.ws-table td {
  height: 22px;
  line-height: 22px;
  padding: 6px 10px!important;
  border: 1px solid #dddddd !important;
}
.ws-table td .ws-text {
  display: block;
  float: left;
  width: 100%;
  text-indent: 5px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
}
/*ws-table-form样式*/
.ws-table-form {
  width: 100% !important;
  border-spacing: 0px;
  table-layout: fixed;
  word-break: break-all;
  padding: 0px;
}
.ws-table-form .ws-table-head {
  width: 120px;
  text-align: right;
}
.ws-table-form td {
  padding: 5px;
}
.ws-table-form td .ws-input {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.ws-table-form td .l-listbox-inner td,
.l-checkboxlist-table td {
  padding: 0 2px;
}
.ws-table-form td .ws-textarea {
  width: 100%;
  height: 80px;
  padding: 5px;
  line-height: 25px;
  text-indent: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.ws-table-form td .ws-textarea:focus,
.ws-table td input:focus {
  border-color: #a1d8f2 !important;
  background-color: #d6eef9!important;
  color: #1a85b6!important;
}
.ws-table-form td .ws-text {
  display: block;
  float: left;
  width: 100%;
  height: 28px;
  line-height: 30px;
  margin: 0px;
  color: #666;
  border-bottom: 1px solid #dddddd;
}
.ws-table-form td .ws-text-h-a {
  height: auto;
}
.ws-table-form.ws-table-line,
.ws-table-form.ws-table-line td {
  border: 1px solid #dddddd;
  padding: 0px;
}
.ws-table-form.ws-table-line td {
  height: 35px;
  line-height: 35px;
  padding: 0px;
}
.ws-table-form.ws-table-line .ws-table-head {
  border: 1px solid #dddddd;
  background: #f5f5f5;
  padding-right: 5px;
}
.ws-table-form.ws-table-line .ws-input {
  border: none;
  height: 35px;
  border-radius: 0px;
}
.ws-table-form.ws-table-line .ws-textarea {
  border: none;
  border-radius: 0px;
}
.ws-table-edit td .ws-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
}
.ws-field {
  width: 100%;
  height: 30px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  zoom: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.ws-field:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-field .ws-field-item {
  display: block;
  float: left;
  height: 28px;
  line-height: 28px;
  border: none;
  border-left: 1px solid #dddddd;
  border-radius: 0px;
}
.ws-field .ws-field-item:first-child {
  border-left: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ws-field .ws-field-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ws-field .ws-item-right {
  position: absolute;
  right: 0px;
  top: 0px;
}
.ws-field .ws-iconfont {
  padding-right: 0px;
}
.ws-field .l-button,
.ws-field .ws-button {
  margin: 0 !important;
}
.l-form {
  overflow: hidden;
}
.l-form .l-group {
  margin: 0;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  font-size: 12px;
  color: #333;
  border-bottom: solid 1px #ebebeb;
  padding-top: 5px;
  margin-bottom: 10px;
  display: block;
  position: relative;
  clear: both;
}
.l-group span {
  float: left;
  width: 90px;
  text-align: left;
}
.l-group-hasicon span {
  margin-left: 40px;
}
.l-form .l-group-hasicon img {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.l-form .l-group-hasicon div {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.l-form ul,
.l-form li {
  list-style: none;
}
.l-form ul {
  clear: both;
  margin-top: 2px;
  margin-bottom: 2px;
}
.l-form .l-fieldcontainer ul {
  margin: 0;
}
.l-form .l-fieldcontainer {
  padding: 0;
}
.l-form .l-fieldcontainer-first {
  clear: left;
}
.l-form li {
  float: left;
  overflow: hidden;
  text-align: left;
  line-height: 23px;
  padding: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  position: relative;
}
.l-form li textarea {
  height: 80px;
}
.l-form .l-form-buttons {
  clear: both;
  margin-top: 10px;
}
.l-form .l-form-buttons li {
  float: left;
  margin-right: 7px;
}
.l-hidden {
  display: none;
}
.l-form-container {
  clear: both;
  overflow: hidden;
}
/* -------------
   * 多行文本框颜色 *
* ------------- */
.l-textarea {
  border: 1px solid #A8AAAD;
  outline: none;
}
.l-textarea:hover {
  border-color: #01AAEE;
}
.l-textarea-invalid,
.l-textarea:focus {
  border-color: #FF8801;
}
.l-textarea-invalid {
  border-color: #FF7777;
  background: #ffeeee url(../img/common/invalid-line.gif) repeat-x bottom;
}
.l-textarea-invalid:hover,
.l-textarea-invalid:focus {
  border-color: #FF7777;
}
/* -------------
   * 文本框/下拉框/日期框/调整器 *
* ------------- */
.l-text-wrapper {
  position: relative;
}
/* 文本框、下来框、日期框、调整器都使用到这个 */
.l-text {
  position: relative;
  height: 30px;
  line-height: 30px;
  width: 130px;
  background: white;
  border-radius: 3px;
  border: 1px solid #dddddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
/* 文本框 验证不通过 */
.l-text-invalid {
  border-color: #FF7777;
  background: #ffeeee url(../img/common/invalid-line.gif) repeat-x bottom;
}
.l-text-invalid .l-text-field {
  background: none;
}
/*只读时边框*/
.l-text-disabled {
  border-color: #C2C2C2;
  background: #E0E0E0;
}
/*只读时文本框*/
.l-text-disabled .l-text-field {
  background: #E0E0E0;
}
/* 编辑状态 */
/* 只读状态*/
.l-text-readonly {
  background: none;
  border: 0;
  margin: 2px;
  border-bottom: 1px solid #b1b1b1;
}
.l-text-readonly input {
  background: none;
  border: 0;
}
.l-text-readonly .l-trigger,
.l-text-readonly .l-trigger-icon {
  display: none;
}
.l-text-readonly .l-trigger-cancel {
  display: none;
  cursor: auto;
}
/* 表单文本框 input:text */
.l-text-field {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 110px;
  height: 28px;
  line-height: 28px;
  border: 0;
  margin: 0;
  outline: none;
  text-indent: 5px;
  border-radius: 3px;
  cursor: pointer;
  color: #666;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-text-field-number {
  text-align: right;
}
/* 表单文本框 内容为空时 */
.l-text-field-null {
  color: #C1C1C1;
}
.l-text-combobox .l-trigger,
.l-text-combobox .l-trigger-hover,
.l-text-combobox .l-trigger-pressed {
  border-left: 1px solid #dddddd;
  height: 28px;
}
.l-text-combobox .l-text-field {
  height: 28px;
  line-height: 28px;
}
.l-text-combobox .l-trigger-hover.l-trigger-cancel,
.l-text-combobox .l-trigger.l-trigger-cancel {
  border: none;
}
/* 下拉框/日期/调整器 右侧那个可点击的区域 分别是普通、经过、按住状态 */
.l-trigger,
.l-trigger-hover,
.l-trigger-pressed {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 26px;
  height: 28px;
  overflow: hidden;
}
.l-trigger {
  border-left: 1px solid #DDD;
  background: #F9F9F9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.l-trigger-hover {
  border-left: 1px solid #DDD;
  background: #F5F5F5;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.l-trigger-pressed {
  border-left: 1px solid #DDD;
  background: #F0F0F0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* l-text-popup */
.l-text-popup .l-trigger,
.l-text-popup .l-trigger-hover,
.l-text-popup .l-trigger-pressed {
  top: 0px;
  right: 0px;
  width: 16px;
  height: 100%;
  border: none;
  border-left: 1px solid #AECAF0;
}
.l-text-popup .l-trigger-cancel {
  right: 19px;
  border: 0;
  background: transparent;
  height: 100%;
}
.l-text-popup .l-trigger-icon {
  background: url('../img/icon/icon-select.gif') no-repeat 55% 55% transparent;
}
.l-text-popup .l-trigger-cancel .l-trigger-icon {
  background: url('../img/icon/icon-unselect.gif') no-repeat 50% 53% transparent;
}
/* 下拉框/日期 取消选择 */
.l-trigger-cancel {
  right: 25px;
  height: 30px;
  background: transparent;
  border: 0px;
}
.l-trigger-cancel .l-trigger-icon,
.l-text-date .l-trigger-cancel .l-trigger-icon {
  background: url('../img/icon/icon-unselect.gif') no-repeat 50% 50% transparent;
}
.l-text-date .l-trigger,
.l-text-date .l-trigger-hover,
.l-text-date .l-trigger-pressed {
  background: none;
  border: none;
}
.l-text-date .l-trigger-icon {
  background-image: url('../img/dateeditor/date.gif');
}
/* 下拉框/日期 右侧那个可点击的区域里面的图标 */
.l-trigger-icon {
  width: 100%;
  height: 100%;
  background: url('../img/icon/icon-down.gif') no-repeat 50% 50%;
}
/* -------------
  * 调整器 *
* ------------- */
.l-spinner-up .l-spinner-icon,
.l-spinner-down .l-spinner-icon {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -3px;
  width: 100%;
  height: 6px;
  background: no-repeat center top;
}
.l-spinner-down-over,
.l-spinner-up-over {
  background: #fedc75 url('../img/controls/bg-trigger-over.gif') repeat-x left;
}
.l-spinner-up .l-spinner-icon {
  background-image: url(../img/icon/icon-up.gif);
}
.l-spinner-down .l-spinner-icon {
  background-image: url(../img/icon/icon-down.gif);
}
.l-spinner-up,
.l-spinner-down {
  width: 100%;
  height: 50%;
  overflow: hidden;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
.l-spinner-down {
  top: 50%;
}
.l-spinner-split {
  overflow: hidden;
  width: 23px;
  height: 1px;
  position: absolute;
  left: 1px;
  top: 50%;
  z-index: 10;
  background: #B5B8C8;
}
/* -------------
   * 验证 *
* ------------- */
.l-verify-star {
  color: Red;
}
.l-star {
  color: Red;
}
/* -------------
  * 下拉框 *
* ------------- */
.l-box-select {
  display: none;
  position: absolute;
  padding: 0px;
  border: 1px solid #DDD;
  background: white;
  width: 130px;
  height: auto;
  margin-top: 1px;
  z-index: 9300;
  font-size: 12px;
  line-height: 18px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.l-box-select-grid {
  border-bottom: 1px solid #A3C0E8;
  border-right: 1px solid #A3C0E8;
}
.l-box-select-grid thead td,
.l-box-select-grid tr.l-table-headerow td {
  background: #dbebff url('../img/controls/bg-panel-title.gif') repeat-x left;
}
.l-box-select-grid td {
  padding: 0;
  margin: 0;
  height: 22px;
  line-height: 22px;
  border-left: 1px solid #A3C0E8;
  border-top: 1px solid #A3C0E8;
}
.l-box-select strong {
  font-weight: bold;
}
.l-box-select-lookup {
  height: auto;
}
.l-box-select-lookup .l-panel {
  border: 0;
}
.l-box-select-lookup .l-form {
  margin: 0;
  padding: 2px;
  background: #EAF2FF;
  border-bottom: 1px solid #AECAF0;
}
.l-box-select-lookup .l-box-select-inner {
  padding: 0;
  overflow: hidden;
  height: auto;
}
.l-box-select-absolute {
  margin-top: 0px;
}
.l-box-select-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  height: 120px;
  color: #333;
}
.l-box-select-inner .l-box-select-table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.l-box-select .l-table-nocheckbox td:hover,
.l-box-select .l-table-nocheckbox td.l-over {
  background-color: #f0f0f0;
  cursor: pointer;
}
.l-box-select .l-table-nocheckbox td.l-selected {
  background-color: #DDD;
}
.l-box-select .l-box-select-table td {
  padding: 2px;
  text-align: left;
}
.l-box-select-add {
  border-top: 1px solid #ddd;
  background: #f5f5f5;
  padding-left: 5px;
}
.l-box-select-add .link {
  line-height: 30px;
  display: block;
  padding-left: 20px;
  position: relative;
  color: #555555;
  cursor: pointer;
  outline: medium none;
  text-decoration: none;
}
.l-box-select-add .link .icon {
  background: url('../img/icon/spr_icons.gif') no-repeat;
  width: 12px;
  height: 12px;
  line-height: 12px;
  overflow: hidden;
  left: 1px;
  position: absolute;
  top: 8px;
}
.l-box-select-add a:hover {
  color: #2A66BB;
}
/* listbox */
.l-listbox {
  border: 1px solid #dddddd;
  background: white;
  width: 130px;
  height: 120px;
  font-size: 12px;
  line-height: 18px;
}
.l-listbox-grid {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.l-listbox-grid thead td,
.l-listbox-grid tr.l-table-headerow td {
  background: #dbebff url('../img/controls/bg-panel-title.gif') repeat-x left;
  border-top: none;
}
.l-listbox-grid td {
  padding: 0;
  margin: 0;
  height: 22px;
  line-height: 22px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.l-listbox-inner {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: auto;
  height: 100%;
  color: #333;
}
.l-listbox-inner .l-listbox-table {
  margin: 0;
  padding: 0;
  width: 100%;
}
.l-listbox tr:hover td,
.l-listbox tr.l-over td {
  background-color: #eeeeee;
  cursor: pointer;
}
.l-listbox tr.l-selected td {
  background-color: #e9e9e9;
}
.l-listbox td {
  height: 28px;
  line-height: 28px;
  padding: 0 2px;
  text-align: left;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #fff;
}
.l-listbox .l-listbox-grid td {
  border-top: 1px solid #89A8E3;
  border-bottom: 1px solid #89A8E3;
}
.l-listbox .l-table-nocheckbox .l-checkboxrow {
  display: none;
  width: 0px;
}
/* radiolist */
.l-radiolist td {
  padding: 5px 15px 5px 5px!important;
}
.l-radiolist td div,
.l-radiolist td label {
  cursor: pointer !important;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-radiolist-disabled td {
  color: #cccccc;
}
/* checkboxlist */
.l-checkboxlist td {
  padding: 5px 15px 5px 5px!important;
}
.l-checkboxlist td div,
.l-checkboxlist td label {
  cursor: pointer !important;
}
.l-checkboxlist-disabled td {
  color: #cccccc;
}
/* 下拉框 右下角调整大小图标 */
.l-btn-nw-drop {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 8px;
  height: 8px;
  background: url('../img/icon/icon-drop.gif') no-repeat 50% 50%;
}
/* -------------
    * 复选框 *
* ------------- */
.l-checkbox-wrapper {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 auto;
  padding: 0;
}
.l-checkbox-wrapper label {
  margin-right: 5px;
}
a.l-checkbox {
  background: url('../img/controls/checkbox.gif') no-repeat 0 0;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  margin: 0 auto;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 3px;
  margin-top: -3px;
}
div.l-disabled a.l-checkbox {
  background-position: -42px 0;
}
div.l-disabled a.l-checkbox-checked {
  background-position: -42px -14px;
}
a.l-checkbox-checked {
  background-position: 0 -14px;
}
.l-over a.l-checkbox {
  background-position: -14px 0px;
}
.l-over a.l-checkbox-checked {
  background-position: -14px -14px;
}
/* -------------
    * wsui单选框 *
* ------------- */
.ws-radio {
  float: left;
  padding-right: 15px;
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  line-height: 30px;
}
.ws-radio .ws-radio-ico {
  display: block;
  float: left;
  background: url('../img/controls/radio.gif') no-repeat 0 0;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 8px 3px 0 5px;
}
.ws-radio.ws-radio-checked .ws-radio-ico {
  background-position: 0 -13px;
}
.ws-radio:hover .ws-radio-ico {
  background-position: -13px 0px;
}
.ws-radio.ws-radio-checked:hover .ws-radio-ico {
  background-position: -13px -13px;
}
/* -------------
    * wsui单选框 *
* ------------- */
.ws-check {
  float: left;
  padding-right: 15px;
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  line-height: 30px;
}
.ws-check .ws-check-ico {
  display: block;
  float: left;
  background: url('../img/controls/checkbox.gif') no-repeat 0 0;
  vertical-align: middle;
  height: 14px;
  width: 14px;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 8px 3px 0 5px;
}
.ws-check.ws-check-checked .ws-check-ico {
  background-position: 0 -14px;
}
.ws-check:hover .ws-check-ico {
  background-position: -14px 0px;
}
.ws-check.ws-check-checked:hover .ws-check-ico {
  background-position: -14px -14px;
}
/* -------------
    * ligerui单选框 *
* ------------- */
.l-radio-wrapper {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.l-radio-wrapper label {
  margin-right: 5px;
}
a.l-radio {
  display: block;
  float: left;
  background: url('../img/controls/radio.gif') no-repeat 0 0;
  vertical-align: middle;
  height: 13px;
  width: 13px;
  overflow: hidden;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 3px;
  margin-top: 3px;
}
a.l-radio-checked {
  background-position: 0 -13px;
}
div.l-disabled a.l-radio {
  background-position: -26px 0;
}
div.l-disabled a.l-radio-checked {
  background-position: -26px -13px;
}
.l-over a.l-radio {
  background-position: -13px 0px;
}
.l-over a.l-radio-checked {
  background-position: -13px -13px;
}
/* -----------------------
   *   日期控件 *
* ----------------------- */
.l-box-dateeditor {
  position: absolute;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  width: 280px;
  margin-top: 1px;
  z-index: 9999;
}
.l-box-dateeditor-absolute {
  margin-top: 0px;
}
.l-box-dateeditor-header {
  width: 100%;
  height: 45px;
  position: relative;
  text-align: center;
}
.l-box-dateeditor-header-text {
  margin: 0 auto;
  color: #1542B3;
  line-height: 45px;
  font-weight: lighter;
  text-align: center;
}
.l-box-dateeditor-header-text a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  font-weight: normal;
}
.l-box-dateeditor-header-btn {
  top: 0;
  width: 20px;
  height: 45px;
  position: absolute;
  cursor: pointer;
}
.l-box-dateeditor-header-btn span {
  width: 20px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.l-box-dateeditor-header-prevmonth {
  left: 24px;
}
.l-box-dateeditor-header-prevmonth span {
  background: url(../img/dateeditor/icon-prev.gif) no-repeat center;
}
.l-box-dateeditor-header-nextmonth {
  right: 24px;
}
.l-box-dateeditor-header-nextmonth span {
  background: url(../img/dateeditor/icon-next.gif) no-repeat center;
}
.l-box-dateeditor-header-prevyear {
  left: 4px;
}
.l-box-dateeditor-header-prevyear span {
  background: url(../img/dateeditor/icon-first.gif) no-repeat center;
}
.l-box-dateeditor-header-nextyear {
  right: 4px;
}
.l-box-dateeditor-header-nextyear span {
  background: url(../img/dateeditor/icon-last.gif) no-repeat center;
}
.l-box-dateeditor-header-prevyear.l-box-dateeditor-header-btn-over span {
  background: url(../img/dateeditor/icon-first-hover.gif) no-repeat center;
}
.l-box-dateeditor-header-prevmonth.l-box-dateeditor-header-btn-over span {
  background: url(../img/dateeditor/icon-prev-hover.gif) no-repeat center;
}
.l-box-dateeditor-header-nextmonth.l-box-dateeditor-header-btn-over span {
  background: url(../img/dateeditor/icon-next-hover.gif) no-repeat center;
}
.l-box-dateeditor-header-nextyear.l-box-dateeditor-header-btn-over span {
  background: url(../img/dateeditor/icon-last-hover.gif) no-repeat center;
}
.l-box-dateeditor-body {
  border: 1px solid #d2d2d2;
  border-left: none;
  border-right: none;
  text-align: center;
  position: relative;
  padding: 10px;
}
.l-box-dateeditor-body table {
  width: 100%;
  margin: 0 auto;
}
.l-box-dateeditor-body table thead td {
  padding: 5px;
}
.l-box-dateeditor-monthselector,
.l-box-dateeditor-yearselector,
.l-box-dateeditor-hourselector,
.l-box-dateeditor-minuteselector {
  background: white;
  list-style: none;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  height: 100%;
  overflow: hidden;
}
.l-box-dateeditor-minuteselector {
  overflow: auto;
}
.l-box-dateeditor-monthselector li {
  float: left;
  width: 83px;
  line-height: 45px;
  height: 45px;
  margin: 5px;
  cursor: pointer;
}
.l-box-dateeditor-yearselector li {
  float: left;
  width: 83px;
  line-height: 45px;
  height: 45px;
  margin: 5px;
  cursor: pointer;
}
.l-box-dateeditor-hourselector li {
  float: left;
  width: 59px;
  line-height: 33px;
  height: 33px;
  margin: 2px 5px 2px 5px;
  cursor: pointer;
}
.l-box-dateeditor-minuteselector li {
  float: left;
  width: 40px;
  line-height: 20px;
  height: 20px;
  margin: 2px 3px 0 3px;
  cursor: pointer;
}
.l-box-dateeditor-yearselector li:hover,
.l-box-dateeditor-monthselector li:hover,
.l-box-dateeditor-minuteselector li:hover,
.l-box-dateeditor-hourselector li:hover {
  background: #eeeeee;
}
.l-box-dateeditor-monthselector li.l-selected,
.l-box-dateeditor-monthselector li.l-over,
.l-box-dateeditor-yearselector li.l-selected,
.l-box-dateeditor-yearselector li.l-over,
.l-box-dateeditor-hourselector li.l-selected,
.l-box-dateeditor-hourselector li.l-over,
.l-box-dateeditor-minuteselector li.l-selected,
.l-box-dateeditor-minuteselector li.l-over {
  background-color: #28a9e4;
  color: #fff;
}
.l-box-dateeditor-body td {
  width: 30px;
  height: 19px;
  line-height: 19px;
  font-size: 14px;
}
.l-box-dateeditor-body tbody td {
  border: 1px solid white;
  cursor: pointer;
  padding: 5px;
}
/*.l-box-dateeditor-body tbody td.l-box-dateeditor-today
{background-color: #28a9e4; color: #FFF !important }*/
.l-box-dateeditor-body tbody td.l-box-dateeditor-selected,
.l-box-dateeditor-body tbody td.l-box-dateeditor-selected.l-box-dateeditor-over {
  background-color: #28a9e4;
  color: #ffffff !important;
}
.l-box-dateeditor-body tbody td.l-box-dateeditor-over {
  background-color: #eeeeee;
  color: #666666 !important;
}
.l-box-dateeditor-body tbody td.l-box-dateeditor-holiday {
  color: #C00000;
}
.l-box-dateeditor-body tbody td.l-box-dateeditor-out {
  color: #888888;
}
.l-box-dateeditor-toolbar {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  text-align: right;
  position: relative;
}
.l-box-dateeditor-time {
  width: 174px;
  height: 18px;
  height: 45px;
  line-height: 45px;
  float: left;
  color: #333;
  text-align: left;
  text-indent: 10px;
}
.l-box-dateeditor-time a {
  text-decoration: none;
  color: #333;
  font-size: 13px;
  cursor: pointer;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-box-dateeditor-toolbar .l-button {
  height: 23px;
  line-height: 23px;
  padding: 0 5px;
  border: 1px solid #c9c9c9;
}
.l-box-dateeditor-toolbar .l-button-today {
  float: left;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 10px;
}
.l-box-dateeditor-toolbar .l-button-close {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
}
.l-highLight {
  background: #FFD144;
}
/* -----------------------
   *   验证 *
* ----------------------- */
.l-validate-error {
  color: red;
}
.l-validate-warn {
  color: orange;
}
.l-verify-tip {
  padding: 0;
  margin: 0;
  position: absolute;
  display: block;
}
.l-verify-tip-corner {
  padding: 0;
  margin: 0;
  position: absolute;
  background: url('../img/form/verify-corner.gif') no-repeat;
  width: 8px;
  line-height: 9px;
  height: 9px;
  overflow: hidden;
  top: 5px;
  left: 0px;
  z-index: 10001;
}
.l-verify-tip-content {
  margin: 0;
  position: absolute;
  left: 7px;
  top: 0px;
  border: 1px solid #FFC340;
  background: #FFFCC7;
  z-index: 10000;
  padding: 4px 8px;
  width: 100px;
  font-size: 12px;
}
.l-exclamation {
  width: 16px;
  height: 16px;
  overflow: hidden;
  display: block;
  background: url('../img/common/exclamation.gif') no-repeat;
}
/* -----------------------
   *   文件框 *
* ----------------------- */
.l-file a {
  padding-right: 10px;
}
.l-form .l-group .togglebtn {
  position: absolute;
  top: 6px;
  right: 15px;
  background: url(../img/common/toggle.gif) no-repeat 0px 0px;
  height: 10px;
  width: 9px;
  cursor: pointer;
  left: auto;
  top: 12px;
  right: 6px;
}
.l-form .l-group .togglebtn-down {
  background-position: 0px -10px;
}
.l-box-select .l-grid-row {
  cursor: pointer;
}
/* l-form-tabs */
.l-form-tabs {
  position: relative;
  padding: 4px;
  zoom: 1;
  padding: 0;
  background: none;
  border-width: 0;
}
.l-form-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
  padding-left: 0;
  background: transparent;
  border-width: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  line-height: 0.8em;
  font-size: 95%;
  color: #555;
}
.l-form-tabs .ui-tabs-nav li {
  list-style: none;
  border: 1px solid #aaaaaa;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
  line-height: 24px;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.l-form-tabs .ui-tabs-nav li a {
  float: left;
  padding: 0px 10px;
  text-decoration: none;
}
.l-form-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.l-form-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.l-form-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
.l-form-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  background: none;
  padding: 6px;
  padding-bottom: 20px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.l-form-tabs .ui-tabs-hide {
  display: none !important;
}
.l-form-tabs ul.ui-tabs-nav li {
  font-weight: bold;
}
.l-form-tabs .ui-tabs-panel {
  background: #fefefe;
  border-width: 1px;
}
.l-form-tabs .ui-tabs-selected {
  background: #fefefe;
}
.l-grid-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 1px;
  *zoom: 1;
  overflow: hidden;
  display: none;
  z-index: 9000;
}
.l-panel table {
  width: auto;
}
.l-panel table,
.l-panel td {
  margin: 0;
  padding: 0;
}
.l-panel-btn {
  display: block;
  height: 22px;
  overflow: hidden;
  line-height: 22px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  color: #2C4D79;
  text-decoration: none;
  cursor: pointer;
}
.l-panel-btn .l-panel-btn-l,
.l-panel-btn .l-panel-btn-r {
  display: none;
}
.l-panel-btn-over,
.l-panel-btn-selected {
  background: #e0edff url(../img/panel/panel-btn.gif) repeat-x;
}
.l-panel-btn-over .l-panel-btn-l,
.l-panel-btn-over .l-panel-btn-r,
.l-panel-btn-selected .l-panel-btn-l,
.l-panel-btn-selected .l-panel-btn-r {
  display: block;
}
.l-panel-btn-l {
  position: absolute;
  width: 3px;
  left: 0px;
  top: 0px;
  height: 22px;
  background: #e0edff url(../img/panel/panel-btn-l.gif) no-repeat;
}
.l-panel-btn-r {
  position: absolute;
  width: 3px;
  right: 0px;
  top: 0px;
  height: 22px;
  background: #e0edff url(../img/panel/panel-btn-r.gif) no-repeat;
}
.l-panel-header {
  color: #15428B;
  font-weight: bold;
  font-size: 11px;
  height: 24px;
  border-bottom: 1px solid #CCC;
  background: url('../img/panel/header-bg.gif') repeat-x left -1px;
  position: relative;
}
.l-panel-header-hasicon {
  padding-left: 13px;
}
.l-panel-header img {
  position: absolute;
  left: 6px;
  top: 5px;
  width: 16px;
  height: 16px;
  border: 0px;
}
.l-panel-header-text {
  line-height: 22px;
  padding-left: 10px;
}
.l-panel-body {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.l-panel .l-toolbar {
  background: none;
  border: 0;
}
.l-panel-topbar {
  padding: 0;
}
.l-panel-topbarinner {
  float: right;
}
.l-panel-topbarinner-left {
  float: left;
}
.l-panel-topbartitle {
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-left: 9px;
}
.l-panel-topbartitle-hasicon {
  padding-left: 24px;
  position: relative;
}
.l-panel-topbaricon {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 6px;
}
.l-grid {
  position: relative;
  text-align: left;
}
.l-grid-empty .l-grid-body-inner {
  width: 100%;
}
.l-grid-empty .l-grid-body {
  overflow: hidden;
}
.l-grid-hashorizontal .l-grid-body1 .l-jplace {
  height: 19px;
}
.l-grid td div {
  font-size: 13px;
}
.l-grid table {
  border-spacing: 0 0;
}
.l-grid-header {
  border-bottom: 1px solid #dddddd;
  height: 22px;
  line-height: 22px;
  background: #F5F5F5;
  overflow: hidden;
  width: 100%;
}
.l-grid-scroller {
  position: relative;
  top: 0px;
  left: 0px;
  height: 220px;
  overflow: auto;
}
.l-grid-scroller-noscroll {
  height: auto;
  overflow: hidden;
}
.l-grid-body {
  position: relative;
  width: 100%;
  top: 0px;
  left: 0px;
  overflow: auto;
}
.l-grid-body-table tr.l-checked td {
  background: #dcf8a8;
}
.l-grid-popup {
  background: #eeeeee url(../img/grid/popup-line.gif) repeat-y -1px top;
  border: 1px solid #ccc;
  border-top: 0px;
  overflow: auto;
  left: 0px;
  position: absolute;
  z-index: 999;
  display: none;
}
.l-grid-loading {
  position: absolute;
  z-index: 91000;
  border: 1px solid #9BBBE6;
  top: 40%;
  left: 50%;
  background: white url('../img/common/loading.gif') no-repeat 8px 6px;
  padding-left: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-left: -60px;
  display: none;
}
.l-grid-editor {
  position: absolute;
  z-index: 999;
  display: none;
  text-align: center;
}
.l-grid-editor .l-checkbox-wrapper {
  margin-top: 2px;
}
.l-grid-popup table {
  display: table;
  border-collapse: separate;
  border-color: gray;
  margin: 2px;
}
.l-grid-popup table tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.l-grid-popup table td {
  padding: 2px 3px;
  cursor: default;
}
.l-grid-popup td.l-column-left {
  border-right: 1px solid #ccc;
}
.l-grid-popup td.l-column-right {
  border-left: 1px solid #fff;
  padding-right: 10px;
}
.l-grid-popup tr:hover .l-column-right,
.l-grid-popup tr.l-popup-row-over .l-column-right {
  border-right: 1px solid #d2e3ec;
  border-top: 1px solid #d2e3ec;
  border-bottom: 1px solid #d2e3ec;
}
.l-grid-popup tr:hover .l-column-left,
.l-grid-popup tr.l-popup-row-over .l-column-left {
  border-left: 1px solid #d2e3ec;
  border-top: 1px solid #d2e3ec;
  border-bottom: 1px solid #d2e3ec;
}
.l-grid-popup table tr:hover,
.l-grid-popup table tr.l-popup-row-over {
  background: #d5effc url(../img/grid/popup-row-over.gif) repeat-x top;
  border: 1px solid #a8d8eb;
}
.l-grid-hd-cell-mul {
  border-bottom: 1px solid #A3C0E8;
}
.l-grid-hd-cell-detail {
  padding: 0;
  margin: 0;
}
.l-grid-hd-cell-inner {
  text-align: center;
}
.l-grid-dragging-line {
  background: #EC4262;
  width: 1px;
  position: absolute;
  display: none;
  z-index: 9999;
  padding: 0;
  margin: 0;
}
.l-grid-hd-cell-dropleft {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background: url(../img/icon/icon-prev.gif) no-repeat -2px center;
  width: 16px;
  height: 24px;
  z-index: 3;
  display: none;
}
.l-grid-hd-cell-dropright {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  background: url(../img/icon/icon-next.gif) no-repeat 0px center;
  width: 16px;
  height: 24px;
  z-index: 3;
  display: none;
}
.l-grid-hd-cell-drop {
  position: absolute;
  right: -1px;
  top: 0px;
  display: block;
  width: 2px;
  height: 24px;
  z-index: 3;
  cursor: e-resize;
}
.l-grid-hd-cell-sort {
  overflow: hidden;
  margin-left: 3px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-grid-hd-cell-sort-none {
  background: url('../img/icon/icon-sort-none.gif') no-repeat center;
}
.l-grid-hd-cell-sort-asc {
  background: url('../img/icon/icon-sort-asc.gif') no-repeat center;
}
.l-grid-hd-cell-sort-desc {
  background: url('../img/icon/icon-sort-desc.gif') no-repeat center;
}
.l-grid-hd-cell-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  overflow: hidden;
  border-left: 1px solid #C1D6F0;
  cursor: pointer;
}
.l-grid-hd-cell-btn span {
  border-left: 1px solid #F1F5FC;
  width: 14px;
  height: 22px;
  background: url('../img/icon/icon-down.gif') no-repeat 2px 8px;
  display: block;
}
.l-grid-hd-cell-drophandle {
  width: 5px;
  height: 22px;
  cursor: col-resize;
  float: right;
  position: absolute;
  top: 0px;
  right: -3px;
}
.l-grid-hd-cell-text {
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-grid-hd-cell {
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  line-height: 45px;
  cursor: pointer;
}
.l-grid-hd-cell-last {
  border-right: none;
}
.l-grid-totalsummary {
  border-bottom: 1px solid #A3C0E8;
  background: #EEF3FF;
  padding-top: 5px;
  padding-bottom: 5px;
}
.l-grid-totalsummary-nobottom {
  border-bottom: none;
}
.l-grid-totalsummary td {
  border-right: 1px solid #EEF3FF;
  text-align: center;
  line-height: 23px;
}
.l-grid-totalsummary .l-grid-totalsummary-cell-last {
  border-right: 1px solid #A3C0E8;
}
.l-grid-totalsummary .l-grid-totalsummary-cell-inner {
  margin-left: 3px;
  margin-right: 3px;
  min-height: 23px;
  _height: 23px;
}
.l-grid-totalsummary .l-grid-totalsummary-cell-inner div {
  height: 22px;
  line-height: 22px;
}
/*
    detail
*/
.l-grid-detailpanel {
  border-right: 1px solid #A3C0E8;
  border-bottom: 1px solid #A3C0E8;
}
.l-grid-detailpanel-inner {
  overflow: auto;
  margin-bottom: 2px;
}
.l-grid-row-alt .l-grid-row-cell {
  background: #FFFFFF;
}
.l-grid-row-over .l-grid-row-cell,
.l-grid-row-over {
  background: #fffddb;
}
.l-selected .l-grid-row-cell,
.l-selected {
  background: #ffebb5;
}
.l-grid-row-cell {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.l-grid-row-cell.l-grid-row-cell-last {
  border-right: none;
}
.l-grid-row-last .l-grid-row-cell {
  border-bottom: none;
}
.l-grid-row-cell-detail .l-grid-row-cell-inner {
  margin-left: 0px;
  margin-right: 0px;
  width: 27px;
  overflow: hidden;
}
.l-grid-row-cell-detail .l-grid-row-cell-inner span {
  display: block;
  width: 21px;
  height: 21px;
  background: url('../img/grid/grid-detail-close.gif') no-repeat 5px 5px;
  cursor: pointer;
  overflow: hidden;
}
.l-grid-row-cell-detail .l-grid-row-cell-inner span.l-open {
  background: url('../img/grid/grid-detail-open.gif') no-repeat 5px 5px;
}
.l-grid-row-cell-checkbox .l-grid-row-cell-inner {
  margin-left: 0px;
  margin-right: 0px;
}
.l-grid-row-cell-checkbox span,
.l-grid-hd-cell-checkbox .l-grid-hd-cell-inner div {
  display: block;
  width: 14px;
  height: 14px;
  background: url('../img/controls/checkbox.gif') no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
  overflow: hidden;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-checked .l-grid-row-cell-checkbox span,
.l-checked .l-grid-hd-cell-checkbox .l-grid-hd-cell-inner div {
  background-position: 0px -14px;
}
.l-selected .l-grid-row-cell-checkbox span,
.l-selected .l-grid-hd-cell-checkbox .l-grid-hd-cell-inner div {
  background-position: 0px -14px;
}
.l-grid-hd-cell-inner {
  overflow: hidden;
}
.l-grid-hd-cell-checkbox {
  padding: 0;
  margin: 0;
}
.l-grid-row-cell-edited .l-grid-row-cell-inner {
  background-image: url('../img/icon/icon-edited.gif');
  background-repeat: no-repeat;
  background-position: 2px 2px;
}
.l-grid-row-cell-inner {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  color: #666666;
  margin: 0px 10px 0px 10px;
  padding: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l-grid-row-cell-inner-fixedheight {
  height: 22px;
}
.l-panel-bar {
  height: 20px;
  background: #fff;
  border-top: 1px solid #dddddd;
  overflow: hidden;
  padding: 6px 0 5px 0;
}
.l-panel-bbar-inner {
  width: 100%;
  height: 20px;
  overflow: hidden;
  position: relative;
  line-height: 20px;
}
.l-bar-message {
  position: absolute;
  right: 5px;
}
.l-bar-group {
  float: left;
  background: none;
  height: 20px;
  margin: 0px 3px;
}
.l-bar-group.l-bar-selectpagesize select {
  border: 1px solid #DDD;
  height: 20px;
  border-radius: 3px;
}
.l-bar-group .pcontrol input {
  height: 17px;
  line-height: 17px;
  text-align: center;
  border: 1px solid #DDD;
  border-radius: 3px;
}
.l-bar-right {
  float: right;
}
.l-bar-separator {
  display: none;
}
.l-bar-button {
  float: left;
  width: 20px;
  height: 20px;
  border: 0px;
  cursor: pointer;
  overflow: hidden;
  background: #FFF;
  border-radius: 3px;
}
.l-bar-button:active {
  background: #ffffff;
}
.l-bar-button.l-bar-btnprev {
  margin-left: 5px;
}
.l-bar-button.l-bar-btnnext {
  margin-right: 5px;
}
.l-bar-button-over {
  background: #EEE;
}
.l-bar-button span {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  overflow: hidden;
}
.l-bar-btnfirst span {
  background: url(../img/icon/icon-first.gif) no-repeat;
  background-position: 0px 0px;
}
.l-bar-btnprev span {
  background: url(../img/icon/icon-prev.gif) no-repeat;
  background-position: 0px 0px;
}
.l-bar-btnnext span {
  background: url(../img/icon/icon-next.gif) no-repeat;
  background-position: 0px 0px;
}
.l-bar-btnlast span {
  background: url(../img/icon/icon-last.gif) no-repeat;
  background-position: 0px 0px;
}
.l-bar-btnload span {
  background: url(../img/icon/icon-load.gif) no-repeat;
}
.l-bar-btn-export span {
  background: url(../img/icon/icon-export.gif) no-repeat;
  background-position: 3px 2px;
}
.l-bar-btnloading span {
  background: url(../img/icon/icon-loading.gif) no-repeat;
  background-position: 0px 0px;
}
.l-bar-button .l-disabled {
  background-position: 0px -20px;
}
.l-bar-text {
  line-height: 20px;
}
/*
    grouping
*/
.l-grid .l-grid-grouprow {
  border-right: 1px solid #a3c0e8;
}
.l-grid .l-grid-grouprow-cell {
  padding: 6px;
  border-bottom: 1px solid #A3C0E8;
  background: #EAF3FF;
}
.l-grid .l-grid-group-togglebtn {
  background: url('../img/grid/grid-detail-open.gif') no-repeat center;
  cursor: pointer;
}
.l-grid .l-grid-group-togglebtn-close {
  background: url('../img/grid/grid-detail-close.gif') no-repeat center;
}
.l-grid .l-grid-totalsummary-group td {
  background-color: #F5EEFB;
  border-color: #F5EEFB;
}
/*
    foot total
*/
.l-panel-bar-total {
  background: #F5F9FF;
  padding: 8px;
  border-top: 1px solid #84A0C4;
}
/*
    tree grid 
*/
.l-grid-tree-space {
  width: 18px;
  height: 35px;
  line-height: 28px;
  overflow: hidden;
  float: left;
}
.l-grid-tree-link-open {
  cursor: pointer;
  background: url('../img/grid/grid-tree-open.gif') no-repeat center;
}
.l-grid-tree-link-close {
  cursor: pointer;
  background: url('../img/grid/grid-tree-close.gif') no-repeat center;
}
/*
    frozen grid
*/
.l-grid1 {
  display: none;
}
.l-grid1 .l-grid-body {
  overflow: hidden;
}
.l-grid1 .l-grid-detailpanel {
  border-right: 1px solid white;
}
.l-frozen .l-grid2 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.l-frozen .l-grid2 .l-grid-body {
  overflow-x: auto;
}
.l-frozen .l-grid1 {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}
.l-grid-gray {
  border-top: 1px solid #e9e9e9;
}
.l-grid-gray .l-grid-header {
  border-bottom: 1px solid #e9e9e9;
  background: #dddddd url('../img/grid/header2-bg.jpg') repeat-x left bottom;
}
.l-grid-gray .l-grid-hd-cell {
  border-right: 1px solid #e9e9e9;
}
.l-grid-gray .l-grid-row-cell {
  border-bottom: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  cursor: pointer;
}
/*
    菜单条
*/
.l-menubar {
  background: url('../img/panel/panel-menu.gif') repeat-x;
  height: 24px;
  border: 1px solid #ADBED6;
  border-top: 1px solid #EFF7F7;
}
.l-menubar-item {
  float: left;
  margin-left: 6px;
}
.l-menubar-item-down {
  width: 7px;
  height: 4px;
  line-height: 4px;
  background: url('../img/panel/panel-menu-item-down.gif') no-repeat center;
  position: absolute;
  right: 4px;
  top: 9px;
  top: 9px\9;
  _top: 4px;
}
/*
    工具条
*/
.l-toolbar {
  background: #cedfef url('../img/panel/panel-toolbar.gif') repeat-x;
  height: 23px;
  border: 1px solid #9CBAE7;
  border-top: 1px solid #EFF7F7;
}
.l-toolbar-item {
  float: left;
  margin-left: 4px;
}
.l-toolbar-item .l-icon,
.l-toolbar-item img {
  position: absolute;
  left: 2px;
  top: 2px;
  display: block;
}
.l-toolbar-item img {
  width: 16px;
  height: 16px;
  border: 0px;
}
.l-toolbar-item-hasicon {
  padding-left: 22px;
}
.l-toolbar-item-disable {
  cursor: default;
}
.l-toolbar-item-disable span {
  color: #A1A1A1;
}
.l-toolbar-item-color {
  border: 1px solid #ccc;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 3px;
  top: 3px;
}
/*
    搜索栏
*/
.l-panel-search {
  height: 28px;
  padding-top: 3px;
  padding-left: 3px;
  border-left: 1px solid #99BBE8;
  border-right: 1px solid #99BBE8;
}
.l-panel-search-item {
  float: left;
  margin-left: 5px;
}
/*
    编辑
*/
.l-grid-row-cell-editing-topcell {
  border-bottom-color: #CC8F81;
}
.l-grid-row-cell-editing-leftcell {
  border-right-color: #CC8F81;
}
.l-grid-row-cell-editing {
  border-color: #CC8F81;
}
.l-grid-row-cell .l-text,
.l-grid-editor .l-text {
  border: 0px;
  border: none;
}
.l-grid-detailpanel-edit {
  padding-top: 7px;
  padding-bottom: 3px;
  background-color: #FAFAFF;
}
.l-grid-detailpanel .l-editbox {
  float: left;
  margin: 2px;
  margin-left: 6px;
  margin-right: 10px;
}
.l-grid-detailpanel .l-button {
  float: left;
  margin: 2px;
  margin-left: 4px;
  margin-right: 6px;
}
.l-grid-detailpanel .l-clear {
  clear: both;
}
.l-selected .l-grid-row-cell-rownumbers {
  background: #ffebb5;
}
.l-grid-row-cell-rownumbers .l-grid-row-cell-inner {
  margin: 0px;
}
/*选中项垂直居中*/
.l-grid-row-cell-inner,
.l-grid-hd-cell-inner {
  position: relative;
}
.l-grid-row-cell-btn-checkbox,
.l-grid-hd-cell-btn-checkbox {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -7px;
  margin-left: -7px;
}
.dataRowAction {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}
.dataRowAction .ws-group .l-button {
  height: 23px;
  line-height: 23px;
  font-size: 13px;
  float: inherit;
  font-size: 12px;
  padding: 0 7px;
  margin-top: 5px;
}
.dataRowAction .ws-group .l-button .ws-iconfont {
  font-size: 13px;
}
/*川大智胜系统集成 前端工程师颜伟修改*/
/*框架布局*/
.ws-layout {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
.ws-layout-top {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}
.ws-layout-top .ws-layout-logo {
  float: left;
  height: 49px;
}
.ws-layout-left {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 50;
}
.ws-layout-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: 50;
}
.ws-layout-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  padding: 0 10px;
  line-height: 25px;
  background: #ffffff;
}
.ws-layout-center {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ws-layout,
.ws-layout-center,
.ws-layout-left,
.ws-layout-top,
.ws-layout-right,
.ws-layout-bottom,
.ws-max,
.ws-w-max,
.ws-h-max,
.ws-h-auto {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.ws-max {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.ws-w-max {
  width: 50%;
  height: 100%;
  float: left;
  overflow: hidden;
}
.ws-h-max {
  width: 100%;
  height: 50%;
  overflow: hidden;
}
.ws-w-auto {
  width: 100%;
  float: left;
  overflow: hidden;
}
.ws-h-auto {
  height: 100%;
}
.ws-box850 {
  width: 850px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/*表单底部*/
.ws-form-bottom {
  position: fixed;
  left: 0;
  bottom: 0px;
  height: 30px;
  width: 100%;
  padding: 10px 0;
  background: #F5F5F5;
  text-align: center;
  border-top: 1px solid #cccccc;
}
.ws-form-bottom .l-button {
  float: inherit;
}
/*栅格布局*/
.ws-row {
  zoom: 1;
  margin-bottom: 10px;
  width: 100%;
}
.ws-row:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-col-1,
.ws-col-2,
.ws-col-3,
.ws-col-4,
.ws-col-5,
.ws-col-6,
.ws-col-7,
.ws-col-8,
.ws-col-9,
.ws-col-10,
.ws-col-11,
.ws-col-12 {
  float: left;
  position: relative;
  display: block;
}
.ws-col-1 {
  width: 8.33333333%;
}
.ws-col-2 {
  width: 16.66666667%;
}
.ws-col-3 {
  width: 24.9999%;
}
.ws-col-4 {
  width: 33.33333333%;
  *width: 33%;
}
.ws-col-5 {
  width: 41.66666667%;
}
.ws-col-6 {
  width: 50%;
}
.ws-col-7 {
  width: 58.33333333%;
}
.ws-col-8 {
  width: 66.66666667%;
}
.ws-col-9 {
  width: 75%;
}
.ws-col-10 {
  width: 83.33333333%;
}
.ws-col-11 {
  width: 91.66666667%;
}
.ws-col-12 {
  width: 100%;
}
.ws-row.col-spacing {
  margin-right: -10px;
}
.l-layout {
  position: relative;
}
.l-layout-left,
.l-layout-right,
.l-layout-center,
.l-layout-top,
.l-layout-bottom,
.l-layout-centerbottom {
  position: absolute;
  border: 1px solid #ccc;
  background: white;
  z-index: 10;
  overflow: hidden;
}
.l-layout-left {
  border-left: none;
  border-right: none;
}
.l-layout-center,
.l-layout-right {
  border-right: none;
}
.l-layout-top,
.l-layout-bottom {
  border: none;
}
.l-layout-top {
  width: 100%;
}
.l-layout-bottom {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  bottom: 0px !important;
  top: auto !important;
}
.l-layout-left .l-layout-header-toggle {
  position: absolute;
  top: 3px;
  right: 3px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  background-position: -20px 0px;
  cursor: pointer;
}
.l-layout-left .l-layout-header-toggle-over {
  background-position: -20px -20px;
}
.l-layout-right .l-layout-header-toggle {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  background-position: -20px -40px;
  cursor: pointer;
}
.l-layout-right .l-layout-header-toggle-over {
  background-position: -20px -60px;
}
.l-layout-center .l-layout-header {
  cursor: default;
}
.l-layout-centerbottom .l-layout-header {
  cursor: default;
}
.l-layout-header {
  display: none;
}
.l-layout-header-inner {
  padding-right: 22px;
}
.l-layout-right .l-layout-header-inner {
  padding-left: 22px;
  padding-right: auto;
}
.l-layout-header-over {
  background: #eff4fe url('../img/layout/layout-header-over.gif') repeat-x;
}
.l-layout-collapse-left,
.l-layout-collapse-right {
  width: 24px;
  background: #EAF2FE;
  border: 1px solid #B8D0D6;
  position: absolute;
  top: 0px;
  display: none;
  height: 100%;
  z-index: 10;
}
.l-layout-collapse-left-over,
.l-layout-collapse-right-over {
  background: #F5F9FA;
}
.l-layout-collapse-left-toggle,
.l-layout-collapse-right-toggle {
  position: absolute;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  cursor: pointer;
}
.l-layout-collapse-left {
  left: 2px;
}
.l-layout-collapse-left-toggle {
  top: 0px;
  right: 2px;
  background-position: -20px -40px;
}
.l-layout-collapse-left-toggle-over {
  background-position: -20px -60px;
}
.l-layout-collapse-right {
  right: 2px;
}
.l-layout-collapse-right-toggle {
  top: 0px;
  left: 2px;
  background-position: -20px 0px;
}
.l-layout-collapse-right-toggle-over {
  background-position: -20px -20px;
}
.l-layout-drophandle-left {
  position: absolute;
  width: 5px;
  cursor: col-resize;
  z-index: 10;
  display: none;
}
.l-layout-drophandle-right {
  position: absolute;
  width: 5px;
  cursor: col-resize;
  z-index: 10;
  display: none;
}
.l-layout-drophandle-top {
  position: absolute;
  height: 5px;
  cursor: row-resize;
  z-index: 10;
  display: none;
  line-height: 1px;
  overflow: hidden;
}
.l-layout-drophandle-bottom {
  position: absolute;
  height: 5px;
  cursor: row-resize;
  z-index: 10;
  display: none;
  line-height: 1px;
  overflow: hidden;
}
.l-layout-drophandle-centerbottom {
  position: absolute;
  height: 5px;
  cursor: row-resize;
  z-index: 10;
  display: none;
  line-height: 1px;
  overflow: hidden;
}
.l-layout-dragging-xline {
  background: #E0E4E2;
  height: 4px;
  position: absolute;
  display: none;
  z-index: 9999;
  padding: 0;
  margin: 0;
  line-height: 1px;
  overflow: hidden;
}
.l-layout-dragging-yline {
  background: #E0E4E2;
  width: 4px;
  position: absolute;
  display: none;
  z-index: 9999;
  padding: 0;
  margin: 0;
}
.l-layout-lock {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9990;
  margin: 0;
  padding: 0;
}
.l-layout-content {
  position: relative;
  background: white;
  overflow: hidden;
}
.l-layout-drophandle {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 5px;
  cursor: col-resize;
  z-index: 10;
  height: 100%;
  display: none;
}
.l-layout-collapse {
  width: 24px;
  background: #EAF2FE;
  border: 1px solid #B8D0D6;
  position: absolute;
  top: 0px;
  left: 4px;
  display: none;
  height: 100%;
  z-index: 10;
}
.l-layout-collapse-over {
  background: #F5F9FA;
}
.l-layout-collapse-toggle {
  position: absolute;
  top: 0px;
  right: 2px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  background-position: -20px -40px;
  cursor: pointer;
}
.l-layout-collapse-toggle-over {
  background-position: -20px -60px;
}
.l-layout-dragging-line {
  background: #E0E4E2;
  width: 4px;
  position: absolute;
  top: 0px;
  display: none;
  z-index: 9999;
  padding: 0;
  margin: 0;
  height: 100%;
}
.l-layout-xmask {
  cursor: col-resize;
  z-index: 9990;
}
.l-layout-ymask {
  cursor: row-resize;
  z-index: 9990;
}
.ws-panel {
  background: #FFF;
}
.ws-panel .ws-panel-head {
  height: 40px;
  border: 1px solid #ddd;
  border-bottom: none;
  padding-top: 5px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.ws-panel .ws-panel-title {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
}
.ws-panel-center {
  zoom: 1;
}
.ws-panel-center:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-list-table {
  width: 100%;
  border-right: 1px solid #dddddd;
  *border-right: none;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
/* --------------
   *   accordion  *
* ------------ */
.l-accordion-panel {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 3px;
}
.l-accordion-toggle {
  position: absolute;
  top: 7px;
  right: 4px;
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  cursor: pointer;
}
.l-accordion-toggle-close {
  background-position: 0px 0px;
}
.l-accordion-toggle-open {
  background-position: 0px -40px;
}
.l-accordion-header {
  position: relative;
  padding-left: 10px;
  color: #183152;
  font-weight: normal;
  line-height: 34px;
  background: #eeeeee;
  overflow: hidden;
  cursor: pointer;
  border-top: 1px solid #dddddd;
}
.l-accordion-header-over {
  background: #FFF;
}
.l-accordion-content {
  position: relative;
  overflow: auto;
  background: white url('../img/layout/accordion-content.gif') repeat-x;
}
.l-layout-left .l-accordion-panel {
  border-left: none;
  border-right: none;
}
.l-accordion-header i {
  display: none;
}
.l-accordion-header-hasicon {
  padding-left: 10px;
  position: relative;
}
.l-accordion-header-hasicon i {
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
}
.l-accordion-header-hasicon i img {
  width: 16px;
  height: 16px;
}
/* --------------
   *   panel  *
* ------------ */
.m-panel {
  border: 1px solid #e9e9e9;
  position: relative;
  text-align: left;
}
.m-panel-dragging {
  z-index: 999;
}
.m-panel-content {
  background: white;
}
.m-panel-loading {
  position: absolute;
  z-index: 91000;
  top: 0;
  left: 0;
  background: white url('../img/common/bigloading.gif') no-repeat center 40%;
  width: 100%;
  height: 100%;
  _height: 800px;
  display: none;
}
.m-panel-header {
  position: relative;
  padding-left: 10px;
  color: #183152;
  font-weight: bold;
  height: 30px;
  line-height: 29px;
  background: #eeeeee;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}
.m-panel-header-toggle {
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  background-position: -60px 0px;
  cursor: pointer;
  float: right;
  margin: 5px;
}
.m-panel-header-toggle-hide {
  background-position: -60px -40px;
}
.m-panel-header-close {
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  background-position: -40px -20px;
  cursor: pointer;
  float: right;
}
.m-panel-header .icons {
  width: 80px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.m-panel-content iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* --------------
   *   panel  *
* ------------ */
.l-panel {
  border: 1px solid #dddddd;
  position: relative;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.l-panel-dragging {
  z-index: 999;
}
.l-panel-content {
  background: white;
}
.l-panel-loading {
  position: absolute;
  z-index: 91000;
  top: 0;
  left: 0;
  background: white url('../img/common/bigloading.gif') no-repeat center 40%;
  width: 100%;
  height: 100%;
  _height: 800px;
  display: none;
}
.l-panel-header {
  position: relative;
  padding-left: 10px;
  color: #183152;
  font-weight: bold;
  height: 30px;
  line-height: 29px;
  background: #eeeeee;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}
.l-panel-header-toggle {
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  background-position: -60px 0px;
  cursor: pointer;
  float: right;
  margin: 5px;
}
.l-panel-header-toggle-hide {
  background-position: -60px -40px;
}
.l-panel-header-close {
  height: 20px;
  width: 20px;
  overflow: hidden;
  background: url('../img/layout/togglebar.gif');
  background-position: -40px -20px;
  cursor: pointer;
  float: right;
}
.l-panel-header .icons {
  width: 80px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.l-panel-content iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* --------------
   *   Portal  *
* ------------ */
.m-panel-place {
  width: 100%;
  height: 180px;
  border: 1px dashed #88B0E4;
  background: white;
  margin-bottom: 10px;
}
.l-column-place {
  height: 4px;
  width: 100%;
}
.l-portal .l-row-dragging .l-column-place {
  border: 1px dashed #C48AD7;
}
.l-column-empty .l-column-place {
  height: 80px;
}
.l-portal .l-row {
  clear: both;
  margin-bottom: 7px;
}
.l-portal .l-column {
  float: left;
  margin-right: 10px;
}
.l-portal .l-column .m-panel {
  margin-bottom: 10px;
}
.l-menu {
  border: 1px solid #979797;
  background: #F5F5F5;
  position: absolute;
  overflow: hidden;
  padding-bottom: 2px;
  z-index: 1001;
}
.l-menu-shadow {
  z-index: 1000;
  FILTER: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2, MakeShadow=false, ShadowOpacity=0.2);
  BACKGROUND: #ddd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
}
.l-menu-inner {
  position: relative;
  width: 100%;
  z-index: 103;
}
.l-menu-over {
  position: absolute;
  top: -24px;
  left: 2px;
  z-index: 102;
  height: 22px;
  overflow: hidden;
  background: url('../img/menu/menu-item-over-m.gif') repeat-x;
  width: 97%;
}
.l-menu-yline {
  background: url('../img/menu/menu-line-y.gif') repeat-y;
  width: 2px;
  height: 2000px;
  position: absolute;
  left: 28px;
  top: 1px;
  z-index: 101;
}
.l-menu-over-l {
  background: url('../img/menu/menu-item-over-l.gif') no-repeat;
  width: 28px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.l-menu-over-r {
  background: url('../img/menu/menu-item-over-r.gif') no-repeat;
  width: 3px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}
.l-menu-item {
  position: relative;
  height: 23px;
  line-height: 23px;
  width: 100%;
  cursor: pointer;
}
.l-menu-item-line {
  background: url('../img/menu/menu-line-x.gif') repeat-x;
  height: 2px;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 30px;
  line-height: 2px;
  overflow: hidden;
}
.l-menu-item-arrow {
  background: url('../img/menu/menu-item-arrow.gif') no-repeat;
  position: absolute;
  top: 8px;
  right: 9px;
  width: 4px;
  height: 7px;
}
.l-menu-item-text {
  color: #000000;
  left: 33px;
  position: absolute;
  top: 0;
}
.l-menu-item-icon {
  left: 3px;
  top: 0;
  position: absolute;
  width: 25px;
  height: 22px;
  overflow: hidden;
}
.l-menu-item-color {
  border: 1px solid #cccccc;
  left: 6px;
  top: 3px;
  position: absolute;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.l-menu-item-disable {
  cursor: default;
}
.l-menu-item-disable .l-menu-item-text {
  color: #A1A1A1;
}
/* -----------------------
   * tab *
* ----------------------- */
.l-tab-loading {
  position: absolute;
  z-index: 91000;
  top: 0;
  left: 0;
  background: white url('../img/common/bigloading.gif') no-repeat center 40%;
  width: 100%;
  height: 100%;
  _height: 800px;
  display: none;
}
.l-tab-links {
  position: relative;
  height: 36px;
  width: 100%;
  overflow: hidden;
}
.l-tab-links-left {
  position: absolute;
  top: 1px;
  left: 0;
  width: 17px;
  height: 35px;
  overflow: hidden;
  background: url(../img/layout/tabs-tools.gif) 0px 0px;
  z-index: 13;
  cursor: pointer;
}
.l-tab-links-right {
  position: absolute;
  top: 1px;
  right: 0;
  width: 17px;
  height: 35px;
  overflow: hidden;
  background: url(../img/layout/tabs-tools.gif) -51px 0px;
  z-index: 13;
  cursor: pointer;
}
.l-tab-links-left-over {
  background-position: -17px 0px;
}
.l-tab-links-right-over {
  background-position: -68px 0px;
}
.l-tab-links-left-invalid {
  background-position: -34px 0px;
}
.l-tab-links-right-invalid {
  background-position: -85px 0px;
}
.l-tab-switch {
  position: absolute;
  top: 1px;
  right: 0;
  width: 17px;
  height: 23px;
  overflow: hidden;
  background: url(../img/layout/tabs-tools.gif) -102px 0px;
  z-index: 13;
  cursor: pointer;
  display: none;
}
.l-tab-itemswitch {
  width: 26px;
  border-top-right-radius: 3px;
  background: #fff;
  position: relative;
}
.l-tab-links .l-tab-itemswitch a {
  width: 7px;
  height: 4px;
  line-height: 4px;
  background: url(../img/layout/tabs-tools.gif) 0px -30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -2px;
}
.l-tab-switchable .l-tab-links-right {
  right: 18px;
}
.l-tab-switchable .l-tab-switch {
  display: block;
}
.l-tab-windowsswitch {
  border: 1px solid #BED5F3;
  padding: 1px;
  background: #ffffff;
  position: absolute;
  z-index: 9900;
}
.l-tab-windowsswitch .theline {
  height: 1px;
  line-height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border: none;
  border-bottom: 1px dashed #DCDCDC;
}
.l-tab-windowsswitch .closeall {
  background: url(../img/layout/closeall.gif);
  height: 16px;
  line-height: 16px;
  width: 16px;
}
.l-tab-windowsswitch a {
  display: block;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  border: 1px solid #fff;
  color: #333;
  padding: 0 5px;
  width: 130px;
  overflow: hidden;
  margin: 1px;
}
.l-tab-windowsswitch a:hover {
  border: 1px solid #d3d3d3;
  background: #f9f9f9;
}
.l-tab-windowsswitch a.selected {
  border: 1px solid #B9D2F2;
  background: #CADDF5;
}
.l-tab-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 9999px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e9e9e9;
}
.l-tab-links li {
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 2px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #f5f5f5;
}
.l-tab-links li.l-selected {
  background: #FFF;
  z-index: 100000;
  height: 35px;
  line-height: 34px;
}
.l-tab-links li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 0 15px;
}
.l-tab-links-item-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 26px;
  background: url(../img/layout/tabs-item-left-bg.gif);
  display: none;
}
.l-tab-links-item-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 26px;
  background: url(../img/layout/tabs-item-right-bg.gif);
  display: none;
}
.l-tab-links-item-close {
  width: 11px;
  height: 11px;
  overflow: hidden;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 12;
  background: url(../img/icon/icon-close.gif);
  cursor: pointer;
}
.l-tab-links-item-close-over {
  background: url(../img/icon/icon-close-over.gif);
}
.l-tab-content {
  margin: 0 auto;
  padding: 0;
  border: 1px solid #e9e9e9;
  border-top: none;
}
.l-tab-content-item {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.l-tab-content-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.l-tab-drag-proxy {
  border: 1px solid #BDD1EE;
  position: absolute;
  z-index: 1001;
  height: 25px;
  line-height: 25px;
  padding-left: 19px;
  padding-right: 4px;
  background: white;
}
.l-tab-drag-proxy .l-drop-icon {
  position: absolute;
  top: 5px;
  left: 4px;
  width: 16px;
  height: 16px;
}
.l-drop-no {
  background: white url('../img/common/drop-icons.gif') no-repeat 0px -20px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.l-drop-yes {
  background: white url('../img/common/drop-icons.gif') no-repeat 0px 0px;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.l-tab-drag-droptip {
  width: 9px;
  position: absolute;
  top: 30px;
  left: 30px;
  height: 44px;
  z-index: 1000;
}
.l-tab-drag-droptip .l-drop-move-up {
  position: absolute;
  top: 0px;
}
.l-tab-drag-droptip .l-drop-move-down {
  position: absolute;
  bottom: 0px;
}
.l-drop-move-up {
  background: transparent url('../img/common/drop-icons.gif') no-repeat -40px 0px;
  width: 9px;
  height: 9px;
  overflow: hidden;
}
.l-drop-move-down {
  background: transparent url('../img/common/drop-icons.gif') no-repeat -60px 0px;
  width: 9px;
  height: 9px;
  overflow: hidden;
}
/* -----------------------
   * easytab *
* ----------------------- */
.l-easytab {
  padding: 0px;
  position: relative;
}
.l-easytab .l-easytab-header {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 101;
}
.l-easytab .l-easytab-header {
  padding-left: 3px;
}
.l-easytab .l-easytab-header li {
  float: left;
  margin-left: 2px;
}
.l-easytab .l-easytab-header li span {
  display: block;
  line-height: 22px;
  height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  background: url('../img/controls/bg-tab-title.gif') repeat-x;
  color: #333;
  text-decoration: none;
  border: 1px solid #AECAF0;
  color: #283B56;
  border-bottom: none;
}
.l-easytab .l-easytab-header li span.l-over {
  background: url('../img/controls/bg-tab-title-over.gif') repeat-x;
  border: 1px solid #DAB364;
  cursor: pointer;
  border-bottom: none;
}
.l-easytab .l-easytab-header li span.l-selected {
  background: none;
  background: white;
  border-top: 3px solid #FFBD69;
  height: 20px;
  color: #355686;
  border-left: 1px solid  #DAB364;
  border-right: 1px solid  #DAB364;
  border-bottom: 1px solid  white;
  border-bottom: none;
}
.l-easytab .l-easytab-panelbox {
  border: 1px solid #AECAF0;
  clear: left;
  position: absolute;
  top: 23px;
  padding: 4px;
  z-index: 100;
}
.ws-tab-orange .l-tab-links li {
  background: #FFF;
  border: none;
  margin-right: 0px;
}
.ws-tab-orange .l-tab-links li.l-selected {
  border-bottom: 2px solid #F57527;
  height: 34px;
}
.ws-tab-orange .l-tab-links li.l-selected a {
  color: #F57527;
}
.ws-tab-orange .l-tab-content {
  border: none;
}
/* --------------
   *   tree  *
* ------------ */
.l-tree {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  display: block;
  background: white;
}
.l-tree-loading {
  position: absolute;
  z-index: 91000;
  top: 40%;
  left: 50%;
  overflow: hidden;
  background: url('../img/tree/loading.gif') no-repeat 0px 0px;
  width: 24px;
  height: 24px;
  display: none;
}
.l-tree a,
.l-tree span {
  color: #333;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
}
.l-tree .l-body span {
  display: block;
  float: left;
  _display: inherit;
  _float: none;
  *display: inherit;
  *float: none;
}
.l-tree ul,
.l-tree li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-tree li {
  clear: both;
  display: block;
  cursor: pointer;
}
.l-tree li .l-body {
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  width: 2000px;
}
.l-tree .l-box {
  width: 22px;
  height: 22px;
  overflow: hidden;
  float: left;
  background: url('../img/tree/tree.gif');
  background-position: -22px -220px;
}
.l-tree li .l-body .l-box-loading {
  background: url('../img/tree/nodeloading4.gif') no-repeat 5px 5px;
  cursor: default;
}
.l-tree-noline .l-box {
  background-image: url('../img/tree/tree-noline.gif');
}
.l-tree .l-expandable-close {
  background-position: 0px -44px;
}
.l-tree .l-first .l-expandable-close {
  background-position: 0px -22px;
}
.l-tree .l-last .l-expandable-close {
  background-position: 0px -66px;
}
.l-tree .l-onlychild .l-expandable-close {
  background-position: 0px 0px;
}
.l-tree .l-expandable-open {
  background-position: 0px -132px;
}
.l-tree .l-first .l-expandable-open {
  background-position: 0px -110px;
}
.l-tree .l-last .l-expandable-open {
  background-position: 0px -154px;
}
.l-tree .l-onlychild .l-expandable-open {
  background-position: 0px -88px;
}
.l-tree .l-over {
  background: none;
}
.l-tree .l-over span {
  text-decoration: underline;
}
.l-tree .l-selected {
  background: none;
}
.l-tree .l-selected span {
  background: #D9E8FB;
  border: 1px solid #B5CBEC;
  padding: 0px 2px;
  height: 20px;
  line-height: 20px;
}
.l-tree .l-line {
  background-position: 0px -176px;
}
.l-tree .l-note {
  background-position: 0px -198px;
}
.l-tree .l-note {
  background-position: 0px -198px;
}
.l-tree .l-note-last {
  background-position: 0px -220px;
}
.l-tree .l-checkbox-unchecked {
  background-position: -22px 0px;
}
.l-tree .l-checkbox-checked {
  background-position: -22px -22px;
}
.l-tree .l-checkbox-incomplete {
  background-position: -22px -44px;
}
.l-tree .l-over .l-checkbox-unchecked {
  background-position: -44px 0px;
}
.l-tree .l-over .l-checkbox-checked {
  background-position: -44px -22px;
}
.l-tree .l-over .l-checkbox-incomplete {
  background-position: -44px -44px;
}
.l-tree .l-tree-icon-folder {
  background-position: -22px -88px;
}
.l-tree .l-tree-icon-none {
  background: none;
}
.l-tree .l-tree-icon-none img {
  border: 0;
  height: 16px;
  width: 16px;
  top: 2px;
  margin-top: 2px;
  margin-left: 2px;
}
.l-tree .l-tree-icon-folder-open {
  background-position: -44px -88px;
}
.l-tree .l-tree-icon-leaf {
  background-position: -22px -110px;
}
.ws-sidemenu {
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #e9e9e9;
  border-bottom: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/wsui/css/boxsizing.htc);
}
.ws-sidemenu:after {
  clear: both;
  display: block;
  content: '';
}
.ws-sidemenu li {
  clear: both;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0px;
}
.ws-sidemenu li a {
  display: block;
  height: 38px;
  line-height: 38px;
  *line-height: 45px;
  width: 100%;
  position: relative;
  font-size: 13px;
  margin-bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  overflow: visible;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ws-sidemenu li a .ws-iconfont {
  padding-left: 10px;
}
.ws-sidemenu li a.parent {
  font-weight: normal;
}
.ws-sidemenu li a .point {
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  min-width: 16px;
  width: auto;
  display: inline-block;
  *display: block;
  *float: left;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  position: relative;
  z-index: 1;
  behavior: url(/andyui/htc/ie-css3.htc);
  border-color: #adadad;
  background-color: #cccccc;
  color: #4d4d4d;
  position: absolute;
  right: 15px;
  top: 9px;
  text-indent: 0;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
}
.ws-sidemenu li a .point .iconfont {
  margin-left: 3px;
  margin-right: 3px;
}
.ws-sidemenu li a .point.iconfont {
  font-size: 18px;
}
.ws-sidemenu li a .point a {
  color: #3b3b3b;
}
.ws-sidemenu li a .point a:hover {
  color: #262626;
}
.ws-sidemenu li a .point hr {
  border-color: #bfbfbf;
}
.ws-sidemenu li a .point.sm {
  height: 24px;
  line-height: 24px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  min-width: 30px;
}
.ws-sidemenu li a .point.sm .iconfont {
  font-size: 12px;
}
.ws-sidemenu li a .point.md {
  height: 33px;
  line-height: 33px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 17px;
  min-width: 35px;
}
.ws-sidemenu li a .point.md .iconfont {
  font-size: 17px;
}
.ws-sidemenu li a .point.lg {
  height: 43px;
  line-height: 43px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 25px;
  min-width: 44px;
}
.ws-sidemenu li a .point.lg .iconfont {
  font-size: 25px;
}
.ws-sidemenu li a .point.de {
  height: 28px;
  line-height: 28px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14px;
  min-width: 30px;
}
.ws-sidemenu li a .point.de .iconfont {
  font-size: 14px;
}
.ws-sidemenu li a .point.xl {
  height: 50px;
  line-height: 50px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 30px;
  min-width: 52px;
}
.ws-sidemenu li a .point.xl .iconfont {
  font-size: 30px;
}
.ws-sidemenu li a .point.xs {
  height: 20px;
  line-height: 20px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  font-size: 11px;
  min-width: 22px;
}
.ws-sidemenu li a .point.xs .iconfont {
  font-size: 12px;
}
.ws-sidemenu li a .point.text {
  border-radius: 3px 3px 3px 3px;
  padding: 0 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.ws-sidemenu li a .point.info {
  border-color: #1b9cd7;
  background-color: #28a9e4;
  color: #d4eefa;
}
.ws-sidemenu li a .point.info a {
  color: #f3fafe;
}
.ws-sidemenu li a .point.info a:hover {
  color: #ffffff;
}
.ws-sidemenu li a .point.info hr {
  border-color: #1b9cd7;
}
.ws-sidemenu li a .point.primary {
  border-color: #6254b2;
  background-color: #7266ba;
  color: #edecf6;
}
.ws-sidemenu li a .point.primary a {
  color: #ffffff;
}
.ws-sidemenu li a .point.primary a:hover {
  color: #ffffff;
}
.ws-sidemenu li a .point.primary hr {
  border-color: #6254b2;
}
.ws-sidemenu li a .point.success {
  border-color: #2d862d;
  background-color: #339933;
  color: #abe3ab;
}
.ws-sidemenu li a .point.success a {
  color: #c6ecc6;
}
.ws-sidemenu li a .point.success a:hover {
  color: #ffffff;
}
.ws-sidemenu li a .point.success hr {
  border-color: #2d862d;
}
.ws-sidemenu li a .point.warning {
  border-color: #e68a00;
  background-color: #ff9900;
  color: #ffe7c2;
}
.ws-sidemenu li a .point.warning a {
  color: #fff5e5;
}
.ws-sidemenu li a .point.warning a:hover {
  color: #ffffff;
}
.ws-sidemenu li a .point.warning hr {
  border-color: #e68a00;
}
.ws-sidemenu li a .point.danger {
  border-color: #e7372a;
  background-color: #e94c41;
  color: #fdf0ef;
}
.ws-sidemenu li a .point.danger a {
  color: #ffffff;
}
.ws-sidemenu li a .point.danger a:hover {
  color: #ffffff;
}
.ws-sidemenu li a .point.danger hr {
  border-color: #e7372a;
}
.ws-sidemenu li a .point.black {
  border-color: #1d2935;
  background-color: #263646;
  color: #7897b6;
}
.ws-sidemenu li a .point.black a {
  color: #8fa9c2;
}
.ws-sidemenu li a .point.black a:hover {
  color: #c1cfdd;
}
.ws-sidemenu li a .point.black hr {
  border-color: #1d2935;
}
.ws-sidemenu li a .point.dark {
  border-color: #2f3342;
  background-color: #3a3f51;
  color: #989eb5;
}
.ws-sidemenu li a .point.dark a {
  color: #adb2c4;
}
.ws-sidemenu li a .point.dark a:hover {
  color: #d9dbe4;
}
.ws-sidemenu li a .point.dark hr {
  border-color: #2f3342;
}
.ws-sidemenu li a .point.white {
  border-color: #e0e0e0;
  background-color: #ffffff;
  color: #808080;
}
.ws-sidemenu li a .point.white a {
  color: #6e6e6e;
}
.ws-sidemenu li a .point.white a:hover {
  color: #595959;
}
.ws-sidemenu li a .point.white hr {
  border-color: #f2f2f2;
}
.ws-sidemenu li a .point.text {
  padding: 0 5px;
  text-shadow: none!important;
}
.ws-sidemenu li a:hover {
  transition: background-color 0.4s, color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s;
}
.ws-sidemenu li a.active {
  font-weight: normal;
  border-left: none;
}
.ws-sidemenu li a.active:after {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ws-sidemenu li ul {
  display: none;
  transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.ws-sidemenu li li {
  padding: 0;
}
.ws-sidemenu li li a {
  border-bottom: none;
}
.ws-sidemenu li li a {
  text-indent: 10px;
}
.ws-sidemenu li li li a {
  text-indent: 20px;
}
.ws-sidemenu li li li li a {
  text-indent: 49px;
}
.ws-sidemenu li li li li li a {
  text-indent: 62px;
}
.ws-sidemenu li li li li li li a {
  text-indent: 75px;
}
.ws-sidemenu li .arrow {
  position: absolute;
  right: 4px;
  top: 13px;
  font-size: 12px;
  width: 12px;
  height: 12px;
  display: block;
  font-weight: normal;
  line-height: 12px;
  text-indent: 0;
  transition: transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  /* Firefox 4 */
  -webkit-transition: -webkit-transform 0.3s;
  /* Safari and Chrome */
  -o-transition: -o-transform 0.3s;
  /* Opera */
}
.ws-sidemenu li a.active .arrow {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}
.ws-sidemenu .noicon a:before {
  content: "○";
  font-size: 13px;
  margin-right: 4px;
}
.ws-sidemenu .noicon .icon {
  display: none!important;
}
.ws-sidemenu .show {
  display: block;
}
.ws-sidemenu li {
  border-color: #cccccc;
  color: #6b6b6b;
}
.ws-sidemenu li a {
  color: #595959;
}
.ws-sidemenu li a:hover {
  color: #454545;
}
.ws-sidemenu li hr {
  border-color: #dedede;
}
.ws-sidemenu li a {
  border-color: #cccccc;
  color: #6b6b6b;
}
.ws-sidemenu li a a {
  color: #595959;
}
.ws-sidemenu li a a:hover {
  color: #454545;
}
.ws-sidemenu li a hr {
  border-color: #dedede;
}
.ws-sidemenu li a:hover {
  border-color: #d4d4d4;
  background-color: #f2f2f2;
  color: #737373;
}
.ws-sidemenu li a:hover a {
  color: #616161;
}
.ws-sidemenu li a:hover a:hover {
  color: #4d4d4d;
}
.ws-sidemenu li a:hover hr {
  border-color: #e6e6e6;
}
.ws-sidemenu li a.active {
  color: #fff;
  background-color: #28a9e4;
}
.ws-sidemenu li .show .active {
  color: #333;
  background-color: #E4F5FE;
}
.ws-sidemenu li .show a.active:after {
  background-color: #42bdf5;
}
.ws-sidemenu li .show li a {
  background: #E4F5FE;
  border-bottom: 1px solid #c9c9c9;
}
.ws-sidemenu li li {
  border-color: #bfbfbf;
  color: #5e5e5e;
}
.ws-sidemenu li li a {
  color: #333;
}
.ws-sidemenu li li a:hover {
  color: #383838;
}
.ws-sidemenu li li hr {
  border-color: #d1d1d1;
}
.ws-sidemenu li li a {
  border-color: #bfbfbf;
  color: #5e5e5e;
}
.ws-sidemenu li li a a {
  color: #4d4d4d;
}
.ws-sidemenu li li a a:hover {
  color: #383838;
}
.ws-sidemenu li li a hr {
  border-color: #d1d1d1;
}
.ws-sidemenu li li a:hover {
  border-color: #c9c9c9;
  color: #696969;
}
.ws-sidemenu li li a:hover a {
  color: #575757;
}
.ws-sidemenu li li a:hover a:hover {
  color: #424242;
}
.ws-sidemenu li li a:hover hr {
  border-color: #dbdbdb;
}
.ws-sidemenu li li li {
  border-color: #b3b3b3;
  background-color: #d1d1d1;
  color: #525252;
}
.ws-sidemenu li li li a {
  color: #404040;
}
.ws-sidemenu li li li a:hover {
  color: #2b2b2b;
}
.ws-sidemenu li li li hr {
  border-color: #c4c4c4;
}
.ws-sidemenu li li li a {
  border-color: #b3b3b3;
  background-color: #d1d1d1;
  color: #525252;
}
.ws-sidemenu li li li a a {
  color: #404040;
}
.ws-sidemenu li li li a a:hover {
  color: #2b2b2b;
}
.ws-sidemenu li li li a hr {
  border-color: #c4c4c4;
}
.ws-sidemenu li li li a:hover {
  /*          border-color: #bdbdbd;
          background-color: #dbdbdb;*/
  color: #5c5c5c;
}
.ws-sidemenu li li li a:hover a {
  color: #4a4a4a;
}
.ws-sidemenu li li li a:hover a:hover {
  color: #363636;
}
.ws-sidemenu li li li a:hover hr {
  border-color: #cfcfcf;
}
.ws-sidemenu li li li li {
  border-color: #a6a6a6;
  background-color: #c4c4c4;
  color: #454545;
}
.ws-sidemenu li li li li a {
  color: #333333;
}
.ws-sidemenu li li li li a:hover {
  color: #1f1f1f;
}
.ws-sidemenu li li li li hr {
  border-color: #b8b8b8;
}
.ws-sidemenu li li li li a {
  border-color: #a6a6a6;
  background-color: #c4c4c4;
  color: #454545;
}
.ws-sidemenu li li li li a a {
  color: #333333;
}
.ws-sidemenu li li li li a a:hover {
  color: #1f1f1f;
}
.ws-sidemenu li li li li a hr {
  border-color: #b8b8b8;
}
.ws-sidemenu li li li li a:hover {
  border-color: #b0b0b0;
  background-color: #cfcfcf;
  color: #4f4f4f;
}
.ws-sidemenu li li li li a:hover a {
  color: #3d3d3d;
}
.ws-sidemenu li li li li a:hover a:hover {
  color: #292929;
}
.ws-sidemenu li li li li a:hover hr {
  border-color: #c2c2c2;
}
.ws-sidemenu li li li li li {
  border-color: #999999;
  background-color: #b8b8b8;
  color: #383838;
}
.ws-sidemenu li li li li li a {
  color: #262626;
}
.ws-sidemenu li li li li li a:hover {
  color: #121212;
}
.ws-sidemenu li li li li li hr {
  border-color: #ababab;
}
.ws-sidemenu li li li li li a {
  border-color: #999999;
  background-color: #b8b8b8;
  color: #383838;
}
.ws-sidemenu li li li li li a a {
  color: #262626;
}
.ws-sidemenu li li li li li a a:hover {
  color: #121212;
}
.ws-sidemenu li li li li li a hr {
  border-color: #ababab;
}
.ws-sidemenu li li li li li a:hover {
  background-color: #c2c2c2;
}
.ws-sidemenu li li li li li li {
  border-color: #9e9e9e;
  background-color: #ababab;
  color: #ffffff;
}
.ws-sidemenu li li li li li li a {
  color: #ffffff;
}
.ws-sidemenu li li li li li li a:hover {
  color: #ffffff;
}
.ws-sidemenu li li li li li li hr {
  border-color: #9e9e9e;
}
.ws-sidemenu li li li li li li a {
  border-color: #9e9e9e;
  background-color: #ababab;
  color: #ffffff;
}
.ws-sidemenu li li li li li li a a {
  color: #ffffff;
}
.ws-sidemenu li li li li li li a a:hover {
  color: #ffffff;
}
.ws-sidemenu li li li li li li a hr {
  border-color: #9e9e9e;
}
.ws-sidemenu li li li li li li a:hover {
  border-color: #969696;
  background-color: #b5b5b5;
  color: #363636;
}
.ws-sidemenu li li li li li li a:hover a {
  color: #242424;
}
.ws-sidemenu li li li li li li a:hover a:hover {
  color: #0f0f0f;
}
.ws-sidemenu li li li li li li a:hover hr {
  border-color: #a8a8a8;
}
.ws-sidemenu.style01 li {
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  margin-bottom: 5px;
}
.ws-sidemenu.style01 li ul {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ws-sidemenu.style01 li ul ul {
  padding-top: 0px;
  padding-bottom: 0px;
}
.ws-sidemenu.style01 li li {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  background: none;
  box-shadow: none;
}
.ws-sidemenu.style01 li li a {
  background: none!important;
  filter: none!important;
  padding: 7px 0;
  font-size: 13px;
  border-bottom: none!important;
  margin-bottom: 0;
}
.ws-sidemenu.style01 li li a:hover {
  font-weight: normal;
}
.ws-sidemenu.style01 li li a .point {
  top: 7px;
}
.ws-sidemenu.style01 li a {
  padding: 8px 0;
  font-size: 14px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: -1px;
}
.ws-sidemenu.style01 li a.active {
  border-left: none;
}
.ws-sidemenu.style01 li a.active:after {
  height: 33px;
}
.ws-sidemenu.style01 li a .point {
  top: 7px!important;
}
.ws-sidemenu.style01 li .arrow {
  top: 11px;
}
.ws-sidemenu.style02 {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #eee;
  padding: 20px 0;
  border-color: #aaaaaa;
}
.ws-sidemenu.style02:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: -5px;
  z-index: 3;
}
.ws-sidemenu.style02:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  background-color: #fff;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
.ws-sidemenu.style02 li {
  background: none!important;
  overflow: visible;
}
.ws-sidemenu.style02 li a {
  background: none!important;
  text-indent: 13px;
  color: #777;
  border-bottom: none;
}
.ws-sidemenu.style02 li a:hover {
  background-color: #efefef;
  color: #000;
}
.ws-sidemenu.style02 li a.parent {
  font-weight: bold;
}
.ws-sidemenu.style02 li a.parent:after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #ccc;
  position: absolute;
  top: 13px;
  left: -6px;
  z-index: 10;
}
.ws-sidemenu.style02 li a.active:after {
  background-color: #3797F0;
}
.ws-sidemenu.style02 li a .icon {
  left: 7px;
}
.ws-sidemenu.style02 li a .point {
  top: 10px;
}
.ws-sidemenu.style02 li li a {
  text-indent: 26px;
}
.ws-sidemenu.style02 li li a.parent:after {
  left: -6px;
}
.ws-sidemenu.style02 li li li a {
  text-indent: 39px;
}
.ws-sidemenu.style02 li li li li a {
  text-indent: 52px;
}
.ws-sidemenu.style02:after,
.ws-sidemenu.style02:before {
  border-color: #aaaaaa;
}
.ws-sidemenu.style02 li {
  border-color: #9d9d9d;
  background-color: #aaaaaa;
  color: #ffffff;
  color: #aaaaaa;
}
.ws-sidemenu.style02 li a {
  color: #ffffff;
}
.ws-sidemenu.style02 li a:hover {
  color: #ffffff;
}
.ws-sidemenu.style02 li hr {
  border-color: #9d9d9d;
}
.ws-sidemenu.style02 li a {
  color: #aaaaaa;
}
.ws-sidemenu.style02 li a:hover {
  color: #d0d0d0;
}
.ws-sidemenu.style02 li a.parent:after {
  background-color: #aaaaaa;
}
.ws-sidemenu.style02 li a.active {
  color: #ffc30f;
}
.ws-sidemenu.style02 li a.active:after {
  background-color: #ffc30f;
}
.ws-sidemenu.min {
  width: 39px!important;
  margin: 0;
  border: none;
  padding: 0;
}
.ws-sidemenu.min:after,
.ws-sidemenu.min:before {
  display: none;
}
.ws-sidemenu.min li {
  width: 100%;
  margin-bottom: 0;
  box-shadow: none;
  border: none;
  overflow: visible;
  border-radius: 0;
}
.ws-sidemenu.min li a {
  padding: 0 0 0 39px;
  width: 0;
  height: 39px;
  line-height: 39px;
  display: block;
  overflow: hidden;
  text-indent: 0px;
}
.ws-sidemenu.min li a:after,
.ws-sidemenu.min li a:before {
  display: none;
}
.ws-sidemenu.min li a .point {
  right: 0px;
  top: 0px;
}
.ws-sidemenu.min li a .icon {
  font-size: 23px;
  text-indent: 0px;
  left: 9px;
  top: 0px;
  position: absolute;
}
.ws-sidemenu.min li a .arrow {
  display: none;
}
.ws-sidemenu.min li ul {
  width: 200px;
  position: absolute;
  left: 39px;
  top: -1px;
  z-index: 9999;
}
.ws-sidemenu.min li ul li a {
  padding: 0;
  width: 100%;
  text-indent: 10px;
}
.ws-sidemenu.min li ul li a .icon {
  position: static;
  font-size: 13px;
  left: 0;
  top: 0;
}
.ws-sidemenu.min li ul li a .point {
  top: 10px;
  right: 18px;
}
.ws-sidemenu.min li ul li a .arrow {
  display: block;
  top: 14px!important;
}
.ws-sidemenu.min li ul li ul {
  position: static!important;
  width: 100%;
}
.ws-sidemenu.min li ul li ul li a {
  text-indent: 28px;
}
.ws-sidemenu.min li ul li ul li li a {
  text-indent: 42px;
}
@keyframes arrowAc {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-moz-keyframes arrowAc {
  /* Firefox */
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-webkit-keyframes arrowAc {
  /* Safari 和 Chrome */
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
@-o-keyframes arrowAc {
  /* Opera */
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
.ws-topmenu {
  display: block;
  float: left;
}
.ws-topmenu li {
  display: block;
  float: left;
  position: relative;
  overflow: visible;
}
.ws-topmenu li a {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 14px;
  color: #a6a6a6;
  position: relative;
  overflow: hidden;
}
.ws-topmenu li a.active {
  background: #F1F1F1;
}
.ws-topmenu li a:hover {
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -moz-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -webkit-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  -o-transition: background-color 0.4s, color 0.4s, border-color 0.4s;
}
.ws-topmenu li a .icon {
  margin-right: 5px;
}
.ws-topmenu li a .arrow {
  margin-left: 5px;
}
.ws-topmenu li a.active {
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #dddddd;
}
.ws-topmenu li a .iconfont {
  font-size: 14px;
}
.ws-topmenu li ul {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.ws-topmenu ul.show {
  display: block;
}
.ws-topmenu li ul li {
  display: block;
  clear: both;
  width: 100%;
}
.ws-topmenu li ul li a {
  width: 100%;
  display: block;
}
.ws-topmenu li ul li a.active {
  border-bottom-width: 0;
  border-bottom-style: solid;
}
.ws-topmenu li ul li a .arrow {
  margin-left: 0;
  float: right;
}
.ws-topmenu li ul li ul {
  left: 100%;
  display: none;
  top: 0;
  margin-left: 26px;
}
.ws-topmenu li a {
  color: #333;
}
.ws-topmenu li a:hover {
  background-color: #ddd;
  color: #333;
}
.ws-topmenu li ul li a {
  border-color: #1b9cd7;
}
.ws-topmenu li {
  height: 50px;
}
.ws-topmenu li a {
  height: 50px;
  line-height: 50px;
}
.ws-topmenu li ul {
  top: 50px;
}
.ws-topmenu li ul li {
  height: 50px;
}
.ws-topmenu li ul li a {
  height: 50px;
  line-height: 50px;
}
.ws-topmenu li ul li a.active {
  height: 50px;
}
.ws-topmenu li ul li ul {
  top: 0;
}
/*
	图文列表
			*/
.ws-left {
  float: left!important;
}
.ws-list-img-1 li {
  display: block;
  float: left;
  margin: 15px 0px 0px 15px;
  position: relative;
}
.ws-list-img-1 li .ws-img {
  display: block;
  float: left;
}
.ws-list-img-1 li .ws-img img {
  display: block;
  float: left;
}
.ws-list-img-1 li .ws-title-bg {
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.ws-list-img-1 li .ws-title-bg,
.ws-list-img-1 li .ws-title {
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0px;
}
.ws-list-img-1 li .ws-title {
  font-size: 18px;
  color: #ffffff;
}
.ws-list-img-2 li {
  display: block;
  float: left;
  width: 280px;
  margin: 15px 0px 0px 15px;
}
.ws-list-img-2 .ws-img {
  display: block;
  float: left;
}
.ws-list-img-2 .ws-img img {
  display: block;
  float: left;
}
.ws-list-img-2 .ws-title:hover {
  color: #000000;
}
.ws-list-img-2 .ws-title {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666666;
}
.ws-list-img-3 li {
  display: block;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.ws-list-img-3 .ws-img {
  display: block;
  float: left;
  width: 235px;
  height: 150px;
  overflow: hidden;
  padding-right: 20px;
}
.ws-list-img-3 .ws-img img {
  display: block;
  float: left;
  width: 235px;
  height: 150px;
}
.ws-list-img-3 ul {
  padding-left: 255px;
}
.ws-list-img-3 ul li {
  margin-top: 0px;
  margin-bottom: 5px;
}
.ws-list-img-3 li {
  display: block;
  float: left;
  margin-top: 20px;
  width: 100%;
}
.ws-list-img-3 ul li .ws-title:hover {
  text-decoration: underline;
}
.ws-list-img-3 ul li .ws-title {
  display: block;
  float: left;
  height: 30px;
  width: 100%;
  line-height: 20px;
  font-size: 18px;
  color: #000000;
}
.ws-list-img-3 ul li .ws-info {
  color: #838383;
}
.ws-list-img-3 ul li .ws-user {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #828282;
}
.ws-list-img-3 ul li .ws-user img {
  display: block;
  float: left;
  padding: 3px 5px 0px 0px;
}
.ws-list-img-3 ul li .ws-read,
.ws-list-img-3 ul li .ws-comment {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #999;
}
.ws-list-img-3 ul li .ws-read .ws-iconfont,
.ws-list-img-3 ul li .ws-comment .ws-iconfont {
  color: #ccc;
  padding-right: 5px;
}
.ws-list-img-3 ul li .ws-read,
.ws-list-img-3 ul li .ws-comment {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #999;
}
.ws-list-img-3 ul li .ws-read .ws-iconfont,
.ws-list-img-3 ul li .ws-comment .ws-iconfont {
  color: #ccc;
  padding-right: 5px;
}
.ws-list-img-3 ul li .ws-fabulous {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #FF870C;
  font-size: 20px;
}
.ws-list-img-3 ul li .ws-fabulous .ws-iconfont {
  font-size: 25px !important;
  padding-right: 5px;
}
.ws-list-img-4 li {
  display: block;
  float: left;
  width: 263px;
  position: relative;
  border: 1px solid #EFEFEF;
  padding-bottom: 10px;
}
.ws-list-img-4 li .ws-img {
  display: block;
  float: left;
}
.ws-list-img-4 li .ws-img img {
  display: block;
  float: left;
}
.ws-list-img-4 li .ws-title-bg {
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.ws-list-img-4 li .ws-title-bg,
.ws-list-img-4 li .ws-title {
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  top: 130px;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0px;
}
.ws-list-img-4 li .ws-title {
  font-size: 18px;
  color: #FFF;
}
.ws-list-img-4 li .ws-title .ws-read {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #CECECE;
  font-size: 14px;
}
.ws-list-img-4 li .ws-title .ws-read .ws-iconfont {
  padding-right: 5px;
}
.ws-list-img-4 li .ws-title .ws-price {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-right: 10px;
  color: #FE9829;
  font-size: 14px;
}
.ws-list-img-4 li .ws-describe {
  display: block;
  float: left;
  height: 45px;
  overflow: hidden;
  padding: 10px 10px 0px 10px;
  font-size: 14px;
  color: #676767;
}
.ws-list-img-5 {
  background: #FFF;
  border: 1px solid #FECB7B;
  padding: 10px;
}
.ws-list-img-5 li {
  display: block;
  float: left;
  width: 100%;
}
.ws-list-img-5 .ws-img {
  display: block;
  float: left;
  width: 400px;
  height: 210px;
  overflow: hidden;
  padding-right: 20px;
}
.ws-list-img-5 ul {
  padding-left: 420px;
  position: relative;
}
.ws-list-img-5 ul li {
  margin-top: 0px;
  margin-bottom: 5px;
}
.ws-list-img-5 ul li .ws-title {
  display: block;
  float: left;
  height: 40px;
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  color: #000000;
}
.ws-list-img-5 ul li .ws-title:hover {
  text-decoration: underline;
}
.ws-list-img-5 ul li .ws-s-title {
  color: #828282;
  border-bottom: 1px dotted #D4D4D4;
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 25px;
}
.ws-list-img-5 ul li .ws-time {
  display: block;
  float: left;
  color: #FE9D0F;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px;
}
.ws-list-img-5 ul li .ws-position {
  display: block;
  float: left;
  padding: 5px 0 5px 0;
  color: #828282;
}
.ws-list-img-5 ul li .ws-position .ws-iconfont {
  color: #cccccc;
}
.ws-list-img-5 ul li .ws-price {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
  padding-left: 50px;
  color: #FF3003;
  font-size: 14px;
  font-weight: bold;
}
.ws-list-img-5 ul li .ws-price b {
  font-size: 25px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  padding-right: 3px;
}
b {
  font-weight: bold;
}
.ws-list-img-5 ul li .ws-user {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  color: #828282;
}
.ws-list-img-5 ul li .ws-user img {
  display: block;
  float: left;
  padding: 3px 5px 0px 0px;
}
.ws-list-img-5 ul li .ws-read,
.ws-list-img-5 ul li .ws-comment {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #999;
}
.ws-list-img-5 ul li .ws-read .ws-iconfont,
.ws-list-img-5 ul li .ws-comment .ws-iconfont {
  color: #ccc;
  padding-right: 5px;
}
.ws-list-img-5 ul li .ws-read,
.ws-list-img-5 ul li .ws-comment {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  color: #999;
}
.ws-list-img-5 ul li.ws-state {
  display: block;
  float: left;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 30px;
  color: #FF831C;
}
.ws-list-img-5 ul li.ws-state span {
  font-size: 20px;
  line-height: 25px;
  padding-right: 0px;
}
.ws-list-img-5 ul li.ws-participate {
  display: block;
  float: left;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 150px;
}
.ws-list-img-5 ul li.ws-participate span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
}
.ws-list-img-5 ul li.ws-participate span b {
  color: #FF6507;
  font-weight: normal;
}
.ws-list-img-5 ul li.ws-participate a {
  display: block;
  float: left;
  width: 110px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #FF831C;
  color: #fff;
  font-size: 16px;
  margin-left: 20px;
}
.ws-list-img-5 ul li.ws-state .ws-iconfont {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 27px !important;
}
.ws-list-img-6 li {
  display: block;
  float: left;
  margin: 20px 0px 0px 20px;
  width: 233px;
  position: relative;
  border: 1px solid #EFEFEF;
  padding-bottom: 5px;
}
.ws-list-img-6 li .ws-img {
  display: block;
  float: left;
}
.ws-list-img-6 li .ws-img img {
  display: block;
  float: left;
}
.ws-list-img-6 li .ws-title {
  color: #FFF;
}
.ws-list-img-6 li .ws-title {
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  top: 140px;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  padding-bottom: 0px;
}
.ws-list-img-6 li .ws-title .ws-read {
  padding-right: 10px;
}
.ws-list-img-6 li .ws-user {
  display: block;
  float: left;
  padding-left: 10px;
  height: 40px;
  line-height: 40px;
  color: #828282;
}
.ws-list-img-6 li .ws-user img {
  display: block;
  float: left;
  padding: 3px 5px 0px 0px;
}
.ws-list-img-6 li .ws-info {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #666666;
}
.ws-list-img-6 li .ws-reads {
  display: block;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.ws-list-img-6 li .ws-reads .ws-read.ws-left {
  padding-left: 10px;
  color: #cccccc;
}
.ws-list-img-6 li .ws-reads .ws-read.ws-right {
  padding-right: 10px;
  color: #cccccc;
}
/* --------------
   *   scroll  *
* ------------ */
.ws-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ws-scroll .ws-scroll-left {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  height: auto !important;
}
.ws-scroll .ws-scroll-right {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 100%;
  background: #eee;
}
.ws-scroll .ws-scroll-bottom {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 15px;
  background: #eee;
}
.ws-scroll .scroll-ico-top,
.ws-scroll .scroll-ico-right,
.ws-scroll .scroll-ico-bottom,
.ws-scroll .scroll-ico-left {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 15px;
  height: 15px;
  background: #ccc;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ws-scroll .scroll-ico-top .iconfont,
.ws-scroll .scroll-ico-right .iconfont,
.ws-scroll .scroll-ico-bottom .iconfont,
.ws-scroll .scroll-ico-left .iconfont {
  display: block;
  float: left;
  color: #666;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}
.ws-scroll .scroll-ico-bottom {
  bottom: 0px;
  top: auto;
}
.ws-scroll .scroll-ico-right {
  left: auto;
  right: 0px;
}
.ws-scroll .scroll-ico-con {
  width: 15px;
  height: 35px;
  position: absolute;
  left: 0px;
  top: 15px;
  background: #BBB;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ws-scroll .scroll-ico-con:hover {
  background: #999999;
}
.ws-scroll .ws-scroll-bottom .scroll-ico-con {
  width: 35px;
  height: 15px;
  position: absolute;
  left: 15px;
  top: 0px;
  background: #b3b3b3;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ws-scroll .ws-scroll-bottom .scroll-ico-con:hover {
  background: #999999;
}
.ws-scroll .ws-scroll-bg {
  width: 15px;
  height: 15px;
  background: #eee;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.ws-scroll.style01 .ws-scroll-right {
  width: 5px;
}
.ws-scroll.style01 .scroll-ico-top,
.ws-scroll.style01 .scroll-ico-bottom {
  display: none;
}
.ws-scroll.style01 .scroll-ico-con {
  width: 5px;
  height: 35px;
  background: #FF971E;
  top: 0px;
  border-radius: 5px;
}
.ws-scroll.style01 .ws-scroll-bottom {
  height: 5px;
}
.ws-scroll.style01 .ws-scroll-bottom .scroll-ico-con {
  height: 5px;
  background: #FF971E;
  top: 0px;
  left: 0px;
  border-radius: 5px;
}
.ws-scroll.style01 .scroll-ico-left,
.ws-scroll.style01 .scroll-ico-right {
  display: none;
}
/*multiselect 多选器组件*/
.multiselect,
.multiselect-info {
  zoom: 1;
}
.multiselect:after,
.multiselect-info:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.multiselect {
  width: 100%;
  height: 30px;
  position: relative;
  z-index: 1;
}
.multiselect .multiselect-info {
  width: 100%;
  height: 25px;
  border: 1px solid #dddddd;
  overflow: hidden;
  padding-bottom: 3px;
}
.multiselect .l-button {
  height: 20px;
  line-height: 20px;
  *line-height: 26px;
  *position: static;
  padding: 0 3px 0 5px;
  margin: 3px 0px 0px 3px;
  white-space: nowrap;
  font-size: 12px;
}
.multiselect .l-button .ws-iconfont {
  font-size: 14px;
  margin: 0px;
  margin-left: 3px;
  color: #999999;
}
.multiselect .l-button:hover .ws-iconfont {
  color: #000000;
}
.multiselect .multiselect-open {
  position: absolute;
  min-height: 25px;
  _height: 25px;
  height: auto;
  left: 0px;
  top: 0px;
  z-index: 19870326;
  background: #FFF;
}
/* --------------
   *   开关  *
* ------------ */
.ws-switch {
  border-width: 0;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  *display: block;
  float: left;
  padding: 0 3px;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ws-switch .ws-iconfont {
  display: inline-block;
  height: 30px;
  line-height: 44px;
  font-size: 30px;
  cursor: pointer;
  position: relative;
  top: 1px;
  color: #CCCCCC;
  margin-right: 0;
}
.ws-switch input {
  display: none;
}
.ws-switch.on .ws-iconfont {
  color: #71b522;
}
.ws-switch-sm .ws-iconfont {
  font-size: 18px;
  line-height: 39px;
}
.ws-switch-lg .ws-iconfont {
  font-size: 25px;
  line-height: 43px;
}
.ws-switch-xl .ws-iconfont {
  font-size: 35px;
  line-height: 48px;
}
.ws-switch-xxl .ws-iconfont {
  font-size: 40px;
  line-height: 50px;
}
.ws-scrolltabs {
  position: relative;
  padding: 0px 38px;
  overflow: hidden;
}
.ws-scrolltabs .left-bar,
.ws-scrolltabs .right-bar {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -17px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #eeeeee;
  cursor: pointer;
  font-size: 35px;
  z-index: 1000;
}
.ws-scrolltabs .left-bar:active,
.ws-scrolltabs .right-bar:active {
  color: #ffffff;
}
.ws-scrolltabs .right-bar {
  left: auto;
  right: 0px;
}
.ws-scrolltabs .scrolltabs-con {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ws-scrolltabs.ws-scrolltabs-cover {
  padding: 0px;
}
.an-scrolltabs {
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: -1;
}
/*
	文本框
			*/
.h4,
h4 {
  font-size: 18px;
  font-weight: 500;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  padding-top: 10px;
  padding-bottom: 2px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}
.col-4 {
  width: 33.33333333%;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
  display: block;
}
.col-12 {
  width: 100%;
}
.ws-clear,
.row {
  zoom: 1;
}
textarea {
  overflow: auto;
  resize: none;
}
.ws-input.nofocus:focus,
.ws-label.nofocus:focus,
.ws-checkbox.nofocus:focus,
.ws-select.nofocus:focus,
.ws-textarea.nofocus:focus {
  border-color: #e0e0e0;
  background-color: #ffffff;
  color: #808080;
}
.ws-input-cor {
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 1px;
  right: 2px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
.ws-tooltip:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-tooltip:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-tooltip.terr .infobox .content {
  background: #FF0004;
}
.ws-tooltip .infobox .content {
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  line-height: 18px !important;
  font-size: 12px;
}
.ws-tooltip .infobox i.t {
  top: auto;
  bottom: -10px;
}
.ws-tooltip .infobox .iconfont {
  line-height: 18px !important;
}
.ws-tooltip .infobox i {
  position: absolute;
  top: -12px;
  left: 5px;
  color: rgba(0, 0, 0, 0.8);
}
.ws-tooltip.terr .infobox i {
  color: #FF0004;
}
.ws-tooltip .infobox {
  position: absolute;
  left: 0;
  z-index: 9999;
}
.ws-tooltip:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-tooltip {
  position: relative;
  z-index: 1000;
}
.ws-input-err {
  width: 20px;
  height: 20px;
  position: absolute;
  padding-right: 1px;
  right: 2px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
textarea.ws-input,
textarea.ws-textarea {
  height: auto;
}
.ws-input,
.ws-label,
.ws-checkbox,
.ws-select,
.ws-textarea {
  height: 28px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 3px;
  padding-right: 3px;
  display: block;
  float: left;
  padding: 0;
  border-radius: 3px;
  border-style: solid;
  outline: none;
  text-indent: 5px;
  line-height: 28px;
  border-color: #e0e0e0;
  color: #666;
  background-color: #ffffff;
}
.ws-input .ws-tooltip.terr .infobox .content {
  background: #FF0004;
}
.ws-label .iconfont,
.ws-checkbox .iconfont,
.ws-select .iconfont,
.ws-textarea .iconfont {
  font-size: 14px;
}
.ws-input.sm,
.ws-label.sm,
.ws-checkbox.sm,
.ws-select.sm,
.ws-textarea.sm {
  height: 24px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  padding: 0;
  line-height: 24px;
}
.ws-input.sm .iconfont,
.ws-label.sm .iconfont,
.ws-checkbox.sm .iconfont,
.ws-select.sm .iconfont,
.ws-textarea.sm .iconfont {
  font-size: 12px;
}
.ws-input.xs,
.ws-label.xs,
.ws-checkbox.xs,
.ws-select.xs,
.ws-textarea.xs {
  height: 20px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  font-size: 11px;
  padding: 0;
  line-height: 20px;
}
.ws-input.xs .iconfont,
.ws-label.xs .iconfont,
.ws-checkbox.xs .iconfont,
.ws-select.xs .iconfont,
.ws-textarea.xs .iconfont {
  font-size: 12px;
}
.ws-input.lg,
.ws-label.lg,
.ws-checkbox.lg,
.ws-select.lg,
.ws-textarea.lg {
  height: 43px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 25px;
  padding: 0;
  line-height: 43px;
}
.ws-input.lg .iconfont,
.ws-label.lg .iconfont,
.ws-checkbox.lg .iconfont,
.ws-select.lg .iconfont,
.ws-textarea.lg .iconfont {
  font-size: 25px;
}
.ws-input.md,
.ws-label.md,
.ws-checkbox.md,
.ws-select.md,
.ws-textarea.md {
  height: 33px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 17px;
  padding: 0;
  line-height: 33px;
}
.ws-input.md .iconfont,
.ws-label.md .iconfont,
.ws-checkbox.md .iconfont,
.ws-select.md .iconfont,
.ws-textarea.md .iconfont {
  font-size: 17px;
}
.ws-input.xl,
.ws-label.xl,
.ws-checkbox.xl,
.ws-select.xl,
.ws-textarea.xl {
  height: 50px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 30px;
  padding: 0;
  line-height: 50px;
}
.ws-input.xl .iconfont,
.ws-label.xl .iconfont,
.ws-checkbox.xl .iconfont,
.ws-select.xl .iconfont,
.ws-textarea.xl .iconfont {
  font-size: 30px;
}
.ws-input:hover,
.ws-label:hover,
.ws-checkbox:hover,
.ws-select:hover,
.ws-textarea:hover {
  background-position: right 50%;
  background-repeat: no-repeat;
}
.ws-input.nohover:hover,
.ws-label.nohover:hover,
.ws-checkbox.nohover:hover,
.ws-select.nohover:hover,
.ws-textarea.nohover:hover {
  background-image: none!important;
}
.ws-input:focus,
.ws-label:focus,
.ws-checkbox:focus,
.ws-select:focus,
.ws-textarea:focus {
  background-image: none!important;
}
.ws-input.nofocus:focus,
.ws-label.nofocus:focus,
.ws-checkbox.nofocus:focus,
.ws-select.nofocus:focus,
.ws-textarea.nofocus:focus {
  box-shadow: none;
  background-image: none!important;
}
.ws-input.err,
.ws-label.err,
.ws-checkbox.err,
.ws-select.err,
.ws-textarea.err {
  background-image: none!important;
}
.ws-input:disabled,
.ws-label:disabled,
.ws-checkbox:disabled,
.ws-select:disabled,
.ws-textarea:disabled {
  background-image: none!important;
  cursor: not-allowed;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ws-input.disabled,
.ws-label.disabled,
.ws-checkbox.disabled,
.ws-select.disabled,
.ws-textarea.disabled,
.ws-input.ws-diseditor,
.ws-label.ws-diseditor,
.ws-checkbox.ws-diseditor,
.ws-select.ws-diseditor,
.ws-textarea.ws-diseditor {
  background-image: none!important;
  cursor: not-allowed;
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ws-input a,
.ws-label a,
.ws-checkbox a,
.ws-select a,
.ws-textarea a {
  color: #6e6e6e;
}
.ws-input a:hover,
.ws-label a:hover,
.ws-checkbox a:hover,
.ws-select a:hover,
.ws-textarea a:hover {
  color: #595959;
}
.ws-input hr,
.ws-label hr,
.ws-checkbox hr,
.ws-select hr,
.ws-textarea hr {
  border-color: #f2f2f2;
}
.ws-input::-webkit-input-placeholder,
.ws-label::-webkit-input-placeholder,
.ws-checkbox::-webkit-input-placeholder,
.ws-select::-webkit-input-placeholder,
.ws-textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.ws-input:-moz-placeholder,
.ws-label:-moz-placeholder,
.ws-checkbox:-moz-placeholder,
.ws-select:-moz-placeholder,
.ws-textarea:-moz-placeholder {
  color: #cccccc;
}
.ws-input::-moz-placeholder,
.ws-label::-moz-placeholder,
.ws-checkbox::-moz-placeholder,
.ws-select::-moz-placeholder,
.ws-textarea::-moz-placeholder {
  color: #cccccc;
}
.ws-input:-ms-input-placeholder,
.ws-label:-ms-input-placeholder,
.ws-checkbox:-ms-input-placeholder,
.ws-select:-ms-input-placeholder,
.ws-textarea:-ms-input-placeholder {
  color: #cccccc;
}
.ws-inputdiv.ws-input:hover,
.ws-inputdiv.ws-label:hover,
.ws-inputdiv.ws-checkbox:hover,
.ws-inputdiv.ws-select:hover,
.ws-inputdiv.ws-textarea:hover,
.ws-labeldiv.ws-input:hover,
.ws-labeldiv.ws-label:hover,
.ws-labeldiv.ws-checkbox:hover,
.ws-labeldiv.ws-select:hover,
.ws-labeldiv.ws-textarea:hover,
.ws-checkboxdiv.ws-input:hover,
.ws-checkboxdiv.ws-label:hover,
.ws-checkboxdiv.ws-checkbox:hover,
.ws-checkboxdiv.ws-select:hover,
.ws-checkboxdiv.ws-textarea:hover,
.ws-selectdiv.ws-input:hover,
.ws-selectdiv.ws-label:hover,
.ws-selectdiv.ws-checkbox:hover,
.ws-selectdiv.ws-select:hover,
.ws-selectdiv.ws-textarea:hover,
.ws-textareadiv.ws-input:hover,
.ws-textareadiv.ws-label:hover,
.ws-textareadiv.ws-checkbox:hover,
.ws-textareadiv.ws-select:hover,
.ws-textareadiv.ws-textarea:hover {
  background-image: none!important;
}
.ws-input:focus,
.ws-label:focus,
.ws-checkbox:focus,
.ws-select:focus,
.ws-textarea:focus {
  border-color: #a1daf3;
  background-color: #d7effa;
  color: #1888bb;
}
.ws-input:focus a,
.ws-label:focus a,
.ws-checkbox:focus a,
.ws-select:focus a,
.ws-textarea:focus a {
  color: #14719b;
}
.ws-input:focus a:hover,
.ws-label:focus a:hover,
.ws-checkbox:focus a:hover,
.ws-select:focus a:hover,
.ws-textarea:focus a:hover {
  color: #0f5677;
}
.ws-input:focus hr,
.ws-label:focus hr,
.ws-checkbox:focus hr,
.ws-select:focus hr,
.ws-textarea:focus hr {
  border-color: #c1e6f7;
}
.ws-input.nofocus:focus,
.ws-label.nofocus:focus,
.ws-checkbox.nofocus:focus,
.ws-select.nofocus:focus,
.ws-textarea.nofocus:focus {
  border-color: #e0e0e0;
  background-color: #ffffff;
  color: #808080;
}
.ws-input.nofocus:focus a,
.ws-label.nofocus:focus a,
.ws-checkbox.nofocus:focus a,
.ws-select.nofocus:focus a,
.ws-textarea.nofocus:focus a {
  color: #6e6e6e;
}
.ws-input.nofocus:focus a:hover,
.ws-label.nofocus:focus a:hover,
.ws-checkbox.nofocus:focus a:hover,
.ws-select.nofocus:focus a:hover,
.ws-textarea.nofocus:focus a:hover {
  color: #595959;
}
.ws-input.nofocus:focus hr,
.ws-label.nofocus:focus hr,
.ws-checkbox.nofocus:focus hr,
.ws-select.nofocus:focus hr,
.ws-textarea.nofocus:focus hr {
  border-color: #f2f2f2;
}
.ws-input.err,
.ws-label.err,
.ws-checkbox.err,
.ws-select.err,
.ws-textarea.err {
  border-color: #f6b2ae;
  background-color: #fce6e5;
  color: #cb2317;
}
.ws-input.err a,
.ws-label.err a,
.ws-checkbox.err a,
.ws-select.err a,
.ws-textarea.err a {
  color: #aa1e13;
}
.ws-input.err a:hover,
.ws-label.err a:hover,
.ws-checkbox.err a:hover,
.ws-select.err a:hover,
.ws-textarea.err a:hover {
  color: #86170f;
}
.ws-input.err hr,
.ws-label.err hr,
.ws-checkbox.err hr,
.ws-select.err hr,
.ws-textarea.err hr {
  border-color: #f9d1ce;
}
.ws-input:disabled,
.ws-label:disabled,
.ws-checkbox:disabled,
.ws-select:disabled,
.ws-textarea:disabled {
  border-color: #d4d4d4;
  background-color: #f2f2f2;
  color: #737373;
  background-image: none!important;
}
.ws-input:disabled a,
.ws-label:disabled a,
.ws-checkbox:disabled a,
.ws-select:disabled a,
.ws-textarea:disabled a {
  color: #616161;
}
.ws-input:disabled a:hover,
.ws-label:disabled a:hover,
.ws-checkbox:disabled a:hover,
.ws-select:disabled a:hover,
.ws-textarea:disabled a:hover {
  color: #4c4c4c;
}
.ws-input:disabled hr,
.ws-label:disabled hr,
.ws-checkbox:disabled hr,
.ws-select:disabled hr,
.ws-textarea:disabled hr {
  border-color: #e5e5e5;
}
.ws-input.disabled,
.ws-label.disabled,
.ws-checkbox.disabled,
.ws-select.disabled,
.ws-textarea.disabled,
.ws-input.disabled:hover,
.ws-label.disabled:hover,
.ws-checkbox.disabled:hover,
.ws-select.disabled:hover,
.ws-textarea.disabled:hover {
  border-color: #d4d4d4;
  background-color: #f2f2f2;
  color: #737373;
  background-image: none!important;
}
.ws-input.disabled a,
.ws-label.disabled a,
.ws-checkbox.disabled a,
.ws-select.disabled a,
.ws-textarea.disabled a,
.ws-input.disabled:hover a,
.ws-label.disabled:hover a,
.ws-checkbox.disabled:hover a,
.ws-select.disabled:hover a,
.ws-textarea.disabled:hover a {
  color: #616161;
}
.ws-input.disabled a:hover,
.ws-label.disabled a:hover,
.ws-checkbox.disabled a:hover,
.ws-select.disabled a:hover,
.ws-textarea.disabled a:hover,
.ws-input.disabled:hover a:hover,
.ws-label.disabled:hover a:hover,
.ws-checkbox.disabled:hover a:hover,
.ws-select.disabled:hover a:hover,
.ws-textarea.disabled:hover a:hover {
  color: #4c4c4c;
}
.ws-input.disabled hr,
.ws-label.disabled hr,
.ws-checkbox.disabled hr,
.ws-select.disabled hr,
.ws-textarea.disabled hr,
.ws-input.disabled:hover hr,
.ws-label.disabled:hover hr,
.ws-checkbox.disabled:hover hr,
.ws-select.disabled:hover hr,
.ws-textarea.disabled:hover hr {
  border-color: #e5e5e5;
}
.ws-input .option-block,
.ws-label .option-block,
.ws-checkbox .option-block,
.ws-select .option-block,
.ws-textarea .option-block {
  border-color: #cccccc;
  background-color: #ebebeb;
  color: #6b6b6b;
}
.ws-input .option-block a,
.ws-label .option-block a,
.ws-checkbox .option-block a,
.ws-select .option-block a,
.ws-textarea .option-block a {
  color: #595959;
}
.ws-input .option-block a:hover,
.ws-label .option-block a:hover,
.ws-checkbox .option-block a:hover,
.ws-select .option-block a:hover,
.ws-textarea .option-block a:hover {
  color: #454545;
}
.ws-input .option-block hr,
.ws-label .option-block hr,
.ws-checkbox .option-block hr,
.ws-select .option-block hr,
.ws-textarea .option-block hr {
  border-color: #dedede;
}
/*
	标签定义
			*/
.ws-point {
  height: 16px;
  line-height: 16px;
  font-size: 10px;
  text-indent: 0;
  min-width: 16px;
  width: auto;
  display: inline-block;
  *display: block;
  *float: left;
  border-radius: 50%;
  text-align: center;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
  position: relative;
  z-index: 1;
  border-color: #adadad;
  background-color: #cccccc;
  color: #4d4d4d;
}
.ws-point .iconfont {
  margin-left: 3px;
  margin-right: 3px;
}
.ws-point.iconfont {
  font-size: 18px;
}
.ws-point a {
  color: #3b3b3b;
}
.ws-point a:hover {
  color: #262626;
}
.ws-point hr {
  border-color: #bfbfbf;
}
.ws-point.sm {
  height: 24px;
  line-height: 24px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  min-width: 30px;
}
.ws-point.sm .iconfont {
  font-size: 12px;
}
.ws-point.md {
  height: 33px;
  line-height: 33px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 17px;
  min-width: 35px;
}
.ws-point.md .iconfont {
  font-size: 17px;
}
.ws-point.lg {
  height: 43px;
  line-height: 43px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 25px;
  min-width: 44px;
}
.ws-point.lg .iconfont {
  font-size: 25px;
}
.ws-point.de {
  height: 28px;
  line-height: 28px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 14px;
  min-width: 30px;
}
.ws-point.de .iconfont {
  font-size: 14px;
}
.ws-point.xl {
  height: 50px;
  line-height: 50px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 30px;
  min-width: 52px;
}
.ws-point.xl .iconfont {
  font-size: 30px;
}
.ws-point.xs {
  height: 20px;
  line-height: 20px;
  border-width: 1px;
  padding-top: 0 ;
  padding-bottom: 0 ;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  font-size: 11px;
  min-width: 22px;
}
.ws-point.xs .iconfont {
  font-size: 12px;
}
.ws-point.text {
  border-radius: 3px 3px 3px 3px;
  padding: 0 4px;
}
.ws-point.info {
  border-color: #1b9cd7;
  background-color: #28a9e4;
  color: #d4eefa;
}
.ws-point.info a {
  color: #f3fafe;
}
.ws-point.info a:hover {
  color: #ffffff;
}
.ws-point.info hr {
  border-color: #1b9cd7;
}
.ws-point.primary {
  border-color: #6254b2;
  background-color: #7266ba;
  color: #edecf6;
}
.ws-point.primary a {
  color: #ffffff;
}
.ws-point.primary a:hover {
  color: #ffffff;
}
.ws-point.primary hr {
  border-color: #6254b2;
}
.ws-point.success {
  border-color: #2d862d;
  background-color: #339933;
  color: #abe3ab;
}
.ws-point.success a {
  color: #c6ecc6;
}
.ws-point.success a:hover {
  color: #ffffff;
}
.ws-point.success hr {
  border-color: #2d862d;
}
.ws-point.warning {
  border-color: #e68a00;
  background-color: #ff9900;
  color: #ffe7c2;
}
.ws-point.warning a {
  color: #fff5e5;
}
.ws-point.warning a:hover {
  color: #ffffff;
}
.ws-point.warning hr {
  border-color: #e68a00;
}
.ws-point.danger {
  border-color: #e7372a;
  background-color: #e94c41;
  color: #fdf0ef;
}
.ws-point.danger a {
  color: #ffffff;
}
.ws-point.danger a:hover {
  color: #ffffff;
}
.ws-point.danger hr {
  border-color: #e7372a;
}
.ws-point.black {
  border-color: #1d2935;
  background-color: #263646;
  color: #7897b6;
}
.ws-point.black a {
  color: #8fa9c2;
}
.ws-point.black a:hover {
  color: #c1cfdd;
}
.ws-point.black hr {
  border-color: #1d2935;
}
.ws-point.dark {
  border-color: #2f3342;
  background-color: #3a3f51;
  color: #989eb5;
}
.ws-point.dark a {
  color: #adb2c4;
}
.ws-point.dark a:hover {
  color: #d9dbe4;
}
.ws-point.dark hr {
  border-color: #2f3342;
}
.ws-point.white {
  border-color: #e0e0e0;
  background-color: #ffffff;
  color: #808080;
}
.ws-point.white a {
  color: #6e6e6e;
}
.ws-point.white a:hover {
  color: #595959;
}
.ws-point.white hr {
  border-color: #f2f2f2;
}
/*
	文本列表
			*/
.col-6 {
  width: 50%;
}
.ws-list li a {
  zoom: 1;
  text-decoration: none;
  line-height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  color: #333333;
}
.ws-list li a:hover {
  color: #666666;
}
.ws-list li:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ws-list.line li {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.ws-list li {
  border-color: #c7c7c7;
}
.ws-list li {
  padding: 2px 5px;
  zoom: 1;
}
.ws-list.news li a {
  display: block;
  overflow: visible;
  text-overflow: inherit;
  white-space: normal;
}
.ws-list.news li a .title {
  width: 73%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-weight: normal;
}
.ws-list.news li a .time {
  width: 25%;
  text-align: right;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: right;
}
.ws-list li a .time {
  color: #808080;
}
.ws-list li a:hover {
  color: #666666;
}
.ws-list.news.brief li .info {
  padding: 5px 0px;
  line-height: 20px;
}
.ws-list li .info {
  color: #808080;
}
.ws-list.line li {
  border-bottows-style: dotted;
  border-bottows-width: 1px;
}
.ws-list li {
  padding: 2px 5px;
  zoom: 1;
  border-color: #c7c7c7;
}
.ws-list.news.brief li .info {
  padding: 5px 0px;
  line-height: 20px;
}
.ws-list.news.brief li .info .pic {
  float: left;
  margin-right: 15px;
  margin-bottom: 8px;
}
.ws-list.nav li a {
  height: 48px;
  line-height: 44px;
  border-bottom: 1px #eee solid;
  margin-bottom: 3px;
  padding-bottom: 3px;
  font-size: 14px;
}
.ws-list.nav li a i,
.m-list.nav li a img {
  height: 44px;
  width: 44px;
  display: block;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  float: left;
  margin: 0px 10px 4px 5px;
  font-size: 18px;
}
.ws-bg-info-lter {
  border-color: #4db0dd !important;
  background-color: #81c7e7 !important;
  color: #ffffff !important;
}
.ws-bg-success-lt {
  border-color: #3ea33e !important;
  background-color: #45b545 !important;
  color: #ffffff !important;
}
.ws-bg-primary-lt {
  border-color: #8379bb !important;
  background-color: #928ac4 !important;
  color: #ffffff !important;
}
.ws-bg-danger-lt {
  border-color: #e76158 !important;
  background-color: #ea766e !important;
  color: #ffffff !important;
}
.ws-bg-warning-lt {
  border-color: #f9a01a !important;
  background-color: #faaa33 !important;
  color: #ffffff !important;
}
