@charset "utf-8";

/*基础设置*/
li,ul{list-style: none;}
body{
    font-size: 16px;
    color: #272727;
    background-color: #fff;
    margin-bottom: 70px;
}

.mt0{
    margin-top: 0!important;
}

::-webkit-input-placeholder{
    font-size: 15px;
}

.fl{
    float: left;
}
.fr{
    float: right;
}
.tl{
    text-align: left;
}
.tr{
    text-align: right;
}
/*weui修改*/
.weui-tabbar{
    position: fixed;
}

.placeholder {
    margin: 5px;
    padding: 0 10px;
    background-color: #ebebeb;
    height: 2.3em;
    line-height: 2.3em;
    text-align: center;
    color: #cfcfcf;
}

.bg-success{
    background-color: rgba(10, 182, 124, 0.9);
}
.weui_uploader_hd {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
}
.weui_uploader_hd .weui_cell_ft {
    font-size: 1em;
}
.weui_uploader_bd {
    margin-bottom: -4px;
    margin-right: -9px;
    overflow: hidden;
}
.weui_uploader_files {
    list-style: none;
}
.weui_uploader_file {
    float: left;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 79px;
    height: 79px;
    background: no-repeat center center;
    background-size: cover;
}
.weui_uploader_status {
    position: relative;
}
.weui_uploader_status:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.weui_uploader_status .weui_uploader_status_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}
.weui_uploader_status .weui_icon_warn {
    display: block;
}
.weui_uploader_input_wrp {
    float: left;
    position: relative;
    margin-right: 9px;
    margin-bottom: 9px;
    width: 77px;
    height: 77px;
    border: 1px solid #D9D9D9;
}
.weui_uploader_input_wrp:before,
.weui_uploader_input_wrp:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #D9D9D9;
}
.weui_uploader_input_wrp:before {
    width: 2px;
    height: 39.5px;
}
.weui_uploader_input_wrp:after {
    width: 39.5px;
    height: 2px;
}
.weui_uploader_input_wrp:active {
    border-color: #999999;
}
.weui_uploader_input_wrp:active:before,
.weui_uploader_input_wrp:active:after {
    background-color: #999999;
}
.weui_uploader_input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.weui-uploader__hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.weui-uploader__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}


/*全局通用*/

.TopTitle{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    box-shadow: 0px 0px 2px #565656;
    -moz-box-shadow: 0px 0px 2px #565656;
    position: relative;
    background-color: #fff;
}

/*login*/
#box {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -100;
}
.header .logo h3{
    text-align: center;
    font-size: 36px;
    font-family: cursive;
    margin-top: 70px;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.header .logo p{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    letter-spacing: 1.2px;
}

/*index*/
.Company{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
}
.weui-tabbar .iconfont{
    position: relative;
    top: -5px;
}
.weui-tabbar__item.weui-bar__item--on .iconfont{
    color: #04BE02;
}

.weui-select{
    height: auto;
    line-height: 20px;
}

.weui-navbar{
    background-color: #fff;
}

.weui-navbar__item.weui-bar__item--on{
    color: #04BE02;
    background-color: #ffffff;
    border-bottom: 3px solid;
}
.weui-navbar__item{
    border-bottom: 1px solid;
}
.weui-navbar__item:after{
    display: none;
}

.icon-riqi{
    position: absolute;
    left: 15px;
    font-size: 20px;
}


/*添加订单*/
.WhoOrder {
    text-align: center;
    width: 100%;
    height: 40px;
    margin-top: 15px;
}
.WhoOrder span{
    display: inline-block;
    width: 50%;
    float: left;
}
.city .iconfont{
    position: absolute;
    right: 15px;
    top: 6px;
    font-size: 25px;
}

/*报账*/
.BaoZhanglist{
    margin: 20px 0;
}
.list{
    width: 95%;
    display: block;
    background-color: #024fbed4;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px #6b6b6b;
    -moz-box-shadow: 0px 0px 8px #6b6b6b;
    position: relative;
    margin: 13px auto;
}
.list h5{
    font-size: 16px;
    font-weight: 100;
}
.list p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 3px;
}
.list .listmain{
    padding: 10px 110px 10px 10px;
}
.list .listmain p.price{
    font-size: 15px;
}
.list .listmain p.time{
    font-size: 12px;
}
.list .listmain a{
    color: #fff;
    font-size: 13px;
}
.list .listmain .right{
    position: absolute;
    right: 28px;
    top: 24px;
    border-left: 1px solid #fff;
    height: 50px;
    padding-left: 20px;
}
.list .listmain .right a{
    display: block;
    margin-bottom: 5px;
}
.list .listmain .right P.gg{
    color: #04BE02;
}
.newbz{
    position: absolute;
    right: 10px;
    top: 0;
}
.newbz .iconfont{
    font-size: 25px;
    color: #666;
}

