@import "font/iconfont.css";

@font-face {
  font-family: "ZiHunBianTaoTi-2";
  src: url('ZiHunBianTaoTi-2.ttf');
  /* IE9 */
  src: url('ZiHunBianTaoTi-2.ttf') format('embedded-opentype'),
    /* IE6-IE8 */
    url('ZiHunBianTaoTi-2.ttf') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}

@font-face {
  font-family: "YouSheBiaoTiYuan-2";
  src: url('YouSheBiaoTiYuan-2.otf');
  /* IE9 */
  src: url('YouSheBiaoTiYuan-2.otf') format('embedded-opentype'),
    /* IE6-IE8 */
    url('YouSheBiaoTiYuan-2.otf') format('truetype'),
    /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
}

/*reset*/
button,
input,
select,
textarea {
  resize: none;
  outline: none;
  border: none;
  font-size: 26px;
  background: transparent;
}

input {
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
  color: #DDDDDD;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
  color: #DDDDDD;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
  color: #DDDDDD;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "Microsoft YaHei", "微软雅黑", Helvetica, "黑体", Arial, Tahoma;
  color: #ddd;
}

input[type="text"] {
  padding: 0 12px;
  height: 48px;
  line-height: 48px;
  border-radius: 4px;
}

input.long {
  width: 100%;
}
[class*=" weui-icon-"], [class^=weui-icon-] {
  width: 20px!important;
  height: 20px!important;
}

.weui-check__label,
.weui-check__label:active {
  background-color: #fff;
}

.weui-check__label i.weui-icon-checked {
  border: 1px solid #DDDDDD;
  background: transparent;
  color: #fff;
  /* border-radius: 50%; */
  overflow: hidden;
  padding: 3px;
  box-sizing: border-box;
}

.weui-check__label i.weui-icon-checked .inner {
  display: block;
  background: transparent;
  height: 100%;
  width: 100%;
}

.weui-check__label .weui-check[type="radio"]:checked+.weui-icon-checked,
.weui-check__label .weui-check[type="checkbox"]:checked+.weui-icon-checked .inner{
  /* border-color: #238e3a; */
  background-color: #238e3a;
}

body {
  --weui-BRAND: #238e3a;
  background-color: #fff;
}

body,
.page {
  font-size: 14px;
  position: relative;
}

[v-cloak] {
  display: none;
}

/*tab*/
.im-tab-footer {
  position: sticky;
  bottom: 0;
}

/*tabbar*/
.weui-tabbar {
  background-color: #fff;
}

.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__icon>i,
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label {
  color: #238e3a;
}

/*search-bar*/
.im-search-bar {
  padding: 10px 15px;
  background-color: #fff;
}

.im-search-bar .weui-search-bar__box {
  background-color: #EEEEEE;
  border-radius: 16px;
}

.im-search-bar .weui-search-bar__label {
  background-color: #EEEEEE;
  border-radius: 16px;
}

/*input*/
.im-input {
  padding: 8px 0;
  line-height: 25px;
  height: 41px;
  font-size: 18px;
}

/*文本域textarea*/
.weui-textarea {
  border: 1px solid #ddd;
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 12px;
}

/*图片上传uploader*/
.im-uploader-files {
  margin: -5px;
}

.im-uploader-files .weui-uploader__file {
  margin: 5px;
  position: relative;
}

.im-uploader-del {
  position: absolute;
  right: 5px;
  top: 5px;
}

.im-uploader-del .weui-icon-clear {
  color: #6E6E6E;
}


/*common*/
.gray3 {
  color: #333;
}

.gray6 {
  color: #666;
}

.gray9 {
  color: #999;
}

.grayb {
  color: #bbb;
}

.white {
  color: #fff;
}

.primary {
  color: #238e3a;
}

.success {
  color: #47BF7F;
}

.warning {
  color: #FF5050
}

.error {
  color: #fa5151
}

.bg-default {
  background-color: #F6F6F6
}

.bg-white-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-primary {
  background-color: #238e3a;
}

.bg-primary-dark {
  background-color: #710002;
}

.bg-warning {
  background-color: #FF5050;
}

.bg-error {
  background-color: #fa5151
}

.bg-primary-light {
  background-color: rgba(16, 142, 233, 0.1)
}

.bg-white {
  background-color: #fff;
}

.bg-b {
  background-color: #bbb;
}

.bg-f5 {
  background-color: #f5f5f5;
}

