* { touch-action: auto; }
.mui-bar{
    background: #fcfcfc;
}
body{
    font-family: PingFangSC-Regular, PingFang SC!important;
}
input[type='text']{
    border:none;
    border-radius: 0;
    border-bottom: 1px solid #e8e8e8!important;
    font-size: 15px;
    color: #333333;
    background-color: #fcfcfc;
}
.fixedbar{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    background: #fcfcfc;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
    }

    .fixedbar #submit {
        background: #00C7C6;
        font-weight: 400;
        color: #fff;
        font-size: 15px;
        border: 1px solid#F2F3F7;
        width:100%;
    }
.mui-tab-item span{
    margin-left: 5px;
}
.btn-large{
    width: 100%;
    height: 44px;
    border-radius: 22px;
}
.center{
    text-align: center;
}
.mt100{
    margin-top: 100px;
}
.mt30{
    margin-top: 30px;
}
.title{
    height:22px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
    font-size: 22px;
}
.mui-content{
    padding: 16px 16px;
  }
.ft{
    font-size: 13px;
    line-height: 28px;
    color: #999;
    font-weight: 400;
}
.tag{
    font-size: 12px;
    border-radius: 4px;
    padding: 3px 6px;
}
.hbg{
    color: #666666;
    background: #F3F4FF;
}
.lbg{
    color: #43A51C;
    background:  #EEFBED;
}
.pitem{
    padding:0 11px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 8px 0px #d3d6d8;
    border-radius: 6px;
    margin-bottom: 14px;
}
.pheader{
    padding: 15px 0;
}
.ptitle{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.pft{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.pbtn{
    height: 28px;
    border-radius: 14px;
    border: 1px solid #00C7C6;
    padding: 0px 16px;
    color: #fff!important;
    font-size: 12px;
    background: #00C7C6;
}
.pfoot{
    padding: 10px 0;
    text-align: center;
}
.pfoot .pbtn :active{
    background: #fff!important;
}
.pbody{
    padding: 15px 0;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.mui-table-view-cell{
    font-size: 14px;
    padding: 11px 0;
}
.mui-table-view-cell .left{
    display: inline-block;
    width: 34%;
    text-align: right;
    color: #999;
    padding-right: 15px;
}
.blue{
    color: #2574F6;
    padding: 0 4px;
}
.yellow{
    color:  #EA5B33;
}
.green{
    color: #43A51C;
}
.br{
    border-right: 1px solid #D8D8D8;
}
.mui-table-view-cell span:nth-child(2){
    color: #333;
}

.weui-dialog__ft .default{
    font-size: 17px;
    font-weight: 400;
    color: #007aff !important; ;
}
.weui-dialog__ft .primary{
    font-size: 17px;
    font-weight: 500;
    color:#007AFF ;
}
.weui-toast_content{
    font-size: 15px;
    color: #fff;
    margin-bottom: 12px;
}
.weui-toast{
    background: rgba(0,0,0,0.8)!important;
    padding: 0 16px;
}
.weui-icon_toast{
    margin: 12px 0 0!important;
}
.font14{
    font-size: 14px;
}
.font15{
    font-size: 15px;
}
.hide{
    display: none;
}
.sno{
    margin-top: 80px;
}
.reason{
    padding: 14px 20px 20px;
    border-radius: 6px;
    background: #F2F3F7;
    color: #666!important;
}
.mask{
    position:fixed;
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    left:0px;
    top:0px;
    right: 0;
    bottom: 0;
    background:rgba(0, 0, 0, 0.5);
    z-Index:99;  
  }
  .mui-picker-inner{
      background: #fff;
  }
  .mui-poppicker-header,.mui-dtpicker-header{
      background: #fff;
      padding: 8px;
  }
  .mui-poppicker-header button{
    color: #00C7C6;
    font-size: 15px;
    border: none;
    background: #fff;
  }
  .mui-dtpicker-header button{
    color: #00C7C6;
    font-size: 15px;
    border: none;
    background: #fff;
  }
  .modal{ 
      position:relative;
      width: 76%;
      top: 32%;
      height: 36%;
      left: 12%;
      right: 0;
      bottom: 0;
      background: #fff;
      z-Index:100;  
      box-sizing: border-box;
      border-radius: 12px;
      padding: 16px;
    }
    .modalbody{
        margin-bottom: 10px;
    }
    .modal .mui-icon{
        position: absolute;
        right: 10px;
        top: 7px;
        background: #F2F3F7;
        boder-radius: 50%;
        display: inline-block;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        font-size: 26px;
    }
    .modal .ptitle{
        line-height: 40px;
    }
    .modal textarea{
        background: #F6F7FA;
        border: 1px solid #D5D5D5;
        font-size: 14px;
        border-radius: 6px;
    }
    .modal #submit{
        background: #00C7C6;
        border: none;
    }
    .pimg{
        width: 72px;
        height: 72px;
        position: fixed;
        bottom: 20%;
        right: 13px;
        z-index: 1000;
    }
    .pimg img{
        width: 100%;
    }
    .ft18{
        font-size: 18px;
    }
    .ft15{
        font-size: 15px;
    }
    .ft12{
        font-size: 12px;
    }
    .color666{
        color: #666;
    }
    .color333{
        color: #333;
    }
    .bold{
        font-weight: 500;
    }
    .ft28{
        font-size: 28px;
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
    }
    .header{
        background: #2574F6;
        border-radius: 6px;
        height: 120px;
        background-image:url('/image/wages.png');
        background-position:  100% 100%;
        background-repeat: no-repeat;
        background-size: 38%;
        font-size: 13px;
        color: #fff;
        padding: 33px 28px;
        margin-bottom: 16px;
    }
    .blod{
        font-weight: 500;
    }
    /* 日期控件的查询 */
    .date{
        background: #F2F3F7;
        font-size: 14px;
        margin-bottom: 12px;
    }
    .date i{
        margin-left: 5px;
    }
    .date span{
        display: inline-block;
        line-height: 42px;
    }
    .date button{
        width: 45%;
        display: inline-block;
        border: none;
        background: #F2F3F7;
        font-size: 14px;
        padding: 0;
        line-height: 42px;
        height: 42px;
    }
    .pitem{
        background: #fff;
    }
    .h-top{
        background-image:url('/image/bg_home.png');
        background-position:  67% 42%;
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 18px;
        color: #fff;
        margin-bottom: 12px;
        text-align: center;
        height: 240px;
        padding: 16px 16px 0;
    }
    .u-top{
        background-image:url('/image/bg_personal.png');
        background-position:  67% 42%;
        background-repeat: no-repeat;
        background-size: cover;
        font-size: 18px;
        color: #fff;
        margin-bottom: 12px;
        text-align: center;
        height: 230px;/*190*/
        padding: 50px 16px 0;/* 60px 16px 0 */
    }
    .citem{
        padding: 16px;
        background: #F5F5F8;;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        margin-bottom: 14px;
      }
      .flex{
          display: flex;
      }
      .between{
        display: flex;
        justify-content: space-between;
      }
      .mui-btn-primary{
        background: #00C7C6;
        border: 1px solid #00C7C6;
      }
      .citem .top{
          padding-bottom: 10px;
          border-bottom: 1px solid #DDDDDD;
          display: flex;
          justify-content: space-between;
          align-items: center;
      }
      .citem .time{
        font-size: 11px;
        color:#888888;
        font-size: 11px;
      }
      .citem .top .left{
          width: 65%;
      }
      .cont-scroll .more{
        width: 100%;
        font-size: 15px;
        line-height: 24px;
        position: relative;
        overflow: visible;
        margin-top: 0;
        vertical-align: middle;
        font-weight: bold;
        color: #777;
        display: block;
        text-align: center;
        padding: 10px 0;
        background: #fff;
      }
      .citem .top .ptitle{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      .citem .bom{
          margin-top: 10px;
          display: flex;
          justify-content: space-between;
          align-items: center;
      }
      .citem .price{
          color: #FF6A2E;
          font-size: 16px;
      }
      .pr10{
        padding-right: 10px;
        margin-bottom: 8px;
      }
      .mui-tab-item img{
        width: 22px;
        margin-left: 5px;
      }
      .mui-tab-item{
        font-size: 13px;
      }
      .htitle{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 0 12px 0;
      }
      .htitle span{
        font-size: 20px;
        font-weight: 500;
        color: #333333;
        text-align: left;
      }
      .htitle div{
          display: flex;
          width: 100%;
          align-items: center;
          height: 34px;
          border-radius: 16px;
          background-color: #fff;
          padding-left: 10px;
      }
      .htitle input{
          padding-left: -32px;
          width: 90%;
          height: 86%;
          margin-bottom: 0;
          border-bottom: none!important;
          outline:none;
      }
      .htitle img{
          width: 17px;
          height: 18px;
      }
    /* ul{
        list-style-type: none;
        padding-inline-start: 0px;
    } */


    /* mui loading的样式 */
    .mui-show-loading {
        position: fixed;
        padding: 5px;
        width: 120px;
        min-height: 120px;
        top: 45%;
        left: 50%;
        margin-left: -60px;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        border-radius: 5px;
        color: #FFFFFF;
        visibility: hidden;
        margin: 0;
        z-index: 6000;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        opacity: 0;
        -webkit-transform: scale(0.9) translate(-50%, -50%);
        transform: scale(0.9) translate(-50%, -50%);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .mui-show-loading.loading-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%);
    }
    .mui-show-loading .mui-spinner{
        margin-top: 24px;
        width: 36px;
        height: 36px;
    }
    .mui-show-loading .text {
        line-height: 1.6;
        font-family: -apple-system-font,"Helvetica Neue",sans-serif;
        font-size: 14px;
        margin: 10px 0 0;
        color: #fff;
    }
    .mui-show-loading-mask {
        position: fixed;
        z-index: 4000;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background:#fff;
    }
    .mui-show-loading-mask-hidden{
        display: none !important;
    }
    #slider {
        display: flex;
    }
    #slider div{
        width: 50%;
        text-align: center;
    }
    #slider div span{
        font-size: 15px;
        color: #333;
        font-weight: 500;
        padding: 10px 0;
    }
    #slider .active span{
        border-bottom: 2px solid #00C7C6;
    }
    /* ul{
        list-style-type: none;
        padding-inline-start: 0px;
    } */

