html, body {
    font-family: "Comic Sans MS","幼圆","黑体",sans-serif;
    margin: 0;
    padding: 0;
    font-size: 15px;
    background-color: #fafafa;
    color: #494949;    
/*  overflow: hidden;*/
}
body.fade{
    overflow:hidden;
}
label{
    font-weight: 500;
}

*,*:before,*:after{
    box-sizing: border-box;
}

*,a,img,button,input,textarea,select,div{
    -webkit-tap-highlight-color:rgba(255,255,255,0);
    -webkit-touch-callout: none;
    text-decoration:none;
}

*,input,textarea,select{
    -webkit-appearance:none;
}
.background_f2{
    background: #F2F2F2;
}
ul{
    list-style: none;
    margin: 0;
}
.padding_right{
    padding-right:14px;
}
.click_body{
    overflow: hidden;
}
.box_1 {
    height: 60px;
    line-height: 60px;
    padding: 0 14px;
    background-color: white;
    margin-bottom: 14px;
    overflow: auto;
    border-bottom: 1px solid #efefef;
}
.font_color_8a{
    color: #8a8a8a;
}
.user_head {
    border-radius: 5px;
    overflow: hidden;
    float: left;
    padding: 8.5px 0;
    margin-right: 10px;
}

.box_ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box_li {
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #efefef;
}
.box_li:last-child {
    border-bottom: none;
}
.box_li .right-span{
    position: absolute; 
    right: 0px; 
    padding-right: 10px;
}
.box_li_l {
    float: left;
    width: 6em;
    padding-left: 12px;
}
.box_li_l.box_li_short {
    width: 5em;
}

.box_area {
    resize: none;
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #494949;
}

.box_input {
    width: 70%;
    border: none;
    list-style: none;
    padding-left: 0px;
    outline:none;
    color: #494949;
    font-size: 12px;
    padding-right: 25px;
}
.box_input.box_input_p{
    padding-left: 0;
}
.box_input.box_input_l{
    width: 100%;
    padding-left: 6em;
    overflow: scroll;
    vertical-align: middle;
}
.box_input.box_input_short{
    width: 4.5em;
    padding: 0;
    height: 28px;
    border-right: 1px solid #efefef;
}
.box_input.box_input_shorter{
    width: calc(70% - 5em);
    padding-left: 0.5em;
}

.mob_code {
    position: relative;
    text-align: center;
    line-height: 45px;
    border-left: 1px solid #efefef;
    background-color: none;
    padding: 0;
    outline: none;
    background-color: white;
    float: right;
    color: #4EB97B;
    font-size: 13px;
    padding: 0 14px;
}
.block{
    display: block;
}
.box_2 {
    padding-left: 14px;
    background-color: white;
    margin-bottom: 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    position: relative;
/*  overflow: hidden;*/
}
.box_2.box_nopad{
     padding:0;
}
.box_2.box_padding{
     padding:0;
}
.box_2.box_nopad .box_li{
    padding:0 1rem;
}
.box_2.box_nopad .box_li.longer{
    padding:0;
    border-top: 1px solid #efefef;
}
.box_3 {
    padding-left: 5px;
    background-color: white;
    margin-bottom: 5px;
    border-bottom: 1px solid #efefef;
    position: relative;
/*  overflow: hidden;*/
}

#get_voice,#play_voice,#recording_voice{
    width: 100%;
    height: 45px;
    background-color:  #e8e8e8;
    color: white;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 1.1em;
}
#get_voice{
    color:#8a8a8a;
}
#get_voice img{
    width: 30px;
}
.get_voice_html2{
    display: none;
}
.get_voice_html2 img{
    margin-left: 0px; width: auto; height: 45px; margin-top: -2px;
}
#recording_voice{
    display: none;
    background-color: #f7ca50;
}
#recording_voice img{
    width: auto;
    height: 45px;
    margin-top: -2px;
}

#play_voice{
    display: none;

}
#play_voice p,#get_voice p{
   color: #8a8a8a;
    margin: -26px 20px;
  padding-left: 38px;
  font-size: 1em;
  font-weight: 100;
}
#play_voice img,#get_voice img{

     margin-bottom: -0px;
     margin-left: -10px;
     margin-top: -15px;
     width: 30px;
  
}
#get_voice img{
   margin-left: -60px;
} #play_voice img.close_img{ position: absolute; right: 30px;
      top: 134px;
      margin-bottom: -30px;
      margin-left: 0px;
}
#play_voice img.pause_img{
    display: none;
}

div.arrow-right {
  width:0px;
  height:0px;
  border-bottom:5px solid transparent;  /* left arrow slant */
  border-top:5px solid transparent; /* right arrow slant */
  border-left:5px solid #2f2f2f; /* bottom, add background color here */
  font-size:0px;
  line-height:0px;
}
.box_select {
    position: relative;
    border: none;
    outline: none;
    background: none;
    width: 100%;
    height: 47px;
    font-size: 15px;
    color: #494949;
}

.paotui_fee {
    text-align:  center;
    margin: 20px 0;
    color:#999;
}
.pay-footer{
    z-index:999; 
    position:fixed; 
    width: 100%;
    overflow:hidden;
    margin-top:0; 
    margin-bottom:0px; 
    bottom:0px;
    box-shadow: 3px 0 3px rgba(0,0,0,.2);
}
.pay-footer .pay-footer-fee{
    width:64%;
    padding: 13px;
    background-color: #fff;
    float: left;
}
.pay-footer button{
    border: none;
    width: 36%;
    padding: 13px;
    color: #fff;
    float: left;
    background: #4EB97B;
    font-size: 18px;
    line-height: 22px;
}
.pay-footer button.btn_green{
    background: #00BE70;
}
.btn-pay{
    height: 50px;
    font-size: 20px;
    line-height: 22px;
}

.pay-footer button.loading{
    background:#8a8a8a;
}
.tips{
    font-size: 12px;
    color: #bcbcbc;
    padding-left: 10px;
    margin-bottom: 40px;
}
.pay-footer .pay-fee{
    width:64%;
    height: 50px;
    background: #fff;
    float: left;
}
.pay-footer .pay-fee-left{
    height: 50px;
    width: 4.5em;
    padding-left: 12px;
    display: inline-block;
    float: left;
    line-height: 30px;
}
.pay-footer .pay-fee-right{
    height: 50px;
    width: calc(100% - 4.5em);
    display: inline-block;
    float: left;
}
.pay-all-fee .green_1{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.pay-fee-dis{
    font-size: 12px;
    color: #8a8a8a;
}
.pay-fee-right .coupon{
    display: inline-block;
    background: #FFE7E1;
    height: 18px;
    line-height: 18px;
    padding: 0 .5em;
    border-radius: 9px;
    font-size: 12px;
    color: #FF7452;
}
.pay-fee-right #coupon{
    display: none;
}
.pay-footer .pay-fee-left.pay-left-w{
    width: 6em;
}
.pay-left-w span{
    float: left;
}
.pay-left-w span:first-child{
    line-height: 20px;
    height: 20px;
}
.pay-left-w span:last-child{
    line-height: 28px;
    height: 30px;
    color: #FF7452;
    font-size: 18px;
}
.pay-footer .pay-fee-right.pay-right-w{
    width: calc(100% - 6em);
}
.pay-right-w span{
    width: 100%;
    display: block;
    text-align: right;
    padding-right:.4em;
}
.pay-right-w span:first-child{
    font-size: 12px;
    line-height: 18px;
    height: 22px;
    padding-top: 4px;
    overflow: hidden;
}
.pay-right-w span:last-child{
    font-size: 12px;
    line-height: 24px;
    height: 28px;
    color: #00BE70;
}
#dateTimeText{
    font-size: 14px; 
    z-index: 9; 
    line-height: 50px; 
    position: relative;
    display: block;
    text-align: left; 
}
.select_flag {
    width: 20px;
    height: 20px;
}
.select_flag.time_select{
    position: relative; 
    top: -35px; 
    float: right;
    margin-right: 5px;
}
.selector_box {
    position: relative;
    margin-left: 80px;
}

.select_flag_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    padding-top: 12px;
/*    display: none;*/
}
.select_flag_box.select_box_top{
    width: calc(100% - 6em);
    padding-top: 0;
    height: 50px;
}

#sbm_index {
    width: 100%;
    height: 45px;
    background-color:#4EB97B;
    color: white;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 1.3em;
    font-weight: 500;
}

.input_flag_box {
    position: absolute;
    right: 5px;
    top: 0;
    width: 20px;
    height: 40px;
    line-height: 40px;
    background-color: white;
    text-align: center;
    padding-top: 12px;
    display: none;
}

.layout_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    display: none;
}

.call_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    margin-top: -75px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    text-align: center;
    color: white;
    padding: 15px;
    font-size: 15px;
}

.call_result {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 100%;
    height: 200px;
    margin-left: -50%;
    margin-top: -100px;
    border-radius: 5px;
    text-align: center;
    color: #4EB97B;
    padding: 15px;
    font-size: 1.5em;

}
#call_result{
    top: 0;
    left: 0;
    margin:0;
    height: 100vh;
    overflow: hidden;
    color: #82888C;
    font-size: 14px;
}
#call_result h4{
    color: #000;
}
.result_banner{
    width: 40%;
    margin: 10vh auto 2vh;
}
.result_banner img{
    width: 100%;
}
#return_div{
    margin-top: 12vh;
    padding: 15px;
}
#return_div img{
    width: 100%;
}
#pay_amount,#mobile{
    height:50px;
    /*margin-top: 6px;*/
}
#pay_chose {
    overflow: hidden;
    padding-left: 25px;
}

.pay_li{
    float: left;
    margin: 0 20px 10px 0;
    border: 1px solid #bcbcbc;
    border-radius: 100%;
    color: #bcbcbc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.pay_li_last span{
    font-size: 13px;
}

.on_pay {
    color: #f46610;
    border-color: #f46610;
}

.warning {
    font-size: 12px;
    color: red;
    line-height: 14px;
    margin: 0 0 0 80px;
    position: absolute;
    bottom: 0;
    left:84px;
}

.warning_info{
    font-size: 14px;
    color: red;
    margin: 0 0 0 80px;
    position: absolute;
    bottom: -20px;
    left: 16px;
}

.label_box {
    width: 70px;
    text-align: right;
}

#pro_ct_ar {
    
}


.swiper-container{
    margin-top: 40px;
    padding-top: 65px;
    padding-bottom: 200px;
}


.swiper-container-pro {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32%;
    height: 140px;
    
}

.swiper-container-city {
    position: absolute;
    top: 0px;
    left: 32%;
    width: 32%;
    height: 140px;
}

.swiper-container-area {
    position: absolute;
    top: 0px;
    left: 64%;
    width: 32%;
    height: 140px;
}

.swiper-container-business {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 140px;
}

.swiper-container {
    
}

.swiper-slide {
    text-align: center;
    color: #bcbcbc;
    transition: 0.5s;
    font-size: 1.4em;
}

.swiper-slide.swiper-slide-active{
    color: #333;
    
}

#layout {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(73, 73, 73, 0.5);
    display: none;
}

.pro_ct_ar {
    width: 100%;
    height: 250px;
    background-color: #e8e8e8;
}

