html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}
#app {
  height: 100%;
  overflow: scroll;
  padding-bottom: 77px;
}
*{
    box-sizing:border-box;
}
body{
    margin-bottom:90px;
    color:#333;
}
.pageTit {
    width: 100%;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    background: #242726;
}
.navBot {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.1);
    background: #fff;
    z-index:9;
}
.navBot>div{
    width:25%;
    text-align:center;
}
.navBot a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    padding-top: 40px;
    color: #979797;
}
.navBot > div:nth-child(1) a {
    background: url('images/home.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
}
.navBot > div:nth-child(2) a {
    background: url('images/record.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
}
.navBot > div:nth-child(3) a {
    background: url('images/tracing.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
}
.navBot > div:nth-child(4) a {
    background: url('images/perconal.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
}
.navBot a p {
    font-size: 12px;
    margin:0;
}
.navBot > div:nth-child(1).ac a {
    background: url('images/homeAc.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
    color: #2F93FF;
}
.navBot > div:nth-child(2).ac a {
    background: url('images/recordAc.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
    color: #2F93FF;
}
.navBot > div:nth-child(3).ac a {
    background: url('images/tracingAc.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
    color: #2F93FF;
}
.navBot > div:nth-child(4).ac a {
    background: url('images/perconalAc.png') no-repeat;
    background-size: 23px auto;
    background-position: center 10px;
    color: #2F93FF;
}

.topCon{
    background:url('images/topBg.png') center no-repeat;
    background-size:cover;
    background-position:center top;
    padding:150px 30px 25px;
}
.topIpt {
    position: relative;
}
.topIpt input {
    background: transparent;
    border: 1px solid rgba(255,255,255,.6) !important;
    color: rgba(255,255,255,.6) !important;
    padding-right: 40px;
}
.qrcode{
    width:40px;
    height:38px;
    position:absolute;
    right:1px;
    top:0;
    background:transparent;
    display:flex;
    justify-content:center;
    align-items:center;
}
.qrcode img{
    width:18px;
}
#ordid{
    color:rgba(255,255,255,.6) !important;
    font-size:14px;
    line-height:22px;
    margin-top:10px;
}
.topTit{
    font-size:20px;
    color:#fff;
    text-align:center;
    margin-bottom:15px;
}
.tableTit {
  font-size: 24px;
  color: #333;
  padding: 15px 0.725rem 0;
  margin: 0;
}
.homeMod{
    display:flex;
    justify-content:space-around;
    align-items:center;
}
.homeMod>div{
    width:100px;
    height:100px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    border:1px solid #999;
    padding:15px;
}
.homeMod img{
    width:22px;
    margin-bottom:10px;
}
.homeMod p{
    font-size:18px;
    color:#999;
    text-align:center;
    width:100%;
}
.homeBtn{
    padding:0;
}
.homeBtn button{
    width:50%;
    padding:0.5rem;
    text-align:center;
    width:calc(50% - 0.5px);
    background:transparent;
    border:none;
    color:#999;
    font-size:12px;
}
.homeBtn button:last-child {
    border-left: 1px solid #eee;
    color: #2881FF;
}
.layui-table tr:nth-child(even) td{
    background:#f5f5f5;
}
.layui-table td, .layui-table th, .layui-table-col-set, .layui-table-fixed-r, .layui-table-grid-down, .layui-table-header, .layui-table-page, .layui-table-tips-main, .layui-table-tool, .layui-table-total, .layui-table-view, .layui-table[lay-skin=line], .layui-table[lay-skin=row]{
    border:none;
}



/*---perconal-------------------------------------------------*/
.userInfo {
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 8px solid #F5F5F5;
}
.himg{
    width:54px;
    height:54px;
    border-radius:50%;
    overflow:hidden;
    margin-right:15px;
}
.himg img{
    width:100%;
}
.nameI p{
    font-size:20px;
    color:#333;
    font-weight:500;
    margin:0;
}
.nameI span {
    font-size: 16px;
    color: #999;
    margin: 0 0 5px;
    display: block;
}
.setList{
    padding:0 10px;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-bottom: -1px;
}
.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #2881ff;
}

/*---success--------------------------------*/
.success{
    padding:0 10px;
    text-align:center;
}
.success img{
    width:60px;
    margin:40px 0 15px;
}
.success p{
    margin-bottom:40px;
    font-size:14px;
}

/*---tracing-------------------------------------*/
.traCon{
    padding:15px;
}
.traSel{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:4px;
    padding:10px;
    font-size:18px;
    margin-bottom:15px;
}
.timeli{
    background:#fff;
    border-radius:4px;
    padding:10px 10px 0;
}

/*---record------------------------------------*/
.recCon{
    padding-bottom:60px;
}
.recSel {
    padding: 15px;
    background: #fff;
    border-bottom: 8px solid #F5F5F5;
}
.recT{
    margin-bottom:10px;
    font-size: 18px;
}
.dec {
    font-size: 14px;
    color: #2F93FF;
    line-height:22px;
}
.recForm{
    background:#fff;
    padding:15px;
}
.botBtn{
    position:fixed;
    bottom:90px;
    left:0;
    width:100%;
    padding:0 20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.botBtn button{
    width:calc(50% - 10px);
}









.k-line {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #4b9cdb
}

.k-line6-1 {
    animation: k-loadingB 1.5s 0s infinite;
    background-color: #95989B
}

.k-line6-2 {
    animation: k-loadingB 1.5s .1s infinite;
    background-color: #95989B
}

.k-line6-3 {
    animation: k-loadingB 1.5s .2s infinite;
    background-color: #95989B
}

.k-line6-4 {
    animation: k-loadingB 1.5s .3s infinite;
    background-color: #95989B
}

.k-line6-5 {
    animation: k-loadingB 1.5s .4s infinite;
    background-color: #95989B
}
@keyframes k-loadingB {
    0 {
        width: 8px
    }

    50% {
        width: 20px
    }

    100% {
        width: 8px
    }
}

.list-group div{
    padding:10px 20px;
    border-bottom:1px solid #eee;
    color:#444;
    font-size:14px;
}


.el-message-box{
    width:90%;
}
.el-message-box__header{
    display:none;
}

/*time line ---------------------------------------*/
.traLine{
    padding-left:75px;
    margin:0;
    padding-bottom:20px;
}
.traLine ul{
    padding:0;
}
.traLine li{
    list-style:none;
}
.outLi{
    position:relative;
    padding-left:15px;
    padding-bottom:25px;
}
.outXian{
    position:absolute;
    width:2px;
    height:100%;
    background:#eee;
    left:-5px;
    top:10px;
}
.outXian:before{
    content:"";
    width:15px;
    height:15px;
    background:#eee;
    position:relative;
    left:-7.5px;
    top:0;
    display:block;
    border-radius:50%;
}
.outTit{
    font-size:1.25rem;
}
.lineTime {
  font-size: 12px;
  color: #999;
  position: absolute;
  left: -95px;
  top: 15px;
  width: 70px;
  text-align: center;
}
.liTime{
    position:relative;
}
.innerXian {
  content: "";
  width: 10px;
  height: 10px;
  background: #eee;
  position: relative;
  left: -24px;
  top: 25px;
  display: block;
  border-radius: 50%;
}
.vend {
  font-size: 14px;
  color: #333;
  margin: 5px 0 0;
  word-break: break-all;
  line-height:24px;
}
.bat {
  font-size: 14px;
  color: #999;
  margin: 5px 0 0;
  word-break: break-all;
  line-height: 24px;
}
