
* {
    box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, form, input, textarea, select, p, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

body, button, input, select, textarea {
    font-family: verdana, sans-serif;
}

body {
    word-wrap: break-word;
    word-break: break-all;
    background: #efeff4;
}

img {
    border: none;
}

ul, ol {
    list-style: none;
}

i, em {
    font-style: normal;
}

a, label, button, input {
    outline: none;
}

a {
    text-decoration: none;
    color: #dcdcdc;
}

input {
    -webkit-appearance: none;
}

body.bg-white {
    background: #fff;
}

.space5, .sspace5 {
    height: 5px;
    line-height: 5px;
    font-size: 0;
    overflow: hidden;
}

.sspace5 {
    background: #efeff4;
}

.tac {
    text-align: center;
}

.box {
    display: -webkit-box;
}

.flex {
    -webkit-box-flex: 1;
    padding-left: 10px;
}

.flex2 {
    -webkit-box-flex: 2;
}

.box-center {
    display: -webkit-box !important;
    -webkit-box-align: center;
    -webkit-box-pack: center;
}

.clamp1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}

.sprites,
.tips-right:before,
.table .cell.arrow:after,
.fixed-button .icon-back,
.table-div .cell select:after {
    display: inline-block;
    background-image: url(../img/sprites.png);
    background-repeat: no-repeat;
    background-size: 320px auto;
}

.tips-right1:before {
    display: inline-block;
    background-image: url(../img/right1.png);
    background-size: 39px auto;
    background-position: -4px 38px !important;
}

.tips-error:before {
    display: inline-block;
    background-image: url(../img/error1.png);
    background-size: 39px auto;
    background-position: 0px 36px !important;
}

.icon-gps {
    width: 11px;
    height: 15px;
    background-position: -39px 0;
}

.icon-cart {
    width: 39px;
    height: 34px;
    background-position: -50px 0;
}

.tips-right, .tips-right1, .tips-error {
    color: #33bb43;
    font-size: 24px;
    text-align: center;
}

    .tips-right:before, .tips-right1:before, .tips-error:before {
        content: '';
        width: 36px;
        height: 34px;
        vertical-align: top;
        margin: 0 17px 0 0;
        background-position: -90px 0;
    }

.icon-mobile {
    width: 16px;
    height: 38px;
    background-position: -130px 0;
}

.icon-lock {
    width: 16px;
    height: 38px;
    background-position: -146px 0;
}

.icon-minus {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -230px -15px;
}

.icon-plus {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background-position: -230px 0;
}

.button-solid {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: #fb603c;
    border-radius: 3px;
    -webkit-appearance: none;
}

.button-white {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    color: #fb603c;
    text-align: center;
    border: 1px solid #fb603c;
    border-radius: 3px;
    -webkit-appearance: none;
}

.wrapper {
}

.banner img {
    width: 100%;
}