.select_box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px;
    overflow: hidden;
    display: none;
    background-color: #e8e8e8;
}

.place_sele {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
    background: none;
}
#order_from_address,#order_to_address{
    overflow-y: scroll;
    display: none;
    position: absolute;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    background: rgba(256,256,256,1);
    z-index:1000;
}
#mobile_choose,.con_model{
    overflow-y: scroll;
    display: none;    
    position: fixed;
    top:0;
    left:0;
    height:100%;
    width: 100%;
    z-index: 3000;
    background: rgba(255,255,255,1);
}
.price_notice,.price_detail{
    position:fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background:#f9f9f9;
    text-align:center;
    opacity:0.9;
    z-index: 1000;
    display:none;
}
#price_detail.price_detail{
    background:rgba(0,0,0,.2);
}
#price_detail_body{
    width: 92%;
    background: #fff;
    position: absolute;
    left: 4%;
    top:16vh;
}
#price_detail_body #price_detail{
    padding: 10px 0;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
}
#price_detail_body #price_detail li span{
    width: 40%;
}
#price_detail_body .price_detail_price{
    font-size: 14px;
    height: 60px;
    margin: 0;
    line-height: 60px;
}
#price_detail_body .price_detail_price b{
    font-size: 24px;
    font-weight: normal;
}
.price_detail{
    padding-top:10%;
}
.price_detail h4:nth-child(2){
    color:#F46610;
}
.price_detail_price{
    font-size: 14px;
    height: 50px;
}
.price_notice_text{
    padding-top:20%;
    line-height:2em;
}
.price_title{
    font-size:18px;
    font-weight:normal;
    margin: 0.5em;
}
.price_notice_con{
    display:inline-block;
    background:#fff;
    border:1px solid #dfdfdf;
    border-radius:50%;
    color:#4eb97b;
    width: 160px;
    height: 160px;
    padding-top: 30px;
    margin: 5% 0px;
}
.price_notice_con p{
    font-size: 50px;
    line-height:60px;
}
.price_notice_con #multiple{
    font-weight:normal;
}
.price_notice_btn{
    border:none;
    width:35%;
    padding:10px;
    color:#FFF;
    background-color:#4EB97B;
    margin-top: 8%;
    cursor:pointer;
}
#price_detail{
    padding: 0;
}
#price_detail li span{
    width:28%;
    line-height:3em;
    display:inline-block;
    text-align:left;
}
#price_detail li span:last-child{
    text-align:right;
}
.con_model {
    z-index:1000;
}
.address_title,.mobile_title{
    position: fixed;
    width: 100%;
    padding: 12px 52px 10px 15px;
    top:0;
    left:0;
}
.address_title input,.mobile_title input{
    border:none;
    width: 100%;
    float: left;
    height: 34px;
    border-radius: 17px;
    padding-left: 20px;
    font-size: 15px;
    outline:none;
    background: #EFF2F4;
}
.address_title button.cancel{
    text-decoration: none;
    position: absolute;
    right: 10px; 
    top: 18px;
    color: #494949;
    border: none;
    background: none;
    font-size:15px;
    padding: 0;
}
.sure{
    padding-top: 8px;
    padding-left: 8px;
    font-weight: 100;
    font-size: 14px;
    top: 10px;
    right:60px;
    height: 35px;
    width: 45px;
    background-color:  #4EB97B;
    color: #fff;
    border-radius: 5px;
}
.address_history,#common-addr, .mobile_history{
    margin-top:40px; 
    margin-bottom:0; 
    padding:15px 10px 10px 15px;
}
.address_history li,.mobile_history li{
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #efefef;
}
.address_history li span,.mobile_history li span{
    color: #999;
    font-size: 14px;
}

#allmap{
    position: relative;
    min-height:100%;
}
.wrap-h-all{
    height: 100vh;
}
.padding_50{
    padding-bottom: 50px;
}
.layer{
      height: 100px;
      width: 100px;
      background: rgba(213, 76, 76, 0.8);
      z-index: 20;
      position: fixed;
      bottom: 110px;
      padding: 20px;
      border-radius: 5px;
  }
.body_fee{
    overflow: hidden;

}
@-webkit-keyframes bounceIn{
    0%{
        opacity:0;
        -webkit-transform:scale(.5);
        transform:scale(.5)
        }
    100%
    {
        opacity:1;
        -webkit-transform:scale(1);
        transform:scale(1)
        }
    }
@keyframes bounceIn{
    0%{
        opacity:0;-webkit-transform:scale(.5);
        -ms-transform:scale(.5);
        transform:scale(.5)
        }
    100%{
        opacity:1;-webkit-transform:scale(1);
    -ms-transform:scale(1);transform:scale(1)
    }
}
.layui-anim {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}
.layui-layer {
    top: 150px;
    left: 50%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
}
.layui-layer-content {
    position: relative;
}
.layui-layer-setwin {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0;
    line-height: initial;
}
.layui-layer-setwin button{
    border: none;
    background: rgba(255,255,255,.3);
    margin-top: -10px;
}
.layui-layer-setwin button .icon.iconfont{
    font-size: 35px;
}
.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.cost{ 
    padding:15px
}
.cost dt{
    font-weight:bold;
    color:#4EB97B;
    line-height:2em;
}
.cost dl{
    margin-bottom:1em;
}
.telephone_input{
      height: 30px;
    width: 20%;
    border: 1px solid #efefef;
    list-style: none;
    padding-left: 8px;
    outline:none;
    color: #494949;
    font-size: 15px;
    padding-right: 14px;
    margin: 0 0px 0 10px;
}

.box_input.telephone_input{
    width: 50%;
    margin-left:10px; 
}
.box_li div label a{
    color: #bfbfbf;
    text-decoration:none;
}
.box_li div label a.active_phone{
    color: black;
}
.box_li i.icon.iconfont{
    position: absolute; 
    font-size:20px; 
    left: 0
}
.box_li .box_li_l i.icon.iconfont{
    position: static;
}
#mobilephone{
    color: black;
}
/*16.4.13*/
#footMune{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
    height: 39px;
    padding: 7px 0 0;
    border-top:1px solid #dfdfdf;
    text-align: right;
}
#footMune #btn_return,#footMune .sbm,#footMune #btn_assign{
    display: inline-block;
    padding:0 14px;
    line-height: 22px;
    height: 24px;
    border:1px solid #4eb97b;
    color: #4eb97b;
    text-decoration: none;
    border-radius: 4px;
    margin-right:7px;
}
#footMune #sbm_cancel{
    margin: 0 0 0 7px;
}
/*order.html*/
.order_tap{
    background-color: #fff;
}
.tap_wrap{
    width: 100%;
    height: 40px;
    overflow-x: scroll;
    display: -webkit-box;
    -webkit-overflow-scrolling: touch;
}
.order_tap .tap_ul{
    width: 480px;
    height: 40px;
    border-bottom:1px solid #efefef; 
    padding: 0px;
    margin-top:0;
}
.order_tap .tap_ul li{
    float:left;
    width: 80px;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #888888;
}
.order_tap .tap_ul li:last-child{
    border-right: none;
}
.order_tap .tap_ul li:hover{
    color:#4EB97B;
    cursor: pointer;
}
.box_li.order-title label{
    font-size: 16px;
}
.title-icon{
    position: relative;
    padding-left: 12px;
}
.title-icon:before{
    content: '';
    position: absolute;
    top: 5%;
    left: 0;
    height: 90%;
    width: 4px;
    background: #4EB97B;
}
.box_li.order-id-type{
    border: none;
    line-height: 24px;
    margin:0;
    color: #BCBCBC;
}
.box_li.order-id-type label{
    font-size: 13px;
}
.box_li.order-info{
    line-height: 28px;
    border: none;
    padding-top: 10px;
}
.box_li.order-info.receiver{
    padding: 0 0 13px;
    border-bottom: 2px solid #EBEBEB;
}
.box_li.order-info label{
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
}
.box_li.order-info label:last-child{
    display:inline-block;
    height: 28px;
    width: calc(100% - 60px);
    float: right;
    margin-right: 14px;
    word-break:keep-all;
}
.box_li.order-info label.orange{
    display: block;
    margin-top: -22px;
}
.box_li.order-info .box_li_icon{
    padding: 0 8px 0 22px;
}
.box_li.order-info .box_li_icon:before{
    top:4px;
}
.box_li.order-info.receiver .box_li_icon:before{
    background:url(../imgs/icon/b.png) no-repeat;
    background-size: contain;
}
.box_li.border_bottom{
    border-bottom: 2px solid #EBEBEB;
}
#completed .box_li,#uncompleted .box_li{
    line-height: 40px;
}
.go_comment,.finish,.to_pay_{
    height: 26px;
    background-color: #fff;
    border:1px solid #4EB97B;
    color: #4EB97B;
    border-radius: 2px;
    outline: none;
    font-size: 1em;
    font-weight: 500;
    width: 60px;
    padding: 0;
}
.sbm_gray{
    height: 26px;
    background-color: #fff;
    border:1px solid #ddd;
    color: #ddd;
    border-radius: 5px;
    outline: none;
    font-size: 1em;
    font-weight: 500;
}
.box_right{
    position: relative;
}  
.label_right{
    float: right;
    margin-right: 14px;
    font-family:'SimHei';
} 
.box-comment{
    position: absolute;
    top: 12px;
    right: 10px;
}
.uncomplite{
    color:#FF8406;
}
.green{
    color:#4EB97B  !important;
}
.green_1{
    color:#00BE70  !important;
}
.red{
    color:#f25555;  
}
.green.green-bottom{
    border-bottom: 2px solid #4EB97B; 
}
.gray{
    color:#ddd !important;
}
#canceled > section:last-child{
    margin-bottom: 75px;
}
/*order_detail.html*/

