/* 未能缩小。正在返回未缩小的内容。
(1060,1): run-time error CSS1019: Unexpected token, found '@import'
(1060,9): run-time error CSS1019: Unexpected token, found 'url(../Plugin/mint/style.css)'
(1061,1): run-time error CSS1019: Unexpected token, found '@import'
(1061,9): run-time error CSS1019: Unexpected token, found 'url(common.css)'
 */
body {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f6f6f6;
    font-size: 12px;
    color: #000;
    line-height: 18px;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}

@media screen and (min-width: 750px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}

* {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    font-weight: normal;
}

ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #666;
}

i,
em {
    font-style: normal;
}

img {
    width: 100%;
}

input {
    border: none;
    background: none;
}

header {
    height: 44px;
    background-color: #fff;
}


/* 背景色 */

.bgfff {
    background-color: #fff;
}

.bgf6f6f6 {
    background-color: #f6f6f6;
}

.bge9e9e9 {
    background-color: #E9E9E9;
}

.bga6a6a6 {
    background-color: #A6A6A6;
}

.bg-line-grad-01 {
    background: linear-gradient(90deg, rgba(253, 93, 140, 1), rgba(241, 59, 116, 1));
}

.bg-line-grad-02 {
    background: linear-gradient(90deg, rgba(114, 175, 232, 1), rgba(40, 141, 234, 1));
}


/* 字体颜色 */

.color001 {
    color: #fff;
}

.color002 {
    color: #FC2B66;
}

.color003 {
    color: #666;
}

.color004 {
    color: #D2D2D2;
}

.color005 {
    color: #0ECAFD;
}

.color006 {
    color: #464646;
}

.color007 {
    color: #c1c1c1;
}

.color008 {
    color: #A8A8A8;
}

.color009 {
    color: #3492EA;
}

.color383838 {
    color: #383838;
}


/*行高*/
.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 20px;
}

/* 字号 */

.fonts10 {
    font-size: 10px;
}

.fonts12 {
    font-size: 12px;
}

.fonts13 {
    font-size: 13px;
}

.fonts14 {
    font-size: 14px;
}

.fonts15 {
    font-size: 15px;
}

.fonts16 {
    font-size: 16px;
}

.fonts17 {
    font-size: 17px;
}

.fonts18 {
    font-size: 18px;
}

.fonts20 {
    font-size: 20px;
}

.font_wight {
    font-weight: bold;
}


/* 边距 */

