﻿@charset "utf-8";
/* CSS Document */
/*我要寄件*/
.order {
    max-width: 640px;
    margin: 0 auto;
}

.contacts {
    width: 100%;
    height: 105px;
    /*height: auto;
    padding: 0 4.5rem 0 7.2rem;*/
    border-bottom: 1px solid #dad9dc;
    background: #fff;
    position: relative;
}

    .contacts .arrow {
        width: 3.8rem;
        height: 3.8rem;
        background: url(../img/lianxibu.png);
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -1.9rem;
    }

    .contacts .sent {
        width: 3.8rem;
        height: 3.8rem;
        background: url(../img/ji.png);
        background-size: 100%;
        position: absolute;
        top: 50%;
        left: 2rem;
        margin-top: -1.9rem;
    }

    .contacts .write {
        width: 3.8rem;
        height: 3.8rem;
        background: url(../img/shou.png);
        background-size: 100%;
        position: absolute;
        top: 50%;
        left: 2rem;
        margin-top: -1.9rem;
    }

    .contacts > p {
        line-height: 8.7rem;
        font-size: 1.5rem;
        position: absolute;
        left: 8rem;
    }


.order_box {
    border-top: 1px solid #dad9dc;
    background: #fff;
}

    .order_box ul li {
        width: 50%;
        line-height: 2.3rem;
        padding: 1rem 0;
        float: left;
        border-left: 1px solid #dad9dc;
        height: auto;
        border-bottom: 1px solid #dad9dc;
        margin-left: -1px;
        position: relative;
    }

    .order_box .li {
        height: auto;
        line-height: 4.3rem;
        padding: 0 3.5rem 0 2rem;
        border-bottom: 1px solid #dad9dc;
        position: relative;
    }

        .order_box .li > span {
            color: #999;
        }

    .order_box li .text {
        padding-left: 2rem;
        position: relative;
    }

    .order_box li .special {
        padding: 0 1rem 0 2rem;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .order_box li .special span {
            max-width: 80%;
            float: left;
            margin-right: 1rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .order_box li .arrow, .order_box .li .arrow {
        width: 1.5rem;
        height: 3rem;
        background: url(../img/order_icon.png) 0 0 no-repeat;
        background-position: -2.3rem -10.8rem;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -1.5rem;
        background-size: 20rem;
    }

    .order_box .li .message {
        width: 4rem;
        height: 4.3rem;
        float: left;
        margin: 0 3% 0 31%;
        background: url(../img/order_icon.png) 0 0 no-repeat;
        background-position: -7.7rem -6.4rem;
        background-size: 20rem;
    }

.order_submit {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    position: fixed;
    /*height: 75px;*/
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 0.5rem;
    z-index: 2;
}

.order_left {
    color: #FFF;
}

.order_submit .order_left a {
    color: #009cff;
}

.order_submit p {
    line-height: 3rem;
    padding-left: 2rem;
    font-size: 1.4rem;
    margin-top: .3rem;
    color: #fff;
}

.yen {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
}

.red {
    color: #f7443d !important;
}

.order_submit p > i {
    line-height: 1.3rem;
    padding-left: 2rem;
    font-size: 1rem;
    color: #fff;
    display: inline-block;
}

.order_submit .chk-checkbox {
    margin: -0.3rem 0.5rem 0 1.9rem;
}

.chk-checkbox.chk-checked {
    background-position: -1.6rem -15.1rem;
}

.chk-checkbox {
    background: url(../img/gouxuan.png) -1.6rem -11.1rem no-repeat;
    background-size: 5rem;
}

.chk-checkbox {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    cursor: pointer;
}

.order_submit .order_right {
    line-height: 6.3rem;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.order_submit .btn {
    width: 11rem;
    height: 6.3rem;
    background: #ccc;
    display: block;
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
}

    .order_submit .btn.current {
        background: #f7443d;
    }

.bodybox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 998;
}

.order_layer {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    position: fixed;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -0.2rem 0.5rem 0rem rgba(0, 0, 0, 0.15);
    z-index: 999;
    pointer-events: auto;
    overflow: hidden;
}

    .order_layer .close {
        width: 1rem;
        background: url(../img/guan.png) -0rem -10.8rem no-repeat;
        background-size: 5rem;
        display: block;
        text-indent: -99999rem;
        height: 3.2rem;
        line-height: 3.2rem;
        padding: 0 2rem;
        color: #009cff;
        z-index: 9999;
        margin-right: 2rem;
    }

    .order_layer > .submit {
        width: auto;
        height: 3.2rem;
        line-height: 3.2rem;
        padding: 0 2rem;
        color: #009cff;
    }

.iframe_title {
    line-height: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: .8rem;
    font-size: 1.2rem;
    color: #999;
    border-bottom: 1px solid #e8e8e8;
}

.content_wpmc {
    padding: 0.9rem 2rem;
}

    .content_wpmc li {
        width: 29.6%;
        line-height: 3.2rem;
        margin: 0 1.86666% 1rem;
        background: #ececec;
        float: left;
        text-align: center;
    }

        .content_wpmc li.current {
            background: #009cff;
            color: #fff;
        }

    .content_wpmc dl {
        width: 100%;
        margin: 0px 0 0.6rem;
        display: table;
    }

    .content_wpmc dt {
        width: 71%;
        display: table-cell;
        vertical-align: middle;
    }

    .content_wpmc .pd {
        padding: 0 3rem 0 1rem;
        position: relative;
    }

        .content_wpmc .pd input {
            width: 100%;
            padding: 1rem 3rem 1rem 1rem;
            margin-left: -1rem;
        }

    .content_wpmc dd {
        width: 29%;
        display: table-cell;
        border: 1px solid #cdcdcd;
        border-left: 0;
        box-sizing: border-box;
    }

        .content_wpmc dd a {
            width: 100%;
            height: 100%;
            line-height: 4rem;
            text-align: center;
            display: inline-block;
        }

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 2rem;
    padding: 0.5rem 1rem;
    display: inline-block;
    font: 500 1.4rem/2rem "Microsoft YaHei";
    color: #666;
    border-radius: 0rem;
}

.content_wpzl .order_box {
    margin: 0 -2rem 1.5rem;
}

.content_wpzl ul {
    margin: 0 -1.86666%;
}
/*.order_box {
    border-top: 1px solid #dad9dc;
    background: #fff;
}*/
.content_wpzl .order_box li {
    width: 100%;
    line-height: 4.3rem;
    padding: 0 3.5rem 0 2rem;
    margin: 0;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    background: #fff;
}

.content_wpzl li {
    width: 29.6%;
    line-height: 3.2rem;
    margin: 0 1.86666% 1rem;
    background: #ececec;
    float: left;
    text-align: center;
}

.order_box li {
    height: auto;
    line-height: 4.3rem;
    padding: 0 3.5rem 0 2rem;
    border-bottom: 1px solid #dad9dc;
    position: relative;
}

    .order_box li > span {
        color: #999;
    }

.content_wpzl {
    padding: 0.9rem 2rem;
}

    .content_wpzl li.current {
        background: #009cff;
        color: #fff;
    }

    .content_wpzl dd {
        width: 29%;
        display: table-cell;
        border: 1px solid #cdcdcd;
        border-left: 0;
        box-sizing: border-box;
    }

        .content_wpzl dd a {
            width: 100%;
            height: 100%;
            line-height: 4rem;
            text-align: center;
            display: inline-block;
        }

.blue {
    color: #009cff !important;
}

.content_wpzl dl {
    width: 100%;
    margin: 0px 0 0.6rem;
    display: table;
}

.content_wpzl dt {
    width: 71%;
    display: table-cell;
    vertical-align: middle;
}

.content_wpzl .pd {
    padding: 0 3rem 0 1rem;
    position: relative;
}

    .content_wpzl .pd input {
        width: 100%;
        padding: 1rem 3rem 1rem 1rem;
        margin-left: -1rem;
    }

        .content_wpzl .pd input + i {
            position: absolute;
            top: 1rem;
            right: 1rem;
        }

.content_jjfs {
    padding: 0.9rem 2rem;
}

    .content_jjfs li {
        padding: 0 10px;
        line-height: 3.2rem;
        margin: 0 1.86666% 1rem;
        background: #ececec;
        float: left;
        text-align: center;
    }

        .content_jjfs li.current {
            background: #009cff;
            color: #fff;
        }

.content_fkfs {
    padding: 0.9rem 2rem;
}

    .content_fkfs li {
        padding: 0 10px;
        line-height: 3.2rem;
        margin: 0 1.86666% 1rem;
        background: #ececec;
        float: left;
        text-align: center;
    }

        .content_fkfs li.current {
            background: #009cff;
            color: #fff;
        }

.yhxz {
    min-width: 320px;
    max-width: 640px;
    max-height: 300px;
    overflow-y: auto;
    float: left;
}

    .yhxz li {
        width: 90%;
        padding: 3px 5%;
    }

.yauto {
    overflow-y: hidden;
}

.content_gspyly {
    padding: 0.9rem 2rem;
}

    .content_gspyly .pd {
        padding: 0 1rem;
        position: relative;
    }

        .content_gspyly .pd textarea {
            width: 100%;
            height: 4.2rem;
            margin-left: -1rem;
        }

    .content_gspyly p {
        line-height: 2.2rem;
        font-size: 1.2rem;
        color: #999;
    }

    .content_gspyly li:nth-child(odd) {
        margin-left: 0;
    }

    .content_gspyly li {
        width: 48%;
        line-height: 3.2rem;
        margin: 0.5rem 0 0.5rem 4%;
        background: #ececec;
        border-radius: 0rem;
        float: left;
        text-align: center;
    }

        .content_gspyly li.current {
            background: #009cff;
            color: #fff;
        }

.consignee_address {
    /*position: relative;*/
    padding: 0.9rem 2rem;
}

    .consignee_address dl {
        width: 100%;
        display: table;
    }

    .consignee_address dt {
        width: 71%;
        display: table-cell;
        vertical-align: middle;
    }

    .consignee_address .pd {
        padding: 0 2.5rem 0 0.6rem;
        position: relative;
    }

        .consignee_address .pd input {
            width: 100%;
            padding: 1rem 2.5rem 1rem 0.6rem;
            margin-left: -0.6rem;
            border-radius: 0;
        }

            .consignee_address .pd input + i {
                position: absolute;
                top: 1rem;
                right: 1rem;
            }

    .consignee_address dd {
        width: 29%;
        display: table-cell;
        border: 1px solid #cdcdcd;
        border-left: 0;
        box-sizing: border-box;
    }

        .consignee_address dd a {
            width: 100%;
            height: 100%;
            line-height: 4rem;
            text-align: center;
            display: inline-block;
        }

    .consignee_address h3 {
        margin: 0;
        line-height: 3.2rem;
        font-size: 1.2rem;
        font-weight: normal;
        background: #FAFAFA;
        border-left: 1px solid #CBCBCB;
        border-right: 1px solid #CBCBCB;
        padding: 0 .6rem;
    }

    .consignee_address .prompt {
        padding: 1rem 0;
        margin: 0 0 1rem;
        font-size: 1rem;
        color: #999;
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB;
    }

.send_address {
    /*position: relative;*/
    padding: 0.9rem 2rem;
}

    .send_address dl {
        width: 100%;
        display: table;
    }

    .send_address dt {
        width: 71%;
        display: table-cell;
        vertical-align: middle;
    }

    .send_address .pd {
        padding: 0 2.5rem 0 0.6rem;
        position: relative;
    }

        .send_address .pd input {
            width: 100%;
            padding: 1rem 2.5rem 1rem 0.6rem;
            margin-left: -0.6rem;
            border-radius: 0;
        }

            .send_address .pd input + i {
                position: absolute;
                top: 1rem;
                right: 1rem;
            }

    .send_address dd {
        width: 29%;
        display: table-cell;
        border: 1px solid #cdcdcd;
        border-left: 0;
        box-sizing: border-box;
    }

        .send_address dd a {
            width: 100%;
            height: 100%;
            line-height: 4rem;
            text-align: center;
            display: inline-block;
        }

    .send_address h3 {
        margin: 0;
        line-height: 3.2rem;
        font-size: 1.2rem;
        font-weight: normal;
        background: #FAFAFA;
        border-left: 1px solid #CBCBCB;
        border-right: 1px solid #CBCBCB;
        padding: 0 .6rem;
    }

    .send_address .prompt {
        padding: 1rem 0;
        margin: 0 0 1rem;
        font-size: 1rem;
        color: #999;
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB;
    }


.content_bj {
    /*position: relative;*/
    padding: 0.9rem 2rem;
}

    .content_bj dl {
        width: 100%;
        display: table;
    }

    .content_bj dt {
        width: 71%;
        display: table-cell;
        vertical-align: middle;
    }

    .content_bj .pd {
        padding: 0 2.5rem 0 0.6rem;
        position: relative;
    }

        .content_bj .pd input {
            width: 100%;
            padding: 1rem 2.5rem 1rem 0.6rem;
            margin-left: -0.6rem;
            border-radius: 0;
        }

            .content_bj .pd input + i {
                position: absolute;
                top: 1rem;
                right: 1rem;
            }

    .content_bj dd {
        width: 29%;
        display: table-cell;
        border: 1px solid #cdcdcd;
        border-left: 0;
        box-sizing: border-box;
    }

        .content_bj dd a {
            width: 100%;
            height: 100%;
            line-height: 4rem;
            text-align: center;
            display: inline-block;
        }

    .content_bj h3 {
        margin: 0;
        line-height: 3.2rem;
        font-size: 1.2rem;
        font-weight: normal;
        background: #FAFAFA;
        border-left: 1px solid #CBCBCB;
        border-right: 1px solid #CBCBCB;
        padding: 0 .6rem;
    }

    .content_bj .prompt {
        padding: 1rem 0;
        margin: 0 0 1rem;
        font-size: 1rem;
        color: #999;
        border-top: 1px solid #CBCBCB;
        border-bottom: 1px solid #CBCBCB;
    }

#submit_ss {
    /*width: auto;*/
    height: 3.2rem;
    line-height: 3.2rem;
    width: 2rem;
    margin-left: 2rem;
    padding: 0 2rem;
    float: left;
    margin: 0.2rem 0% 0% 0%;
    background: url(../img/order_icon.png) 0 0 no-repeat;
    background-position: -7.7rem -30rem;
    background-size: 20rem;
}