/**/
.class_btn{
    width: calc(100% - 6em);
    margin-left: 6em;
    padding: 12px 0 0;
    height: 88px;
}
.class_btn.class_btn_height{
    height: 50px;
}
.class_btn span{
    display: inline-block;
    width: 53px;
    float:left;
    font-size: 12px;
    color: #8A8A8A;
    border:1px solid rgba(49,49,49,.2);
    line-height: 24px;
    height: 27px;
    border-radius: .3em;
    margin: 0 5px 10px 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.class_btn span.active{
    background: url(../imgs/orderShare/btn_bg.png) no-repeat right bottom;
    background-size: 15px 11px;
    border-color:#00BE70;
    color: #00BE70;
}
/**/

.orange{
    color:#FF8406;
}
.span_right{
    position: absolute; 
    right: 20px;
} 
.box_li{
    overflow: hidden;
}
label{
    font-weight: normal;
}
p{
    margin:0px;
}
li.box_li ul.order_status{
    list-style: none;
    height: 100%;
    width: 100%;
    padding: 0 25px !important;
}
li.box_li ul.order_status li{
    float: left;
    height: 100%;
    width: 22%;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
li.box_li ul.order_status li.status{
    width:0; 
    height:100%;
    z-index: 99;
}
li.box_li ul.order_status li.status div{
    position: absolute;
    top: 38%;
    height: 18px;
    width: 18px;
    margin-top: -9px;
    background-color: #efefef;
    border-radius: 100%;
}
li.box_li ul.order_status li.status:first-child div{
    background-color: #4EB97B !important;
}

li.box_li ul.order_status li.status label,
li.box_li ul.order_status li.status span{
    line-height: 25px;
    font-size: 13px;
    position: absolute;
    top: 22px;
    color: #bcbcbc;
    display: block;
    width: 40px;
    right: 2px;

}
li.box_li ul.order_status li.status span{
    font-size: 10px;
    top:40px;
    right: -5px;
}

li.box_li ul.order_status li.line{
    width:33%; 
    height:100%;
}
li.box_li ul.order_status li.line div{  
    width: 100%;
    position: absolute;
    top: 38%;
    margin-top: -2px;
    border: 2px solid #efefef;
}

.status .on{
    background-color: #4EB97B !important;
}
.line .on{
    border: 2px solid #4EB97B !important;
}

/*order_detail.html*/
#order_detail .box_li{
    line-height: 40px;
}
.box_three{
    float:left; 
    width: 30%;
}
.box_three.box-label{
    margin-right: 10px;
    padding-bottom: 15px;
    position:relative;
}
.box_three.box-label span{
    display: block;
    position: absolute;
    top: 20px;
}
.box_three.box-label span.act_time{
    left: 2.8rem;
    color:#4EB97B;
}  
.box_three label{
    float: left;
    display: block;
    color:#8a8a8a;
}
.box_li.box_right-two{
    height: auto !important;
    line-height: 24px !important;
    padding: 5px 0;
}
.box_li.courier_info {
    border: none;
    height: 70px !important;
}  
.box_li.courier_info div{
    padding: 13px 0;
}      
.box_li.courier_info div img{
    border-radius: 100%;
    height: 45px;
}   
.box_li.courier_info .call-courier{
    padding-left: 55px;
    position: absolute;
    margin-top: -8px;
    top: 0px;
}
.box_li.courier_info .call-courier .call-name{
    line-height: 20px;
}
.box_li.courier_info .call-courier img{
    height: 10px;
}    
.box_li.courier_info .call-courier .courier_star{
    background-color: #edb10f;
    border-radius: 5px;
    color: #fff;
    position: relative;
    line-height: 20px;
    height: 20px;
    padding: 1px 5px;
}
.box_li.courier_info .call-courier .courier_star img{
    height: 12px;
    margin-top: -5px;
}    
.box_li.courier_info a{
    display: block;
    float: left;
    position: absolute;
    top: 5px;
    right: 20px;
    margin: 7px 0px;
    width: 45px;
    height: 45px;
    background: url(/static_f/imgs/img_c/telphone.png) no-repeat center;
    background-size:45px 45px;
}
.box_li.courier_info a.pc_mobile{
    width: 140px;
    background: url(/static_f/imgs/img_c/telphone.png) no-repeat center right;
    background-size: 45px 45px;
}
.box_li.courier_info .call-courier span{
    position: relative;
    top: 23px;
    left: -95px;
    color: #bcbcbc;
}
.share_logo{
    padding: 0 14px;
    width: 120px;
    padding-bottom:0px;
    margin-top: 24px; 
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999; 
}
.share_logo a{
    display: block;
}
.share_logo a img{
    width: 100%;
}
/*share.html*/

.banner{
    position: relative;
}
.coupon_fee{
    color: #f25555;
}
.detail{
    margin: 0 30px;
}
.btn_receive{
    margin:45px 0px 30px 0px;
}
.coupon_fee{
    position: absolute;
    top: 50%;
    left: 0;
    font-family: 'SimHei';
    font-weight: 900;
    right: 0;
    width: 60vw;
    margin: 0 auto;
    padding-left: 30vw;
    font-size: 2em;
}
.sbm_receive{
    width: 100%;
    height: 45px;
    background-color:#F46610;
    color: white;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 1.3em;
    font-weight: 500;
}
.left-line{ 
    border: 1px solid #ddd;
    margin-top: 10px;
}
.rule_title{
    position: relative;
    
}
.span_rule{
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    width: 90px;
    display: block;
    background-color: #fafafa;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
}
.rule_detail{
    clear: both;
}
.share_layer{
    display: none;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
}
.share_main{        
    background-color: #fafafa;
    position: absolute;
    overflow: hidden;
    width: 100%;
    bottom: 0px;
    font-family: 'SimHei';
    color: #8a8a8a;
}
.share_title{
    font-size: 18px;
}
.share_title p{
    text-align: center;
}
.share_body{
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}  
.share_body ul{
    list-style: none;
    padding: 0 30px;
    overflow: hidden;
    text-align: center;
}
.share_body ul li{
    float: left;
    width: 92;
    padding-right: 30px;
    margin-right: 5px;
}
.share_body ul li:last-child{
    width: 62px;
    padding-right: 0;
    margin-right: 0;
}
.share_body ul li img{
    margin-bottom: 10px;

}
.share_foot{
    margin: 20px 0;
}
.cancel_share{
    text-align: center;
    font-size: 18px;
    color:#4EB97B;
}

/*assign*/
.assign-title{
    /*width: 100%;*/
    /*height: 50px;*/
    padding: 10px 10px;
    position: relative;
    text-align: center;
}
.assign-title .my{
    float: left;
    /*height: 100%;*/
    position: absolute;
    top:0px;
}  

.assign-title .my a{
    text-decoration: none;
}
.assign-title .my .icon.iconfont{
    font-size: 28px;
    color: #4EB97B;
}
.assign-title .logo .icon.iconfont{
    font-size: 30px;
    color: #4EB97B;
}
.assign-title img{
    height: 32px;
    width: auto;
}
.assign-title .logo{
    height: 31px;
    background: url(../imgs/img_c/logo2.png) no-repeat center;
    background-size: contain;
}
.assign-title .city-selector{
    display: inline;
    position: absolute;
    right:20px;
    top:15px;
}  
.assign-title .city-selector span{
    padding-right: 5px;
    color: #8A8A8A;
    display: inline-block;
    width: 103px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    text-align: right;
}
.city-choose{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform .2s cubic-bezier(0,0,.25,1);
    transition: transform .3s cubic-bezier(0,0,.25,1);
    /*display: none;*/
}
.city-choose.show{
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
     -webkit-transition: -webkit-transform .2s cubic-bezier(0,0,.25,1);
    transition: transform .3s cubic-bezier(0,0,.25,1);   
}
.city-choose header{
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #efefef;
    box-shadow: 0px 0px 2px #efefef;
    background-color: #fff;
    z-index: 99999;
}
.city-choose header .icon.iconfont{
    font-size: 30px;
    float: left;
    padding: 2px;
}
.city-choose header .current .icon.iconfont{
    float: none;
    margin-left: -34px;
}
.city-choose header .current{
    text-align: center;
    padding: 2px;
}
.city-choose header .current span.position{
    line-height: 36px;
}
.city-choose .body{
    position: absolute;
    top: 41px;
    left: 0;
    right: 0;
    bottom:0;
    height: auto;
}
.city-choose .body .all-city .title{
    background-color: #fafafa;
    padding:3px 15px;
}
.city-choose .body .all-city .cities{
    padding: 10px 0 10px 20px;
    border-top: 1px solid #fafafa;
}
.city-choose .body .all-city .cities:first-child{
    border-top:none;
}
.city-choose .all-letters{
    position: fixed;
    right: 0;
    width: 20px;
    height: 100%;
    font-size: 12px;
    font-weight: 450;
    color: #0a60fe;
    background-color: #fff;
    overflow: hidden;
    display: table;
    margin-bottom: 41px;
    
}
.city-choose .all-letters .list{
    display: table-cell;
    vertical-align: middle;
}  
.city-choose .all-letters .list span{
    padding-left: 5px;
    display: block;
}
.banner.slide{
    overflow: hidden;

}
.banner.slide .banner1,.banner.slide .banner2,.banner.slide .banner3{
    float: left;
}
.banner.slide .banner2{
}
.main-btn,.main-gray-btn{
    width: 100%;
    height:30px; 
    overflow: hidden;
    background-color: #4EB97B; 
    border: none;
    border-radius: 5px;
    color: #fff;
}
.main-btn.btn-right{
    position: absolute;
    right: 0;
    top: 0;
    width: 5.6em;
    text-align: center;
    height: 2.3rem;
    margin-top: .2rem;
    line-height: 2.3rem;
    border-radius: 2px;
}
.gray-btn{
    background-color: #dfdfdf; 
}
.right-slide{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: #fff;
    border-right:1px solid #efefef;
    overflow: hidden;
    z-index: 999;
}
.left-slide{
    position: absolute;
    display: none;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: rgba(73, 73, 73,0.6);
    z-index: 998;
}
.right-slide .slide-container{
    width: 100%;
    padding: 15px 2px 15px 15px;
}
.slide-personal-info{
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}
.slide-personal-info .slide-personal-img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}
.slide-personal-info .slide-personal-img img{
    width: 100%;
}
.slide-personal-info .slide-personal-basic{
    width: 100%;
    padding-left: 65px;
    padding-top: 5px;
}
.slide-personal-info .slide-personal-basic .slide-personal-name span{
    font-size: 14px;
    color: #8a8a8a;
    display: block;
}
.slide-personal-info .slide-personal-basic .slide-personal-phone span{
    font-size: 13px;
    color: #bcbcbc;
    display: block;
}
.right-slide .slide-container .slide-options{
    width: 100%;
    padding-bottom: 5px;
    padding-top: 15px;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
}

.slide-options .slide-option-box{
    margin:10px 0;
    margin-top: 0;
    overflow: hidden;
}
.slide-options .slide-option-box .slide-option-img{
    width: 20px;
    height:20px;
    float:left;
}
.slide-options .slide-option-box .slide-option-img img{
    width: 100%;
}
.slide-options .slide-option-box .slide-option-title {
    padding-left: 50px;
}
.slide-options .slide-option-box .slide-option-title a{
    width: 207px;
    display: block;
    overflow: hidden;
    text-indent: 30px;
    margin-left: -35px;
    text-decoration: none;
    color: #494949;
}
.right-slide .slide-container .slide-login .slide-options {
    width: auto;
}

.slide-login .slide-options .slide-log-box{
    overflow: hidden;
    width: 160px;
    margin:0 auto;
    margin-bottom: 20px;
} 

.slide-options .slide-log-box .slide-button-box{
    float: left;
    margin-right: 10px;
    width: 70px;
}
.slide-options .slide-log-box .slide-button-box a{
    display: block;
    text-align: center;
    font-size: 13px;
    padding: 5px 0px;
    text-decoration: none;
}
    