.pdt5_0 {
    padding: 5px 0;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.pad0-10 {
    padding: 0 10px;
}

.pad15-10 {
    padding: 15px 10px;
}

.pdt10 {
    padding-top: 10px;
}

.pdb10 {
    padding-bottom: 10px;
}

.pdl10 {
    padding-left: 10px;
}

.pdr10 {
    padding-right: 10px;
}

.mg10 {
    margin: 10px;
}

.mgt_5 {
    margin-top: 5px;
}

.mgt_10 {
    margin-top: 10px;
}

.mgt_20 {
    margin-top: 20px;
}

.mgl5 {
    margin-left: 5px;
}

.mgb5 {
    margin-bottom: 5px;
}

.mgb10 {
    margin-bottom: 10px;
}

.mgr10 {
    margin-right: 10px;
}


/* 布局 */

.i_bottom,
.h54 {
    height: 54px;
}

.h50 {
    height: 50px;
}

.h44 {
    height: 44px;
}

.w63px {
    width: 63px;
}
.w80px {
    width: 80px;
}
.w140px {
    width: 140px;
}

.w100px {
    width: 100px;
}

.h36 {
    height: 36px;
}

.h28 {
    height: 28px;
}

.h30 {
    height: 30px;
}

.w27 {
    width: 27%;
}

.w35 {
    width: 35%;
}

.w38 {
    width: 38%;
}

.w50 {
    width: 50%;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.box_w10 {
    width: 10px;
}

.box_h10 {
    height: 10px;
}

.mgt_25 {
    margin-top: 25px;
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.display-block {
    display: block;
}

.position {
    position: relative;
}

.content {
    display: flex;
    align-items: center;
}

.content-top {
    align-items: flex-start;
}

.content_center {
    justify-content: center;
}

.content_between {
    justify-content: space-between;
}

.content_column {
    flex-direction: column;
}

.content_wrap {
    flex-wrap: wrap;
}

.i_menu {
    height: 38px;
    line-height: 38px;
    font-weight: bold;
    font-size:14px;
}

.i_load {
    text-align: center;
    font-size: 10px;
    padding: 9px 0;
    color: #D2D2D2;
}

.boder_bottom {
    border-bottom: solid 1px #DDDDDD;
}

.boder_bottomf6 {
    border-bottom: solid 1px #f6f6f6;
}

.boder_bottom299 {
    border-bottom: solid 2px #299BFB;
}

.boder_topbf {
    border-top: solid 1px #BFBFBF;
}

.align_right {
    text-align: right;
}

.border-radius10 {
    border-radius: 10px;
    overflow: hidden;
}

.border-radius10-0 {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}


/* icon */

.icon {
    display: inline-block;
}

.icon_w32 {
    width: 32px;
    height: 32px;
}

.icon_w25 {
    width: 25px;
    height: 25px;
}

.icon_w18 {
    width: 18px;
    height: 18px;
}

.icon_w14 {
    width: 14px;
    height: 14px;
}

.i_area {
    background: url(../../img/i_area.png) no-repeat center;
}

.i_massge {
    background: url(../../img/i_messge.png) no-repeat center;
}

.i_search {
    background: url(../../img/i_search.png) no-repeat center;
}

.icon_cart {
    background: url(../../img/tabbar/tabbar_icon_03.png) no-repeat center;
    background-size: 100%;
}

.icon-team {
    background: url(../../img/icon-team.png) no-repeat center;
}

.icon-car {
    background: url(../../img/icon-car.png) no-repeat center;
}

.icon-clock {
    background: url(../../img/icon-clock.png) no-repeat center;
}

.icon-address {
    background: url(../../img/address.png) no-repeat center;
}

.icon-edit {
    background: url(../../img/shopcar/ShoppingCart-edit.png) no-repeat center;
}

.icon-news {
    background: url(../../img/shopcar/ShoppingCart-news.png) no-repeat center;
}

.icon-wecat {
    background: url(../../img/shopcar/ShoppingCart-pay-wecat.png) no-repeat center;
}

.icon-unionpay {
    background: url(../../img/shopcar/ShoppingCart-pay-UnionPay.png) no-repeat center;
}

.icon-daofu {
    background: url(../../img/shopcar/ShoppingCart-pay-CashonDelivery.png) no-repeat center;
}

.i_bg_size {
    background-size: 100%;
}

.add_cart {
    background: url(../../img/i_add_cart.png) no-repeat center;
    background-size: 100%;
    display: block;
}


/* 搜索框 */

.search {
    padding: 0 7px;
    height: 30px;
    background: #fff;
    border-radius: 14px;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .search div {
        width: 1px;
        height: 15px;
        background: #E9E9E9;
        margin: 0 10px;
    }

    .search input {
        height: 22px;
    }

        .search input:last-child {
            background: url(../../img/i_search.png) no-repeat center;
            width: 22px;
            background-size: 100%;
        }

        .search input:first-child {
            width: 100%;
        }


/* 标签 */

.self-support {
    color: #FC2B66;
    border: 1px solid rgba(252, 43, 102, 1);
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 10px;
    padding: 1px 3px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    height: 14px;
    line-height: 11px;
    margin-top: -2px;
}

.self-gift {
    color: #fff;
    border: 1px solid rgba(252, 43, 102, 1);
    background:#FC2B66;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 10px;
    padding: 1px 3px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    height: 14px;
    line-height: 11px;
    margin-top: -2px;
}

.special_offer {
    color: #fff;
    padding: 2px 5px;
    background: linear-gradient(90deg, rgba(252, 126, 162, 1), rgba(240, 50, 110, 1));
    border-radius: 8px;
    white-space: nowrap;
}

.car_number {
    position: relative;
    top: -2px;
    left: 16px;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #FC2B66;
    text-align: center;
    line-height: 17px;
    color: #fff;
    font-size: 10px;
}

.join-delegation {
    display: block;
    width: 50px;
    height: 20px;
    background: linear-gradient(90deg, rgba(253, 93, 140, 1), rgba(240, 52, 112, 1));
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}


/*按钮*/

.xhz_btn {
    width: 80px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 5px;
}


/*标题超出省略*/

.word_ellipsis {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.word_ellipsis_one {
    -webkit-line-clamp: 1;
}

/*tabbar*/

.i_tabbar {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0px -3px 5px 1px rgba(243, 243, 243, 0.96);
}

    .i_tabbar li {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .i_tabbar li a {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 12px;
        }

    .i_tabbar i {
        display: block;
        width: 25px;
        height: 25px;
    }

    .i_tabbar .icon_home {
        background: url(../../img/tabbar/tabbar_icon_01.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_home_select {
        background: url(../../img/tabbar/tabbar_icon_01_select.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_type {
        background: url(../../img/tabbar/tabbar_icon_02.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_type_select {
        background: url(../../img/tabbar/tabbar_icon_02_select.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_cart {
        background: url(../../img/tabbar/tabbar_icon_03.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_cart_select {
        background: url(../../img/tabbar/tabbar_icon_03_select.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_my {
        background: url(../../img/tabbar/tabbar_icon_04.png) no-repeat center;
        background-size: 100%;
    }
    .i_tabbar .icon_home {
        background: url(../../img/chainshop/home_w.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_my_select {
        background: url(../../img/tabbar/tabbar_icon_04_select.png) no-repeat center;
        background-size: 100%;
    }
    .i_tabbar .icon_home_select {
        background: url(../../img/chainshop/home_b.png) no-repeat center;
        background-size: 100%;
    }
    .i_tabbar .icon_all {
        background: url(../../img/chainshop/all_w.png) no-repeat center;
        background-size: 100%;
    }
    .i_tabbar .icon_all_select {
        background: url(../../img/chainshop/all_b.png) no-repeat center;
        background-size: 100%;
    }
    .i_tabbar .icon_category {
        background: url(../../img/chainshop/category_w.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_category_select {
        background: url(../../img/chainshop/category_b.png) no-repeat center;
        background-size: 100%;
    }
    .i_tabbar .icon_phone {
        background: url(../../img/chainshop/phone_w.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_phone_select {
        background: url(../../img/chainshop/phone_b.png) no-repeat center;
        background-size: 100%;
    }


    /**** details-tabbar ****/

    .i_tabbar .d_icon_cart:hover,
    .i_tabbar .d_icon_cart_select {
        background: url(../../img/detail/ShoppingCart-click.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .icon_cusserv {
        background: url(../../img/detail/customservice.png) no-repeat center;
        background-size: 100%;
    }

        .i_tabbar .icon_cusserv:hover {
            background: url(../../img/detail/customservice-click.png) no-repeat center;
            background-size: 100%;
        }

    .i_tabbar .icon_collection {
        background: url(../../img/detail/collection.png) no-repeat center;
        background-size: 100%;
    }

        /*.i_tabbar .icon_collection:hover {
            background: url(../../img/detail/collection-click.png) no-repeat center;
            background-size: 100%;
        }*/

    .i_tabbar .icon_collection_select {
        background: url(../../img/detail/collection-click.png) no-repeat center;
        background-size: 100%;
    }

    .i_tabbar .back {
    background: url(../../img/detail/back.png) no-repeat center;
    background-size: 100%;
}



/*头部切换*/

.order_tap span {
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 36px;
}

    .order_tap span.select {
        color: #0BC9FD;
        border-bottom: solid 1px #0BC9FD;
    }


/*底线*/

.baseline {
    border: none;
    border-top: solid 1px #DDDDDD;
    text-align: center;
    color: #D2D2D2;
    margin: 20px 0;
}

    .baseline legend {
        padding: 0 15px;
    }


/* radio */

.radio .mint-radiolist-title {
    display: none;
}

.radio .mint-cell {
    display: inline-block;
    min-height: 18px;
    margin: 0 10px;
}

.radio .mint-cell-wrapper {
    font-size: 12px;
}

.radio .mint-radiolist-label {
    padding: 0;
    display: flex;
    align-items: center;
}

.mint-radio-core {
    width: 13px;
    height: 13px;
}

    .mint-radio-core::after {
        top: 2px;
        left: 2px;
        width: 7px;
        height: 7px;
    }

.mint-radio-input:checked + .mint-radio-core {
    background-color: #ffffff;
    border-color: #707070;
}

    .mint-radio-input:checked + .mint-radio-core::after {
        background-color: #299BFB;
    }


/* checklist */

.mint-checklist-title {
    display: none;
}

.mint-cell-wrapper {
    padding: 0;
}

.mint-checkbox-core {
    width: 19px;
    height: 19px;
}

.mint-checkbox-input:checked + .mint-checkbox-core {
    background-color: #0BC9FD;
    border-color: #0BC9FD;
}

.mint-checkbox-core::after {
    top: 2px;
    left: 6px;
}

.mint-checkbox-core::after {
    border: 2px solid transparent;
    border-left: 0;
    border-top: 0;
}

.mint-checklist-label {
    padding: 0;
}


/* 指向箭头 */

.arrow {
    position: relative;
}

    .arrow::after {
        content: '';
        width: 8px;
        height: 8px;
        position: absolute;
        top: 19px;
        right: 10px;
        display: block;
        border-top: 1px solid #A6A6A6;
        border-right: 1px solid #A6A6A6;
        transform: rotate(45deg);
    }


/* input-placeholder */

::-webkit-input-placeholder {
    color: #C1C1C1;
}

:-moz-placeholder {
    color: #C1C1C1;
}

::-moz-placeholder {
    color: #C1C1C1;
}

:-ms-input-placeholder {
    color: #C1C1C1;
}


/* dingdan */

.order-edit img {
    width: 90px;
}

.order-edit .number {
    width: 70px;
    height: 20px;
    border: solid 1px #BFBFBF;
}

.order-edit input {
    width: 30px;
    height: 100%;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

    .order-edit input:nth-child(2n) {
        border-left: solid 1px #BFBFBF;
        border-right: solid 1px #BFBFBF;
        box-sizing: border-box;
    }


/* 弹窗关闭按钮 */

.popup {
    position: relative;
}

    .popup .close {
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        top: 10px;
        right: 17px;
        background: url(../../img/close.png);
        background-size: 100%;
    }


/* 弹窗提示 */

.pop-tip {
    width: 310px;
    height: 190px;
    text-align: center;
    position: relative;
}

    .pop-tip .btn {
        position: absolute;
        bottom: 0;
        border-top: solid 1px #BFBFBF;
    }

        .pop-tip .btn span {
            width: 50%;
            height: 50px;
            line-height: 50px;
            display: inline-block;
        }

            .pop-tip .btn span:first-child {
                border-right: solid 1px #BFBFBF;
            }


/* Payment */

.shop-car-payment {
    padding: 20px 33px;
}

    .shop-car-payment .mint-radiolist-label {
        padding-left: 25px;
        position: relative;
        line-height: 25px;
    }

        .shop-car-payment .mint-radiolist-label::before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 25px;
            height: 25px;
            background: url(../../img/shopcar/ShoppingCart-pay-wecat.png) no-repeat;
            background-size: 100%;
        }

    .shop-car-payment .mint-cell:nth-child(2n+1) .mint-radiolist-label::before {
        background: url(../../img/shopcar/ShoppingCart-pay-UnionPay.png) no-repeat;
        background-size: 100%;
    }

    .shop-car-payment .mint-cell:last-child .mint-radiolist-label::before {
        background: url(../../img/shopcar/ShoppingCart-pay-CashonDelivery.png) no-repeat;
        background-size: 100%;
    }

.mint-checkbox-label {
    font-size: 12px;
}

.mint-cell {
    min-height: 26px;
}
/* 新增 */
.w80 {
    width: 80%;
}

.w75 {
    width: 75%;
}

.w70 {
    width: 70%;
}

.w60 {
    width: 60%;
}
@import url(../Plugin/mint/style.css);
@import url(common.css);
/* index */

header .i_h_search {
    width: 180px;
    height: 25px;
    background: rgba(239, 239, 239, 1);
    border-radius: 13px;
}

.swiper-container {
    width: 100%;
    border-radius: 4px;
}

    .swiper-container img {
        width: 100%;
    }

.i_nav {
    flex-wrap: wrap
}

    .i_nav .i_nav_item {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

        .i_nav .i_nav_item img {
            width: 80%
        }

        .i_nav .i_nav_item p {
            margin-top: -15px;
        }

.i_active {
    border-radius: 5px;
    width: 100%;
}

    .i_active .i_active_item {
        position: relative;
        width: 50%;
    }

    .i_active .i_active_item02 {
        width: 100%;
    }

    .i_active .i_active_item img {
        width: 100%
    }

    .i_active .i_active_item .active {
        position: absolute;
        top: 5px;
        left: 0;
        width: 100%;
    }

        .i_active .i_active_item .active .active_tit {
            font-weight: bold;
            color: #fff;
            padding-left: 10px;
            line-height: 26px;
            height: 26px;
            background: url(../../img/i_active/active_04.png) no-repeat;
            background-size: auto 100%;
        }

        .i_active .i_active_item .active .active_tit01 {
            background: url(../../img/i_active/active_05.png) no-repeat;
            background-size: auto 100%;
        }

        .i_active .i_active_item .active .active_tit02 {
            background: url(../../img/i_active/active_06.png) no-repeat;
            background-size: auto 100%;
        }

.i_list {
    flex-wrap: wrap;
}

    .i_list li {
        width: 49%;
        position: relative;
        background-color: #fff;
        border-radius: 5px;
        padding-bottom: 10px;
        line-height: 18px;
        margin-bottom: 10px
    }

        .i_list li .sign {
                position: absolute;
                top: -4px;
                left: 8px;
                width: 20px;
                height: 38px;
                color: #fff;
                font-weight: bold;
                line-height: 18px;
                /* text-align: center; */
                padding-left: 5px;
                padding-top: 2px;
                background: url(../../img/i_tab_bg.png) no-repeat;
                background-size: 100%;
        }

        .i_list li .add_cart {
            position: absolute;
            bottom: 5px;
            right: 9px;
            width: 25px;
            height: 25px;
        }

        .i_list li a {
            display: block;
        }

            .i_list li a:nth-child(2n+1) {
                height: 20px;
                line-height: 20px;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow: hidden;
                color: #333;
            }

        .i_list li img {
            width: 100%;
        }
/* search */

.s_label span {
    padding: 3px 8px;
    background-color: #E9E9E9;
    border-radius: 10px;
    margin: 5px;
    display: inline-block;
}
/*searchList*/

.l_screen {
    padding: 0 30px;
    height: 36px;
}

    .l_screen .price i {
        width: 6px;
        height: 6px;
        display: block;
        border-top: solid 3px #C1C1C1;
        border-left: solid 3px #F6F6F6;
        border-right: solid 3px #F6F6F6;
        box-sizing: border-box;
        margin: 1px;
    }

        .l_screen .price i:first-child {
            border-top: solid 3px #F6F6F6;
            border-bottom: solid 3px #C1C1C1;
        }

        .l_screen .price i.fselect {
            border-bottom-color: #3492EA;
        }

        .l_screen .price i.lselect {
            border-top-color: #3492EA;
        }

    .l_screen .screen::after {
        content: '';
        width: 11px;
        height: 11px;
        display: block;
        background: url(../../img/screen.png);
        background-size: 100%;
    }

.s_l_list img {
    width: 80px;
}

.s_l_list li {
    position: relative;
    line-height: 18px;
    padding: 15px 10px;
}

    .s_l_list li .add_cart {
        position: absolute;
        bottom: 10px;
        right: 23px;
        width: 25px;
        height: 25px;
    }

    .s_l_list li .xhz_btn {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }
/*assembleDetails*/

.assemble-personnel {
    height: 90px;
    overflow: hidden;
}

    .assemble-personnel .as-itme {
        margin-bottom: 10px;
    }

        .assemble-personnel .as-itme img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
        }

.assemble-popup {
    text-align: center;
    width: 210px;
    height: 152px;
    padding: 20px 50px;
    border-radius: 10px;
    position: relative;
}

    .assemble-popup span {
        width: 42px;
        height: 42px;
        margin: 0 12px;
        position: relative;
    }

        .assemble-popup span img {
            border-radius: 50%;
        }

        .assemble-popup span i {
            width: 42px;
            height: 42px;
            line-height: 42px;
            font-size: 20px;
            border-radius: 50%;
            display: block;
            border: dashed 1px #AAAAAA;
        }

        .assemble-popup span .spell-master {
            width: 30px;
            height: 17px;
            position: absolute;
            top: -8px;
            left: -15px;
            display: block;
            color: #fff;
            background: linear-gradient(90deg, rgba(116, 176, 232, 1), rgba(34, 138, 234, 1));
            border-radius: 3px;
        }

    .assemble-popup .join-delegation {
        width: 90px;
        height: 35px;
        font-size: 15px;
    }

    .assemble-popup .close {
        position: absolute;
        width: 15px;
        height: 15px;
        display: block;
        top: 10px;
        right: 17px;
        font-size: 20px
    }
/* assemble-order */

.assemble-order-area {
    padding: 20px 30px;
}

    .assemble-order-area .icon {
        border-radius: 50%;
        background: linear-gradient(90deg, rgba(153, 231, 252, 1), rgba(11, 201, 253, 1));
        ;
    }

.assemble-order-details img {
    width: 90px;
}

.assemble-order-details .number {
    width: 63px;
    height: 17px;
    border: solid 1px #BFBFBF;
}

.assemble-order-details input {
    width: 30px;
    height: 100%;
    border-top: none;
    border-bottom: none;
    text-align: center;
}

    .assemble-order-details input:nth-child(2n) {
        border-left: solid 1px #BFBFBF;
        border-right: solid 1px #BFBFBF;
        box-sizing: border-box;
    }