.order_address {
    width: 100%;
    max-height: 400px;
    max-width: 640px;
    min-width: 320px;
    padding: 0rem 0rem;
    border-top: 1px solid #CBCBCB;
    position: relative;
    overflow-y: auto;
}

    .order_address ul li {
        width: 90%;
        padding: 0.9rem 5%;
        float: left;
        border-bottom: 1px solid #CBCBCB;
        position: relative;
        z-index: 2;
    }

.edit {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url(../img/icon12.png) 0 0 no-repeat;
    background-size: 100%;
    top: 65%;
    right: 5%;
    margin-top: -0.5rem;
    z-index: 990;
}

.order_address ul li:last-child {
    border-bottom: 0px
}

.order_address_top {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
}

    .order_address_top h3 {
        margin-left: 10px;
    }

    .order_address_top i {
        border: 1px solid #F7443D;
        border-radius: 3px;
        padding: 0px 5px;
        font-size: 10px;
        color: #F7443D;
        margin-left: 5px;
    }

    .order_address_top span {
        font-weight: bold;
        font-size: 13px;
        margin-right: 10px;
    }

.order_address_bottom {
    width: 100%;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.order_address_mr {
    position: absolute;
    top: 1rem;
    left: 0rem;
    width: 1rem;
    padding: 0 0.5rem;
    height: 2rem;
    line-height: 3.2rem;
    background: url(../img/order_icon.png) 0 0 no-repeat;
    background-position: -13.5rem -18rem;
    background-size: 20rem;
}

.add_info {
    width: 60%;
    margin: 2rem 0rem 0rem 7rem;
}

.add_info_top {
    font-size: 1.5rem;
}

    .add_info_top .name {
        display: inline-block;
        width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.add_info_bottom {
    margin-top: 5px;
    line-height: 1.7rem;
    padding-bottom: 1.1rem;
    font-size: 1.2rem;
    color: #999;
}

    .add_info_bottom p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.content_cplx {
    padding: 0.9rem 2rem;
}

.content_cplx_top {
    width: 95%;
    padding: 0 2.5%;
    height: 40px;
    text-align: center;
    margin-bottom: 10px;
}

    .content_cplx_top .content_cplx_top_p1 {
        color: #c5c5c5;
        font-size: 0.2rem;
    }

    .content_cplx_top .content_cplx_top_p2 {
        width: 100%;
        color: #9a9a9a;
        position: relative;
    }

        .content_cplx_top .content_cplx_top_p2 i {
            width: 15px;
            height: 15px;
            position: absolute;
            right: 30%;
            top: 50%;
            margin-top: -7.5px;
            background: url(../img/icon5.png);
            background-size: 100%;
        }

.content_cplx_bottom {
    width: 95%;
    padding: 0 2.5%;
    height: 50px;
    background: #999;
}

    .content_cplx_bottom.blueb {
        background: #009cff;
    }

.content_cplx_bottom_one {
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 1.4rem;
    border-bottom: 1px dashed #FFFFFF;
}

    .content_cplx_bottom_one span {
        margin-right: 5px;
    }

.content_cplx_bottom_two {
    width: 100%;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #FFFFFF;
    font-size: 0.2rem;
}

.content_cplx_time {
    padding: 0.9rem 2rem;
}

    .content_cplx_time li {
        width: 29.6%;
        line-height: 1.6rem;
        margin: 0 1.86666% 1rem;
        background: #ececec;
        float: left;
        text-align: center;
    }

        .content_cplx_time li .cplx_time {
            font-size: 12px;
        }

        .content_cplx_time li.current {
            background: #009cff;
            color: #fff;
        }

.today_time {
    padding-bottom: 1rem;
    background: #ececec;
}

.the_time {
    width: 100%;
    background: #ececec;
    max-height: 200px;
    position: relative;
    overflow-y: auto;
}

.today_time li {
    width: 45.6%;
    line-height: 3.2rem;
    margin: 1rem 1.86666% 0rem;
    background: #FFF;
    float: left;
    text-align: center;
}

    .today_time li.current {
        background: #009cff;
        color: #fff;
    }

.the_time1 {
    width: 100%;
    background: #ececec;
    max-height: 200px;
    position: relative;
    overflow-y: auto;
}

.the_time2 {
    width: 100%;
    background: #ececec;
    max-height: 200px;
    position: relative;
    overflow-y: auto;
}

#today, #tomorrow, #day_after {
    position: relative;
}

    #today i {
        width: 20px;
        height: 10px;
        position: absolute;
        left: 50%;
        bottom: -2rem;
        margin-left: -10px;
        background: url(../img/icon6.png);
        background-size: 100%;
    }

    #tomorrow i {
        width: 20px;
        height: 10px;
        position: absolute;
        left: 50%;
        bottom: -2rem;
        margin-left: -10px;
        background: url(../img/icon6.png);
        background-size: 100%;
    }

    #day_after i {
        width: 20px;
        height: 10px;
        position: absolute;
        left: 50%;
        bottom: -2rem;
        margin-left: -10px;
        background: url(../img/icon6.png);
        background-size: 100%;
    }