.right-slide .slide-container .slide-other .slide-other-title{
    text-align: center;
    padding-right: 15px;
    margin-top: 15px;
}
.right-slide .slide-container .slide-other .slide-other-title a{
    text-decoration: none;
    color: #494949;
}
.choose_otype{
    background-color: #fff;
    overflow: hidden;
}
/**/
.otype_col{
    width: 100%;
    border-bottom:1px solid #efefef;
    overflow: hidden;
    background:#f2f2f2;
    min-height: calc(100vh - 200px);
}
.choose_otype{
    position: relative;
}
.loading_div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../imgs/assign_img/loading.gif) no-repeat center center;
    background-color: #fff;
    background-size: contain;
}
.otype_col .otype_box{
    width: 96%;
    margin:2%;
    padding:3%;
    box-sizing: border-box;
    background-color: #fff !important;
    border-right: 1px solid #efefef;
    vertical-align: middle;
}
.otype_col .otype_box .otype_box_left{
    width:4em;
    height:4em;
    float:left;
    border-radius:.5em;
    margin:.2em .6em 0 0;
}
.otype_col .otype_box .otype_box_right{
    height:4.4em;
    padding-left:1em;
}
.otype_col .otype_box .otype_box_right h3{
    margin:0;
    line-height:24px;
}
.otype_col .otype_box .otype_box_right p{
    font-size:12px;
    height: 36px;
    overflow: hidden;
}
.price_right b{
    color:#f46610;
    font-size:14px;
}
.price_right{
    float:right;
    font-size:12px;
    line-height:24px;
    height:24px;
    vertical-align:bottom;
}
#mySwipe{
    width: 100%;
    max-width:640px;
    margin:0 auto;
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
#mySwipe .swipe-wrap .banner{
    float: left;
}
#mySwipe .swipe-wrap .banner img{
    width: 100%;
}
/*merchant_list*/
#wrapper{
    position: absolute;
    z-index: 1;
    top: 2.5rem;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom:0;
    background-color: #fafafa;
}
#wrapper.order-list{
    top:80px;
}
#wrapper #order-list{
    min-height: 100%;
    width: 100%;
    border-bottom:1px solid #efefef;
    overflow: hidden;
    background:#f2f2f2;
}
#wrapper:before{
    content:'';
    width: 100%;
    text-align:center;
    display:block;
    height:10rem;
    position:absolute;
    top:0;
    z-index:-1;
    background:url(../imgs/icon/loading.gif) no-repeat center top,#f2f2f2;
}
#wrapper:after{
    content:'拉取信息';
    width: 100%;
    text-align:center;
    display:block;
    line-height:3rem;
    position:absolute;
    bottom:0;
    z-index:-1;
}
#wrapper.active:after{
    content:'拉取信息中';
}
#wrapper.nomore:after{
    content:'没有更多了';
}
#wrapper.order-list.nomore:after{
    content:'只展示最近7天订单';
}
#merchant_list.otype_col{
    min-height:100%;
}
#merchant_list.otype_col .otype_box{
    width:100%;
    margin:0;
    border-bottom: 1px solid #f2f2f2;
}
.otype_col .otype_box .otype_box_left.otype_box_img{
    border-radius: .9em;
    border:1px solid #f2f2f2;
    overflow: hidden;
}
.otype_col .otype_box .otype_box_right h4{
    margin:0;
    line-height:1.8rem;
    font-weight:normal;
    color:#4a4a4a;
}
.otype_col .otype_box .otype_box_right .otype_box_category{
    background:#4EB97B;
    font-size:8px;
    color:#fff;
    padding:0 2px;
    vertical-align: bottom;
    margin-left:0.3rem;
}
.otype_col .otype_box .otype_box_right p.otype_box_dec{
    color:#8d8d8d;
    line-height:1.2rem;
}
.price_right b.otype_box_distance{
    font-weight:normal;
    color:#f56f1e;
    font-size:1rem;
}
.nav_tab_show {
  text-align: center;
  color: #8a8a8a;
  z-index: 3;
  background: #fff;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  padding:11px 0;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid #f2f2f2;
  position:relative;
}
.nav_tab_show .tab_wrap {
  color: #8a8a8a;
  font-size:14px;
  line-height:14px;
}
.nav_tab_show .tab_item {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  border-left: #f0f0f0 1px solid;
}
.nav_tab_show .tab_item:after {
  content: '';
  border: 6px solid transparent;
  font-size: 0;
  vertical-align: middle;
  border-top-color: #8a8a8a;
  margin-left: 2px;
}
.nav_tab_show .tab_item:nth-child(1){
  border: none;
}
.nav_tab_show .con_wrap {
    width: 100%;
    position:absolute;
    background:rgba(0,0,0,0.2);
    color: #8a8a8a;
    top: 2.9rem;
}
.nav_tab_show .con_wrap > ul {
    width: 100%;
    background: #fff;
    margin-bottom: 120%;
    display: none;
    padding: 2% 1%;
    float: left;
}
.nav_tab_show .con_wrap > ul.act {
  display: block;
}
.nav_tab_show .con_wrap > ul > li {
    line-height:2rem;
    width: 29.3%;
    border: 1px solid #dfdfdf;
    border-radius: .2rem;
    float: left;
    margin: 2.1% 2%;
}
.nav_tab_show .con_wrap > ul > li.show_child_list {
  background-color: #f2f2f2;
}
.nav_tab_show .con_wrap .selected {
    background:url(../imgs/orderShare/btn_bg.png) no-repeat bottom right;
    color:#29a857;
    border:1px solid #29a857;
}
/*merchant-home*/
#category_box{
    background:#fafafa;
    min-height:100%;
}
#home_banner{
    width:100%;
    height:11rem;
    background:url(../imgs/orderShare/merchant.jpg) center;
    background-size:auto 100%;
    position: relative;
}
#home_name{
    position: absolute;
    bottom: 0;
    background: linear-gradient( rgba(255,255,255,0), rgba(0,0,0,0.6));
    overflow: hidden;
    width: 100%;
    color: #fff;
    line-height: 2.6rem;
    height: 2.6rem;
    padding: 0 0 0 0.8rem;
}
#wrapper.category_list{
    top:0;
    bottom: 2.6rem;
}
.home_dec{
    height:2.85rem;
    line-height:2.85rem;
    border-bottom:1px solid #e9e9e9;
    border-top:1px solid #e9e9e9;
    padding:0 0 0 0.8rem;
    color:#4a4a4a;
    background:#fff;
    overflow:hidden;
}
.home_dec .iconfont{
    color:#56bd81;
}
#category_list{
    padding:0;
}
#category_list li{
    width:46%;
    height:11.1rem;
    background:#fff;
    border-radius:.5rem;    
    overflow:hidden;
    margin:0.6rem 0.6rem 0;
    display:inline-block;
}
#category_list li:nth-child(2n){
    margin:0.6rem 0 0;
}
.category_pic{
    display:block;
    width:auto;
    height:7.5rem;
    overflow:hidden;
}
.category_pic img{
    width:100%;
    min-width: 100%;
    min-height: 100%;
}
.category_price{
    padding:.2rem 0.5rem 0;
    margin:0;
    color:#f46610;
    line-height:1.6rem;
}
.category_price img{
    width:1rem;
    margin-top:.3rem;
    float:right;
}
.category_dec{
    padding:0 0.5rem;
    font-size:0.85rem;
    line-height:1.1rem;
    color:#8a8a8a;
    height: 1.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}
.btn.btn_assign{
    position:absolute;
    bottom:0;
    width:100%;
    background:#4eb97b;
    border:none;
    color:#fff;
    line-height:2.6rem;
    height:2.6rem;
    z-index:10;
    font-size:1.1rem;
    left:0;
}
.btn.btn_right{
    float: right;
    margin-right: 5px;
}
.btn.btn_suc{
    width: 72px;
    height: 20px;
    border-radius: 10px;
    border:1px solid #4EB97B;
    color: #4EB97B;
    background: #fff;
    margin: 4px 12px 0 0;
    padding: 0;
    line-height: 18px;
    font-size: 13px;
}
/**/
.otype_row{
    width: 100%;
    height: 33.333333%;
    display: table;
    border-bottom:1px solid #efefef;
    overflow: hidden;
}
.otype_row:first-child{
    border-top: 1px solid #EFEFEF;
}
.otype_row .otype_box{
    width: 33.33333333%;
    box-sizing: border-box;
    background-color: #fff !important;
    border-right: 1px solid #efefef;
    display: table-cell;
    vertical-align: middle;
}
.otype_row .otype_box:last-child{
    border-right: none;
}
.otype_row .otype_box .otype_logo{
    width: 100%;
    text-align: center;
    margin-top: -3px;
}
.otype_row .otype_box .otype_logo .icon.iconfont{
    font-size: 55px;
    color: #4eb97b;
}
 .otype_row .otype_box .otype_info{
    font:15pt ;
    color: #8a8a8a;
    text-align: center;
    margin-top: -3px;
}

.order .my{
    position: absolute;
    margin: 0;
    z-index: 999;
}
.order .logo{
    width: 134px;
    margin: 0 auto;

}
.order .my img:hover{
    cursor: pointer;
}
.order{
  
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.order .my:hover{
    cursor: pointer;
}
.order .my ul{
    width: 100%;
    background-color: #fff;
    list-style: none;
    padding: 0 5;
    margin-top: 0px;
}    
.order .my ul li{
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    height: 50px;
}
.order .my ul li:first-child{
    border-top: 1px solid #ddd;
}
.order .my ul li a{
    color: black;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 6px;
    border-radius: 5px;
}
.order .my .my_menu ul li a:hover{
    background-color:#ddd;
}

.triangle i.triangle-up{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #ddd;
    position: absolute;
    left: 20px;
}
.triangle em.triangle-up {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    top: 3px;
    left: 21px;
}
em.triangle-off{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #8A8A8A;
    position: absolute;
    top: 7px;
    /*right: 0px;*/
    text-align: right;
}
    
.triangle{
    position: relative;
    width: 100px;
    height: 10px;

}
#my_menu{
    left: 0;
    top: 0px;
    width: 250px;
    position: fixed;
    height: 100%;
    background-color: #FFF;
    border-right: 1px solid #ddd;
    padding-top: 107px;
}
.icon-green{
    color: #4EB97B;
}
.icon-gray{
    color:#bcbcbc;
}
.choose_extend,.three_span{
    float: left; 
    position: relative;
    width:30%;
}
.full_span{
    width: 100%;
    text-align: center;
    position: relative;
    padding: 5px 0 10px;
}
.full_span span,.full_span label{
    width: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
}
.full_span span{
    font-size: 20px;
}
#car_distribution,#order_price{
    width: 35%;
}
.three_span label{
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.three_span span{
    display: block;
    height: 20px;
    line-height: 20px; 
}
ul.box_ul li.box_li ul{
    padding-left: 0px;
}
.box_right{
    position: relative;
    overflow: hidden;
}
.box_right label{
    width: 80px;
    float: left;
    display: block;
    color:#8a8a8a;
}
.box_right span{
    display: block;
    margin-left: 80px;
    line-height: 20px;
}
.box_right span.box_right_s{
    line-height: 40px;
    padding-left: 0;
}
#order_detail .box_right span{
    line-height: 40px;
}
.box_right span:nth-child(2){
    padding-top: 4px;
}
.box_right span:last-child{
    padding-bottom: 4px;
}
.box_right span.green_1{
    float: right;
    margin-right: 10px;
    display: inline-block;
    margin-left: 0;
    font-size: 12px;
}

