body{
    background-color: #F2F2F2;
}
.swiper-container{
    width:100%;
    height:190px;
    position: relative; 
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.menu{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 95%;
    margin: 10px auto;
    border-radius: 5px;
    background-color: #fff;
}
.menu-item {
    width: 33.3%;
    height: 98px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.menu-item img{
    width: 30px;
    height: 30px;
}
.menu-item .menu-desc{
    font-size: 13px;
    margin-top: 15px;
    color: #333;
}
.express-info{
    width: 95%;
    background-color: #fff;
    border-radius: 5px;
    /* border-top-left-radius: 5px;
    border-top-right-radius: 5px; */
    height: 40px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    /* border: 1px solid #EAECF0; */
}
.express-info .express{
    font-size: 15px;
    color: #333;
    margin-left: 15px;
}
.express-info .more{
    font-size: 12px;
    color: #666;
    margin-right: 15px;
}
.order-list {
    width: 95%;
    margin: 0 auto;
    margin-top: 8px;
}
.order-list .order-item{
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}
.order-list .item-top{
    display: flex;
    flex-direction: row;
    color: #303133;
    font-size: 12px;
    margin-bottom: 10px;
}
.order-list .icon-copy{
    width: 15px;
    height: 15px;
    margin-left: 8px;
    border: 0;
    padding: 0;
    background: url('../images/icon_copy.png') no-repeat;
    background-size: 100% 100%;
}
.order-list .item-middle{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 80px;
    align-items: center;
    color: #333;
    border: 1px solid #EAECF0;
    border-radius: 3px;
}
.order-list .send{
    text-align: right;
}
.order-list .status{
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
/*运输中和待揽件*/
.order-list .dailan{
    color: #FCB01B;
    background: url('../images/type-waitPick.png') no-repeat;
    background-size: 100% 100%;
}
/*已签收*/
.order-list .sign{
    background: url('../images/type-sign.png') no-repeat;
    background-size: 100% 100%;
    color: #4ab239
}
/*已退回*/
.order-list .tui{
    color: #F65B35;
    background: url('../images/type-sendBack.png') no-repeat;
    background-size: 100% 100%;
}
/* 已作废已失效 */
.order-list .cancle{
    color: #C1C6CE;
    background: url('../images/type-cancle.png') no-repeat;
    background-size: 100% 100%;
}
.order-list .thick{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}
.order-list .normal{
    font-size: 13px;
    color: #333;
}
.order-list .receive{
    text-align: left;
}
.order-list .item-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: 10px;
}
.order-list .order-time{
    color: #606266;
}
.order-list .icon-status{
    background-color: #f3f4f5;
    color: #909399;
    border-radius: 3px;
    padding: 4px 8px;
    text-align: center;
}
.weihide{
    display: none;
}
.empty-data{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.empty-data img{
    margin-top: 20px;
    width: 100px;
    height: 70px;
}
.empty-data .go-login{
    width: 90px;
    border-color: #95A1E4;
    background-color: #ffffff;
    color: #95A1E4;
    font-size: 14px;
    height: 35px;
    margin-top: 20px;
}
.empty-data .noOrder{
    margin-top:20px;
    font-size:13px;
}
  /* 招商头部返回 start */
.zhao-header{
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    background-color: #ffffff;
    border-bottom:1px solid #f3f4f5;
}
.zhao-header .back-btn{
    width: 10%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zhao-header .back-btn img{
    width: 11px;
    height: 18px;
}
.zhao-header .zhao-header-title{
    width: 41%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    margin-left: 21%;
    letter-spacing: 3px;
    margin-bottom: 0;
    color: #303133;
}
/* 招商头部返回 end */
/* 拒绝授权提示 */
.reject-mask{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    z-index: 998;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .reject-mask .reject-content{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    height: 5rem;
    border-radius: 5px;
  }
  .reject-mask .reject-content h4{
    padding: .3rem 0;
    font-size: .32rem;
  }
  .reject-mask .reject-content p{
    padding-left: .4rem;
    padding-right: .4rem;
    margin: .4rem 0;
  }
  .reject-mask .rejet-btns{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: .4rem;
    padding-right: .4rem;
    margin-top: .3rem;
    width: 86%;
  }
  .reject-mask .btns{
    border: 1px solid #003c8d;
    border-radius: 3px;
    width: 2.43rem;
    height: .63rem;
  }
  .reject-mask .rejet-btns .exit{
    color: #003c8d;
    background-color: #fff;
  }
  .reject-mask .rejet-btns .repeat{
    color: #ffffff;
    background-color: #003c8d;
  }