/* 通用样式 */
html {
  height: calc(100% - 60px);
}
body {
  margin: 0 auto;
  padding-bottom: 80px;
  max-width: 750px;
  background: #eaeaea;
  -webkit-tap-highlight-color: transparent;
}
.tips {
  display: block;
  width: 100%;
  color: #999;
  text-align: center;
  /* height: 50px; */
  line-height: 50px;
}
.weui-tabbar {
  position: fixed;
  max-width: 750px;
  /* box-shadow: 0px -1px 10px 5px #eee; */
}
.weui-tabbar .weui-tabbar__item {
  padding-top: 10px;
}

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label,
.weui-tabbar__item.weui-bar__item--on .fa {
  color: #018be0;
}

/* 用户注册 */
#register .weui-flex__item {
  background: #eee;
  text-align: center;
  line-height: 3em;
}
#register .weui-navbar__item {
  font-size: 12px;
  line-height: 1em;
}
#register .weui-navbar__item.weui-bar__item--on {
  /* border-radius: 5px 5px 0 0;*/
  background: #fff;
  color: #2196f3;
  font-size: 15px;
  border-top: 2px solid #2196f3; /* -webkit-transition: all .8s;  -moz-transition: all .5s;  transition: all .5s; */
}
#register .panel-body {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#register .header {
  position: relative;
}
#register .header img {
  width: 100%;
}
.header .title {
  margin: 0 15%;
  color: #3cc51f;
  text-align: center;
  font-weight: 400;
  font-size: 34px;
}
#register .weui-cell {
  padding: 12px 15px;
  font-size: 14px;
}
#register .weui-select,
#register .weui-vcode-btn {
  height: 22px;
  font-size: 12px;
  line-height: 22px;
}
#register .weui-tab__bd {
  background: #fff;
}
#register .weui-agree {
  margin-top: 10px;
  color: #2196f3;
}
#register .weui-agree a {
  color: #2196f3;
}
#register .weui-agree__checkbox {
  width: 16px;
  height: 16px;
  border: 1px solid #2196f3;
}
#register #submit {
  margin-top: 20px;
}

/* #index {} */
#index .weui-panel {
  margin: 0 auto 10px;
  width: 96%;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#index #map {
  width: 100%;
  height: 300px;
  z-index: 9;
  /* min-width: 375px; */
}
#index #map .smnoprint {
  display: none;
}
#index .my-schedule {
  border: 1px solid #ccc;
  border-top: 5px solid #03a9f4;
}
#index .my-schedule .weui-media-box__title {
  font-size: 30px;
}
#index .weui-panel__hd {
  padding: 10px 15px 5px;
  color: #666;
  font-size: 16px;
}
#index .my-schedule .weui-media-box {
  padding: 5px 15px 15px;
}
#index .request {
  height: 3em;
  line-height: 3em;
}
#index .request .badge {
  float: left;
  width: 15%;
  background: #ccc;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
#index .request .have-request {
  background: #03a9f4;
  color: #fff;
}
#index .request .title {
  float: right;
  width: 80%;
}
#index .my-shfits {
  border: 1px solid #ccc;
  border-top: 5px solid #03a9f4;
}
#index .my-shfits .weui-media-box__title {
  font-size: 20px;
  line-height: 40px;
}
#index .my-shfits .weui-panel__hd {
  padding: 10px 15px 5px;
  color: #666;
  font-size: 12px;
}
#index .my-shfits .weui-media-box {
  padding: 5px 15px;
}
#index .request .title:after,
#index .my-shfits .weui-media-box__title:after {
  position: absolute;
  top: 45%;
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-color: #c8c8cd;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: " ";
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

#togethers .Index-employee {
  /* float: left; */
  margin: 5px 12px;
  max-height: 10.2em;
  min-height: 3.5em;
  overflow: hidden;
}
#togethers .Index-employee span {
  display: inline-block;
  margin-right: 0.9em;
  text-align: center;
  font-size: 0.7em;
  width: 3.7em;
}
#togethers .Index-employee img {
  display: block;
  margin-right: 3px;
  margin-left: 3px;
  width: 3em;
  height: 3em;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #fff;
}
#togethers .load-more {
  font-size: 0.8em;
  line-height: 3em;
  border-top: 1px solid #eee;
  text-align: center;
}