.bt_d {
  border-top: 1px solid #ddd
}

.bb_d {
  border-bottom: 1px solid #ddd
}

.bt_e9 {
  border-top: 1px solid #e9e9e9
}

.size0 {
  font-size: 0
}

.size12 {
  font-size: 12px;
}

.size13 {
  font-size: 13px;
}


.size14 {
  font-size: 14px;
}

.size15 {
  font-size: 15px;
}

.size16 {
  font-size: 16px;
}

.size17 {
  font-size: 17px;
}

.size18 {
  font-size: 18px;
}

.size20 {
  font-size: 20px;
}

.size24 {
  font-size: 24px;
}

.size28 {
  font-size: 28px;
}

.bold {
  font-weight: bold;
}

.heavy {
  font-weight: 800;
}

.normal {
  font-weight: normal;
}

.break-all {
  word-break: break-all;
}

.t-left {
  text-align: justify;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.sticky {
  position: sticky;
}

.mt-4 {
  margin-top: 4px;
}

.ml-4 {
  margin-left: 4px;
}

.mt-6,
.my-6 {
  margin-top: 6px
}

.mb-6,
.my-6 {
  margin-bottom: 6px
}

.mt-8 {
  margin-top: 8px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12,
.my-12 {
  margin-top: 12px;
}

.mb-12,
.my-12 {
  margin-bottom: 12px;
}

.mt-14 {
  margin-top: 14px;
}


.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-56 {
  margin-top: 56px;
}

.mr-8 {
  margin-right: 8px;
}

.ml-10,
.mx-10 {
  margin-left: 10px;
}

.mr-10,
.mx-10 {
  margin-right: 10px;
}

.ml-12,
.mx-12 {
  margin-left: 12px;
}

.mr-12,
.mx-12 {
  margin-right: 12px;
}

.ml-16,
.mx-16 {
  margin-left: 16px;
}

.mr-16,
.mx-16 {
  margin-right: 16px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-8 {
  margin-left: 8px;
}

.ml-9 {
  margin-left: 9px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-24 {
  margin-left: 24px;
}

.ml-40 {
  margin-left: 40px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20,
.my-20 {
  margin-top: 20px;
}

.mb-20,
.my-20 {
  margin-bottom: 20px;
}

.mb-15 {
  margin-bottom: 15px
}

.mt-32,
.my-32 {
  margin-top: 32px;
}

.mb-32,
.my-32 {
  margin-bottom: 32px;
}

.pt-4,
.py-4 {
  padding-top: 4px;
}

.pb-4,
.py-4 {
  padding-bottom: 4px;
}

.pt-6,
.py-6 {
  padding-top: 6px;
}

.pb-6,
.py-6 {
  padding-bottom: 6px;
}

.pt-8,
.py-8 {
  padding-top: 8px;
}

.pb-8,
.py-8 {
  padding-bottom: 8px;
}

.py-10,
.pt-10 {
  padding-top: 10px;
}

.py-10,
.pb-10 {
  padding-bottom: 10px;
}

.p-8-16 {
  padding: 8px 16px;
}

.py-12,
.pt-12 {
  padding-top: 12px;
}

.py-12,
.pb-12 {
  padding-bottom: 12px;
}

.pl-12,
.px-12 {
  padding-left: 12px;
}

.pr-12,
.px-12 {
  padding-right: 12px;
}

.pl-15,
.px-15 {
  padding-left: 15px;
}

.pr-15,
.px-15 {
  padding-right: 15px;
}

.py-15,
.pt-15 {
  padding-top: 15px;
}

.py-15,
.pb-15 {
  padding-bottom: 15px;
}

.p-12 {
  padding: 12px;
}

.p-16 {
  padding: 16px;
}

.p-12-16 {
  padding: 12px 16px;
}

.p-12-20 {
  padding: 12px 20px;
}

.pl-16,
.px-16 {
  padding-left: 16px;
}

.pr-16,
.px-16 {
  padding-right: 16px;
}

.py-16,
.pt-16 {
  padding-top: 16px;
}

.py-16,
.pb-16 {
  padding-bottom: 16px;
}

.py-20,
.pt-20 {
  padding-top: 20px;
}

.py-20,
.pb-20 {
  padding-bottom: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pl-24,
.px-24 {
  padding-left: 24px;
}

.pr-24,
.px-24 {
  padding-right: 24px;
}

.pt-30 {
  padding-top: 30px;
}


.pb-32 {
  padding-bottom: 32px;
}

.pb-34 {
  padding-bottom: 34px;
}

.pb-40 {
  padding-bottom: 40px;
}

.overflow-h {
  overflow: hidden;
}

.inline {
  display: inline-block
}

.block {
  display: block
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
  min-width: 0;
}

.flex2 {
  flex: 2;
  min-width: 0;
}

.flex-start {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mask {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  display: none;
}

.mask .content {
  width: 92%;
  max-height: 80%;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}

.mask .content .close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.v-center {
  display: flex;
  align-items: center;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inline-flex {
  display: inline-flex;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
  border: 2px solid #ffff;
  display: inline-block;
}

.avatar.width32 {
  width: 32px;
  height: 32px;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header {
  color: #fff;
  font-size: 15px;
  text-align: center;
  line-height: 44px;
  background-color: #238e3a;
  position: sticky;
  top: 0;
  z-index: 9
}

.header p {
  margin: 0 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

.back {
  position: absolute;
  left: 15px;
  width: 17px;
}

.actions {
  position: absolute;
  right: 16px;
  top: 20px;
  font-size: 12px;
}

.header .actions {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.eli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.title {
  font-size: 18px;
  font-weight: bold;
  position: relative;
  padding-bottom: 11px;
}

.title:after {
  content: '';
  width: 36px;
  height: 4px;
  background-color: #238e3a;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.line-title {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}

.line-title:after {
  content: '';
  width: 3px;
  height: 16px;
  background-color: #238e3a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.grid .head {
  line-height: 45px;
  text-align: center;
  background-color: #EEEEEE;
  border: 1px solid #eee;
  font-size: 15px;
  color: #666
}

.grid .body {
  font-size: 14px;
  border: 1px solid #DDDDDD;
}

.grid .item {
  line-height: 20px;
  border-bottom: 1px solid #ddd;
}

.grid .item:last-child {
  border: none;
}

.grid .item .name {
  padding: 12px;
  text-align: center;
  width: 120px;
  border-right: 1px solid #ddd;
}

.grid .item .value {
  flex: 1;
  padding: 12px 12px 12px 32px;
}

.wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.wrap.shadow {
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}

.btn {
  position: relative;
  display: block;
  width: 184px;
  margin-left: auto;
  margin-right: auto;
  padding: 11px 24px;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 1.41176471;
  border-radius: 8px;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: 1px solid transparent;
}

.btn-default {
  border: 1px solid #DDDDDD;
  color: #666;
}

.btn-primary {
  border: 1px solid #238e3a;
  background-color: #238e3a;
  color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #47BF7F;
  border-color: #47BF7F;
}

.btn-warning {
  color: #fff;
  background-color: #FF5050;
  border-color: #FF5050;
}

.btn.ghost {
  color: #238e3a;
  border: 1px solid #238e3a;
  background-color: transparent;
}

.btn[long] {
  width: 100%;
}

.navs {
  margin: 24px auto;
  padding: 0 12px;
  font-size: 0;
}

.navs .item {
  padding: 12px 0;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #e9e9e9;
}

.navs .item:last-child {
  border-bottom: none;
}

.navs .item .icon {
  width: 24px;
}

.page__bd_spacing *,
.wrap,
.wrap *,
.weui-footer {
  -webkit-box-sizing: border-box;
  /*Safari3.2+*/
  -moz-box-sizing: border-box;
  /*Firefox3.5+*/
  -o-box-sizing: border-box;
  /*Opera9.6*/
  -ms-box-sizing: border-box;
  /*IE8*/
  box-sizing: border-box
}

.footer-fixed {
  width: 100%;
  position: fixed;
  bottom: 16px;
}

.topTab {
  position: sticky;
  left: 0px;
  top: 44px;
  width: 100%;
  z-index: 99;
}

.topTab .flex1 {
  display: inline-block;
  height: 44px;
  line-height: 44px;
}

.topTabAct span {
  color: #00873C;
  border-bottom: 2px solid #238e3a;
}

.topTab .active span {
  color: #333;
  font-weight: bold;
  display: inline-block;
  height: 42px;
  border-bottom: 2px solid #238e3a;
}

.dot {
  width: 16px;
  height: 16px;
  background: rgba(71, 191, 127, 0.45);
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.dot:after {
  content: '';
  display: inline-block;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  background: #47BF7F;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.dot.warning {
  background: rgba(255, 80, 80, 0.45);
}

.dot.warning:after {
  background: #FF5050;
}

.badge {
  display: inline-block;
  padding: 2px 12px;
  font-size: 11px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}

.badge.primary {
  color: #fff;
  border-color: #00873C;
  background-color: rgba(35, 142, 58, 1);
}

.videos .item {
  width: 80px;
  height: 80px;
}

.videos .item .pic {
  width: 100%;
  height: 56px;
  background: #f5f5f5;
}

.videos .item .name {
  width: 100%;
  height: 24px;
  background: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 24px;
  color: #fff;

}

/*index.html*/
.list-tab {
  width: 120px;
  text-align: center;
  position: fixed;
  left: 0px;
  top: 96px;
  bottom: 62px;
  overflow-y: auto;
  background-color: #f5f5f5;
  z-index: 1
}

.list-tab li {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
}

.list-tab li.on {
  background-color: #fff;
  position: relative;
}

.list-tab li.on:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 20%;
  width: 4px;
  height: 60%;
  background-color: #238e3a;
}

.list-panel {
  padding-left: 120px
}

.list-panel .wrapper {
  padding-left: 16px;
}

.list-panel .list-name {
  font-weight: bold;
  font-size: 14px;
  padding: 11px 0;
  background-color: #fff;
}

.list-panel .index-list-title {
  position: absolute;
  top: 96px;
  left: 120px;
  padding: 11px 0px 11px 16px;
  width: calc(100vw - 136px);
  z-index: 1
}

.list-panel .list-content {
  list-style: none;
}

.list-panel .list-content li {
  padding: 8px 35px 8px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.list-panel .list-content a {
  color: #333;
  display: block;
}

.list-panel .list-content li i.weui-icon-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  zoom: 1.1;
}

/*login登录*/
.login {
  padding: 26px 36px;
}

.login input {
  width: 100%;
  line-height: 20px;
  height: 32px;
  padding: 6px 6px 6px 32px;
  font-size: 14px;
  border-radius: 0;
  border-bottom: 1px solid #DDDDDD;
}

.login input.username {
  background: url(../images/phone.png) no-repeat 4px center;
  background-size: 20px auto;
}

.login input.password {
  background: url(../images/lock.png) no-repeat 4px center;
  background-size: 20px auto;
}

.login .remember i {
  width: 20px;
  height: 20px;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  background: transparent;
  font-size: 12px;
  color: #fff;
}

.login .remember .weui-check[type="checkbox"]:checked+.weui-icon-checked {
  border-color: #238e3a;
  background-color: #238e3a;
}

.login_btn {
  width: 100%;
}

/*巡检*/
.inspect-res label {
  line-height: 20px;
  display: inline-block;
}

.inspect-res input[type="radio"],
.inspect-res input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  padding: 0;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
}

.inspect-res label:last-child input[type="radio"]:checked,
.inspect-res label:last-child input[type="checkbox"]:checked {
  background: url(../images/cuowukongxin.png) no-repeat center;
  background-size: cover;
  border-color: #E91010
}

.inspect-res label:first-child input[type="radio"]:checked,
.inspect-res label:first-child input[type="checkbox"]:checked {
  background: url(../images/kongxinduigou-1.png) no-repeat center;
  background-size: cover;
  border-color: #07C160
}

/*扫码登记*/
.scan-btn {
  width: 150px;
  height: 150px;
  display: block;
  border-radius: 50%;
  margin: 41px auto 38px auto;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.scan-btn-borrow {
  background: linear-gradient(90deg, rgba(255, 162, 0, 1) 0%, rgba(255, 238, 0, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 162, 0, 1) 0%, rgba(255, 238, 0, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(255, 162, 0, 1) 0%, rgba(255, 238, 0, 1) 100%);
  background: -o-linear-gradient(90deg, rgba(255, 162, 0, 1) 0%, rgba(255, 238, 0, 1) 100%);
  box-shadow: 0px 16px 32px rgba(255, 199, 0, 0.33);
}

.scan-btn-return {
  background: linear-gradient(90deg, rgba(0, 229, 167, 1) 0%, rgba(0, 234, 251, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 229, 167, 1) 0%, rgba(0, 234, 251, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 229, 167, 1) 0%, rgba(0, 234, 251, 1) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 229, 167, 1) 0%, rgba(0, 234, 251, 1) 100%);
  box-shadow: 0px 16px 32px rgba(0, 231, 208, 0.33);
}