.box_info{
    line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.box_relation{
    position: relative;
}
.box_relation label{
    position:absolute;
    top: calc(50% - 14px);
}

.kfw_explain{
    
    margin:0 20px;
    margin-top: 20px;
    height: 150px;
    position: relative;
}
.explain_title{
    width: 110px;
    position: absolute;
    color: #bcbcbc;;
    top: -10px;
    font-size: 16px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-color: #fafafa;
    padding: 0 15px;
}
.explain_input{
    border:1px solid #dfdfdf;
    border-radius: 5px;
    padding:20px 10px;
    color: #bcbcbc;;
}
.box_ul .pay_type i.icon.iconfont{
    font-size: 16px; 
}
.box_ul .pay_type i.choose-pay{
    display: none;
    color:#4EB97B;    
    float: right;
    padding-right: 10px;
    position: relative; 
    font-size: 16px; 
    left: 0; 
}
/*pay_pc*/
.coupon_nav{
    width: 100%;
    height: 40px;
    border-bottom:1px solid #efefef; 
    padding: 0px;
    margin-top:0;
}
.coupon_nav span{
    float:left;
    width: 50%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    color: #888888;
}
.coupon_nav span.action{
    border-bottom: 2px solid #4EB97B;
    color: #4EB97B;
}
.coupon_exul{
    display:none;
}
.coupon_exul,.coupon_ul{
    padding:2% 12%;
}
.coupon_exul li,.coupon_ul li{
    position:relative;
    border:1px solid transparent;
}
.coupon_ul li.coupon_li:link{
    boredr-color:#F8B916;
}
.coupon_exul li img,.coupon_ul li img{
    width:100%;
}
.coupon_exul li span,.coupon_ul li span{
    position:absolute;
    left:7%;
    top:12%;
}
.coupon_exul li span h4,.coupon_ul li span h4{
    margin:12% 0;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.coupon_exul li span p,.coupon_ul li span p{
    margin:8% 0;
}
.coupon_exul li span:nth-child(2),.coupon_ul li span:nth-child(2){
    width: 56%;
}
.coupon_exul li span:last-child,.coupon_ul li span:last-child{
    right:20%;
    top:45%;
    font-size:1.2em;
    left:auto;
}
.coupon_foot{
    z-index:1000;
    position:fixed;
    width: 100%;
    overflow:hidden;
    margin:0px; bottom:0px;
    background:#fff;
}
#coupon-cancel{
    border: none;
    width: 37.7%;
    padding: 13px;
    color: #fff;
    float: right;
    background: #4EB97B;
    font-size: 16px;
}
/*courier_home.html*/
.personal-title{
    position: absolute;
    bottom: 0;
    background: linear-gradient( rgba(255,255,255,0), rgba(0,0,0,0.6));
    overflow: hidden;
    width: 100%;
    height: 80px;
    padding: 15px 10px 7px;
}
.personal-title .personal-name{
    overflow: hidden;
    margin-bottom: 5px;
}    
.personal-title .personal-name span,
.personal-title .personal-name label{
    border-radius: 4px;
    padding: 1px 5px;
    text-align: center;
    margin-top: 2px;
    width: 60px;
}
.personalName{
    display: inline-block;
    max-width: 8em;
    font-weight: normal;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float:left;
    padding-right: .2rem;
    line-height:24px;
    height:24px;
    margin-left: 60px;
    color:#fff;
    min-width: 4em;
    text-align: left;
}
.personalPhoto{
    position: absolute;
    left: 0%;
    top: 74.5%;
    margin: 0px 0px 0px 15px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 100;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
}
.personal-title .personalPhoto img{
    width: 100%;
}
.personal-title .personal-name label{
    color: #fff;
    padding-left: 0px;
}
.personal-name img{
    width: 8px;
}
.personal-name label img{
    width: 12px;
}
.background-yelow{
    background-color: #edb10f;
}
.background-blue{
    background-color: #41abe7;
}
.background-red{
    background-color: #f25555;
}
.background-green{
    background-color: #4EB97B;
}
.background-gray{
    background-color: #8a8a8a;
}
.background-f2{
    background-color: #f2f2f2;
}
.personal-skill,.personal-introduce,.personal-phone{
    padding: 15px 0;
   /* padding-bottom: 5px;*/
}
.server-qulity{
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}
.server-qulity li{
    float: left;
    width: 48%;
    text-align: center;
}
.server-qulity li label{
    display: block;
    width: 100%;
    color:#8a8a8a;
}
.server-qulity li span{
    width: 50px;
    display: block;
    font-size: 17px;
    margin: 0 auto;
    text-align: left;
}
.title-box{
    float: left;
    width: 70px;
   
}
.title-box label{
    color:#8a8a8a;
}
.info-box{
    /*padding-left: 80px;*/
    overflow: hidden;
}
.info-box label{
    display: block;
    border-radius: 3px;
    padding: 3px 5px;
    float: left;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 5px;  
              
}
.info-box p{
    margin: 0;
}
.personal-comment .user-photo{
    float: left;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    overflow: hidden;
    margin: 3px 10px 0 0;
}
.personal-comment .comment-title{
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 5px;
} 
.personal-comment .comment-title label{
    font-size: 12px;
    color: #bcbcbc;
}
.personal-comment .comment-title .comment-score{
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 12px;
}
.personal-comment .comment-title .comment-score i{
    padding-right: 2px;
}
.personal-comment .comment-title .comment-score i:last-child{
    padding-right: 0px;
}
.personal-comment .order-info p{
    margin: 0 0 10px 0;
}
.personal-comment .user-comments{
    padding: 0 0 10px 0;
}
.personal-comment .user-comments img{
    width: 5px;
}
.personal-comment .user-comments p{
    padding-left: 50px;
    margin: 0;
}
.personal-comment .user-comments p:first-child{
    color:#8a8a8a;
}
#footerbg{
    padding-bottom:40px;
}
#comments .box_2{
    border-bottom: none;
}
#comments .box_2:last-child{
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.personal-addr{
    overflow: hidden;
    position: relative;
    height: 60px;
}
.personal-addr span{
    color:#8a8a8a; 
    float: left;
    margin-top: 20px;
}
.personal-addr span.active{
    height:20px;
    border:1px solid rgb(78, 185, 123);
    margin-right:7px;
    padding-right:5px;
}
.iconfontA{
    background:rgb(78, 185, 123);
    color: rgb(255, 255, 255);
    display: inline-block;
    height: 18px;
    margin-right:5px;
}
.titleDes{
    font-weight:normal;
    color:#4eb97b;
    font-size:16px;
    margin: 0 0 10px;
}
.titleDes i{
    display:inline-block;
    width:2px;
    background:#4eb97b;
    height: 16px;
    float: left;
    margin: 3px 5px 0 0;
}
.personal-addr .chat{
    display: block;
    position: absolute;
    right: 0px;
    margin: 7px 0px;
    width: 45px;
    height: 45px;
    font-size: 45px;
    color: #4eb97b;
}
.personalSkills{
    padding:0px;
}
.skills_box{
    margin:0 0 1px;
    background:#fff;
    padding:15px 14px 0;
}
.skills_box:last-child{
    margin:0 0 10px;
    background:#fff;
    padding:15px 14px 0;
}
.floatRight{
    float:right;
}
.skillTitle{
    font-size:16px;
    margin:0;
}
.skillDesc{
    width:100%;
    max-height:36px;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:5px 0 10px;
    color:#9a9a9a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.skillTitle #title{
    color:#494949;
}
.skillTitle #serviceMoney{
    color:#f46610;
    font-weight:normal;
}
.skillPic{
    width:100%;
    vertical-align:middle;
}
.skillPic img.skillPicSecond,.skillPic img.skillPicThird,.skillPic img.skillPicFrist{
    margin:0.1rem;
}
/*manager_addr.html*/
#addr-list{
    padding-bottom:60px;
}
.manage-addr{
    padding:0px;
    margin: 0px;
    border-top:none;
    border-bottom: 1px solid #efefef;

}
.manage-addr:first-child{
    border-top:none;
}
.manage-addr .box_ul{
    padding: 8px 0;
    position: relative;
}  

