@charset "UTF-8";
.clearfloat:after, .clearfloat:before {
  display: block;
  content: "";
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.btn-import {
  height: 32px; }

.btn-import .webuploader-pick {
  color: #0071bd !important; }

.btn-import:hover .webuploader-pick {
  color: #fff !important; }

/* easyUi图标替换 */
.icon-down {
  background: url("../../icon/icon-down.png") no-repeat center center; }

.icon-up {
  background: url("../../icon/icon-up.png") no-repeat center center; }

.icon-distrue {
  background: url("../../icon/icon-tishi002.png") no-repeat center center; }

.icon-disfalse {
  background: url("../../icon/icon-tishi003.png") no-repeat center center; }

.icon-dept {
  background: url("../../icon/icon-dept.png") no-repeat center center; }

.icon-company {
  background: url("../../icon/icon-company.png") no-repeat center center; }

.icon-project {
  background: url("../../icon/icon-project.png") no-repeat center center; }

.icon-chose {
  width: 23px !important;
  cursor: pointer;
  background: #E0ECFF url("../../icon/icon-chose.png") no-repeat center center; }

.icon-chose:hover {
  background: #eaf2ff url("../../icon/icon-chose.png") no-repeat center center; }

/* 页面加载效果 */
.panel-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -50px;
  padding: 55px 0 0 0;
  width: 60px;
  height: 100px;
  background: url("../../icon/icon-loading.gif") no-repeat 10px 10px;
  background-size: 42px auto; }

.panel-loading .load-text {
  font-size: 12px;
  color: #666;
  line-height: 20px; }

/* 表格加载效果 */
.datagrid-mask-msg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -100px;
  padding: 55px 0 0 0;
  width: 200px;
  height: 100px;
  text-align: center;
  background: url("../../icon/icon-loading.gif") no-repeat 46% 5px;
  background-size: 42px auto;
  border: none; }

.datagrid-mask-msg .load-text {
  font-size: 12px;
  color: #666;
  line-height: 20px; }

/*
* 表格
* 基础表格(间距、下边框) table
* 条纹状 table-striped
* 带边框 table-bordered
* 鼠标悬停 table-hover
* 紧凑型 table-condensed
* */
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 1px solid #dae1f7; }

.table-bordered {
  border: 1px solid #dae1f7; }

.model-content {
  padding: 20px;
  height: 100%; }

.link {
  color: #0071bd;
  cursor: pointer; }

.gray {
  color: #999;
  font-size: 12px;
  line-height: 24px; }

.background-gray {
  background: #f2f3fb !important; }
  .background-gray + span input,
  .background-gray + span textarea {
    background: #f2f3fb; }

.btn {
  outline: none !important; }

.btn > .btn-icon {
  padding: 0 0 0 5px;
  position: relative;
  top: 2px;
  font-size: 18px; }
  .btn > .btn-icon.active {
    transform: rotate(180deg);
    padding: 0 5px 0 0; }

/* 右侧区域 */
#rightContent {
  overflow: hidden;
  width: 100% !important; }

.panel-body {
  border: none !important; }

.rightArea-content {
  width: 100%;
  height: calc(100% - 45px); }

.sw-table-content {
  height: 100%;
  width: 100%; }
  .sw-table-content.active {
    height: calc(100% - 115px) !important; }
  .sw-table-content > .easyui-fluid {
    width: 100% !important;
    height: 100%; }

.sw-table-content-single {
  height: 100%;
  width: 100%; }
  .sw-table-content-single.active {
    height: calc(100% - 70px) !important; }
  .sw-table-content-single > .easyui-fluid {
    width: 100% !important;
    height: 100%; }

.sw-table-content-three {
  height: 100%;
  width: 100%; }
  .sw-table-content-three.active {
    height: calc(100% - 160px) !important; }
  .sw-table-content-three > .easyui-fluid {
    width: 100% !important;
    height: 100%; }

.rightContent {
  width: 100% !important;
  height: 100% !important;
  border: 1px solid #dae1f7; }
  .rightContent > div {
    width: 100% !important; }
  .rightContent .layout-panel-west {
    border-right: 1px solid #dae1f7; }
  .rightContent .layout-panel-center .panel-body,
  .rightContent .layout-panel-center .layout-body {
    width: 100% !important; }

.rightArea-header {
  width: 100%;
  padding: 6px 15px 4px;
  height: 45px;
  background: #fff;
  border-bottom: 1px solid #dae1f7; }
  .rightArea-header .header-left {
    float: left;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    color: #333; }
  .rightArea-header .header-right {
    float: right; }

.borderBot {
  background: #eaf2ff;
  padding-top: 5px;
  height: 45px;
  border-bottom: 1px solid #dae1f7; }

.advanced-filter-form {
  width: 100%;
  padding: 14px 20px 10px; }
  .advanced-filter-form.active {
    border-bottom: 1px solid #dae1f7; }
  .advanced-filter-form .form-group {
    margin-bottom: 10px; }

.search-con .input-group .form-control {
  width: 140px;
  border: 1px solid #dae1f7; }
.search-con .input-group .textbox .textbox-text {
  padding: 0 25px 0 5px !important;
  height: 30px;
  line-height: 30px; }
.search-con .input-group .input-group-search {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 0;
  width: 25px;
  cursor: pointer;
  opacity: .7;
  filter: alpha(opacity=70); }
  .search-con .input-group .input-group-search:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #0071be; }

.advanced-filter-form .btn-show-sear {
  position: absolute;
  right: 30px;
  bottom: 20px; }

.screen-filter-form {
  overflow: hidden;
  padding: 10px; }
  .screen-filter-form .btn-show-sear {
    position: absolute;
    right: 30px;
    bottom: 20px; }

/*内容页 更多 下拉选框*/
.btn-more-con {
  position: relative;
  display: inline-block;
  margin-top: -5px;
  padding: 0 5px;
  height: 36px;
  color: #0071bd;
  cursor: pointer; }
  .btn-more-con:hover .btn-more, .btn-more-con.active .btn-more {
    font-weight: bold; }
  .btn-more-con:hover .btn-other-box, .btn-more-con.active .btn-other-box {
    display: block; }
  .btn-more-con .btn-more {
    position: relative;
    top: 3px;
    font-size: 20px;
    color: #2284c6;
    cursor: pointer;
    margin-left: 0; }
  .btn-more-con .btn-other-box {
    display: none;
    position: absolute;
    right: 0;
    top: 36px;
    z-index: 99;
    width: 120px;
    padding: 5px 0;
    border: 1px solid #dae1f7;
    border-top: none;
    background: #fff;
    box-shadow: 0 1px 5px #b2cef3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px; }
    .btn-more-con .btn-other-box .btn-other-list {
      padding: 0 15px;
      height: 35px;
      line-height: 35px;
      color: #333;
      border-bottom: 1px dotted #e7e7f1;
      text-align: left;
      font-size: 14px; }
      .btn-more-con .btn-other-box .btn-other-list:hover {
        background: #f5f6ff; }
        .btn-more-con .btn-other-box .btn-other-list:hover a {
          display: block;
          color: #0071bd; }

.btn-more-conNew {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .btn-more-conNew:hover .btn-more, .btn-more-conNew.active .btn-more {
    color: #fff;
    background: #0071bd; }
  .btn-more-conNew:hover .fa-angle-down, .btn-more-conNew.active .fa-angle-down {
    color: #fff; }
  .btn-more-conNew:hover .btn-other-box, .btn-more-conNew.active .btn-other-box {
    display: block; }
  .btn-more-conNew .btn-more {
    position: relative;
    top: 0;
    margin-left: 0; }
  .btn-more-conNew .btn-other-box {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 99;
    width: 120px;
    padding: 5px 0;
    border: 1px solid #dae1f7;
    border-top: none;
    background: #fff;
    box-shadow: 0 1px 5px #b2cef3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 4px; }
    .btn-more-conNew .btn-other-box .btn-other-list {
      padding: 0 15px;
      height: 35px;
      line-height: 35px;
      color: #333;
      border-bottom: 1px dotted #e7e7f1;
      text-align: left;
      font-size: 14px; }
      .btn-more-conNew .btn-other-box .btn-other-list:hover {
        background: #f5f6ff; }
        .btn-more-conNew .btn-other-box .btn-other-list:hover a {
          display: block;
          color: #0071bd; }

.sort-con {
  position: relative;
  display: inline-block;
  margin-top: -5px;
  padding: 0 5px;
  height: 34px;
  color: #0071bd;
  cursor: pointer; }
  .sort-con:hover .sort-text {
    color: #0071bd; }
  .sort-con:hover .sort-dropdown-menu {
    display: block; }
  .sort-con .sort-text {
    font-size: 14px;
    color: #666; }
  .sort-con .fa-sort {
    padding-left: 5px;
    color: #ababab; }
  .sort-con .sort-dropdown-menu {
    display: none;
    position: absolute;
    top: 33px;
    right: 0;
    z-index: 9;
    overflow: auto;
    padding: 5px 0;
    width: 150px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #dae1f7;
    border-top: none;
    box-shadow: 0 1px 5px #b2cef3;
    border-radius: 4px; }
    .sort-con .sort-dropdown-menu .sort-dropdown-list {
      padding: 0 10px;
      height: 35px;
      line-height: 35px; }
      .sort-con .sort-dropdown-menu .sort-dropdown-list:hover {
        background-color: #f5f6ff; }
      .sort-con .sort-dropdown-menu .sort-dropdown-list .sort-type {
        float: left;
        text-align: left;
        color: #333;
        max-width: 85px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .sort-con .sort-dropdown-menu .sort-dropdown-list .sort-iconCon {
        float: right;
        padding-top: 2px;
        height: 24px; }
      .sort-con .sort-dropdown-menu .sort-dropdown-list .icon-sort {
        display: inline-block;
        width: 16px;
        height: 16px;
        color: #ababab;
        border: 1px solid #ababab;
        cursor: pointer; }
        .sort-con .sort-dropdown-menu .sort-dropdown-list .icon-sort:hover {
          border: 1px solid #0181e4; }
      .sort-con .sort-dropdown-menu .sort-dropdown-list .icon-sort-up {
        background: url("../../images/icon/icon-sort-up.png") no-repeat 2px 2px; }
        .sort-con .sort-dropdown-menu .sort-dropdown-list .icon-sort-up:hover {
          background: url("../../images/icon/icon-sort-up2.png") no-repeat 2px 2px; }
      .sort-con .sort-dropdown-menu .sort-dropdown-list .icon-sort-down {
        background: url("../../images/icon/icon-sort-down.png") no-repeat 2px 2px; }
        .sort-con .sort-dropdown-menu .sort-dropdown-list .icon-sort-down:hover {
          background: url("../../images/icon/icon-sort-down2.png") no-repeat 2px 2px; }

.form {
  position: relative; }

.btn-group-con {
  font-size: 14px; }
  .btn-group-con .btn {
    padding: 5px 12px;
    margin-left: 8px; }

.title-actionbar {
  font-size: 14px;
  padding: 10px 15px; }
  .title-actionbar .list {
    display: inline-block;
    margin: 0 10px 10px 0; }
  .title-actionbar .btn {
    padding: 5px 12px;
    margin-right: 8px;
    margin-left: 0; }

.sw-forms-bombBox {
  padding: 20px 15px 10px;
  font-size: 14px;
  color: #333; }
  .sw-forms-bombBox .prompt-img {
    margin: 0 5px 12px 0;
    width: 32px;
    height: 32px; }

.toggle-group {
  margin-bottom: 20px;
  overflow: hidden; }
  .toggle-group .toggle-title {
    line-height: 40px;
    overflow: hidden;
    background: #f5f6ff;
    padding-right: 15px; }
    .toggle-group .toggle-title .toggle-title-left {
      float: left;
      color: #333;
      padding-left: 10px;
      line-height: 40px;
      border-left: 3px solid #0674bf;
      font-size: 14px; }
    .toggle-group .toggle-title .toggle-title-right {
      float: right;
      margin-left: 15px;
      cursor: pointer; }
      .toggle-group .toggle-title .toggle-title-right .toggle-text {
        font-size: 12px;
        color: #999; }
      .toggle-group .toggle-title .toggle-title-right .toggle-icon {
        font-size: 16px;
        color: #999; }
        .toggle-group .toggle-title .toggle-title-right .toggle-icon.active {
          transform: rotate(180deg); }
      .toggle-group .toggle-title .toggle-title-right .btn {
        margin-left: 8px; }
    .toggle-group .toggle-title .title-right {
      float: right; }
      .toggle-group .toggle-title .title-right .btn {
        margin-left: 8px; }
  .toggle-group .toggle-main {
    position: relative;
    padding-top: 15px;
    width: 100%;
    font-size: 14px; }
    .toggle-group .toggle-main .but-group-con {
      margin-bottom: 15px; }
    .toggle-group .toggle-main.comment-content {
      padding-top: 0 !important; }

.textareaBox {
  width: 655px;
  border: 1px solid #95B8E7;
  border-radius: 4px; }
  .textareaBox textarea {
    margin: 5px 0;
    padding: 0 8px;
    width: 100%;
    max-width: 100%;
    resize: none;
    border: none;
    border-radius: 5px; }
    .textareaBox textarea:focus, .textareaBox textarea:active {
      outline: none; }
  .textareaBox .word-count {
    padding-right: 5px;
    text-align: right;
    font-size: 12px;
    color: #aaa;
    line-height: 20px; }
    .textareaBox .word-count .important {
      font-style: normal;
      color: #f00; }

.gray-prompt {
  font-size: 14px;
  line-height: 28px;
  color: #999; }

.webuploader-container .webuploader-pick {
  color: #333; }
.webuploader-container .image_picture {
  margin-top: 5px; }

.nodata-cont {
  margin: 5vh auto;
  width: 30vw;
  text-align: center; }
  .nodata-cont dd .nodata-text {
    padding-top: 8px;
    font-size: 14px;
    line-height: 28px;
    color: #999; }
  .nodata-cont dd .btn-newdata {
    margin-top: 20px; }

.datagrid-nodata {
  margin: 0 auto !important;
  width: 30vw;
  text-align: center; }
  .datagrid-nodata dt img {
    height: 155px; }
  .datagrid-nodata dd .nodata-text {
    padding-top: 8px;
    font-size: 14px;
    line-height: 28px;
    color: #999; }
  .datagrid-nodata dd .btn-newdata {
    margin-top: 20px; }

.TopSearch {
  position: relative;
  width: 140px;
  margin-bottom: 15px; }
  .TopSearch .SearchText {
    padding-left: 5px;
    width: 100%;
    height: 32px;
    border: 1px solid #c6e2eb;
    transition: border .3s; }
    .TopSearch .SearchText:focus {
      border: 1px solid #5da6d8; }
  .TopSearch .SearchBtn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 9px 0;
    width: 25px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #999;
    opacity: .7; }
    .TopSearch .SearchBtn:hover {
      color: #0071be;
      opacity: 1; }

.search-con {
  display: inline-block; }

.panel-header,
.panel-body {
  border-color: #dae1f7; }

.panel-header {
  padding: 6px;
  height: 45px;
  border: none;
  border-bottom: 1px solid #dae1f7; }

.datagrid .panel-body {
  width: 100% !important;
  height: 100% !important; }

.datagrid-view {
  width: 100% !important; }
  .datagrid-view.active {
    height: calc(100% - 47px) !important; }

.datagrid-view1 .datagrid-body-inner {
  padding-bottom: 0; }

.datagrid-view2 {
  left: 36px;
  width: calc(100% - 36px) !important; }
  .datagrid-view2 .datagrid-header,
  .datagrid-view2 .datagrid-body,
  .datagrid-view2 .datagrid-footer {
    width: 100% !important; }

.textbox {
  border-radius: 2px; }

.combobox-item-selected {
  background: #eaf2ff; }

.combobox-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.combobox-item-hover {
  background: #f5f6ff; }

.datagrid-cell {
  overflow: visible; }

.datagrid-header-inner,
.datagrid-htable {
  background: #edf4ff;
  font-weight: bold;
  color: #555; }

.datagrid-header td {
  padding: 4px 5px !important; }

.datagrid-body td,
.datagrid-footer td {
  padding: 6px 5px !important; }

.datagrid-header,
.datagrid-toolbar,
.datagrid-pager,
.datagrid-footer-inner {
  border-color: #dae1f7 !important;
  background: #f5f6ff; }

.datagrid-header td,
.datagrid-body td,
.datagrid-footer td {
  border-color: #dae1f7 !important; }

.datagrid-td-rownumber {
  background: #edf4ff; }

.datagrid-header,
.datagrid-toolbar {
  background: #fff; }

.dialog-button {
  border: none !important; }

.datagrid .datagrid-pager {
  padding: 8px 10px;
  background: #fafafa; }

.extra-column-btn .btn {
  margin-right: 5px; }
  .extra-column-btn .btn:last-child {
    margin-right: 0; }
.extra-column-btn .extra-column-btnmore {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 0; }
  .extra-column-btn .extra-column-btnmore:hover .btn-more {
    font-weight: bold; }
  .extra-column-btn .extra-column-btnmore:hover .btn-other-box {
    display: block; }
  .extra-column-btn .extra-column-btnmore .btn-more {
    height: 23px;
    color: #2284c6;
    font-size: 16px;
    cursor: pointer; }
  .extra-column-btn .extra-column-btnmore .btn-other-box {
    display: none;
    width: 80px;
    position: absolute;
    top: 21px;
    right: 0;
    z-index: 9;
    padding: 3px 0;
    min-width: 70px;
    background: #fff;
    border: 1px solid #dae1f7;
    box-shadow: 0 1px 5px #b2cef3;
    border-radius: 4px; }
    .extra-column-btn .extra-column-btnmore .btn-other-box a {
      padding: 0 10px;
      display: block;
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      color: #333;
      cursor: pointer; }
      .extra-column-btn .extra-column-btnmore .btn-other-box a:hover {
        background: #f5f6ff;
        color: #0071bd; }
.extra-column-btn .extra-column-btnmoreNew {
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 0; }
  .extra-column-btn .extra-column-btnmoreNew > button {
    margin-right: 0; }
  .extra-column-btn .extra-column-btnmoreNew:hover > button {
    background: #0071bd;
    color: #fff; }
    .extra-column-btn .extra-column-btnmoreNew:hover > button .fa {
      color: #fff; }
  .extra-column-btn .extra-column-btnmoreNew:hover .btn-other-box {
    display: block; }
  .extra-column-btn .extra-column-btnmoreNew .btn-other-box {
    display: none;
    width: 80px;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: 9;
    padding: 3px 0;
    min-width: 70px;
    background: #fff;
    border: 1px solid #dae1f7;
    box-shadow: 0 1px 5px #b2cef3;
    border-radius: 4px; }
    .extra-column-btn .extra-column-btnmoreNew .btn-other-box a {
      padding: 0 10px;
      display: block;
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      color: #333;
      cursor: pointer; }
      .extra-column-btn .extra-column-btnmoreNew .btn-other-box a:hover {
        background: #f5f6ff;
        color: #0071bd; }

.textbox .textbox-text {
  padding: 0 5px !important;
  font-size: 14px;
  border-radius: 0;
  min-height: 30px;
  line-height: 30px; }

.textbox,
.textbox-invalid {
  height: auto !important; }

textarea.textbox-text {
  height: 70px; }

.datagrid-row-selected,
.tree-node-selected {
  background: #eef5ff; }

.window {
  padding: 0 !important;
  background: #fff !important; }

.window .window-header {
  padding: 6px 0 !important; }

.window,
.window .window-body {
  border: none !important;
  font-size: 14px;
  color: #333;
  word-wrap: break-word; }

.window-mask,
.window-proxy-mask {
  background: rgba(0, 0, 0, 0.8) !important;
  filter: alpha(opacity=80) !important; }

.panel-title {
  height: 32px !important;
  line-height: 32px !important;
  font-size: 16px !important;
  color: #333 !important;
  font-weight: normal !important;
  text-align: center !important; }

.icon-distrue,
.icon-disfalse {
  background-size: contain !important; }

.window .button-group > .btn {
  margin: 0 5px;
  padding: 4px 12px; }
  .window .button-group > .btn:first-child {
    margin-left: 0; }
  .window .button-group > .btn:last-child {
    margin-right: 0; }
.window .button-group .form-control {
  width: 100% !important; }

.window .window-header .panel-icon,
.window .window-header .panel-tool {
  top: 50% !important;
  margin-top: -8px !important; }

.window .window-header .panel-tool {
  right: 0 !important;
  height: auto;
  height: 44px;
  top: 8px !important;
  width: 50px; }
  .window .window-header .panel-tool a:hover {
    background-color: transparent; }
  .window .window-header .panel-tool .panel-tool-close {
    width: 100% !important;
    height: 100% !important;
    background: url("../../images/icon/panel_tools_close2.png") no-repeat center center !important;
    background-size: contain; }
    .window .window-header .panel-tool .panel-tool-close:hover {
      background: url("../../images/icon/panel_tools_close3.png") no-repeat center center !important; }

.dialog-button {
  border: none;
  background: #f0f9ff !important;
  padding: 12px 15px !important;
  text-align: center !important; }
  .dialog-button > .l-btn {
    margin: 0 5px;
    padding: 2px 12px;
    font-size: 14px;
    color: #fff;
    background: #0071bd;
    border-color: #2e6da4; }
    .dialog-button > .l-btn.active, .dialog-button > .l-btn:active, .dialog-button > .l-btn:hover, .dialog-button > .l-btn:focus {
      background-color: #286090;
      border-color: #204d74;
      color: #fff !important; }
  .dialog-button > .btn {
    margin: 0 5px; }

.datagrid-cell {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-right: -5px; }

div[class$="-操作"] {
  overflow: visible !important; }

.datagrid-cell .l-btn-plain {
  padding: 0;
  border: none;
  box-shadow: none; }
  .datagrid-cell .l-btn-plain:hover {
    border: none;
    background: none;
    box-shadow: none; }

.messager-button > .l-btn {
  margin: 0 5px !important;
  padding: 2px 12px !important;
  font-size: 14px !important;
  color: #fff !important;
  background: #0071bd !important;
  border-color: #2e6da4 !important; }
  .messager-button > .l-btn.active, .messager-button > .l-btn:active, .messager-button > .l-btn:hover {
    background-color: #286090 !important;
    border-color: #204d74 !important; }

.messager-body {
  padding: 15px 20px !important; }

.messager-info {
  background: url("../../images/icon/icon-success.png") no-repeat 0 0 !important;
  background-size: contain !important; }

.messager-error {
  background: url("../../images/icon/icon-warning.png") no-repeat 0 0 !important;
  background-size: contain !important; }

.messager-icon {
  position: relative;
  top: -5px; }

.messager-question {
  background: url("../../images/icon/icon-question.png") no-repeat 0 0 !important;
  background-size: contain !important; }

.messager-warning {
  background: url("../../images/icon/icon-warning.png") no-repeat 0 0 !important;
  background-size: contain !important; }

.l-btn-text {
  font-size: 14px;
  line-height: 28px; }

.tree {
  padding: 15px 10px; }

.tree-line {
  background: none; }

.noicon {
  background-image: none; }

.tree-node {
  height: 28px; }

.tree-title {
  padding-left: 6px;
  font-size: 14px;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  width: 80%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tree-expanded,
.tree-collapsed,
.tree-folder,
.tree-file,
.tree-checkbox, .tree-indent {
  height: 28px;
  line-height: 28px; }

.panel-header {
  width: 100% !important;
  background: #fff; }

.panel-body {
  width: 100% !important;
  border: none; }

.menu-line {
  display: none; }

.menu-item {
  padding: 5px 0; }
  .menu-item .menu-text {
    font-size: 14px;
    padding-left: 10px; }

.tree-collapsed {
  background: url("../../images/icon/tree_icons_collapsed.png") no-repeat 0 8px; }
  .tree-collapsed:hover {
    background: url("../../images/icon/tree_icons_collapsed2.png") no-repeat 0 8px; }

.tree-expanded {
  background: url("../../images/icon/tree_icons_del.png") no-repeat 0 8px; }

.tree-lines .tree-expanded,
.tree-lines .tree-root-first .tree-expanded {
  background: url("../../images/icon/tree_icons_del.png") no-repeat 0 8px; }

.tree-lines .tree-node-last .tree-expanded,
.tree-lines .tree-root-one .tree-expanded {
  background: url("../../images/icon/tree_icons_del.png") no-repeat 0 8px; }

.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed {
  background: url("../../images/icon/tree_icons_add.png") no-repeat 0 8px; }

.tree-lines .tree-collapsed, .tree-lines .tree-root-first .tree-collapsed {
  background: url("../../images/icon/tree_icons_add.png") no-repeat 0 8px; }

.tree-join,
.tree-joinbottom {
  background: none; }

.tree-file {
  background: url("../../images/icon/tree_icons_file.png") no-repeat 0 5px; }

.tree-folder {
  width: 18px;
  background: url("../../images/icon/tree_icons_folder.png") no-repeat 0 7px; }

.tree-folder-open {
  background: url("../../images/icon/tree_icons_folder_open.png") no-repeat 0 7px; }

.tree-checkbox0 {
  background: url("../../images/icon/tree_icons_checkbox.png") no-repeat 3px 7px; }

.tree-checkbox1 {
  background: url("../../images/icon/tree_icons_checked.png") no-repeat 3px 7px; }

.tree-checkbox2 {
  background: url("../../images/icon/tree_icons_checkon.png") no-repeat 3px 7px; }

.combobox-item, .combobox-group {
  padding: 5px 10px;
  font-size: 14px;
  color: #333; }

textarea:disabled, input:not([type]):disabled, input[type="color" i]:disabled, input[type="date" i]:disabled, input[type="datetime" i]:disabled, input[type="datetime-local" i]:disabled, input[type="email" i]:disabled, input[type="month" i]:disabled, input[type="password" i]:disabled, input[type="number" i]:disabled, input[type="search" i]:disabled, input[type="tel" i]:disabled, input[type="text" i]:disabled, input[type="time" i]:disabled, input[type="url" i]:disabled, input[type="week" i]:disabled {
  background-color: #f5f6ff; }

.combo-arrow {
  width: 23px !important; }

.combo-p {
  padding: 5px;
  background: #fff;
  border: 1px solid #dae1f7;
  box-shadow: 0 1px 5px #b2cef3;
  border-radius: 4px; }
  .combo-p .calendar-header {
    background: #fff;
    border-bottom: none; }
  .combo-p .calendar-body {
    background: #fff; }
    .combo-p .calendar-body th {
      background: #fff; }
    .combo-p .calendar-body .calendar-selected {
      background: #eaf2ff;
      border: 1px solid #dde7f9; }
    .combo-p .calendar-body .calendar-sunday,
    .combo-p .calendar-body .calendar-saturday {
      color: #000; }
  .combo-p .datebox-button {
    background: #fff; }

.rightArea-header .header-right i.glyphicon-plus {
  margin-right: 5px; }
.rightArea-header .header-right .btn-blue {
  background: #0071bd;
  color: #fff; }

.rightArea-content .tabs-header,
.rightArea-content .tabs-scroller-left,
.rightArea-content .tabs-scroller-right,
.rightArea-content .tabs-tool,
.rightArea-content .tabs,
.rightArea-content .tabs-panels,
.rightArea-content .tabs li a.tabs-inner,
.rightArea-content .tabs li.tabs-selected a.tabs-inner,
.rightArea-content .tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
.rightArea-content .tabs-header-left .tabs li.tabs-selected a.tabs-inner,
.rightArea-content .tabs-header-right .tabs li.tabs-selected a.tabs-inner {
  border-color: transparent; }
.rightArea-content .easyui-tabs .tabs-header {
  border-bottom: none; }
.rightArea-content .easyui-tabs .tabs {
  line-height: 34px; }
.rightArea-content .title-actionbar {
  padding: 10px 15px 0; }
.rightArea-content .tabs-panels {
  border-width: 0; }

.easyui-tabs {
  width: 100% !important; }
  .easyui-tabs .tabs-header {
    width: 100% !important;
    height: 45px;
    background: #fff; }
  .easyui-tabs .tabs-panels {
    width: 100% !important; }
    .easyui-tabs .tabs-panels > div {
      width: 100% !important; }
    .easyui-tabs .tabs-panels .panel-body {
      width: 100% !important; }
  .easyui-tabs .tabs {
    border: none;
    height: 42px;
    line-height: 42px; }
    .easyui-tabs .tabs li {
      margin: 0;
      border: none;
      background: none;
      position: relative;
      padding-top: 2px; }
      .easyui-tabs .tabs li:hover a.tabs-inner .tabs-title {
        color: #0f82d3; }
      .easyui-tabs .tabs li > a.tabs-inner {
        background: none;
        border-bottom: 2px solid #0f82d3; }
        .easyui-tabs .tabs li > a.tabs-inner .tabs-title {
          color: #0f82d3; }
      .easyui-tabs .tabs li.tabs-selected a.tabs-inner {
        background: none;
        border-bottom: 2px solid #0f82d3; }
        .easyui-tabs .tabs li.tabs-selected a.tabs-inner .tabs-title {
          color: #0f82d3; }
      .easyui-tabs .tabs li a.tabs-inner {
        margin: 0 15px;
        padding: 0;
        background: none !important;
        border: none;
        height: 32px !important;
        line-height: 32px !important; }
        .easyui-tabs .tabs li a.tabs-inner .tabs-title {
          font-size: 15px;
          color: #333; }

.icon-help {
  background: url("../../images/icon/icon-help.png") no-repeat center center; }

.icon-edit {
  background: url("../../images/icon/icon-edit.png") no-repeat center center; }

.datebox .combo-arrow {
  background: #E0ECFF url("../../images/icon/icon-date.png") no-repeat center center; }

.wfInst-module {
  border: 1px solid #dbe2f8; }

.selectOrganTree-box,
.selectCompanyTree-box {
  padding: 5px 20px 0; }
  .selectOrganTree-box .prompt,
  .selectCompanyTree-box .prompt {
    padding-top: 15px;
    color: #e83517;
    line-height: 26px; }
  .selectOrganTree-box .box-top,
  .selectCompanyTree-box .box-top {
    overflow: auto;
    margin-bottom: 10px;
    padding: 0;
    height: 310px;
    font-size: 12px; }
    .selectOrganTree-box .box-top .title-gary,
    .selectCompanyTree-box .box-top .title-gary {
      color: #b1b0b0; }
    .selectOrganTree-box .box-top .title-selected,
    .selectCompanyTree-box .box-top .title-selected {
      background: #a0d0e8; }
    .selectOrganTree-box .box-top .tree-node-selected,
    .selectCompanyTree-box .box-top .tree-node-selected {
      background: none; }
  .selectOrganTree-box .box-bottom,
  .selectCompanyTree-box .box-bottom {
    overflow: auto;
    padding: 10px 10px 0;
    height: 105px;
    background: #f5f6ff; }
    .selectOrganTree-box .box-bottom .selected-text,
    .selectCompanyTree-box .box-bottom .selected-text {
      float: left;
      width: 60px;
      height: 24px;
      line-height: 24px; }
      .selectOrganTree-box .box-bottom .selected-text .select-num,
      .selectCompanyTree-box .box-bottom .selected-text .select-num {
        color: #666;
        font-size: 12px; }
    .selectOrganTree-box .box-bottom .selected-opations-list,
    .selectCompanyTree-box .box-bottom .selected-opations-list {
      float: left;
      width: calc(100% - 60px); }
    .selectOrganTree-box .box-bottom .selected-opations,
    .selectCompanyTree-box .box-bottom .selected-opations {
      display: inline-block;
      text-align: center;
      padding: 2px 8px;
      border: 1px solid #eaeaea;
      margin: 0 6px 6px; }
      .selectOrganTree-box .box-bottom .selected-opations .opations-close,
      .selectCompanyTree-box .box-bottom .selected-opations .opations-close {
        padding-left: 3px;
        cursor: pointer; }

.selectDept-box {
  height: 345px;
  overflow-y: auto;
  margin-bottom: 15px; }

.selectStaffsTable-box {
  height: 245px; }
  .selectStaffsTable-box > .panel {
    width: 100%;
    height: 100%; }
  .selectStaffsTable-box .datagrid-view {
    height: calc(100% - 47px) !important;
    overflow: auto; }

.selectStaffsTableImg-box {
  height: 292px; }
  .selectStaffsTableImg-box > .easyui-fluid {
    height: 100% !important; }

.textarea-box {
  border: 1px solid #95b8e8; }
  .textarea-box .textarea {
    padding: 5px 10px;
    width: 100%;
    max-width: 100%;
    line-height: 22px;
    border: none;
    outline: none; }
  .textarea-box .words {
    padding: 0 15px;
    text-align: right;
    color: #999;
    font-size: 14px;
    line-height: 24px; }
  .textarea-box .btnBox {
    text-align: right; }
    .textarea-box .btnBox .btn {
      margin: 5px; }

.wfInst-module .easyui-fluid {
  height: 100% !important; }
.wfInst-module .datagrid-toolbar {
  padding: 5px 15px;
  text-align: right;
  overflow: hidden; }
  .wfInst-module .datagrid-toolbar > table {
    float: right; }

.l-btn-plain {
  padding: 0;
  line-height: 1.5;
  color: #0071bd;
  border: 1px solid #0071bd;
  background: none;
  margin: 0 2px; }
  .l-btn-plain:hover {
    padding: 0;
    line-height: 1.5;
    color: #0071bd;
    color: #fff;
    background: #0071bd; }
  .l-btn-plain .l-btn-text {
    line-height: normal; }

.addList-content .addBtn {
  position: absolute;
  right: 30px;
  bottom: 0; }

.imagesList-content .toggle-main {
  font-size: 14px;
  line-height: 28px;
  overflow: hidden; }
.imagesList-content .imgbox .list {
  margin-bottom: 15px; }
.imagesList-content .imgbox img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd; }

.radio-inline input[type='radio'].radio {
  position: absolute;
  height: 28px;
  opacity: 0; }
  .radio-inline input[type='radio'].radio:checked + label {
    background: url("../../images/icon/icon-radio2.png") no-repeat 0 center;
    background-size: 12px 12px; }
.radio-inline label {
  display: inline-block;
  background: url("../../images/icon/icon-radio.png") no-repeat 0 center;
  background-size: 12px 12px;
  height: 28px;
  line-height: 28px;
  padding-left: 20px; }
.radio-inline.radioDisable label {
  background: url("../../images/icon/icon-radio-disable.png") no-repeat 0 center;
  background-size: 14px 14px; }

.checkbox-inline input[type='checkbox'].checkbox {
  position: absolute;
  height: 28px;
  opacity: 0; }
  .checkbox-inline input[type='checkbox'].checkbox:checked + label {
    background: url("../../images/icon/icon-checkbox2.png") no-repeat 0 center;
    background-size: 12px 12px; }
.checkbox-inline label {
  display: inline-block;
  background: url("../../images/icon/icon-checkbox.png") no-repeat 0 center;
  background-size: 12px 12px;
  height: 28px;
  line-height: 28px;
  padding-left: 20px; }
.checkbox-inline.checkboxDisable label {
  background: url("../../images/icon/icon-checkbox-disable.png") no-repeat 0 center;
  background-size: 12px 12px; }

input[disabled],
.radio-inline,
.checkbox-inline {
  padding-left: 2px;
  margin-left: 0 !important;
  margin-right: 10px; }
  input[disabled] label,
  .radio-inline label,
  .checkbox-inline label {
    cursor: pointer; }
  input[disabled]:last-child,
  .radio-inline:last-child,
  .checkbox-inline:last-child {
    margin-right: 0; }

.radioDisable label,
.checkboxDisable label {
  cursor: not-allowed; }

.noData {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #666;
  background: #f5f6ff; }

.apply-num {
  display: inline-block;
  min-width: 18px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  background: #ff7800;
  border-radius: 9px;
  padding: 0 3px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -3px; }

.switchBtn {
  position: relative;
  margin-top: 3px;
  display: inline-block;
  height: 26px;
  opacity: .8;
  transition: opacity .3s; }
  .switchBtn:hover {
    opacity: 1; }
  .switchBtn input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
    .switchBtn input[type="checkbox"] + label {
      display: inline-block;
      width: 50px;
      height: 100%;
      background: url("../../images/switchBtn-unchecked.png") no-repeat center center; }
    .switchBtn input[type="checkbox"]:checked + label {
      background: url("../../images/switchBtn-checked.png") no-repeat center center; }

a.upOrgan,
a.upStaff,
.sortUp {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  color: #ababab;
  border: 1px solid #ababab !important;
  cursor: pointer;
  border-radius: 0;
  background: url("../../images/icon/icon-sort-up.png") no-repeat center center; }
  a.upOrgan:hover,
  a.upStaff:hover,
  .sortUp:hover {
    border-radius: 0;
    border: 1px solid #0181e4 !important;
    background: url("../../images/icon/icon-sort-up2.png") no-repeat center center !important; }

a.dowOrgan,
a.dowStaff,
.sortDown {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  color: #ababab;
  border: 1px solid #ababab !important;
  cursor: pointer;
  border-radius: 0;
  background: url("../../images/icon/icon-sort-down.png") no-repeat center center; }
  a.dowOrgan:hover,
  a.dowStaff:hover,
  .sortDown:hover {
    border-radius: 0;
    border: 1px solid #0181e4 !important;
    background: url("../../images/icon/icon-sort-down2.png") no-repeat center center !important; }

.icon-del {
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  color: #ababab;
  cursor: pointer;
  border-radius: 0;
  background: url("../../images/icon/icon-del.png") no-repeat center center; }
  .icon-del:hover {
    border-radius: 0;
    background: url("../../images/icon/icon-del2.png") no-repeat center center !important; }

.add-people {
  display: inline-block;
  width: 30px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  color: #7d7d7d;
  float: left;
  margin-right: 10px; }
  .add-people .fa {
    color: #777; }
  .add-people:hover {
    background: #0181e4;
    color: #fff; }
    .add-people:hover .fa {
      color: #fff; }

.selected-opations-list {
  float: left;
  width: calc(100% - 40px); }
  .selected-opations-list > span {
    display: inline-block;
    text-align: center;
    padding: 2px 8px;
    border: 1px solid #eaeaea;
    margin: 0 6px 6px; }

.elementListBox {
  padding: 20px;
  overflow: hidden;
  height: 100%; }
  .elementListBox .list {
    position: relative;
    margin-bottom: 10px;
    padding: 6px 10px;
    border: 1px dashed #ddd;
    border-radius: 3px;
    font-size: 14px;
    background: #f8f8f8;
    cursor: pointer;
    width: 47%; }
    .elementListBox .list:nth-child(odd) {
      float: left; }
    .elementListBox .list:nth-child(even) {
      float: right; }
    .elementListBox .list:hover {
      background: #eaf2ff;
      box-shadow: 2px 2px 5px #dae1f7; }
    .elementListBox .list .text {
      display: block;
      padding-left: 30px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
    .elementListBox .list .iconImg {
      position: absolute;
      left: 10px;
      top: 6px;
      width: 20px;
      height: 20px; }

.centerContent .datagrid-row-selected {
  background: #d5e8ff; }

.rightForm .propertygrid .datagrid-view1 .datagrid-body,
.rightForm .propertygrid .datagrid-view1 .datagrid-row-selected {
  background: #fff; }

.inputTips,
.tips {
  display: block;
  line-height: 24px;
  font-size: 12px;
  color: #787878;
  word-wrap: break-word; }

.icon-tips {
  font-style: normal;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  transition: color .3s; }
  .icon-tips:hover {
    color: #666; }

.choseUser-disabled {
  opacity: 0.5;
  cursor: not-allowed !important; }

.form-warp-main {
  margin-bottom: 10px; }
  .form-warp-main .title {
    text-align: center;
    line-height: 28px; }
  .form-warp-main .user-search {
    width: 100%;
    position: relative;
    height: 28px;
    border-bottom: 1px solid #ddd; }
    .form-warp-main .user-search .form-control {
      padding: 3px 12px;
      height: 28px; }
    .form-warp-main .user-search .input-query {
      position: absolute;
      right: 86px;
      top: 3px;
      color: #ccc;
      font-size: 16px;
      cursor: pointer; }
    .form-warp-main .user-search .user-selected-btn {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 80px;
      height: 28px;
      line-height: 28px;
      text-align: center;
      border: 1px solid #ddd;
      cursor: pointer;
      background-color: #eee;
      color: #666; }
  .form-warp-main .user-list,
  .form-warp-main .user_list {
    overflow: hidden; }
  .form-warp-main .card-box {
    position: relative;
    float: left;
    width: 220px;
    height: 60px;
    border: 1px solid #dae1f7;
    background-color: #fff;
    border-radius: 3px;
    margin: 12px 8px 0 8px;
    padding-left: 65px;
    padding-top: 4px;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: pointer; }
    .form-warp-main .card-box.active {
      border: 1px solid #ff5d5b;
      background: url("../../images/selected_red.png") right top no-repeat; }
  .form-warp-main .card-box-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 59px;
    height: 58px;
    line-height: 58px;
    padding-left: 9px;
    background-color: #f5f6ff;
    border-right: 1px solid #dae1f7; }
    .form-warp-main .card-box-img img {
      width: 40px;
      height: 40px;
      vertical-align: middle;
      border-radius: 50%; }
  .form-warp-main .card-box-content p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    font-size: 12px;
    color: #333; }

.fileUtil-show-box .title,
.assembly-fujian-main .title {
  line-height: 28px; }
.fileUtil-show-box .list-box,
.assembly-fujian-main .list-box {
  overflow: hidden;
  margin-bottom: 20px;
  cursor: pointer; }
  .fileUtil-show-box .list-box .list,
  .assembly-fujian-main .list-box .list {
    float: left;
    margin: 0 10px 10px 0;
    width: 106px;
    height: 145px;
    padding: 5px; }
    .fileUtil-show-box .list-box .list:hover,
    .assembly-fujian-main .list-box .list:hover {
      background: #f5f5f5; }
      .fileUtil-show-box .list-box .list:hover dd a,
      .assembly-fujian-main .list-box .list:hover dd a {
        color: #333; }
  .fileUtil-show-box .list-box dt,
  .assembly-fujian-main .list-box dt {
    text-align: center; }
    .fileUtil-show-box .list-box dt img,
    .assembly-fujian-main .list-box dt img {
      width: 96px;
      height: 96px; }
  .fileUtil-show-box .list-box dd,
  .assembly-fujian-main .list-box dd {
    padding-top: 5px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; }
    .fileUtil-show-box .list-box dd a,
    .assembly-fujian-main .list-box dd a {
      font-size: 12px;
      color: #666;
      transition: all .3s; }

.processLink-information {
  min-width: 300px;
  padding: 0 15px;
  text-align: center; }
  .processLink-information tr {
    line-height: 26px; }
  .processLink-information tr:first-child {
    font-weight: bold;
    color: #333; }
  .processLink-information tr:nth-of-type(odd) {
    background: #f2f3fb; }
  .processLink-information tr:nth-of-type(even) {
    background: #fff; }
  .processLink-information td {
    font-size: 12px; }

.iconLibrary-content .list {
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 20px 5px 5px 5px;
  width: 100px;
  text-align: center;
  border: 1px solid #dae1f7;
  cursor: pointer; }
  .iconLibrary-content .list:hover {
    background: #f5f5f5; }
    .iconLibrary-content .list:hover .action {
      display: block; }
  .iconLibrary-content .list.active {
    border: 1px solid #ff5d5b;
    background: url("../../images/selected_red.png") right top no-repeat; }
  .iconLibrary-content .list .imgBox {
    height: 45px;
    position: relative; }
    .iconLibrary-content .list .imgBox img {
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      margin: auto; }
  .iconLibrary-content .list .name {
    color: #333;
    font-size: 14px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .iconLibrary-content .list .action {
    position: absolute;
    left: 0;
    top: 3px;
    display: none;
    width: 100%;
    height: 20px;
    text-align: left; }
    .iconLibrary-content .list .action em {
      margin: 0 2px;
      width: 16px;
      height: 16px; }
    .iconLibrary-content .list .action .icon-del {
      display: inline-block; }
    .iconLibrary-content .list .action .icon-copy {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url("../../images/icon/icon-copy.png") no-repeat 0 0; }
      .iconLibrary-content .list .action .icon-copy:hover {
        background: url("../../images/icon/icon-copy2.png") no-repeat 0 0; }
.iconLibrary-content .imgList {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 12px 5px 5px 5px;
  width: 60px;
  height: 60px;
  border: 1px solid #dae1f7; }
  .iconLibrary-content .imgList:hover .action {
    display: block; }
  .iconLibrary-content .imgList.addIcon {
    cursor: pointer; }
  .iconLibrary-content .imgList .imgBox {
    position: relative;
    height: 40px; }
    .iconLibrary-content .imgList .imgBox img {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .iconLibrary-content .imgList .action {
    display: none;
    position: absolute;
    height: 20px;
    top: 2px;
    left: 0; }
    .iconLibrary-content .imgList .action em {
      display: inline-block;
      margin: 0 3px; }

.icon-tabs-content .tabs-tit {
  display: block;
  border-bottom: 1px solid #dae1f7; }
  .icon-tabs-content .tabs-tit .tit {
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    font-size: 15px;
    line-height: 30px;
    color: #333;
    cursor: pointer; }
    .icon-tabs-content .tabs-tit .tit:hover {
      color: #0f82d3; }
    .icon-tabs-content .tabs-tit .tit.active {
      color: #0f82d3;
      font-weight: bold;
      border-bottom: 2px solid #0f82d3; }
.icon-tabs-content .tabs-main {
  padding-top: 20px; }
  .icon-tabs-content .tabs-main .main {
    display: none; }
    .icon-tabs-content .tabs-main .main:first-child {
      display: block; }

.twoLevelPage h4 {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold; }
.twoLevelPage .list {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px; }
  .twoLevelPage .list .type {
    color: #444;
    font-weight: bold; }
  .twoLevelPage .list .route {
    padding-left: 2em;
    padding-right: 15px; }
  .twoLevelPage .list a:hover {
    text-decoration: underline; }

.btn-assembly {
  padding: 1px 5px !important;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  border: 1px solid #0071bd !important; }
  .btn-assembly:hover {
    color: #fff;
    background: #0071bd !important; }
  .btn-assembly .l-btn-text {
    font-size: 12px; }

.w5 {
  width: 5px; }

.w6 {
  width: 6px; }

.w7 {
  width: 7px; }

.w8 {
  width: 8px; }

.w9 {
  width: 9px; }

.w10 {
  width: 10px; }

.w11 {
  width: 11px; }

.w12 {
  width: 12px; }

.w13 {
  width: 13px; }

.w14 {
  width: 14px; }

.w15 {
  width: 15px; }

.w16 {
  width: 16px; }

.w17 {
  width: 17px; }

.w18 {
  width: 18px; }

.w19 {
  width: 19px; }

.w20 {
  width: 20px; }

.w21 {
  width: 21px; }

.w22 {
  width: 22px; }

.w23 {
  width: 23px; }

.w24 {
  width: 24px; }

.w25 {
  width: 25px; }

.w26 {
  width: 26px; }

.w27 {
  width: 27px; }

.w28 {
  width: 28px; }

.w29 {
  width: 29px; }

.w30 {
  width: 30px; }

.w31 {
  width: 31px; }

.w32 {
  width: 32px; }

.w33 {
  width: 33px; }

.w34 {
  width: 34px; }

.w35 {
  width: 35px; }

.w36 {
  width: 36px; }

.w37 {
  width: 37px; }

.w38 {
  width: 38px; }

.w39 {
  width: 39px; }

.w40 {
  width: 40px; }

.w41 {
  width: 41px; }

.w42 {
  width: 42px; }

.w43 {
  width: 43px; }

.w44 {
  width: 44px; }

.w45 {
  width: 45px; }

.w46 {
  width: 46px; }

.w47 {
  width: 47px; }

.w48 {
  width: 48px; }

.w49 {
  width: 49px; }

.w50 {
  width: 50px; }

.w55 {
  width: 55px; }

.w60 {
  width: 60px; }

.w65 {
  width: 65px; }

.w70 {
  width: 70px; }

.w75 {
  width: 75px; }

.w80 {
  width: 80px; }

.w85 {
  width: 85px; }

.w90 {
  width: 90px; }

.w95 {
  width: 95px; }

.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

#rightContent > .tabs-header .tabs {
  height: 43px !important;
  border-bottom: 1px solid #dce8f8; }

#rightContent > .tabs-header > .tabs-wrap > .tabs > li {
  background: #ecf2f9;
  margin-right: 2px;
  border: 1px solid #dce8f8;
  border-radius: 5px 5px 0 0; }

#rightContent > .tabs-header > .tabs-wrap > .tabs > li.tabs-selected {
  background: #fff; }

#rightContent > .tabs-header > .tabs-wrap > .tabs > li.tabs-selected a.tabs-inner {
  border-bottom: none; }

#rightContent .tabs-wrap {
  width: calc(100% - 80px) !important; }

#rightContent .tabs-scroller-right {
  right: 45px;
  z-index: 9; }

.cart-fixed {
  width: 440px;
  height: 380px;
  position: fixed;
  right: -444px;
  top: 200px;
  box-shadow: 1px 1px 10px 3px #ccc;
  transition: all ease .3s;
  background: #fff;
  z-index: 999; }
  .cart-fixed.active {
    right: 2px; }
    .cart-fixed.active .cart-icon-toggle {
      right: 442px; }

.cart-icon-toggle {
  position: fixed;
  top: 358px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  background: #0484cf;
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 50px;
  border-radius: 3px;
  transition: all ease .3s; }
  .cart-icon-toggle .fa {
    color: #fff; }
  .cart-icon-toggle .num {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    min-width: 18px;
    height: 18px;
    background: #ff7800;
    border-radius: 9px;
    padding: 0 3px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px; }
  .cart-icon-toggle:hover {
    background: #0672b1; }

.cart-list-box h2 {
  padding: 10px;
  font-size: 14px;
  border-bottom: 1px solid #ddd; }

.cart-list .cart-title {
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
  font-size: 16px; }
  .cart-list .cart-title span {
    display: inline-block;
    width: 32%; }
.cart-list ul {
  padding: 0;
  height: 245px;
  overflow: auto;
  margin-bottom: 0; }
  .cart-list ul li {
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    padding: 0;
    clear: both;
    overflow: hidden; }
    .cart-list ul li p {
      float: left;
      margin-left: 10px;
      margin-bottom: 0; }
    .cart-list ul li .owrap-name {
      width: 130px;
      white-space: nowrap;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
      overflow: hidden; }
    .cart-list ul li .sw_adds {
      margin-left: 7px;
      width: 65px;
      height: 30px; }
      .cart-list ul li .sw_adds a {
        width: 20px;
        height: 20px;
        border: 1px solid #0081e4;
        display: inline-block;
        text-align: center;
        line-height: 17px; }
    .cart-list ul li .sw_unit-price {
      width: 60px;
      height: 30px;
      margin-left: 90px; }
    .cart-list ul li .have_adds {
      cursor: pointer; }
      .cart-list ul li .have_adds span {
        color: #777; }

.cart-total {
  width: 100%;
  height: 50px;
  border-top: 1px solid #eaeaea; }
  .cart-total .cart-total-left {
    line-height: 50px;
    width: 330px;
    height: 50px;
    float: left;
    padding-left: 10px;
    font-size: 14px; }
    .cart-total .cart-total-left .red {
      font-size: 18px;
      color: #f00;
      font-style: normal; }
    .cart-total .cart-total-left span {
      margin-right: 10px; }
  .cart-total .cart-btn {
    float: right;
    width: 90px;
    height: 36px;
    color: #fff;
    border-radius: 3px;
    background: #ff9900;
    margin-top: 10px;
    margin-right: 10px;
    outline: none;
    border: none;
    cursor: pointer; }
    .cart-total .cart-btn:hover {
      background: #ea8e04; }

.order-main {
  background: #fff; }

.order-list-group {
  width: 100%;
  overflow: hidden; }

.order-list-item {
  width: 184px;
  float: left;
  margin-bottom: 30px;
  color: #333;
  white-space: nowrap;
  font-family: '微软雅黑 Regular', '微软雅黑';
  text-decoration: none;
  cursor: pointer;
  margin: 10px;
  border: 1px solid #ddd; }
  .order-list-item .item-img {
    width: 184px;
    height: 184px;
    padding: 0;
    border: 1px solid #eaeaea; }
    .order-list-item .item-img img {
      width: 100%;
      height: 100%; }
    .order-list-item .item-img:hover {
      opacity: 0.8; }
  .order-list-item p {
    margin: 10px;
    font-size: 14px;
    line-height: 18px; }
    .order-list-item p .reservation-name {
      background: #ff9900;
      padding: 0 3px;
      color: #fff;
      font-size: 12px;
      display: inline-block;
      float: right; }
    .order-list-item p:last-child {
      margin-bottom: 8px; }
  .order-list-item .reservation-time {
    font-size: 12px; }
  .order-list-item .reservation-danjia {
    font-size: 14px;
    color: #f00;
    font-weight: 600;
    line-height: 26px; }
    .order-list-item .reservation-danjia .reservation-add {
      color: #999;
      float: right;
      width: 25px;
      height: 25px;
      border: 1px solid #bbb;
      border-radius: 50%;
      text-align: center;
      line-height: 25px; }
    .order-list-item .reservation-danjia .reservation-add:hover {
      color: #0081e4;
      border: 1px solid #0081e4; }

.nowrap-left, .nowrap-right {
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.nowrap-left {
  max-width: 64%; }

.nowrap-right {
  max-width: 54px; }

/*# sourceMappingURL=list.css.map */
