@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html, body, .gimgs .preview-list .preview img, .gclockTab p, .gdialog, .gshade, .gcomment textarea, .gdeTel span:nth-child(1) i img, .gcomimg span img, .grepeal, .greject, .gpass, .g_aprv_idea .g_idea_comment textarea, .g_copy_to .g_copy_people img, .gdialog .gshade {
  width: 100%;
  height: 100%; }

.gimgs li p, .gInfoctn, .gdialog, .gsend, #getailresult {
  position: relative; }

.gshadeapprove, .gimgs li .camera, .gimgs .preview-list .preview span, .gleadimgs .gleadlist .gleadpre .colose, .gleadimgs .gleadlist .gleadpre .pass, .gleadimgs .gleadlist .gleadpre .wait, .gleadimgs .gleadlist .gleadpre .reject, .gflow, .gshade, .gpup, .gsend span, .gresultimg, .gdelsur, .gdialog .gshade {
  position: absolute; }

.gleaveSuc, .gdialog {
  position: fixed; }

.g_write, .glist, .glistInfo, .gstyle, .gdeTel, .gdeTel span:nth-child(1), .infoList li, .ginfoList, .gdelfot, .gcomInfo, .gcomT, .gdelsur .gdelbtn, .g_aprv_data, .g_aprv_idea .g_aprv_btns, .g_copy_to .g_copy_list, .gdelsur .gcalbtn, .g_aprv_section, .gdetail_btns .gd_no, .g_list_tab, .gdelback .gbackbtn, .sta_data .sta_res, .sta_data .sta_handle, .g_second_tab, .temp_pop_data .temp_pop_top, .temp_pop_data .temp_pop_bottom, .seal_library_pop .temp_pop_bottom, .seal_library_pop .seal_top_search, .seal_library_pop .model-search, .seal_library_pop .seal_btm_list, .seal_library_pop .seal_btm_item .img-check-option, .aprv_idea_new .autograph,
.aprv_edit_opt .autograph, .aprv_idea_new .form_upload_file .upload_file_per,
.aprv_edit_opt .form_upload_file .upload_file_per, .aprv_idea_new .aprv_opt_item_btm,
.aprv_edit_opt .aprv_opt_item_btm {
  display: -webkit-flex;
  display: -moz-flex; }

.temp_bottom_pop .temp_bottom_data, #approveInfoList, .temp_pop_data {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column; }

.g_write .gw_Left, .temp_pop_data .temp_pop_cont, .glist span:nth-child(2), .gInfotel, .gdeTel span:nth-child(1) div, .gdeTel span:nth-child(2), .ginfoC, .gdelfot span, .gcomtac, .gcomT span, .gdelsur .gdelbtn span, .g_aprv_data .g_aprv_right, .g_aprv_idea .g_aprv_btns span, .gdelsur .gcalbtn span, .g_aprv_section .g_sec_uls, .gdetail_btns .gd_no span, .g_list_tab .g_tab_btn, .gdelback .gbackbtn span, .sta_data .sta_res .sta_res_data, .sta_data .sta_handle .sta_handle_data, #approveInfoList .gsearch_res, .temp_pop_data .temp_pop_top .temp_pop_title, .temp_pop_data .temp_pop_bottom .temp_pop_close, .seal_library_pop .model-search.has-clear-icon .model-search-input, .seal_library_pop .seal_btm_item .img-check-option .img-check-data, .aprv_idea_new .autograph .agh_right,
.aprv_edit_opt .autograph .agh_right, .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data,
.aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1; }

.seal_library_pop .seal_btm_list {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-shrink: 0;
  -o-flex-shrink: 0; }

.g_copy_to .g_copy_list, .seal_library_pop .seal_btm_list {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap; }