#employee_list {
  float: left;
}
#employee_list span {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  position: relative;
  padding: 0.3em 0.5em 0.3em 0.5em;
  border: 1px solid #eee;
  border-radius: 5px;
}
#employee_list img {
  display: inline-block;
  margin: 0 0.4em 0 0.2em;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  background: #fff;
}

#employee_list .choose {
  background: #018be0;
  color: #fff;
  transition: 0.3s all ease;
}
/* #employee_list .choose:before { content: '✔'; color: #4CAF50; position: absolute; top: 2.2em; left: -0.7em;} */

.fixed-btn {
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
  z-index: 111;
}
.fixed-btn .iconfont {
  font-size: 1.8em;
}

/* 用户中心 */
.weui-cell {
  font-size: 14px;
}
.weui-cell .fa {
  margin-right: 5px;
}
.user_profile .weui-cell .fa {
  color: inherit;
}
/* .menulist .fa {
  width: 20px;
  color: #03a9f4;
  font-size: 1.2em;
} */
.user_profile .weui-navbar__item {
  height: 16px;
  background: #eaeaea;
  font-size: 12px;
  line-height: 1em;
}
.user_profile .weui-navbar__item.weui-bar__item--on {
  border-radius: 5px 5px 0 0;
  background: #fff;
  color: #2196f3;
  font-size: 15px;
  -webkit-transition: all 0.22s;
  -moz-transition: all 0.22s;
  transition: all 0.22s;
}
.user_profile .weui-cells:before {
  border: 0;
}
.user_profile .link:after {
  position: relative;
  position: absolute;
  top: -2px;
  top: 50%;
  right: 2px;
  display: inline-block;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-color: #c8c8cd;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: " ";
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.user_profile .weui-picker-modal .picker-item {
  text-align: center;
}
.user_profile .edit_btn {
  position: absolute;
  top: 15px;
  right: 10px;
}
.user_profile .edit_btn a {
  display: inline-block;
  width: 4em;
}
.user_profile .edit_btn .fa {
  margin-right: 5px;
}
.vux-1px,
.vux-1px-l,
.vux-1px-r {
  position: relative;
}
.vux-1px:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 1px;
  height: 200%;
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  content: " ";
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.vux-1px-l:before {
  left: 0;
  border-left: 1px solid #c7c7c7;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.vux-1px-r:after {
  right: 0;
  border-right: 1px solid #c7c7c7;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.vux-1px-l:before,
.vux-1px-r:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  color: #c7c7c7;
  content: " ";
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.card-demo-flex {
  display: -webkit-box;
  display: flex;
  padding: 10px 0;
}
.card-demo-flex > div {
  text-align: center;
  font-size: 9pt;
  -webkit-box-flex: 1;
  flex: 1;
  width: 25%;
}
.card-demo-flex span {
  display: block;
  color: #9e9e9e;
  font-size: 2em;
  width: 2.7em;
  overflow: hidden;
  margin: 0 auto;
}
.info_panel {
  position: relative;
  overflow: hidden;
  height: 180px;
}
.info_panel .vux-bg-blur {
  position: absolute;
  top: 0;
  top: -20%;
  left: -20%;
  z-index: -2;
  display: block;
  width: 140%;
  height: 140%;
  max-height: none;
  min-height: 100%;
  opacity: 0;
  -webkit-transition: opacity linear 0.8s;
  transition: opacity linear 0.8s;
}
.info_panel .vux-bg-blur-overlay {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0, #000 100%);
}
.info_panel .center {
  padding-top: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 5px #000;
  font-size: 14px;
}
.info_panel .center b {
  display: block;
  font-size: 18px;
}
.info_panel .center img {
  display: block;
  margin: 0 auto 10px;
  width: 5pc;
  height: 5pc;
  border: 4px solid #ececec;
  border-radius: 50%;
  background: #fff;
}

/* 待办 & 申请 */
#request .avatar {
  display: inline-block;
  padding: 15px 10px 0 0px;
  vertical-align: top;
}
#request .avatar img {
  float: left;
  margin: 0 auto 10px;
  width: 2pc;
  height: 2pc;
  border-radius: 50%;
}
#request .text {
  position: relative;
  display: inline-block;
  margin: 8px 0;
  padding: 0 0 0 10px;
  width: 83%;
  border-top: 0;
  border-left: 2px solid #03a9f4;
}
#request .text .weui-media-box__title {
  margin: 5px 0;
  font-size: 14px;
}
#request .weui-panel__bd {
  border-bottom: 1px solid #eee;
}
.btn-small {
  float: left; /*display:inline-block;*/
  margin-right: 1em;
  height: 20px;
  border-radius: 3px;
  font-size: 9pt;
  line-height: 20px;
}
#request .weui-media-box__info__meta {
  margin: 3.5px 0;
}
/* #request #bfdo {
  margin-bottom: 75px;
} */
#request .weui-media-box__info {
  margin-top: 6px;
}