.manage-addr .box_ul .box_li{
    line-height: 14px;
    padding: 0 11px;
    padding-right: 40px;
}
.box_li.more_line,.box_li.line_height{
    padding: 5px 0 10px;
    line-height: 26px;
}
.box_li.more_line span:nth-child(2){
    line-height: 18px;
    font-size: 12px;
    color: #82888C ;
}
.box_li.more_line span:nth-child(3){
    padding-top: 5px;
    font-size: 14px;
    color: #BCBCBC;
}
/*new*/
.box_li.heighter{
    line-height: 70px;
    height: 70px;
}
.box_li_r{
    float: left;
    height: 100%;
}
.box_li_r_w{
    width: calc(100% - 4em);
}
.choice_icon{
    padding-right: 25px;
    background: url(../imgs/img_c/arrow.png) no-repeat right center;
    background-size: 16px;
}
.choice_key{
    float: right;
}
.box_li_r > .address,.box_li_r > .person_info{
    display: block;
    line-height: 24px;
}
.box_li_r > .address,.box_li_r > .person_info > b{
    font-weight: normal;
}
.box_li_r > .address{
    padding-top: 11px;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.box_li_r > .address.address_lack,.box_li_r > .address.address_empty{
    display: inline-block;
    line-height: 70px;
    padding: 0;
    width: calc(100% - 95px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: inherit;
}
.choice_color{
    color: #4199FF;
}
.empty_color{
    color: #BCBCBC;
}
#timeText{
    font-size: 14px; 
    z-index: 9; 
    line-height: 50px;
    display: block;
    text-align: right; 
}
.box_ul.box_ul_padding{
    padding: 0 10px;
}
.box_li_l.box_li_l_s{
    width: 4em;
    padding: 0;
}
.box_li_l.box_li_l_short{
    width: 4.5em;
    padding: 0;
}
.box_li_input{
    width: calc(100% - 4.5em);
    font-size: 14px;
    border: none;
    list-style: none;
    text-align: right;
    outline: none;
    color: #494949;
}
.choice_btn{
    height: 50px;
    text-align: right;
    color: #8A8A8A;
}
.choice_btn span{
    position: relative;
    padding-left: 18px;
    margin-left: 14px;
    cursor: pointer;
    color: #8A8A8A;
}
.choice_btn span.active{
    color: #494949;
}
.choice_btn span:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:5px;
    width: 12px;
    height: 12px;
    background: #F3F3F3;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
}
.choice_btn span.active:after{
    background: #fff;
    border: 5px solid #4EB97B;
}
.category_info{
    width: calc(100% - 4.5em);
    float: right;
    padding-top: 20px;
}
.category_info span{
    display: inline-block;
    padding-top: 30px;
    width: 86px;
    position: relative;
    text-align: center;
}
.category_info span:first-child:after{
    content: '\e67b';
    position:absolute;
    font-family:"iconfont";
    font-size: 26px;
    color: #4EB97B;
    top:2px;
    left: 30px;
    line-height: 50px;
}
.category_info span:last-child:after{
    content: '\e67c';
    position:absolute;
    font-family:"iconfont";
    font-size: 24px;
    color: #4EB97B;
    top:0;
    left: 30px;
    line-height: 50px;
}
.order_wrapper{
    background: #fff;
    padding: 8px;
    height: 86px;
}
.order_nav{
    display: inline-block;
    width: calc((100% - 8px)/2);
    height: 70px;
    padding: 5px;
    border: 3px solid #E9EDF1;
    opacity: .6;
    float: left;
    transition:all .3s;
    background:right bottom;
}
.order_nav.active{
    opacity: 1;
    border: 3px solid #4EB97B;
    background: url(../imgs/orderShare/btn_bg.png) no-repeat right bottom;
}
.order_nav:first-child{
    margin-right: 8px;
}
.order_nav_title{
    height: 14px;
    margin: 8px 0 4px;
    background: url(../imgs/img/1h.png) no-repeat left;
    background-size: 52px 14px;
}
.order_nav_title.recommend{
    background: url(../imgs/img/4h.png) no-repeat left;
    background-size: 52px 14px;
}
.order_nav_title.recommend:after{
    content: '推荐';
    background: #3DC9AC;
    border-radius: 7px 0 7px 0; 
    line-height: 14px;
    height: 14px;
    font-size: 10px;
    padding: 0 10px;
    color: #fff;
    float: left;
    margin-left: 52px;
}
.order_nav_dec b{
    font-weight: normal;
    color: #BCBCBC;
    font-size: 12px;
    width: 65%;
    overflow: hidden;
    display: inline-block;
    height: 19px;
    vertical-align: middle;
}
.order_nav_dec font{
    color: #4EB97B;
    font-size: 15px;
    position: relative;
    vertical-align: baseline;
    height: 19px;
    line-height: 19px;
}
.order_nav_dec font:after{
    content: "元";
    color: #4EB97B;
    font-size: 12px;
    position: absolute;
    right: -14px;
    bottom: 0;
    line-height: 19px;
}
.footer_wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 40px;
    background: #fff;
    z-index: 100;
}
.footer_wrap_info{
    width: 60%;
    float: left;
    line-height: 40px;
    padding-left: 10px;
    opacity: 0;
}
.footer_wrap_dis{
    font-size: 12px;
}
.footer_wrap_price{
    font-size: 18px;
}
.footer_wrapper_btn{
    border: none;
    width: 40%;
    height: 40px;
    color: #fff;
    float: left;
    background: #DFDFDF;
    font-size: 16px;
    line-height: 40px;
}
.address_wrapper{
    display: none;
    position: relative;
    height: 100vh;
}
.address_wrap_info{
    padding: 10px;
}
.address_wrap_info .box_ul{
    background: #fff;
}
.box_li.address_info label{
    display: inline-block;
    width: calc(3.5em + 10px);
    padding-left: 10px;
    float: left;
}
.box_li.address_info label.half_icon{
    position: relative;
    margin-left: 15px;
}
.box_li.address_info label.half_icon:after{
    position: absolute;
    left: -10px;
    content: '';
    top:18px;
    width: 1px;
    height: 14px;
    background: #EFEFEF;
}
#address_select{
    width: calc(100% - 3.5em - 10px);
    height: 50px;
    float: left;
}
#address_select span{
    line-height: 20px;
}
#address_select span:first-child{
    display: block;
    padding-top: 8px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
}
#address_select span:last-child{
    font-size: 12px;
    color: #8A8A8A;
}
#address_select span.empty{
    color: #BCBCBC;
    padding: 0;
    font-size: 14px;
    line-height: 50px;
    height: inherit;
}
.address_info_input{
    width: calc(100% - 3.5em - 10px);
    font-size: 14px;
    border: none;
    list-style: none;
    outline: none;
    color: #494949;
    float: left;
    margin: 15.5px 0 0;
    padding: 0;
}
.address_info_input.address_info_input_s{
    width: calc(50% - 3.5em - 25px);
}
.address_info_input.address_info_input_short{
    width: calc(50% - 3.5em - 10px);
}
.choose_icon{
    position: relative;
    padding-left: 18px;
    margin: 15px 0;
    cursor: pointer;
    color: #a8a8a8;
}
.choose_icon:after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top:5px;
    width: 12px;
    height: 12px;
    background: #F3F3F3;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
}
.choose_icon.active{
    color: #494949;
}
.choose_icon.active:after{
    background: #fff;
    border: 5px solid #4EB97B;
}
.btn_longer{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border:none;
    background: #4EB97B;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}
.history_wrap{
    background: white;
    height: calc(100vh - 290px);
    padding-bottom: 80px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.history_nav{
    height: 38px;
    text-align: center;
}
.history_nav span{
    display: inline-block;
    width: 100px;
    line-height: 36px;
    color: #8A8A8A;
    position: relative;
}
.history_nav span.active{
    color: #494949;
}
.history_nav span.active:after{
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    top: 30px;
    left: 40px;
    background: #4EB97B;
}
.history_wrap .box_ul{
    padding: 0 10px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    height: calc(100vh - 328px);
    overflow: scroll;
}
.box_4{
    padding: 5px 0;
    border-bottom: 1px solid #efefef;
    line-height: 19px;
}
.box_ul .box_4:last-child{
    border: none;
}
.box_ul .box_4 span:first-child{
    display: block;
    color: #494949;
    font-size: 14px;
}
.box_ul .box_4 span{
    color: #8A8A8A;
    font-size: 12px;
}
.btm_wrap{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    top:0;
    left: 0;
    transition:all .3s;
    transform : translate(0,100vh);
    opacity: 0.2;
}
.btm_wrap.show{
    transform : translate(0,0);
    opacity: 1;
}
.btm_wrap_body{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
}
.btm_wrap_title{
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    border-bottom: 1px solid #EFEFEF;
    text-align: center;
    font-weight: bold;
}
.btm_wrap_title .btn_a{
    font-size: 15px;
    line-height: 56px;
    float: left;
}
.btm_wrap_title .btn_a:last-child{
    color: #4EB97B;
    float: right;
}
.btn_a{
    border:none;
    background: none;
}
.category_weight{
    padding: 0 10px 20px;
    text-align: center;
    border-bottom: 1px solid #EFEFEF;
}
.category_weight .btn_con{
    display: inline-block;
    width: 80px;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}
.btm_wrap_body p{
    color: #8A8A8A;
    font-size: 14px;
    padding: 10px;
}
.address_notice{
    width: 240px;
    margin: 0 auto 20px;
    font-size: 13px;
}
.address_notice p:first-child{
    font-size: 14px;
    margin: 20px 0;
}
.empty_dec{
    text-align: center;
}
.allmap_body{
    display: none;
}
#paotui_icon{
    display: none;
    vertical-align: middle;
    color: #4EB97B;
}
#price_detail_cancel{
    font-size:40px;
    position: absolute;
    right: calc(50% - 20px);
    bottom: 20px;
    color: #fff;
}
#drd_rule{
    display: none;
}
/**/
.widthNinety {
    width: 90%;
    margin: auto;
}
.seller h3{
    font-size: 16px;
    font-weight: normal;
}
.seller p{
    font-size: 14px;
    line-height: 20px;
}
.alignCen{
    text-align: center;
}
#table_time{
    padding-bottom: 20px;
}
.seller .title_rule{
    font-size: 16px;
    color: #494949;
    margin: 15px 0 5px;
}
.title_rule .floatRight{
    font-size: 12px;
    color: #82888C;
    line-height: 24px;
}
.table_text{
    width: 100%;
    border: 1px solid rgba(225,229,231,1);
    border-spacing: 0;
    color: #82888C;
}
.table_text tr:nth-child(2n+1){
    background: #EFF2F4;
}
.table_text tr:nth-child(2n) {
    background: rgba(247,248,249,1);
}
.table_text th{
    height: 30px;
    background: rgba(225,229,231,1);
    font-weight: normal;
    font-size: 14px;
}
.table_text td{
    text-align: center;
    font-size: 12px;
    height: 30px;
}
.table_text td .notice{
    display: block;
    font-size: 10px;
    color: #FF7C37;
}
.fontCol4e{
    color: #4eb97b;
}
/**/
.btn_type{
    width: 100%;
    padding: 0 10px;
    height: 111px;
}
.label_title{
    display: block;
    font-size: 16px;
    margin: 12px 0;
    text-align: left;
}
.btn_type span{
    display: inline-block;
    width: 68px;
    float:left;
    font-size: 14px;
    color: #BCBCBC;
    border:1px solid rgba(49,49,49,.2);
    line-height: 28px;
    height: 30px;
    border-radius: .1em;
    margin: 0 calc((100% - 68px*4)/8) 15px calc((100% - 68px*4)/8);
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.btn_type span:nth-child(4n+1){
    margin-right: 0;
}
.btn_type span:nth-child(n+6){
    margin-bottom: 0;
}
.btn_type span.active{
    background: #4EB97B;
    border-color:#4EB97B;
    color: #fff;
}
.btn_cpt{
    color: #BCBCBC;
    border: 1px solid #BCBCBC;
    width: 16px;
    height: 16px;
    line-height: 12px;
    display: inline-block;
    border-radius: 8px;
}
.btn_cpt.active{
    color: #4EB97B;
    border-color: #4EB97B;
}
/**/
.box_li_icon{
    position: relative;
    padding:0 20px 0 22px;
    font-weight: bold;
}
.box_li_icon:before{
    content: '';
    position: absolute;
    left: 0;
    top:2px;
    width: 14px;
    height: 15px;
    background: url(../imgs/icon/a.png) no-repeat;
    background-size: contain;
}
.box_li_icon.receiver:before{
    background: url(../imgs/icon/b.png) no-repeat;
    background-size: contain;
}
.break{
    position: relative;
    padding-left: 24px;
    display: inline-block;
    color: #4EB97B;
}
.break:before{
    content: '|';
    position: absolute;
    color: #BCBCBC;
    left: 11px;
    top:0;
    line-height: 26px;
}
.line_height .block{
    padding: 0 12px 0 56px;
}
.float-right{
    float: right;
}
.detail-item{
    position: relative;
    padding: 0 12px 25px 33px;
    background: url(../imgs/icon/WechatIMG3.png) no-repeat 10px 9px;
    background-size: 10px 10px;
    font-size: 13px;
}
.detail-item:after{
    content: '';
    position: absolute;
    height: calc(100% - 50px);
    width: 2px;
    background: #D8D8D8;
    left:14px;
    top:40px;
}
.detail-item:last-child:after{
    display: none;
}
.detail-item.active{
    color: #4EB97B;
    background: url(../imgs/icon/WechatIMG5.png) no-repeat 10px 9px;
    background-size: 10px 10px;
}
.detail-item.finish{
    color: #4EB97B;
    background: url(../imgs/icon/WechatIMG4.png) no-repeat 9px 8px;
    background-size: 12px 12px;
    width: 100%;
    border: none;
    height: auto;
}
.detail-item p{
    font-size: 12px;
    margin-bottom: 0;
}
.service-tel{
    text-align: center;
    margin: 8px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 14px;
}
.href-tel{
    color: #4EB97B;
}
.order-footer{
    background: #fff;
    line-height: 45px;
    height: 45px;
    padding-left: 14px;
}
.order-footer .href-tel{
    font-size: 14px;
}
.wrap-m-t-50{
    margin:0 0 50px;
}
.wrap-p-t-30{
    padding-bottom:30px;
}
.wrap-h-min{
    min-height: calc(100vh - 200px)
}
#sbm_cancel{
    display: inline-block;
    padding:0 14px;
    line-height: 22px;
    height: 24px;
    border:1px solid #4eb97b;
    color: #4eb97b;
    text-decoration: none;
    border-radius: 4px;
    margin:10px 14px;
    float: right;
}
/**/
.manage-addr .addr-title{
    overflow: hidden;
    font-size: 16px;
    color: #494949;
    padding-bottom: 5px;
}
 .manage-addr .addr-title .title{
    line-height: 22px;
}   
.manage-addr .addr-body .phonenumber{
    font-size: 14px;
}
.manage-addr .addr-body{
    font-size: 12px;
    line-height: 18px;
    color: #8a8a8a;
}
.manage-addr .addr-body p{
    margin: 0px;
}
.foot-btn{
    position: fixed;
    width: 100%;
    height:40px; 
    margin-top:0; 
    margin-bottom:0px; 
    bottom:0px;
    overflow: hidden;
    background-color: #4EB97B; 
}
.foot-btn p{
    color:#fff;
    text-align: center;
    margin:0px;
    padding: 10px 0;
}
.manage-addr.default-addr li.default-flag{
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
    padding: 20px 0;
    right: 10px;
}
.manage-addr.default-addr li.default-flag i{
    color: #4EB97B;
    font-size: 20px;
}