.loading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 5rem;
    height: 5rem;
    z-index: 998;
    margin: -2.5rem 0 0 -2.5rem;
    display: none;
}

    .loading img {
        width: 5rem;
        height: 5rem;
    }
/*提示*/
.Prompt {
    width: 50%;
    margin-left: 25%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 1rem 0;
    position: fixed;
    top: 50%;
    margin-top: -1rem;
    text-align: center;
    border: 1px solid #C5C5C5;
    display: none;
    z-index: 999;
}
/*地址*/
.address {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    float: left;
}

.address_top {
    width: 90%;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #dad9dc;
    line-height: 4.3rem;
    padding: 0 5%;
    background: #FFFFFF;
    z-index: 997;
}

.address_nr {
    width: 100%;
    margin-top: 4.3rem;
    /*float: left;*/
    position: fixed;
    background: #FFFFFF;
    z-index: 996;
}

.mui-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
}

.address_head {
    width: 100%;
    line-height: 4.2rem;
    border-bottom: 1px solid #dad9dc;
    float: left;
}

    .address_head ul li {
        width: 50%;
        float: left;
        text-align: center;
        line-height: 4.2rem;
        border-bottom: 3px solid #fff;
        color: #999
    }

    .address_head li.current {
        border-bottom: 3px solid #ed2319;
        color: #666;
    }