/* 我的排班 */
#calendar {
  width: 100%;
  background: #fff;
  max-width: 750px;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 3px 10px 0px #ccc;
}
#calendar button {
  background: #fff;
  line-height: 25px;
  border: none;
  font-size: 0.8em;
}
#calendar button:focus {
  outline: 0;
}
#calendar .dates {
  margin: 0 auto;
  width: 80%;
  height: 26px;
  line-height: 26px;
}
#calendar .dates span {
  padding: 5px 0 0px;
  font-size: 0.8em;
  cursor: pointer;
  width: 14.26%;
  text-align: center;
  float: left;
}
#calendar .monitor {
  height: 2.5em;
  line-height: 2.5em;
  margin: 0 auto;
  width: 80%;
}
#calendar .monitor li {
  padding: 0px 0 0;
  cursor: pointer;
  width: 14.26%;
  display: inline-block;
  text-align: center;
}
#calendar .lastW,
.nextW {
  position: absolute;
  top: 0px;
  width: 10%;
  height: 66px;
  cursor: pointer;
}
#calendar .lastW {
  background: #fff url(../../img/pre.png) no-repeat;
  background-position: 50% 32px;
}
#calendar .nextW {
  right: 0;
  background: #fff url(../../img/next.png) no-repeat;
  background-position: 50% 30px;
}
#calendar .mark1 {
  border-radius: 50%;
  background: #999;
  color: #fff;
  width: 25px;
}
#calendar .mark2 {
  position: relative;
}
#calendar .mark2:before {
  content: "";
  position: absolute;
  right: 48%;
  bottom: -8px;
  width: 4px;
  height: 5px;
  border-radius: 50%;
  background: #018be0;
}