.addr-input{
    width: 100%;
    padding: 0;
}
.modify-addr .addr-input{
    margin:0px;
    line-height: 15px;
}
.modify-addr  .box_ul{
    padding: 0 0 0 15px;
}  
.modify-addr  .box_ul li:last-child{
    border-bottom:none;
}
#choose-addr{
    overflow-y: scroll;
    display: none;    
    position: absolute;
    top: -15px;
    left:0;
    height:100%;
    width: 100%;
    z-index: 999;
    background: rgba(256,256,256,1);
}
#choose-addr .addr-title{
    position: absolute;
    width: 100%;
    /*border: 1px solid red;*/
    padding: 10px 60px 10px 15px;
    background-color: #f2f2f2;
    top:0;
    left:0;

}
#choose-addr .addr-title input{
    border:1px solid #4EB97B;
    width: 100%;
    float: left;
    height: 35px;
    border-radius: 5px;
    padding-left: 8px;
    font-size: 15px;
    outline:none;
}

#choose-addr .addr-title a.cancel{
    text-decoration: none;
    position: absolute;
    right:15px;
    top: 18px;
    color: #4EB97B;
}
/*follow-count*/
#follow-count{
    margin:20px;
}
#follow-count .icode-container{
    width: 100%;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 20px 35px 35px 35px;
    background-color: #fff;
}
#follow-count .icode-container p{
    text-align: center;
    margin:0 0 15px 0; 
}
#follow-count .icode-container .follow-icode p{
    margin:0;
}
#follow-count .icode-container .follow-icode img{
    margin: 0 auto;
    width: 100%;
}
#follow-count .follow-footer{
    text-align: center;
    margin: 25px 0;
}
    

#follow-count .follow-footer p{
    text-align: center;
    margin: 15px 0;
    display: inline;
    padding: 20px;
}