.search {
    padding: 10px 15px;
    background: #fff;
}

    .search .input {
        border: 1px solid #fb603c;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

    .search input {
        height: 38px;
        font-size: 14px;
        vertical-align: top;
        padding: 0 38px 0 18px;
    }

    .search .button {
        display: block;
        width: 38px;
        height: 38px;
        background-position: 0 0;
        position: absolute;
        top: 0;
        right: 0;
    }

.fixed-cart {
    width: 75px;
    height: 75px;
    background: url(../img/icon-cart.png) no-repeat;
    background-size: 75px 75px;
    position: fixed;
    bottom: 25px;
    right: 25px;
}

.table {
    background: #fff;
}

    .table .thead {
        font-size: 14px;
        color: #fb603c;
        padding: 8px 17px;
        border-bottom: 1px solid #efeff4;
    }

    .table .row {
        display: -webkit-box;
    }

    .table .cell {
        display: block;
        -webkit-box-flex: 1;
        font-size: 14px;
        padding: 14px 0;
        border-bottom: 1px solid #efeff4;
        position: relative;
    }

        .table .cell.img {
            -webkit-box-flex: 0;
            width: 75px;
            text-align: center;
            border: none;
        }

            .table .cell.img strong {
                display: block;
                font-size: 14px;
                padding: 8px 0 0;
            }

        .table .cell.text {
            padding-left: 25px;
            font-size: 14px;
            color: #16162d;
        }

        .table .cell.arrow:after {
            display: block;
            content: '';
            width: 7px;
            height: 12px;
            margin: -6px 0 0;
            position: absolute;
            top: 50%;
            right: 18px;
            background-position: -175px 0;
        }

    .table .row:last-child .cell {
        border: none;
    }

.table-record .cell .bold {
    color: #fb603c;
    padding: 12px 0 0;
}

.table-record .cell .icon-gps {
    float: right;
    margin: 2px 13px 0 40px;
}

.table-goods .cell .bold {
    color: #fb603c;
    padding: 12px 0 0;
}

.table-goods .cell.btn {
    -webkit-box-flex: 0;
    width: 75px;
    text-align: center;
}

    .table-goods .cell.btn .get {
        width: 48px;
        height: 48px;
        color: #fff;
        background: #fb603c;
        border-radius: 50%;
    }

.md-vending-top {
    font-size: 16px;
    padding: 7px 0 7px 10px;
}

    .md-vending-top .img {
        width: 2.8rem;
        text-align: center;
    }

    .md-vending-top .btn {
        width: 100px;
        text-align: center;
    }

    .md-vending-top strong {
        display: block;
        color: #fb603c;
        padding-top: 5px;
        font-size: 1.2rem!important;
    }

    .md-vending-top small {
        color: #999;
    }

.md-vending-goods .menu {
    display: -webkit-box;
    padding: 10px 0 13px 0;
    background: #fff;
}

    .md-vending-goods .menu a {
        -webkit-box-flex: 1;
        text-align: center;
        color: #333;
        font-size: 16px;
        margin: 0 15px;
    }

    .md-vending-goods .menu .selected {
        color: #fb603c;
        border-bottom: 2px solid #fb603c;
    }

    .md-vending-goods .menu .selected span {
        border-bottom: 2px solid #fb603c;
        padding-bottom: 2px;
    }

.md-vending-goods .list {
    display: none;
    overflow: hidden;
    padding-bottom: 5px;
}

    .md-vending-goods .list .item {
        float: left;
        width: 32.8%;
        text-align: center;
        /* padding: 5px 0 8px; */
        margin: 2px 0 0 0.4%;
        background: #fff;
        border-radius: 5px;
        overflow: hidden;
        padding-bottom: 0.5rem;
    }
    .md-vending-goods .list .item h4{
        margin-top: 2px;
    }

        .md-vending-goods .list .item img {
            vertical-align: top;
        }

        .md-vending-goods .list .item h4 {
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            color: #333;
            margin: 0 5px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            word-break: break-all;
            overflow: hidden;
        }

        .md-vending-goods .list .item small {
            color: #fb603c;
        }

.md-goods-detail {
    display: -webkit-box;
    padding: 0 40px;
    background: #fff;
}

    .md-goods-detail .img {
        width: 50%;
        margin: 30px 0;
    }

        .md-goods-detail .img img {
            width: 100%;
        }

    .md-goods-detail .flex {
        display: -webkit-box;
        -webkit-box-align: center;
        font-size: 18px;
        line-height: 30px;
    }

        .md-goods-detail .flex h3 {
            color: #333;
        }

        .md-goods-detail .flex strong {
            color: #fb603c;
        }

.status-body {
    text-align: center;
    padding: 50px 0;
    background: #fff;
}

    .status-body .tips-right {
        padding: 0 0 20px;
    }

    .status-body h4 {
        color: #ff4115;
        font-size: 24px;
        padding: 15px 0 20px;
    }

    .status-body .time {
        color: #fb603c;
        font-weight: bold;
        font-size: 36px;
    }

        .status-body .time small {
            font-size: 24px;
        }

    .status-body .buttons {
        text-align: center;
        padding: 30px 0 0;
    }

.md-pickup {
    padding: 50px 0 100px;
    background: #fff;
}

    .md-pickup .img {
        width: 50%;
        margin: 0 auto 20px;
    }

        .md-pickup .img img {
            width: 100%;
            vertical-align: top;
        }

    .md-pickup h3 {
        color: #333;
        text-align: center;
    }

    .md-pickup .address {
        width: 230px;
        color: #fb603c;
        padding: 0 0 0 25px;
        margin: 20px auto 0;
        position: relative;
    }

        .md-pickup .address .icon-gps {
            position: absolute;
            top: 2px;
            left: 0;
        }

    .md-pickup .buttons {
        text-align: center;
        padding: 30px 0 0;
    }

.btn-pickup, .btn-later {
    display: inline-block;
    width: 100px;
    height: 100px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    vertical-align: top;
    padding: 20px 0 0;
    margin: 0 20px;
    background: #fb603c;
    box-shadow: 0 10px 10px #fb603c;
    border-radius: 50%;
}

.btn-later {
    background: #4fc0fe;
    box-shadow: 0 10px 10px #4fc0fe;
}

.btn-password {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #4fc0fe;
    padding: 0 6px;
    border: 1px solid #4fc0fe;
    border-radius: 5px;
}

.btn-exit {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #fb603c;
    padding: 0 6px;
    border: 1px solid #fb603c;
    border-radius: 5px;
}

.page-login {
    padding: 90px 30px 0;
}

.login-form .row {
    display: -webkit-box;
    height: 38px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    box-sizing: content-box;
}

.login-form .sprites {
    display: block;
    width: 16px;
}

.login-form input {
    width: 100%;
    height: 38px;
    font-size: 16px;
    padding: 0 0 0 20px;
    border: none;
}

.page-login .forgot {
    text-align: right;
}

    .page-login .forgot a {
        font-size: 12px;
        color: #333333;
        border-bottom: 1px solid #fb603c;
    }

.page-login .button-solid {
    margin: 30px 0 0;
}


.page-forgot {
    padding: 90px 30px 0;
}

.forgot-form .row {
    display: -webkit-box;
    height: 38px;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    box-sizing: content-box;
}

.forgot-form .sprites {
    display: block;
    width: 16px;
}

.forgot-form input {
    width: 100%;
    height: 38px;
    font-size: 16px;
    border: none;
}

.forgot-form .getVCode {
    display: block;
    width: 100px;
    line-height: 38px;
    text-align: center;
    color: #cccccc;
    border: none;
    position: relative;
}

    .forgot-form .getVCode:before {
        display: block;
        content: '';
        width: 1px;
        height: 23px;
        position: absolute;
        top: 7px;
        left: 0;
        background: #fb603c;
    }

.page-forgot .buttons {
    padding: 30px 0 0;
}

    .page-forgot .buttons .button-solid,
    .page-forgot .buttons .button-white {
        margin: 10px 0 0;
    }


.page-home .btn-pickup {
    width: 60px;
    height: 60px;
    font-size: 12px;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 62px;
    right: 35px;
}

.page-home .btn-password {
    margin-right: 20px;
}

.page-home .top {
    padding: 10px 15px 18px 25px;
    background: #fff;
    position: relative;
}

    .page-home .top .btn {
        padding: 0;
        position: absolute;
        top: 20px;
        right: 19px;
    }

.page-home .flex {
    line-height: 34px;
    font-size: 14px;
    padding: 10px 0 0;
}

    .page-home .flex b {
        color: #fb603c;
        font-size: 18px;
    }

.page-home .total {
    background: #fff;
    padding: 0 0 18px;
}

    .page-home .total .cell {
        width: 33%;
        text-align: center;
        color: #16162d;
        font-size: 14px;
        border-right: 1px solid #efeff4;
    }

        .page-home .total .cell small {
            display: block;
            color: #a0a0b2;
            padding: 0 0 15px;
        }

        .page-home .total .cell:last-child {
            border-right: none;
        }

.table-goods-manage p {
    padding-bottom: 10px;
}

.table-goods-manage .bold {
    color: #fb603c;
    padding-right: 12px;
}

.table-goods-manage .price {
    text-align: right;
    width: 50px;
}

.table-goods-manage .address {
    -webkit-box-flex: 1;
}

.table-category .index {
    width: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 46px;
    margin-right: 20px;
}

.table-category .cell {
    padding: 0;
}

    .table-category .cell input {
        width: 100%;
        height: 46px;
        font-size: 14px;
    }

.page-category .button {
    display: block;
    text-align: center;
    color: #fb603c;
    padding: 14px 0;
    background: #fff;
    -webkit-appearance: none;
}

    .page-category .button sup {
        font-size: 12px;
    }

.page-category .del {
    color: #fb603c;
    font-size: 14px;
}

.fixed-button {
    height: 71px;
    margin: 5px 0 0;
}

    .fixed-button .hold {
        display: -webkit-box;
        width: 100%;
        padding: 15px;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
    }

    .fixed-button .icon-back {
        display: block;
        width: 43px;
        height: 41px;
        margin: 0 15px 0 0;
        background-position: -185px 0;
    }

    .fixed-button .button-save {
        display: block;
        -webkit-box-flex: 1;
        color: #fff;
        font-size: 14px;
        line-height: 41px;
        text-align: center;
        background: #fb603c;
        border-radius: 5px;
    }

.manage-goods {
}

    .manage-goods .item {
        padding: 12px 14px 15px 80px;
        margin: 5px 0 0;
        background: #fff;
        position: relative;
    }

 .manage-goods .item .del {
    color: #ff3000;
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 10px;
}

.manage-goods .picture {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 25px;
    left: 12px;
    border-radius: 5px;
    overflow: hidden;
}

    .manage-goods .picture img {
        width: 100%;
        height: 100%;
    }

.manage-goods .row {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px solid #efeff4;
}

    .manage-goods .row.name {
        padding-right: 45px;
        position: relative;
    }

.manage-goods .del {
    height: 18px;
    line-height: 18px;
    color: #fff;
    font-size: 12px;
    padding: 0 10px;
    margin: -9px 0 0;
    background: #fb603c;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    right: 0;
}

.manage-goods input {
    width: 100%;
    font-size: 14px;
    border: none;
}

.manage-goods select {
    font-size: 14px;
}

.manage-goods .copy {
    width: 40px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background: #eeeeee;
    border-radius: 9px;
}

    .manage-goods .copy.hl {
        color: #fff;
        background: #fb603c;
    }

.page-manage .top {
    padding: 10px 10px 15px 72px;
    background: #fff;
}

    .page-manage .top .icon {
        position: absolute;
        top: 20px;
        left: 15px;
    }

    .page-manage .top .btn-later {
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 14px;
        padding-top: 8px;
        margin: 0;
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .page-manage .top p {
        padding: 10px 0;
        font-size: 14px;
    }

    .page-manage .top .address {
        color: #fb603c;
    }

    .page-manage .top .icon-gps {
        margin-right: 15px;
    }

.page-manage .title-label {
    text-align: center;
    padding: 20px 0;
}

    .page-manage .title-label .width {
        width: 70px;
    }


.list-manage .left {
    width: 70px;
    border-right: 1px solid #efeff4;
}

.list-manage .right {
    display: none;
    -webkit-box-flex: 1;
}

.list-manage .row {
    display: -webkit-box;
    width: 100%;
    text-align: center;
    color: #16162d;
    font-size: 14px;
    padding: 12px 0;
    border-bottom: 1px solid #efeff4;
}

    .list-manage .row .label {
        width: 70px;
        display: -webkit-box;
        color: #16162d;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        border-right: 1px dotted #efeff4;
    }

.list-manage .left .row.selected {
    width: 70px;
    color: #fb603c;
    background: #fff;
}

.list-manage .item {
    -webkit-box-flex: 1;
    padding: 0 0 0 20px;
}

    .list-manage .item .sel {
        padding: 10px 30px 10px 0;
        border-bottom: 1px solid #efeff4;
    }

        .list-manage .item .sel select {
            width: 100%;
            height: 25px;
            border: 1px solid #cccccc;
        }

    .list-manage .item .flex {
        width: 50%;
        text-align: center;
    }

    .list-manage .item p {
        padding: 12px 0;
    }

    .list-manage .item b {
        display: inline-block;
        color: #fb603c;
        font-size: 14px;
        width: 70px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border: 1px solid #ccc;
    }

    .list-manage .item .num {
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 24px;
        line-height: 24px;
        margin: 0 9px;
        border: 1px solid #cccccc;
    }



.table-div {
    display: table;
    width: 100%;
    background: #fff;
}

    .table-div .row {
        display: table-row;
    }

    .table-div .cell {
        display: table-cell;
        font-size: 14px;
        text-align: center;
        height: 50px;
        vertical-align: middle;
        border-bottom: 1px solid #efeff4;
    }

        .table-div .cell select {
            font-size: 14px;
            padding-right: 10px;
            background: url(../img/icon-arrow-2.png) no-repeat right center;
            background-size: 8px 5px;
            -webkit-appearance: none;
            position: relative;
            border: none;
        }

            .table-div .cell select:after {
                display: block;
                content: '';
                width: 13px;
                height: 5px;
                background-position: -175px -15px;
            }

        .table-div .cell b {
            color: #fb603c;
        }

        .table-div .cell .box {
            width: 70px;
        }

        .table-div .cell .num {
            display: inline-block;
            vertical-align: middle;
            width: 40px;
            height: 15px;
            line-height: 15px;
        }

.page-extract b {
    color: #fb603c;
}

.page-extract .buttons {
    padding: 20px 60px;
    background: #fff;
}

.page-success {
    background: #fff;
    text-align: center;
    padding: 60px 60px 0;
}

.table-history {
    display: table;
    width: 100%;
}

    .table-history .row {
        display: table-row;
    }

    .table-history .cell {
        display: table-cell;
        height: 46px;
        font-size: 14px;
        vertical-align: middle;
        padding-left: 30px;
        text-align: left;
        border-bottom: 1px solid #efeff4;
    }

        .table-history .cell.price {
            font-size: 18px;
            text-align: right;
            color: #fb603c;
            padding: 0 30px 0 0;
        }

.page-history .buttons {
    padding: 35px 30px;
}