.dateShow {
  position: fixed;
  z-index: 1000;
  top: 0;
}
.shifts_list {
  position: absolute;
  margin-top: 66px;
  padding-bottom: 95px;
  width: 100%;
  max-width: 750px;
}
.shifts_list .weui-panel__bd {
  padding: 10px 0;
  background: #fff;
}
.shifts_list .weui-media-box {
  padding: 5px 0 5px 5px;
  border-left: 5px solid #f5f5f5;
  height: 3pc;
  line-height: 3.5pc;
}
.shifts_list .weui-media-box__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
}
.shifts_list .weui-media-box__desc {
  font-size: 14px;
}
.shifts_list .weui-cells__title {
  margin: 0;
  height: 40px;
  border-bottom: 1px solid #e8e8e8;
  background: #f5f5f5;
  line-height: 40px;
}
.weui-cells__title span {
  float: right;
}
#pname_initial {
  float: initial;
}
.shifts_list .avatar {
  display: inline-block;
  height: 3pc;
}
.shifts_list .avatar img {
  float: left;
  margin: 0.25pc 0 0.25pc 0.5pc;
  width: 2.6pc;
  height: 2.6pc;
  border-radius: 50%;
  background: #fff;
}
#request .text:after,
#request .weui-media-box__bd::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-color: #c8c8cd;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: " ";
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.weui-popup__modal .weui-media-box_appmsg .weui-media-box__hd {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
}
.weui-popup__modal .weui-media-box__title {
  font-size: 1em;
}
.weui-popup__modal .weui-media-box {
  padding: 0;
}
.weui-popup__container .weui-cells {
  overflow: auto;
  /* max-height: 360px; */
}
.weui-picker-container,
.weui-picker-overlay {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.navi-btn {
  float: right;
  margin: 10px 0;
  width: 24%;
  height: 30px;
  background: #03a9f4;
  font-size: 14px;
  line-height: 30px;
}
.noList_Box {
  margin-top: 20%;
  color: #6c6c6c;
  text-align: center;
}
.shifts_list .weui-panel__bd {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.noList_Box span {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  background: url(/static/img/schedule/list.png);
  background-size: 50px 50px;
}
.noList_Box p {
  margin-top: 10px;
  text-shadow: 2px 2px 3px #d2d2d2;
}
.weekHours_box {
  position: fixed;
  font-size: 0.8em;
  bottom: 58px;
  z-index: 11;
  display: none;
  box-sizing: border-box;
  margin: 0;
  padding-right: 15px;
  width: 100%;
  max-width: 750px;
  height: 35px;
  line-height: 35px;
  background: #2196f3;
  color: #fff;
  text-indent: 10px;
  /* box-shadow: 0px -3px 10px 0px #ccc; */
}
.weekHours_box span {
  float: right;
}
.Schedule_Detail .color_box {
  position: fixed;
  top: 0;
  display: flex;
  width: 100%;
  height: 1.17647059em;
  background: #fff;
}
.Schedule_Detail .weui-textarea {
  background: #fff;
  text-align: left;
}

/* 打卡页面 */
.Schedule_TodayDetail {
  max-width: 750px;
  margin: 0 auto;
  width: 100%;
} /* position: fixed;left: 0; top: 0; */
.Schedule_TodayDetail .weui-cells {
  margin: 10px 2% 0;
  width: 96%;
  border-radius: 8px;
  box-shadow: 0 -3px 10px 4px #e6e6e6;
}
.Schedule_TodayDetail .weui-form-preview__hd {
  height: 8em;
  background: url(/static/img/clock_bg.png) no-repeat 90% -50%;
  color: #fff;
  line-height: 3em;
}
.Schedule_TodayDetail .weui-form-preview__item {
  text-align: left;
}
.Schedule_TodayDetail #TimeClockList {
  max-height: 16em;
  overflow-x: auto;
}
.Schedule_TodayDetail .weui-form-preview__hd #time {
  text-align: center;
  text-shadow: 1px 2px 3px #6f6f6f;
  font-size: 2.2em;
}
.Schedule_TodayDetail .weui-form-preview__hd .small-text {
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 3px #6f6f6f;
  font-size: 1em;
}
.Schedule_TodayDetail .weui-form-preview__hd .text-left {
  float: left;
}
.Schedule_TodayDetail .weui-form-preview__hd .text-right {
  float: right;
  text-align: right;
}
.Schedule_TodayDetail .timeline .weui-form-preview__item {
  position: relative;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
.Schedule_TodayDetail .startTime {
  border-top: 1px solid #e5e5e5;
}
/* .Schedule_TodayDetail .endTime span{margin-left: 6.2em} */
.Schedule_TodayDetail .startTime,
.Schedule_TodayDetail .endTime,
#schedules {
  overflow: visible;
  color: #787878;
  font-weight: 400;
  font-size: 1em;
}
.Schedule_TodayDetail .endTime::before,
.startTime::before {
  position: absolute;
  top: 13px;
  left: -3px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: " ";
}
.Schedule_TodayDetail .startTime::before {
  background: #2195f3;
}
.Schedule_TodayDetail .endTime::before {
  background: #607d8b;
}
.Schedule_TodayDetail .footer_btn {
  position: fixed;
  bottom: 0;
  margin: 0 1%;
  width: 98%;
}
.Schedule_TodayDetail .footer_btn a {
  float: left;
  width: 49.8%;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.Schedule_TodayDetail .footer_btn .sign_in {
  border-radius: 5px 0 0 0;
  background: #2196f3;
}
.Schedule_TodayDetail .footer_btn .sign_out {
  border-left: 1px solid #fff;
  border-radius: 0 5px 0 0;
  background: #607d8b;
}
.Schedule_TodayDetail .location_indicator {
  position: relative;
  margin: 20px auto;
}
.Schedule_TodayDetail .location_indicator span {
  position: relative;
  z-index: 111111111;
  display: inline-block;
  margin: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation: mapping 1s linear infinite;
  -moz-animation: mapping 1s linear infinite;
  animation: mapping 1s linear infinite;
}
.Schedule_TodayDetail .location_indicator:after,
.location_indicator:before {
  position: absolute;
  content: "";
}
.Schedule_TodayDetail .location_indicator:before {
  width: 40px;
  height: 40px;
  border-radius: 100% 100% 100% 0;
  background: #2196f3;
  box-shadow: 0 0 0 2px #2196f3;
  -webkit-transform: rotate(-46deg);
  -moz-transform: rotate(-46deg);
  transform: rotate(-46deg);
  -webkit-animation: mapping 1s linear infinite;
  -moz-animation: mapping 1s linear infinite;
  animation: mapping 1s linear infinite;
}
.Schedule_TodayDetail .location_indicator:after {
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -20px;
  width: 30px;
  height: 6px;
  border-radius: 100%;
  background-color: rgba(101, 101, 101, 0.2);
  animation: shadow 1s linear infinite;
}
.Schedule_TodayDetail .navi-btn {
  position: fixed;
  bottom: 2px;
  margin: 0 1%;
  width: 98%;
  height: 48px;
  font-size: 1em;
  line-height: 48px;
  z-index: -1;
  max-width: 750px;
}

@keyframes mapping {
  0%,
  to {
    top: 0;
  }
  50% {
    top: -5px;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes mapping {
  0% {
    top: 0;
  }
  50% {
    top: -5px;
  }
}
@keyframes shadow {
  0%,
  to {
    margin-left: -15px;
    width: 30px;
  }
  50% {
    margin-left: -10px;
    width: 20px;
  }
  to {
    margin-left: -15px;
    width: 30px;
  }
}
@-webkit-keyframes shadow {
  0% {
    margin-left: -15px;
    width: 30px;
  }
  50% {
    margin-left: -10px;
    width: 20px;
  }
}

.loading {
  display: none;
  margin: 20px 2%;
  padding: 3.5em 0;
  width: 100%;
  min-height: 3em;
  border-radius: 6px;
  background: hsla(0, 0%, 100%, 0.5);
  box-shadow: 1px 2px 3px #ccc;
  text-align: center;
}

.footer_btn {
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 100%;
  max-width: 750px;
  border-radius: 0;
}
.text-center {
  text-align: center;
}
#distance {
  position: absolute;
  right: 10px;
  bottom: 0;
  font-size: 0.8em;
  line-height: 3;
}

.weui-btn_cancel {
  background-color: #607d8b;
}
.org_logo {
  width: 30px;
  display: block;
  height: 30px;
  border-radius: 50%;
}
.swiper-slide img {
  width: 100%;
}

#schedule_tab {
  max-width: 750px;
  background: rgb(245, 245, 245);
  text-align: center;
  height: 35px;
  position: fixed;
  top: 0;
  z-index: 1111;
  width: 100%;
  border-bottom: 1px solid #eee;
}
#schedule_tab li {
  color: #03a9f4;
  list-style: none;
  display: inline-block;
  border: 1px solid #03a9f4;
  margin: 3px -3px;
  padding: 3px 15px;
  font-size: 0.8em;
}
#schedule_tab li.active {
  background: #03a9f4;
  color: #fff;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

