﻿.unset{
    height:unset!important;
    overflow:unset!important;
}
.tab .tab-main.unset{
    line-height:unset!important
}
.tab .tab-main.unset .tab-left{
    line-height:36px;
}
.tab-main .choose {
    line-height: 40px;
    width: 33.3%;
    float: left;
}

    .tab-main .choose i {
        color: #3985ff;
        font-size: 26px;
        padding: 0 5px;
    }


.footer .tab-main span.tab-right {
    color: #333;
}

#sale_orderlist .manage {
    padding-top: 122px;
}

.orderlist_ul_box {
    height: calc(100% - 160px);
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    overflow: auto;
}

.list-group-item {
    height: unset;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
}

    .list-group-item a {
        color: #333;
        width: 100%;
    }

    .list-group-item .list-group-item:first-child {
        border-top: 1px solid #ddd;
    }

    .list-group-item p span:last-child {
        float: right;
    }

    .list-group-item .content {
        width: 93%;
        float: left;
    }

    .list-group-item .content {
        width: calc(100% - 40px);
    }

.top-right {
    margin: 0;
    margin-left: 5px;
    margin-right: 5px;
}

    .top-right i {
        margin: 0;
    }

.two_line_content {
    width: 75%;
    height: 42px;
    overflow: hidden;
    display: inline-block;
    word-break: break-all;
    text-overflow: ellipsis;
}

.list-group-item .arrow-right {
    line-height: 66px;
}

    .list-group-item .arrow-right i {
        font-size: 20px;
        margin-right: 0;
    }

.btn-group {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    background: #fff;
    padding: 5px 0;
    text-align: center;
    z-index: 10;
}

    .btn-group .select {
        width: 49%;
        display: inline-block;
    }
/*select*/


.right_select {
    text-align: right;
    color: #fff;
    float: right;
}

#select_province {
    display: inline-block;
    vertical-align: top;
    max-width: 80px;
    height: 40px;
    overflow: hidden;
}

.top {
    height: 40px;
    line-height: 40px;
    background: #3985ff;
}

.right_select {
    text-align: right;
    color: #fff;
}


.order_goods_type_bg {
    background: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 100;
    display: none;
}

    .order_goods_type_bg.bgs {
        display: block;
    }

.selectinfo {
    width: 100%;
    height: 245px;
    background: rgba(255,255,255,1);
    z-index: 10000;
    position: fixed;
    bottom: -280px;
    left: 0;
    transition: 0.3s;
}

    .selectinfo.selectinfoShow {
        bottom: 0;
    }

.selectinfo_top {
    text-align: center;
    padding: 15px 20px;
    border-bottom: 1px solid #DCDCDC;
}

    .selectinfo_top span {
        width: 60px;
        height: 20px;
        color: #666;
        text-align: left;
    }

.selectinfo_list {
    position: relative;
    overflow: hidden;
    height: 200px;
}

    .selectinfo_list li {
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

.wheel {
    text-align: center;
    width: 33.3%;
}

.selectContainer {
    transform: translate3d(0px, 80px, 0px);
    webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.selectLine {
    height: 40px;
    width: 100%;
    position: absolute;
    top: 80px;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.shadowMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(rgba(255, 255, 255, 0)), to(#ffffff));
    background: -webkit-linear-gradient(top, #ffffff, rgba(255, 255, 255, 0), #ffffff);
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0), #ffffff);
    opacity: 0.9;
    pointer-events: none;
}

.stopScroll {
    overflow: hidden;
}

    .stopScroll body {
        overflow: hidden;
        position: relative;
    }

.popup_line input {
    line-height: 40px;
    padding: 0 10px;
}

    .popup_line .search_date {
        width: 36%;
        border: none;
        border-bottom: 1px solid #d4d4d4;
        font-size: 12px;
        height: 32px;
        background: #fff;
    }

        .popup_line .search_date:first-of-type {
            margin-right: 4px;
        }

    .popup_line button {
        width: 48%;
        border-radius: 4px;
        color: #fff;
        background: #0093dd;
        border: none;
        height: 40px;
        line-height: 30px;
    }

        .popup_line button.popup_back {
            background: #999999;
            margin-right: 1%;
        }
.layui-laydate td {
    font-size: 14px !important;
}

.layui-laydate {
    top: 100px !important;
}

/*orderlistinfo*/
.AddressOk {
    padding: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.landmark {
    display: inline-block;
    width: 20px;
    text-align: center;
    vertical-align: top;
}

.AddressOk .content {
    width: calc(100% - 30px);
    display: inline-block;
}

#address_orderlistinfo {
    padding-top: 10px;
}

#orderlistinfolist {
    border-top: 1px solid #ddd;
    margin-top: 4px;
}

    #orderlistinfolist li {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        font-size: 14px;
        color: #777;
    }

        #orderlistinfolist li span {
            line-height: 1.5;
        }

        #orderlistinfolist li .name {
            max-height: 38px;
            overflow: hidden;
            line-height: 18px;
            word-break: break-all;
            color: #333;
            padding-bottom: 6px;
        }