.address_box1 {
    width: 100%;
    float: left;
}

    .address_box1 ul li {
        width: 90%;
        padding: 0 5%;
        line-height: 4.3rem;
        border-bottom: 1px solid #dad9dc;
        float: left;
        background: #FFFFFF;
    }

    .address_box1 li > p {
        width: 7.5rem;
        float: left;
    }

    .address_box1 li > span > input {
        width: 100%;
        border: 0;
        padding: 0.5rem 0;
        color: #999;
        background: rgba(223, 223, 223, 0);
    }

    .address_box1 li span > textarea {
        width: 100%;
        height: 4rem;
        border: 0px solid rgba(223, 223, 223, 0.57);
        padding: 0.5rem 0;
        margin: 0.7rem 0;
        color: #999;
        float: left;
        resize: none;
        background: rgba(223, 223, 223, 0)
    }

textarea:focus {
    outline: none;
}

.address_box1 li .button_city {
    display: block;
    position: relative;
    width: 50%;
}

    .address_box1 li .button_city > button {
        position: absolute;
        top: 0;
        opacity: 0;
        width: 100%;
        height: auto;
        line-height: 1.9rem;
        padding: 1rem 0;
    }

.mui-poppicker-header .mui-btn {
    font-size: 12px;
    padding: 5px 10px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

.mui-btn {
    margin: 3px;
}

.mui-poppicker-header .mui-btn-blue {
    color: #fff;
    border: 1px solid #007aff;
    background-color: #007aff;
    border-radius: 3px;
}

.address_box1 li span p {
    width: 100%;
    height: auto;
    line-height: 1.9rem;
    padding: 0.5rem 0;
    margin: 0.7rem 0;
}

.address_box1 li a.icon {
    width: 3rem;
    height: 4.3rem;
    background: url(../img/icon151104.png) -1rem -0.4rem no-repeat;
    background-size: 5rem;
    display: block;
}

.bq {
    width: 100%;
    margin-top: 20px;
    float: left;
    min-height: 4.3rem;
    border-bottom: 1px solid #dad9dc;
    background: #FFFFFF;
}

    .bq ul li {
        border-top: 1px solid #dad9dc;
        line-height: 4.3rem;
        position: relative;
        border-bottom: 0px solid #dad9dc;
    }

.bq1 {
    width: 100%;
    /*margin-top: 20px;*/
    float: left;
    min-height: 4.3rem;
    border-bottom: 1px solid #dad9dc;
    background: #FFFFFF;
}

    .bq1 ul li {
        /*border-top: 1px solid #dad9dc;*/
        line-height: 4.3rem;
        position: relative;
        border-bottom: 0px solid #dad9dc;
    }

.checkbox {
    padding: 0 2rem;
    font-size: 1.2rem;
    float: left;
}

.bq ul li .address_img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -15px;
    background-image: url(../img/icon3.png);
}

.bq ul li .address_img1 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 80%;
    right: 2%;
    margin-top: -15px;
    background-image: url(../img/icon1.png);
}

.bq ul li .address_img2 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25%;
    right: 2%;
    margin-top: -15px;
    background-image: url(../img/icon2.png);
}

.bq .minh {
    min-height: 8.6rem;
}

.container {
    padding: 0.9rem 2rem;
}

.content_dzbq dl {
    width: 100%;
    display: table;
    margin-bottom: 1rem;
}

.content_dzbq dt {
    display: table-cell;
}

.content_dzbq dd {
    display: table-cell;
}

    .content_dzbq dd input {
        width: 90%;
    }

.bqbody {
    float: left;
    width: 60%;
    margin-top: 1rem;
    text-align: center;
}

    .bqbody a {
        display: block;
        width: 30%;
        float: left;
        color: #999;
        position: relative;
        line-height: 2.3rem;
    }

        .bqbody a.blue {
            /*border: 1px solid #009CFF;*/
            color: #009CFF;
            border-radius: 3px;
            font-weight: bold;
        }

        .bqbody a i {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 35%;
            right: 0%;
            margin-top: -10px;
            background-image: url(../img/icon4.png);
            background-size: 100%;
            display: none;
        }

            .bqbody a i.disin {
                display: block;
            }

.bqbody1 {
    float: left;
    width: 60%;
    margin-top: 1rem;
    text-align: center;
}

    .bqbody1 a {
        display: block;
        width: 30%;
        float: left;
        color: #999;
        position: relative;
        line-height: 2.3rem;
    }

        .bqbody1 a.blue {
            /*border: 1px solid #009CFF;*/
            color: #009CFF;
            border-radius: 3px;
            font-weight: bold;
        }

.address_box2 {
    margin-top: 8.6rem;
    width: 100%;
    float: left;
    height: 100%;
}

.btom {
    border-bottom: 1px solid #CBCBCB;
}