#schedule_tab li:first-child {
  border-radius: 3px 0 0 3px;
}
#schedule_tab li:last-child {
  border-radius: 0 3px 3px 0;
}

/* 绑定银行卡 */
.bankinfo li,
.bankinfo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bankinfo .td_bot {
  padding: 10px 8px 0 !important;
}
.bankinfo .bank_xl {
  position: fixed;
  z-index: 11;
  width: 100%;
  border: 1px solid #eee;
  border-top: 0;
  border-bottom: 0;
  background: #fff;
  margin-top: 11px;
}
.bankinfo .bank_xl > ul > li {
  padding-top: 4px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-bottom: 1px solid #eee;
  height: 40px;
  width: 100%;
}
.bankinfo .bank_xl > ul > li > a {
  display: block;
}

.hotBank-list-ico {
  background: url(/static/img/bank_icon.png) no-repeat;
  height: 40px;
  width: 165px;
  overflow: hidden;
}
.bank_abc {
  background-position: 0px 0px;
}
.bank_ccb {
  background-position: -178px 0px;
}
.bank_icbc {
  background-position: 0px -40px;
}
.bank_boc {
  background-position: -178px -40px;
}
.bank_cmb {
  background-position: 0px -82px;
}
.bank_nbb {
  background-position: -178px -82px;
}
.bank_qsb {
  background-position: 0px -122px;
}

