@charset "UTF-8";
[v-cloak] {
  display: none; }

* {
  box-sizing: content-box !important; }

html, body {
  width: 100%;
  height: 100%; }

.fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns, .fsw-ul .fsw-ul-item .fsw-ul-check .li .option-info, .fsw-ul .fsw-ul-item .horizontal-check, .fsw-ul .fsw-ul-item .matrix_check, .subform_pop .selectbox .mult-sel-box .mult_uls .mult_lis, .input-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex; }

.fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1; }

.fsw-ul .fsw-ul-item .fsw-ul-check .li .icon-blank, .fsw-ul .fsw-ul-item .fsw-ul-check .li .moreCheck {
  -webkit-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  -o-flex: none; }

.fsw-ul .fsw-ul-item .horizontal-check, .fsw-ul .fsw-ul-item .matrix_check {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap; }

/*滚动条整体样式*/
::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 8px;
  height: 8px; }

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #d9dde1; }

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #ffffff; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #C0C0C3; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C0C0C3; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C0C0C3; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

input[type="number"] {
  -moz-appearance: textfield; }

.btn {
  width: 80px;
  height: 30px;
  cursor: pointer;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  display: inline-block; }

.cancel {
  border: 1px solid #C0C0C3;
  color: #898989; }

.confirm {
  color: #fff;
  background: #006CE2;
  box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5); }