.toast_model_pop, .seal_library_pop .seal_btm_item .item-check-img {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

body {
  font-size: .32rem; }

[v-cloak] {
  display: none; }

.toast_model_pop {
  z-index: 10;
  position: fixed;
  max-width: 6.9rem;
  max-height: 80%;
  padding: .28rem .32rem;
  top: 50%;
  left: 50%;
  line-height: .4rem;
  font-size: .28rem;
  color: #fff;
  text-align: center;
  word-break: break-all;
  background: rgba(32, 32, 32, 0.8);
  border-radius: .18rem; }
  .toast_model_pop .toast_model_icon {
    display: inline-block;
    width: .36rem;
    height: .36rem;
    background: url("./images/icon_aprv_suc.png") no-repeat center;
    background-size: contain;
    vertical-align: top;
    margin-top: .02rem;
    margin-right: .1rem;
    border-radius: 50%; }
  .toast_model_pop .error {
    background: url("./images/icon_aprv_error.png") no-repeat center;
    background-size: contain;
    border: none !important; }
  .toast_model_pop .wait {
    background: url("./images/loading.gif") no-repeat center;
    background-size: contain;
    border: none !important; }
  .toast_model_pop .warn {
    background: url("../images/icon_aprv_warn.png") no-repeat center;
    background-size: contain;
    border: none !important; }
  .toast_model_pop-enter-active, .toast_model_pop-leave-active {
    transition: opacity 0.5s ease; }
  .toast_model_pop-enter, .toast_model_pop-leave-to {
    opacity: 0; }

.flex-column-layout-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
  font-size: .28rem; }
  .flex-column-layout-wrapper input[type="checkbox"] {
    position: relative;
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.1rem;
    vertical-align: middle;
    border: .01rem solid #b1b1b1;
    border-radius: 0.11rem;
    box-sizing: border-box; }
  .flex-column-layout-wrapper input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.36rem;
    height: 0.36rem;
    border: none;
    background: url("../summary/images/icon_checked.png") no-repeat center/cover; }
  .flex-column-layout-wrapper input[type="checkbox"].half-checked::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.36rem;
    height: 0.36rem;
    border: none;
    background: url("../../apps/forms/web/new/images/half_checked.png") no-repeat center/cover; }
  .flex-column-layout-wrapper .flex-column-layout-content {
    flex: 1;
    overflow: auto; }
    .flex-column-layout-wrapper .flex-column-layout-content .empty-data-tip {
      padding: 0 .33rem;
      text-align: center;
      color: #898989; }
      .flex-column-layout-wrapper .flex-column-layout-content .empty-data-tip .text {
        height: 1.2rem;
        line-height: 1.2rem; }
      .flex-column-layout-wrapper .flex-column-layout-content .empty-data-tip .search-history {
        position: relative;
        padding-bottom: .4rem;
        border-bottom: 1px solid #DEDFE0; }
      .flex-column-layout-wrapper .flex-column-layout-content .empty-data-tip .search-word {
        display: inline-block;
        height: .43rem;
        padding: 0 .1rem;
        margin-right: .2rem;
        margin-bottom: .2rem;
        background: #fff;
        border-radius: .08rem; }
      .flex-column-layout-wrapper .flex-column-layout-content .empty-data-tip .clear-history {
        position: absolute;
        left: 50%;
        bottom: -.2rem;
        transform: translateX(-50%);
        width: 1.64rem;
        height: .4rem;
        line-height: .4rem;
        font-size: .24rem;
        color: #006CE2;
        background: #f5f6f8; }
  .flex-column-layout-wrapper .oprate-btns {
    margin-left: .2rem;
    margin-right: .1rem; }
    .flex-column-layout-wrapper .oprate-btns.lh68 {
      line-height: .68rem; }
    .flex-column-layout-wrapper .oprate-btns .icon-search, .flex-column-layout-wrapper .oprate-btns .icon-screen {
      display: inline-block;
      width: 0.44rem;
      height: 0.44rem;
      font-size: .44rem;
      margin-right: 0.12rem;
      vertical-align: middle; }
      .flex-column-layout-wrapper .oprate-btns .icon-search::before, .flex-column-layout-wrapper .oprate-btns .icon-screen::before {
        color: #4d4d4d; }
      .flex-column-layout-wrapper .oprate-btns .icon-search.active::before, .flex-column-layout-wrapper .oprate-btns .icon-screen.active::before {
        color: #006ce2; }
    .flex-column-layout-wrapper .oprate-btns .icon-clear {
      display: inline-block;
      font-size: .44rem;
      vertical-align: middle;
      margin-right: .12rem; }
    .flex-column-layout-wrapper .oprate-btns .icon-search {
      font-size: .4rem;
      line-height: .44rem;
      text-align: center; }
    .flex-column-layout-wrapper .oprate-btns .clean-btn {
      height: 1rem;
      line-height: 1rem;
      color: #c0c0c3;
      overflow: hidden; }
      .flex-column-layout-wrapper .oprate-btns .clean-btn .icon-clear::before {
        color: #c0c0c3; }
      .flex-column-layout-wrapper .oprate-btns .clean-btn span {
        vertical-align: middle; }
    .flex-column-layout-wrapper .oprate-btns .clean-btn.active {
      color: #FF4C26; }
      .flex-column-layout-wrapper .oprate-btns .clean-btn.active .icon-clear::before {
        color: #FF4C26; }

.hollow-button {
  width: 1.6rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.28rem;
  color: #898989;
  text-align: center;
  border-radius: 0.36rem;
  border: 1px solid #898989;
  background: #fff;
  box-sizing: border-box; }

.hollow-button.blue {
  border: 1px solid #006ce2;
  color: #006ce2; }

.hollow-button.red {
  border: 1px solid #ff4c26;
  color: #ff4c26; }

.solid-button {
  width: 1.6rem;
  height: 0.72rem;
  line-height: 0.72rem;
  font-size: 0.28rem;
  text-align: center;
  background: #006ce2;
  border-radius: 0.36rem;
  color: #fff; }

.pop-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.transparent_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: transparent; }

.edit-info-pop {
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 80%;
  font-size: 0.28rem;
  background: #fff;
  border-radius: 20px 20px 0 0; }
  .edit-info-pop .edit-info-title {
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    font-size: 0.28rem;
    font-weight: normal;
    box-shadow: inset 0px -1px 0px 0px #c0c0c3; }
  .edit-info-pop .edit-info-cont {
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto; }
    .edit-info-pop .edit-info-cont .edit-info-item {
      position: relative;
      padding: 0.22rem 0.33rem 0.3rem;
      box-shadow: inset 0px -1px 0px 0px #dedfe0; }
      .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title {
        height: 0.48rem;
        line-height: 0.48rem;
        font-size: 0.34rem; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .icon_countersign_tip {
          display: inline-block;
          width: .4rem;
          height: .4rem;
          vertical-align: top;
          margin-top: .04rem;
          margin-left: .06rem;
          background: url("./images/icon_title_des.png") no-repeat center;
          background-size: contain; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .required::before {
          content: "*";
          display: inline-block;
          width: 0;
          color: #ff4c26;
          transform: translateX(-0.19rem); }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .edit-info-tip {
          display: inline-block;
          width: 0.4rem;
          height: 0.4rem;
          margin-top: .04rem;
          margin-left: .1rem;
          font-size: .4rem;
          vertical-align: top;
          background: url("./images/icon_title_des.png") no-repeat center;
          background-size: contain;
          overflow: hidden; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns {
          float: right;
          color: #006ce2; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns span {
            vertical-align: top; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns i {
            display: inline-block;
            width: 0.44rem;
            height: 0.44rem;
            font-size: .44rem;
            margin-left: 0.2rem;
            vertical-align: middle; }
            .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns i::before {
              color: #006ce2; }
            .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns i input {
              position: relative;
              top: -100%;
              width: 100%;
              opacity: 0; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns i:first-of-type {
            margin-left: 0; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns .icon-switch-close {
            width: 1.12rem;
            height: 0.56rem;
            background: url("../../apps/forms/web/new/images/icon_switch_close.png") no-repeat center/contain; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .oprate-btns .icon-switch-open {
            width: 1.12rem;
            height: 0.56rem;
            background: url("../../apps/forms/web/new/images/icon_switch_open.png") no-repeat center/contain; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .sign-image {
          position: absolute;
          right: 0.85rem;
          top: 50%;
          transform: translateY(-50%);
          width: 1.2rem;
          height: 0.6rem;
          text-align: right; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .sign-image img {
            max-width: 100%;
            max-height: 100%; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title .sign-image input {
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0; }
      .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont {
        font-size: 0;
        overflow: hidden; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont em {
          font-style: normal; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .edit-textarea {
          position: relative; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .edit-textarea textarea {
            width: 100%;
            height: 2.7rem;
            padding: 0.09rem 0.15rem;
            font-size: 0.3rem;
            resize: none;
            box-sizing: border-box;
            outline: none;
            border-color: #999999;
            border-radius: 0.08rem; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .edit-textarea .text-length-tip {
            position: absolute;
            bottom: 0.09rem;
            right: 0.15rem;
            line-height: 0.42rem;
            color: #c0c0c3;
            font-size: 0.28rem; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .add-handler-btn {
          float: left;
          width: 0.8rem;
          height: 0.8rem;
          margin-right: 0.4rem;
          background: url("../../apps/forms/web/new/images/add_lead.png") no-repeat center/contain; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .handeler-info {
          position: relative;
          display: inline-block;
          width: 0.8rem;
          margin-right: 0.4rem;
          margin-bottom: 0.25rem;
          font-size: 0.26rem;
          text-align: center;
          color: #898989;
          white-space: nowrap;
          text-overflow: ellipsis;
          vertical-align: top; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .handeler-info img {
            width: 100%;
            border-radius: 50%; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .handeler-info i {
            position: absolute;
            right: -0.1rem;
            top: -0.1rem;
            width: 0.4rem;
            height: 0.4rem;
            background: url("../summary/images/icon_delete.png") no-repeat center/0.25rem; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .handeler-info span {
            width: 0.8rem;
            white-space: pre-line; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .handeler-info:nth-child(6n) {
          margin-right: 0; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .batch-aprv-done-tip {
          margin-top: 1.2rem;
          text-align: center;
          font-size: 0.34rem; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .batch-aprv-done-tip em {
            font-style: normal; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .batch-aprv-done-tip .loading {
            display: inline-block;
            width: 1.28rem;
            height: 1.28rem;
            margin-bottom: 0.44rem;
            background: url("./images/loading.gif") no-repeat center/contain; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .batch-aprv-done-tip .loading.success {
            background: url("./images/icon_success.png") no-repeat center/contain; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .batch-aprv-done-tip .green {
            color: #2dbe62; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .batch-aprv-done-tip .red {
            color: #ff4c26; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .aprv-warn-tip {
          font-size: 0.28rem;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .aprv-warn-tip .red {
            color: #ff4c26; }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .img {
          position: relative;
          display: inline-block;
          width: 0.8rem;
          height: 0.8rem;
          margin: 0.1rem 0.1rem 0 0;
          line-height: 0.8rem; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .img img {
            width: 100%;
            height: 100%; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .img i {
            position: absolute;
            right: -0.15rem;
            top: -0.15rem;
            width: 0.4rem;
            height: 0.4rem;
            background: url("../summary/images/icon_delete.png") no-repeat center/0.25rem; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .img:hover::after {
            display: block; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .img::after {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            content: '删除';
            width: 100%;
            height: 100%;
            text-align: center;
            color: #fff;
            cursor: pointer;
            background: rgba(0, 0, 0, 0.6); }
        .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .file {
          display: flex;
          height: 0.6rem;
          padding-left: 0.2rem;
          margin-top: 0.08rem;
          line-height: 0.58rem;
          border: 1px solid #DEDFE0;
          border-radius: 0.08rem;
          cursor: pointer;
          font-size: .24rem; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .file .file_icon {
            display: inline-block;
            width: 0.28rem;
            height: 0.28rem;
            margin-top: 0.14rem;
            margin-right: .08rem;
            background: url("../../apps/forms/web/new/images/icon_file_link.png") no-repeat center;
            background-size: contain;
            vertical-align: top; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .file .file_info {
            display: flex;
            flex: 1;
            width: calc(100% - .96rem); }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .file .file_name {
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            vertical-align: top;
            color: #898989; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .file .file_size {
            color: #C0C0C3; }
          .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-cont .file-result .file .file_del {
            width: 0.58rem;
            height: 0.58rem;
            background: url("../flow/images/fsw_sign_del.png") no-repeat center;
            background-size: 0.28rem;
            cursor: pointer; }
      .edit-info-pop .edit-info-cont .edit-info-item .edit-info-item-title + .edit-info-item-cont {
        margin-top: 0.22rem; }
    .edit-info-pop .edit-info-cont .edit-info-item:last-child {
      box-shadow: none; }
  .edit-info-pop .edit-info-bottom {
    height: 1.2rem;
    line-height: 1.2rem;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #c0c0c3; }
    .edit-info-pop .edit-info-bottom .single-btn {
      width: 100%;
      line-height: 1.2rem;
      text-align: center;
      color: #006ce2; }
    .edit-info-pop .edit-info-bottom .btm-btns {
      display: flex;
      height: 1.2rem;
      padding: 0 0.33rem;
      justify-content: space-between;
      align-items: center; }
      .edit-info-pop .edit-info-bottom .btm-btns button {
        width: 3.27rem; }

.g_write .gw_Left .gw_clear, .g_write .gw_Left .gw_again, .g_write .gw_Right .gw_back, .g_write .gw_Right .gw_title, .g_write .gw_Right .gw_suc {
  -moz-transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg); }

.pop_slide-enter-active, .pop_slide-leave-active {
  transform: translateY(0);
  transition: transform 0.4s ease; }

.pop_slide-enter, .pop_slide-leave-to {
  transform: translateY(100vh); }

.contact_pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  font-size: .28rem;
  background: #fff;
  overflow-x: hidden;
  touch-action: none; }
  .contact_pop .pop_title {
    line-height: 1rem;
    padding-left: .33rem;
    color: #202020;
    font-size: .34rem;
    box-shadow: inset 0px -1px 0px 0px #DEDFE0;
    -webkit-box-shadow: inset 0px -1px 0px 0px #DEDFE0;
    -moz-box-shadow: inset 0px -1px 0px 0px #DEDFE0;
    -webkit-appearance: none; }
  .contact_pop .checked_result {
    padding: .3rem .3rem .3rem .33rem;
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #dedfe0;
    -webkit-box-shadow: inset 0px -1px 0px 0px #dedfe0;
    -moz-box-shadow: inset 0px -1px 0px 0px #dedfe0;
    -webkit-appearance: none; }
    .contact_pop .checked_result .checked_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      overflow-x: auto;
      padding-bottom: 7px;
      margin-bottom: -7px; }
    .contact_pop .checked_result .checked_item {
      position: relative;
      display: inline-block;
      margin-right: .2rem;
      padding: .12rem .62rem .12rem .16rem;
      flex-shrink: 0;
      background: rgba(0, 108, 226, 0.1);
      border-radius: .08rem;
      font-size: .26rem; }
      .contact_pop .checked_result .checked_item .org_icon {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        line-height: .4rem;
        text-align: center;
        font-size: 0.4rem;
        background: #006CE2; }
      .contact_pop .checked_result .checked_item img {
        width: .4rem;
        height: .4rem;
        vertical-align: middle;
        border-radius: 50%; }
      .contact_pop .checked_result .checked_item span {
        display: inline-block;
        color: #006CE2;
        vertical-align: middle; }
      .contact_pop .checked_result .checked_item .del_item {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0.6rem;
        height: 0.6rem;
        margin-top: -0.3rem; }
  .contact_pop .card_slide-enter-active, .contact_pop .card_slide-leave-active {
    height: 1.25rem;
    transform: translateY(0);
    transition: height 0.3s ease,padding 0.3s ease,transform 0.3s ease,opacity .2s ease .1s; }
  .contact_pop .card_slide-leave-active {
    opacity: 0;
    transition: height 0.3s ease,padding 0.3s ease,transform 0.3s ease,opacity .1s ease; }
  .contact_pop .card_slide-enter, .contact_pop .card_slide-leave-to {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    transform: translateY(-1.25rem); }
  .contact_pop .search_pop_inp {
    padding: .3rem 0 .3rem .33rem;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-shadow: inset 0px -1px 0px 0px #DEDFE0;
    -webkit-box-shadow: inset 0px -1px 0px 0px #DEDFE0;
    -moz-box-shadow: inset 0px -1px 0px 0px #DEDFE0;
    -webkit-appearance: none; }
    .contact_pop .search_pop_inp .inp_wrapper {
      position: relative;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-right: 0.33rem;
      border-radius: .1rem;
      background: #F7F7F7; }
    .contact_pop .search_pop_inp input {
      width: 100%;
      padding: 0 .68rem;
      font-size: .28rem;
      line-height: .68rem;
      border-radius: .1rem;
      border: 1px solid #DEDFE0;
      background: url("../../apps/forms/mobile/fore/images/search_icon.png") no-repeat 0.16rem 0.16rem/0.36rem; }
    .contact_pop .search_pop_inp button {
      width: 0;
      height: 0;
      margin: 0;
      line-height: .68rem;
      text-align: center;
      background: #fff;
      color: #006CE2;
      font-size: 0;
      opacity: 0;
      transition: width .3s,font-size 0s .2s,margin .3s,opacity .1s; }
    .contact_pop .search_pop_inp .hide {
      width: 0;
      margin: 0;
      display: none; }
  .contact_pop .search_pop_inp.active {
    padding-right: 0;
    color: #006CE2; }
    .contact_pop .search_pop_inp.active .inp_wrapper {
      margin-right: 0; }
    .contact_pop .search_pop_inp.active input {
      position: relative;
      margin-right: 0;
      border: 1px solid #006CE2;
      box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
      background-image: url("../../apps/forms/mobile/new/images/inp_sear_active.png"); }
    .contact_pop .search_pop_inp.active button {
      width: 0.8rem;
      height: 0.68rem;
      margin: 0 0.2rem;
      font-size: .28rem;
      opacity: 1; }
  .contact_pop .clean_word {
    position: absolute;
    right: .1rem;
    top: 50%;
    width: .56rem;
    height: .56rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .contact_pop .del_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: .3rem;
    height: .3rem;
    margin-top: -0.15rem;
    margin-left: -0.15rem;
    background: url("../../apps/forms/mobile/new/images/icon_delete.png") no-repeat center/contain; }
  .contact_pop .sel_wrapper {
    flex: 1;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    background: #F9F9FA; }
    .contact_pop .sel_wrapper .sel_title {
      z-index: 1;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      overflow-x: auto;
      font-size: .28rem;
      padding-left: .33rem;
      background: #fff;
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1); }
      .contact_pop .sel_wrapper .sel_title .list_title {
        line-height: 1rem; }
      .contact_pop .sel_wrapper .sel_title .crumbs {
        position: relative;
        float: left;
        line-height: 1rem;
        margin-left: .38rem; }
        .contact_pop .sel_wrapper .sel_title .crumbs .right_arrow {
          position: absolute;
          left: -0.35rem;
          top: 50%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          display: inline-block;
          width: .32rem;
          height: .32rem;
          background: url("../../apps/forms/mobile/new/images/right_arrow.png") no-repeat center/contain; }
        .contact_pop .sel_wrapper .sel_title .crumbs .crumbs_name {
          display: block;
          padding: 0 0.1rem;
          max-width: 2.1rem;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .contact_pop .sel_wrapper .sel_title .crumbs:active {
          background: #F1F1F2; }
        .contact_pop .sel_wrapper .sel_title .crumbs:nth-child(1) {
          margin-left: -0.1rem; }
          .contact_pop .sel_wrapper .sel_title .crumbs:nth-child(1)::before {
            content: none; }
        .contact_pop .sel_wrapper .sel_title .crumbs:last-child {
          margin-right: .23rem; }
      .contact_pop .sel_wrapper .sel_title .crumbs.active {
        color: #006CE2; }
      .contact_pop .sel_wrapper .sel_title .crumbs:last-child .crumbs_name {
        max-width: unset; }
    .contact_pop .sel_wrapper .loading {
      width: 1.2rem;
      margin: .3rem auto .3rem;
      font-size: 0;
      text-align: center; }
      .contact_pop .sel_wrapper .loading .dot {
        box-sizing: border-box;
        width: 0.2rem;
        height: 0.2rem;
        margin: 0 0.01rem;
        display: inline-block;
        border-radius: 50%;
        vertical-align: middle;
        background: #006CE2;
        animation: loading 1s ease; }
@keyframes loading {
  0% {
    border: 0.02rem solid #fff;
    opacity: 1; }
  33% {
    border: 0.03rem solid #fff;
    opacity: 0.7; }
  66% {
    border: 0.04rem solid #fff;
    opacity: 0.4; }
  100% {
    border: 0.05rem solid #fff;
    opacity: 0.2; } }
      .contact_pop .sel_wrapper .loading .lv1 {
        border: 0.02rem solid #fff;
        animation: loading .8s infinite; }
      .contact_pop .sel_wrapper .loading .lv2 {
        border: 0.03rem solid #fff;
        opacity: 0.7;
        animation: loading .8s .2s infinite; }
      .contact_pop .sel_wrapper .loading .lv3 {
        border: 0.04rem solid #fff;
        opacity: 0.4;
        animation: loading .8s .4s infinite; }
      .contact_pop .sel_wrapper .loading .lv4 {
        border: 0.05rem solid #fff;
        opacity: 0.2;
        animation: loading .8s .6s infinite; }
    .contact_pop .sel_wrapper .sel_list {
      height: calc(100% - 2.2rem);
      overflow-y: auto;
      overflow-x: hidden;
      background: #F9F9FA; }
    .contact_pop .sel_wrapper .search_tip {
      line-height: 1.2rem;
      color: #898989;
      text-align: center; }
    .contact_pop .sel_wrapper .sel_item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 1.2rem;
      align-items: center;
      overflow: hidden; }
      .contact_pop .sel_wrapper .sel_item .sel_checkbox {
        padding-right: .2rem; }
        .contact_pop .sel_wrapper .sel_item .sel_checkbox .checkbox {
          width: .36rem;
          height: .36rem;
          border: 1px solid #b1b1b1;
          border-radius: 0.1rem;
          box-sizing: border-box; }
        .contact_pop .sel_wrapper .sel_item .sel_checkbox .checkbox.checked {
          border: none;
          background: url("../../apps/forms/mobile/new/images/icon_checked.png") no-repeat center/contain; }
        .contact_pop .sel_wrapper .sel_item .sel_checkbox .checkbox.disabled {
          opacity: .3;
          pointer-events: none; }
      .contact_pop .sel_wrapper .sel_item .sel_info {
        flex: 1;
        overflow: hidden; }
        .contact_pop .sel_wrapper .sel_item .sel_info .sel_name, .contact_pop .sel_wrapper .sel_item .sel_info .sel_tips {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .contact_pop .sel_wrapper .sel_item .sel_info .sel_name {
          padding-right: 0.05rem; }
          .contact_pop .sel_wrapper .sel_item .sel_info .sel_name .dept_detail {
            color: #898989; }
          .contact_pop .sel_wrapper .sel_item .sel_info .sel_name span {
            vertical-align: middle; }
          .contact_pop .sel_wrapper .sel_item .sel_info .sel_name .icon_branch {
            display: inline-block;
            width: .32rem;
            height: .32rem;
            margin-left: 0.18rem;
            margin-right: 0.1rem;
            vertical-align: middle;
            background: url("../../apps/forms/web/new/images/icon_branch.png") no-repeat center/contain; }
        .contact_pop .sel_wrapper .sel_item .sel_info .sel_tips {
          padding-right: .4rem;
          font-size: .24rem;
          color: #898989; }
        .contact_pop .sel_wrapper .sel_item .sel_info::after {
          content: '';
          position: absolute;
          bottom: 0;
          display: block;
          width: 100%;
          height: 1px;
          background: #dedfe0; }
      .contact_pop .sel_wrapper .sel_item .sel_left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 1.2rem;
        padding-left: 0.33rem;
        flex: 1;
        align-items: center;
        overflow: hidden; }
        .contact_pop .sel_wrapper .sel_item .sel_left:active {
          background: #F1F1F2; }
      .contact_pop .sel_wrapper .sel_item .sel_right {
        width: 1.3rem;
        padding-right: .24rem;
        text-align: right; }
    .contact_pop .sel_wrapper .sel_all {
      color: #202020; }
    .contact_pop .sel_wrapper .peop_list {
      color: #4D4D4D;
      background: #fff; }
      .contact_pop .sel_wrapper .peop_list .peop_detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between; }
      .contact_pop .sel_wrapper .peop_list .peop_phone {
        color: #898989;
        margin-right: .43rem; }
    .contact_pop .sel_wrapper .org_list {
      color: #202020;
      background: #fff; }
      .contact_pop .sel_wrapper .org_list .org_right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 100%;
        justify-content: flex-end;
        align-items: center; }
      .contact_pop .sel_wrapper .org_list .org_right:active {
        background: #F1F1F2; }
      .contact_pop .sel_wrapper .org_list .peop_num {
        font-size: .24rem;
        color: #898989;
        margin-right: .1rem; }
      .contact_pop .sel_wrapper .org_list .enter_arrow {
        display: inline-block;
        width: .32rem;
        height: .32rem;
        vertical-align: text-top;
        background: url("../../apps/forms/mobile/new/images/right_arrow.png") no-repeat center/contain; }
    .contact_pop .sel_wrapper .item_active:active {
      background: #F1F1F2; }
  .contact_pop .btm_btns {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1), 0 0.01rem 0 0 #C0C0C3; }
    .contact_pop .btm_btns .btn {
      display: inline-block;
      width: 3.27rem;
      height: .72rem;
      line-height: .72rem;
      margin: 0 .1rem;
      border-radius: .36rem; }
    .contact_pop .btm_btns .big_btn {
      display: block;
      width: 100%;
      color: #006CE2; }
    .contact_pop .btm_btns .cancel {
      border: .02rem solid #C0C0C3;
      color: #898989; }
    .contact_pop .btm_btns .comfirm {
      border: .02rem solid #006CE2;
      background: #006CE2;
      color: #FFFFFF; }

.show_crumbs .pop_title {
  position: relative;
  z-index: 2;
  background: #fff; }
.show_crumbs .search_pop_inp {
  position: relative;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  z-index: 1; }
.show_crumbs .sel_wrapper .sel_title {
  display: none; }
.show_crumbs .sel_wrapper .sel_list {
  height: calc(100% - 1.2rem); }

.g_write {
  height: 100%; }
  .g_write .gw_Left {
    position: relative; }
    .g_write .gw_Left .gw_clear {
      position: absolute;
      left: .2rem;
      bottom: .7rem;
      font-size: .24rem;
      color: #0099ff; }
    .g_write .gw_Left .gw_again {
      position: absolute;
      left: 0;
      bottom: .9rem;
      font-size: .24rem;
      color: #0099ff; }
    .g_write .gw_Left .gw_cont {
      height: 100%; }
  .g_write .gw_Right {
    position: relative;
    width: 1rem;
    background: rgba(235, 235, 235, 0.2); }
    .g_write .gw_Right .gw_back {
      position: absolute;
      width: 1rem;
      height: 1rem;
      top: .6rem;
      left: 0;
      line-height: 1rem;
      text-align: center;
      font-size: .28rem;
      color: #0099ff; }
    .g_write .gw_Right .gw_title {
      position: absolute;
      height: 1.6rem;
      top: 50%;
      left: -.4rem;
      margin-top: -.5rem;
      line-height: 1rem;
      text-align: center;
      font-size: .28rem;
      color: #333;
      font-weight: normal; }
    .g_write .gw_Right .gw_suc {
      position: absolute;
      width: 1rem;
      height: 1rem;
      bottom: .3rem;
      left: 0;
      line-height: 1rem;
      text-align: center;
      font-size: .28rem;
      color: #0099ff; }

.gat_top {
  z-index: 2;
  position: fixed;
  width: 100%;
  min-height: .88rem;
  top: 0;
  left: 0; }

.gat_header {
  position: relative;
  height: .88rem;
  line-height: .88rem;
  padding: 0 .3rem;
  background: #fff;
  text-align: center;
  font-size: .36rem;
  color: #000000; }
  .gat_header .gat_back {
    position: absolute;
    width: .21rem;
    height: .35rem;
    top: .26rem;
    left: .3rem;
    background: url("../../forms/gather/mobile/fore/images/icon_return.png") no-repeat center;
    background-size: contain; }
  .gat_header .gat_list {
    position: absolute;
    line-height: .88rem;
    top: 0;
    right: .3rem;
    color: #0099FF;
    font-size: .28rem; }
  .gat_header .gat_search {
    position: absolute;
    width: .4rem;
    height: .4rem;
    top: .24rem;
    right: .3rem;
    background: url("../../apps/forms/mobile/fore/images/icon_screen.png") no-repeat center;
    background-size: contain; }

.m_user {
  height: .88rem;
  line-height: .88rem;
  padding: 0 .3rem;
  background: rgba(246, 252, 255, 0.9); }
  .m_user img {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    vertical-align: top;
    margin-top: .19rem;
    margin-right: .16rem; }
  .m_user span {
    font-size: .34rem;
    color: #2F2828; }
  .m_user label {
    margin-left: .1rem;
    line-height: .88rem;
    font-size: .24rem;
    color: #0099FF; }

.isbottom {
  line-height: 1rem !important;
  padding-bottom: 2rem;
  color: #999; }

.isbottom1 {
  height: .6rem;
  line-height: .6rem;
  font-size: .24rem;
  text-align: center;
  color: #999; }

.g_c_title {
  position: relative;
  line-height: .8rem;
  font-size: .3rem;
  color: #333333;
  text-indent: .3rem;
  border-bottom: 1px solid #ebebeb;
  background: #f8f8f8; }
  .g_c_title span {
    position: absolute;
    line-height: .8rem;
    top: 0;
    right: .3rem;
    color: #0099ff;
    font-weight: normal; }

.g_add_reimbures {
  line-height: .8rem;
  font-size: .3rem;
  color: #0099ff;
  text-align: center;
  border-top: 1px solid #ebebeb; }

.g_totle {
  line-height: .8rem;
  font-size: .3rem;
  color: #a5a5a5;
  text-indent: .3rem;
  background: #f8f8f8;
  font-weight: bold; }

.g_r_odd {
  line-height: .8rem;
  font-size: .3rem;
  color: #a5a5a5;
  text-indent: .3rem;
  background: #f8f8f8;
  text-align: center; }

#gleave {
  width: 100%;
  height: auto;
  color: #333333; }

.gshadeapprove {
  width: 60%;
  height: 7rem;
  top: 3rem;
  left: 20%;
  background: #ffffff;
  border-radius: .05rem; }

.gshadeTel {
  height: 1rem;
  border-bottom: 1px solid #f5f6f8;
  padding: .2rem 0; }

.gshadeh {
  line-height: .3rem;
  font-size: .3rem;
  text-align: center;
  font-weight: normal; }

.gshadep {
  line-height: .3rem;
  font-size: .24rem;
  text-align: center; }

.gapproveList {
  height: 5rem;
  overflow-y: auto; }

.galists {
  line-height: 1rem;
  text-align: left;
  text-indent: .3rem;
  font-size: .26rem;
  border-bottom: 1px solid #f5f6f8; }

.gshadeClose {
  width: 80%;
  line-height: .6rem;
  margin-top: .2rem;
  margin-left: 10%;
  text-align: center;
  font-size: .3rem;
  border-radius: .05rem;
  background: #0099ff;
  color: #ffffff; }

.temp_pop_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.temp_pop_mask.hidden {
  display: none; }

.temp_pop_data {
  z-index: 4;
  position: fixed;
  height: 85%;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  border-radius: .2rem .2rem 0 0;
  background: #fff; }
  .temp_pop_data .temp_pop_top {
    height: .88rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    padding: 0 .3rem;
    line-height: .88rem;
    font-size: .28rem;
    color: #4D4D4D;
    font-weight: 400;
    border-bottom: 1px solid #C0C0C3; }
    .temp_pop_data .temp_pop_top .temp_pop_title {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      -o-flex: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .temp_pop_data .temp_pop_cont {
    overflow: auto; }
  .temp_pop_data .temp_pop_bottom {
    height: 1.2rem;
    padding: 0 .3rem;
    line-height: 1.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1), 0 0.02rem 0 0 #C0C0C3; }
    .temp_pop_data .temp_pop_bottom .temp_pop_close {
      -webkit-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      -o-flex: 1;
      font-size: .28rem;
      color: #006CE2;
      text-align: center; }

.gInfo {
  width: 100%;
  height: auto;
  background: #fff;
  border-top-left-radius: .08rem;
  border-top-right-radius: .08rem; }

.glist {
  width: 100%;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.3rem;
  border-bottom: 1px solid #ebebeb; }
  .glist .icon_countersign_tip {
    display: inline-block;
    width: .4rem;
    height: .4rem;
    vertical-align: top;
    margin-left: .06rem;
    background: url("./images/icon_title_des.png") no-repeat center;
    background-size: contain; }

.gnoselect {
  opacity: .35; }

.gborbtm1 {
  height: 1.1rem !important;
  border-bottom: 1px solid #ebebeb !important; }

.gborbtm2 {
  border-bottom: 0.2rem solid #f5f6f8; }

.gnoBtmbor {
  border-bottom: none !important; }

.greyBor {
  border-bottom: 0.2rem solid #f5f6f8; }

.glist:nth-child(1), .glist:nth-child(4) {
  height: 1.2rem;
  line-height: 1rem;
  border-bottom: 0.2rem solid #f5f6f8; }

.glist span:nth-child(1) {
  width: 2.6rem;
  text-align: left;
  text-indent: .1rem;
  flex-shrink: 0; }

.glist span:nth-child(1) i {
  display: inline-block;
  width: .1rem;
  height: 1.5ex;
  margin-right: .1rem;
  background: url("../flow/images/star.png") no-repeat center;
  background-size: contain; }

.glist span:nth-child(1) em {
  display: inline-block;
  width: .1rem;
  height: 1.5ex;
  margin-right: .1rem; }

.glist span:nth-child(2) {
  flex-shrink: 0;
  text-align: right;
  padding-right: .3rem; }
  .glist span:nth-child(2).padr0 {
    padding-right: 0; }

.glist span:nth-child(2) i {
  display: inline-block;
  width: .15rem;
  height: 1.5ex;
  margin-left: .1rem;
  background: url("../flow/images/arrows.png") no-repeat center;
  background-size: contain; }

.glist span:nth-child(2) input {
  display: inline-block;
  line-height: .6rem;
  text-align: right;
  font-size: .3rem; }

.glist span:nth-child(2) b {
  font-weight: normal; }

.glist span:nth-child(2) .electronic_icon {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 100%;
  vertical-align: middle; }

.glist span:nth-child(2) .electronic_input {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  font-size: 0;
  opacity: 0;
  cursor: pointer; }

.glist span:nth-child(2) .arrow_icon {
  display: inline-block;
  width: .14rem;
  height: .24rem;
  background: url("../apps/forms/mobile/fore/images/arrows.png") no-repeat center;
  background-size: contain;
  vertical-align: middle; }

.glist span:nth-child(2) .elec_img {
  max-width: 100%;
  max-height: 0.6rem;
  vertical-align: middle; }

.glist .gnoshow {
  visibility: hidden; }

.gcause {
  width: 100%;
  min-height: 2.5rem;
  height: auto;
  margin-bottom: .15rem;
  background: #fff;
  border-bottom-left-radius: .08rem;
  border-bottom-right-radius: .08rem; }

.gcusTel {
  height: .9rem;
  line-height: .9rem;
  text-indent: .1rem;
  font-size: 0.3rem; }
  .gcusTel i {
    display: inline-block;
    width: .1rem;
    height: 1.5ex;
    margin-right: .1rem;
    background: url("../flow/images/star.png") no-repeat center;
    background-size: contain; }
  .gcusTel em {
    display: inline-block;
    width: .1rem;
    height: 1.5ex;
    margin-right: .1rem; }
  .gcusTel span {
    font-size: .24rem;
    margin-left: .1rem; }

.gcusTxt {
  width: 100%;
  height: 1.5rem;
  padding: 0 .3rem 0 .3rem;
  border: none;
  outline: none;
  resize: none;
  font-size: .3rem; }

.gcusTxt:-webkit-input-placeholder {
  font-size: .3rem; }

.gleaveImg {
  width: 100%;
  height: auto; }

.gimgTel {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  font-size: .3rem;
  text-indent: .5rem; }
  .gimgTel i {
    display: inline-block;
    width: .1rem;
    height: 1.5ex;
    margin-right: .1rem;
    background: url("../flow/images/star.png") no-repeat center;
    background-size: contain; }

.gimgs {
  width: 100%;
  height: 0;
  padding-bottom: .2rem;
  border-bottom: 1px solid #f5f6f8; }
  .gimgs li {
    width: 100%;
    height: auto; }
    .gimgs li p {
      width: 100%;
      height: 0; }
    .gimgs li .camera {
      z-index: 1;
      right: .3rem;
      top: -2.34rem;
      width: .44rem;
      height: .38rem;
      background: url("../flow/images/camera.png") no-repeat center;
      background-size: cover; }

.gimglis {
  width: 100%;
  height: auto; }

.gimgs .preview-list {
  position: relative;
  float: left;
  height: auto;
  flex-flow: row wrap; }

.goverflow {
  overflow: hidden; }

.gimgs .preview-list .preview {
  position: relative;
  padding: 0;
  float: left;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: .2rem;
  margin-top: .2rem; }

.gimgs .preview-list .preview img {
  display: inline-block; }

.gimgs .preview-list .preview span {
  z-index: 2;
  top: -.15rem;
  right: -.15rem;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: url("../flow/images/colose.png") no-repeat center;
  background-size: contain;
  opacity: .8; }

/*添加图片*/
.glead {
  width: 100%;
  height: auto;
  border-radius: .08rem;
  background: #fff; }

.g_lead_info {
  line-height: .3rem;
  padding: .1rem .3rem;
  font-size: .2rem;
  color: #999999;
  margin-bottom: -.3rem; }

.gleadTel {
  width: 100%;
  height: .9rem;
  line-height: .9rem;
  font-size: .3rem;
  text-indent: .1rem; }
  .gleadTel i {
    display: inline-block;
    width: .1rem;
    height: 1.5ex;
    margin-right: .1rem;
    background: url("../flow/images/star.png") no-repeat center;
    background-size: contain; }
  .gleadTel span {
    font-size: .2rem;
    color: #999999; }
  .gleadTel em {
    display: inline-block;
    width: .1rem;
    height: 1.5ex;
    margin-right: .1rem; }

.gleadimgs {
  width: 100%;
  height: auto;
  min-height: 2.2rem;
  border-bottom: 0.2rem solid #f5f6f8;
  overflow: hidden; }

.gleadlis {
  width: 100%;
  height: auto; }

.gleadlist {
  position: relative;
  float: left;
  height: auto;
  flex-flow: row wrap; }

.gleadpre {
  position: relative;
  padding: 0;
  float: left;
  width: 1.2rem;
  height: 1.7rem;
  margin-left: .2rem;
  margin-right: .45rem;
  margin-bottom: .4rem; }

.gaddpre {
  position: relative;
  padding: 0;
  float: left;
  width: 1.85rem;
  height: 1.7rem;
  margin-bottom: .2rem; }
  .gaddpre .gaddlead {
    margin-left: .3rem; }
  .gaddpre .gdirection {
    right: 0; }
  .gaddpre .gleadT {
    margin: 0; }

.gleadpre .gleadname {
  display: inline-block;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  font-size: .26rem;
  text-align: center; }

.gleadT {
  display: inline-block;
  width: 100%;
  height: .5rem;
  line-height: .5rem;
  font-size: .26rem;
  border-radius: .2rem;
  margin: .1rem 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.gleadTcolor {
  color: #7b7b7b;
  background: #f7f7f7; }

.gleadimgs .gleadlist .gleadpre .gleadType {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%; }

.gleadimgs .gleadlist .gleadpre .gleadType .gtypeText {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  font-size: .3rem;
  font-style: normal;
  color: #ffffff;
  background: #0099ff;
  border-radius: 50%; }

.gleadimgs .gleadlist .gleadpre .gleadType img {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%; }

.gleadimgs .gleadlist .gleadpre .colose {
  z-index: 2;
  top: 0;
  right: -.15rem;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: url("../flow/images/colose.png") no-repeat center;
  background-size: contain;
  opacity: .8; }

.gleadimgs .gleadlist .gleadpre .pass {
  z-index: 2;
  top: 0;
  right: -.15rem;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: url("../flow/images/gpass.png") no-repeat center;
  background-size: contain;
  opacity: .8; }

.gleadimgs .gleadlist .gleadpre .wait {
  z-index: 2;
  top: 0;
  right: -.15rem;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: url("../flow/images/gwait.png") no-repeat center;
  background-size: contain;
  opacity: .8; }

.gleadimgs .gleadlist .gleadpre .reject {
  z-index: 2;
  top: 0;
  right: -.15rem;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: url("../flow/images/greject.png") no-repeat center;
  background-size: contain;
  opacity: .8; }

.gleadimgs .gleadlist .gleadpre .colose {
  z-index: 2;
  top: 0;
  right: -.15rem;
  width: .44rem;
  height: .44rem;
  border-radius: 50%;
  background: url("../flow/images/colose.png") no-repeat center;
  background-size: contain;
  opacity: .8; }

.gdirection {
  position: absolute;
  top: 50%;
  right: -1.48em;
  margin-top: -.36rem;
  width: .26rem;
  height: .24rem;
  background: url("../flow/images/bigarrows.png") no-repeat center;
  background-size: contain; }

.gaddlead {
  display: inline-block;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  margin-left: .3rem;
  margin-bottom: .2rem;
  background: url("../flow/images/addimg.png") no-repeat center;
  background-size: contain; }

.gnoslid {
  margin-left: 0;
  margin-bottom: 0; }

.gclockTab {
  width: 6.9rem;
  height: .8rem;
  margin: 1.55rem auto; }
  .gclockTab p {
    background: #0099ff;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    line-height: .8rem;
    font-size: .3rem;
    font-weight: 400; }
  .gclockTab p.yclock {
    background: #cccccc; }

.gleaveSuc {
  width: 4rem;
  height: 1.2rem;
  background: #4c4c4c;
  border-radius: .06rem;
  top: 4.2rem;
  left: 50%;
  margin-left: -2rem;
  opacity: .8; }
  .gleaveSuc h6 {
    color: #fff;
    text-align: center;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.3rem; }
    .gleaveSuc h6 span {
      display: none;
      width: .3rem;
      height: .36rem;
      background: url("../../apps/clockin/images/clockSuc.png") no-repeat center;
      background-size: contain;
      margin: .13rem .15rem 0 0; }
  .gleaveSuc p {
    display: none;
    color: #fff;
    text-align: center;
    height: .6rem;
    line-height: .6rem;
    font-size: .22rem; }

.yclock {
  background: #cccccc; }

#glevaeList {
  width: 100%;
  height: auto; }

.glistInfo {
  width: 100%;
  padding: .1rem .3rem .2rem .0;
  margin-left: .2rem;
  border-bottom: 1px solid #ebebeb; }

.gInfoctn {
  width: 1.2rem; }

.gname {
  width: 100%;
  max-height: 1rem;
  margin: .15rem 0;
  line-height: .4rem;
  font-size: .32rem;
  color: #333333;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
  .gname b {
    font-weight: normal; }

.gstyle, .gstartT, .gentT {
  width: 100%;
  max-width: 4rem;
  min-height: .42rem;
  line-height: .42rem;
  font-size: .24rem;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.gstyle {
  overflow: auto;
  white-space: normal;
  text-overflow: inherit;
  word-break: break-all; }
  .gstyle label {
    max-width: 2rem;
    line-height: .42rem;
    font-size: .24rem;
    color: #999999; }

.gstyle span {
  max-width: 2rem;
  display: inline-block;
  padding-left: .2rem;
  font-size: .24rem; }

.gstartT span, .gentT span {
  display: inline-block;
  padding-left: .2rem;
  font-size: 0.2rem; }

.gtimeInfo {
  width: 100%;
  height: .7rem;
  font-size: .28rem;
  line-height: .7rem;
  text-align: right;
  color: #999999;
  font-weight: 500; }

.gflow {
  width: 1.8rem;
  height: .42rem;
  line-height: .42rem;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: .24rem;
  color: #cccccc; }

.gdcolor {
  color: #FFA800; }

.gacolor {
  color: #39bf8b; }

.grcolor {
  color: #FF3B30; }

.gbcolor {
  color: #9a9a9a; }

.gscolor {
  color: #0099FF; }

.gecolor {
  color: #42C900; }

.geval_btn {
  float: right;
  width: 1.2rem;
  height: .54rem;
  line-height: .54rem;
  margin-top: .7rem;
  background: #0099FF;
  border-radius: .08rem;
  font-size: .26rem;
  color: #fff;
  text-align: center; }

#gDetailmyself {
  width: 100%;
  height: auto; }

.gdialog {
  top: 0;
  left: 0;
  z-index: 99; }

.gshade {
  top: 0;
  left: 0;
  background: #7f7f7f;
  opacity: .8; }

.gpup {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4.2rem;
  background: #ffffff; }

.gcomment {
  width: 100%;
  height: 2.7rem;
  padding: .2rem .3rem; }
  .gcomment textarea {
    font-size: .28rem;
    border: none;
    outline: none;
    resize: none; }

.gsend {
  height: .9rem;
  background: #f9f9f9; }
  .gsend i {
    font-style: normal;
    margin-left: .3rem;
    line-height: .9rem;
    font-size: .28rem;
    color: #d9d9d9; }
  .gsend label {
    font-style: normal;
    line-height: .9rem;
    font-size: .28rem;
    color: #d9d9d9; }
  .gsend span {
    right: .2rem;
    top: 50%;
    margin-top: -.3rem;
    width: 1.1rem;
    height: .6rem;
    background: #ffffff;
    text-align: center;
    line-height: .6rem;
    font-size: .28rem;
    color: #d9d9d9;
    border-radius: .04rem; }
  .gsend span.gsendcor {
    background: #0099ff;
    color: #ffffff; }

#gDetailmyself .preview {
  margin-left: 0;
  margin-right: .2rem; }

#gDetailmyself .ginfoC {
  font-size: .24rem; }

.gdeTel {
  width: 100%;
  height: 1.1rem;
  border-bottom: 1px solid #ebebeb;
  font-weight: normal;
  background: #fff;
  border-top-left-radius: .08rem;
  border-top-right-radius: .08rem; }

.gdeTel span:nth-child(1) {
  width: 4.5rem;
  font-size: .3rem; }

.gdeTel span:nth-child(1) i {
  display: inline-block;
  width: .7rem;
  height: .7rem;
  vertical-align: middle;
  margin-right: .25rem;
  margin-left: .3rem;
  margin-top: .2rem; }

.gdeTel span:nth-child(1) div {
  height: .9rem;
  margin-top: .1rem;
  overflow: hidden; }

.gdeTel span:nth-child(1) div p {
  display: table-cell;
  width: 100%;
  height: .9rem;
  vertical-align: middle;
  padding-right: .5rem; }

.gdeTel span:nth-child(1) i img {
  display: block;
  border-radius: 50%; }

.gdeTel span:nth-child(2) {
  color: #ef9d30;
  font-size: .28rem;
  overflow: hidden; }

.gdeTel span:nth-child(2) div {
  display: table;
  width: 100%; }

.gdeTel span:nth-child(2) div p {
  display: table-cell;
  width: 100%;
  height: 1.1rem;
  vertical-align: middle;
  padding-right: .3rem;
  text-align: right; }

.detail_top_new {
  min-height: 1.1rem;
  height: auto;
  padding: .1rem 0;
  align-items: center; }
  .detail_top_new span:nth-child(1) {
    align-items: center; }
  .detail_top_new span:nth-child(1) i {
    margin-top: 0; }
  .detail_top_new span:nth-child(1) div {
    height: auto;
    margin-top: 0; }
  .detail_top_new span:nth-child(1) div p {
    display: table-cell;
    width: 100%;
    height: auto;
    vertical-align: middle;
    padding-right: .5rem; }
  .detail_top_new span:nth-child(2) div p {
    height: auto; }

.gnobtm {
  border-bottom: none; }

#getailresult .preview {
  margin-left: 0;
  margin-right: .2rem; }

.gdetInfo {
  width: 100%;
  height: auto;
  margin-bottom: .15rem;
  padding: .05rem 0 .2rem 0;
  border-bottom-left-radius: .08rem;
  border-bottom-right-radius: .08rem;
  background: #fff; }

.gdetInfo.g_bot_bor {
  border-bottom: 1px solid #f5f6f8; }

.infoList li {
  min-height: 1.3rem;
  border-radius: .08rem;
  background: #fff; }
  .infoList li .user_img {
    width: 1.4rem;
    padding-left: .1rem; }
    .infoList li .user_img img {
      display: inline-block;
      vertical-align: middle;
      width: .8rem;
      height: .8rem;
      border-radius: 50%; }
    .infoList li .user_img span {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
  .infoList li .gup_left {
    width: .9rem;
    padding-left: .3rem; }
    .infoList li .gup_left em {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }

.ginfoList {
  width: 100%;
  min-height: .6rem;
  padding-top: .15rem; }

.ginfoList:nth-child(5) {
  min-height: .6rem;
  height: auto; }

.ginfoT {
  width: 1.8rem;
  padding-left: .3rem;
  line-height: .34rem;
  font-size: .3rem;
  color: #999999; }

.g_info_num {
  display: block;
  width: 100%;
  line-height: .6rem;
  font-size: .26rem;
  color: #333333;
  font-weight: bold;
  text-indent: .2rem;
  border-top: 0.2rem solid #f5f6f8; }

.ginfoC {
  text-align: left;
  line-height: .34rem;
  font-size: .32rem;
  padding-right: .3rem;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap; }

.ginfoC.ginfo_nowrap {
  word-wrap: inherit;
  word-break: inherit;
  white-space: inherit; }

.ginfoC p {
  line-height: .6rem;
  font-size: .3rem;
  margin-bottom: .2rem;
  border-radius: .1rem;
  color: #0099ff; }

.ginfoCfs {
  font-size: .24rem; }

.ginfoList:nth-child(6) {
  min-height: .6rem;
  height: auto; }

.gdelfot {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1rem;
  border-top: 1px solid #ebebeb;
  background: #ffffff; }

.gdelfot span {
  height: .3rem;
  line-height: .3rem;
  margin: .35rem 0;
  text-align: center;
  font-size: .3rem;
  border-right: 1px solid #d4d4d8;
  color: #009cff; }

.gdelfot span:last-child {
  border-right: none; }

.gdelfot span i {
  display: inline-block;
  width: 2px;
  height: 3ex;
  margin-right: 20px;
  vertical-align: middle;
  background: #ccc; }

#gDetailmyself .gleadlis .gleadlist:last-child .gdirection {
  display: none; }

#gDetailmyself .gleadlis .gaddlead {
  visibility: hidden; }

.gcomList {
  width: 100%;
  height: auto;
  padding-bottom: 1rem; }

.gcomInfo {
  width: 100%;
  min-height: 1.5rem;
  height: auto;
  border-bottom: 1px solid #ebebeb; }

.gcomimg {
  width: 1.2rem; }
  .gcomimg span {
    display: inline-block;
    width: .7rem;
    height: .7rem;
    margin: .3rem .2rem 0 .3rem; }
    .gcomimg span img {
      display: inline-block;
      border-radius: 50%; }

.gcomT {
  height: .8rem;
  line-height: .8rem;
  font-weight: normal; }

.gcomT span {
  color: #999999; }

.gcomT span:nth-child(1) {
  text-align: left;
  font-size: .26rem; }

.gcomT span:nth-child(2) {
  text-align: right;
  padding-right: .3rem;
  font-size: .26rem; }

.gcomC {
  line-height: .48rem;
  padding: 0 .3rem .2rem 0;
  font-size: .26rem; }

#getailresult {
  width: 100%;
  height: auto; }

.gresultimg {
  right: 0;
  top: .6rem;
  width: 1.75rem;
  height: 2rem; }

.grepeal {
  display: inline-block;
  background: url("../flow/images/repeal.png") no-repeat center;
  background-size: cover; }

.greject {
  display: inline-block;
  background: url("../flow/images/reject.png") no-repeat center;
  background-size: cover; }

.gpass {
  display: inline-block;
  background: url("../flow/images/pass.png") no-repeat center;
  background-size: cover; }

.gdeTel span.gresultfc {
  color: #999999; }

.gresultPass {
  color: #61cca2 !important; }

.gresultReject {
  color: #fc8787 !important; }

.gresultEval {
  color: #42C900 !important; }

.gresultSuc {
  color: #0099FF !important; }

#getailresult .gleadlis .gleadlist:last-child .gdirection {
  display: none; }

#getailresult .gleadlis .gaddlead {
  visibility: hidden; }

#gapprove {
  width: 100%;
  height: auto; }

#gapprove .preview {
  margin-left: 0;
  margin-right: .2rem; }

#gapprove .ginfoC {
  font-size: .32rem; }

.gapproveTel {
  line-height: .9rem;
  font-size: .3rem;
  text-indent: .3rem; }
  .gapproveTel span {
    font-size: 0.2rem;
    color: #999999; }

.gdelsur {
  left: 50%;
  top: 50%;
  margin-left: -2.7rem;
  margin-top: -1.25rem;
  width: 5.4rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: .1rem; }
  .gdelsur .gdelTel {
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
    font-size: .3rem;
    color: #333333;
    border-bottom: 1px solid #d9d9d9; }
  .gdelsur .gdelbtn {
    height: .9rem; }
    .gdelsur .gdelbtn span {
      height: .9rem;
      text-align: center;
      line-height: .9rem;
      color: #0099ff;
      font-weight: bold;
      font-size: .3rem;
      border-right: 1px solid #d9d9d9; }
    .gdelsur .gdelbtn span:last-child {
      border-right: none; }

.g_aprv_status {
  width: 100%;
  padding-left: .3rem;
  height: auto;
  margin-bottom: .15rem;
  background: #fff;
  border-radius: .08rem; }

.g_aprv_title {
  height: .9rem;
  line-height: .9rem;
  font-size: .3rem;
  color: #333333;
  font-weight: normal;
  border-bottom: 1px solid #ebebeb; }

.g_aprv_data {
  min-height: 1.1rem;
  border-bottom: 1px solid #ebebeb; }
  .g_aprv_data .g_aprv_left {
    width: .7rem; }
    .g_aprv_data .g_aprv_left img {
      display: inline-block;
      width: .7rem;
      height: .7rem;
      border-radius: 50%;
      margin-top: .15rem; }
  .g_aprv_data .g_aprv_right {
    padding: .15rem .3rem .15rem .3rem; }
  .g_aprv_data .g_right_name {
    position: relative;
    line-height: .8rem;
    font-size: .28rem;
    color: #333333; }
    .g_aprv_data .g_right_name span {
      margin-left: .1rem;
      color: #333333; }
    .g_aprv_data .g_right_name span.g_by_other {
      color: #0099ff; }
    .g_aprv_data .g_right_name span.g_wait {
      color: #FFA800; }
    .g_aprv_data .g_right_name span.g_reject {
      color: #fb6969; }
    .g_aprv_data .g_right_name span.g_repeal {
      color: #9a9a9a; }
    .g_aprv_data .g_right_name i {
      position: absolute;
      line-height: .8rem;
      top: 0;
      right: 0;
      font-size: .22rem;
      color: #999999;
      font-style: normal; }
  .g_aprv_data .g_r_cause {
    line-height: .5rem;
    margin-top: .2rem;
    font-size: .28rem;
    color: #333333; }

.g_aprv_data:last-child {
  border-bottom: none; }

@keyframes mymove {
  0% {
    color: #006ce2;
    background-color: rgba(224, 239, 255, 0); }
  50% {
    color: rgba(0, 108, 226, 0.5);
    background-color: rgba(224, 239, 255, 0.5); }
  100% {
    color: rgba(0, 108, 226, 0);
    background-color: #e0efff; } }
@-webkit-keyframes mymove /*Safari and Chrome*/ {
  0% {
    color: rgba(0, 108, 226, 0);
    opacity: 0;
    background-color: #e0efff; }
  50% {
    color: rgba(0, 108, 226, 0.5);
    opacity: 0.5;
    background-color: rgba(224, 239, 255, 0); }
  100% {
    color: #006ce2;
    opacity: 1;
    background-color: rgba(224, 239, 255, 0.2); } }
.g_aprv_idea {
  min-height: 1.4rem;
  padding: 0 .3rem .3rem .3rem;
  border-bottom: .2rem solid #f5f6f8; }
  .g_aprv_idea .g_idea_titel {
    line-height: .9rem;
    font-size: .3rem;
    color: #333333;
    font-weight: normal; }
  .g_aprv_idea .g_idea_comment {
    position: relative;
    width: 100%;
    height: 1.5rem; }
    .g_aprv_idea .g_idea_comment textarea {
      font-size: .28rem;
      font-family: 'PingFang SC', '方正兰亭准黑简体', '思源黑体', sans-serif !important;
      padding: .2rem .3rem;
      border: .02rem solid #cccccc;
      outline: none;
      resize: none; }
    .g_aprv_idea .g_idea_comment input::-webkit-input-placeholder {
      color: #999999; }
  .g_aprv_idea .g_idea_num {
    position: absolute;
    line-height: .4rem;
    font-size: .24rem;
    right: .3rem;
    bottom: .1rem; }
    .g_aprv_idea .g_idea_num i {
      font-style: normal; }
  .g_aprv_idea .g_aprv_btns {
    height: .8rem; }
    .g_aprv_idea .g_aprv_btns span {
      line-height: .8rem;
      margin-right: .3rem;
      background: #0099ff;
      color: #ffffff;
      font-size: .3rem;
      border-radius: .08rem;
      text-align: center; }
    .g_aprv_idea .g_aprv_btns span:last-child {
      margin-right: 0; }
  .g_aprv_idea .morebtns {
    height: auto;
    margin-top: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .1rem; }
    .g_aprv_idea .morebtns:has(> span:nth-child(4)) span {
      min-width: 33%; }
    .g_aprv_idea .morebtns:has(> span:nth-child(5)) span {
      min-width: 30%; }
    .g_aprv_idea .morebtns span {
      min-width: 30%;
      max-width: 100%;
      flex: 1;
      flex-shrink: 0;
      margin: .3rem  0 0 0; }

.g_copy_to {
  min-height: 2.1rem;
  padding: 0 .3rem;
  border-radius: .08rem;
  background: #fff; }
  .g_copy_to .g_copy_title {
    line-height: .9rem;
    font-size: .3rem;
    color: #999999;
    font-weight: normal; }
  .g_copy_to .g_copy_list {
    min-height: .9rem; }
  .g_copy_to .g_copy_people {
    width: 2.3rem;
    height: .7rem;
    line-height: .7rem;
    margin-bottom: .3rem; }
    .g_copy_to .g_copy_people span {
      position: relative;
      display: inline-block;
      width: .7rem;
      height: .7rem;
      margin-right: .1rem;
      vertical-align: middle; }
      .g_copy_to .g_copy_people span i {
        display: none;
        position: absolute;
        width: .3rem;
        height: .3rem;
        top: -.05rem;
        right: -.05rem;
        background: url("../flow/images/colose.png") no-repeat center;
        background-size: contain; }
      .g_copy_to .g_copy_people span i.usersDel {
        display: block; }
    .g_copy_to .g_copy_people img {
      display: inline-block;
      border-radius: 50%; }
    .g_copy_to .g_copy_people label {
      display: inline-block;
      font-size: .28rem;
      color: #333333;
      vertical-align: middle; }

.gnorecord {
  text-align: center;
  line-height: 1rem;
  color: #999999; }

.sign_iframe_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff; }
  .sign_iframe_wrap .g_write .gw_img {
    z-index: 1;
    position: absolute;
    width: 97vh;
    height: auto;
    top: 23vh;
    left: -24vh;
    transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    /* IE 9 */
    -moz-transform: rotate(-270deg);
    /* Firefox */
    -webkit-transform: rotate(-270deg);
    /* Safari and Chrome */
    -o-transform: rotate(-270deg); }
  .sign_iframe_wrap .g_write .gw_back, .sign_iframe_wrap .g_write .gw_suc {
    z-index: 2; }
  .sign_iframe_wrap .g_write .opt0 {
    opacity: 0; }

.uploadCon {
  width: 100%; }

.uptit {
  position: relative;
  height: 0; }

.uptit span {
  position: absolute;
  width: .39rem;
  height: .42rem;
  top: -2.34rem;
  right: .3rem; }

.Enclosure {
  line-height: .6rem;
  font-size: .3rem;
  margin-left: .3rem;
  margin-right: .3rem;
  margin-bottom: .2rem;
  border-radius: .1rem;
  color: #0099ff; }

.Enclosure span {
  display: block;
  width: 88%;
  margin-left: .3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden; }

.Enclosure i {
  float: right;
  width: .3rem;
  height: .3rem;
  margin-right: .3rem; }

.Enclosure i img {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.gdialog {
  top: 0;
  left: 0;
  z-index: 99; }
  .gdialog .gshade {
    top: 0;
    left: 0;
    background: #000000;
    opacity: .5; }

.gdelsur {
  left: 50%;
  top: 50%;
  margin-left: -2.7rem;
  margin-top: -1.25rem;
  width: 5.4rem;
  height: 2.5rem;
  background: #ffffff;
  border-radius: .1rem; }
  .gdelsur .gdelTel {
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
    font-size: .3rem;
    color: #333333;
    border-bottom: 1px solid #d9d9d9; }
  .gdelsur .gcanTel {
    height: 1.6rem;
    padding: 0 .3rem;
    text-align: center;
    font-size: .3rem;
    color: #333333; }
    .gdelsur .gcanTel .g_title {
      padding-top: .2rem;
      font-size: .28rem;
      line-height: .4rem; }
    .gdelsur .gcanTel .g_info {
      font-size: .24rem;
      line-height: .4rem; }
    .gdelsur .gcanTel .revoke_res {
      display: flex;
      align-items: center;
      border: 1px solid #d9d9d9;
      margin-top: 0.1rem; }
      .gdelsur .gcanTel .revoke_res .g_del_exc {
        margin: 0;
        border: none; }
      .gdelsur .gcanTel .revoke_res .text-limit {
        padding: 0 0.08rem;
        background: #fff;
        color: #898989;
        font-size: .24rem;
        border-radius: 0 0.1rem 0.1rem 0; }
    .gdelsur .gcanTel .g_del_exc {
      width: 100%;
      height: .5rem;
      margin-top: .2rem;
      padding: 0 .1rem;
      line-height: .5rem;
      font-size: .24rem;
      border: 1px solid #d9d9d9;
      border-radius: .04rem; }
  .gdelsur .gdelbtn {
    height: .9rem; }
    .gdelsur .gdelbtn span {
      height: .9rem;
      text-align: center;
      line-height: .9rem;
      color: #0099ff;
      font-weight: bold;
      font-size: .3rem;
      border-right: 1px solid #d9d9d9; }
    .gdelsur .gdelbtn span:last-child {
      border-right: none; }
  .gdelsur .gcalbtn {
    height: .9rem; }
    .gdelsur .gcalbtn span {
      height: .9rem;
      text-align: center;
      line-height: 1rem;
      color: #0099ff;
      font-weight: bold;
      font-size: .3rem; }
    .gdelsur .gcalbtn span:last-child {
      border-right: none; }

.g_totle_list {
  padding: .1rem .3rem;
  background: #e9eaeb; }
  .g_totle_list .g_toltle_per {
    line-height: .6rem;
    font-size: .24rem; }

.g_aprv_section {
  min-height: 1rem;
  padding: 0 .3rem;
  border-bottom: .2rem solid #f5f6f8; }
  .g_aprv_section .g_sec_left {
    width: 2.2rem;
    line-height: 1rem;
    font-size: .3rem;
    color: #333333; }
  .g_aprv_section .g_sec_uls {
    min-height: 1rem; }
    .g_aprv_section .g_sec_uls .g_sec_lis {
      display: inline-block;
      width: 2.2rem;
      height: 1rem;
      line-height: 1rem;
      vertical-align: top;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .g_aprv_section .g_sec_uls .g_sec_lis input {
        margin-right: .1rem; }

.gcheckbox {
  z-index: 2;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background: #fff; }
  .gcheckbox .gbox_btn {
    position: relative;
    line-height: .8rem;
    padding: 0 .3rem;
    font-size: .3rem;
    color: #0099ff;
    font-weight: normal;
    border-bottom: 1px solid #ebebeb; }
    .gcheckbox .gbox_btn .gbox_sure {
      position: absolute;
      line-height: .8rem;
      top: 0;
      right: .3rem; }
  .gcheckbox .gbox_list {
    height: 4rem;
    overflow: auto; }
  .gcheckbox .gbox_per {
    height: .8rem;
    line-height: .8rem;
    padding: 0 .3rem;
    font-size: .26rem; }
    .gcheckbox .gbox_per .gc_box {
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url("../flow/images/icon_radio.png");
      background-repeat: no-repeat;
      background-size: 100% auto;
      vertical-align: top;
      margin-top: 8px;
      margin-right: 5px;
      font-size: 0; }
    .gcheckbox .gbox_per .gc_box.icon_check {
      background-position: 0 -24px; }

.add_list {
  width: 2.1rem;
  height: auto;
  position: fixed;
  top: -.1rem;
  right: 0.15rem;
  z-index: 9; }

.add_list:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform: scale(0.5);
  transform-origin: left top;
  border: 1px solid #CCC;
  background: #FFF;
  z-index: -1;
  border-radius: 0.16rem;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(204, 204, 204, 0.7); }

.add_list li {
  height: 0.9rem;
  background: -webkit-linear-gradient(top, transparent 40%, #CCC 60%) center bottom no-repeat;
  background-size: 100% 1px;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.9rem; }

.add_list li a {
  display: block;
  color: #333; }

.add_list li:last-child {
  background: none; }

.add_list::before {
  position: absolute;
  content: "";
  width: 0.42rem;
  height: 0.24rem;
  background: url("../images/icon_arrow.png") no-repeat;
  background-size: contain;
  top: -0.23rem;
  right: 0.58rem;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: right bottom;
  transform: scale(0.5); }

.gdetail_btns {
  padding: .55rem .15rem; }
  .gdetail_btns .gd_suc {
    height: .8rem;
    margin-bottom: .2rem;
    line-height: .8rem;
    text-align: center;
    background: #0099FF;
    color: #fff;
    font-size: .3rem;
    border-radius: .08rem; }
  .gdetail_btns .gd_no {
    height: .8rem; }
    .gdetail_btns .gd_no span {
      line-height: .8rem;
      border: 1px solid #0099FF;
      border-radius: .08rem;
      color: #0099FF;
      font-size: .28rem;
      text-align: center; }
    .gdetail_btns .gd_no span:first-child {
      margin-right: .2rem; }

.gdialog {
  top: 0;
  left: 0;
  z-index: 99; }

.gshade {
  top: 0;
  left: 0;
  background: #7f7f7f;
  opacity: .8; }

.g_d_evaluate {
  position: absolute;
  width: 100%;
  height: 6.24rem;
  left: 0;
  bottom: 0;
  background: #ffffff; }
  .g_d_evaluate .g_eval_title {
    position: relative;
    line-height: .94rem;
    font-size: .34rem;
    text-align: center;
    font-weight: normal; }
    .g_d_evaluate .g_eval_title span {
      position: absolute;
      top: 0;
      font-size: .3rem;
      color: #0099ff;
      right: .3rem; }
  .g_d_evaluate .g_eval_satrs {
    height: 1rem;
    line-height: 1rem;
    margin-bottom: .3rem;
    text-align: center; }
    .g_d_evaluate .g_eval_satrs span {
      display: inline-block;
      width: .42rem;
      height: .4rem;
      margin-right: .2rem;
      background: url("../images/eval_star.png") no-repeat center;
      background-size: contain;
      vertical-align: top;
      margin-top: .3rem; }
    .g_d_evaluate .g_eval_satrs span.eval_checked {
      background: url("../images/eval_star_checked.png") no-repeat center;
      background-size: contain; }
  .g_d_evaluate .g_eval_text {
    height: 2rem;
    padding: 0 .3rem; }
    .g_d_evaluate .g_eval_text textarea {
      width: 100%;
      height: 100%;
      padding: .2rem;
      border: none;
      outline: none;
      resize: none;
      border-radius: .08rem;
      background: #f5f6f8;
      font-size: .3rem;
      color: #333333; }
  .g_d_evaluate .g_eval_btn {
    width: 6.9rem;
    height: .8rem;
    margin-top: .6rem;
    margin-left: .3rem;
    text-align: center;
    line-height: .8rem;
    border-radius: .08rem;
    font-size: .28rem;
    color: #ffffff;
    background: #0099ff; }

.gres_stars {
  line-height: .4rem; }
  .gres_stars span {
    display: inline-block;
    width: .34rem;
    height: .32rem;
    margin-right: .1rem;
    background: url("../images/eval_star.png") no-repeat center;
    background-size: contain;
    vertical-align: top; }
  .gres_stars span.eval_checked {
    background: url("../images/eval_star_checked.png") no-repeat center;
    background-size: contain; }

.ginfoC p.gres_word {
  line-height: .46rem;
  margin-top: .18rem;
  font-size: .26rem;
  color: #333333; }

.g_list_tab {
  height: .82rem;
  line-height: .82rem;
  padding: 0 .3rem;
  font-size: .3rem;
  color: #999999;
  background: #fff;
  border-bottom: 1px solid #ebebeb; }
  .g_list_tab .g_tab_btn {
    position: relative;
    text-align: center; }
  .g_list_tab .g_tab_btn.current {
    color: #0099ff;
    border-bottom: .02rem solid #0099ff; }

.g_other_tab {
  position: relative;
  height: .82rem;
  line-height: .82rem;
  padding: 0 .3rem;
  font-size: .26rem;
  color: #999999;
  background: #fff; }
  .g_other_tab span {
    position: relative;
    display: inline-block;
    line-height: .82rem;
    margin: 0 .3rem;
    vertical-align: top; }
  .g_other_tab span.current {
    color: #0099ff; }
  .g_other_tab span.current:after {
    content: '';
    position: absolute;
    width: .8rem;
    height: 1px;
    background: #0099ff;
    left: 50%;
    margin-left: -.4rem;
    bottom: 0; }
  .g_other_tab em {
    position: absolute;
    width: .32rem;
    height: .24rem;
    top: .29rem;
    right: .3rem;
    background: url("../images/list_up.png") no-repeat center;
    background-size: contain; }
  .g_other_tab em.g_ohter_down {
    background: url("../images/list_down.png") no-repeat center;
    background-size: contain; }

.gdelback {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.6rem;
  margin-top: -1.68rem;
  width: 5.6rem;
  height: 3.36rem;
  background: #ffffff;
  border-radius: .2rem; }
  .gdelback .gbackTel {
    height: 2.36rem;
    padding: .3rem;
    border-bottom: 1px solid #ebebeb; }
    .gdelback .gbackTel textarea {
      width: 100%;
      height: 100%;
      padding: .2rem;
      font-size: .3rem;
      color: #999999;
      resize: none;
      outline: none;
      border: 1px solid #EBEBEB;
      border-radius: .08rem;
      background: #F5F5F5; }
  .gdelback .gbackbtn {
    height: 1rem; }
    .gdelback .gbackbtn span {
      line-height: 1rem;
      font-size: .34rem;
      color: #0099FF;
      text-align: center; }
    .gdelback .gbackbtn span.gbackcal {
      border-right: 1px solid #ebebeb; }
    .gdelback .gbackbtn span.gback_no {
      color: #999999; }

.sta_data {
  padding: 0 .15rem; }
  .sta_data .sta_all {
    height: 2.3rem;
    margin: .15rem 0;
    padding: .5rem .3rem;
    background: #fff;
    border-radius: .08rem; }
    .sta_data .sta_all .sta_all_num {
      line-height: .72rem;
      font-size: .72rem;
      font-weight: bold;
      color: #0099FF;
      text-align: center; }
    .sta_data .sta_all .sta_all_info {
      line-height: .32rem;
      margin-top: .3rem;
      font-size: .32rem;
      color: #333333;
      text-align: center; }
  .sta_data .sta_res {
    height: 1.8rem;
    padding: .4rem 0;
    margin-top: .15rem;
    background: #fff;
    border-radius: .08rem; }
    .sta_data .sta_res .sta_res_data .sta_res_num {
      line-height: .48rem;
      font-size: .48rem;
      font-weight: bold;
      color: #0099FF;
      text-align: center; }
    .sta_data .sta_res .sta_res_data .sta_res_info {
      line-height: .24rem;
      margin-top: .22rem;
      font-size: .24rem;
      color: #333333;
      text-align: center; }
    .sta_data .sta_res .sta_res_data:first-child {
      border-right: .02rem solid #F4F5F7; }
    .sta_data .sta_res .sta_res_data.g_by_other .sta_res_num {
      color: #0099ff; }
    .sta_data .sta_res .sta_res_data.g_by_other .sta_res_info {
      color: #0099ff; }
    .sta_data .sta_res .sta_res_data.g_wait .sta_res_num {
      color: #FFA800; }
    .sta_data .sta_res .sta_res_data.g_wait .sta_res_info {
      color: #FFA800; }
    .sta_data .sta_res .sta_res_data.g_reject .sta_res_num {
      color: #fb6969; }
    .sta_data .sta_res .sta_res_data.g_reject .sta_res_info {
      color: #fb6969; }
    .sta_data .sta_res .sta_res_data.g_repeal .sta_res_num {
      color: #9a9a9a; }
    .sta_data .sta_res .sta_res_data.g_repeal .sta_res_info {
      color: #9a9a9a; }
    .sta_data .sta_res .sta_res_data.g_agree .sta_res_num {
      color: #42C900; }
    .sta_data .sta_res .sta_res_data.g_agree .sta_res_info {
      color: #42C900; }
  .sta_data .sta_handle {
    height: 1.2rem;
    padding: .25rem 0;
    margin-top: .15rem;
    background: #fff;
    border-radius: .08rem; }
    .sta_data .sta_handle .sta_handle_data {
      border-right: .02rem solid #F4F5F7;
      text-align: center; }
      .sta_data .sta_handle .sta_handle_data .sta_handle_num {
        line-height: .4rem;
        font-size: .4rem;
        font-weight: bold; }
      .sta_data .sta_handle .sta_handle_data .sta_handle_info {
        line-height: .24rem;
        font-size: .24rem;
        margin-top: .1rem; }
    .sta_data .sta_handle .sta_handle_data:last-child {
      border-right: none; }
    .sta_data .sta_handle .sta_handle_data.g_by_other .sta_handle_num {
      color: #0099ff; }
    .sta_data .sta_handle .sta_handle_data.g_by_other .sta_handle_info {
      color: #0099ff; }
    .sta_data .sta_handle .sta_handle_data.g_wait .sta_handle_num {
      color: #FFA800; }
    .sta_data .sta_handle .sta_handle_data.g_wait .sta_handle_info {
      color: #FFA800; }
    .sta_data .sta_handle .sta_handle_data.g_reject .sta_handle_num {
      color: #fb6969; }
    .sta_data .sta_handle .sta_handle_data.g_reject .sta_handle_info {
      color: #fb6969; }
    .sta_data .sta_handle .sta_handle_data.g_repeal .sta_handle_num {
      color: #9a9a9a; }
    .sta_data .sta_handle .sta_handle_data.g_repeal .sta_handle_info {
      color: #9a9a9a; }
    .sta_data .sta_handle .sta_handle_data.g_agree .sta_handle_num {
      color: #42C900; }
    .sta_data .sta_handle .sta_handle_data.g_agree .sta_handle_info {
      color: #42C900; }
    .sta_data .sta_handle .sta_handle_data.g_apply .sta_handle_num {
      color: #A06CFF; }
    .sta_data .sta_handle .sta_handle_data.g_apply .sta_handle_info {
      color: #A06CFF; }
  .sta_data .sta_duration {
    height: 2rem;
    padding: .5rem .4rem 0 .4rem;
    margin-top: .15rem;
    background: #fff;
    border-radius: .08rem; }
    .sta_data .sta_duration .sta_duration_data {
      line-height: .32rem;
      margin-bottom: .4rem;
      color: #999999; }
      .sta_data .sta_duration .sta_duration_data span {
        color: #333333; }

.g_second_tab {
  height: .75rem; }
  .g_second_tab .g_second_btn {
    width: 1.68rem;
    height: .6rem;
    margin-left: .15rem;
    margin-top: .15rem;
    line-height: .6rem;
    border-radius: .08rem;
    background: #fff;
    font-size: .24rem;
    color: #999999;
    text-align: center; }
  .g_second_tab .g_second_btn.current {
    background: #5BBDFF;
    color: #fff; }

.gradio {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../summary/images/icon_radio.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle; }

.gradio.icon_check {
  background-position: 0 -24px; }

.batch_btns {
  position: fixed;
  height: 1.4rem;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #fff;
  text-align: center; }
  .batch_btns span {
    display: inline-block;
    width: 3.3rem;
    height: .8rem;
    line-height: .8rem;
    margin-top: .3rem;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    border-radius: .08rem; }
  .batch_btns span.noclick {
    background: #c8c7ce; }
  .batch_btns .batch_agree {
    margin-left: .3rem;
    background: #0099ff; }
  .batch_btns .batch_reject {
    background: #fb362d; }

.cx_search {
  position: relative;
  padding: .22rem .3rem .22rem .3rem;
  background: #fff; }

.cx_search-box {
  display: -webkit-box;
  -webkit-box-align: center;
  position: relative;
  height: .56rem;
  border-radius: .56rem;
  background-color: #f6f6f8; }

.cx_search-box a {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: .56rem;
  width: .76rem; }

.cx_search-box input[type='text'] {
  display: block;
  -webkit-box-flex: 1;
  height: .56rem;
  line-height: .56rem;
  padding-left: 0;
  border: none;
  border-radius: .56rem;
  background: url("../summary/images/magnifier@2x.png") center left 0.2rem no-repeat;
  background-size: 1.12rem .33rem;
  text-align: center;
  color: #b3b3b3;
  font-size: .28rem; }

.cx_search-box input[type='text']::-webkit-input-placeholder {
  padding-left: .33rem;
  line-height: .56rem; }

.cxSearchFocus a {
  display: block; }

.cxSearchFocus input[type='text'] {
  padding-left: .76rem;
  background-position: .26rem center;
  text-align: left;
  color: #333; }

.cxSearchFocus input[type='text']::-webkit-input-placeholder {
  padding-left: .0rem;
  line-height: .56rem; }

.cx_search-clear {
  width: .6rem;
  height: .56rem;
  background: url("../summary/images/delete_06.png") center center no-repeat;
  background-size: .22rem .22rem; }

.screenBtn {
  position: absolute;
  width: .5rem;
  height: .46rem;
  top: .27rem;
  right: .3rem;
  background: url("../summary/images/icon_filter.png") no-repeat center;
  background-size: contain; }

.filtered {
  background: url("../summary/images/icon_filtered.png") no-repeat center/contain; }

.searchCal {
  position: absolute;
  width: .36rem;
  height: .36rem;
  top: .32rem;
  right: .3rem;
  background: url("../summary/images/search_cal.png") no-repeat center;
  background-size: contain; }

.screenMask {
  z-index: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6); }

.gscreen {
  z-index: 2;
  position: fixed;
  width: 5.2rem;
  height: 100%;
  top: 0;
  right: 0;
  background: #fff;
  padding: .3rem; }
  .gscreen .gsc_cont {
    height: 100%;
    padding-bottom: .8rem;
    overflow: auto; }
  .gscreen .gsc_btns {
    position: absolute;
    width: 100%;
    height: .8rem;
    left: 0;
    bottom: .2rem;
    text-align: center;
    background: #fff; }
    .gscreen .gsc_btns span {
      display: inline-block;
      width: 2.2rem;
      height: .8rem;
      line-height: .8rem;
      border-radius: .08rem;
      border: 1px solid #0099ff;
      color: #0099ff;
      text-align: center;
      font-size: .32rem; }
    .gscreen .gsc_btns span.gsc_sure {
      background: #0099ff;
      color: #fff;
      margin-left: .2rem; }

.gsc_title {
  line-height: .8rem;
  font-size: .28rem;
  color: #333;
  font-weight: normal; }

.gsc_data {
  margin-bottom: .15rem; }

.gsc_type_data .gsc_type.select {
  background: #fff;
  border: 1px solid #0099ff;
  color: #0099ff; }

.gsc_style_data .gsc_type.select {
  background: #fff;
  border: 1px solid #f7a923;
  color: #f7a923; }

.gsc_list .gsc_type {
  display: inline-block;
  min-width: 1.2rem;
  max-width: 100%;
  padding: 0 .08rem;
  height: .6rem;
  line-height: .6rem;
  margin-right: .12rem;
  margin-bottom: .2rem;
  border: 1px solid #f6f6f8;
  background: #f6f6f8;
  border-radius: .04rem;
  font-size: .24rem;
  color: #999999;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.apprv_assist {
  overflow-y: auto;
  font-size: .28rem;
  background: #fff;
  margin-bottom: 1.2rem; }
  .apprv_assist .apprv_labels {
    padding: .22rem .22rem .7rem .22rem;
    box-shadow: 0 -0.01rem 0 0 #DEDFE0; }
    .apprv_assist .apprv_labels .label {
      position: relative;
      display: inline-block;
      padding: .12rem .18rem;
      margin: .08rem .1rem;
      border-radius: .1rem; }
      .apprv_assist .apprv_labels .label .name, .apprv_assist .apprv_labels .label .detail {
        display: inline-block; }
      .apprv_assist .apprv_labels .label .del_icon {
        position: absolute;
        top: -0.1rem;
        right: -0.1rem;
        display: inline-block;
        width: .3rem;
        height: .3rem; }
    .apprv_assist .apprv_labels .arg_label {
      background: #E0EFFF; }
      .apprv_assist .apprv_labels .arg_label .name {
        color: #006CE2; }
      .apprv_assist .apprv_labels .arg_label .detail {
        color: #898989; }
        .apprv_assist .apprv_labels .arg_label .detail span {
          margin-left: .1rem; }
    .apprv_assist .apprv_labels .type_label {
      background: #D6F3EE; }
      .apprv_assist .apprv_labels .type_label .name {
        color: #59CEB9; }
    .apprv_assist .apprv_labels .status_label {
      background: #FFF0E1; }
      .apprv_assist .apprv_labels .status_label .name {
        color: #FFB46D; }
  .apprv_assist .apprv_tabs {
    display: flex;
    height: 1.16rem;
    line-height: 1.16rem;
    color: #202020;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1); }
    .apprv_assist .apprv_tabs .tab {
      position: relative;
      flex: 1;
      height: 100%;
      text-align: center; }
    .apprv_assist .apprv_tabs .tab_checked {
      color: #006CE2; }
      .apprv_assist .apprv_tabs .tab_checked::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: .54rem;
        height: .06rem;
        transform: translateX(-50%);
        background: #006CE2;
        border-radius: .02rem; }
  .apprv_assist .check_list .checkbox {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    border: .01rem solid #b1b1b1;
    border-radius: .11rem;
    vertical-align: text-bottom;
    box-sizing: border-box; }
  .apprv_assist .check_list .checked {
    border: none;
    background: url("../summary/images/icon_checked.png") no-repeat center/cover; }
  .apprv_assist .check_list .apprv_type .type {
    position: relative;
    font-size: 0;
    min-height: 1.2rem;
    padding-left: .33rem; }
    .apprv_assist .check_list .apprv_type .type span {
      font-size: .28rem; }
    .apprv_assist .check_list .apprv_type .type .type_name {
      display: inline-block;
      width: calc(100% - 0.63rem);
      min-height: 1.2rem;
      padding: .4rem 0;
      line-height: .4rem;
      border-bottom: .01rem solid #DEDFE0;
      margin-left: .6rem;
      word-break: break-all; }
  .apprv_assist .check_list .arg_apart .apart .check_option {
    position: relative;
    height: 1.2rem;
    padding-left: .33rem;
    border-bottom: .01rem solid #DEDFE0;
    font-size: 0; }
    .apprv_assist .check_list .arg_apart .apart .check_option .opt_info {
      display: inline-block;
      width: calc(100% - 0.62rem);
      height: 1.2rem;
      margin-left: .6rem;
      font-size: .28rem; }
      .apprv_assist .check_list .arg_apart .apart .check_option .opt_info em {
        font-style: normal;
        color: #006ce2; }
      .apprv_assist .check_list .arg_apart .apart .check_option .opt_info .info_list {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block; }
        .apprv_assist .check_list .arg_apart .apart .check_option .opt_info .info_list .name {
          height: .4rem;
          line-height: .4rem; }
        .apprv_assist .check_list .arg_apart .apart .check_option .opt_info .info_list .phone {
          height: .33rem;
          margin-top: .06rem;
          line-height: .33rem;
          font-size: .24rem;
          color: #898989; }
  .apprv_assist .check_list .arg_apart .apart .group .group_name .opt_info {
    line-height: 1.2rem; }
  .apprv_assist .check_list .arg_apart .apart .apart_name .opt_info {
    line-height: 1.2rem; }
  .apprv_assist .check_list .arg_apart .apart .apart_list .check_option {
    padding-left: .89rem; }
  .apprv_assist .check_list .arg_apart .apart .apart_list .group_list .check_option {
    padding-left: 1.45rem; }
  .apprv_assist .check_list .arg_apart .apart .open_arrow {
    position: absolute;
    right: .24rem;
    top: .44rem;
    display: inline-block;
    width: .32rem;
    height: .32rem;
    background: url("../summary/images/icon_arrow.png") no-repeat 0.06rem/0.6rem;
    transform: rotate(-90deg); }
  .apprv_assist .check_list .arg_apart .apart .opened {
    top: .5rem;
    transform: rotate(90deg); }
  .apprv_assist .check_list .arg_apart .peop_list {
    color: #4D4D4D;
    background: #fff; }
    .apprv_assist .check_list .arg_apart .peop_list .sel_item {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 1.2rem;
      align-items: center;
      overflow: hidden; }
      .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_checkbox {
        padding-right: .2rem; }
        .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_checkbox .checkbox {
          position: static;
          transform: unset; }
      .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info {
        flex: 1;
        overflow: hidden; }
        .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info .sel_name, .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info .sel_tips {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info .sel_name {
          padding-right: 0.05rem; }
          .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info .sel_name .dept_detail {
            color: #898989; }
          .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info .sel_name span {
            vertical-align: middle; }
        .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info .sel_tips {
          padding-right: .4rem;
          font-size: .24rem;
          color: #898989; }
        .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_info::after {
          content: '';
          position: absolute;
          bottom: 0;
          display: block;
          width: 100%;
          height: 1px;
          background: #dedfe0; }
      .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        height: 1.2rem;
        padding-left: 0.33rem;
        flex: 1;
        align-items: center;
        overflow: hidden; }
        .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_left:active {
          background: #F1F1F2; }
      .apprv_assist .check_list .arg_apart .peop_list .sel_item .sel_right {
        width: 1.3rem;
        padding-right: .24rem;
        text-align: right; }
    .apprv_assist .check_list .arg_apart .peop_list .peop_detail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
    .apprv_assist .check_list .arg_apart .peop_list .peop_phone {
      color: #898989;
      margin-right: .43rem; }
  .apprv_assist .btm_btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1), 0 0.01rem 0 0 #C0C0C3; }
    .apprv_assist .btm_btns .btn {
      display: inline-block;
      width: 3.27rem;
      height: .72rem;
      line-height: .72rem;
      margin: 0 .1rem;
      border-radius: .36rem; }
    .apprv_assist .btm_btns .cancel {
      border: .02rem solid #C0C0C3;
      color: #898989; }
    .apprv_assist .btm_btns .confirm {
      border: .02rem solid #006CE2;
      background: #006CE2;
      color: #FFFFFF; }

.aprv-assist-top-oprate {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  font-size: 0.28rem;
  height: 1rem;
  line-height: 1rem;
  background: #fff;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .aprv-assist-top-oprate::-webkit-scrollbar {
    display: none; }
  .aprv-assist-top-oprate .oprate-tab {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    color: #202020; }
    .aprv-assist-top-oprate .oprate-tab span {
      position: relative;
      display: inline-block;
      height: 100%; }
    .aprv-assist-top-oprate .oprate-tab .tab-active {
      color: #006ce2; }
    .aprv-assist-top-oprate .oprate-tab .tab-active::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%);
      width: 0.54rem;
      height: 0.06rem;
      border-radius: 0.02rem;
      background: #006ce2; }
  .aprv-assist-top-oprate .oprate-tab.left {
    width: auto;
    padding-left: .33rem;
    justify-content: flex-start;
    flex-shrink: 0; }
    .aprv-assist-top-oprate .oprate-tab.left span {
      margin-right: .4rem; }
  .aprv-assist-top-oprate .oprate-btns {
    height: 1rem;
    margin-right: .33rem;
    line-height: 1rem; }
    .aprv-assist-top-oprate .oprate-btns .icon-search, .aprv-assist-top-oprate .oprate-btns .icon-screen {
      display: inline-block;
      width: 0.44rem;
      height: 0.44rem;
      font-size: .44rem;
      margin-right: 0.12rem;
      vertical-align: middle; }
      .aprv-assist-top-oprate .oprate-btns .icon-search::before, .aprv-assist-top-oprate .oprate-btns .icon-screen::before {
        color: #4d4d4d; }
      .aprv-assist-top-oprate .oprate-btns .icon-search.active::before, .aprv-assist-top-oprate .oprate-btns .icon-screen.active::before {
        color: #006ce2; }
    .aprv-assist-top-oprate .oprate-btns .icon-clear {
      display: inline-block;
      font-size: .44rem;
      vertical-align: middle; }
    .aprv-assist-top-oprate .oprate-btns .icon-search {
      font-size: .4rem;
      line-height: .44rem;
      text-align: center; }
    .aprv-assist-top-oprate .oprate-btns .clean-btn {
      height: 1rem;
      line-height: 1rem;
      color: #c0c0c3;
      overflow: hidden; }
      .aprv-assist-top-oprate .oprate-btns .clean-btn .icon-clear::before {
        color: #c0c0c3; }
      .aprv-assist-top-oprate .oprate-btns .clean-btn span {
        vertical-align: middle; }
    .aprv-assist-top-oprate .oprate-btns .clean-btn.active {
      color: #FF4C26; }
      .aprv-assist-top-oprate .oprate-btns .clean-btn.active .icon-clear::before {
        color: #FF4C26; }

.aprv-assist-checked-labels {
  position: relative;
  z-index: 1;
  min-height: 2.2rem;
  padding: .30rem;
  box-shadow: inset 0px -1px 0px 0px #DEDFE0;
  background: #fff; }
  .aprv-assist-checked-labels .label {
    position: relative;
    display: inline-block;
    line-height: .62rem;
    padding: 0 .18rem;
    margin-bottom: 0.16rem;
    margin-right: 0.22rem;
    border-radius: .1rem;
    background: rgba(0, 108, 226, 0.1);
    color: #006CE2;
    vertical-align: top; }
    .aprv-assist-checked-labels .label .name {
      display: inline-block; }
    .aprv-assist-checked-labels .label .detail {
      display: inline-block; }
      .aprv-assist-checked-labels .label .detail span {
        margin-left: .1rem;
        color: #898989; }
    .aprv-assist-checked-labels .label .del_icon {
      float: right;
      width: .44rem;
      height: .62rem;
      line-height: .62rem;
      text-align: right; }
  .aprv-assist-checked-labels .label.green {
    background: rgba(46, 191, 99, 0.1);
    color: #2EBF63; }
  .aprv-assist-checked-labels .label.red {
    background: rgba(255, 76, 38, 0.1);
    color: #FF4C26; }
  .aprv-assist-checked-labels .label.yellow {
    background: rgba(255, 156, 38, 0.1);
    color: #FF9C26; }
  .aprv-assist-checked-labels .label.blue {
    background: rgba(31, 190, 255, 0.1);
    color: #1FBEFF; }
  .aprv-assist-checked-labels .label.purple {
    background: rgba(144, 61, 168, 0.1);
    color: #903DA8; }
  .aprv-assist-checked-labels .label.gray {
    background: rgba(154, 154, 154, 0.1);
    background: #9a9a9a; }

.aprv-assist-info-item {
  position: relative;
  box-shadow: inset 0px -1px 0px 0px #dedfe0;
  padding: 0.36rem 0.33rem 0.16rem;
  font-size: 0.28rem;
  background: #fff; }
  .aprv-assist-info-item:last-child {
    box-shadow: none; }
  .aprv-assist-info-item .user-info-detail {
    display: flex;
    margin-bottom: 0.24rem; }
    .aprv-assist-info-item .user-info-detail .user-head {
      position: relative;
      width: 0.66rem;
      height: 0.66rem;
      margin-right: 0.22rem;
      border-radius: 50%; }
      .aprv-assist-info-item .user-info-detail .user-head img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
      .aprv-assist-info-item .user-info-detail .user-head input[type="checkbox"] {
        position: absolute;
        left: 50%;
        top: 0.92rem;
        transform: translateX(-50%);
        width: 0.36rem;
        height: 0.36rem; }
    .aprv-assist-info-item .user-info-detail .aprv-title {
      flex: 1; }
      .aprv-assist-info-item .user-info-detail .aprv-title .aprv-name {
        color: #202020;
        line-height: 0.28rem;
        margin-bottom: 0.1rem;
        word-break: break-all; }
        .aprv-assist-info-item .user-info-detail .aprv-title .aprv-name em {
          font-style: normal;
          color: #006CE2; }
      .aprv-assist-info-item .user-info-detail .aprv-title .aprv-create-time {
        color: #c0c0c3;
        line-height: 0.24rem;
        font-size: 0.24rem; }
    .aprv-assist-info-item .user-info-detail .aprv-status {
      margin-right: 0.1rem;
      line-height: 0.4rem;
      color: #ff9c26;
      font-size: 0.28rem; }
      .aprv-assist-info-item .user-info-detail .aprv-status .pass {
        color: #2ebf63; }
      .aprv-assist-info-item .user-info-detail .aprv-status .reject {
        color: #ff4c26; }
      .aprv-assist-info-item .user-info-detail .aprv-status .repeal {
        color: #9a9a9a; }
      .aprv-assist-info-item .user-info-detail .aprv-status .other {
        color: #0099ff; }
      .aprv-assist-info-item .user-info-detail .aprv-status span {
        display: inline-block;
        margin-right: 0.1rem;
        vertical-align: middle; }
      .aprv-assist-info-item .user-info-detail .aprv-status .enter-arrow {
        display: inline-block;
        width: 0.32rem;
        height: 0.32rem;
        font-size: .32rem;
        line-height: .35rem;
        vertical-align: middle; }
  .aprv-assist-info-item .aprv-info-detail {
    margin-left: 0.88rem; }
    .aprv-assist-info-item .aprv-info-detail .aprv-detail-item {
      margin-bottom: 0.08rem;
      line-height: 0.4rem;
      word-break: break-word; }
      .aprv-assist-info-item .aprv-info-detail .aprv-detail-item .aprv-detail-item-name {
        display: inline-block;
        min-width: 1.12rem;
        margin-right: 0.2rem;
        color: #898989; }

.aprv-assist-bottom-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.2rem;
  overflow: hidden;
  font-size: 0.28rem;
  background: #f9f9fa;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #c0c0c3; }
  .aprv-assist-bottom-btn .single-btn {
    width: 100%;
    line-height: 1.2rem;
    text-align: center;
    color: #006ce2; }
  .aprv-assist-bottom-btn .check-all-btn {
    height: 1.2rem;
    margin-left: 0.33rem;
    line-height: 1.2rem;
    color: #4d4d4d; }
    .aprv-assist-bottom-btn .check-all-btn span {
      vertical-align: middle; }
  .aprv-assist-bottom-btn .check-all-btn.half-checked {
    color: #006ce2; }
  .aprv-assist-bottom-btn .handel-aprv-btns {
    flex: 1;
    display: flex;
    justify-content: flex-end; }
    .aprv-assist-bottom-btn .handel-aprv-btns button {
      margin-right: 0.2rem; }
    .aprv-assist-bottom-btn .handel-aprv-btns .handel-btns-more {
      display: inline-block;
      margin-right: .3rem;
      line-height: .72rem;
      font-size: .28rem;
      color: #006CE2; }
      .aprv-assist-bottom-btn .handel-aprv-btns .handel-btns-more .icon-handel-more {
        display: inline-block;
        width: .44rem;
        height: .44rem;
        vertical-align: top;
        margin-top: .14rem;
        margin-right: .06rem;
        background: url("./images/icon_more_btn.png") no-repeat center;
        background-size: contain; }

.temp_bottom_pop .temp_bottom_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
.temp_bottom_pop .temp_bottom_mask.hidden {
  display: none; }
.temp_bottom_pop .temp_bottom_data {
  z-index: 4;
  position: fixed;
  max-height: 85%;
  padding: .3rem;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: .2rem .2rem 0 0;
  background: #F9F9FA; }
  .temp_bottom_pop .temp_bottom_data .temp_bottom_title {
    height: .72rem;
    margin-bottom: 0.1rem;
    line-height: .72rem;
    font-size: .28rem;
    color: #4D4D4D;
    font-weight: 400;
    text-align: center;
    background: #fff; }
  .temp_bottom_pop .temp_bottom_data .temp_bottom_list {
    margin-bottom: .2rem;
    overflow: auto; }
    .temp_bottom_pop .temp_bottom_data .temp_bottom_list .temp_bottom_item {
      position: relative;
      height: .72rem;
      margin-bottom: .1rem;
      line-height: .72rem;
      font-size: .28rem;
      color: #898989;
      font-weight: 400;
      text-align: center;
      background: #fff;
      border-radius: .1rem;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .temp_bottom_pop .temp_bottom_data .temp_bottom_list .temp_bottom_item .buttom-tip-icon {
        position: absolute;
        width: .4rem;
        height: .4rem;
        top: .16rem;
        right: .3rem;
        background: url("./images/icon_button_tip.png") no-repeat center;
        background-size: contain; }
    .temp_bottom_pop .temp_bottom_data .temp_bottom_list .active {
      color: #006CE2; }
      .temp_bottom_pop .temp_bottom_data .temp_bottom_list .active .active_icon {
        display: inline-block; }
    .temp_bottom_pop .temp_bottom_data .temp_bottom_list .reject {
      color: #FF4C26; }
    .temp_bottom_pop .temp_bottom_data .temp_bottom_list .other {
      color: #006CE2; }
  .temp_bottom_pop .temp_bottom_data .temp_bottom_close {
    height: .72rem;
    line-height: .72rem;
    font-size: .28rem;
    color: #898989;
    font-weight: 400;
    text-align: center;
    background: #fff;
    border-radius: .1rem; }

.edit-lunch-time {
  padding: 0 0.4rem;
  font-size: 0.28rem;
  box-shadow: inset 0px -1px 0px 0px #dedfe0; }
  .edit-lunch-time .edit-lunch-time-title {
    height: 1.2rem;
    line-height: 1.2rem; }
    .edit-lunch-time .edit-lunch-time-title .required::before {
      content: "*";
      display: inline-block;
      width: 0;
      color: #ff4c26;
      transform: translateX(-0.19rem); }
    .edit-lunch-time .edit-lunch-time-title .oprate-btns {
      float: right;
      color: #c0c0c3; }
      .edit-lunch-time .edit-lunch-time-title .oprate-btns .icon-enter-arrow {
        display: inline-block;
        width: 0.32rem;
        height: 0.32rem;
        margin-left: 0.2rem;
        background: url("../../apps/forms/mobile/new/images/right_arrow.png") no-repeat center/contain;
        vertical-align: text-top; }
      .edit-lunch-time .edit-lunch-time-title .oprate-btns .time {
        color: #006ce2; }

.search_pop_inp {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0.3rem 0 0.3rem 0.33rem;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  box-shadow: inset 0px 1px 0px 0px #dedfe0;
  -webkit-box-shadow: inset 0px -1px 0px 0px #dedfe0;
  -moz-box-shadow: inset 0px -1px 0px 0px #dedfe0;
  -webkit-appearance: none; }
  .search_pop_inp .inp_wrapper {
    position: relative;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-right: 0.33rem;
    border-radius: 0.1rem;
    background: #f7f7f7; }
  .search_pop_inp input {
    width: 100%;
    padding: 0 0.68rem;
    font-size: 0.28rem;
    line-height: 0.68rem;
    border-radius: 0.1rem;
    border: 1px solid #dedfe0;
    background: url("../../apps/forms/mobile/new/images/search_icon.png") no-repeat 0.16rem 0.16rem/0.36rem; }
  .search_pop_inp button {
    width: 0;
    height: 0;
    margin: 0;
    line-height: 0.68rem;
    text-align: center;
    background: #fff;
    color: #006ce2;
    font-size: 0;
    opacity: 0;
    transition: width 0.3s, font-size 0s 0.2s, margin 0.3s, opacity 0.1s; }
  .search_pop_inp .hide {
    width: 0;
    margin: 0;
    display: none; }
  .search_pop_inp .clean_word {
    position: absolute;
    right: .1rem;
    top: 50%;
    width: .56rem;
    height: .56rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
  .search_pop_inp .del_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: .3rem;
    height: .3rem;
    margin-top: -0.15rem;
    margin-left: -0.15rem; }

.search_pop_inp.active {
  padding-right: 0;
  color: #006ce2; }
  .search_pop_inp.active .inp_wrapper {
    margin-right: 0; }
  .search_pop_inp.active input {
    position: relative;
    margin-right: 0;
    border: 1px solid #006ce2;
    box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
    background-image: url("../../apps/forms/mobile/new/images/inp_sear_active.png"); }
  .search_pop_inp.active button {
    width: 0.8rem;
    height: 0.68rem;
    margin: 0 0.2rem;
    font-size: 0.28rem;
    opacity: 1; }

.screen_label {
  min-height: .56rem;
  padding: 0 .3rem;
  background: #fff; }
  .screen_label .label_type {
    display: inline-block;
    line-height: .4rem;
    margin-right: .24rem;
    margin-bottom: .15rem;
    padding: 0 .16rem 0 .2rem;
    font-size: .24rem;
    color: #0099ff;
    border: 1px solid #0099ff;
    border-radius: .4rem; }
    .screen_label .label_type span {
      display: inline-block;
      width: .18rem;
      height: .18rem;
      background: url("../summary/images/del_b.png") no-repeat center;
      background-size: contain;
      vertical-align: top;
      margin-top: .11rem;
      margin-left: .2rem; }
  .screen_label .label_type.yellow {
    color: #f7a923;
    border: 1px solid #f7a923; }
    .screen_label .label_type.yellow span {
      background: url("../summary/images/del_y.png") no-repeat center;
      background-size: contain; }

.gsea_history {
  padding: 0 .3rem .3rem .3rem; }
  .gsea_history .gsea_nodata {
    margin-top: .4rem;
    line-height: .26rem;
    font-size: .26rem;
    color: #999999;
    text-align: center; }

.gsea_title {
  position: relative;
  line-height: .8rem;
  margin-top: .15rem;
  font-size: .3rem;
  color: #333333;
  font-weight: normal; }
  .gsea_title span {
    position: absolute;
    line-height: .8rem;
    top: 0;
    right: 0;
    font-size: .28rem;
    color: #0099ff; }

.ghty_data .ghty_info {
  display: inline-block;
  padding: 0 .2rem;
  line-height: .55rem;
  margin-right: .2rem;
  margin-bottom: .2rem;
  border-radius: .55rem;
  font-size: .24rem;
  color: #999999;
  background: #fff; }

.gsea_res {
  padding-bottom: .3rem; }
  .gsea_res .gsea_title {
    line-height: .5rem;
    font-size: .28rem;
    margin-top: 0;
    padding: 0 .3rem;
    color: #0099ff; }

.greyLine {
  height: .15rem;
  background: #f5f6f8; }

#approveInfoList {
  height: 100%; }
  #approveInfoList .gsearch_res {
    padding-bottom: 1.4rem; }

.temp_pop_mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }

.temp_pop_mask.hidden {
  display: none; }

.temp_pop_data {
  z-index: 4;
  position: fixed;
  height: 85%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: .2rem .2rem 0 0;
  background: #fff; }
  .temp_pop_data .temp_pop_top {
    height: .88rem;
    padding: 0 .3rem;
    line-height: .88rem;
    font-size: .28rem;
    color: #4D4D4D;
    font-weight: 400;
    border-bottom: 1px solid #C0C0C3; }
    .temp_pop_data .temp_pop_top .temp_pop_title {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .temp_pop_data .temp_pop_cont {
    overflow: auto; }
  .temp_pop_data .temp_pop_bottom {
    height: 1.2rem;
    padding: 0 .3rem;
    line-height: 1.2rem;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1), 0 0.02rem 0 0 #C0C0C3; }
    .temp_pop_data .temp_pop_bottom .temp_pop_close {
      font-size: .28rem;
      color: #006CE2;
      text-align: center; }

.countersign_tip_pop {
  height: 4.8rem; }
  .countersign_tip_pop .temp_pop_top {
    text-align: center; }
  .countersign_tip_pop .temp_pop_cont {
    padding: .3rem; }
    .countersign_tip_pop .temp_pop_cont .countersign_tip_info {
      margin-bottom: .2rem;
      line-height: .4rem;
      font-size: .28rem;
      color: #4D4D4D; }
      .countersign_tip_pop .temp_pop_cont .countersign_tip_info:last-child {
        margin-bottom: 0; }
  .countersign_tip_pop .temp_pop_bottom {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #C0C0C3; }

.multiaprv_describe_pop {
  height: 4.2rem; }
  .multiaprv_describe_pop .temp_pop_top {
    display: block;
    text-align: center; }
  .multiaprv_describe_pop .temp_pop_cont {
    padding: .3rem .32rem;
    overflow: auto;
    text-align: left; }
    .multiaprv_describe_pop .temp_pop_cont .pop_des {
      line-height: .4rem;
      font-size: .28rem;
      color: #4d4d4d;
      word-break: break-word; }
  .multiaprv_describe_pop .temp_pop_bottom {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #C0C0C3; }

.gimgs li .camera.icon-image {
  background: none;
  font-size: .44rem; }

.uptit .icon-file {
  font-size: .44rem;
  vertical-align: top; }

.seal_library_pop .temp_pop_top {
  border-color: var(--theme_color7, #DEDFE0); }
.seal_library_pop .temp_pop_bottom {
  justify-content: space-between;
  align-items: center;
  padding: 0 .33rem; }
.seal_library_pop_cont {
  height: 100%;
  padding: 0 .33rem; }
.seal_library_pop .seal_library_count {
  color: var(--theme_color4, #4D4D4D);
  font-size: .28rem; }
  .seal_library_pop .seal_library_count em {
    font-style: normal;
    margin: 0 .08rem; }
.seal_library_pop .seal_library_btn {
  display: flex;
  width: 3.5rem;
  justify-content: space-between; }
  .seal_library_pop .seal_library_btn .btn_item {
    display: inline-block;
    width: 1.6rem;
    height: .72rem;
    line-height: .72rem;
    font-size: .28rem;
    color: var(--theme_color5, #898989);
    text-align: center;
    border-radius: .36rem;
    border: 0.02rem solid var(--theme_color6, #C0C0C3); }
    .seal_library_pop .seal_library_btn .btn_item.confirm {
      color: #ffffff;
      border: 0.02rem solid var(--theme_color1, #006CE2);
      background: var(--theme_color1, #006CE2);
      box-shadow: none; }
.seal_library_pop .seal_top_search {
  justify-content: space-between;
  align-items: center;
  padding: .3rem 0; }
.seal_library_pop .model-search {
  position: relative;
  flex: 1;
  height: 0.68rem;
  padding: 0; }
  .seal_library_pop .model-search.has-clear-icon .model-search-input {
    height: 100%;
    padding-left: .6rem;
    border-radius: .2rem;
    border: 0.02rem solid var(--theme_color7, #DEDFE0);
    background-color: #F7F7F7;
    font-size: .26rem;
    color: var(--theme_color4, #4D4D4D);
    background: #F6F7FB;
    -webkit-transition: all 218ms linear;
    -moz-transition: all 218ms linear;
    -o-transition: all 218ms linear;
    transition: all 218ms linear; }
    .seal_library_pop .model-search.has-clear-icon .model-search-input:focus {
      border-color: var(--theme_color1, #006CE2);
      background-color: #ffffff;
      box-shadow: 0px 0px 10px 0px rgba(0, 108, 226, 0.5); }
      .seal_library_pop .model-search.has-clear-icon .model-search-input:focus + .model-placeholder {
        left: .16rem;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0); }
        .seal_library_pop .model-search.has-clear-icon .model-search-input:focus + .model-placeholder em {
          display: none; }
        .seal_library_pop .model-search.has-clear-icon .model-search-input:focus + .model-placeholder .icon-search:before {
          color: var(--theme_color1, #006CE2); }
  .seal_library_pop .model-search.has-clear-icon .model-placeholder {
    position: absolute;
    left: .16rem;
    top: 0;
    line-height: .68rem;
    font-size: .26rem;
    color: var(--theme_color5, #898989);
    font-style: normal;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0); }
    .seal_library_pop .model-search.has-clear-icon .model-placeholder.left {
      left: .52rem;
      transform: translateX(0);
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0); }
      .seal_library_pop .model-search.has-clear-icon .model-placeholder.left em {
        display: none; }
    .seal_library_pop .model-search.has-clear-icon .model-placeholder .icon-search {
      display: inline-block;
      font-size: .36rem;
      vertical-align: top;
      margin-top: .16rem; }
    .seal_library_pop .model-search.has-clear-icon .model-placeholder em {
      font-style: normal; }
  .seal_library_pop .model-search.has-clear-icon .icon-delete-dark {
    position: absolute;
    top: 50%;
    right: .16rem;
    margin-top: -0.15rem;
    font-size: .3rem; }
    .seal_library_pop .model-search.has-clear-icon .icon-delete-dark .path1:before {
      color: #EDF1F5; }
    .seal_library_pop .model-search.has-clear-icon .icon-delete-dark .path2:before {
      color: #A3B7CC; }
.seal_library_pop .seal_search-cal {
  margin-left: .3rem;
  font-size: .28rem;
  color: var(--theme_color1, #006CE2); }
.seal_library_pop .seal_btm_cont {
  height: calc(100% - 1.28rem);
  overflow: auto; }
.seal_library_pop .seal_btm_list {
  justify-content: space-between; }
.seal_library_pop .seal_btm_item {
  width: calc((100% - .3rem) / 2);
  padding: .2rem;
  margin-bottom: .3rem;
  border: 1px solid var(--theme_color7, #DEDFE0);
  border-radius: .1rem;
  background: #fff; }
  .seal_library_pop .seal_btm_item .check-img-area {
    position: relative;
    height: 0;
    padding-bottom: 100%; }
  .seal_library_pop .seal_btm_item .item-check-img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%; }
    .seal_library_pop .seal_btm_item .item-check-img.noimg {
      width: 100%;
      height: 100%; }
  .seal_library_pop .seal_btm_item .img-check-option {
    padding: .16rem 0;
    cursor: pointer; }
    .seal_library_pop .seal_btm_item .img-check-option .img-check-icon {
      font-size: .36rem;
      margin-top: .02rem;
      margin-right: .1rem; }
    .seal_library_pop .seal_btm_item .img-check-option .img-check-data {
      line-height: .4rem;
      font-size: .28rem;
      color: var(--theme_color4, #4D4D4D);
      word-break: break-all;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      cursor: pointer; }
  .seal_library_pop .seal_btm_item .img-check-tip-wrapper {
    display: flex;
    overflow: hidden; }
  .seal_library_pop .seal_btm_item .img-check-tip {
    position: relative;
    margin-top: .15rem;
    line-height: .36rem;
    font-size: .24rem;
    color: var(--theme_color5, #898989);
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    cursor: pointer; }
  .seal_library_pop .seal_btm_item .more-tip {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: .36rem;
    font-size: .24rem;
    color: #557CA7;
    font-weight: 500;
    background: #fff; }
    .seal_library_pop .seal_btm_item .more-tip .more-tip-dot {
      color: var(--theme_color5, #898989); }
.seal_library_pop .seal_library_nodata {
  position: relative;
  width: 100%;
  top: .3rem;
  left: 0;
  line-height: .4rem;
  font-size: .28rem;
  color: #898989;
  text-align: center; }
.seal_library_pop .seal_library_describe {
  font-size: .24rem;
  line-height: .33rem;
  color: #898989; }
.seal_library_pop .isbottom {
  height: .3rem;
  line-height: .3rem !important;
  font-size: .24rem;
  text-align: center;
  padding-bottom: .6rem; }

.aprv_idea_new.aprv_idea_new,
.aprv_edit_opt.aprv_idea_new {
  padding: 0 .33rem; }
.aprv_idea_new .autograph,
.aprv_edit_opt .autograph {
  height: 1.6rem;
  border: 1px solid var(--theme_color7, #DEDFE0);
  border-radius: .1rem;
  background-color: #fff; }
  .aprv_idea_new .autograph .agh_left,
  .aprv_edit_opt .autograph .agh_left {
    width: 3.2rem;
    padding: .1rem; }
    .aprv_idea_new .autograph .agh_left .agh_img,
    .aprv_edit_opt .autograph .agh_left .agh_img {
      width: 100%;
      height: 100%;
      border: 1px solid transparent;
      background-color: #E0EFFF; }
  .aprv_idea_new .autograph .agh_right,
  .aprv_edit_opt .autograph .agh_right {
    font-size: .24rem;
    line-height: .44rem;
    white-space: nowrap; }
    .aprv_idea_new .autograph .agh_right .agh_operate,
    .aprv_edit_opt .autograph .agh_right .agh_operate {
      display: flex;
      align-items: center;
      height: 100%; }
    .aprv_idea_new .autograph .agh_right .agh_rewrite,
    .aprv_edit_opt .autograph .agh_right .agh_rewrite {
      margin-left: .38rem;
      color: var(--theme_color1, #006CE2); }
      .aprv_idea_new .autograph .agh_right .agh_rewrite span,
      .aprv_edit_opt .autograph .agh_right .agh_rewrite span {
        display: inline-block;
        width: .44rem;
        height: .44rem;
        vertical-align: top;
        margin-right: .1rem;
        font-size: .44rem; }
    .aprv_idea_new .autograph .agh_right .agh_del,
    .aprv_edit_opt .autograph .agh_right .agh_del {
      margin-left: .38rem;
      color: var(--theme_error, #FF5E5E); }
      .aprv_idea_new .autograph .agh_right .agh_del span,
      .aprv_edit_opt .autograph .agh_right .agh_del span {
        display: inline-block;
        width: .44rem;
        height: .44rem;
        vertical-align: top;
        margin-right: .1rem;
        font-size: .44rem; }
.aprv_idea_new .form_upload_file .upload_file_per,
.aprv_edit_opt .form_upload_file .upload_file_per {
  position: relative;
  margin-bottom: .2rem;
  padding: 0 .3rem;
  border: 1px solid var(--theme_color7, #DEDFE0);
  border-radius: .1rem;
  background: #Fff; }
  .aprv_idea_new .form_upload_file .upload_file_per .upload_file_type,
  .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_type {
    width: 1rem;
    padding: .28rem 0;
    margin-right: .2rem;
    position: relative; }
    .aprv_idea_new .form_upload_file .upload_file_per .upload_file_type .grate,
    .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_type .grate {
      position: absolute;
      left: 0;
      right: 0;
      bottom: .25rem;
      width: 1rem;
      max-height: 1rem;
      height: 0;
      background: rgba(0, 0, 0, 0.4);
      border-radius: 2px; }
  .aprv_idea_new .form_upload_file .upload_file_per .upload_file_icon,
  .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_icon {
    width: 1rem;
    height: 1rem;
    vertical-align: top; }
  .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data,
  .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data {
    padding: .22rem 0;
    overflow: hidden; }
    .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_type,
    .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_type {
      line-height: .4rem;
      font-size: .28rem;
      font-weight: 400;
      color: var(--theme_color4, #4D4D4D); }
    .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_bar,
    .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_bar {
      display: inline-block;
      width: 1.8rem;
      height: .2rem;
      margin-top: .24rem;
      border-radius: .06rem;
      background: var(--theme_color8, #F1F1F2);
      vertical-align: top;
      overflow: hidden; }
      .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_bar .file_progress_ratio,
      .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_bar .file_progress_ratio {
        display: inline-block;
        width: auto;
        height: 100%;
        background: #59CEB9;
        border-radius: .06rem 0 0 .06rem;
        vertical-align: top; }
    .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_num,
    .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data .upload_file_progress .file_progress_num {
      display: inline-block;
      line-height: .4rem;
      margin-top: .14rem;
      margin-left: .1rem;
      font-size: .28rem;
      color: var(--theme_color5, #898989);
      vertical-align: top; }
    .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data .upload_file_info .upload_file_name,
    .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data .upload_file_info .upload_file_name {
      line-height: .4rem;
      font-size: .28rem;
      color: var(--theme_color4, #4D4D4D);
      word-break: break-all;
      font-weight: 400;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .aprv_idea_new .form_upload_file .upload_file_per .upload_file_data .upload_file_info .upload_file_size,
    .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_data .upload_file_info .upload_file_size {
      margin-bottom: .08rem;
      line-height: .32rem;
      font-size: .24rem;
      color: var(--theme_color5, #898989); }
  .aprv_idea_new .form_upload_file .upload_file_per .upload_file_del,
  .aprv_edit_opt .form_upload_file .upload_file_per .upload_file_del {
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    right: -0.3rem;
    top: -0.3rem;
    font-size: .3rem;
    background: url("./images/icon_file_delete.png") no-repeat center/0.3rem; }
.aprv_idea_new .aprv_opt_item,
.aprv_edit_opt .aprv_opt_item {
  padding-bottom: .4rem;
  font-size: .28rem;
  color: var(--theme_color3, #202020); }
  .aprv_idea_new .aprv_opt_item_title,
  .aprv_edit_opt .aprv_opt_item_title {
    padding-top: .14rem;
    padding-bottom: .15rem; }
    .aprv_idea_new .aprv_opt_item_title .required_icon,
    .aprv_edit_opt .aprv_opt_item_title .required_icon {
      display: inline-block;
      width: .1rem;
      height: 1.5ex;
      margin-right: .1rem;
      background: url("../flow/images/star.png") no-repeat center;
      background-size: contain; }
  .aprv_idea_new .aprv_opt_item_btm,
  .aprv_edit_opt .aprv_opt_item_btm {
    justify-content: space-between;
    align-items: center;
    gap: .1rem; }
    .aprv_idea_new .aprv_opt_item_btm .aprv_opt_item_btn,
    .aprv_edit_opt .aprv_opt_item_btm .aprv_opt_item_btn {
      position: relative;
      height: .72rem;
      line-height: .72rem;
      font-size: .28rem;
      color: var(--theme_color4, #4D4D4D);
      text-align: center;
      border: 1px solid var(--theme_color7, #DEDFE0);
      border-radius: .1rem;
      background: #fff;
      overflow: hidden;
      flex: 1; }
      .aprv_idea_new .aprv_opt_item_btm .aprv_opt_item_btn .file_add_btn,
      .aprv_edit_opt .aprv_opt_item_btm .aprv_opt_item_btn .file_add_btn {
        width: 100%;
        height: 100%;
        line-height: .72rem;
        background: #fff;
        vertical-align: top;
        font-size: .28rem;
        color: #4d4d4d; }
      .aprv_idea_new .aprv_opt_item_btm .aprv_opt_item_btn .icon-electronic,
      .aprv_edit_opt .aprv_opt_item_btm .aprv_opt_item_btn .icon-electronic {
        display: inline-block;
        width: .44rem;
        height: .44rem;
        font-size: .44rem;
        color: var(--theme_color4, #4D4D4D);
        vertical-align: top;
        margin-top: .12rem; }
      .aprv_idea_new .aprv_opt_item_btm .aprv_opt_item_btn .icon-upload,
      .aprv_edit_opt .aprv_opt_item_btm .aprv_opt_item_btn .icon-upload {
        margin-right: .06rem; }
      .aprv_idea_new .aprv_opt_item_btm .aprv_opt_item_btn .icon-aprv,
      .aprv_edit_opt .aprv_opt_item_btm .aprv_opt_item_btn .icon-aprv {
        font-size: .36rem;
        margin-top: .16rem; }
      .aprv_idea_new .aprv_opt_item_btm .aprv_opt_item_btn .icon-electronic:before,
      .aprv_edit_opt .aprv_opt_item_btm .aprv_opt_item_btn .icon-electronic:before {
        color: var(--theme_color4, #4D4D4D); }
      .aprv_idea_new .aprv_opt_item_btm .aprv_opt_item_btn .upload_trigger_input,
      .aprv_edit_opt .aprv_opt_item_btm .aprv_opt_item_btn .upload_trigger_input {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        font-size: 0;
        opacity: 0; }
.aprv_idea_new .new_img_file_icon .gimgs li .camera,
.aprv_edit_opt .new_img_file_icon .gimgs li .camera {
  right: -.08rem;
  top: -2.08rem; }
.aprv_idea_new .new_img_file_icon .uptit span,
.aprv_edit_opt .new_img_file_icon .uptit span {
  top: .12rem;
  right: .97rem;
  font-size: .44rem; }
.aprv_idea_new .new_aprv_more_btns,
.aprv_edit_opt .new_aprv_more_btns {
  gap: .2rem; }
  .aprv_idea_new .new_aprv_more_btns span,
  .aprv_edit_opt .new_aprv_more_btns span {
    border-radius: .1rem;
    margin-top: .2rem;
    line-height: .72rem; }
.aprv_idea_new .quick-phrases,
.aprv_edit_opt .quick-phrases {
  margin-top: .24rem;
  margin-bottom: 0; }