.bankinfo .bank_xljt {
  position: absolute;
  top: 1px;
  right: 0;
  width: 50px;
  height: 33px;
  text-align: center;
  line-height: 33px;
}
.bankinfo .bank_xljt1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 32px;
}
.bankinfo #bankname {
  border: 0;
  font-size: 1em;
}
.bankinfo .jt_xz {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.weui-icon-info-circle {
  font-size: 18px;
}

/* 滚动条样式 */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  -webkit-box-shadow: inset 2px 0 10px rgba(0, 0, 0, 0.04);
  box-shadow: inset 2px 0 10px rgba(0, 0, 0, 0.04);
  border-right: 1px solid #efefef;
  border-left: 1px solid #e0e0e0;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.23);
  background-clip: padding-box;
  border-radius: 8px;
  padding: 100px 0 0;
  border: solid transparent;
  border-width: 2px 4px;
  min-height: 28px;
}

.register_top_tips {
  position: absolute;
  top: 30%;
  left: 30px;
  color: #2196f3;
  font-size: 32px;
  font-weight: 600;
}
.register_top_tips small {
  display: block;
  font-size: 14px;
  color: #ccc;
  font-weight: 400;
}

.weui-delete {
  pointer-events: auto;
}
.weui-delete .weui-cell__delete {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 10px;
  background-color: #f44336;
  text-align: center;
  line-height: 15px;
  color: #fff;
  font-size: 16px;
  display: none;
}

.btn-group {
  padding: 15px;
}

.highlight-salary {
  color: #19a7f4;
}

#share_cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 18888;
  background-color: #000000;
  opacity: 0.7;
  width: 100% !important;
}

#share_guide {
  display: none;
  position: fixed;
  right: 18px;
  top: 5px;
  z-index: 19999;
}

#share_guide img {
  width: 260px;
  height: 180px;
}

.text-hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.text-overflow {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.weui-cell__bd .weui-select {
  padding: 0;
}
/* 无数据图示 */
.nodata {
  background: url(/static/img/no-data01.png) no-repeat;
  width: 100%;
  background-position: 50% 0%;
  vertical-align: baseline;
  padding-top: 210px;
  text-align: center;
  margin: 30px 0;
  color: #565656;
}

/* switch 样式优化 */
.weui-switch,
.weui-switch-cp__box {
  position: relative;
  width: 42px;
  height: 22px;
}

.weui-switch-cp__box:before,
.weui-switch:before,
.weui-switch-cp__box:after,
.weui-switch:after {
  width: 20px;
  height: 20px;
}

.weui-btn_primary {
  background: #2196f3;
}

.weui-dialog__btn {
  color: #2196f3;
}
.weui-btn_disabled.weui-btn_primary {
  background-color: #6db3ea;
}
.weui-btn_primary:not(.weui-btn_disabled):active {
  color: hsla(0, 0%, 100%, 0.6);
  background-color: #b0bbc4;
}

.weui-vcode-btn {
  color: #2196f3;
}
.hide,
.hide-shift-menu,
.hide-share-menu {
  display: none !important;
}