.fsw-ul {
  margin: 0 auto; }
  .fsw-ul .fsw-ul-item {
    padding: 0 10px 16px 10px; }
    .fsw-ul .fsw-ul-item .widget-region {
      padding-top: 5px;
      border: 1px solid transparent; }
    .fsw-ul .fsw-ul-item .excel_pop {
      z-index: 11;
      position: fixed;
      width: 720px;
      height: 560px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      background: #fff;
      border-radius: 10px;
      overflow: hidden; }
      .fsw-ul .fsw-ul-item .excel_pop .ex_top {
        position: relative;
        line-height: 56px;
        padding: 0 30px;
        font-size: 18px;
        color: #242933;
        border-bottom: 1px solid #F2F2F2; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_top .ex_close {
          position: absolute;
          width: 18px;
          height: 18px;
          top: 19px;
          right: 30px;
          background: url(../../../stcs/omnipotent/images/icon_close.png) no-repeat center;
          background-size: contain;
          cursor: pointer; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_top .ex_close:hover {
          opacity: 0.7; }
      .fsw-ul .fsw-ul-item .excel_pop .ex_cont {
        height: 504px; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop {
          z-index: 11;
          position: fixed;
          width: 560px;
          height: 560px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          background: #fff;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          overflow: hidden; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_top {
            position: relative;
            line-height: 56px;
            padding: 0 30px;
            font-size: 18px;
            color: #242933;
            border-bottom: 1px solid #F2F2F2; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_top .unit_close {
              position: absolute;
              width: 18px;
              height: 18px;
              top: 19px;
              right: 30px;
              background: url(../../../stcs/omnipotent/images/icon_close.png) no-repeat center;
              background-size: contain;
              cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_top .unit_close:hover {
              opacity: 0.7; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont {
            height: 430px; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head {
              height: 48px;
              padding: 0 30px;
              padding-top: 16px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search {
                position: relative;
                width: 238px;
                height: 34px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search input {
                  display: block;
                  width: calc(100% - 70px);
                  height: 100%;
                  padding: 0 56px 0 14px;
                  border-radius: 20px;
                  border: 1px solid #E1E1E5; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search input:hover {
                  border: 1px solid #CCD9F3; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search input:focus {
                  border: 1px solid #CCD9F3;
                  box-shadow: 0px 0px 4px 0px #75a3ff; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search .search_clear {
                  position: absolute;
                  width: 14px;
                  height: 14px;
                  top: 10px;
                  right: 38px;
                  background: url(../../../stcs/omnipotent/images/unit_search_clear.png) no-repeat center;
                  background-size: contain;
                  cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search .search_clear:hover {
                  opacity: 0.7; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search .search_btn {
                  position: absolute;
                  width: 16px;
                  height: 16px;
                  top: 9px;
                  right: 14px;
                  background: url(../../../stcs/omnipotent/images/unit_search.png) no-repeat center;
                  background-size: contain;
                  cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_search .search_btn:hover {
                  opacity: 0.7; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_sel_all {
                line-height: 36px;
                font-size: 14px;
                color: #4C88FF;
                cursor: pointer; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_head .unit_sel_all:hover {
                opacity: 0.7; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data {
              position: relative;
              height: 366px;
              padding: 0 10px;
              overflow: auto; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_nodata {
                position: absolute;
                width: 100%;
                line-height: 20px;
                left: 0;
                top: 50%;
                margin-top: -10px;
                font-size: 14px;
                color: #A8ACB3;
                text-align: center; }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_loading {
                position: absolute;
                width: 100%;
                line-height: 20px;
                left: 0;
                top: 50%;
                margin-top: -10px;
                font-size: 14px;
                color: #A8ACB3;
                text-align: center; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_loading span {
                  display: inline-block;
                  width: 18px;
                  height: 18px;
                  vertical-align: top;
                  margin-top: 1px;
                  margin-right: 6px;
                  background: url(../../../stcs/omnipotent/images/unit_load.png) no-repeat center;
                  background-size: contain;
                  -webkit-transform: rotate(360deg);
                  animation: rotation 1s linear infinite;
                  -moz-animation: rotation 1s linear infinite;
                  -webkit-animation: rotation 1s linear infinite;
                  -o-animation: rotation 1s linear infinite; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy {
                position: relative;
                line-height: 20px;
                padding: 10px 40px 10px 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit_space {
                  display: inline-block;
                  width: 0;
                  height: 0; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit1 {
                  margin-left: 20px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit2 {
                  margin-left: 40px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit3 {
                  margin-left: 60px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit4 {
                  margin-left: 80px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit5 {
                  margin-left: 100px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit_close {
                  display: inline-block;
                  width: 12px;
                  height: 12px;
                  background: url(../../../stcs/omnipotent/images/unit_close.png) no-repeat center;
                  background-size: contain;
                  vertical-align: top;
                  margin-top: 4px;
                  margin-right: 4px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit_close.unit_open {
                  background: url(../../../stcs/omnipotent/images/unit_open.png) no-repeat center;
                  background-size: contain; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit_cpy_name {
                  font-size: 14px;
                  color: #242933; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy .unit_check {
                  position: absolute;
                  top: 13px;
                  right: 20px;
                  margin-right: 0; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_cpy:hover {
                background: #F4F7FC; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user {
                position: relative;
                padding: 10px 40px 10px 0;
                overflow: hidden;
                text-overflow: ellipsis; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit_space {
                  display: inline-block;
                  width: 0;
                  height: 0; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit1 {
                  margin-left: 20px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit2 {
                  margin-left: 40px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit3 {
                  margin-left: 60px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit4 {
                  margin-left: 80px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit5 {
                  margin-left: 100px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit_user_info {
                  display: inline-block;
                  vertical-align: top; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit_user_info .unit_user_name {
                    height: 20px;
                    line-height: 20px;
                    margin-bottom: 2px;
                    font-size: 14px;
                    color: #242933;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit_user_info .unit_user_tel {
                    height: 16px;
                    line-height: 16px;
                    font-size: 12px;
                    color: #A8ACB3;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis; }
                    .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit_user_info .unit_user_tel span {
                      margin-left: 10px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .unit_check {
                  position: absolute;
                  top: 50%;
                  right: 20px;
                  margin-right: 0;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%); }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .max1 {
                  max-width: 450px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .max2 {
                  max-width: 430px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user .max3 {
                  max-width: 410px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_cont .unit_data .unit_user:hover {
                background: #F4F7FC; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm {
            position: relative;
            line-height: 70px;
            padding: 0 30px;
            text-align: right;
            border-top: 1px solid #F2F2F2; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm .sel_num {
              position: absolute;
              line-height: 36px;
              left: 30px;
              top: 17px;
              font-size: 14px;
              color: #A8ACB3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm .sel_num em {
                font-style: normal;
                color: #4C88FF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm span {
              display: inline-block;
              width: 90px;
              height: 34px;
              line-height: 34px;
              font-size: 14px;
              text-align: center;
              border-radius: 20px;
              cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm .unit_cal {
              border: 1px solid #99BBFF;
              color: #4C88FF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm .unit_cal:hover {
              background: #F5F8FF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm .unit_sure {
              margin-left: 30px;
              border: 1px solid #4C88FF;
              background: #4C88FF;
              color: #fff;
              box-shadow: 0px 2px 8px 0px rgba(39, 111, 255, 0.3); }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop .unit_btm .unit_sure:hover {
              opacity: 0.7; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new {
          z-index: 11;
          position: fixed;
          width: 720px;
          height: 560px;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          background: #fff;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          overflow: hidden; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_top {
            position: relative;
            line-height: 56px;
            padding: 0 30px;
            font-size: 18px;
            color: #242933;
            border-bottom: 1px solid #F2F2F2; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_top .unit_close {
              position: absolute;
              width: 18px;
              height: 18px;
              top: 19px;
              right: 30px;
              background: url(../../../stcs/omnipotent/images/icon_close.png) no-repeat center;
              background-size: contain;
              cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_top .unit_close:hover {
              opacity: 0.7; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont {
            height: 430px; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head {
              height: 48px;
              padding: 0 30px;
              padding-top: 16px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_head_left {
                width: 350px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_head_right {
                width: 310px;
                line-height: 36px;
                font-size: 14px;
                color: #A8ACB3;
                text-indent: 40px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_head_right span {
                  color: #4C88FF; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search {
                position: relative;
                width: 238px;
                height: 34px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search input {
                  display: block;
                  width: calc(100% - 70px);
                  height: 100%;
                  padding: 0 56px 0 14px;
                  border-radius: 20px;
                  border: 1px solid #E1E1E5; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search input:hover {
                  border: 1px solid #CCD9F3; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search input:focus {
                  border: 1px solid #CCD9F3;
                  box-shadow: 0px 0px 4px 0px #75a3ff; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search .search_clear {
                  position: absolute;
                  width: 14px;
                  height: 14px;
                  top: 10px;
                  right: 38px;
                  background: url(../../../stcs/omnipotent/images/unit_search_clear.png) no-repeat center;
                  background-size: contain;
                  cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search .search_clear:hover {
                  opacity: 0.7; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search .search_btn {
                  position: absolute;
                  width: 16px;
                  height: 16px;
                  top: 9px;
                  right: 14px;
                  background: url(../../../stcs/omnipotent/images/unit_search.png) no-repeat center;
                  background-size: contain;
                  cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_search .search_btn:hover {
                  opacity: 0.7; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_sel_all {
                line-height: 36px;
                font-size: 14px;
                color: #4C88FF;
                cursor: pointer; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_head .unit_sel_all:hover {
                opacity: 0.7; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_left {
              width: 390px;
              height: 100%;
              overflow: auto; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right {
              width: 310px;
              height: 100%;
              overflow: auto; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis {
                min-height: 40px;
                padding-left: 20px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_cpy {
                  position: relative;
                  line-height: 20px;
                  padding: 10px 50px 10px 0;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_cpy .unit_cpy_name {
                    font-size: 14px;
                    color: #242933; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_cpy .unit_sel_del {
                    display: none;
                    position: absolute;
                    width: 14px;
                    height: 14px;
                    top: 50%;
                    right: 20px;
                    margin-top: -7px;
                    background: url(../../../stcs/omnipotent/images/icon_close.png) no-repeat center;
                    background-size: contain;
                    cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_cpy:hover .unit_sel_del {
                  display: block; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_user {
                  position: relative;
                  padding: 10px 50px 10px 0;
                  overflow: hidden;
                  text-overflow: ellipsis; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_user .unit_user_name {
                    height: 20px;
                    line-height: 20px;
                    margin-bottom: 2px;
                    font-size: 14px;
                    color: #242933;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_user .unit_user_tel {
                    height: 16px;
                    line-height: 16px;
                    font-size: 12px;
                    color: #A8ACB3;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_user .unit_sel_del {
                    display: none;
                    position: absolute;
                    width: 14px;
                    height: 14px;
                    top: 50%;
                    right: 20px;
                    margin-top: -7px;
                    background: url(../../../stcs/omnipotent/images/icon_close.png) no-repeat center;
                    background-size: contain;
                    cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis .unit_sel_user:hover .unit_sel_del {
                  display: block; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_right .unit_sel_lis:hover {
                background: #F4F7FC; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data {
              position: relative;
              height: 366px;
              padding: 0 10px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_nodata {
                position: absolute;
                width: 100%;
                line-height: 20px;
                left: 0;
                top: 50%;
                margin-top: -10px;
                font-size: 14px;
                color: #A8ACB3;
                text-align: center; }
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_loading {
                position: absolute;
                width: 100%;
                line-height: 20px;
                left: 0;
                top: 50%;
                margin-top: -10px;
                font-size: 14px;
                color: #A8ACB3;
                text-align: center; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_loading span {
                  display: inline-block;
                  width: 18px;
                  height: 18px;
                  vertical-align: top;
                  margin-top: 1px;
                  margin-right: 6px;
                  background: url(../../../stcs/omnipotent/images/unit_load.png) no-repeat center;
                  background-size: contain;
                  -webkit-transform: rotate(360deg);
                  animation: rotation 1s linear infinite;
                  -moz-animation: rotation 1s linear infinite;
                  -webkit-animation: rotation 1s linear infinite;
                  -o-animation: rotation 1s linear infinite; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy {
                position: relative;
                line-height: 20px;
                padding: 10px 40px 10px 0;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit_space {
                  display: inline-block;
                  width: 0;
                  height: 0; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit1 {
                  margin-left: 20px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit2 {
                  margin-left: 40px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit3 {
                  margin-left: 60px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit4 {
                  margin-left: 80px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit5 {
                  margin-left: 100px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit_close {
                  display: inline-block;
                  width: 12px;
                  height: 12px;
                  background: url(../../../stcs/omnipotent/images/unit_close.png) no-repeat center;
                  background-size: contain;
                  vertical-align: top;
                  margin-top: 4px;
                  margin-right: 4px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit_close.unit_open {
                  background: url(../../../stcs/omnipotent/images/unit_open.png) no-repeat center;
                  background-size: contain; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit_cpy_name {
                  font-size: 14px;
                  color: #242933; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy .unit_check {
                  position: absolute;
                  top: 13px;
                  right: 20px;
                  margin-right: 0; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_cpy:hover {
                background: #F4F7FC; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user {
                position: relative;
                padding: 10px 40px 10px 0;
                overflow: hidden;
                text-overflow: ellipsis; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit_space {
                  display: inline-block;
                  width: 0;
                  height: 0; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit1 {
                  margin-left: 20px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit2 {
                  margin-left: 40px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit3 {
                  margin-left: 60px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit4 {
                  margin-left: 80px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit5 {
                  margin-left: 100px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit_user_info {
                  display: inline-block;
                  vertical-align: top; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit_user_info .unit_user_name {
                    height: 20px;
                    line-height: 20px;
                    margin-bottom: 2px;
                    font-size: 14px;
                    color: #242933;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit_user_info .unit_user_tel {
                    height: 16px;
                    line-height: 16px;
                    font-size: 12px;
                    color: #A8ACB3;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis; }
                    .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit_user_info .unit_user_tel span {
                      margin-left: 10px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .unit_check {
                  position: absolute;
                  top: 50%;
                  right: 20px;
                  margin-right: 0;
                  -webkit-transform: translateY(-50%);
                  -moz-transform: translateY(-50%);
                  -ms-transform: translateY(-50%);
                  -o-transform: translateY(-50%); }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .max0 {
                  max-width: 320px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .max1 {
                  max-width: 280px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .max2 {
                  max-width: 260px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user .max3 {
                  max-width: 240px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_cont .unit_data .unit_user:hover {
                background: #F4F7FC; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm {
            position: relative;
            line-height: 70px;
            padding: 0 30px;
            text-align: right;
            border-top: 1px solid #F2F2F2; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm .sel_num {
              position: absolute;
              line-height: 36px;
              left: 30px;
              top: 17px;
              font-size: 14px;
              color: #A8ACB3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm .sel_num em {
                font-style: normal;
                color: #4C88FF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm span {
              display: inline-block;
              width: 90px;
              height: 34px;
              line-height: 34px;
              font-size: 14px;
              text-align: center;
              border-radius: 20px;
              cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm .unit_cal {
              border: 1px solid #99BBFF;
              color: #4C88FF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm .unit_cal:hover {
              background: #F5F8FF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm .unit_sure {
              margin-left: 30px;
              border: 1px solid #4C88FF;
              background: #4C88FF;
              color: #fff;
              box-shadow: 0px 2px 8px 0px rgba(39, 111, 255, 0.3); }
            .fsw-ul .fsw-ul-item .excel_pop .ex_cont .unit_pop_new .unit_btm .unit_sure:hover {
              opacity: 0.7; }
      .fsw-ul .fsw-ul-item .excel_pop .ex_import {
        height: calc(100% - 30px);
        padding: 0 30px 30px 30px; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_info {
          height: 30px;
          line-height: 30px;
          font-size: 12px;
          color: #A8ACB3;
          text-align: center; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload {
          height: calc(100% - 32px);
          border: 1px solid #CAD5E6;
          border-radius: 4px; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type {
            padding: 20px 40px 0 40px; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .imp_type_title {
              line-height: 20px;
              font-size: 14px;
              color: #656A73;
              font-weight: bold; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per {
              display: inline-block;
              position: relative;
              width: 178px;
              height: 32px;
              margin-right: 30px;
              margin-bottom: 14px;
              border-radius: 4px;
              vertical-align: top; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_txt_input {
                width: calc(100% - 28px);
                height: 100%;
                padding: 0 14px 0 14px;
                vertical-align: top;
                border: 1px solid #E1E2E5;
                border-radius: 4px;
                font-size: 14px;
                color: #242933; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_txt_input:hover {
                border: 1px solid #CCD9F3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_txt_input:focus {
                box-shadow: 0px 0px 4px 0px #75a3ff;
                border: 1px solid #CCD9F3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_sel_input {
                width: calc(100% - 40px);
                height: 100%;
                padding: 0 26px 0 14px;
                vertical-align: top;
                border: 1px solid #E1E2E5;
                border-radius: 4px;
                font-size: 14px;
                color: #242933;
                cursor: pointer;
                text-align: center; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_sel_input:hover {
                border: 1px solid #CCD9F3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_per_uls {
                z-index: 5;
                position: absolute;
                width: 176px;
                max-height: 268px;
                height: auto;
                padding: 6px 2px;
                top: 36px;
                background: #fff;
                box-shadow: 0px 2px 12px 0px rgba(175, 185, 204, 0.75);
                border-radius: 6px;
                overflow: auto; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_per_uls .opt_per_lis {
                  line-height: 30px;
                  padding: 0 18px;
                  font-size: 14px;
                  color: #242933;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_per_uls .opt_per_lis:hover {
                  background: #F4F7FC; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_type .opt_search_per .opt_per_uls .opt_per_lis.select {
                  color: #4C88FF; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_upload_info {
            min-height: 98px;
            padding: 20px 40px 0 40px; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_upload_info .imp_upload_title {
              line-height: 20px;
              margin-bottom: 1px;
              font-size: 14px;
              color: #656A73;
              font-weight: bold; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_upload_info .imp_upload_word {
              line-height: 24px;
              font-size: 14px;
              color: #656A73; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_upload_info .imp_upload_word span {
                color: #4C88FF;
                text-decoration: underline;
                cursor: pointer; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_upload_info .imp_upload_word span:hover {
                opacity: .7; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_download {
            line-height: 20px;
            padding-top: 155px;
            font-size: 14px;
            color: #7D8FB3;
            text-align: center;
            cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_download span {
              display: inline-block;
              width: 16px;
              height: 16px;
              background: url(../../../stcs/omnipotent/images/icon_ex_download.png) no-repeat center;
              background-size: contain;
              vertical-align: top;
              margin-top: 2px;
              margin-right: 4px; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_upload_btn {
            position: relative;
            width: 168px;
            height: 44px;
            line-height: 44px;
            margin: 0 auto;
            margin-top: 20px;
            background: #4C88FF;
            border-radius: 33px;
            font-size: 16px;
            color: #fff;
            text-align: center;
            box-shadow: 0px 3px 12px 0px rgba(39, 125, 255, 0.3);
            cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload .imp_upload_btn input {
              position: absolute;
              width: 100%;
              height: 100%;
              top: 0;
              left: 0;
              font-size: 0;
              opacity: 0;
              cursor: pointer; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_import .imp_upload.move {
          background: #F1F6FF;
          opacity: 0.5; }
      .fsw-ul .fsw-ul-item .excel_pop .ex_preview {
        height: 100%;
        padding: 0 30px; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_top {
          line-height: 60px;
          font-size: 14px;
          color: #656A73; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table {
          height: calc(100% - 130px);
          overflow: auto; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table {
            border-collapse: collapse;
            table-layout: fixed;
            margin: 0;
            padding: 0;
            user-select: none;
            -webkit-user-select: none;
            word-break: break-all;
            word-wrap: break-word; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table thead tr {
              height: 36px;
              border: 1px solid #EBEDF0;
              background: #F5F6F7; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table tbody {
              background: #fff; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table tbody tr {
                height: 48px; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table tbody:hover {
              background: #F4F7FC; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table tbody.hover {
              background: #F4F7FC; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table tbody.select {
              border: 1px solid #D6E4FF;
              background: #eaf1ff; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table th {
              min-width: 100px;
              padding: 0 10px 0 16px;
              border-left: 1px solid #E6E6E6;
              font-size: 12px;
              color: #A8ACB3;
              font-weight: normal;
              text-align: left;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table td {
              padding: 0 10px 0 16px;
              position: relative;
              height: 48px;
              border: 1px solid #EBEDF0;
              font-size: 13px;
              color: #656A73;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table td span {
                cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .no_import {
              background: #e9e9e9;
              color: #91A1B7; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .ofinherit {
              padding: 0 5px;
              overflow: inherit; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per {
              display: inline-block;
              position: relative;
              width: 100%;
              height: 32px;
              border-radius: 4px;
              vertical-align: middle;
              background: #fff; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_txt_input {
                width: calc(100% - 28px);
                height: 100%;
                padding: 0 14px 0 14px;
                vertical-align: top;
                border: 1px solid #E1E2E5;
                border-radius: 4px;
                font-size: 12px;
                color: #242933; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_txt_input:hover {
                border: 1px solid #CCD9F3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_txt_input:focus {
                box-shadow: 0px 0px 4px 0px #75a3ff;
                border: 1px solid #CCD9F3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_sel_input {
                width: calc(100% - 40px);
                height: 100%;
                padding: 0 26px 0 14px;
                background: url("../images/unit_open.png") no-repeat center right 14px;
                background-size: 10px 10px;
                vertical-align: top;
                border: 1px solid #E1E2E5;
                border-radius: 4px;
                font-size: 12px;
                color: #242933;
                cursor: pointer; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_sel_input:hover {
                border: 1px solid #CCD9F3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_sel_input:focus {
                box-shadow: 0px 0px 4px 0px #75a3ff;
                border: 1px solid #CCD9F3; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_box {
                z-index: 5;
                position: absolute;
                top: 36px;
                width: 100%;
                min-height: 160px;
                background: #fff;
                box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
                border-radius: 4px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top {
                position: relative;
                height: 32px;
                box-shadow: inset 0px -1px 0px 0px #D0D3D9; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top input {
                  display: block;
                  position: absolute;
                  top: 0;
                  left: 0;
                  z-index: 1;
                  width: 100%;
                  height: 100%;
                  box-sizing: border-box !important;
                  padding: 0 10px 0 30px;
                  border: none;
                  background: none;
                  font-size: 13px;
                  color: #484F5D; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top input ::-webkit-input-placeholder {
                    /* WebKit browsers */
                    color: #8F97A8; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top input ::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #8F97A8; }
                  .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top input :-ms-input-placeholder {
                    /* Internet Explorer 10+ */
                    color: #8F97A8; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top .icon-search {
                  position: absolute;
                  top: 7px;
                  left: 10px;
                  font-size: 16px; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top .icon-search:before {
                  color: #8F97A8; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_top input:focus + .icon-search:before {
                  color: #4C88FF; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_search_tip {
                box-sizing: border-box !important;
                padding: 0 10px;
                font-size: 13px;
                color: #8F97A8;
                line-height: 32px; }
              .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_uls {
                max-height: 150px;
                height: auto;
                overflow: auto; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_uls .opt_per_lis {
                  line-height: 30px;
                  padding: 0 10px;
                  font-size: 12px;
                  color: #242933;
                  overflow: hidden;
                  white-space: nowrap;
                  text-overflow: ellipsis;
                  cursor: pointer; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_uls .opt_per_lis:hover {
                  background: #F4F7FC; }
                .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table .opt_search_per .opt_per_uls .opt_per_lis.select {
                  color: #4C88FF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.link {
              color: #4C88FF;
              cursor: pointer; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.orange {
              color: #FFBD56; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.yellow {
              color: #FFBD56; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.gray {
              color: #989A9F; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.blue {
              color: #5076D6; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.red {
              color: #FF6E60; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.green {
              color: #68D8BF; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.violet {
              color: #986DF9; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_table table span.lightGray {
              color: #BABBC0; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_btm {
          line-height: 70px;
          text-align: right;
          border-top: 1px solid #F2F2F2; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_btm span {
            display: inline-block;
            width: 90px;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
            text-align: center;
            border-radius: 20px;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_btm .btn_pre {
            border: 1px solid #99BBFF;
            color: #4C88FF; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_btm .btn_pre:hover {
            background: #F5F8FF; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_btm .btn_imp {
            margin-left: 30px;
            border: 1px solid #4C88FF;
            background: #4C88FF;
            color: #fff;
            box-shadow: 0px 2px 8px 0px rgba(39, 111, 255, 0.3); }
          .fsw-ul .fsw-ul-item .excel_pop .ex_preview .prv_btm .btn_imp:hover {
            opacity: 0.7; }
      .fsw-ul .fsw-ul-item .excel_pop .ex_result {
        height: 100%;
        padding: 0 30px; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont {
          position: relative;
          height: calc(100% - 70px); }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_loading {
            position: absolute;
            width: 100%;
            line-height: 20px;
            left: 0;
            top: 50%;
            margin-top: -50px;
            font-size: 14px;
            color: #A8ACB3;
            text-align: center; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_loading span {
              display: inline-block;
              width: 24px;
              height: 24px;
              vertical-align: top;
              margin-top: 1px;
              margin-right: 6px;
              background: url(../../../stcs/omnipotent/images/unit_load.png) no-repeat center;
              background-size: contain;
              -webkit-transform: rotate(360deg);
              animation: rotation 1s linear infinite;
              -moz-animation: rotation 1s linear infinite;
              -webkit-animation: rotation 1s linear infinite;
              -o-animation: rotation 1s linear infinite; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_success {
            position: absolute;
            width: 100%;
            line-height: 24px;
            left: 0;
            top: 50%;
            margin-top: -12px;
            font-size: 18px;
            color: #656A73;
            text-align: center; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_success span {
              display: inline-block;
              width: 24px;
              height: 24px;
              background: url(../../../stcs/omnipotent/images/import_suc.png) no-repeat center;
              background-size: contain;
              vertical-align: top;
              margin-right: 10px; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_success em {
              margin-left: 4px;
              margin-right: 4px;
              color: #1DB48B;
              font-style: normal; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_error {
            position: absolute;
            width: 100%;
            line-height: 24px;
            left: 0;
            top: 50%;
            margin-top: -12px;
            font-size: 18px;
            color: #656A73;
            text-align: center; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_error span {
              display: inline-block;
              width: 24px;
              height: 24px;
              background: url(../../../stcs/omnipotent/images/import_error.png) no-repeat center;
              background-size: contain;
              vertical-align: top;
              margin-right: 10px; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_error em {
              margin-left: 4px;
              margin-right: 4px;
              color: #1DB48B;
              font-style: normal; }
            .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_cont .res_error b {
              margin-left: 4px;
              margin-right: 4px;
              color: #FF704D;
              font-style: normal; }
        .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_btm {
          line-height: 70px;
          text-align: right;
          border-top: 1px solid #F2F2F2; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_btm span {
            display: inline-block;
            width: 90px;
            height: 34px;
            line-height: 34px;
            font-size: 14px;
            text-align: center;
            border-radius: 20px;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_btm .btn_exp {
            width: 128px;
            border: 1px solid #99BBFF;
            color: #4C88FF; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_btm .btn_exp:hover {
            background: #F5F8FF; }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_btm .btn_suc {
            margin-left: 30px;
            border: 1px solid #4C88FF;
            background: #4C88FF;
            color: #fff;
            box-shadow: 0px 2px 8px 0px rgba(39, 111, 255, 0.3); }
          .fsw-ul .fsw-ul-item .excel_pop .ex_result .res_btm .btn_suc:hover {
            opacity: 0.7; }
    .fsw-ul .fsw-ul-item .fsw-ul-title {
      position: relative;
      line-height: 16px;
      font-size: 14px;
      color: #202020;
      font-weight: 600; }
      .fsw-ul .fsw-ul-item .fsw-ul-title span::before {
        content: '*';
        position: absolute;
        top: 3px;
        left: -9px;
        color: #FF4C26;
        font-weight: bold; }
      .fsw-ul .fsw-ul-item .fsw-ul-title .lineClamp {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis; }
    .fsw-ul .fsw-ul-item .fsw-ul-aside {
      line-height: 16px;
      margin-top: 2px;
      font-size: 12px;
      color: #898989; }
    .fsw-ul .fsw-ul-item .fsw-ul-imgs {
      margin-top: 2px;
      overflow: hidden; }
      .fsw-ul .fsw-ul-item .fsw-ul-imgs .grouped_images {
        float: left;
        width: 48px;
        height: 48px;
        margin: 4px 4px 0 0;
        overflow: hidden;
        cursor: pointer; }
        .fsw-ul .fsw-ul-item .fsw-ul-imgs .grouped_images img {
          display: block;
          width: 100%;
          height: 100%; }
    .fsw-ul .fsw-ul-item .sub_loading {
      z-index: 10;
      position: absolute;
      width: calc(100% - 2px);
      height: calc(100% - 2px);
      top: 1px;
      left: 1px;
      background: #fff;
      border-radius: 0.08rem; }
      .fsw-ul .fsw-ul-item .sub_loading .loading_icon {
        position: absolute;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        margin-top: -8px;
        margin-left: -8px;
        background: url(../images/sub_loading.gif) no-repeat center;
        background-size: contain; }
    .fsw-ul .fsw-ul-item .loca_tip {
      line-height: 12px;
      margin-top: 8px;
      font-size: 12px;
      color: #C0C0C3; }
    .fsw-ul .fsw-ul-item .g_reim_detail {
      margin-top: 8px;
      padding: 10px;
      background: #FFFFFF;
      border-radius: 4px;
      border: 1px solid #DEDFE0; }
      .fsw-ul .fsw-ul-item .g_reim_detail .g_rd_title {
        line-height: 18px;
        font-size: 12px;
        color: #202020;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
        .fsw-ul .fsw-ul-item .g_reim_detail .g_rd_title em {
          display: inline-block;
          min-width: 6px;
          height: 18px;
          padding: 0 6px;
          background: #E0EFFF;
          border-radius: 9px;
          line-height: 18px;
          font-size: 12px;
          color: #006CE2;
          text-align: center; }
        .fsw-ul .fsw-ul-item .g_reim_detail .g_rd_title span {
          width: 14px;
          height: 14px;
          margin-top: 2px;
          background: url(../images/fsw_sign_del.png) no-repeat center;
          background-size: contain;
          font-size: 0;
          cursor: pointer; }
        .fsw-ul .fsw-ul-item .g_reim_detail .g_rd_title .moreCheck {
          display: inline-block;
          width: 16px;
          height: 16px;
          background: url(../images/icon_checkbox.png) no-repeat center;
          background-size: contain;
          vertical-align: top;
          margin-top: 1px;
          margin-right: 11px;
          cursor: pointer; }
        .fsw-ul .fsw-ul-item .g_reim_detail .g_rd_title .moreCheck.select {
          background: url(../images/icon_checkbox_check.png) no-repeat center;
          background-size: contain; }
          .fsw-ul .fsw-ul-item .g_reim_detail .g_rd_title .moreCheck.select.forbiden {
            background: url(../images/icon_checkbox_forbid.png) no-repeat center;
            background-size: contain;
            cursor: not-allowed; }
        .fsw-ul .fsw-ul-item .g_reim_detail .g_rd_title .moreCheck.forbiden {
          background: #f1f1f2;
          cursor: not-allowed; }
      .fsw-ul .fsw-ul-item .g_reim_detail .widget-landr-layout .widget-title-area {
        width: 64px; }
      .fsw-ul .fsw-ul-item .g_reim_detail .widget-landr-layout .widget-write-area {
        width: calc(100% - 72px); }
    .fsw-ul .fsw-ul-item .g_reim_detail.flicker * {
      background: inherit !important; }
    .fsw-ul .fsw-ul-item .loc_inp_wrapper {
      position: relative; }
      .fsw-ul .fsw-ul-item .loc_inp_wrapper .sel_loc {
        width: 100%;
        height: 32px;
        border: none;
        line-height: 32px;
        cursor: pointer;
        text-align: center;
        background: #F9F9FA; }
      .fsw-ul .fsw-ul-item .loc_inp_wrapper .loc_detail {
        width: calc(100% - 38px);
        box-sizing: content-box !important;
        padding: 0 30px 0 8px;
        overflow: hidden;
        text-align: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis; }
      .fsw-ul .fsw-ul-item .loc_inp_wrapper .clear_loc {
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        right: 7px;
        cursor: pointer;
        background: #FF5E5E;
        border-radius: 50%;
        transform: translateY(-50%); }
        .fsw-ul .fsw-ul-item .loc_inp_wrapper .clear_loc::after {
          content: "";
          width: 10px;
          height: 2px;
          background: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
    .fsw-ul .fsw-ul-item .pop_mask {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      z-index: 24;
      height: 100vh;
      background: rgba(249, 249, 250, 0.7); }
      .fsw-ul .fsw-ul-item .pop_mask .conf_clear_pop {
        width: 300px;
        min-height: 214px; }
        .fsw-ul .fsw-ul-item .pop_mask .conf_clear_pop .form_open_title {
          padding-top: 22px; }
        .fsw-ul .fsw-ul-item .pop_mask .conf_clear_pop .form_open_cont {
          text-align: center;
          padding: 28px 30px;
          line-height: 58px; }
        .fsw-ul .fsw-ul-item .pop_mask .conf_clear_pop .form_open_btm .cancel {
          margin-right: 8px; }
    .fsw-ul .fsw-ul-item .g_add_btn {
      margin-top: 13px; }
      .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim {
        display: inline-block;
        line-height: 18px;
        font-size: 12px;
        color: #006CE2;
        cursor: pointer; }
        .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn {
          display: inline-flex;
          font-size: 14px;
          line-height: 16px;
          vertical-align: top;
          margin-top: 1px; }
          .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn .upright {
            width: 21px;
            color: #D8D8D8;
            text-align: center; }
          .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn .icon-add, .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn .icon-delete-trash {
            width: 16px;
            height: 16px;
            font-size: 16px;
            margin-right: 10px; }
          .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn .icon-delete-trash:before {
            color: #006CE2; }
          .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn.noClick {
            color: #898989;
            cursor: not-allowed; }
            .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn.noClick .icon-delete-trash:before {
              color: #898989; }
            .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn.noClick span {
              background: url(../images/icon_add_pic_forbidden.png) no-repeat center;
              background-size: contain; }
            .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .add_btn.noClick .icon_batch_del {
              background: url(../images/icon_dpt_del_forbiden.png) no-repeat center;
              background-size: contain; }
        .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim span {
          display: inline-block;
          width: 14px;
          height: 14px;
          background: url(../images/icon_add_pic.png) no-repeat center;
          background-size: contain;
          vertical-align: top;
          margin-top: 2px;
          margin-right: 4px; }
        .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim label {
          color: #C0C0C3; }
        .fsw-ul .fsw-ul-item .g_add_btn .g_add_reim .icon_batch_del {
          display: inline-block;
          width: 14px;
          height: 14px;
          background: url(../images/icon_dpt_del.png) no-repeat center;
          background-size: contain;
          vertical-align: top;
          margin-top: 2px;
          margin-right: 2px; }
      .fsw-ul .fsw-ul-item .g_add_btn .g_totle_list {
        padding-top: 10px; }
        .fsw-ul .fsw-ul-item .g_add_btn .g_totle_list .g_toltle_per {
          line-height: 16px;
          margin-bottom: 6px;
          font-size: 12px;
          color: #202020; }
      .fsw-ul .fsw-ul-item .g_add_btn .g_totle {
        line-height: 16px;
        font-size: 12px;
        color: #202020; }
    .fsw-ul .fsw-ul-item .batch_del_area {
      height: 32px;
      margin-top: 3px;
      line-height: 32px;
      font-size: 14px;
      color: #4D4D4D; }
      .fsw-ul .fsw-ul-item .batch_del_area .ml12 {
        margin-left: 12px; }
      .fsw-ul .fsw-ul-item .batch_del_area .moreCheck {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../images/icon_checkbox.png) no-repeat center;
        background-size: contain;
        vertical-align: top;
        margin-top: 8px;
        margin-right: 10px;
        cursor: pointer; }
        .fsw-ul .fsw-ul-item .batch_del_area .moreCheck.half {
          background: url(../images/half_checked.png) no-repeat center;
          background-size: contain; }
          .fsw-ul .fsw-ul-item .batch_del_area .moreCheck.half + span {
            color: #006CE2; }
        .fsw-ul .fsw-ul-item .batch_del_area .moreCheck.select {
          background: url(../images/icon_checkbox_check.png) no-repeat center;
          background-size: contain; }
          .fsw-ul .fsw-ul-item .batch_del_area .moreCheck.select + span {
            color: #006CE2; }
          .fsw-ul .fsw-ul-item .batch_del_area .moreCheck.select.forbiden {
            background: url(../images/icon_checkbox_forbid.png) no-repeat center;
            background-size: contain;
            cursor: not-allowed; }
        .fsw-ul .fsw-ul-item .batch_del_area .moreCheck.forbiden {
          background: #f1f1f2;
          cursor: not-allowed; }
      .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns {
        width: 149px;
        height: 32px;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
        .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn {
          padding: 0 10px;
          line-height: 32px;
          text-align: center;
          cursor: pointer; }
          .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn.batch_del {
            position: relative;
            color: #FF4C26; }
            .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn.batch_del:before {
              content: '';
              position: absolute;
              width: 1px;
              height: 14px;
              top: 9px;
              left: 0;
              background: #D8D8D8; }
            .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn.batch_del .icon_batch_del {
              background: url("../images/icon_batch_del.png") no-repeat center;
              background-size: contain; }
            .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn.batch_del .icon-delete-trash:before {
              color: #FF4C26; }
          .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn.disable {
            color: #C0C0C3;
            cursor: not-allowed; }
            .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn.disable .icon_batch_del {
              background: url("../images/icon_batch_del_forbiden.png") no-repeat center;
              background-size: contain; }
            .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn.disable .icon-delete-trash:before {
              color: #C0C0C3; }
          .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn i {
            display: inline-block;
            width: 16px;
            height: 16px;
            font-size: 16px;
            vertical-align: top;
            margin-top: 8px;
            margin-right: 10px; }
          .fsw-ul .fsw-ul-item .batch_del_area .batch_del_btns .batch_btn .icon_batch_cal {
            background: url("../images/icon_batch_cal.png") no-repeat center;
            background-size: contain; }
    .fsw-ul .fsw-ul-item .btn_noclick {
      cursor: not-allowed !important;
      opacity: .6; }
    .fsw-ul .fsw-ul-item .fsw-date-input:after {
      content: '';
      z-index: 2;
      position: absolute;
      width: 31px;
      height: 32px;
      top: 0;
      right: 0;
      border-left: 1px solid #e0e0e0;
      background: url(../images/icon_time_w.png) no-repeat center;
      background-size: 20px 20px;
      cursor: pointer; }
    .fsw-ul .fsw-ul-item .fsw-ul-input {
      position: relative;
      min-height: 32px;
      margin-top: 10px; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .loca_btn {
        height: 32px;
        padding: 0 8px;
        background: #F9F9FA;
        line-height: 32px;
        color: #C0C0C3;
        text-align: center;
        cursor: not-allowed;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .inputM {
        width: calc(100% - 22px);
        height: 32px;
        padding: 0 10px;
        font-size: 14px;
        color: #202020;
        border: 1px solid #DEDFE0;
        border-radius: 4px; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .icon-inputM {
        width: calc(100% - 44px);
        padding-right: 32px; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .inputM.error {
        border: 1px solid #FF7A93;
        box-shadow: 0px 0px 6px 0px rgba(255, 122, 147, 0.5); }
      .fsw-ul .fsw-ul-item .fsw-ul-input .inputM:focus {
        box-shadow: 0px 0px 6px 0px rgba(0, 122, 255, 0.5);
        border: 1px solid #007AFF; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .inputM:focus + .w_data_icon {
        border-left: 1px solid #006CE2; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .input_no {
        color: #C0C0C3;
        border: 1px solid transparent;
        background: #F9F9FA;
        cursor: not-allowed; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .input_no:focus {
        box-shadow: none;
        border: 1px solid transparent; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .date_input_wrap {
        position: relative; }
        .fsw-ul .fsw-ul-item .fsw-ul-input .date_input_wrap::before {
          content: attr(placeholder);
          position: absolute;
          transform: translateY(-50%);
          top: 50%;
          left: 10px;
          color: #c0c0c3;
          font-size: 12px; }
        .fsw-ul .fsw-ul-item .fsw-ul-input .date_input_wrap .date_inputM {
          text-align: left; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .date_input_wrap.has_value::before {
        display: none; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .date_inputM {
        width: calc(100% - 42px);
        height: 30px;
        padding: 0 30px 0 10px;
        font-size: 12px;
        color: #202020;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        background: url(../images/icon_time_w.png) no-repeat center right 6px;
        background-size: 20px 20px;
        background-color: #fff;
        text-overflow: ellipsis; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .error {
        box-shadow: 0px 0px 6px 0px rgba(255, 122, 147, 0.5);
        border: 1px solid #FF7A93; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .w_data_icon {
        z-index: 2;
        position: absolute;
        width: 31px;
        height: 32px;
        top: 0;
        right: 0;
        border-left: 1px solid #e0e0e0;
        background: url(../images/icon_time_w.png) no-repeat center;
        background-size: 20px 20px;
        cursor: pointer; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .ampm {
        position: relative;
        margin-top: 8px; }
        .fsw-ul .fsw-ul-item .fsw-ul-input .ampm .ampm_input {
          width: calc(100% - 44px);
          height: 30px;
          padding: 0 32px 0 10px;
          font-size: 12px;
          text-align: left;
          color: #202020;
          font-weight: 400;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          background: url(../images/icon_input.png) no-repeat center right 6px;
          background-size: 20px 20px;
          cursor: pointer;
          background-color: #fff; }
        .fsw-ul .fsw-ul-item .fsw-ul-input .ampm .ampm_input:focus {
          color: #006CE2;
          box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
          border: 1px solid #006CE2; }
        .fsw-ul .fsw-ul-item .fsw-ul-input .ampm .ampm_ul {
          z-index: 3;
          position: absolute;
          width: calc(100% - 2px);
          max-height: 150px;
          left: 0;
          top: 34px;
          overflow: auto;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          background: #fff; }
          .fsw-ul .fsw-ul-item .fsw-ul-input .ampm .ampm_ul .ampm_li {
            line-height: 30px;
            padding: 0 9px;
            font-size: 12px;
            color: #898989;
            font-weight: 400;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .fsw-ul-input .ampm .ampm_ul .ampm_li:hover {
            background: #F9F9FA; }
          .fsw-ul .fsw-ul-item .fsw-ul-input .ampm .ampm_ul .ampm_li.checked {
            color: #006CE2;
            background: #E0EFFF; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_input_btn {
        height: 30px;
        padding: 0 10px;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        background: #fff;
        font-size: 12px;
        color: #C0C0C3;
        text-align: center;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .dept_input_btn {
        width: calc(100% - 22px);
        height: 30px;
        padding: 0 10px;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        background: #fff;
        font-size: 12px;
        color: #C0C0C3;
        text-align: center;
        cursor: pointer; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .noIcon {
        background: #fff; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_res {
        min-height: 30px;
        padding: 4px 4px 0 4px;
        margin-bottom: 10px;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        overflow: hidden;
        background: #fff; }
        .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_res .ctat_per {
          position: relative;
          max-width: 100px;
          height: 24px;
          line-height: 24px;
          padding: 0 7px;
          margin-right: 4px;
          margin-bottom: 4px;
          background: #E0EFFF;
          border-radius: 2px;
          font-size: 12px;
          color: #006CE2;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
          .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_res .ctat_per .ctat_del {
            display: none;
            position: absolute;
            width: 100%;
            height: 24px;
            line-height: 24px;
            top: 0;
            left: 0;
            font-size: 0;
            color: #fff;
            text-align: center;
            border-radius: 2px;
            background-color: #FF7A93;
            background-image: url(../images/ctat_del.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px 14px;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_res .ctat_per .head_pic {
            width: 18px;
            height: 18px;
            border-radius: 50%;
            vertical-align: top;
            margin-top: 3px;
            margin-right: 3px; }
          .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_res .ctat_per .dept_head {
            display: inline-block;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            vertical-align: top;
            margin-top: 3px;
            margin-right: 4px;
            background: #006CE2; }
            .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_res .ctat_per .dept_head .icon_dept {
              display: inline-block;
              width: 18px;
              height: 18px;
              background: url("../images/icon_dept.png") no-repeat center/contain; }
        .fsw-ul .fsw-ul-item .fsw-ul-input .ctat_res .ctat_per:hover .ctat_del {
          display: block; }
      .fsw-ul .fsw-ul-item .fsw-ul-input .drop-select-pop {
        position: absolute;
        width: 100%; }
    .fsw-ul .fsw-ul-item .must_tip {
      display: block;
      line-height: 16px;
      margin-top: 6px;
      font-size: 14px;
      color: #56BF89; }
    .fsw-ul .fsw-ul-item .must_info {
      display: inline-block;
      line-height: 16px;
      margin-top: 6px;
      font-size: 14px;
      color: #FF7A93; }
    .fsw-ul .fsw-ul-item .limit_tip {
      display: inline-block;
      line-height: 16px;
      margin-top: 6px;
      margin-right: 4px;
      font-size: 14px;
      color: #898989; }
    .fsw-ul .fsw-ul-item .date_input_wrap {
      position: relative; }
      .fsw-ul .fsw-ul-item .date_input_wrap::before {
        content: attr(placeholder);
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
        left: 10px;
        color: #c0c0c3;
        font-size: 12px; }
      .fsw-ul .fsw-ul-item .date_input_wrap input {
        text-align: left;
        background: #fff; }
    .fsw-ul .fsw-ul-item .date_input_wrap.has_value::before {
      display: none; }
    .fsw-ul .fsw-ul-item .fsw-ul-inputM {
      position: relative;
      margin-top: 10px;
      padding: 7px 10px;
      border-radius: 4px;
      border: 1px solid #DEDFE0;
      background: #FFF; }
      .fsw-ul .fsw-ul-item .fsw-ul-inputM .fsw-ul-edit {
        min-height: 50px;
        line-height: 16px;
        font-size: 12px;
        color: #202020;
        border: 0;
        outline: none; }
        .fsw-ul .fsw-ul-item .fsw-ul-inputM .fsw-ul-edit a {
          color: #0099ff;
          text-decoration: underline;
          cursor: pointer; }
    .fsw-ul .fsw-ul-item .fsw-ul-inputM.error {
      box-shadow: 0px 0px 6px 0px rgba(255, 122, 147, 0.5);
      border: 1px solid #FF7A93; }
    .fsw-ul .fsw-ul-item .fsw-textarea:focus-within {
      box-shadow: 0px 0px 6px 0px rgba(0, 122, 255, 0.5);
      border: 1px solid #007AFF; }
    .fsw-ul .fsw-ul-item .fsw-ul-check {
      position: relative;
      min-height: 40px;
      margin-top: 10px; }
      .fsw-ul .fsw-ul-item .fsw-ul-check .li {
        max-width: 100%;
        line-height: 26px;
        padding: 3px 0;
        font-size: 12px;
        color: #202020; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .li .icon-blank {
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-top: 5px;
          margin-right: 10px;
          background: url(../images/icon_radio.png) no-repeat center;
          background-size: contain;
          vertical-align: top; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .li .moreCheck {
          display: inline-block;
          width: 16px;
          height: 16px;
          margin-top: 5px;
          margin-right: 10px;
          background: url(../images/icon_checkbox.png) no-repeat center;
          background-size: contain;
          vertical-align: top; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .li span {
          display: inline-block;
          max-width: calc(100% - 26px);
          width: auto;
          word-break: break-word; }
          .fsw-ul .fsw-ul-item .fsw-ul-check .li span.other_span {
            flex-shrink: 0; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .li .other_input {
          width: 48px;
          min-width: 48px;
          height: 24px;
          font-size: 12px;
          color: #898989;
          outline: none;
          border: none;
          cursor: inherit;
          background: none;
          border-bottom: 1px solid #C0C0C3; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .li .option-text-input {
          position: relative;
          display: block;
          min-width: 64px;
          width: calc(100% - 20px);
          height: 30px;
          margin-top: 3px;
          padding: 0 9px;
          font-size: 14px;
          color: #4D4D4D;
          border-radius: 4px;
          border: 1px solid #DEDFE0;
          background: #FFF; }
          .fsw-ul .fsw-ul-item .fsw-ul-check .li .option-text-input:focus {
            box-shadow: 0px 0px 6px 0px rgba(0, 122, 255, 0.5);
            border: 1px solid #007AFF; }
          .fsw-ul .fsw-ul-item .fsw-ul-check .li .option-text-input.error {
            box-shadow: 0px 0px 6px 0px rgba(255, 122, 147, 0.5);
            border: 1px solid #FF7A93 !important; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .li .option-text-must {
          position: relative; }
          .fsw-ul .fsw-ul-item .fsw-ul-check .li .option-text-must:after {
            content: '*';
            position: absolute;
            top: 3px;
            left: -9px;
            color: #FF4C26;
            font-weight: bold; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .li.other_option span {
          flex-shrink: 0; }
      .fsw-ul .fsw-ul-item .fsw-ul-check .li:hover {
        background: #F9F9FA; }
      .fsw-ul .fsw-ul-item .fsw-ul-check .select {
        color: #006CE2; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .select .icon-blank {
          background: url(../images/icon_radio_check.png) no-repeat center;
          background-size: contain; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .select .moreCheck {
          background: url(../images/icon_checkbox_check.png) no-repeat center;
          background-size: contain; }
        .fsw-ul .fsw-ul-item .fsw-ul-check .select .other_input {
          color: #006CE2; }
      .fsw-ul .fsw-ul-item .fsw-ul-check .no_select {
        opacity: .4; }
    .fsw-ul .fsw-ul-item .horizontal-check {
      min-height: auto; }
      .fsw-ul .fsw-ul-item .horizontal-check .li .option-text-input {
        width: 91px;
        padding: 0 0 0 9px; }
      .fsw-ul .fsw-ul-item .horizontal-check .li:not(:last-child) {
        padding-right: 16px; }
    .fsw-ul .fsw-ul-item .matrix_check {
      min-height: auto; }
      .fsw-ul .fsw-ul-item .matrix_check.column1 .li {
        width: 100%; }
      .fsw-ul .fsw-ul-item .matrix_check.column2 .li {
        width: 50%; }
      .fsw-ul .fsw-ul-item .matrix_check.column3 .li {
        width: 33.33%; }
      .fsw-ul .fsw-ul-item .matrix_check.column4 .li {
        width: 25%; }
      .fsw-ul .fsw-ul-item .matrix_check.column5 .li {
        width: 20%; }
      .fsw-ul .fsw-ul-item .matrix_check.column6 .li {
        width: 16.66%; }
      .fsw-ul .fsw-ul-item .matrix_check .li {
        padding-right: 16px;
        align-items: flex-start;
        box-sizing: border-box !important; }
        .fsw-ul .fsw-ul-item .matrix_check .li span {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
        .fsw-ul .fsw-ul-item .matrix_check .li .other_span {
          flex-shrink: 0; }
    .fsw-ul .fsw-ul-item .fsw-ul-slider {
      position: relative;
      min-height: 32px;
      height: auto;
      margin-top: 10px; }
      .fsw-ul .fsw-ul-item .fsw-ul-slider .slider {
        height: 32px; }
        .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_left {
          width: 60px;
          height: 32px; }
          .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_left .slider_input {
            width: calc(100% - 22px);
            height: 30px;
            padding: 0 10px;
            border: 1px solid #DEDFE0;
            border-radius: 4px;
            font-size: 12px;
            color: #202020;
            text-align: center; }
          .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_left .slider_input:focus {
            border: 1px solid #006CE2;
            box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5); }
        .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right {
          position: relative;
          width: calc(100% - 70px);
          height: 32px;
          margin-left: 10px; }
          .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right .fsw_slider_cont {
            position: absolute;
            width: 100%;
            height: auto;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%); }
          .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right .slider_line {
            position: relative;
            height: 8px;
            background: #F1F1F2;
            border-radius: 2px; }
          .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right .slider_line_bar {
            position: absolute;
            width: 0;
            height: 8px;
            top: 0;
            left: 0;
            background: #006CE2;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px; }
          .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right .slider_line_icon {
            position: absolute;
            width: 32px;
            height: 14px;
            top: -3px;
            left: 0;
            line-height: 14px;
            font-size: 12px;
            color: #202020;
            text-align: center;
            background: #fff;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
            border-radius: 2px;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right .pgs_info {
            height: 14px;
            margin-top: 6px; }
            .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right .pgs_info span {
              line-height: 14px;
              font-size: 12px;
              color: #999999; }
            .fsw-ul .fsw-ul-item .fsw-ul-slider .slider .slider_right .pgs_info .pgs_info_right {
              text-align: right; }
    .fsw-ul .fsw-ul-item .g_li_right {
      position: relative;
      margin-top: 10px; }
      .fsw-ul .fsw-ul-item .g_li_right .chose_input {
        width: calc(100% - 44px);
        height: 30px;
        padding: 0 32px 0 10px;
        font-size: 12px;
        color: #202020;
        font-weight: 400;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        background: url(../images/icon_chose_down.png) no-repeat center right 6px;
        background-size: 20px 20px;
        cursor: pointer; }
      .fsw-ul .fsw-ul-item .g_li_right .chose_input:focus {
        color: #006CE2;
        box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
        border: 1px solid #006CE2; }
      .fsw-ul .fsw-ul-item .g_li_right .chose_input_arrow {
        position: absolute;
        right: 6px;
        top: 6px;
        width: 20px;
        height: 20px;
        background: url(../images/icon_arrow_input.png) no-repeat center/contain; }
      .fsw-ul .fsw-ul-item .g_li_right .gsel_search {
        z-index: 4;
        position: absolute;
        width: calc(100% - 2px);
        min-height: 182px;
        left: 0;
        top: 34px;
        background: #fff;
        border-left: 1px solid #DEDFE0;
        border-right: 1px solid #DEDFE0;
        border-bottom: 1px solid #DEDFE0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }
        .fsw-ul .fsw-ul-item .g_li_right .gsel_search .gsel_sch_top {
          position: relative;
          height: 30px;
          border-bottom: 1px solid #DEDFE0; }
          .fsw-ul .fsw-ul-item .g_li_right .gsel_search .gsel_sch_top .gsel_sch_input {
            width: calc(100% - 38px);
            padding: 0 10px 0 28px;
            height: 30px;
            font-size: 12px;
            color: #898989;
            border: none;
            outline: none;
            background: url(../images/icon_search.png) no-repeat center left 6px;
            background-size: 20px 20px; }
          .fsw-ul .fsw-ul-item .g_li_right .gsel_search .gsel_sch_top .gsel_sch_input:focus {
            background: url(../images/icon_search_focus.png) no-repeat center left 6px;
            background-size: 20px 20px; }
      .fsw-ul .fsw-ul-item .g_li_right .gsel_sch_loading {
        line-height: 30px;
        padding: 0 9px;
        font-size: 12px;
        color: #C0C0C3; }
      .fsw-ul .fsw-ul-item .g_li_right .gsel_sch_add {
        line-height: 30px;
        font-size: 12px;
        color: #006CE2;
        text-align: center;
        cursor: pointer; }
      .fsw-ul .fsw-ul-item .g_li_right .g_f_sel {
        max-height: 150px;
        overflow: auto; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_sel .g_f_opt {
          display: flex;
          line-height: 30px;
          padding: 0 9px;
          font-size: 12px;
          color: #202020;
          font-weight: 400;
          cursor: pointer; }
          .fsw-ul .fsw-ul-item .g_li_right .g_f_sel .g_f_opt span {
            flex-shrink: 0; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_sel .g_f_opt.default {
          color: #C0C0C3; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_sel .g_f_opt:hover {
          background: #F9F9FA; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_sel .g_f_opt.checked {
          color: #006CE2;
          background: #E0EFFF; }
      .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel {
        max-height: 150px;
        overflow: auto; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt {
          line-height: 30px;
          padding: 0 9px;
          font-size: 12px;
          color: #202020;
          font-weight: 400;
          cursor: pointer; }
          .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt .icon-blank {
            display: inline-block;
            width: 16px;
            height: 16px;
            flex-shrink: 0;
            margin-top: 5px;
            margin-right: 6px;
            background: url(../images/icon_radio.png) no-repeat center;
            background-size: contain;
            vertical-align: top;
            margin-top: 7px; }
          .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt .moreCheck {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-top: 5px;
            margin-right: 6px;
            background: url(../images/icon_checkbox.png) no-repeat center;
            background-size: contain;
            vertical-align: top;
            margin-top: 7px; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt.default {
          color: #C0C0C3; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt:hover {
          background: #F9F9FA; }
        .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt.checked {
          color: #006CE2;
          background: #fff; }
          .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt.checked .icon-blank {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-top: 5px;
            margin-right: 6px;
            background: url(../images/icon_radio_check.png) no-repeat center;
            background-size: contain;
            vertical-align: top;
            margin-top: 7px; }
          .fsw-ul .fsw-ul-item .g_li_right .g_f_multsel .g_f_opt.checked .moreCheck {
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-top: 5px;
            margin-right: 6px;
            background: url(../images/icon_checkbox_check.png) no-repeat center;
            background-size: contain;
            vertical-align: top;
            margin-top: 7px; }
      .fsw-ul .fsw-ul-item .g_li_right .other_option .option_disabled {
        opacity: 0.6; }
      .fsw-ul .fsw-ul-item .g_li_right .other_option input[type="text"] {
        min-width: 48px;
        margin-left: 5px;
        border: none;
        border-bottom: 1px solid #898989;
        background: initial;
        color: inherit; }
      .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per {
        position: relative;
        width: 170px;
        margin-right: 20px; }
        .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per .mult_input {
          width: calc(100% - 44px);
          height: 30px;
          padding: 0 32px 0 10px;
          font-size: 12px;
          color: #202020;
          font-weight: 400;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          background: url(../images/icon_input.png) no-repeat center right 6px;
          background-size: 20px 20px;
          cursor: pointer; }
        .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per .mult_input:focus {
          color: #006CE2;
          box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
          border: 1px solid #006CE2; }
        .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per .mult_uls {
          z-index: 4;
          position: absolute;
          width: calc(100% - 2px);
          max-height: 150px;
          left: 0;
          top: 34px;
          overflow: auto;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          background: #fff; }
          .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per .mult_uls .mult_lis {
            line-height: 30px;
            padding: 0 9px;
            font-size: 12px;
            color: #202020;
            font-weight: 400;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per .mult_uls .mult_lis:hover {
            background: #F9F9FA; }
          .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per .mult_uls .mult_lis.checked {
            color: #006CE2;
            background: #E0EFFF; }
      .fsw-ul .fsw-ul-item .g_li_right .gmust_sel_per:last-child {
        margin-right: 0; }
    .fsw-ul .fsw-ul-item .g_li_right_mult {
      background-color: #fff;
      border-radius: 4px; }
      .fsw-ul .fsw-ul-item .g_li_right_mult .chose_input {
        background: none; }
    .fsw-ul .fsw-ul-item .g_li_right_selected .chose_input {
      box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
      border: 1px solid #006CE2; }
    .fsw-ul .fsw-ul-item .g_li_right_selected .chose_input_arrow {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg); }
    .fsw-ul .fsw-ul-item .fsw_sign_cont {
      position: relative;
      height: 62px;
      margin-top: 8px; }
      .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res {
        height: 62px;
        border-radius: 4px;
        background: #fff; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_btn {
          height: 60px;
          line-height: 60px;
          font-size: 12px;
          color: #C0C0C3;
          text-align: center;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          cursor: pointer; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_btn:hover {
          box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
          border: 1px solid #006CE2;
          color: #006CE2; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_nosign {
          height: 62px;
          line-height: 62px;
          font-size: 12px;
          color: #C0C0C3;
          text-align: center;
          background: #F9F9FA;
          cursor: default; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_img {
          height: 60px;
          line-height: 60px;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          text-align: center; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_img img {
            display: inline-block;
            width: 115px;
            height: 52px;
            vertical-align: top;
            margin-top: 3px;
            border: 1px solid #006CE2; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_new {
          height: 60px;
          line-height: 60px;
          border: 1px solid #DEDFE0;
          border-radius: 4px; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_new .sign_img_wrap {
            width: calc(100% - 29px);
            height: 52px;
            line-height: 52px;
            margin-top: 3px;
            margin-left: 3px;
            border: 1px solid #006CE2;
            font-size: 0; }
            .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_new .sign_img_wrap img {
              max-height: 100%;
              max-width: 100%; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_sign_res .fsw_sign_new .fsw_sign_del {
            width: 14px;
            height: 14px;
            margin-top: 23px;
            margin-right: 5px;
            background: url(../images/fsw_sign_del.png) no-repeat center;
            background-size: contain;
            cursor: pointer;
            border: none; }
      .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code {
        position: absolute;
        width: 140px;
        height: 158px;
        right: -151px;
        top: 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: 1px solid #DEDFE0;
        background: #fff; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code .fsw_code_title {
          height: 0;
          font-size: 0; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code .fsw_code_info {
          position: relative;
          width: 120px;
          height: 120px;
          margin: 0 auto; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code .fsw_code_info .fsw_code_shade {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(241, 241, 241, 0.8);
            line-height: 98px;
            font-size: 12px;
            color: #898989;
            text-align: center;
            font-weight: 400;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code .fsw_code_info .fsw_code_img {
            width: 120px;
            height: 120px; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code .fsw_code_tip {
          line-height: 16px;
          margin-top: 6px;
          font-size: 12px;
          color: #C0C0C3;
          text-align: center;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
      .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save {
        position: absolute;
        width: 170px;
        height: 138px;
        padding: 0 10px;
        right: -201px;
        top: 0;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: 1px solid #DEDFE0;
        background: #fff; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save .fsw_save_title {
          line-height: 16px;
          padding: 10px 0;
          font-size: 12px;
          color: #202020;
          font-weight: 400; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save .fsw_save_img {
          height: 60px;
          line-height: 60px;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          text-align: center; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save .fsw_save_img img {
            display: inline-block;
            width: 115px;
            height: 52px;
            border: 1px solid #006CE2;
            vertical-align: top;
            margin-top: 3px; }
        .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save .fsw_save_btm {
          height: 18px;
          line-height: 18px;
          margin-top: 10px;
          text-align: right; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save .fsw_save_btm span {
            font-size: 12px;
            color: #898989;
            cursor: pointer; }
          .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save .fsw_save_btm .sure {
            margin-left: 10px;
            color: #006CE2; }
    .fsw-ul .fsw-ul-item .fsw-ul-pic, .fsw-ul .fsw-ul-item .fsw-ul-annex {
      position: relative;
      margin-top: 10px; }
      .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile {
        float: left;
        width: calc(100% - 2px);
        height: 60px;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        background-color: #FFF; }
        .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile dt, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile dt {
          position: relative;
          float: left;
          width: 60px;
          height: 60px; }
          .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile dt img, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile dt img {
            display: block;
            width: 48px;
            height: 48px;
            margin: 0 auto;
            margin-top: 6px;
            border-radius: 4px;
            background-color: #f1f1f2; }
          .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile dt .grate, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile dt .grate {
            position: absolute;
            width: 48px;
            max-height: 48px;
            height: 0;
            left: 6px;
            bottom: 6px;
            background: rgba(0, 0, 0, 0.4);
            border-radius: 4px; }
        .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile dd, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile dd {
          position: relative;
          float: left;
          width: calc(100% - 60px);
          height: 60px; }
          .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile dd .gmultitle, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile dd .gmultitle {
            line-height: 16px;
            padding: 6px 6px 0 0;
            font-size: 12px;
            color: #898989;
            white-space: normal;
            word-break: break-all;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
          .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile dd .gmulsize, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile dd .gmulsize {
            line-height: 18px;
            font-size: 12px;
            color: #C0C0C3; }
          .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile dd .save-close, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile dd .save-close {
            display: none;
            position: absolute;
            width: 18px;
            height: 18px;
            top: -9px;
            right: -9px;
            background: url(../../../mobile/new/images/icon_delete.png) no-repeat center;
            background-size: contain;
            border-radius: 50%;
            cursor: pointer; }
      .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile:hover .save-close, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile:hover .save-close {
        display: block; }
      .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile:last-child, .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile:last-child {
        margin-right: 0; }
    .fsw-ul .fsw-ul-item .btn-pic, .fsw-ul .fsw-ul-item .btn-annex {
      position: relative;
      min-width: 131px;
      max-width: 223px;
      height: 30px;
      border: 1px solid #006CE2;
      background: #E0EFFF;
      line-height: 30px;
      font-size: 12px;
      color: #006CE2;
      text-align: center;
      border-radius: 4px;
      cursor: pointer; }
      .fsw-ul .fsw-ul-item .btn-pic span, .fsw-ul .fsw-ul-item .btn-annex span {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(../images/icon_add_pic.png) no-repeat center;
        background-size: contain;
        vertical-align: top;
        margin-top: 8px;
        margin-right: 6px; }
      .fsw-ul .fsw-ul-item .btn-pic input, .fsw-ul .fsw-ul-item .btn-annex input {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        font-size: 0;
        cursor: pointer; }
  .fsw-ul .fsw-ul-item-signature .widget-write-area,
  .fsw-ul .fsw-ul-item-button .widget-write-area,
  .fsw-ul .fsw-ul-item-relateddata .widget-write-area,
  .fsw-ul .fsw-ul-item-relatedaprv .widget-write-area,
  .fsw-ul .fsw-ul-item-livevideo .widget-write-area,
  .fsw-ul .fsw-ul-item-location .widget-write-area,
  .fsw-ul .fsw-ul-item-belonger .widget-write-area,
  .fsw-ul .fsw-ul-item-imageocr .widget-write-area {
    min-width: 133px;
    max-width: 225px; }
    .fsw-ul .fsw-ul-item-signature .widget-write-area .btn-pic, .fsw-ul .fsw-ul-item-signature .widget-write-area .btn-annex,
    .fsw-ul .fsw-ul-item-button .widget-write-area .btn-pic,
    .fsw-ul .fsw-ul-item-button .widget-write-area .btn-annex,
    .fsw-ul .fsw-ul-item-relateddata .widget-write-area .btn-pic,
    .fsw-ul .fsw-ul-item-relateddata .widget-write-area .btn-annex,
    .fsw-ul .fsw-ul-item-relatedaprv .widget-write-area .btn-pic,
    .fsw-ul .fsw-ul-item-relatedaprv .widget-write-area .btn-annex,
    .fsw-ul .fsw-ul-item-livevideo .widget-write-area .btn-pic,
    .fsw-ul .fsw-ul-item-livevideo .widget-write-area .btn-annex,
    .fsw-ul .fsw-ul-item-location .widget-write-area .btn-pic,
    .fsw-ul .fsw-ul-item-location .widget-write-area .btn-annex,
    .fsw-ul .fsw-ul-item-belonger .widget-write-area .btn-pic,
    .fsw-ul .fsw-ul-item-belonger .widget-write-area .btn-annex,
    .fsw-ul .fsw-ul-item-imageocr .widget-write-area .btn-pic,
    .fsw-ul .fsw-ul-item-imageocr .widget-write-area .btn-annex {
      width: auto; }
    .fsw-ul .fsw-ul-item-signature .widget-write-area .ctat_ul_input p,
    .fsw-ul .fsw-ul-item-button .widget-write-area .ctat_ul_input p,
    .fsw-ul .fsw-ul-item-relateddata .widget-write-area .ctat_ul_input p,
    .fsw-ul .fsw-ul-item-relatedaprv .widget-write-area .ctat_ul_input p,
    .fsw-ul .fsw-ul-item-livevideo .widget-write-area .ctat_ul_input p,
    .fsw-ul .fsw-ul-item-location .widget-write-area .ctat_ul_input p,
    .fsw-ul .fsw-ul-item-belonger .widget-write-area .ctat_ul_input p,
    .fsw-ul .fsw-ul-item-imageocr .widget-write-area .ctat_ul_input p {
      display: flex; }
      .fsw-ul .fsw-ul-item-signature .widget-write-area .ctat_ul_input p .ctat_input_btn,
      .fsw-ul .fsw-ul-item-button .widget-write-area .ctat_ul_input p .ctat_input_btn,
      .fsw-ul .fsw-ul-item-relateddata .widget-write-area .ctat_ul_input p .ctat_input_btn,
      .fsw-ul .fsw-ul-item-relatedaprv .widget-write-area .ctat_ul_input p .ctat_input_btn,
      .fsw-ul .fsw-ul-item-livevideo .widget-write-area .ctat_ul_input p .ctat_input_btn,
      .fsw-ul .fsw-ul-item-location .widget-write-area .ctat_ul_input p .ctat_input_btn,
      .fsw-ul .fsw-ul-item-belonger .widget-write-area .ctat_ul_input p .ctat_input_btn,
      .fsw-ul .fsw-ul-item-imageocr .widget-write-area .ctat_ul_input p .ctat_input_btn {
        flex: 1;
        width: auto;
        max-width: 203px;
        min-width: 111px; }
  .fsw-ul .fsw-ul-item-imagebox .btn-pic, .fsw-ul .fsw-ul-item-imagebox .btn-annex, .fsw-ul .fsw-ul-item-fileupload .btn-pic, .fsw-ul .fsw-ul-item-fileupload .btn-annex, .fsw-ul .fsw-ul-item-videobox .btn-pic, .fsw-ul .fsw-ul-item-videobox .btn-annex {
    margin-top: 10px; }
  .fsw-ul .fsw-ul-item-contact .ctat_ul_input p,
  .fsw-ul .fsw-ul-item-department .ctat_ul_input p {
    display: flex; }
    .fsw-ul .fsw-ul-item-contact .ctat_ul_input p .ctat_input_btn,
    .fsw-ul .fsw-ul-item-department .ctat_ul_input p .ctat_input_btn {
      flex: 1;
      width: auto;
      max-width: 203px;
      min-width: 111px; }
  .fsw-ul .fsw-ul-item-rate .widget-prev-structure {
    display: flex; }
  .fsw-ul .fsw-ul-instruct .fsw-ul-aside p {
    line-height: 1.2;
    word-break: break-word; }
  .fsw-ul .fsw-ul-instruct .fsw-ul-input {
    display: none; }
  .fsw-ul .fsw-ul-instruct .fsw-ul-imgs {
    margin-top: 10px; }
    .fsw-ul .fsw-ul-instruct .fsw-ul-imgs .up_file_title {
      line-height: 16px;
      margin-bottom: 12px;
      font-size: 12px;
      color: #C0C0C3; }
  .fsw-ul .fsw-ul-instruct .show_file {
    width: calc(100% - 22px);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #898989;
    border: 1px dashed #DEDFE0;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer; }
    .fsw-ul .fsw-ul-instruct .show_file .show_file_icon {
      display: inline-block;
      width: 14px;
      height: 14px;
      background: url(../images/link_icon.png) no-repeat center;
      background-size: contain;
      vertical-align: top;
      margin-top: 8px;
      margin-right: 6px; }
    .fsw-ul .fsw-ul-instruct .show_file .show_file_name {
      display: inline-block;
      line-height: 30px;
      max-width: 80%;
      vertical-align: top;
      font-size: 12px;
      color: #898989;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      cursor: pointer; }
    .fsw-ul .fsw-ul-instruct .show_file .show_file_size {
      margin-left: 3px;
      color: #C0C0C3; }
  .fsw-ul .fsw-ul-instruct .show_file:hover {
    background: #F9F9FA; }
  .fsw-ul .noClick .fsw-ul-title {
    position: relative;
    line-height: 16px;
    font-size: 14px;
    font-weight: 600; }
    .fsw-ul .noClick .fsw-ul-title span::before {
      content: '*';
      position: absolute;
      top: 3px;
      left: -8px;
      color: #FF4C26;
      font-weight: bold; }
  .fsw-ul .noClick .fsw-ul-check .li {
    opacity: .7;
    cursor: not-allowed; }
  .fsw-ul .noClick .fsw-textarea {
    position: relative;
    margin-top: 8px;
    padding: 7px 10px;
    border-radius: 4px;
    color: #898989;
    border: 1px solid transparent;
    background: #F9F9FA;
    cursor: not-allowed; }
    .fsw-ul .noClick .fsw-textarea .fsw-ul-edit {
      color: #898989; }
  .fsw-ul .noClick .fsw-ul-input .fsw-ul-rich {
    padding: 7px 10px;
    background: #F9F9FA;
    cursor: not-allowed; }
  .fsw-ul .noClick .fsw-ul-input .inputM {
    width: calc(100% - 22px);
    color: #898989;
    border: 1px solid transparent;
    background: #F9F9FA;
    cursor: not-allowed;
    padding: 0 10px;
    text-overflow: ellipsis; }
  .fsw-ul .noClick .fsw-ul-input .text_pc {
    width: calc(100% - 22px);
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    color: #898989;
    border: 1px solid transparent;
    background: #F9F9FA;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: not-allowed; }
    .fsw-ul .noClick .fsw-ul-input .text_pc a {
      color: #0099ff;
      text-decoration: underline;
      cursor: pointer; }
  .fsw-ul .noClick .fsw-ul-input .inputM:focus {
    color: #898989;
    box-shadow: none;
    background: #F9F9FA;
    border: 1px solid transparent; }
  .fsw-ul .noClick .fsw-ul-input .w_data_icon {
    background: url(../images/icon_time_g.png) no-repeat center;
    background-size: 16px;
    border-left: none; }
  .fsw-ul .noClick .fsw-ul-input .inputM:focus + .w_data_icon {
    border-left: none; }
  .fsw-ul .noClick .fsw-ul-input .ctat_input_btn {
    border: 1px solid transparent;
    background: #F9F9FA;
    cursor: not-allowed; }
  .fsw-ul .noClick .fsw-ul-input .ctat_res {
    border: 1px solid transparent;
    background: #F9F9FA; }
    .fsw-ul .noClick .fsw-ul-input .ctat_res .ctat_per {
      background: #F1F1F2;
      color: #898989;
      cursor: not-allowed; }
    .fsw-ul .noClick .fsw-ul-input .ctat_res .ctat_per:hover .ctat_del {
      display: none; }
  .fsw-ul .noClick .fsw-ul-slider .slider .slider_left .slider_input {
    color: #898989;
    border: none;
    background: #F9F9FA; }
  .fsw-ul .noClick .fsw-ul-slider .slider .slider_left .slider_input:focus {
    border: none;
    box-shadow: none; }
  .fsw-ul .noClick .fsw-ul-slider .slider .slider_right .slider_line_bar {
    background: #DEDFE0; }
  .fsw-ul .noClick .fsw-ul-slider .slider .slider_right .slider_line_icon {
    border: 1px solid #DEDFE0;
    background: #F9F9FA;
    box-shadow: none;
    color: #898989;
    cursor: pointer; }
  .fsw-ul .noClick .g_li_right .chose_input {
    border: 1px solid transparent;
    background-color: #F9F9FA;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 20px 20px;
    color: #898989;
    cursor: not-allowed; }
  .fsw-ul .noClick .g_li_right .chose_input:focus {
    color: #898989;
    box-shadow: none;
    border: 1px solid transparent; }
  .fsw-ul .noClick .g_li_right .gmust_sel_per .mult_input {
    border: 1px solid transparent;
    background-color: #F9F9FA;
    background-image: url(../images/icon_input_noClick.png);
    background-repeat: no-repeat;
    background-position: center right 6px;
    background-size: 20px 20px;
    color: #898989;
    cursor: not-allowed; }
  .fsw-ul .noClick .g_li_right .gmust_sel_per .mult_input:focus {
    color: #898989;
    box-shadow: none;
    border: 1px solid transparent; }
  .fsw-ul .noClick .fsw_sign_cont .fsw_sign_res .fsw_sign_img {
    height: 60px;
    line-height: 60px;
    border: 1px solid transparent;
    background: #F9F9FA;
    border-radius: 4px;
    text-align: center; }
    .fsw-ul .noClick .fsw_sign_cont .fsw_sign_res .fsw_sign_img img {
      opacity: .7; }
  .fsw-ul .fsw-ul-item.w25 .btn-pic {
    width: auto; }
  .fsw-ul .fsw-ul-item.w25 .btn-annex {
    width: auto; }
  .fsw-ul .fsw-ul-item.w25 .fsw_sign_res {
    width: auto; }
  .fsw-ul .fsw-ul-item.w25 .gmust_sel_per {
    width: auto;
    margin-right: 0; }
  .fsw-ul .w25 {
    display: inline-block;
    vertical-align: top;
    width: calc(25% - 20px); }
    .fsw-ul .w25 .matrix_check .li {
      width: 100%; }
  .fsw-ul .w33 {
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 20px); }
    .fsw-ul .w33 .matrix_check .li {
      width: 50%; }
  .fsw-ul .w50 {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px); }
    .fsw-ul .w50 .matrix_check .li {
      width: 33.33%; }
  .fsw-ul .w66 {
    display: inline-block;
    vertical-align: top;
    width: calc(66.66% - 20px); }
    .fsw-ul .w66 .matrix_check .li {
      width: 25%; }
  .fsw-ul .w75 {
    display: inline-block;
    vertical-align: top;
    width: calc(75% - 20px); }
    .fsw-ul .w75 .matrix_check .li {
      width: 25%; }
  .fsw-ul .w100 {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 20px); }
    .fsw-ul .w100 .matrix_check .li {
      width: 16.66%; }

.detailcombox {
  padding: 0 20px; }
  .detailcombox .fsw-ul-title {
    padding: 12px 0; }
  .detailcombox .detailbox {
    z-index: 3;
    position: relative;
    min-width: auto;
    min-height: auto;
    background: none !important;
    margin: 0;
    border: none;
    border-radius: 4px;
    overflow: auto; }

.detailbox {
  position: relative;
  margin-bottom: 8px; }
  .detailbox * {
    box-sizing: border-box !important; }
  .detailbox .component-form {
    box-sizing: content-box !important; }
    .detailbox .component-form * {
      box-sizing: content-box !important; }
  .detailbox .row-head {
    z-index: 6;
    position: relative;
    width: 68px;
    padding-bottom: 28px; }
    .detailbox .row-head .head-label {
      background: #fff;
      width: 68px;
      height: 35px;
      border: 1px solid #e0e0e0;
      border-top-left-radius: 3px; }
    .detailbox .row-head .row-num {
      position: relative;
      width: 68px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #fcfcfd;
      border-left: solid 1px #e0e0e0;
      border-right: solid 1px #e0e0e0; }
    .detailbox .row-head .row-num:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #e0e0e0; }
    .detailbox .row-head .row-num:last-child {
      border-bottom: solid 1px #e0e0e0;
      border-bottom-left-radius: 3px; }
  .detailbox .subform-container {
    position: absolute;
    top: 0;
    left: 68px;
    right: 0;
    bottom: 0;
    padding: 0 0 28px 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .detailbox .row-empty {
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 160px;
    text-align: center;
    align-items: center;
    color: #91A1B7;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: none;
    display: none;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .detailbox .row-empty span {
      -webkit-box-flex: 0 0 100%;
      -moz-box-flex: 0 0 100%;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  .detailbox .half {
    width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .detailbox .row-item {
    position: relative;
    padding-top: 35px; }
    .detailbox .row-item .item-label {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 35px;
      padding: 5px;
      line-height: 25px;
      color: #6e85a1;
      border-top: solid 1px #e0e0e0;
      border-bottom: solid 1px #e0e0e0;
      background: #fff;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      .detailbox .row-item .item-label span {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url(../images/star.png) no-repeat center;
        background-size: contain;
        vertical-align: top;
        margin-top: 7px;
        margin-right: 4px; }
    .detailbox .row-item .row-field {
      position: relative;
      background: #fff;
      height: 40px;
      padding: 5px; }
    .detailbox .row-item .row-field:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #e0e0e0; }
    .detailbox .row-item .row-field-width {
      width: 180px; }
    .detailbox .row-item .sf_editinput {
      height: 30px; }
      .detailbox .row-item .sf_editinput .editinput {
        width: 100%;
        height: 100%;
        padding: 0 8px;
        border: 1px solid #DEDFE0;
        font-size: 12px;
        color: #4d4d4d; }
    .detailbox .row-item .sf_dateinput {
      height: 30px; }
      .detailbox .row-item .sf_dateinput .dateinput {
        width: 100%;
        height: 100%;
        padding: 0 28px 0 8px;
        font-size: 12px;
        color: #b0b0b0;
        border: 1px solid #DEDFE0;
        background: url(../images/subform_sj.png) no-repeat center right 6px;
        background-size: 20px 20px;
        cursor: pointer; }
    .detailbox .row-item .sf_signature {
      position: relative;
      height: 30px;
      border: 1px solid #DEDFE0;
      overflow: hidden;
      cursor: pointer; }
      .detailbox .row-item .sf_signature .signature_img {
        height: 26px;
        width: 26px;
        vertical-align: top;
        margin-top: 1px;
        margin-left: 1px; }
      .detailbox .row-item .sf_signature .signature_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_qm.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_radiocheck {
      position: relative;
      height: 30px; }
      .detailbox .row-item .sf_radiocheck .radiocheck_result {
        z-index: 1;
        position: relative;
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .detailbox .row-item .sf_radiocheck .radiocheck_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_dx.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_select {
      position: relative;
      height: 30px; }
      .detailbox .row-item .sf_select .select_result {
        z-index: 1;
        position: relative;
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .detailbox .row-item .sf_select .select_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_xl.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_address {
      position: relative;
      height: 30px; }
      .detailbox .row-item .sf_address .address_result {
        width: 100%;
        height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        background: url(../images/subform_dz.png) no-repeat center right 6px;
        background-size: 20px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
    .detailbox .row-item .sf_location {
      position: relative;
      height: 30px; }
      .detailbox .row-item .sf_location .location_result {
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        font-size: 12px;
        color: #b0b0b0;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .detailbox .row-item .sf_location .location_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_dw.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_img {
      position: relative;
      height: auto; }
      .detailbox .row-item .sf_img .img_result {
        z-index: 1;
        position: relative;
        min-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .detailbox .row-item .sf_img .img_result .img_res_uls {
          overflow: hidden; }
          .detailbox .row-item .sf_img .img_result .img_res_uls .img_res_lis {
            width: 26px;
            height: 26px;
            margin: 1px 0 0 2px;
            pointer-events: none; }
            .detailbox .row-item .sf_img .img_result .img_res_uls .img_res_lis img {
              display: block;
              width: 100%;
              height: 100%; }
      .detailbox .row-item .sf_img .img_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_tp.png) no-repeat center;
        background-size: 20px 20px; }
      .detailbox .row-item .sf_img .video_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_sp.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_img_check {
      position: relative;
      height: auto; }
      .detailbox .row-item .sf_img_check .img_check_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 28px 0 2px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .detailbox .row-item .sf_img_check .img_check_result .img_check_uls {
          overflow: hidden; }
          .detailbox .row-item .sf_img_check .img_check_result .img_check_uls .img_check_lis {
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            color: #4D4D4D;
            margin: 3px 0 0 2px;
            pointer-events: none; }
            .detailbox .row-item .sf_img_check .img_check_result .img_check_uls .img_check_lis img {
              width: 24px;
              height: 24px;
              margin-right: 4px;
              vertical-align: top; }
      .detailbox .row-item .sf_img_check .img_check_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_tp.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_file {
      position: relative;
      height: auto; }
      .detailbox .row-item .sf_file .file_result {
        z-index: 1;
        position: relative;
        min-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .detailbox .row-item .sf_file .file_result .file_res_uls {
          overflow: hidden; }
          .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis {
            width: 26px;
            height: 26px;
            margin: 1px 0 0 2px;
            pointer-events: none; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .file_info {
              height: 100%; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis img {
              display: block;
              width: 100%;
              height: 100%; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .file-type {
              display: block;
              width: 100%;
              height: 100%; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .image {
              background: url("../../fore/images/icons/common.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .video {
              background: url("../../fore/images/icons/mp4.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .ppt {
              background: url("../../fore/images/icons/ppt.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .txt {
              background: url("../../fore/images/icons/txt.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .excel {
              background: url("../../fore/images/icons/xls.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .word {
              background: url("../../fore/images/icons/doc.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .pdf {
              background: url("../../fore/images/icons/pdf.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .audio {
              background: url("../../fore/images/icons/mp3.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .zip {
              background: url("../../fore/images/icons/zip.png") no-repeat center/cover; }
            .detailbox .row-item .sf_file .file_result .file_res_uls .file_res_lis .unkown {
              background: url("../../fore/images/icons/common.png") no-repeat center/cover; }
      .detailbox .row-item .sf_file .file_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_fj.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_live {
      position: relative;
      height: 30px; }
      .detailbox .row-item .sf_live .live_result {
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        font-size: 12px;
        color: #b0b0b0;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .detailbox .row-item .sf_live .live_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_zb.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_department {
      position: relative;
      height: 30px; }
      .detailbox .row-item .sf_department .department_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 26px 0 0;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .detailbox .row-item .sf_department .department_result .department_result_name {
          line-height: 30px;
          padding: 0 5px;
          font-size: 12px;
          color: #b0b0b0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .detailbox .row-item .sf_department .department_result .ctat_res {
          overflow: hidden; }
          .detailbox .row-item .sf_department .department_result .ctat_res .ctat_per {
            position: relative;
            max-width: 100px;
            height: 24px;
            line-height: 24px;
            padding: 0 2px;
            margin-left: 2px;
            margin-top: 3px;
            background: #E0EFFF;
            border-radius: 2px;
            font-size: 12px;
            color: #006CE2;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .detailbox .row-item .sf_department .department_result .ctat_res .ctat_per .ctat_del {
              display: none;
              position: absolute;
              width: 100%;
              height: 24px;
              line-height: 24px;
              top: 0;
              left: 0;
              font-size: 0;
              color: #fff;
              text-align: center;
              border-radius: 2px;
              background-color: #FF7A93;
              background-image: url(../images/ctat_del.png);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 14px 14px;
              cursor: pointer; }
          .detailbox .row-item .sf_department .department_result .ctat_res .ctat_per:hover .ctat_del {
            display: block; }
      .detailbox .row-item .sf_department .department_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_bm.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_contacts {
      position: relative;
      height: 30px; }
      .detailbox .row-item .sf_contacts .contacts_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 26px 0 0;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .detailbox .row-item .sf_contacts .contacts_result .contacts_result_name {
          line-height: 30px;
          padding: 0 5px;
          font-size: 12px;
          color: #b0b0b0;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .detailbox .row-item .sf_contacts .contacts_result .ctat_res {
          overflow: hidden; }
          .detailbox .row-item .sf_contacts .contacts_result .ctat_res .ctat_per {
            position: relative;
            max-width: 100px;
            height: 24px;
            line-height: 24px;
            padding: 0 2px;
            margin-left: 2px;
            margin-top: 3px;
            background: #E0EFFF;
            border-radius: 2px;
            font-size: 12px;
            color: #006CE2;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .detailbox .row-item .sf_contacts .contacts_result .ctat_res .ctat_per .ctat_del {
              display: none;
              position: absolute;
              width: 100%;
              height: 24px;
              line-height: 24px;
              top: 0;
              left: 0;
              font-size: 0;
              color: #fff;
              text-align: center;
              border-radius: 2px;
              background-color: #FF7A93;
              background-image: url(../images/ctat_del.png);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 14px 14px;
              cursor: pointer; }
          .detailbox .row-item .sf_contacts .contacts_result .ctat_res .ctat_per:hover .ctat_del {
            display: block; }
      .detailbox .row-item .sf_contacts .contacts_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_lxr.png) no-repeat center;
        background-size: 20px 20px; }
    .detailbox .row-item .sf_sliderinput {
      height: 30px; }
      .detailbox .row-item .sf_sliderinput .sliderinput {
        width: 100%;
        height: 100%;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        background: url(../images/subform_hd.png) no-repeat center right 6px;
        background-size: 20px 20px;
        cursor: pointer; }
    .detailbox .row-item .form-widget-mask {
      line-height: normal;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: transparent;
      padding: 2px 6px; }
      .detailbox .row-item .form-widget-mask .icon_copy {
        display: none;
        z-index: 5;
        position: absolute;
        width: 38px;
        height: 38px;
        right: 50px;
        bottom: -19px;
        font-size: 0;
        background: url("../images/copy_item.png") no-repeat center;
        background-size: contain; }
      .detailbox .row-item .form-widget-mask .icon_copy:hover {
        background: url("../images/copy_item_hover.png") no-repeat center;
        background-size: contain; }
      .detailbox .row-item .form-widget-mask .icon_del {
        display: none;
        z-index: 5;
        position: absolute;
        width: 38px;
        height: 38px;
        right: 10px;
        bottom: -19px;
        font-size: 0;
        background: url("../images/del_item.png") no-repeat center;
        background-size: contain; }
      .detailbox .row-item .form-widget-mask .icon_del:hover {
        background: url("../images/del_item_hover.png") no-repeat center;
        background-size: contain; }
  .detailbox .row-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1; }
  .detailbox .row-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    z-index: 4; }
  .detailbox .active .form-widget-mask .icon_copy {
    display: block; }
  .detailbox .active .form-widget-mask .icon_del {
    display: block; }
  .detailbox .active:after {
    border: 1px solid #54b3ff; }

.fsw-ul-mask .btn_copy {
  z-index: 4; }

.fsw-ul-mask .icon-del {
  z-index: 4; }

.fl-widget * {
  box-sizing: border-box !important; }
.fl-widget .fui_subform {
  position: relative;
  max-width: 100%;
  overflow: hidden; }
  .fl-widget .fui_subform .fix-col-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 36px;
    line-height: 35px;
    font-size: 12px;
    color: #898989;
    background: #fff;
    border: 1px solid transparent;
    border-right-color: #DEDFE0;
    border-bottom-color: #DEDFE0;
    border-top-left-radius: 3px;
    text-align: center;
    cursor: pointer; }
  .fl-widget .fui_subform .row_head {
    position: relative;
    width: 40px;
    cursor: pointer;
    text-align: center;
    height: 35px;
    background: #fcfcfd; }
  .fl-widget .fui_subform .subform-head {
    position: relative;
    max-width: 100%;
    background: #fff;
    font-size: 12px;
    color: #898989;
    border-bottom: 1px solid #DEDFE0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden; }
    .fl-widget .fui_subform .subform-head .subform-row {
      position: relative;
      height: 35px;
      display: block; }
    .fl-widget .fui_subform .subform-head .subform-cell {
      position: absolute;
      top: 0;
      left: 0;
      height: 35px;
      padding: 5px 5px 5px 7px;
      min-width: 66px;
      line-height: 25px;
      background: #fff;
      overflow: hidden;
      text-overflow: ellipsis; }
      .fl-widget .fui_subform .subform-head .subform-cell em {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: url(../images/star.png) no-repeat center;
        vertical-align: top;
        margin-top: 8px;
        margin-right: 4px; }
    .fl-widget .fui_subform .subform-head .subform-cell:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 1px;
      background: #F1F1F2; }
  .fl-widget .fui_subform .subform-content {
    position: relative;
    background: #fff;
    max-height: 450px;
    overflow: hidden; }
    .fl-widget .fui_subform .subform-content .row_head {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 40px;
      height: auto;
      border-right: solid 1px #eee;
      z-index: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .fl-widget .fui_subform .subform-content .row_head .icon_unfold {
        display: none;
        width: 14px;
        height: 14px;
        background: url(../images/icon_head_unfold.png) no-repeat center;
        background-size: contain; }
      .fl-widget .fui_subform .subform-content .row_head .icon_del {
        display: none;
        width: 14px;
        height: 14px;
        margin-left: 4px;
        background: url(../images/icon_head_del.png) no-repeat center;
        background-size: contain; }
      .fl-widget .fui_subform .subform-content .row_head .icon_copy {
        display: none;
        position: relative;
        width: 14px;
        height: 14px;
        margin-left: 4px;
        background: url(../images/icon_copy_v.png) no-repeat center;
        background-size: contain; }
      .fl-widget .fui_subform .subform-content .row_head .moreCheck {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../images/icon_checkbox.png) no-repeat center;
        background-size: contain;
        vertical-align: middle; }
        .fl-widget .fui_subform .subform-content .row_head .moreCheck.forbiden {
          background: #f1f1f2;
          cursor: not-allowed; }
      .fl-widget .fui_subform .subform-content .row_head .moreCheck.select {
        background: url(../images/icon_checkbox_check.png) no-repeat center;
        background-size: contain; }
        .fl-widget .fui_subform .subform-content .row_head .moreCheck.select.forbiden {
          background: url(../images/icon_checkbox_forbid.png) no-repeat center;
          background-size: contain;
          cursor: not-allowed; }
    .fl-widget .fui_subform .subform-content .subform-row:hover .row_head .row-num:not(:only-child) {
      display: none; }
    .fl-widget .fui_subform .subform-content .subform-row:hover .row_head .icon_unfold {
      display: block; }
    .fl-widget .fui_subform .subform-content .subform-row:hover .row_head .icon_del {
      display: block; }
    .fl-widget .fui_subform .subform-content .subform-row:hover .row_head .icon_copy {
      display: block; }
    .fl-widget .fui_subform .subform-content .subform-row {
      position: relative;
      padding-left: 40px;
      height: auto;
      min-height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .fl-widget .fui_subform .subform-content .subform-row .subform-cell {
        position: relative;
        height: auto;
        padding: 5px 5px 5px 5px;
        min-width: 66px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .fl-widget .fui_subform .subform-content .subform-row .subform-cell:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 1px;
        background: #eee; }
      .fl-widget .fui_subform .subform-content .subform-row .drop-select-pop {
        position: fixed;
        z-index: 5;
        width: 168px; }
      .fl-widget .fui_subform .subform-content .subform-row .sf_tip_word {
        padding: 0 2px;
        line-height: 30px;
        color: #C0C0C3 !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
      .fl-widget .fui_subform .subform-content .subform-row .nodata {
        color: #999 !important; }
        .fl-widget .fui_subform .subform-content .subform-row .nodata input {
          color: #999 !important; }
      .fl-widget .fui_subform .subform-content .subform-row .empty_data {
        line-height: 30px;
        color: #999 !important;
        cursor: default; }
      .fl-widget .fui_subform .subform-content .subform-row .percent_input_wrapper {
        position: relative;
        padding: 0 10px;
        cursor: text;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        overflow: hidden; }
        .fl-widget .fui_subform .subform-content .subform-row .percent_input_wrapper .percent_input {
          -webkit-box-flex: 0 1 auto;
          -moz-box-flex: 0 1 auto;
          -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
          flex: 0 1 auto;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
          .fl-widget .fui_subform .subform-content .subform-row .percent_input_wrapper .percent_input .input_wrapper {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            max-width: 100%; }
            .fl-widget .fui_subform .subform-content .subform-row .percent_input_wrapper .percent_input .input_wrapper .invisible_placeholder {
              min-width: 3px;
              height: 24px;
              padding: 3px 0;
              line-height: 24px;
              font-size: 12px;
              color: #202020;
              font-family: inherit;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              visibility: hidden; }
            .fl-widget .fui_subform .subform-content .subform-row .percent_input_wrapper .percent_input .input_wrapper .percent_text {
              position: absolute;
              width: 100%;
              height: 24px;
              padding: 3px 0;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0;
              border: none;
              font-size: 12px;
              color: #202020;
              font-family: inherit;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis; }
        .fl-widget .fui_subform .subform-content .subform-row .percent_input_wrapper .percent_suffix {
          /* display: none; */
          -webkit-box-flex: 0 0 auto;
          -moz-box-flex: 0 0 auto;
          -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
          flex: 0 0 auto;
          line-height: 28px;
          margin-left: 4px;
          background: #fff;
          font-weight: 700;
          font-size: 12px; }
      .fl-widget .fui_subform .subform-content .subform-row .percent_focus {
        box-shadow: 0px 0px 6px 0px rgba(0, 122, 255, 0.5);
        border: 1px solid #007AFF; }
      .fl-widget .fui_subform .subform-content .subform-row .chose_color_data {
        position: relative;
        height: 30px;
        padding: 5px 28px 5px 8px;
        border: 1px solid #DEDFE0;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .fl-widget .fui_subform .subform-content .subform-row .chose_color_data .chose_color_per {
          display: inline-block;
          max-width: calc(100% - 20px);
          height: 20px;
          padding: 0 10px;
          margin-right: 4px;
          border-radius: 4px;
          line-height: 20px;
          font-size: 12px;
          color: #fff;
          font-weight: 400;
          text-align: center;
          background: #FF96B9;
          vertical-align: top;
          overflow: hidden; }
        .fl-widget .fui_subform .subform-content .subform-row .chose_color_data .chose_color_per:last-child {
          margin-right: 0; }
        .fl-widget .fui_subform .subform-content .subform-row .chose_color_data .other_span {
          display: inline-block;
          max-width: calc(100% - 20px);
          height: 20px;
          padding: 0 10px;
          margin-right: 4px;
          border-radius: 4px;
          line-height: 20px;
          font-size: 12px;
          font-weight: 400;
          text-align: center;
          border: 1px solid #DEDFE0;
          color: #898989;
          background: #fff; }
      .fl-widget .fui_subform .subform-content .subform-row .chose_color_data:empty:before {
        font-size: 12px;
        color: #c0c0c3;
        content: attr(data-empty-tip); }
      .fl-widget .fui_subform .subform-content .subform-row .noClick {
        cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .chose_color_data {
          border: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .input-wrapper {
          box-shadow: none;
          border: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_editinput .editinput {
          border: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_editinput .editinput:focus {
          color: #333;
          box-shadow: none;
          border: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_dateinput .dateinput {
          padding: 0 8px 0 8px;
          border: none;
          background: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_dateinput .dateinput:focus {
          color: #333;
          box-shadow: none;
          border: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_signature {
          border: none;
          cursor: not-allowed; }
          .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_signature .signature_icon {
            display: none; }
          .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_signature .signature_img {
            cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_radiocheck .radiocheck_result {
          border: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_radiocheck .radiocheck_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_select .select_result {
          border: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_select .select_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_address .address_result {
          border: none;
          background: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_location .location_result {
          padding: 0 7px;
          border: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_location .location_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_img .img_result {
          border: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_img .img_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_img .video_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_img_check .img_check_result {
          border: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_file .file_result {
          border: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_file .file_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_live .live_result {
          padding: 0 7px;
          border: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_live .live_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_department .department_result {
          border: none; }
          .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_department .department_result .ctat_res {
            cursor: not-allowed; }
            .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_department .department_result .ctat_res .ctat_per:hover .ctat_del {
              display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_department .department_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_contacts .contacts_result {
          border: none; }
          .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_contacts .contacts_result .ctat_res {
            cursor: not-allowed; }
            .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_contacts .contacts_result .ctat_res .ctat_per:hover .ctat_del {
              display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_contacts .contacts_icon {
          display: none; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_sliderinput .sliderinput {
          border: none;
          background: none;
          cursor: not-allowed; }
        .fl-widget .fui_subform .subform-content .subform-row .noClick .sf_sliderinput .sf_score {
          cursor: not-allowed; }
    .fl-widget .fui_subform .subform-content .subform-row.flicker .loc_inp_wrapper .sel_loc {
      background: inherit !important; }
    .fl-widget .fui_subform .subform-content .subform-row:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: #eee;
      z-index: 1; }
    .fl-widget .fui_subform .subform-content .error {
      box-shadow: 0px 0px 6px 0px rgba(255, 122, 147, 0.5);
      border: 1px solid #FF7A93 !important; }
    .fl-widget .fui_subform .subform-content .sf_editinput {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_editinput .editinput {
        width: 100%;
        height: 100%;
        padding: 0 8px;
        border: 1px solid #DEDFE0;
        background: inherit; }
        .fl-widget .fui_subform .subform-content .sf_editinput .editinput.rich_text {
          color: #4d4d4d;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis; }
        .fl-widget .fui_subform .subform-content .sf_editinput .editinput.rich_notext {
          color: #898989; }
      .fl-widget .fui_subform .subform-content .sf_editinput .editinput:focus {
        box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
        border: 1px solid #006CE2; }
      .fl-widget .fui_subform .subform-content .sf_editinput .charlen_tip {
        position: absolute;
        right: 1px;
        bottom: 1px;
        padding: 0 4px;
        line-height: 28px;
        font-size: 12px;
        color: #898989;
        background: inherit; }
    .fl-widget .fui_subform .subform-content .sf_dateinput {
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_dateinput .dateinput {
        width: 100%;
        height: 100%;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        background: url(../images/subform_sj.png) no-repeat center right 6px;
        background-size: 20px 20px;
        cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_dateinput .dateinput:focus {
        color: #006CE2;
        box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
        border: 1px solid #006CE2; }
    .fl-widget .fui_subform .subform-content .sf_signature {
      position: relative;
      height: 30px;
      border: 1px solid #DEDFE0;
      overflow: hidden;
      cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_signature .signature_set {
        z-index: 1;
        position: relative;
        height: 100%; }
        .fl-widget .fui_subform .subform-content .sf_signature .signature_set .signature_data {
          position: relative;
          display: inline-block; }
          .fl-widget .fui_subform .subform-content .sf_signature .signature_set .signature_data .signature_del {
            display: none;
            position: absolute;
            width: 100%;
            height: 26px;
            line-height: 26px;
            top: 1px;
            left: 1px;
            font-size: 0;
            color: #fff;
            text-align: center;
            border-radius: 2px;
            background-color: #FF7A93;
            background-image: url(../images/ctat_del.png);
            background-repeat: no-repeat;
            background-position: center;
            background-size: 14px 14px;
            cursor: pointer; }
        .fl-widget .fui_subform .subform-content .sf_signature .signature_set .signature_data:hover .signature_del {
          display: block; }
      .fl-widget .fui_subform .subform-content .sf_signature .signature_img {
        height: 26px;
        vertical-align: top;
        margin-top: 1px;
        margin-left: 1px; }
      .fl-widget .fui_subform .subform-content .sf_signature .signature_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_qm.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_radiocheck {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_radiocheck .radiocheck_result {
        z-index: 1;
        position: relative;
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_radiocheck .radiocheck_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_dx.png) no-repeat center;
        background-size: 20px 20px;
        cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_radiocheck .select_result {
        overflow: hidden;
        text-overflow: ellipsis; }
    .fl-widget .fui_subform .subform-content .btn_result {
      display: inline-block;
      max-width: 130px;
      height: 24px;
      padding: 3px 5px;
      vertical-align: top;
      margin-top: 2px;
      margin-right: 4px;
      line-height: 18px;
      border-radius: 4px;
      background: #E0EFFF;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      cursor: pointer; }
      .fl-widget .fui_subform .subform-content .btn_result .select_btn_img {
        display: inline-block;
        width: 18px;
        height: 18px;
        background: #DEDFE0;
        border-radius: 50%;
        vertical-align: top; }
      .fl-widget .fui_subform .subform-content .btn_result .select_btn_noimg {
        display: inline-block;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #fff;
        text-align: center;
        background: #006CE2;
        border-radius: 50%;
        vertical-align: top; }
      .fl-widget .fui_subform .subform-content .btn_result .select_btn_title {
        margin-left: 3px;
        font-size: 14px;
        color: #006CE2; }
    .fl-widget .fui_subform .subform-content .btn_result:last-child {
      margin-right: 0; }
    .fl-widget .fui_subform .subform-content .sf_select {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_select .select_result {
        z-index: 1;
        position: relative;
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_select .select_result:empty:before {
        position: absolute;
        top: 0;
        left: 8px;
        line-height: 28px;
        font-size: 12px;
        color: #c0c0c3;
        content: attr(data-empty-tip); }
      .fl-widget .fui_subform .subform-content .sf_select .select_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_xl.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_address {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_address .address_result {
        width: 100%;
        height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        background: url(../images/subform_dz.png) no-repeat center right 6px;
        background-size: 20px 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
    .fl-widget .fui_subform .subform-content .sf_location {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_location .location_result {
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_location .location_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_dw.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_img {
      position: relative;
      height: auto; }
      .fl-widget .fui_subform .subform-content .sf_img .img_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .fl-widget .fui_subform .subform-content .sf_img .img_result .img_res_uls {
          overflow: hidden; }
          .fl-widget .fui_subform .subform-content .sf_img .img_result .img_res_uls .img_res_lis {
            width: 26px;
            height: 26px;
            margin: 1px 0 0 2px;
            pointer-events: none; }
            .fl-widget .fui_subform .subform-content .sf_img .img_result .img_res_uls .img_res_lis img {
              display: block;
              width: 100%;
              height: 100%; }
      .fl-widget .fui_subform .subform-content .sf_img .img_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_tp.png) no-repeat center;
        background-size: 20px 20px; }
      .fl-widget .fui_subform .subform-content .sf_img .video_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_sp.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_img_check {
      position: relative;
      height: auto; }
      .fl-widget .fui_subform .subform-content .sf_img_check .img_check_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 28px 0 2px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .fl-widget .fui_subform .subform-content .sf_img_check .img_check_result .img_check_uls {
          overflow: hidden; }
          .fl-widget .fui_subform .subform-content .sf_img_check .img_check_result .img_check_uls .img_check_lis {
            height: 24px;
            line-height: 24px;
            font-size: 14px;
            color: #4D4D4D;
            margin: 3px 0 0 2px;
            pointer-events: none; }
            .fl-widget .fui_subform .subform-content .sf_img_check .img_check_result .img_check_uls .img_check_lis img {
              width: 24px;
              height: 24px;
              margin-right: 4px;
              vertical-align: top; }
      .fl-widget .fui_subform .subform-content .sf_img_check .img_check_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_tp.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_file {
      position: relative;
      height: auto; }
      .fl-widget .fui_subform .subform-content .sf_file .file_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls {
          overflow: hidden; }
          .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis {
            width: 26px;
            height: 26px;
            margin: 1px 0 0 2px;
            pointer-events: none; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .file_info {
              height: 100%; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis img {
              display: block;
              width: 100%;
              height: 100%; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .file-type {
              display: block;
              width: 100%;
              height: 100%; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .image {
              background: url("../../fore/images/icons/common.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .video {
              background: url("../../fore/images/icons/mp4.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .ppt {
              background: url("../../fore/images/icons/ppt.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .txt {
              background: url("../../fore/images/icons/txt.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .excel {
              background: url("../../fore/images/icons/xls.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .word {
              background: url("../../fore/images/icons/doc.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .pdf {
              background: url("../../fore/images/icons/pdf.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .audio {
              background: url("../../fore/images/icons/mp3.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .zip {
              background: url("../../fore/images/icons/zip.png") no-repeat center/cover; }
            .fl-widget .fui_subform .subform-content .sf_file .file_result .file_res_uls .file_res_lis .unkown {
              background: url("../../fore/images/icons/common.png") no-repeat center/cover; }
      .fl-widget .fui_subform .subform-content .sf_file .file_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_fj.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_live {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_live .live_result {
        height: 30px;
        line-height: 30px;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_live .live_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_zb.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_department {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_department .department_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 26px 0 0;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .fl-widget .fui_subform .subform-content .sf_department .department_result .ctat_res {
          overflow: hidden; }
          .fl-widget .fui_subform .subform-content .sf_department .department_result .ctat_res .ctat_per {
            position: relative;
            max-width: 100px;
            height: 24px;
            line-height: 24px;
            padding: 0 2px;
            margin-left: 2px;
            margin-top: 3px;
            background: #E0EFFF;
            border-radius: 2px;
            font-size: 12px;
            color: #006CE2;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .fl-widget .fui_subform .subform-content .sf_department .department_result .ctat_res .ctat_per .ctat_del {
              display: none;
              position: absolute;
              width: 100%;
              height: 24px;
              line-height: 24px;
              top: 0;
              left: 0;
              font-size: 0;
              color: #fff;
              text-align: center;
              border-radius: 2px;
              background-color: #FF7A93;
              background-image: url(../images/ctat_del.png);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 14px 14px;
              cursor: pointer; }
          .fl-widget .fui_subform .subform-content .sf_department .department_result .ctat_res .ctat_per:hover .ctat_del {
            display: block; }
      .fl-widget .fui_subform .subform-content .sf_department .department_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_bm.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_contacts {
      position: relative;
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_contacts .contacts_result {
        z-index: 1;
        position: relative;
        height: 30px;
        padding: 0 26px 0 0;
        border: 1px solid #DEDFE0;
        overflow: hidden;
        cursor: pointer; }
        .fl-widget .fui_subform .subform-content .sf_contacts .contacts_result .ctat_res {
          overflow: hidden; }
          .fl-widget .fui_subform .subform-content .sf_contacts .contacts_result .ctat_res .ctat_per {
            position: relative;
            max-width: 100px;
            height: 24px;
            line-height: 24px;
            padding: 0 2px;
            margin-left: 2px;
            margin-top: 3px;
            background: #E0EFFF;
            border-radius: 2px;
            font-size: 12px;
            color: #006CE2;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
            .fl-widget .fui_subform .subform-content .sf_contacts .contacts_result .ctat_res .ctat_per .ctat_del {
              display: none;
              position: absolute;
              width: 100%;
              height: 24px;
              line-height: 24px;
              top: 0;
              left: 0;
              font-size: 0;
              color: #fff;
              text-align: center;
              border-radius: 2px;
              background-color: #FF7A93;
              background-image: url(../images/ctat_del.png);
              background-repeat: no-repeat;
              background-position: center;
              background-size: 14px 14px;
              cursor: pointer; }
          .fl-widget .fui_subform .subform-content .sf_contacts .contacts_result .ctat_res .ctat_per:hover .ctat_del {
            display: block; }
      .fl-widget .fui_subform .subform-content .sf_contacts .contacts_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        background: url(../images/subform_lxr.png) no-repeat center;
        background-size: 20px 20px; }
    .fl-widget .fui_subform .subform-content .sf_sliderinput {
      height: 30px; }
      .fl-widget .fui_subform .subform-content .sf_sliderinput .sliderinput {
        width: 100%;
        height: 100%;
        padding: 0 28px 0 8px;
        border: 1px solid #DEDFE0;
        background: url(../images/subform_hd.png) no-repeat center right 6px;
        background-size: 20px 20px;
        cursor: pointer; }
    .fl-widget .fui_subform .subform-content .sf_score {
      z-index: 1;
      position: relative;
      height: 30px;
      cursor: pointer; }
      .fl-widget .fui_subform .subform-content .sf_score .score_result {
        display: flex;
        width: 100%;
        height: 100%;
        padding: 0 0 0 8px;
        border: 1px solid #DEDFE0;
        white-space: nowrap;
        overflow: hidden;
        pointer-events: none; }
      .fl-widget .fui_subform .subform-content .sf_score .widget-score {
        flex: 1;
        display: inline-block;
        vertical-align: top;
        margin-top: -2px; }
      .fl-widget .fui_subform .subform-content .sf_score .widget-score-num {
        flex-shrink: 0;
        line-height: 30px;
        font-size: 14px;
        color: #898989;
        vertical-align: top;
        margin: 0 8px; }

.subform-table__outer {
  position: relative; }
  .subform-table__outer::after {
    content: '';
    position: absolute;
    left: 1px;
    top: 8px;
    z-index: 2;
    width: 34px;
    height: 32px;
    border-top: 1px solid #dedfe0;
    border-bottom: 1px solid #dedfe0;
    background: #f9f9fa; }

.subform-table__wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  max-height: 264px;
  margin-top: 8px;
  overflow: auto;
  border-radius: 4px 0 0 4px; }
  .subform-table__wrapper .JCLRgrips {
    position: sticky;
    top: 0;
    z-index: 3; }
  .subform-table__wrapper .JCLRgrip {
    height: 32px !important; }
  .subform-table__wrapper .JCLRgrip:first-child {
    pointer-events: none; }

.subform-table {
  width: auto;
  background-color: #fff;
  border: 1px solid #dedfe0;
  border-left: 0;
  border-top: 0;
  border-radius: 4px;
  box-sizing: border-box !important; }
  .subform-table * {
    box-sizing: border-box !important; }
  .subform-table .subform-table__th {
    background: #f9f9fa;
    color: #202020;
    font-weight: 600; }
  .subform-table .subform-table__td:first-child {
    background: #fff; }
  .subform-table .subform-table__th,
  .subform-table .subform-table__td {
    overflow: initial !important;
    border-right: 1px solid #dedfe0;
    border-bottom: 1px solid #dedfe0; }
    .subform-table .subform-table__th:last-child,
    .subform-table .subform-table__td:last-child {
      border-right: none; }
    .subform-table .subform-table__th:after,
    .subform-table .subform-table__td:after {
      content: '';
      display: block;
      width: 179px; }
    .subform-table .subform-table__th:first-child,
    .subform-table .subform-table__td:first-child {
      position: sticky;
      left: 0;
      z-index: 2;
      width: 36px !important;
      min-width: 36px;
      text-align: center;
      border-left: 1px solid #dedfe0; }
      .subform-table .subform-table__th:first-child:after,
      .subform-table .subform-table__td:first-child:after {
        content: none; }
  .subform-table thead .subform-table__tr {
    position: sticky;
    top: 0;
    z-index: 2;
    border-top: 1px solid #dedfe0; }
  .subform-table thead .subform-table__th {
    border-top: 1px solid #dedfe0; }
    .subform-table thead .subform-table__th:first-child {
      z-index: 4;
      border-radius: 4px 0 0 0; }
    .subform-table thead .subform-table__th:last-child {
      border-radius: 0 4px 0 0; }
  .subform-table tbody .subform-table__tr:last-child .subform-table__td {
    border-bottom: none; }
    .subform-table tbody .subform-table__tr:last-child .subform-table__td:first-child {
      border-radius: 0 0 0 4px; }
    .subform-table tbody .subform-table__tr:last-child .subform-table__td:last-child {
      border-radius: 0 0 4px 0; }
  .subform-table .moreCheck {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon_checkbox.png) no-repeat center;
    background-size: contain;
    vertical-align: top;
    margin-top: 1px;
    cursor: pointer; }
  .subform-table .moreCheck.select {
    background: url(../images/icon_checkbox_check.png) no-repeat center;
    background-size: contain; }
    .subform-table .moreCheck.select.forbiden {
      background: url(../images/icon_checkbox_forbid.png) no-repeat center;
      background-size: contain;
      cursor: not-allowed; }
  .subform-table .moreCheck.forbiden {
    background: #f1f1f2;
    cursor: not-allowed; }
  .subform-table .subform-table__operate {
    display: flex;
    position: absolute;
    left: 4px;
    top: 4px;
    height: 32px;
    align-items: center;
    padding: 0 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    gap: 6px; }
    .subform-table .subform-table__operate [class^="icon-"] {
      cursor: pointer; }
    .subform-table .subform-table__operate .icon-delete-trash:before {
      color: #4D4D4D; }
    .subform-table .subform-table__operate .icon-delete-trash:hover:before {
      color: #FF4C26; }
    .subform-table .subform-table__operate .icon-more:hover {
      color: #006CE2; }
    .subform-table .subform-table__operate .icon-subform-expand {
      width: 16px;
      height: 16px;
      background: url(../images/icon_subform_expand.png) no-repeat center;
      background-size: contain;
      cursor: pointer; }
      .subform-table .subform-table__operate .icon-subform-expand:hover {
        background: url(../images/icon_subform_expand_active.png) no-repeat center; }
  .subform-table .subform-table__th-content {
    height: 32px;
    line-height: 20px;
    padding: 5px 4px;
    display: flex; }
    .subform-table .subform-table__th-content .subform-table__text {
      flex: 1;
      text-align: left; }
    .subform-table .subform-table__th-content em {
      flex-shrink: 0;
      display: inline-block;
      width: 7px;
      font-size: 12px;
      color: #FF4C26; }
      .subform-table .subform-table__th-content em:after {
        content: '*'; }
  .subform-table .subform-table__td-content {
    margin: 4px 4px 3px 4px; }
  .subform-table .subform-table__text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .subform-table .subform-table__icon {
    width: 20px;
    height: 20px;
    font-size: 20px; }
    .subform-table .subform-table__icon:before {
      color: initial; }

.expand_subform_pop_mask {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(248, 249, 250, 0.7);
  z-index: 10; }
  .expand_subform_pop_mask .subform_pop_container {
    position: fixed;
    width: 1030px;
    height: 90vh;
    top: 10%;
    bottom: 0;
    left: 50%;
    overflow: hidden;
    transform: translateX(-50%) !important;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.102);
    background: #fff;
    margin: 0;
    border: none; }
    .expand_subform_pop_mask .subform_pop_container .subform_fill_top {
      height: 44px;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #c0c0c3; }
      .expand_subform_pop_mask .subform_pop_container .subform_fill_top .fill_top_title {
        font-size: 16px;
        height: 44px;
        line-height: 44px;
        margin-left: 30px;
        color: #557ca7;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }
      .expand_subform_pop_mask .subform_pop_container .subform_fill_top .fill_top_close {
        position: absolute;
        width: 18px;
        height: 18px;
        top: 13px;
        right: 13px;
        content: '';
        background: url(../../../stcs/omnipotent/images/icon_close.png) no-repeat center;
        background-size: contain;
        border-radius: 50%;
        cursor: pointer; }
    .expand_subform_pop_mask .subform_pop_container .subform_fill_cont {
      height: calc(100% - 40px);
      overflow-y: auto;
      padding: 10px 10px 0;
      width: 100%;
      box-sizing: border-box !important;
      position: relative;
      padding-bottom: 10px; }
      .expand_subform_pop_mask .subform_pop_container .subform_fill_cont .form_widget {
        display: inline-block;
        vertical-align: top; }
        .expand_subform_pop_mask .subform_pop_container .subform_fill_cont .form_widget .widget-write-area {
          width: 100%; }
        .expand_subform_pop_mask .subform_pop_container .subform_fill_cont .form_widget .chose_input, .expand_subform_pop_mask .subform_pop_container .subform_fill_cont .form_widget .inputM {
          width: 100%; }
        .expand_subform_pop_mask .subform_pop_container .subform_fill_cont .form_widget .slider_input {
          width: calc(100% - 12px) !important; }
      .expand_subform_pop_mask .subform_pop_container .subform_fill_cont .pop-mask {
        width: 100%;
        height: 100%;
        background: rgba(248, 249, 250, 0.7); }

.subform-table__th,
.subform-table__td {
  width: 179px;
  min-width: 35px; }
  .subform-table__th .subform-table__field,
  .subform-table__td .subform-table__field {
    display: flex;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #dedfe0;
    overflow: hidden;
    background: #fff; }
    .subform-table__th .subform-table__field .button_text,
    .subform-table__td .subform-table__field .button_text {
      padding: 0 9px;
      line-height: 30px;
      color: #4d4d4d;
      white-space: nowrap;
      cursor: pointer; }
    .subform-table__th .subform-table__field .button_text--center,
    .subform-table__td .subform-table__field .button_text--center {
      text-align: center; }
    .subform-table__th .subform-table__field .button_text--readonly,
    .subform-table__td .subform-table__field .button_text--readonly {
      color: #898989;
      cursor: initial; }
    .subform-table__th .subform-table__field .res_option,
    .subform-table__td .subform-table__field .res_option {
      position: relative;
      display: inline-block; }
      .subform-table__th .subform-table__field .res_option:hover .res_delete,
      .subform-table__td .subform-table__field .res_option:hover .res_delete {
        display: block; }
    .subform-table__th .subform-table__field .res_delete,
    .subform-table__td .subform-table__field .res_delete {
      display: none;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background: #ff4c26;
      cursor: pointer; }
      .subform-table__th .subform-table__field .res_delete::after,
      .subform-table__td .subform-table__field .res_delete::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: url("../images/icon_delete.png") no-repeat center/16px; }
    .subform-table__th .subform-table__field .percent_input_wrapper,
    .subform-table__td .subform-table__field .percent_input_wrapper {
      position: relative;
      padding: 0 10px;
      cursor: text;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background: #fff;
      border: 1px solid #DEDFE0;
      border-radius: 4px;
      overflow: hidden; }
      .subform-table__th .subform-table__field .percent_input_wrapper .percent_input,
      .subform-table__td .subform-table__field .percent_input_wrapper .percent_input {
        -webkit-box-flex: 0 1 auto;
        -moz-box-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .subform-table__th .subform-table__field .percent_input_wrapper .percent_input .input_wrapper,
        .subform-table__td .subform-table__field .percent_input_wrapper .percent_input .input_wrapper {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          max-width: 100%; }
          .subform-table__th .subform-table__field .percent_input_wrapper .percent_input .input_wrapper .invisible_placeholder,
          .subform-table__td .subform-table__field .percent_input_wrapper .percent_input .input_wrapper .invisible_placeholder {
            min-width: 3px;
            height: 24px;
            padding: 3px 0;
            line-height: 24px;
            font-size: 14px;
            color: #202020;
            font-family: inherit;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            visibility: hidden; }
          .subform-table__th .subform-table__field .percent_input_wrapper .percent_input .input_wrapper .percent_text,
          .subform-table__td .subform-table__field .percent_input_wrapper .percent_input .input_wrapper .percent_text {
            position: absolute;
            width: 100%;
            height: 24px;
            padding: 3px 0;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border: none;
            font-size: 14px;
            color: #202020;
            font-family: inherit;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis; }
      .subform-table__th .subform-table__field .percent_input_wrapper .percent_suffix,
      .subform-table__td .subform-table__field .percent_input_wrapper .percent_suffix {
        /* display: none; */
        -webkit-box-flex: 0 0 auto;
        -moz-box-flex: 0 0 auto;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        line-height: 28px;
        margin-left: 4px;
        background: #fff;
        font-weight: 700;
        font-size: 14px; }
    .subform-table__th .subform-table__field .percent_focus,
    .subform-table__td .subform-table__field .percent_focus {
      box-shadow: 0px 0px 6px 0px rgba(0, 122, 255, 0.5);
      border: 1px solid #007AFF; }
    .subform-table__th .subform-table__field .sf_score,
    .subform-table__td .subform-table__field .sf_score {
      width: 136px;
      padding: 0 5px;
      cursor: pointer; }
      .subform-table__th .subform-table__field .sf_score .score_result,
      .subform-table__td .subform-table__field .sf_score .score_result {
        pointer-events: none; }
    .subform-table__th .subform-table__field .sf_editinput,
    .subform-table__td .subform-table__field .sf_editinput {
      padding-left: 9px;
      line-height: 30px; }
    .subform-table__th .subform-table__field .sf_radiocheck, .subform-table__th .subform-table__field .sf_select,
    .subform-table__td .subform-table__field .sf_radiocheck,
    .subform-table__td .subform-table__field .sf_select {
      cursor: pointer; }
      .subform-table__th .subform-table__field .sf_radiocheck .chose_color_data, .subform-table__th .subform-table__field .sf_select .chose_color_data,
      .subform-table__td .subform-table__field .sf_radiocheck .chose_color_data,
      .subform-table__td .subform-table__field .sf_select .chose_color_data {
        position: relative;
        height: 30px;
        padding: 5px;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .subform-table__th .subform-table__field .sf_radiocheck .chose_color_data.padr15, .subform-table__th .subform-table__field .sf_select .chose_color_data.padr15,
        .subform-table__td .subform-table__field .sf_radiocheck .chose_color_data.padr15,
        .subform-table__td .subform-table__field .sf_select .chose_color_data.padr15 {
          padding-right: 15px; }
        .subform-table__th .subform-table__field .sf_radiocheck .chose_color_data .chose_color_per, .subform-table__th .subform-table__field .sf_select .chose_color_data .chose_color_per,
        .subform-table__td .subform-table__field .sf_radiocheck .chose_color_data .chose_color_per,
        .subform-table__td .subform-table__field .sf_select .chose_color_data .chose_color_per {
          display: inline-block;
          height: 20px;
          padding: 0 10px;
          margin-right: 4px;
          border-radius: 4px;
          line-height: 20px;
          font-size: 12px;
          color: #fff;
          font-weight: 400;
          text-align: center;
          background: #FF96B9;
          vertical-align: top;
          white-space: break-spaces; }
        .subform-table__th .subform-table__field .sf_radiocheck .chose_color_data .chose_color_per:last-child, .subform-table__th .subform-table__field .sf_select .chose_color_data .chose_color_per:last-child,
        .subform-table__td .subform-table__field .sf_radiocheck .chose_color_data .chose_color_per:last-child,
        .subform-table__td .subform-table__field .sf_select .chose_color_data .chose_color_per:last-child {
          margin-right: 0; }
        .subform-table__th .subform-table__field .sf_radiocheck .chose_color_data .other_span, .subform-table__th .subform-table__field .sf_select .chose_color_data .other_span,
        .subform-table__td .subform-table__field .sf_radiocheck .chose_color_data .other_span,
        .subform-table__td .subform-table__field .sf_select .chose_color_data .other_span {
          display: inline-block;
          max-width: calc(100% - 20px);
          height: 20px;
          padding: 0 10px;
          margin-right: 4px;
          border-radius: 4px;
          line-height: 20px;
          font-size: 12px;
          font-weight: 400;
          text-align: center;
          border: 1px solid #DEDFE0;
          color: #898989;
          background: #fff; }
      .subform-table__th .subform-table__field .sf_radiocheck .radiocheck_result, .subform-table__th .subform-table__field .sf_select .radiocheck_result,
      .subform-table__td .subform-table__field .sf_radiocheck .radiocheck_result,
      .subform-table__td .subform-table__field .sf_select .radiocheck_result {
        z-index: 1;
        position: relative;
        height: 30px;
        line-height: 30px;
        padding: 0 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre;
        cursor: pointer; }
    .subform-table__th .subform-table__field .sf_select .select_result,
    .subform-table__td .subform-table__field .sf_select .select_result {
      z-index: 1;
      position: relative;
      height: 30px;
      line-height: 30px;
      padding: 0 9px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: pre;
      cursor: pointer; }
    .subform-table__th .subform-table__field .sf_img,
    .subform-table__td .subform-table__field .sf_img {
      cursor: pointer; }
      .subform-table__th .subform-table__field .sf_img .img_res_uls,
      .subform-table__td .subform-table__field .sf_img .img_res_uls {
        padding: 3px;
        overflow: hidden; }
      .subform-table__th .subform-table__field .sf_img .img_res_lis,
      .subform-table__td .subform-table__field .sf_img .img_res_lis {
        padding-right: 3px; }
        .subform-table__th .subform-table__field .sf_img .img_res_lis img,
        .subform-table__td .subform-table__field .sf_img .img_res_lis img {
          width: 24px;
          height: 24px; }
    .subform-table__th .subform-table__field .sf_file,
    .subform-table__td .subform-table__field .sf_file {
      cursor: pointer; }
      .subform-table__th .subform-table__field .sf_file .file_result,
      .subform-table__td .subform-table__field .sf_file .file_result {
        z-index: 1;
        position: relative;
        min-height: 30px;
        padding: 3px;
        overflow: hidden;
        cursor: pointer; }
        .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls,
        .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls {
          overflow: hidden; }
          .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis,
          .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis {
            width: 24px;
            height: 24px;
            margin-right: 3px;
            pointer-events: none; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .file_info,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .file_info {
              height: 100%; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis img,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis img {
              display: block;
              width: 100%;
              height: 100%; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .file-type,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .file-type {
              display: block;
              width: 100%;
              height: 100%; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .image,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .image {
              background: url("../../fore/images/icons/common.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .video,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .video {
              background: url("../../fore/images/icons/mp4.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .ppt,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .ppt {
              background: url("../../fore/images/icons/ppt.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .txt,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .txt {
              background: url("../../fore/images/icons/txt.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .excel,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .excel {
              background: url("../../fore/images/icons/xls.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .word,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .word {
              background: url("../../fore/images/icons/doc.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .pdf,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .pdf {
              background: url("../../fore/images/icons/pdf.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .audio,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .audio {
              background: url("../../fore/images/icons/mp3.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .zip,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .zip {
              background: url("../../fore/images/icons/zip.png") no-repeat center/cover; }
            .subform-table__th .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .unkown,
            .subform-table__td .subform-table__field .sf_file .file_result .file_res_uls .file_res_lis .unkown {
              background: url("../../fore/images/icons/common.png") no-repeat center/cover; }
    .subform-table__th .subform-table__field .sf_contacts, .subform-table__th .subform-table__field .sf_department,
    .subform-table__td .subform-table__field .sf_contacts,
    .subform-table__td .subform-table__field .sf_department {
      cursor: pointer; }
      .subform-table__th .subform-table__field .sf_contacts .ctat_res, .subform-table__th .subform-table__field .sf_department .ctat_res,
      .subform-table__td .subform-table__field .sf_contacts .ctat_res,
      .subform-table__td .subform-table__field .sf_department .ctat_res {
        display: flex;
        padding: 3px;
        gap: 3px; }
      .subform-table__th .subform-table__field .sf_contacts .res_label, .subform-table__th .subform-table__field .sf_department .res_label,
      .subform-table__td .subform-table__field .sf_contacts .res_label,
      .subform-table__td .subform-table__field .sf_department .res_label {
        position: relative;
        display: inline-flex;
        align-items: center;
        height: 24px;
        line-height: 24px;
        padding: 0 5px;
        border-radius: 4px;
        background: #E0EFFF;
        color: #006CE2;
        white-space: nowrap;
        vertical-align: top; }
        .subform-table__th .subform-table__field .sf_contacts .res_label .res_img, .subform-table__th .subform-table__field .sf_department .res_label .res_img,
        .subform-table__td .subform-table__field .sf_contacts .res_label .res_img,
        .subform-table__td .subform-table__field .sf_department .res_label .res_img {
          width: 18px;
          height: 18px;
          margin-right: 3px;
          border-radius: 50%; }
        .subform-table__th .subform-table__field .sf_contacts .res_label .icon_dept, .subform-table__th .subform-table__field .sf_department .res_label .icon_dept,
        .subform-table__td .subform-table__field .sf_contacts .res_label .icon_dept,
        .subform-table__td .subform-table__field .sf_department .res_label .icon_dept {
          position: relative;
          display: inline-block;
          width: 18px;
          height: 18px;
          margin-right: 3px;
          background: #006CE2;
          border-radius: 50%; }
          .subform-table__th .subform-table__field .sf_contacts .res_label .icon_dept:before, .subform-table__th .subform-table__field .sf_department .res_label .icon_dept:before,
          .subform-table__td .subform-table__field .sf_contacts .res_label .icon_dept:before,
          .subform-table__td .subform-table__field .sf_department .res_label .icon_dept:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            background: url(../images/icon_dept.png) no-repeat center/contain; }
      .subform-table__th .subform-table__field .sf_contacts .res_delete, .subform-table__th .subform-table__field .sf_department .res_delete,
      .subform-table__td .subform-table__field .sf_contacts .res_delete,
      .subform-table__td .subform-table__field .sf_department .res_delete {
        border-radius: 4px; }
      .subform-table__th .subform-table__field .sf_contacts .option_delete, .subform-table__th .subform-table__field .sf_department .option_delete,
      .subform-table__td .subform-table__field .sf_contacts .option_delete,
      .subform-table__td .subform-table__field .sf_department .option_delete {
        position: relative;
        width: 21px;
        height: 24px;
        font-size: 0; }
        .subform-table__th .subform-table__field .sf_contacts .option_delete:after, .subform-table__th .subform-table__field .sf_department .option_delete:after,
        .subform-table__td .subform-table__field .sf_contacts .option_delete:after,
        .subform-table__td .subform-table__field .sf_department .option_delete:after {
          content: '';
          position: absolute;
          right: -5px;
          top: 0;
          width: 26px;
          height: 24px;
          background: url("../../../mobile/new/images/icon_delete.png") no-repeat center/16px; }
    .subform-table__th .subform-table__field .sf_location input,
    .subform-table__td .subform-table__field .sf_location input {
      color: #4d4d4d; }
    .subform-table__th .subform-table__field .sf_location .icon_clear,
    .subform-table__td .subform-table__field .sf_location .icon_clear {
      display: inline-block;
      width: 16px;
      height: 16px;
      cursor: pointer;
      background: url(../images/icon_input_del.png) no-repeat center/contain; }
    .subform-table__th .subform-table__field .sf_img_check .img_check_result,
    .subform-table__td .subform-table__field .sf_img_check .img_check_result {
      z-index: 1;
      position: relative;
      height: 30px;
      padding: 3px;
      overflow: hidden;
      cursor: pointer; }
      .subform-table__th .subform-table__field .sf_img_check .img_check_result .img_check_uls,
      .subform-table__td .subform-table__field .sf_img_check .img_check_result .img_check_uls {
        overflow: hidden; }
        .subform-table__th .subform-table__field .sf_img_check .img_check_result .img_check_uls .img_check_lis,
        .subform-table__td .subform-table__field .sf_img_check .img_check_result .img_check_uls .img_check_lis {
          height: 24px;
          line-height: 24px;
          font-size: 14px;
          color: #4D4D4D;
          pointer-events: none;
          white-space: nowrap; }
          .subform-table__th .subform-table__field .sf_img_check .img_check_result .img_check_uls .img_check_lis img,
          .subform-table__td .subform-table__field .sf_img_check .img_check_result .img_check_uls .img_check_lis img {
            width: 24px;
            height: 24px;
            margin-right: 4px;
            vertical-align: top; }
    .subform-table__th .subform-table__field .sf_img_check .img_check_uls,
    .subform-table__td .subform-table__field .sf_img_check .img_check_uls {
      display: flex;
      gap: 4px; }
    .subform-table__th .subform-table__field .sf_signature .signature_set,
    .subform-table__td .subform-table__field .sf_signature .signature_set {
      height: 30px;
      line-height: 22px;
      padding: 4px 9px; }
    .subform-table__th .subform-table__field .sf_signature .signature_img,
    .subform-table__td .subform-table__field .sf_signature .signature_img {
      height: 24px;
      width: 50px;
      vertical-align: top; }
  .subform-table__th .subform-table__field--disabled,
  .subform-table__td .subform-table__field--disabled {
    background: #F1F1F2; }
    .subform-table__th .subform-table__field--disabled *,
    .subform-table__td .subform-table__field--disabled * {
      cursor: initial !important; }
    .subform-table__th .subform-table__field--disabled input,
    .subform-table__td .subform-table__field--disabled input {
      cursor: text !important; }
  .subform-table__th .subform-table__field--error,
  .subform-table__td .subform-table__field--error {
    box-shadow: 0px 0px 6px 0px rgba(255, 122, 147, 0.5);
    border: 1px solid #FF7A93; }
  .subform-table__th .subform-table__field--focus:focus-within,
  .subform-table__td .subform-table__field--focus:focus-within {
    border: 1px solid #006CE2;
    box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5); }
  .subform-table__th .subform-table__field-content,
  .subform-table__td .subform-table__field-content {
    min-width: 170px;
    flex: 1; }
    .subform-table__th .subform-table__field-content .input-wrapper,
    .subform-table__td .subform-table__field-content .input-wrapper {
      border: none;
      background: inherit; }
    .subform-table__th .subform-table__field-content .input-prefix, .subform-table__th .subform-table__field-content .input-suffix, .subform-table__th .subform-table__field-content input,
    .subform-table__td .subform-table__field-content .input-prefix,
    .subform-table__td .subform-table__field-content .input-suffix,
    .subform-table__td .subform-table__field-content input {
      height: 30px;
      line-height: 30px;
      background: inherit; }

.subform-table__tr {
  position: relative; }
  .subform-table__tr:hover {
    background: #F9F9FA;
    transition: background 0.2s; }
    .subform-table__tr:hover .subform-table__td {
      background: #F9F9FA;
      transition: background 0.2s; }

.subform-table--readonly .subform-table__field--disabled {
  border-color: transparent;
  background: #fff; }
  .subform-table--readonly .subform-table__field--disabled .input-wrapper, .subform-table--readonly .subform-table__field--disabled .sf_score, .subform-table--readonly .subform-table__field--disabled .sf_editinput, .subform-table--readonly .subform-table__field--disabled .select_result, .subform-table--readonly .subform-table__field--disabled .img_res_uls,
  .subform-table--readonly .subform-table__field--disabled .button_text, .subform-table--readonly .subform-table__field--disabled .radiocheck_result, .subform-table--readonly .subform-table__field--disabled .signature_set, .subform-table--readonly .subform-table__field--disabled .img_check_result {
    padding: 0 !important; }

/* 百度地图相关 start*/
.tangram-suggestion-main {
  z-index: 94; }

.anchorBL a {
  display: none; }

.anchorBL img {
  display: none; }

.anchorBL span {
  display: none !important; }

/*百度地图相关 end*/
.web_location * {
  box-sizing: content-box !important; }
.web_location .loc_pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 24;
  height: 100vh;
  background: rgba(249, 249, 250, 0.7); }
.web_location .location_pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 600px;
  margin-top: -200px;
  margin-left: -300px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #DEDFE0; }
  .web_location .location_pop .loc_loading {
    color: #b0b2b3;
    text-align: center; }
  .web_location .location_pop .search_loc {
    width: 580px;
    height: 34px;
    margin: 8px auto;
    color: #202020;
    position: relative; }
    .web_location .location_pop .search_loc .search_tip {
      display: inline-block;
      width: 66px;
      height: 100%;
      line-height: 34px;
      text-align: center; }
    .web_location .location_pop .search_loc .search_loc_inp {
      width: 451px;
      height: 32px;
      padding-left: 29px;
      padding-right: 30px;
      background: #FFFFFF;
      border-radius: 4px;
      border: 1px solid #DEDFE0;
      background-size: 20px 20px;
      background: url(../images/icon_search.png) no-repeat center left 6px; }
      .web_location .location_pop .search_loc .search_loc_inp:focus {
        border-radius: 4px;
        border: 1px solid #006CE2;
        box-shadow: 0px 0px 6px 0px rgba(0, 108, 226, 0.5);
        background: url(../images/icon_search_focus.png) no-repeat center left 6px; }
    .web_location .location_pop .search_loc .clear_inp_loc {
      width: 20px;
      position: absolute;
      height: 20px;
      right: 8px;
      top: 50%;
      cursor: pointer;
      margin-top: -9px;
      border-radius: 50%;
      background: #dedfe0; }
      .web_location .location_pop .search_loc .clear_inp_loc::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 12px;
        height: 2px;
        margin: auto;
        background: #fff;
        border-radius: 30px;
        transform: rotate(45deg); }
      .web_location .location_pop .search_loc .clear_inp_loc::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 12px;
        height: 2px;
        margin: auto;
        background: #fff;
        transform: rotate(-45deg); }
  .web_location .location_pop .location {
    width: 580px;
    height: 298px;
    margin: 0 auto;
    margin-top: 10px; }
  .web_location .location_pop .location_btm {
    width: 580px;
    overflow: hidden;
    margin: 0 auto; }
    .web_location .location_pop .location_btm .curr_location {
      width: 400px;
      height: 40px;
      float: left;
      color: #006CE2;
      padding: 5px 0;
      line-height: 40px; }
      .web_location .location_pop .location_btm .curr_location .curr_loc_info {
        line-height: 18px;
        display: inline-block; }
    .web_location .location_pop .location_btm .loc_btns {
      height: 50px;
      line-height: 50px;
      float: right; }

.drop-select-pop {
  position: fixed;
  z-index: 5;
  width: 168px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DEDFE0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .drop-select-pop .drop-sel-list {
    max-height: 152px;
    overflow: auto; }
    .drop-select-pop .drop-sel-list .drop-sel-item {
      line-height: 30px;
      padding-left: 9px;
      cursor: pointer;
      user-select: none;
      color: #898989;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .drop-select-pop .drop-sel-list .drop-sel-item span {
        color: #4D4D4D; }
      .drop-select-pop .drop-sel-list .drop-sel-item:hover {
        background: #F9F9FA; }
    .drop-select-pop .drop-sel-list .load-more-btn {
      line-height: 30px;
      padding: 0 9px;
      text-align: center;
      color: #999; }
      .drop-select-pop .drop-sel-list .load-more-btn span {
        cursor: pointer; }

.drop-select-pop.lenovo-input-pop {
  position: fixed;
  z-index: 5;
  width: 168px; }

.leave_tip {
  height: 58px;
  margin-bottom: 20px;
  background: #F7FBFF;
  border-radius: 6px;
  border: 1px solid #E0EFFF; }
  .leave_tip .tip_info {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    line-height: 20px;
    color: #557CA7;
    cursor: pointer; }
    .leave_tip .tip_info .tip_icon {
      float: left;
      width: 20px;
      height: 20px;
      background: url("../images/icon_tip.png") no-repeat center/contain; }
    .leave_tip .tip_info .tip_text {
      margin-left: 10px;
      font-size: 14px;
      float: left; }
    .leave_tip .tip_info .enter_arrow {
      float: right;
      width: 22px;
      height: 22px;
      cursor: pointer;
      background: url("../images/icon_right_arrow.png") no-repeat center/contain; }

.leave_pop .pop_top .pop_title span {
  vertical-align: middle;
  color: #898989; }
.leave_pop .pop_top .pop_title .tip_title {
  margin-right: 8px;
  color: #FFB46D; }
.leave_pop .leave_set_cont {
  width: 780px;
  max-height: 512px;
  overflow: auto; }
  .leave_pop .leave_set_cont .leave_info_item {
    position: relative; }
    .leave_pop .leave_set_cont .leave_info_item .info_wrap {
      display: flex;
      padding: 20px 0 0 30px; }
      .leave_pop .leave_set_cont .leave_info_item .info_wrap .user_head {
        width: 40px;
        height: 40px; }
        .leave_pop .leave_set_cont .leave_info_item .info_wrap .user_head img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .leave_pop .leave_set_cont .leave_info_item .info_wrap .leave_detail {
        flex: 1;
        margin-left: 10px;
        padding-bottom: 13px;
        border-bottom: 1px solid #DEDFE0; }
        .leave_pop .leave_set_cont .leave_info_item .info_wrap .leave_detail .leave_name {
          font-size: 16px;
          color: #202020; }
        .leave_pop .leave_set_cont .leave_info_item .info_wrap .leave_detail .leave_push_time {
          font-size: 12px;
          color: #C0C0C3;
          margin-bottom: 10px; }
        .leave_pop .leave_set_cont .leave_info_item .info_wrap .leave_detail .leave_info_type .type_name {
          display: inline-block;
          min-width: 56px;
          margin-right: 10px;
          color: #898989; }
        .leave_pop .leave_set_cont .leave_info_item .info_wrap .leave_detail .leave_info_type .info_text {
          color: #4D4D4D; }
    .leave_pop .leave_set_cont .leave_info_item .oprate_area .aprv_status {
      position: absolute;
      right: 12px;
      top: 30px;
      color: #FFB46D;
      line-height: 20px; }
      .leave_pop .leave_set_cont .leave_info_item .oprate_area .aprv_status span {
        vertical-align: middle;
        line-height: 20px; }
      .leave_pop .leave_set_cont .leave_info_item .oprate_area .aprv_status .enter_arrow {
        display: inline-block;
        width: 20px;
        height: 20px;
        cursor: pointer;
        background: url("../images/icon_lead.png") no-repeat center/contain; }
    .leave_pop .leave_set_cont .leave_info_item .oprate_area .agreed {
      color: #59CEB9; }
    .leave_pop .leave_set_cont .leave_info_item .oprate_area .reject {
      color: #fb6969; }
    .leave_pop .leave_set_cont .leave_info_item .oprate_area .repeal {
      color: #9a9a9a; }
    .leave_pop .leave_set_cont .leave_info_item .oprate_area .leave_btn {
      position: absolute;
      right: 20px;
      bottom: 20px;
      width: 80px;
      color: #006CE2;
      cursor: pointer;
      user-select: none;
      line-height: 30px;
      text-align: center;
      border-radius: 20px;
      border: 1px solid #006CE2; }
      .leave_pop .leave_set_cont .leave_info_item .oprate_area .leave_btn:hover {
        opacity: 0.7; }

.pop_mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7); }

.set_pop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-size: 14px; }
  .set_pop .pop_top {
    color: #557CA7;
    font-weight: 500;
    line-height: 44px;
    padding: 0 30px; }
    .set_pop .pop_top .pop_title {
      font-size: 16px; }
    .set_pop .pop_top .icon-del {
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      top: 13px;
      right: 13px;
      cursor: pointer; }
      .set_pop .pop_top .icon-del::before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 4px;
        top: 50%;
        border-radius: 4px;
        margin-top: -2px;
        transform: rotate(45deg);
        background: #a3b7cc; }
      .set_pop .pop_top .icon-del::after {
        content: '';
        display: block;
        width: 4px;
        height: 100%;
        position: absolute;
        left: 50%;
        margin-left: -2px;
        border-radius: 4px;
        transform: rotate(45deg);
        background: #a3b7cc; }
    .set_pop .pop_top .icon-del:hover::before {
      background: #557CA7; }
    .set_pop .pop_top .icon-del:hover::after {
      background: #557CA7; }
  .set_pop .pop_cont {
    border-top: 1px solid #DEDFE0;
    border-bottom: 1px solid #DEDFE0; }
  .set_pop .pop_btm {
    text-align: center;
    line-height: 50px; }
    .set_pop .pop_btm .comfirm_btn {
      width: 100px;
      height: 32px;
      color: #FFFFFF;
      background: #006CE2;
      box-shadow: 0px 2px 10px 0px rgba(0, 108, 226, 0.3);
      border-radius: 6px;
      border: none;
      cursor: pointer; }
      .set_pop .pop_btm .comfirm_btn:hover {
        opacity: 0.7; }

.subform_pop {
  z-index: 11;
  position: fixed;
  min-width: 73px;
  max-height: 300px;
  opacity: 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  .subform_pop .subform_pop_cont {
    height: auto;
    max-height: 400px; }
  .subform_pop .selectbox .fsw-ul {
    width: auto;
    max-height: 280px;
    overflow: auto;
    margin-bottom: 0; }
    .subform_pop .selectbox .fsw-ul.chose_select {
      width: 277px;
      max-height: unset; }
      .subform_pop .selectbox .fsw-ul.chose_select .fsw-ul-item .g_li_right .gsel_search {
        width: unset; }
    .subform_pop .selectbox .fsw-ul .fsw-ul-item {
      padding: 0; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-title {
        display: none; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-aside {
        display: none; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-imgs {
        display: none; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .g_li_right {
        margin-top: 0; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .g_li_right .chose_input {
          display: none; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .g_li_right .gsel_search {
          position: initial;
          display: block;
          width: 170px; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .select-subform-list {
        padding: 19px 20px 20px 20px;
        background: #fff;
        border-top: 1px solid #DEDFE0; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item {
          position: relative;
          width: 173px;
          margin: 0 auto 10px;
          line-height: 30px;
          font-size: 14px;
          color: #4D4D4D;
          text-align: center;
          border: 1px solid #DEDFE0;
          border-radius: 4px;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          cursor: pointer; }
          .subform_pop .selectbox .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item .file {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            opacity: 0;
            font-size: 0;
            cursor: pointer; }
          .subform_pop .selectbox .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item:last-child {
            margin-bottom: 0; }
          .subform_pop .selectbox .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item:hover {
            color: #006CE2;
            background: #E0EFFF; }
          .subform_pop .selectbox .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item.select {
            background: #E0EFFF; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-pic {
        max-height: 240px;
        padding: 20px;
        margin-top: 0;
        overflow: auto; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile {
          float: inherit;
          margin-right: 0; }
          .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile:last-child {
            margin-bottom: 0; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-annex {
        max-height: 240px;
        padding: 20px;
        margin-top: 0;
        overflow: auto; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile {
          float: inherit;
          margin-right: 0; }
          .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile:last-child {
            margin-bottom: 0; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .must_tip_word {
        width: 175px;
        padding: 0 20px 10px 20px;
        margin-top: 0;
        background: #fff; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .gmult_sel {
        padding: 20px; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .gmult_sel .gmust_sel_per {
          float: inherit;
          margin-right: 0;
          margin-bottom: 20px; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .gmult_sel .gmust_sel_per:last-child {
          margin-bottom: 0; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-slider {
        margin-top: 0; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-slider .slider {
          width: 260px;
          padding: 8px; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw_sign_cont {
        margin-top: 0;
        padding: 0; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw_sign_cont:has(.fsw_save) {
          width: 192px;
          height: 140px; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw_sign_cont:has(.fsw_code) {
          width: 142px;
          height: 160px; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save {
          top: 0;
          left: 0; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code {
          top: 0;
          left: 0; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-score {
        margin-top: 0; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-score .sf_score {
          max-width: 200px;
          padding: 13px 9px;
          word-break: break-all; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-score .widget-score {
          width: 150px; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-score .widget-score-num {
          min-width: auto; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .fsw-ul-score .widget-perv-tips {
          margin-top: 2px;
          line-height: 20px;
          font-size: 14px;
          color: #898989; }
      .subform_pop .selectbox .fsw-ul .fsw-ul-item .matrix_check {
        justify-content: space-between; }
        .subform_pop .selectbox .fsw-ul .fsw-ul-item .matrix_check .li {
          width: calc(50% - 5px); }
  .subform_pop .selectbox .g_li_right_area_multi_sel {
    margin: 8px; }
    .subform_pop .selectbox .g_li_right_area_multi_sel .chose_text_data {
      width: 318px;
      height: 32px; }
  .subform_pop .selectbox .mult-sel-box {
    display: flex;
    width: auto;
    height: auto;
    background: #fff;
    border: 1px solid #DEDFE0;
    border-radius: 4px;
    white-space: nowrap; }
    .subform_pop .selectbox .mult-sel-box .mult_uls_box {
      height: 180px;
      border-left: 1px solid #DEDFE0;
      overflow: auto;
      scrollbar-color: #C0C0C3 #ffffff;
      scrollbar-width: thin; }
      .subform_pop .selectbox .mult-sel-box .mult_uls_box::-webkit-scrollbar {
        /*高宽分别对应横竖滚动条的尺寸*/
        width: 4px;
        height: 4px; }
      .subform_pop .selectbox .mult-sel-box .mult_uls_box::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        border-radius: 4px;
        -webkit-box-shadow: none;
        background: #C0C0C3; }
      .subform_pop .selectbox .mult-sel-box .mult_uls_box::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        -webkit-box-shadow: none;
        border-radius: 4px;
        background: #ffffff; }
    .subform_pop .selectbox .mult-sel-box .mult_uls_box:first-child {
      border-left: none; }
    .subform_pop .selectbox .mult-sel-box .multi_uls_box {
      min-width: 73px;
      max-width: 185px; }
    .subform_pop .selectbox .mult-sel-box .mult_uls .mult_lis {
      justify-content: space-between;
      align-items: center;
      padding: 5px 8px 5px 9px;
      font-size: 14px;
      color: #4D4D4D;
      line-height: 20px;
      white-space: pre;
      word-break: break-all;
      cursor: pointer; }
      .subform_pop .selectbox .mult-sel-box .mult_uls .mult_lis:hover {
        background: #F9F9FA; }
      .subform_pop .selectbox .mult-sel-box .mult_uls .mult_lis .li_txt {
        display: inline-block; }
      .subform_pop .selectbox .mult-sel-box .mult_uls .mult_lis .icon_sel {
        display: none; }
    .subform_pop .selectbox .mult-sel-box .mult_uls .default_lis {
      color: #898989; }
    .subform_pop .selectbox .mult-sel-box .mult_uls .s_selected {
      color: #006CE2;
      background: #E0EFFF; }
      .subform_pop .selectbox .mult-sel-box .mult_uls .s_selected:hover {
        background: #E0EFFF; }
      .subform_pop .selectbox .mult-sel-box .mult_uls .s_selected .li_txt {
        width: calc(100% - 16px); }
      .subform_pop .selectbox .mult-sel-box .mult_uls .s_selected .icon_sel {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("../images/icon_select.png") no-repeat center/contain; }
  .subform_pop .selectbox .signature-fsw-ul {
    overflow: inherit; }
  .subform_pop .selectbox .chose_result {
    -webkit-line-clamp: unset; }
    .subform_pop .selectbox .chose_result.active {
      max-height: unset;
      height: 112px; }
  .subform_pop .select-list.fsw-ul {
    width: 170px; }
    .subform_pop .select-list.fsw-ul .fsw-ul-item {
      padding: 5px 10px; }
      .subform_pop .select-list.fsw-ul .fsw-ul-item .fsw-ul-check {
        margin-top: 0; }
      .subform_pop .select-list.fsw-ul .fsw-ul-item .li {
        padding: 0;
        cursor: pointer; }
        .subform_pop .select-list.fsw-ul .fsw-ul-item .li span {
          max-width: unset;
          flex: 1; }
        .subform_pop .select-list.fsw-ul .fsw-ul-item .li .other_span {
          flex: unset;
          flex-shrink: 0; }
      .subform_pop .select-list.fsw-ul .fsw-ul-item .fsw-color-check .li span {
        flex: unset; }
      .subform_pop .select-list.fsw-ul .fsw-ul-item .fsw-color-check .li .other_span {
        flex-shrink: 0; }
  .subform_pop .fsw-ul.matrix_list {
    width: 240px; }

.animation {
  -webkit-transition: all 218ms;
  -moz-transition: all 218ms;
  -o-transition: all 218ms;
  transition: all 218ms;
  transform: translate(0, -5px);
  opacity: 0; }

.subform_pop.active {
  opacity: 1; }

.image-type--card {
  width: 492px !important;
  max-height: 400px !important;
  overflow: hidden !important; }
  .image-type--card .fsw-ul-pic {
    display: flex;
    flex-wrap: wrap;
    max-height: 313px !important;
    padding: 8px 0 8px 8px !important;
    gap: 8px;
    overflow-x: hidden !important; }
    .image-type--card .fsw-ul-pic::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
  .image-type--card .select-subform-list {
    display: flex;
    justify-content: space-between;
    gap: 20px; }
    .image-type--card .select-subform-list .select-subform-item {
      flex: 1;
      width: auto !important;
      margin: 0 !important; }

.image-type--card-mini {
  width: 300px !important;
  max-height: 400px !important; }
  .image-type--card-mini .fsw-ul-pic {
    height: 100px; }
  .image-type--card-mini .image-card {
    width: 113px !important;
    height: 156px !important; }
    .image-type--card-mini .image-card .image-card__img {
      width: 97px;
      height: 97px; }

.gpreview_manage .image-type--card.fsw-ul .fsw-ul-item .fsw-ul-pic {
  max-height: 313px !important; }
.gpreview_manage .selectbox {
  max-width: 300px; }
.gpreview_manage .fsw-ul {
  width: auto;
  margin-bottom: 0; }
  .gpreview_manage .fsw-ul .fsw-ul-item {
    padding: 0; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-title {
      display: none; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-aside {
      display: none; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-imgs {
      display: none; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-check {
      margin-top: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-check.matrix_check {
        display: block; }
        .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-check.matrix_check .li span {
          display: block;
          overflow: unset; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-check .li {
        padding: 3px 4px; }
    .gpreview_manage .fsw-ul .fsw-ul-item .g_li_right {
      margin-top: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .g_li_right .chose_input {
        display: none; }
      .gpreview_manage .fsw-ul .fsw-ul-item .g_li_right .gsel_search {
        position: initial;
        display: block;
        min-height: auto; }
      .gpreview_manage .fsw-ul .fsw-ul-item .g_li_right .chose_result {
        height: 112px; }
    .gpreview_manage .fsw-ul .fsw-ul-item .select-subform-list {
      padding: 19px 20px 20px 20px;
      background: #fff;
      border-top: 1px solid #DEDFE0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item {
        position: relative;
        width: auto;
        margin: 0 auto 10px;
        line-height: 30px;
        font-size: 14px;
        color: #4D4D4D;
        text-align: center;
        border: 1px solid #DEDFE0;
        border-radius: 4px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer; }
        .gpreview_manage .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item .file {
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          opacity: 0;
          font-size: 0;
          cursor: pointer; }
        .gpreview_manage .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item:last-child {
          margin-bottom: 0; }
        .gpreview_manage .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item:hover {
          color: #006CE2;
          background: #E0EFFF; }
        .gpreview_manage .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item.select {
          background: #E0EFFF; }
        .gpreview_manage .fsw-ul .fsw-ul-item .select-subform-list .select-subform-item.cloud-disk {
          display: none; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-pic {
      min-width: unset !important;
      max-height: unset !important;
      padding: 20px;
      margin-top: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-pic .gmulfile {
        float: inherit;
        margin-right: 0;
        width: auto; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-pic .btn-pic {
        width: auto; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-annex {
      min-width: unset !important;
      max-height: unset !important;
      padding: 20px;
      margin-top: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-annex .gmulfile {
        float: inherit;
        margin-right: 0;
        width: auto; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-annex .btn-annex {
        width: auto; }
    .gpreview_manage .fsw-ul .fsw-ul-item .must_tip_word {
      padding: 0 20px 10px 20px; }
    .gpreview_manage .fsw-ul .fsw-ul-item .gmult_sel {
      min-height: 200px;
      padding: 20px; }
      .gpreview_manage .fsw-ul .fsw-ul-item .gmult_sel .gmust_sel_per {
        float: inherit;
        margin-right: 0;
        margin-bottom: 20px; }
      .gpreview_manage .fsw-ul .fsw-ul-item .gmult_sel .gmust_sel_per:last-child {
        margin-bottom: 0; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-slider {
      margin-top: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-slider .slider {
        width: 260px;
        padding: 8px; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw_sign_cont {
      margin-top: 0;
      padding: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_save {
        position: static;
        left: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw_sign_cont .fsw_code {
        position: static;
        left: 0; }
    .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-score {
      margin-top: 0; }
      .gpreview_manage .fsw-ul .fsw-ul-item .fsw-ul-score .widget-perv-tips {
        padding: 0 8px; }
.gpreview_manage .mult-sel-box {
  display: flex;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  z-index: 11;
  background: #fff;
  border: 1px solid #DEDFE0;
  border-radius: 4px;
  white-space: nowrap; }
  .gpreview_manage .mult-sel-box .mult_uls_box {
    height: 180px;
    border-left: 1px solid #DEDFE0;
    overflow: auto;
    scrollbar-color: #C0C0C3 #ffffff;
    scrollbar-width: thin; }
    .gpreview_manage .mult-sel-box .mult_uls_box::-webkit-scrollbar {
      /*高宽分别对应横竖滚动条的尺寸*/
      width: 4px;
      height: 4px; }
    .gpreview_manage .mult-sel-box .mult_uls_box::-webkit-scrollbar-thumb {
      /*滚动条里面小方块*/
      border-radius: 4px;
      -webkit-box-shadow: none;
      background: #C0C0C3; }
    .gpreview_manage .mult-sel-box .mult_uls_box::-webkit-scrollbar-track {
      /*滚动条里面轨道*/
      -webkit-box-shadow: none;
      border-radius: 4px;
      background: #ffffff; }
  .gpreview_manage .mult-sel-box .mult_uls_box:first-child {
    border-left: none; }
  .gpreview_manage .mult-sel-box .multi_uls_box {
    min-width: 73px;
    max-width: 185px; }
  .gpreview_manage .mult-sel-box .mult_uls .mult_lis {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 8px 5px 9px;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 20px;
    white-space: normal;
    word-break: break-all;
    cursor: pointer; }
    .gpreview_manage .mult-sel-box .mult_uls .mult_lis:hover {
      background: #F9F9FA; }
    .gpreview_manage .mult-sel-box .mult_uls .mult_lis .li_txt {
      display: inline-block; }
    .gpreview_manage .mult-sel-box .mult_uls .mult_lis .icon_sel {
      display: none; }
  .gpreview_manage .mult-sel-box .mult_uls .default_lis {
    color: #898989; }
  .gpreview_manage .mult-sel-box .mult_uls .s_selected {
    color: #006CE2;
    background: #E0EFFF; }
    .gpreview_manage .mult-sel-box .mult_uls .s_selected:hover {
      background: #E0EFFF; }
    .gpreview_manage .mult-sel-box .mult_uls .s_selected .li_txt {
      width: calc(100% - 16px); }
    .gpreview_manage .mult-sel-box .mult_uls .s_selected .icon_sel {
      display: inline-block;
      width: 16px;
      height: 16px;
      background: url("../images/icon_select.png") no-repeat center/contain; }
.gpreview_manage .subform-table__td {
  display: contents;
  border: none; }

.default_set_pop {
  z-index: 13;
  position: fixed;
  width: 690px;
  min-height: 248px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px; }
  .default_set_pop .default_title {
    position: relative;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #E9E9E9; }
    .default_set_pop .default_title span {
      position: absolute;
      width: 16px;
      height: 16px;
      top: 19px;
      right: 20px;
      background: url(../images/icon_pop_close.png) no-repeat center;
      background-size: contain;
      cursor: pointer; }
  .default_set_pop .default_cont {
    min-height: 110px;
    padding: 20px 20px 0 20px; }
    .default_set_pop .default_cont .default_cont_area {
      border: 1px solid #DEDFE0; }
    .default_set_pop .default_cont .default_add_btn {
      margin-top: 13px; }
      .default_set_pop .default_cont .default_add_btn .default_add_reim {
        line-height: 18px;
        font-size: 12px;
        color: #006CE2;
        cursor: pointer; }
        .default_set_pop .default_cont .default_add_btn .default_add_reim span {
          display: inline-block;
          width: 14px;
          height: 14px;
          background: url(../images/icon_add_pic.png) no-repeat center;
          background-size: contain;
          vertical-align: top;
          margin-top: 2px;
          margin-right: 4px; }
  .default_set_pop .default_bottom {
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    text-align: right; }
    .default_set_pop .default_bottom span {
      display: inline-block;
      width: 70px;
      height: 32px;
      line-height: 32px;
      vertical-align: top;
      margin-top: 16px;
      border-radius: 4px;
      cursor: pointer; }
    .default_set_pop .default_bottom .default_cal {
      font-size: 14px;
      color: #666666;
      text-align: center;
      border: 1px solid #CCCCCC; }
    .default_set_pop .default_bottom .default_sure {
      font-size: 14px;
      color: #fff;
      text-align: center;
      border: 1px solid #006CE2;
      background: #006CE2; }

.input-wrapper {
  display: flex;
  border: 1px solid #DEDFE0;
  padding: 0 9px;
  border-radius: 4px;
  background: #fff; }
  .input-wrapper .input-flex {
    display: grid;
    flex: 1; }
    .input-wrapper .input-flex input {
      width: 100%; }
  .input-wrapper input, .input-wrapper .input-content {
    height: 32px;
    border: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex: 1; }
  .input-wrapper .input-prefix, .input-wrapper .input-suffix {
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    text-align: center; }
    .input-wrapper .input-prefix .prefix-icon, .input-wrapper .input-suffix .prefix-icon {
      display: inline-block;
      margin-right: 7px;
      transform: translateY(1px); }
    .input-wrapper .input-prefix .suffix-icon, .input-wrapper .input-suffix .suffix-icon {
      display: inline-block;
      margin: 0 7px;
      transform: translateY(1px); }
    .input-wrapper .input-prefix .suffix-icon:last-child, .input-wrapper .input-suffix .suffix-icon:last-child {
      margin: 0 0 0 7px; }
  .input-wrapper .text-limit {
    margin-left: 5px;
    line-height: 32px;
    font-size: 12px;
    color: #898989;
    vertical-align: top; }
  .input-wrapper.suffix-unit {
    position: relative; }
    .input-wrapper.suffix-unit .has_unit_date_val {
      flex: 1;
      height: 30px;
      line-height: 30px; }
    .input-wrapper.suffix-unit .dateinput {
      position: absolute;
      left: 9px;
      top: 0;
      bottom: 0;
      right: 9px;
      opacity: 0;
      z-index: 1; }
  .input-wrapper .readonly-date-val {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.input-wrapper.disabled {
  background: #F1F1F2; }
  .input-wrapper.disabled input {
    background: #F1F1F2; }

.input-wrapper.focus {
  box-shadow: 0px 0px 6px 0px rgba(0, 122, 255, 0.5);
  border: 1px solid #007AFF; }

.input-wrapper.error {
  box-shadow: 0px 0px 6px 0px rgba(255, 122, 147, 0.5);
  border: 1px solid #FF7A93 !important; }

.input-wrapper.subform {
  height: 100%;
  border-radius: 0; }
  .input-wrapper.subform input.editinput.error {
    border: none !important; }
  .input-wrapper.subform .text-limit {
    line-height: 28px; }
  .input-wrapper.subform .input-prefix, .input-wrapper.subform .input-suffix {
    height: 28px;
    line-height: 28px; }

.w1000 {
  width: 1000px; }

.charlen_tip {
  position: absolute;
  right: 10px;
  bottom: 1px;
  padding: 0 4px;
  line-height: 30px;
  font-size: 12px;
  color: #C0C0C3;
  background: #fff; }

.charlen_textarea_tip {
  position: absolute;
  right: 10px;
  bottom: 6px;
  padding: 0 4px;
  line-height: 18px;
  font-size: 12px;
  color: #C0C0C3; }

.copy_tabs {
  z-index: 10;
  position: fixed;
  width: 168px;
  max-height: 150px;
  left: 0;
  top: 14px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: 1px solid #DEDFE0; }
  .copy_tabs .copy_tabs_per {
    line-height: 30px;
    padding: 0 9px;
    font-size: 14px;
    color: #4D4D4D;
    font-weight: 400;
    cursor: pointer; }
  .copy_tabs .copy_tabs_per:hover {
    color: #006CE2; }

.form_index ~ .layui-layer-tips {
  width: auto !important;
  max-width: 400px; }
  .form_index ~ .layui-layer-tips .layui-layer-content {
    padding: 7px 14px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    background: rgba(32, 32, 32, 0.8);
    border-radius: 8px;
    white-space: break-spaces; }
    .form_index ~ .layui-layer-tips .layui-layer-content .layui-layer-TipsG {
      display: none; }