/*订单信息*/
.orderlist{
    padding: 10px 15px;
    background-color: #fff;
    height: 95px;
    margin: 10px 0;
    position: relative;
}
.orderlist .top{
    color:#929292;
    font-size: 14px;
    height: 25px;
}
.orderlist .top  .icon-danhao{
    margin-right: 4px;
}
.orderlist .top .iconfont{
    font-size: 15px;
}
.orderlist .top .num{
    float: left;
}
.orderlist .top .num span{
    margin-left: 4px;
}
.orderlist .top .date{
    float: right;
}

.orderlist .address{
    height: 25px;
    margin-bottom: 2px;
}
.orderlist .User{
    height: 25px;
    margin-bottom: 3px;
    font-size: 14px;
    color: #929292;
}

.orderlist .User .icon-fa{
      color: #44caac;
}

.orderlist .User .icon-shou{
    color: #ff5d26;
}
.orderlist .User .iconfont{
    margin-right: 5px;
    top: 1px;
    position: relative;
}

.orderlist .info{
    font-size: 14px;
    color: #666;
}
.orderlist .info span{
    margin: 0 10px;
}
.orderlist .icon-daoda {
    position: absolute;
    left: 51%;
    top: 23%;
    font-size: 39px;
    color: #a5a5a5;
}

.searchorder{
    position: absolute;
    right: 15px;
    top: 0;
}
.searchorder .iconfont{
    font-size: 22px;
}

.tongji{
    position: fixed;
    bottom: 54px;
    height: 55px;
    background-color: #383838;
    width: 100%;
    color: #fff;
    font-size: 15px;
    padding: 5px 0 0 15px;
}
.tongji span{
    margin: 0 11px;
}

@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
    .tongji span {
        margin: 0 5px;
    }
}


/*订单详情*/
.icon-more-o{
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 24px;
}
.menu{
    position: absolute;
    right: 9px;
    width: 100px;
    font-size: 16px;
    line-height: 37px;
    background-color: #fff;
    border:1px solid #cecece;
    z-index: 999999;
    display: none;
}
.menu a{
    display: block;
    color: #666;
}
.DanHao{
    text-align: right;
}
.DanHao span{
    padding-right: 14px;
    border-right: 1px solid #b9b9b9;
}
.DanHao a{
    display: inline-block;
    color: #0070ff;
    padding-left: 14px;
}

.goback{
    position: absolute;
    left: 15px;
    top: 0;
}
.goback .iconfont{
    font-size: 24px;
    color: #272727;
}

.wrapper {
    position: relative;
}

.goodsinfo .weui-cell:before{
    display: none;
}
.goodsinfo .weui-cell{
    padding: 5px 15px;
}

.xiaopiao{
    position: fixed;
    bottom: 0px;
    height: 55px;
    background-color:rgba(10, 182, 124, 1);
    width: 100%;
    color: #fff;
    font-size: 15px;
}
.xiaopiao a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}
#input1,#input2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

.FaMian{
    position: relative;
    padding-left: 35px;
    width: 100%;
}
.FaMian .text{
    width: 100%;
}
.FaMian .icon .icon-fa1,.FaMian .icon .icon-shou1{
    position: absolute;
    left: 0;
    top: -5px;
}
.FaMian .icon .icon-daoda{
    position: absolute;
    left: -3px;
    top: 24px;
    font-size: 35px;
    color: #b3b3b3;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.FaMian .icon .icon-fa1{
    color:#44caac;
    font-size: 25px;
}
.FaMian .icon .icon-shou1{
    color:#d9662d;
    font-size: 25px;
}
.FaMian h4{
    font-weight: 100;
    font-size: 17px;
    margin-bottom: 4px;
}
.FaMian p{
    font-size: 15px;
}
.FaMian p span{
    margin-left: 5px;
}
.FaMian p.address{
    color: #666;
    font-size: 13px;
}
.FaMian p.address .iconfont{
    font-size: 14px;
    margin-right: 3px;
}
.FaMian .phone{
    position: absolute;
    right: 0;
    top: 0;
}
.FaMian .phone .iconfont{
    font-size: 27px;
    color: #185eff;
}

.Riqi{
    position: absolute;
    left: 20px;
    color: #666;
    font-size: 16px;
}
.Riqi .iconfont{
    margin-left: -3px;
}

.searchinput{
    border: none;
    background-color: #eee;
    outline: none;
    height: 35px;
    padding-left: 30px;
    width: 85%;
    position: relative;
    border-radius: 5px;
}
.chaxunbtn{
    width: 15%;
    font-size: 15px;
}
.sears{
    position: absolute;
    left: 17px;
    z-index: 999999;
    font-size: 18px;
    top: 2px;
    color: #666;
}
.TuiChu{
    position: absolute;
    right: 15px;
    color: #666;
    font-size: 16px;
}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
    .DanHao a{
        padding-left: 5px;
    }
    .DanHao span{
        padding-right: 5px;
    }
}