@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 14px; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

body {
  margin: 0 auto;
  font-family: 'microsoft yahei',Verdana,"\5FAE\8F6F\96C5\9ED1",Helvetica,Tahoma,sans-serif,"\5b8b\4f53",Arial;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  cursor: default;
  -ms-content-zooming: none;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6, button, input, select, textarea {
  font-weight: normal;
  font-style: normal;
  -webkit-appearance: none;
  /*去除系统默认的样式*/
  -webkit-tap-highlight-color: transparent;
  /* 点击高亮的颜色*/ }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
  empty-cells: show; }

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal; }

button, input, select, textarea {
  text-decoration: none;
  outline: none;
  -moz-outline: none;
  font-size: 100%;
  word-break: normal;
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  vertical-align: middle;
  -webkit-appearance: button;
  cursor: pointer; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

textarea {
  resize: none;
  overflow: auto;
  vertical-align: top; }

ul, ol, li, dl {
  list-style-type: none; }

i, em {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

fieldset, img {
  border: 0; }

img {
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-tap-highlight-color: transparent; }

a {
  color: #000;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  outline: none; }

a:active {
  blr: expression(this.onFocus=this.blur()); }

a:focus {
  outline: none;
  -moz-outline: none; }

.tc {
  text-align: center; }

.bg_efe {
  background-color: #efeff4; }

.icons {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  background-size: 100px 100px; }

.list-title {
  height: 20px;
  line-height: 20px;
  padding: 11px 17px;
  font-size: 15px;
  color: #999999; }

.list li {
  border-bottom: 1px solid #eee; }
  .list li a {
    display: block;
    padding: 0 17px;
    height: 75px;
    color: #999;
    font-size: 15px;
    background: #fff url(../img/ico-right-gray.png) no-repeat 96% center;
    background-size: 8px 14px; }

.user_list {
  position: relative;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .user_list .btn_del {
    position: absolute;
    right: 0;
    top: 1px;
    width: 70px;
    height: 73px;
    line-height: 73px;
    z-index: 1;
    text-align: center;
    background: #f34a58;
    color: #fff;
    font-size: 15px; }
  .user_list .btn_edit {
    position: absolute;
    right: 70px;
    top: 1px;
    width: 95px;
    height: 73px;
    line-height: 73px;
    padding: 0;
    z-index: 1;
    text-align: center;
    background: #ccc;
    color: #fff;
    font-size: 15px; }
  .user_list li {
    position: relative; }
    .user_list li a {
      position: relative;
      z-index: 2; }
    .user_list li a.on {
      -webkit-transform: translate3d(-165px, 0, 0) !important;
      transform: translate3d(-165px, 0, 0) !important;
      -webkit-transition: all .35s ease !important;
      transition: all .35s ease !important; }
    .user_list li:last-child {
      border-bottom: none; }
  .user_list .name {
    display: inline-block;
    height: 20px;
    margin-top: 11px;
    line-height: 20px;
    color: #333;
    font-size: 16px; }
  .user_list .item-bottom {
    margin-top: 15px; }
  .user_list .order_num, .user_list .money_num {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    color: #333333; }
  .user_list .order_num {
    padding-left: 20px;
    padding-right: 33px;
    background-position: -85px 1px; }
  .user_list .money_num {
    padding-left: 22px;
    background-position: -84px -27px; }

.add_user {
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-left: 40px;
  color: #f1595a;
  background: #fff url(../img/ico_add.png) no-repeat 17px center;
  background-size: 19px 19px; }

.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
  background: rgba(0, 0, 0, 0.5); }
  .layer .tipbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .layer .tipbox .coner {
      margin: 5px auto 0;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 6px solid #eee; }

.tipbox .ico-header {
  width: 60px;
  height: 60px;
  margin: -30px auto 0;
  border: 4px solid #fff;
  border-radius: 50%; }

.tipbox .userpho {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  margin: auto;
  position: relative;
  z-index: 1; }

.tipbox_sty1 .layui-layer-content {
  overflow: visible !important; }

.tipbox .close {
  padding: 10px;
  border: 0;
  background-color: transparent;
  width: 15px;
  height: 15px;
  float: right;
  background-image: url(../img/ico-muck.png);
  background-repeat: no-repeat;
  background-size: 16px 39px;
  z-index: 2;
  margin-top: -22px;
  margin-right: 17px;
  outline: none; }

.tipbox .content {
  margin-top: 10px;
  text-align: center; }

.tipbox .content .top {
  color: #333333;
  font-size: 13px; }

.tipbox .content .main {
  position: relative;
  margin: 15px 15px 0;
  padding: 13px 0;
  border: 1px solid #cdcdcd; }

.tipbox .content .main input {
  width: 95%;
  height: 20px;
  line-height: 20px;
  border: none;
  color: #333;
  font-size: 18px; }

.tipbox .content .main .delTxt {
  display: none;
  position: absolute;
  right: 10px;
  top: 16px;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico-muck.png);
  background-repeat: no-repeat;
  background-size: 16px 39px;
  background-position: 0 -23px; }

.tipbox .p {
  background-color: #EEEEEE;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 22px 18px;
  width: 80%;
  margin: auto;
  line-height: 20px; }

.tipbox .check {
  display: block;
  border: 0;
  background-color: #F15B5C;
  text-align: center;
  color: #fff;
  font-size: 0.9rem;
  width: 46%;
  margin: auto;
  border-radius: 16px;
  outline: none;
  height: 38px;
  line-height: 38px;
  margin-top: 20px;
  margin-bottom: 20px;
  box-shadow: none; }

.tipbox .check:active {
  background-color: #ED5755; }

.tipbox .tip-name {
  text-align: center;
  color: #F15B5C;
  font-size: 16px; }

.tipbox .single_btn {
  text-align: center; }

.tipbox .single_btn, .tipbox .double_btn {
  display: none; }

.tipbox .btn {
  display: inline-block;
  width: 40%;
  height: 38px;
  line-height: 18px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  outline: none;
  border-radius: 16px;
  font-size: 15px; }

.tipbox .btns {
  margin: 25px 0;
  text-align: center; }

.tipbox .btn-cancel {
  margin-left: 5%;
  border: 1px solid #F15B5C;
  background-color: #fff;
  color: #F15B5C; }

.tipbox .btn-normal {
  color: #fff;
  border: 1px solid #F15B5C;
  background-color: #F15B5C; }

.tipbox .btn-ok {
  float: right;
  margin-right: 5%;
  border: 1px solid #F15B5C;
  background-color: #F15B5C;
  color: #fff; }

.tipbox .btn-ok:active, .tipbox .btn-normal:active {
  background: #F14B5C; }

.btn_group .btn {
  height: 45px;
  line-height: 45px;
  background: #F15B5C;
  color: #fff;
  font-size: 17px;
  text-align: center; }
.btn_group .btn:active {
  background: #F14B5C; }
.btn_group .btn_save {
  display: block;
  width: 90%;
  margin: 42px auto 0;
  border-radius: 3px; }
.btn_group .disabled {
  background-color: #ccc;
  color: #eee; }
.btn_group .disabled:active {
  background-color: #ccc;
  color: #eee; }
.btn_group .btn-single {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 16px;
  font-size: 15px;
  padding: 0 35px;
  margin: 0 auto; }

.btn_group_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 8px 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
  z-index: 99; }

.power_setup {
  background: #fff; }
  .power_setup li {
    position: relative;
    height: 60px;
    line-height: 60px;
    padding: 0 14px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 15px; }
    .power_setup li:last-child {
      border-bottom: 1px solid #ddd; }
    .power_setup li .switch {
      position: absolute;
      top: 17px;
      right: 13px;
      z-index: 1;
      vertical-align: middle;
      display: inline-block;
      box-sizing: border-box;
      width: 42px;
      height: 25px;
      margin: 0;
      padding: 0;
      overflow: visible;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .power_setup li .switch .switch_track {
        background: rgba(0, 0, 0, 0.26);
        position: absolute;
        left: 0;
        top: 0px;
        height: 25px;
        width: 42px;
        border-radius: 14px;
        cursor: pointer;
        border: 1px solid #ddd; }
      .power_setup li .switch .switch_thumb {
        background: #fafafa;
        position: absolute;
        left: 2px;
        top: 2px;
        height: 23px;
        width: 23px;
        border-radius: 50%;
        cursor: pointer;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        transition-duration: .28s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: left; }
    .power_setup li .switch.is_checked .switch_track {
      border: 1px solid #F15B5C;
      background: #F15B5C; }
    .power_setup li .switch.is_checked .switch_thumb {
      left: inherit;
      right: 0;
      box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12); }

.link_power_set {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #F25958;
  font-size: 14px; }

.tip {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #F15A58;
  font-size: 12px;
  margin: 15px 15px 15px 12px; }
  .tip .tip_error {
    display: none;
    line-height: 20px;
    padding-left: 20px;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -20px;
    background-size: 100px 100px; }
  .tip .ico_bulb {
    float: right;
    display: block;
    width: 15px;
    height: 20px;
    background-image: url(../img/icons.png);
    background-repeat: no-repeat;
    background-position: 0 -79px;
    background-size: 100px 100px; }

.muck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #494949;
  z-index: 99;
  -webkit-transform: translateY(-102%);
  transform: translateY(-102%);
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.muck.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.muck-content {
  margin-top: 10%;
  text-align: center;
  color: #fff; }

.muck-content h2 {
  font-size: 19px;
  line-height: 40px; }

.muck-content div {
  width: 80%;
  height: 1px;
  background-color: #fff;
  margin: 0 auto 10px; }

.muck-content p {
  font-size: 15px;
  line-height: 22px; }

.muck .btn-close {
  width: 42px;
  height: 42px;
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  background-size: 100px 100px;
  background-position: -58px -58px;
  bottom: 10%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto; }

.add_user_form {
  width: 100%;
  background-color: #fff; }
  .add_user_form li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 17px 0; }
    .add_user_form li:last-child {
      border-bottom: 1px solid #ddd; }
    .add_user_form li label {
      display: inline-block;
      height: 34px;
      line-height: 34px;
      font-size: 16px;
      color: #999999;
      vertical-align: middle;
      margin-left: 3%; }
      .add_user_form li label i {
        color: #F05957;
        font-size: 16px;
        vertical-align: middle; }
    .add_user_form li .input_s1 {
      display: inline-block;
      vertical-align: middle;
      width: 65%;
      font-size: 15px;
      color: #333;
      padding: 8px 8px;
      appearance: none; }
    .add_user_form li .input_s1:disabled {
      background: #fff; }
    .add_user_form li .ico_pwd_display {
      position: absolute;
      top: 28px;
      right: 15px;
      display: inline-block;
      width: 21px;
      height: 13px;
      background: url(../img/ico_pwd_display.png) no-repeat center 100%;
      background-size: 21px 30px; }
    .add_user_form li .ico_pwd_display.show {
      background: url(../img/ico_pwd_display.png) no-repeat center 0;
      background-size: 21px 30px; }

#infscr-loading {
  position: fixed;
  bottom: 0;
  /* position: absolute; */
  text-align: center;
  height: 40px;
  line-height: 40px;
  z-index: 100;
  left: 40%;
  color: #999; }

.warm-tips {
  margin: 20px 0 70px;
  height: 20px;
  padding-right: 17px;
  line-height: 20px;
  text-align: right; }
  .warm-tips .warm-tips-txt {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    vertical-align: super;
    color: #F25958;
    font-size: 11px; }
  .warm-tips .ico-bulbs {
    display: inline-block;
    width: 15px;
    height: 20px;
    background-position: 0 -79px; }

.date-select {
  margin-top: 10px;
  height: 60px;
  line-height: 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fff; }
  .date-select .lbl {
    font-size: 16px;
    color: #CCCCCC;
    vertical-align: middle;
    margin-left: 17px; }
  .date-select .select {
    display: inline-block;
    vertical-align: middle;
    width: 78%;
    font-size: 15px;
    color: #333;
    padding: 8px 8px;
    background: #fff;
    border: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAMBAMAAABl3At4AAAAA3NCSVQICAjb4U/gAAAAElBMVEX///8zMzMzMzMzMzMzMzMzMzPrq7PdAAAABnRSTlMAEYi7zP+YjUFJAAAACXBIWXMAAAsSAAALEgHS3X78AAAAFnRFWHRDcmVhdGlvbiBUaW1lADIwMTYuOS42fysT0gAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAA+SURBVAiZYxAOhYMQAQZGUzjPkYGBQRhJigEhCZKCS4Kl4JIQKagkVAoqCZMCS8KlwJIIKaAkkhRQUhFCAwBQTxeDB4wmawAAAABJRU5ErkJggg==) no-repeat right center;
    background-size: 12px 6px; }

.listview .list-item {
  display: -webkit-box; }
.listview .p {
  width: 50px;
  height: 50px; }
.listview .d {
  -webkit-box-flex: 1; }

.clerk-details-list {
  background-color: #fff; }
  .clerk-details-list .mon {
    display: -webkit-box;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding: 10px 12px 10px 15px;
    background-color: #eee; }
    .clerk-details-list .mon p {
      color: #333;
      font-size: 15px; }
    .clerk-details-list .mon .time {
      -webkit-box-flex: 1; }
    .clerk-details-list .mon .font-num {
      color: #F15A5B;
      font-size: 15px; }
  .clerk-details-list .list-item {
    padding: 10px 15px 10px 0;
    margin-left: 15px;
    background: #fff;
    border-bottom: 1px solid #eee; }
    .clerk-details-list .list-item:last-child {
      border-bottom: none; }
  .clerk-details-list .l {
    -webkit-box-flex: 1; }
    .clerk-details-list .l .l-name {
      line-height: 20px;
      -webkit-line-clamp: 1;
      color: #333333;
      font-size: 14px; }
    .clerk-details-list .l .l-time p {
      margin-top: 12px;
      color: #999;
      font-size: 14px;
      line-height: 16px; }
  .clerk-details-list .r {
    line-height: 48px;
    color: #333333;
    font-size: 15px; }

.user_list_details {
  margin: 15px 0; }
  .user_list_details li a {
    background-image: none; }
  .user_list_details li .ico-setup {
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -17px;
    display: inline-block;
    width: 17px;
    height: 18px;
    padding: 8px;
    background: url(../img/ico-setup.png) no-repeat center;
    background-size: 17px 18px; }

.img-null {
  display: inline-block;
  width: 145px;
  margin: 50px auto 0; }

.clerk-null-txt {
  margin-top: 50px;
  font-size: 17px;
  color: #999; }

.edit-list {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .edit-list li a {
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 16px; }
  .edit-list li:last-child {
    border-bottom: none; }
  .edit-list li .bound {
    float: right;
    margin-right: 15px;
    color: #F25958;
    font-size: 16px; }

.bind-card {
  margin-top: 10px; }

.form-item {
  padding: 13px 0;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .form-item .form-lbl {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #999999;
    vertical-align: middle;
    margin-left: 3%; }
  .form-item .form-txt {
    display: inline-block;
    vertical-align: middle;
    width: 65%;
    font-size: 15px;
    color: #333;
    padding: 8px 8px;
    appearance: none; }

.tips {
  width: 90%;
  margin: 12px auto 0; }
  .tips .ico-tips {
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 20px;
    background-position: 0 -50px; }
  .tips .tips-txt {
    display: inline-block;
    margin-left: 22px;
    color: #999999;
    font-size: 11px; }

/*# sourceMappingURL=clerk_management.css.map */
