button,
input[type="button"] {
  cursor: pointer;
}

.btnLine {
  border-width: 1px;
  border-style: solid;
  border-color: #0898ff;
  background-color: #ffffff;
  color: #0898ff;
}

.btnBg {
  background-color: #0898ff;
  color: #ffffff;
}

.btn_nol {
  padding: 0 15px;
  line-height: 32px;
  border-radius: 3px;
}

.text-left {
  text-align: left;
}

.follow-s {
  border-radius: 4px;
  padding: 4px 6px;
  color: #fff;
  display: inline-block;
}

.follow-s1 {
  background-color: #16d69d;
}

.follow-s2 {
  background-color: #29d6e6;
}

.follow-s3 {
  background-color: #88aaff;
}

.follow-s4 {
  background-color: #ff7366;
}

.follow-s5 {
  background-color: #00FFFF;
}

.follow-s6 {
  background-color: #eec860;
}

.follow-s7 {
  background-color: #af88ff;
}

a {
  color: #333333;
}

a:hover {
  color: #0898ff;
}

.bodyCon ::-webkit-scrollbar {
  width: 8px;
  /*height: 4px;*/
}

.bodyCon ::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.bodyCon ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

.bodyCon ::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

.bodyCon ::-webkit-scrollbar-button {
  height: 4px;
  opacity: 0;
}

.nav_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav_bar > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 !important;
}

.nav_bar .nav_crm {
  position: relative;
}

.nav_bar .nav_crm .nav_crm_code {
  padding: 8px;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 10;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #afafaf;
  font-size: 14px;
  line-height: 14px;
}

.nav_bar .nav_crm .nav_crm_code img {
  display: block;
}

.nav_bar .nav_crm:hover .nav_crm_code {
  display: block;
}

.crm_option,
.crm_table {
  background-color: #ffffff;
  border-radius: 2px;
  padding: 15px;
}

.crm_option {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.crm_option form {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 40px;
  background: #f8f8f8;
  padding: 0 10px;
}

.crm_option form select {
  min-width: 90px;
  margin-right: 10px;
}

.crm_option form input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.crm_option form .btn_srch {
  line-height: 32px;
  max-width: 60px;
  text-align: center;
  background-color: #0898ff;
  color: #ffffff;
  border-radius: 4px;
  padding: 0 12px;
  cursor: pointer;
}

.crm_option form .btn_srch i {
  font-style: normal;
}

.crm_table .table_opts {
  padding: 10px;
}

.crm_table .crm_table_form .table tbody tr.tr_flow .flow_reason {
  color: #0898ff;
}

.crm_table .crm_table_form .table tbody tr.tr_flow .flow_reject {
  color: #ff5c5c;
}

.crm_table .crm_table_form .table tbody tr td .btn_occupt {
  background-color: #0898ff;
  color: #ffffff;
}

.crm_table .crm_table_form .table tbody tr td a.title_proj {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.crm_form_item {
  height: 38px;
  line-height: 1.3;
  line-height: 38px\9;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
  border-color: #e2e2e2;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 15px;
  width: auto;
}

.dtlCon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.dtlCon > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.grid-g211 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: 400px;
}

.grid-g211 .grid-item {
  background-color: #fff;
  border-radius: 4px;
  width: calc(33.333% - 10px);
  overflow-y: scroll;
}

.grid-g211 .grid-item .grid-card {
  height: 100%;
}

.grid-g211 .grid-item1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.dtl-info .dtl_content .dtl_title {
  padding: 10px 0;
}

.dtl-info .dtl_content .dtl_title > span {
  font-size: 16px;
  margin-right: 4px;
}

.dtl-info .dtl_content .dtl_content_cell {
  margin-top: 15px;
}

.dtl-info .dtl_content .dtl_content_cell .projinfo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.dtl-info .dtl_content .dtl_content_cell .projinfo_list > p {
  width: calc(50% - 8px);
  line-height: 36px;
}

.dtl-info .dtl_content .dtl_content_cell .projinfo_list > p > span {
  font-weight: bold;
}

.crm_online {
  position: fixed;
  z-index: 49;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.crm_online .crm_img {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 960px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.crm_online .crm_img img {
  width: unset;
}

.crm_online .crm_img .crm_ad_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.crm_online .crm_img .btn_wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 58px;
  text-align: center;
}

.crm_online .crm_img .btn_wrap .btn_tocrm {
  cursor: pointer;
}

.crm_online .crm_img .btn_wrap p {
  color: white;
  padding-top: 10px;
  opacity: 0.8;
}
/*# sourceMappingURL=unit.css.map */