i.iconfont.female{
    font-size: 12px;
    color: #f88bb1;
}
i.iconfont.male{
    font-size: 12px;
    color: #50c9e3;
}
.personal-title .imgSex{
    position: absolute;
    left: 44px;
    top:42px;
    z-index: 300;
    width:13px;
    height:13px;
    border-radius: 50%;
}
/*pricerule 16.5.13*/
#serContainer{
    width: 100%;
    overflow: hidden;
    display:none;
}
#serviceMenu{
    width: 100%;
    overflow: auto;
}
.serviceCon{
    padding: 3%;
    display: none;
    overflow: hidden;
    font-size:13px;
}
.menuUl{
    min-width:100%;
    height: 3.2em;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
}
.menuUl li{
    float: left;
    text-align: center;
    width: 25%;
    height: 3.2em;
    line-height: 3.2em;
    position: relative;
}
.menuUl li.action{
    color:#4eb97b;
}
.menuUl li.action:after{
    content:'';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4eb97b;
    left: 0;
    top: 3.1em;
    transition:all .5s;
}
#title-control{
    background:#fff;
    padding: 10px 15px;
    line-height:24px;
}
#container_pri{
    margin-bottom:20px;
    padding:0 15px;
}
#container_pri .panel{
    box-shadow:none;
    border:none;
    background:none;
}
#container_pri .panel-heading{
    padding:10px 0;
}
#container_pri .list-group{
    margin-bottom:0;
}
#container_pri .panel-body{
    padding:15px 0;
}
#container_pri .alert{
    margin-bottom:0;
    background:none;
    padding:0;
    border:none;
}
#pricerule{
    display:none;
    border:none;
    box-shadow:none;
    margin-top:1px;
}
#pricerule .panel-heading{
    display:none;
    padding:10px 15px 0;
    border:none;
}
#pricerule .panel-title{
    cursor:pointer;
    height:32px;
    line-height:20px;
}
#pricerule .select_flag,#title-control .select_flag{
    transition:transform .5s;
    top:0;
}
#pricerule .select_flag.action,#title-control .select_flag.action{
    transform:rotate(90deg);
}
#pricerule .pricerule{
    padding:1px 15px;
    margin:0 -15px;
    background:#F2F2F2;
}
#pricerule .pricerule p{
    margin:10px 0;
}
#pricerule .pricerule p:nth-child(2n+1){
    color:#4EB97B;
}
.container.container_pad{
    padding:0;
}
.list-group .list-group-item{
    background:none;
}
/*help*/
.container.fade{
    display:none;
}
#pricerule #panel-heading{
    display:block;
}
.list-group-img{
    margin:10px 0 0;
}
.container_pad .list-group p{
    margin:10px;
    line-height:24px;
}
.container_pad .list-group p b{
    color: #4EB97B;
} 
.helpNav{
    background:#fff;
    text-align:center;
    line-height:40px;
    font-size:16px;
}
.helpNav .col-xs-6{
    color:#494949;
}
.helpNav .col-xs-6.action{
    color: #4EB97B;
}
.helpNav .col-xs-6.action:after{
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:3px;
    background:#4EB97B;
    left:0;
    bottom:0;
}
.container_pad #pricerule .pricerule p:nth-child(2n+1){
    color:#494949;
}
/*courier 16.4.16*/
.pic_box .picCont,skillPicFrist,skillPicSecond,skillPicThird{
    display:inline-block;
    vertical-align:middle;
    border:1px solid #EFEFEF;
    float:left;
}
.clear{
    display:inline-block;
    width:100%;
    height:1px;
    clear:both;
}
.pic_box .picCont img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
}
.pic_box.picFrist .picCont,.skillPicFrist{
    width:19.7rem;
    height:19.7rem;
    text-align: center;
}
.pic_box.picSecond .picCont,.pic_box.picFourth .picCont{
    width:9.4rem;
    height:9.4rem;
    margin:.2rem;
    text-align: center;
}
.pic_box.picThird .picCont,.pic_box.picSix .picCont{
    width:6.1rem;
    height:6.1rem;
    margin:.2rem;
    text-align: center;
}
.pic_box.picFifth .picCont:nth-child(1){
    width:12.55rem;
    height:12.55rem;
    margin:.2rem;
    text-align: center;
}
.pic_box.picFifth .picCont:nth-child(2),.pic_box.picFifth .picCont:nth-child(3),.skillPicThird{
    width:6.1rem;
    height:6.1rem;
    margin:.2rem;
    text-align: center;
}
.pic_box.picFifth .picCont:nth-child(4),.pic_box.picFifth .picCont:nth-child(5),.skillPicSecond{
    width:9.4rem;
    height:9.4rem;
    margin:.2rem;
    text-align: center;
}
/*footer*/
#footerbg{
    display:none;
    width:100%;
    height:40px;
}
.footer{
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 3.2rem;
    bottom: 0;
    display:none;
}
.footerBg{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #000;
    opacity: 0.75;
}
.footerContent{
    position: absolute;
    width: 100%;
    height: 3.2rem;
    color: #fff;
    z-index: 10;
}
.footerLogo{
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0.6rem;
    background: url(../imgs/orderShare/icon.png);
    background-size: 100% 100%;
    float:left;
}
.footerContent h3{
    font-size:0.86rem;
    margin: 0.5rem 0 0;
    line-height:1.4;
}
.footerContent p{
    font-size:0.64rem;
}
.downLoad{
    display: block;
    width: 5.6rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 0.83rem;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    color: #fff;
    background: #4eb97b;
    border-radius: 0.3rem;
    text-decoration:none;
}
.skillCount{
    display:inline-block;
    width:30px;
    text-align:center;
}
#addAddress{
    line-height: 50px;
    padding-right:14px;
    text-align:center;
    cursor:pointer;
}
/*16.5.31*/
.order_to_address{
    width:100%;
    height:290px;
    position:relative;
    transition:height .8s;
}
.order_to_address .box_2:not(:first-child){
    display:none;
}
.order_to_address .box_2{
    position:absolute;
    width:100%;
    transition:top .8s;
}
.paotui_fee{
    width:100%;
    text-align:center;
    position:absolute;
    top:-50px;
    left:0;
}
.distance{
    padding:0 10px;
}
.position_0{
    top:20px;
}
.position_1{
    top:310px;
}
.position_2{
    top:600px;
}
.iconCon{
    float:right;
    padding:8px 20px 0 0;
    height:50px;
}
.iconCon .iconfont{
    font-size:35px;
    margin:0 5px;
    color:#8a8a8a;
    cursor:pointer;
}
.iconCon .iconfont.shift{
    color:#111;
    margin-left: 35px;
}
.iconCon .iconfont.addAddress{
    font-size:18px;
    position:absolute;
    top:0;
}
.iconCon .iconfont.down{
    margin-right: 15px;
}
.position_0 .iconCon .iconfont.up,.position_2 .iconCon .iconfont.down,.iconCon .iconfont.unselect{
    color:#dfdfdf;
}
/*index*/
.index_container{
    width:80%;
    height:95%;
    border-radius:6px;
    position:relative;
    overflow:hidden;
    margin:2% auto;
    background:#e6e3db;
    /*padding:0 4% 0 17%;*/
    padding:0 0% 0 13%;
    box-shadow:#f5f5f5 3px 3px;
}
#index_menu{
    width:16%;
    height:100%;
    background:#333743;
    position:absolute;
    left:0;
    top:0;
}
#index_menu .logo{
    width:100%;
    margin:20% auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#index_menu .logo img{
    width:100%;

}
.index_menu a{
    padding-left:2.5em;
    color:#dcdcdc;
    display:inline-block;
    width:100%;
    cursor:pointer;
}
.index_box{
    width:100%;
    height:100%;
    border:none;
    overflow:auto;
}
#index_box{
    width:100%;
    min-height:100%;
    border:none;
    overflow:auto;
}
.index_menu{
    font-size:18px;
    color:#dcdcdc;
}
.index_menu ul{
    margin:0;
    padding:0;
}
.index_menu p{
    padding-left:1em;
    line-height:2.5rem;
    position:relative
}
.index_menu p:after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    background:url(../imgs/img_c/line.png);
    height:1px;
    width:100%;
}
.index_menu ul li{
    line-height:3rem;
    transition:background .5s;
}
.index_menu ul li.action{
    background:#fff;
}
.index_menu ul li.action a{
    color:#333743;
}
#index_menu1{
    background:#333743;
    position:absolute;
    top:0;
    left:0;
    display:none;
    width:100%;
    overflow:hidden;
}
#index_menu1 .index_menu{
    width:100%;
    overflow: hidden;
}
#index_menu1 .index_menu ul{
    display: block;
    padding: 0;
    white-space: nowrap;
    overflow-x: scroll;
    width: 100%;
}
#index_menu1 .index_menu ul li{
    text-align:center;
    padding: 0 10px;
    margin-right: 15px;
    white-space:nowrap;
    display: inline-block;
}
#index_menu1 .index_menu ul li a{
    padding-left:0;
    font-size:16px;
}
/*order*/
.supernatant{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; 
    width: 100%;
    background:rgba(0,0,0,0.8);
    display:none;
    z-index:100;
    text-align:center;
}
.supernatantCon{
    width:80%;
    padding-bottom:5%;
    background:#fff;
    margin:10% auto;
}
.supernatant h4{
    font-size: 16px;
    line-height:100px;
    border-bottom:1px dashed #EFEFEF;
    font-weight:normal;
    margin:0;
}
.supernatant img{
    width:90%;
    margin:5% 0 0;
}
.sbm_order{
    position: fixed;
    bottom: 0px;
    margin: 0px auto;
    left: 0px;
    height: 59px;
    width: 100%;
    font-size: 14px;
    display:none;
}
.sbm_order a{
    display:inline-block;
    width:33%;
    height:59px;
    background:#fff;
    color:#494949;
    border-top: 1px solid #EFEFEF;
    text-align: center;
    float: left;
}
.sbm_order .iconfont{
    display:block;
    font-size:30px;
    color:#4EB97B;
    padding-top:3px;
}
.sbm_order a:nth-child(2) .iconfont{
    color:#EDB10F;
}
.sbm_order a:last-child .iconfont{
    color:#41ABE7;
}
.sbm_order a:last-child{
    border-right:none;
}
/*sendrule*/
.container_title{
    color: #0086fb;
    border-bottom: 2px solid #0086fb;
    text-align:center;
    line-height:2em;
    margin-top:0;
}
.container_table{
    border:1px solid #EFEFEF;
    border-collapse:collapse;
    width:96%;
    margin:0 auto;
}
.container_table th,.container_table td{
    background:#fff;
    border:1px solid #EFEFEF;
    text-align:center;
    padding:.5em;
}
.container_table td{
    color: #8A8A8A;
}
/**/
.cancel_select{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 32px;
    height: 32px;
}
#cancel_input{
    display: none;
    width: 100%;
    text-align: center;
    line-height: 30px;
    height: 30px;
    border-radius: 5px;
    outline: medium none;
    margin-top: 10px;
}
/**/
.gt_holder.float{
    margin: 0px auto;
    padding-right: 3rem;
}
/*signup_success*/
.signup_box{
    text-align:center;
    padding-top:30%;
}
.signup_box .iconfont{
    font-size:60px;
    color:#4EB97B;
}
.signup_box h3{
    color:#494949;
    font-weight:normal;
}
.signup_box p{
    color:#999999;
}
.signup_box p a{
    color:#4EB97B;
}
/*qrcode*/
.bodyFide{
    overflow:hidden;
}
.qrcode{
    position:fixed;
    width:100%;
    height:100%;
    top: 0;
    z-index:1000;
    display:none;
}
#qrcode{
    width:200px;
    height:200px;
    display:inline-block;
}
.dialogBg{
    position:absolute;
    width:100%;
    height:100%;
    background-color: #000;
    opacity: 0.3;
}
.dialogBody{
    position:absolute;
    width:500px;
    border-radius:4px;
    background:#fff;
    top:50%;
    left:50%;
    margin:-150px 0 0 -250px;
    font-size:16px;
}
.diaTitle{
    height:55px;
    line-height:55px;
    border-bottom:1px solid #dddddd;
    padding:0 40px;
    position: relative;
}
#diaTitle{
    height:55px;
    line-height:55px;
}
#diaText{
    text-align:center;
    padding:30px 40px;
    color:red;
}
#diaClose{
    position:absolute;
    top:0;
    right:40px;
    color:#4EB97B;
    font-size: 1.4rem;
    cursor:pointer;
}
/**/
.dialog_fix{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    display: none;
    z-index: 10000;
}
.dialog_fix .dialog_body{
    position:absolute;
    width:70%;
    border-radius:4px;
    background:#fff;
    top:30vh;
    left:15%;
    background:#fff;
    padding: 10px;
}
.dialog_fix .dialog_body img{
    width: 100%;
}
.dialog_fix .dialog_body p{
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}
.dialog_fix .dialog_btn_close{
    background: url(../imgs/icon/close.jpg) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    border: none;
    padding: 0;
    z-index: 1;
    bottom: 5vh;
    position: absolute;
    left: calc(50% - 15px);
}
/*order_share*/
#map_box.order_map{
    height:14.65rem;
}
.courier_name{
    position:absolute;
    bottom: 0;
    width:100%;
    height: 2.7rem;
    border-top: 1px solid #efefef;
    background: rgba(0,0,0,0.5);
    color:#fff;
    overflow: hidden;
}
.courier_name p{
    margin:0;
    line-height:2.7rem;
    width: 17rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.courier_name p.courier_no{
    padding-left:.35rem;
}
.courier_name p img {
    border-radius: .2rem;
    height: 2rem;
    float: left;
    margin: .35rem;
}
.order_info{
    padding:0.5rem 0;
}
.order_info span{
    display:block;
}
.positionR{
    position:relative;
}
.downLoad.down_load {
    position:static;
    width: 21rem;
    height: 2.4rem;
    margin: 3rem auto 2rem;
    line-height: 2.4rem;
}
a.down_load:hover, a.down_load:focus {
    color: #fff;
    text-decoration: underline;
}
.box_label_img{
    width: 2.6rem;
    float: left;
    margin: .8rem .2rem 0 0;
}
.acv_time{
}
.supplier_label{
    padding-left: 23px;
    background: url(../imgs/icon/a.png) no-repeat left center;
    background-size: 16px;
}
.receiver_label{
    padding-left: 23px;
    background: url(../imgs/icon/b.png) no-repeat left center;
    background-size: 16px;
}
/*modal_box*/
.dialog.login{
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    z-index: 1000;
}
.dialog.show{
    display:block;
}
.dialog.login .dialog_bg{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,.5);
}
.dialog.login .dialog_content{
    position:absolute;
    width:54%;
    height:5vh;
    left:10%;
    top:20vh;
    background:#fff;
}
#prompt {
    position: absolute;
    width: 54%;
    height: 5vh;
    left: 50%;
    top: 50%;
    margin-top: -2.5vh;
    margin-left: -27%;
    background: #fff;
    border-radius: 5px;
}
#prompt p{
    line-height: 5vh;
    text-align: center;
    font-size: 16px
}
.cmption{
    text-align: center;
    line-height: 5vh;
}
.dialog.login .dialog_header{
    height:18vh;
    padding-top: calc(14vh - 40px);
    text-align: center;
}
.dialog.login .dialog_header .dialog_title{
    font-size:20px;
    line-height: 30px;
}
.dialog.login .dialog_header .dialog_close{
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border:none;
    background: #fff;
    color: #494949;
    text-align: center;
}
.dialog.login .dialog_header .dialog_cancel{
    font-size:1.4em;
}
.dialog.login .dialog_body{
    height:25vh;
    padding: 0 20px;
    overflow:auto;
}
.dialog.login .dialog_body.heigher{
    height:40vh;
}
.dialog.login .dialog_body.notice{
    text-align: center;
    font-size: 16px;
}
.dialog.login .dialog_foot{
    padding: 0 20px;
}
.dialog_from{
    width: 100%;
    position: relative;
    height: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #BCBCBC;
}
.dialog_from:last-child{
    margin-bottom: 0;
}
.dialog_from input{
    height: 30px;
    border:none;
    font-size: 14px;
    padding-left: 0;
}
.btn_pull{
    position: absolute;
    right: 0;
    height: 30px;
    border:none;
    background: #00BE70;
    font-size: 12px;
    color: #fff;
    border-radius:3px;
}
.btn_login{
    width: 100%;
    height: 40px;
    border:none;
    background: #00BE70;
    font-size: 16px;
    color: #fff;
    border-radius:3px;
}
.banner_img{
    width: 100%;
}
.banner_btn{
    width: 100%;
    display: block;
}
.color_f4{
    color: #F46610;
}
#popup.send_{
    position:fixed;
    left:0;
    top:0;
    display:none;
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 0.5);
    padding: 90% 0px 0px 5%;
    z-index: 10000;
}
/*验证*/
#popup.send_ .gt_holder.float .gt_widget{
    margin-left: 0;
    display: block;
    opacity: 1;
}
#popup.send_ .gt_holder.float .gt_widget.gt_hide {
    display: block;
    opacity: 1;
}
.icon_right_text{
    position: absolute;
    right: 10px;
    font-style: normal;
}
/**/
.time_box{
    height: 50px;
}
.box_li .time_box i.icon.iconfont{
    position: static;
    float: left;
}
.box_li .time_box i.icon.btn_icon{
    color: #f25555;
}
.time_box b{
    font-weight: normal;
    font-size: 13px;
    padding: 0 5px;
    float: left;
}
@media (min-width:321px) and (max-width:600px){
html,body{font-size:14px !important;}
.box_li label,.box_input{
    font-size:14px;
}
.coupon_exul,.coupon_ul{
    padding:2%;
}
.coupon_exul li span,.coupon_ul li span{
    position:absolute;
    left:6%;
    top:0;
}
.coupon_exul li span h4, .coupon_ul li span h4{
    margin: 5% 0 2%;
}
.coupon_exul li span p,.coupon_ul li span p{
    margin:3% 0;
}
.coupon_exul li span p,.coupon_ul li span p{
    margin:1% 0;
}
.coupon_exul li span:last-child,.coupon_ul li span:last-child{
    right:20%;
    top:40%;
}
}
@media (width:320px){
html,body{font-size:14px !important;}
.box_li label,.box_input{
    font-size:12px;
}
.coupon_exul,.coupon_ul{
    padding:2%;
}
.coupon_exul li span,.coupon_ul li span{
    position:absolute;
    left:7%;
    top:0;
}
.coupon_exul li span h4, .coupon_ul li span h4{
    margin: 5% 0 2%;
}
.coupon_exul li span p,.coupon_ul li span p{
    margin:3% 0;
}
.coupon_exul li span p,.coupon_ul li span p{
    margin:1% 0;
}
.coupon_exul li span:last-child,.coupon_ul li span:last-child{
    right:20%;
    top:40%;
}
}
@media (max-width:319px){
html,body{font-size:13.125px !important;}
}
.my_assigns{
    width: 100%;
}
.my_addrs{
    width: 100%;
}