.address_box2 .order_address {
    border-top: 0px solid #CBCBCB;
    max-height: 100%;
    background: #FFFFFF;
}

.addiess_dwlist {
    width: 100%;
    max-height: 300px;
    position: fixed;
    bottom: 0;
    background: #FFF;
    z-index: 999;
    overflow-y: auto;
}

    .addiess_dwlist li {
        list-style: none;
        width: 90%;
        padding: 5% 5%;
        border-bottom: 1px solid #ccc;
        float: left;
    }

        .addiess_dwlist li:last-child {
            border-bottom: 0px solid #CBCBCB;
        }

        .addiess_dwlist li p {
            line-height: 20px;
        }

        .addiess_dwlist li .order_address_bottom {
            margin-top: 0;
        }

        .addiess_dwlist li p .address_sf {
            color: #000000;
            font-size: 1.4rem;
        }
/*网点查询*/
.cont {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

    .cont .address_nr {
        margin-top: 0px;
        max-width: 640px;
        min-width: 320px;
    }

.dotbody {
    margin-top: 4.3rem;
}

.dotbody_top .address_box1 {
    margin-top: 0rem;
}

.dotbody_one {
    margin-top: 4.3rem;
}

.dotbody_top .address_box1 ul li input {
    width: 100%;
}

.dotbody_top .address_box1 ul li {
    position: relative;
}

    .dotbody_top .address_box1 ul li .arrow {
        width: 1.5rem;
        height: 3rem;
        background: url(../img/order_icon.png) 0 0 no-repeat;
        background-position: -2.3rem -10.8rem;
        position: absolute;
        top: 50%;
        right: 2rem;
        margin-top: -1.5rem;
        background-size: 20rem;
    }

.dot_button {
    width: 90%;
    margin-left: 5%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #888888;
    margin-top: 20px;
    border-radius: 5px;
}

    .dot_button a {
        color: #FFFFFF;
        display: block;
        width: 100%;
        height: 40px;
    }

.dotbody_bottom {
    width: 100%;
    margin-top: 20px;
}

    .dotbody_bottom ul li {
        width: 90%;
        margin-left: 2.5%;
        border: 1px solid #cdcec8;
        float: left;
        padding: 5px 2.5%;
        border-radius: 5px;
        margin-bottom: 10px;
    }

        .dotbody_bottom ul li div {
            width: 100%;
            line-height: 25px;
            float: left;
        }

        .dotbody_bottom ul li .bt {
            font-size: 1.6rem;
        }

        .dotbody_bottom ul li .pr {
            display: block;
            text-align: right;
            color: #4e9dd8;
        }

        .dotbody_bottom ul li .dz i {
            display: block;
            background-image: url(../img/dingwei.png);
            width: 25px;
            height: 24px;
            background-size: 100%;
            margin-right: 5px;
        }

        .dotbody_bottom ul li .dh {
            color: #399bf2;
        }

        .dotbody_bottom ul li .zt i {
            display: block;
            background-image: url(../img/gongshi.png);
            width: 25px;
            height: 24px;
            background-size: 100%;
            margin-right: 5px;
        }

        .dotbody_bottom ul li .dh i {
            display: block;
            background-image: url(../img/dianhua.png);
            width: 25px;
            height: 24px;
            background-size: 100%;
            margin-right: 5px;
        }

        .dotbody_bottom ul li .dh .dh_box {
            width: 86%;
        }

            .dotbody_bottom ul li .dh .dh_box span {
                margin-right: 10px;
            }

        .dotbody_bottom ul li .button {
            width: 50%;
            margin-top: 10px;
        }

            .dotbody_bottom ul li .button a {
                text-align: center;
                display: block;
                color: #333;
                background: #febf00;
                border-radius: 5px;
                width: 80%;
                margin-left: 10%;
                height: 30px;
                line-height: 30px;
            }
/*网点评论*/
.comment_list {
    width: 100%;
    border-bottom: 1px solid #cdcec8;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

    .comment_list ul li {
        float: left;
        width: 85%;
        margin-left: 5%;
        border: 1px solid #cdcec8;
        padding: 10px 2.5%;
        border-radius: 5px;
        margin-top: 10px;
    }

        .comment_list ul li span {
            color: #cbcbcb;
        }
/*快递接收范围*/
#delivery_range_one {
    display: none;
}

.delivery_range {
    width: 100%;
    margin-top: 4.3rem;
    float: left;
}

    .delivery_range .address_box1 {
        margin-top: 0;
        background-color: #FFF;
    }

        .delivery_range .address_box1 ul li {
            position: relative;
        }

            .delivery_range .address_box1 ul li .arrow {
                width: 1.5rem;
                height: 3rem;
               
                background-position: -2.3rem -10.8rem;
                position: absolute;
                top: 50%;
                right: 2rem;
                margin-top: -1.5rem;
                background-size: 20rem;
            }

            .delivery_range .address_box1 ul li span {
                width: 60%;
            }

.delivery_range_text {
    margin-bottom: 60px;
    width: 100%;
}

.delivery_range_box {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

.delivery_box {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    background-color: #FFFFFF;
    min-height: 120px;
}

    .delivery_box p {
        width: 90%;
        padding: 5% 5%;
    }

.delivery_range_buttom {
    min-width: 320px;
    max-width: 640px;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #cdcdcd;
    background-color: #FFFFFF;
}

    .delivery_range_buttom a {
        display: block;
        width: 90%;
        margin-left: 5%;
        height: 40px;
        margin-top: 5px;
        background-color: #ed2210;
        text-align: center;
        color: #FFFFFF;
        line-height: 40px;
        border-radius: 5px;
    }
/*通关服务*/
.main_body {
    background-color: #ecf0f3;
}

.main {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.index_title {
    height: 20px;
    line-height: 20px;
    padding: 10px 20px 0;
    font-size: 12px;
    color: #666;
    font-weight: normal;
}

.newsAddress {
    border-top: 1px solid #cbcbcb;
    background: #fff;
    position: relative;
}

    .newsAddress li {
        height: auto;
        line-height: 43px;
        padding: 0 20px;
        border-bottom: 1px solid #cbcbcb;
        position: relative;
    }

        .newsAddress li > p {
            width: 75px;
            float: left;
        }

        .newsAddress li > span > input {
            width: 100%;
            border: 0;
            padding: 5px 0;
        }

.clearance_box {
    border-bottom: 1px solid #cbcbcb;
    background-color: #FFFFFF;
    border-top: 1px solid #cbcbcb;
    width: 100%;
    height: auto;
    line-height: 43px;
}

.clearance_box_top {
    width: 90%;
    padding: 0 5%;
}

    .clearance_box_top p {
        width: 75px;
        float: left;
    }

    .clearance_box_top ul li {
        float: left;
        width: auto;
        line-height: inherit;
        padding: 0 10px 0 0;
        margin: 0;
        display: inline-block;
        position: relative;
    }

        .clearance_box_top ul li.current i {
            background: #009cff;
            color: #fff;
        }

        .clearance_box_top ul li i {
            width: 54px;
            line-height: 32px;
            background: #ececec;
            display: inline-block;
            text-align: center;
            border-radius: 5px;
        }

        .clearance_box_top ul li span {
            width: 16px;
            height: 16px;
            border: 1px solid #dad9dc;
            background: #fff;
            position: absolute;
            left: 50%;
            bottom: -22px;
            z-index: 1;
            margin-left: -14px;
            content: "";
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

.clearance_box_buttom {
    border-top: 1px solid #dad9dc;
    width: 100%;
    margin-top: 12px;
    background-color: #FFFFFF;
}

    .clearance_box_buttom ul li {
        /*width: 100%;*/
    }

        .clearance_box_buttom ul li dl {
            padding: 20px 0;
            background: #fff;
            position: relative;
            z-index: 2;
        }

    .clearance_box_buttom li dl dd.first {
        border-right: 1px solid #dad9dc;
    }

    .clearance_box_buttom li dl dd {
        width: 50%;
        float: left;
        display: inline-block;
        text-align: center;
        box-sizing: border-box;
    }

        .clearance_box_buttom li dl dd span {
            width: 100%;
            height: 44px;
            line-height: 0;
            padding-bottom: 5px;
            display: inline-block;
            float: left;
        }

        .clearance_box_buttom li dl dd p {
            width: 100%;
            line-height: 2em;
            float: left;
            font-size: 10px;
            color: #999;
        }

.customService_prompt {
    margin: 5px 20px;
    font-size: 10px;
    color: #999;
    margin-bottom: 45px;
    font-size: 1.3rem;
}

.clearance_submit {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 44px;
}

    .clearance_submit a.close {
        line-height: 44px;
        color: #009cff;
        padding: 0 20px;
        font-size: 14px;
    }

    .clearance_submit a.btn {
        width: 110px;
        background: #ccc;
        display: block;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background: #f7443d;
        line-height: 44px;
    }
/*支付*/
.payment_body {
    background: #ecf0f3;
}

.payment {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

    .payment .address_head {
        background: #FFFFFF;
    }

.payment_one {
    margin-top: 10px;
    width: 100%;
}

    .payment_one ul li {
        background: #FFFFFF;
        width: 90%;
        padding: 5px 5% 0% 5%;
        border-top: 1px solid #e7e7e7;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 10px;
    }

.payment_one_top_body {
    width: 100%;
    margin-bottom: 5px;
}

    .payment_one_top_body p {
        width: 60%;
        float: left;
        font-size: 1.2rem;
        margin-top: 5px;
        font-weight: bold;
    }

    .payment_one_top_body .p_right {
        width: 40%;
        text-align: right;
    }

.payment_one_foot {
    padding: 0 5%;
    margin-left: -5%;
    margin-top: 5px;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-top: 1px solid #e7e7e7;
}

    .payment_one_foot a {
        display: block;
        width: 100%;
        color: #ed2319;
    }

.payment_no {
    width: 100px;
    margin: 30px auto;
    text-align: center;
}

    .payment_no img {
        width: 100px;
        height: 100px;
        background-size: 100%;
    }

.payment_two {
    margin-top: 10px;
    width: 100%;
}

.payment_two_box {
    width: 100%;
    /*height: 40px;*/
    background: #FFFFFF;
}

.input-waybill-id {
    margin-bottom: 3.3rem;
    line-height: 2rem;
    color: #333;
    position: relative;
}

.layout-module {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 .5rem;
    background: #fff;
}

.btn-scan {
    display: block;
    position: absolute;
    width: 3.5rem;
    height: 3.5rem;
    top: 1.25rem;
    right: 1.2rem;
    background: url(../img/ico-scan.png) no-repeat;
    background-size: 100% 100%;
}

.input-waybill-id .input {
    height: 4rem;
    border: 0;
    margin: 0.5rem 0rem 0.5rem 1rem;
    line-height: 4rem;
    font-size: 1.8rem;
    color: #333;
    width: 70%;
}

.input-waybill-id .btn-input {
    display: block;
    position: absolute;
    right: 0;
    bottom: -2.8rem;
    padding: 0 1rem .5rem;
    text-align: center;
}

.input-waybill-id .btn-inputone {
    display: block;
    position: absolute;
    right: 0;
    bottom: -2.8rem;
    padding: 0 1rem .5rem;
    text-align: center;
}

.payment_two_box2 {
    width: 100%;
    background: #FFFFFF;
    margin-top: 40px;
}

    .payment_two_box2 p {
        padding: 1rem 0 0;
        line-height: 1.4rem;
        text-align: center;
        font-size: 1.4rem;
        color: #333;
    }

    .payment_two_box2 input {
        display: block;
        border: 0;
        margin: 1.2rem 0;
        padding: 1rem 0;
        height: 3.2rem;
        width: 100%;
        text-align: center;
        line-height: 3.2rem;
        font-size: 2.4rem;
        color: #E8495F;
    }

    .payment_two_box2 .mb0 {
        border-bottom: 1px solid #E6E6E6;
    }

.pay-deductible {
    width: 95%;
    border-bottom: 1px solid #E6E6E6;
    padding: 1.4rem 2.5%;
    line-height: 1.6rem;
    font-size: 1.4rem;
    position: relative;
    overflow: hidden;
}

    .pay-deductible p {
        width: 75px;
    }

    .pay-deductible .tips {
        padding-right: 1.2rem;
        font-size: 1.2rem;
        color: #999;
        margin-right: 1rem;
    }

    .pay-deductible .arrow {
        width: 1.5rem;
        height: 3rem;
        background: url(../img/order_icon.png) 0 0 no-repeat;
        background-position: -2.3rem -10.8rem;
        position: absolute;
        top: 50%;
        right: 1rem;
        margin-top: -1.5rem;
        background-size: 20rem;
    }

.payment_fs {
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 .5rem;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 5.4rem;
}

    .payment_fs ul li {
        margin: 0 1rem;
        padding: 1.2rem 0 1.2rem 2.5rem;
        line-height: 1.8rem;
        font-size: 1.4rem;
        position: relative;
    }

        .payment_fs ul li .switch {
            display: block;
            position: absolute;
            width: 1.3rem;
            height: 1.3rem;
            top: 50%;
            right: .4rem;
            margin-top: -.65rem;
            border: .1rem solid #E6E6E6;
        }

            .payment_fs ul li .switch input {
                width: 1.3rem;
                height: 1.3rem;
                border: .1rem solid #E6E6E6;
                background: #FFFFFF;
                opacity: 0;
            }

        .payment_fs ul li.on .switch {
            width: 1.3rem;
            height: 1.3rem;
            border-color: #fff;
            background-image: url(../img/ionic21.png);
            background-size: 100%;
        }

        .payment_fs ul li i {
            display: block;
            width: 1.6rem;
            height: 1.6rem;
            position: absolute;
            left: .2rem;
            top: 1.4rem;
            background-image: url(../img/ico-pay-way.png);
            background-size: 100%;
        }

.radius100 {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

footer.pay-confirm {
    position: fixed;
    width: 100%;
    max-width: 640px;
    height: 4.4rem;
    bottom: 0;
    background: #fff;
    line-height: 4.4rem;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer.pay-confirm .dedoc {
    text-indent: 1.5rem;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}

.flex-1, .flex-1-3 {
    width: 0;
    max-width: 100%;
    display: block;
    position: relative;
}

footer.pay-confirm p {
    color: #000;
}

footer.pay-confirm span {
    color: #e74c61;
}

footer.pay-confirm span {
    color: #e74c61;
}

footer.pay-confirm .real {
    margin-right: 30%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    footer.pay-confirm .real span {
        font-size: 1.4rem;
    }

footer.pay-confirm .btn {
    position: absolute;
    width: 26.5%;
    top: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #CCC;
    color: #fff;
}

footer.pay-confirm .dedoc {
    text-indent: 1.5rem;
    font-size: 1.2rem;
}

footer.pay-confirm .btn.on {
    background: #e74c61;
}
/*订单支付成功*/
.success {
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    margin: 0 auto;
}

.success_top {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: #FFFFFF;
    border-bottom: 1px solid #dbdbdb;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

    .success_top span {
        display: inline-block;
        width: 42%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .success_top i {
        display: inline-block;
        width: 30px;
        height: 12px;
        margin-bottom: 1rem;
        background: url(../img/icon71.png) 0 0 no-repeat;
        background-size: 100% 100%;
    }

.success_body {
    width: 90%;
    margin-left: 5%;
    border: 1px solid #dbdbdb;
    padding: 0 0 10px 0;
    border-top: 0px;
}

.success_body_top {
    width: 100%;
    height: 40px;
    background: url(../img/ionc11.png) 0 0 repeat-x;
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
}

.success_body_one {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.success_body_two {
    width: 100%;
}

    .success_body_two .button {
        width: 50%;
        margin-top: 30px;
    }

        .success_body_two .button a {
            text-align: center;
            display: block;
            color: #009cff;
            border-radius: 5px;
            width: 80%;
            margin-left: 10%;
            height: 30px;
            line-height: 30px;
            border: 1px solid #dbdbdb;
        }
/*我的订单*/
.my_order_se {
    width: 100%;
    margin-top: 10px;
}

    .my_order_se input {
        width: 90%;
        border: 0;
        border-top: 1px solid #cdcdcd;
        border-bottom: 1px solid #cdcdcd;
        padding: 1rem 5%;
        background: #FFFFFF;
    }

.bared {
    background: #eb220e;
}

.my_order_one, .my_order_two {
    margin-top: 4.2rem;
}
/*发货人和收货人管理*/
.management {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.management_list {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
}

    .management_list ul li {
        width: 90%;
        margin-left: 5%;
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 5px 0px 0px 0px;
        margin-bottom: 10px;
    }

.list_one {
    width: 95%;
    padding: 0 2.5%;
    margin-bottom: 10px;
}

    .list_one p, .list_one h4 {
        width: 100%;
    }

.list_two {
    width: 100%;
    border-top: 1px solid #cccccc;
    line-height: 40px;
}

    .list_two a {
        float: left;
        display: block;
        width: 33.3%;
        margin-left: -1px;
    }

        .list_two a.ona {
            border-left: 1px solid #cccccc;
        }

        .list_two a .aone {
            display: block;
            width: 20px;
            height: 20px;
            background: url(../img/icon12.png);
            background-size: 100%;
            float: left;
            margin-top: 11px;
            margin-left: 20px;
            margin-right: 5px;
        }

        .list_two a .atwo {
            display: block;
            width: 20px;
            height: 20px;
            background: url(../img/icon13.png);
            background-size: 100%;
            float: left;
            margin-top: 11px;
            margin-left: 20px;
            margin-right: 5px;
        }

        .list_two a .athr {
            display: block;
            width: 20px;
            height: 20px;
            background: url(../img/ionic13.png);
            background-size: 100%;
            float: left;
            margin-top: 11px;
            margin-left: 20px;
            margin-right: 5px;
        }
/*新增发货人和收货人*/
.shipper {
    margin-top: 4.3rem;
}
/*意见反馈*/
.feedback_body {
    background: #dddddd;
}

.feedback {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.feedback_one, .feedback_two {
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
}

    .feedback_one ul {
        margin-top: 10px;
    }

        .feedback_one ul li {
            width: 50%;
            float: left;
        }

            .feedback_one ul li a {
                display: block;
                width: 80%;
                text-align: center;
                line-height: 3.2rem;
                background: #FFFFFF;
                margin-bottom: 10px;
            }

                .feedback_one ul li a.reded {
                    background: #ed2210;
                    color: #FFFFFF;
                }

    .feedback_two textarea {
        margin-top: 10px;
        width: 90%;
        padding: 0.5rem 5%;
        border: 0px;
        min-height: 100px;
    }
/*我的浩翔*/
.info {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.info_top {
    width: 100%;
    background: url(../img/sdw.jpg);
    background-size: 100%;
    padding: 40px 0px;
    text-align: center;
}

    .info_top p {
        width: 8rem;
        height: 8rem;
        background: #FFFFFF;
        border-radius: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .info_top p img {
            width: 8rem;
            height: 8rem;
            border-radius: 50%;
        }

    .info_top a {
        color: #FFFFFF;
        font-size: 1.6rem;
    }

.info_bottom {
    width: 100%;
    margin-top: 20px;
}

    .info_bottom ul li {
        width: 90%;
        padding: 0 5%;
        line-height: 5rem;
        border-bottom: 1px solid #DDDDDD;
        background: #FFF;
        position: relative;
    }

        .info_bottom ul li .i_img {
            display: block;
            width: 2.5rem;
            height: 2.5rem;
            margin: 0.7rem 0.7rem 0 0;
            float: left;
        }

            .info_bottom ul li .i_img img {
                width: 2.5rem;
                height: 2.5rem;
            }

        .info_bottom ul li a {
            width: 100%;
            display: block;
        }

.ger ul li a {
    display: inline;
}

.info_bottom ul li .arrow {
    width: 1.5rem;
    height: 3rem;
    background: url(../img/order_icon.png) 0 0 no-repeat;
    background-position: -2.3rem -10.8rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    margin-top: -1.5rem;
    background-size: 20rem;
}

.info_bottom ul li span {
    margin-right: 3rem;
}

.info_bottom ul li .info_log {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    margin: 0.7rem 2.5rem 0rem 0;
    border: 1px solid #C5C5C5;
}

    .info_bottom ul li .info_log img {
        width: 3rem;
        height: 3rem;
        border-radius: 50%;
    }

.info_bottom ul li span.right {
    margin-right: 1rem;
}

.mui-switch.mui-active {
    border-color: #4cd964;
    background-color: #4cd964;
}

.info_bottom ul li > .mui-switch {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mui-switch {
    position: relative;
    display: block;
    width: 74px;
    height: 27px;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color,border;
    transition-property: background-color,border;
    border: 2px solid #ddd;
    border-radius: 20px;
    background-color: #fff;
    background-clip: padding-box;
}

.mui-switch-mini {
    width: 47px;
}

    .mui-switch-mini.mui-active .mui-switch-handle {
        -webkit-transform: translate(20px,0);
        transform: translate(20px,0);
    }

.mui-switch-handle {
    position: absolute;
    z-index: 1;
    top: -1px;
    left: -1px;
    width: 28px;
    height: 28px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: -webkit-transform,width,left;
    transition-property: transform,width,left;
    border-radius: 16px;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
/*运费时效查询*/
.freight {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

    .freight li {
        list-style: none;
    }

.freight_from {
    width: 100%;
    float: left;
}

    .freight_from ul li {
        height: 55px;
        line-height: 55px;
        background: #FFFFFF;
        width: 90%;
        padding: 0 5%;
        float: left;
        border-bottom: 1px solid #d9d9d9;
        position: relative;
    }

        .freight_from ul li label {
            float: left;
            margin-right: 1rem;
            /*margin-left: 2rem;*/
            width: 65px;
            text-align: right;
        }

        .freight_from ul li p {
            float: left;
            height: 4.5rem;
            width: 60%;
            overflow: hidden;
        }

        .freight_from ul li i {
            display: block;
            width: 10px;
            height: 19px;
            background: url(../img/ico_arrow_right.png) no-repeat right;
            float: right;
            margin-top: 1.5rem;
        }

        .freight_from ul li input {
            border: 0;
            /*float: left;*/
        }

        .freight_from ul li .datetime {
            height: 38px;
            line-height: 38px;
            margin-top: 1.5px;
            width: 60%;
            float: left;
            -webkit-appearance: none;
            -moz-appearance: none;
            -o-appearance: none;
            appearance: none;
        }

        .freight_from ul li .freight_text {
            width: 11%;
            text-align: right;
            float: left;
            padding: 0 1%;
        }

    .freight_from ul .freight_li {
        width: 100%;
        padding: 0%;
    }

    .freight_from ul li .volume {
        width: 27%;
        border-left: 1px solid #d9d9d9;
        float: left;
        margin-left: -1px;
        padding: 0 1%;
        text-align: center;
    }

        .freight_from ul li .volume input {
            border: 0;
            width: 50%;
            padding: 0.2rem 0rem
        }

        .freight_from ul li .volume span {
            color: #999;
        }

    .freight_from .freight_p {
        background: #FFFFFF;
        width: 90%;
        padding: 0 5%;
        line-height: 3rem;
        border-bottom: 1px solid #d9d9d9;
    }

.freight_bz {
    width: 80%;
    float: left;
    font-size: 1.2rem;
    padding: 0 5% 0 15%;
    margin-top: 15px;
}

.freight_from ul li .freight_jz {
    width: 55%;
}

.redba {
    background: #ed2210
}

.freight_from ul li button {
    position: absolute;
    width: 60%;
    line-height: 3.5rem;
    opacity: 0;
}

.mt43 {
    margin-top: 4.3rem;
}
/*我要查询*/
.service_body {
    background: #F8F8F8;
}

.service {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.service_head {
    width: 90%;
    background: #FFFFFF;
    padding: 5px 5%;
    border-bottom: 1px solid #D9D9D9;
    float: left;
    position: relative;
}

    .service_head h4 {
        float: left;
        position: absolute;
        font-size: 30px;
        color: #00aada;
        right: 8%;
        top: 15%;
    }
/*.service_head img{
	width: 130px;
	height: 80px;
	float: left;
	background-size: 100%;
}*/
.service_head_img {
    width: 50%;
    float: left;
}

    .service_head_img img {
        width: 100%;
        background-size: 100%;
    }

.service_head-text {
    width: 50%;
}

    .service_head-text p {
        position: absolute;
        font-size: 18px;
        font-weight: bold;
        color: #FEBF00;
        right: 5%;
        bottom: 15%;
    }
/*.service_head-text{
	right:5%;
	color: #FEBF00;
	color: #00aada;
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-align: right;
}*/
/*.service_head-text p{
	font-size: 32px;
	color: #193d9b;
}*/
.service_body {
    width: 100%;
}

    .service_body ul {
        width: 100%;
    }

        .service_body ul li {
            float: left;
            width: 50%;
            margin-left: -1px;
            padding: 2% 0%;
            /*background: #ECECEC;*/
            border-left: 1px solid #D9D9D9;
            border-bottom: 1px solid #D9D9D9;
        }

            .service_body ul li a {
                display: block;
                width: 100%;
                text-align: center;
            }

                .service_body ul li a img {
                    float: left;
                    width: 50px;
                    height: 50px;
                }