#sale_consumebill .select {
    width: 80px !important;
    padding: 0 !important;
}

#sale_consumebill .consumebill_show_input {
    width: 68px !important;
}
/*选择商品*/


.crew-sg-xs * {
    box-sizing: border-box;
}

.crew-sg-xs .yuan {
    display: inline-block;
    float: none;
    margin: 18px 0 0 0;
}

.crew-sg-xs {
    line-height: 50px;
}

.crew-sg-xs {
    border: 1px solid #eee;
    border-bottom: 0;
    text-align: center;
}

    .crew-sg-xs input[type='text'] {
        height: 32px;
        line-height: 32px;
        width: 100px;
        display: inline-block !important;
        padding: 0 5px !important;
    }

    .crew-sg-xs li {
        overflow: hidden;
        width: 100%;
        margin-top: 0 !important;
        border-bottom: 1px solid #eee;
    }

        .crew-sg-xs li:last-child {
            border-bottom: none;
        }

        .crew-sg-xs li input[type="radio"] {
            margin-right: 5px;
        }

    .crew-sg-xs .momey label:first-child {
        margin-right: 0px;
    }

    .crew-sg-xs .title {
        background: #eee;
        color: #858585;
    }

.crew-sg-xs-title {
    position: fixed;
    width: 100%;
    top: 86px;
}

.crew-sg-xs .choose {
    width: 15%;
    float: left;
    border-right: 1px solid #eee;
    height: 55px;
}

.crew-sg-xs .name {
    width: 30%;
    float: left;
    border-right: 1px solid #eee;
    line-height: 55px;
}

.crew-sg-xs .momey {
    width: 55%;
    float: left;
}

.crew-sg-xs input[type='text'] {
    height: 32px;
    line-height: 32px;
    width: 70px;
}

.checked {
    background: #3985ff !important;
    color: #fff !important;
}
.manage .btn-group {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding-top: 3px;
    padding-bottom: 3px;
    top: 40px;
}

    .manage .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-left: 1px;
    }

    .manage .btn-group > .btn:first-child {
        margin-left: 0;
    }

.manage .btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    float: left;
}

.manage .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.manage .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    width: 25%;
}

.manage button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .manage button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

.manage button, select {
    text-transform: none;
}

.manage button {
    overflow: visible;
}

.manage .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.manage .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.manage .btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.manage ul {
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 82px;
    margin-top: 0px;
    color: #777;
}

    .manage ul li:first-child {
        border-top: 1px solid #ddd;
    }

    .manage ul li {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        overflow: hidden;
    }

        .manage ul li p span:last-child {
            float: right;
        }

        .manage ul li .content {
            width: 93%;
            float: left;
        }

.font-w {
    font-weight: bold;
    color: #000;
}

.manage ul li .arrow-right {
    line-height: 54px;
}

    .manage ul li .arrow-right i {
        margin-right: 0px;
        font-size: 20px;
    }

.manage .fill {
    margin-bottom: 42px;
}

.footer {
    color: #fff;
    font-size: 14px;
}

    .footer .amount {
        background: #fff;
        text-align: left;
        overflow: hidden;
        border-bottom: 1px solid #ddd;
        padding-left: 5px;
        padding-right: 5px;
    }

        .footer .amount .gray {
            float: left;
        }

        .footer .amount .red, .footer .amount .green {
            float: right;
        }

    .footer .item {
        text-align: left;
        background: #fff;
        margin-top: 0;
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
    }

        .footer .item span:last-child {
            float: right;
        }

        .footer .item span {
            display: inline-block;
            color: #777;
        }

.top-left {
    min-width: 30px;
}

label {
    display: inline-block;
    max-width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    padding-left: 10px;
}

textarea.form-control {
    height: 400px;
}

.note {
    margin: 0px 0px;
}

.footer .genre {
    background: #e7e7e7;
    color: #000;
    text-align: left;
    padding-left: 10px;
}

.yuan-sx {
    background: #aaaaaa;
}

.yuan {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    margin: 11px 5px 0 5px;
    float: left;
}

.footer .kind {
    text-align: left;
    background: #fff;
    overflow: hidden;
}

    .footer .kind li {
        width: 33.33%;
        float: left;
    }

.wathet {
    color: #0CF;
}

.footer .save {
    background: #fff;
    overflow: hidden;
}

    .footer .save p {
        width: 100%;
        background: #3492e9;
    }

.footer .kind .yuan-sx {
    display: block;
}

.footer .save p:last-child {
    float: right;
}







@media screen and (max-width: 350px) {
    .two_line_content {
        width: 73%;
    }

    #sale_consumebill .select, #sale_consumebill .consumebill_show_input {
        width: 70px !important;
    }
    .consumebill_chexi{
        padding-left:6px!important;
    }
    #username{
        padding:0;
    }
    #username_Info_popup i{
        font-size: 18px!important;

    }
}
