html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
    margin: 0;padding: 0;border: 0;font-size: 100%;font-weight: normal; vertical-align: baseline;box-sizing: border-box; list-style: none;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
blockquote, q {
    quotes: none;
}
table {
    border-collapse: collapse;border-spacing: 0;
}
a {
    color: #333;text-decoration: none; -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}
html, body {
    width: 100%;height: 100%;font-size: 13px;color: #333;font-family:"Microsoft YaHei";
    overflow: hidden;  }
body {
    -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.clearfix:after{ display: block; content:''; clear: both; height:0; }
.tc{text-align: center !important;}
.block{display: block !important;}
.hidden{display: none !important; }

/*首页*/
.page{max-width: 640px;margin:0 auto;overflow: auto;  height: 100%;font-family:"Microsoft YaHei";}
.out_header{ padding: 53% 15px 10px;position: relative;}

.logo{   position: absolute; top: 0;  left: 0;  right: 0;  }
.header{background: #fff;border-radius: 4px;box-shadow: 0px 2px 5px #e0e6e8; position: relative;overflow: hidden;}
.header .tabs{display: flex;align-items: center;}
.header .tabs>li{width: 50%;text-align: center;padding-top:18px; font-size: 15px;cursor: pointer;}
.header .tabs>li span{display: inline-block;padding:0 5px 5px;font-weight: bold;}
.header .tabs>li.active span{color: #016BB4;border-bottom: 2px solid #016BB4;}

.content{padding:15px;background-color: #fff;position: relative;}
.gas_list{padding-left: 5px;;}
.gas_list>li{padding-bottom: 15px;display: flex;justify-content: space-between;}
.gas_list>li span{color: #666;display: block;line-height: 20px;}
.gas_list>li p{padding-left: 10px;text-align: right;line-height: 20px;flex: 1;word-break: break-all;}

.order-deal{position: relative;width: 100%;  margin: 0 auto;  max-width: 640px;  box-sizing: border-box;}
.deal-box{height: 56px;color: #999;display: flex;}
.deal-box.active{color: #333;}
.deal-box .deal-state{width: 60px;margin-right: 15px;padding-top:8px;}
.deal-box .deal-label{width: 8px;height: 8px;float: left;margin-right: 25px;border-radius:50%;background:#ddd;
    position: relative;margin-top:12px;}
.deal-box .deal-label:after{content:'';clear:both;position:absolute;width: 1px;height: 50px;top:8px;left: 3px; background:#ccc; }
.order-deal .deal-box:last-child .deal-label:after{content:'';clear:both;height: 0px;}  /* 最后一个 */
.order-deal .deal-box.active .deal-label{width:16px;height: 16px;background: url("../images/zh.png") no-repeat center;background-size: 100% auto;    margin-left: -4px;
    margin-top: 5px;}
.order-deal .deal-box.active .deal-label:after{top:16px;left: 7px; }
.deal-box .rights{font-size: 12px;flex: 1;}
.deal-box .rights>p{ padding: 0px 0 5px;line-height: 20px;font-size: 13px;color: #666;}

.footer{padding: 30px 15px 20px;}
.footer>.f_tip{text-align: center;font-size: 16px;color: #FF2741;font-weight: bold;padding-bottom: 10px;position: relative;}
.footer>.f_tip:before{content: '';display: table;position: absolute;bottom:10px; z-index: -1; left: 50%;width: 62px;height: 8px; margin-left: -39px;background-color: #f7b75d;}
.footer>.m{text-align:center;line-height: 22px;font-size: 13px;}


/* 
加载框 css
*/
.weui-mask_transparent{position: fixed;z-index: 1000;top: 0;right: 0;left: 0;bottom: 0;}
.weui-toast{position: fixed;z-index: 5000;width: 7.6em;min-height: 7.6em;top: 36%;left: 50%; transform: translate(-50%, -50%);
    background: rgba(17, 17, 17, 0.7); text-align: center; border-radius: 5px;color: #fff;}
.weui-icon_toast.weui-loading{ margin: 30px 0 0;width: 38px;height: 38px; display: inline-block;text-align: center;
    vertical-align: baseline;font-size: 55px; color: white;animation: weuiLoading 1s steps(12, end) infinite;
    background:transparent url("data:image/svg+xml;charset=utf8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'%3E%3Cpath fill='none' d='M0 0h100v100H0z'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/%3E%3Crect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/%3E%3C/svg%3E") no-repeat;
    background-size:100%;
}
@-webkit-keyframes weuiLoading{
    0%{
        -webkit-transform:rotate3d(0, 0, 1, 0deg);
        transform:rotate3d(0, 0, 1, 0deg);
    }
    100%{
        -webkit-transform:rotate3d(0, 0, 1, 360deg);
        transform:rotate3d(0, 0, 1, 360deg);
    }
}
@keyframes weuiLoading{
    0%{
        -webkit-transform:rotate3d(0, 0, 1, 0deg);
        transform:rotate3d(0, 0, 1, 0deg);
    }
    100%{
        -webkit-transform:rotate3d(0, 0, 1, 360deg);
        transform:rotate3d(0, 0, 1, 360deg);
    }
}

/* 微信签收 */
.btn-controls{padding-bottom: 10px;text-align: center;display: block;}
.btn-controls a{display: inline-block;padding: 8px 40px;background-color: #00a6f5;color: #fff;font-size: 15px;
    border-radius: 4px;}

.wrapper{
    padding: 30px 15px 10px;
}
.wrapper .outers{
    background-color: #fff;border-top: 1px solid #00A6F5;padding-bottom: 5px;margin-bottom: 15px;border-radius: 4px;
    box-shadow: 0px 2px 5px #e0e6e8;
}
.wrapper .outers .title{
    font-size: 15px;padding: 10px;border-bottom: 1px dashed #ddd;margin-bottom: 6px;font-weight: bold;
}
.wrapper .outers .item{
    font-size: 14px;padding:0px 10px 6px;line-height: 20px;color: #444;
}
.wrapper .outers  .inners{
    display: flex;align-items: center;padding: 8px 10px 0;
}
.wrapper .outers  .inners:last-child{
    padding-bottom:6px;
}
/* 
***用户信息
 */
.user-info.header{box-shadow: none;}
.user-info .user-list .inners{
    display: flex;align-items: center;
}
.user-list .inners .imgbox{
    width: 50%;position: relative
}
.user-list .inners .imgbox .img{
    margin: 0 auto 10px;width: 100px;height: 100px;overflow: hidden;background-color: #ddd;border-radius: 4px;
}
.user-list .inners .imgbox p{text-align: center;}
.user-list .inners .imgbox .img-mask{
    position: absolute;top: 0;left: 0; width: 100%;bottom: 0;z-index: 9;background-color: transparent;
}
.check-list .gas_list>li span{display: block;width: 65px;}
.check-list .gas_list>li p{flex: 1;text-align: left;}
.empty-check{padding-top: 50px;text-align: center;font-size: 14px;}
.empty{position: relative;}
.empty::before{
    content: '！'; position: absolute;width: 22px;height: 22px;line-height: 22px; top: -5px;left: 50%;margin-left: -85px;font-size: 16px;
    background-color: #ccc;border-radius: 50%;text-align: center;color: #fff;font-weight: bold;
}