body {
    -webkit-font-smoothing: antialiased;
    background-color: #f0f3ef;
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    color: #666;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    border-radius: 3px;
    border: 1px solid #c5c5c5;
}

.sw-city {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    cursor: pointer;
}

.sw-city:hover {
    border: 1px solid #00a1ea;
    color: #00a1ea;
}

.hot-city {
    margin: 0 5px;
    cursor: pointer;
}

.hot-city:hover {
    color: #00a1ea;
}

.baojia_btn {
    background-color: #00a1ea;
    border: none;
    padding: 0px 20px;
    margin-bottom: 10px;
    color: white;
    cursor: pointer;
}

.baojia_btn:hover {
    background-color: #19aaea;
}

.baojia-from-container {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
    height: auto;
}

.baojia-from-container-left {
    width: 190px;
    float: left;
    border: 1px solid #f4f4f4;
    margin-top: 5px;
    min-height: 200px;
}

.baojia-from-container-right {
    width: 960px;
    float: right;
    min-height: 300px;
    border: 1px solid #c5c5c5;
    margin-top: 10px;
    background-color: white;
}

#baojia-view {
    background-color: white;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.baojia-title-p-left {
    font-size: 14px;
    color: #666;
    padding: 7px 10px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #efebeb;
    font-weight: bold;
}

.content-container {
    float: left;
    margin-bottom: 5px;
}

.baojia-content {
    color: #666;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
}

.baojia-content .content-lable {
    float: left;
    width: 120px;
    text-align: right;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

.baojia-content .content-input {
    float: left;
    width: 350px;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
}

.baojia-content .content-input-hg {
    float: left;
    width: auto;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
}

.baojia-content .content-tip {
    float: left;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

.baojia-content .content-input input {
    height: 26px;
    border: 1px solid silver;
    padding-left: 5px;
    border-radius: 5px;
}

.baojia-content .content-input input:hover {
    border: 1px solid #00a1ea;
}

.baojia-content .baojia-item-container {
    border: 1px solid #00a1ea;
    width: 200px;
    height: auto;
    max-height: 200px;
    position: absolute;
    background: white;
    margin-top: 2px;
    display: none;
    overflow-y: scroll;
    z-index: 1;
}

.triangle-down {
    float: left;
    position: absolute;
    top: 12px;
    margin-left: 135px;
    height: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    border-left: 5px solid transparent;
    vertical-align: middle;
}

.baojia-item-container ul {
    list-style: none;
    padding: 5px 0px;
}

.baojia-item-container ul li {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
}

.baojia-item-container ul li:hover {
    background-color: #00a1ea;
    color: white;
}

.baojia-win-item-container ul {
    list-style: none;
    padding: 5px 0px;
}

.baojia-win-item-container ul li {
    padding-left: 10px;
    min-height: 30px;
    line-height: 30px;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}

.baojia-win-item-container ul li ul li {
    border-bottom: none;
}

.baojia-win-item-container ul li input {
    height: 22px;
    border: 1px solid silver;
    padding-left: 5px;
}

.baojia-win-item-container ul li select {
    height: 24px;
}

/*.baojia-win-item-container ul li:hover{*/
/*background-color: #00a1ea;*/
/*color: white;*/
/*}*/

option {
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 30px;
    line-height: 30px;
    color: #000000;
    cursor: pointer;
}

.baojia-item-li-custom {
    background-color: white;
    color: black;
}

.baojia-item-li-active {
    background-color: #8bd4ea;
    color: white;
}

.baojia-mini-input {
    width: 60px;
    height: 30px;
}

label {
    font-size: 12px;
    cursor: pointer;
}

label i {
    font-size: 12px;
    font-style: normal;
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 12px;
    color: #fff;
    vertical-align: middle;
    margin: -2px 2px 1px 0px;
    border: #2489c5 1px solid;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

input[type="radio"] + i {
    border-radius: 7px;
}

input[type="checkbox"]:checked + i, input[type="radio"]:checked + i {
    background: #2489c5;
}

input[type="checkbox"]:disabled + i, input[type="radio"]:disabled + i {
    border-color: #ccc;
}

input[type="checkbox"]:checked:disabled + i, input[type="radio"]:checked:disabled + i {
    background: #ccc;
}

.inpage-left-delete {
    height: 90px;
    position: absolute;
    color: red;
    width: auto;
    line-height: 90px;
    display: none;
}

#spe_size {
    padding: 5px;
}

#spe_size input {
    width: 80px;
    height: 22px;
}

.baojia-content-table table {
    text-align: center;
    border: 1px;
    table-layout: fixed;
    word-break: break-all;
}

.table-content-lable {
    float: left;
    width: auto;
    text-align: left;
    font-size: 14px;
    padding-left: 50px;
    height: 30px;
    line-height: 30px;
}

.table-content-input {
    float: left;
    width: 780px;
    font-size: 14px;
    height: 28px;
    line-height: 30px;
}

.baojia-content-table {
    overflow: hidden;
    padding: 3px;
}

.baojia-content-table table select {
    color: black;
    height: 30px;
}

.baojia-content-table table input {
    height: 18px;
}

.baojia-content-table-title {
    text-align: center;
    font-size: 14px;
    padding: 2px 0px;
    background-color: #f4f4f4;
    width: 960px;
}

.baojia-content-table-title a {
    font-size: 12px;
    color: red;
}

.baojia-content-table table li {
    float: left;
    margin-left: 10px;
}

.baojia-content-line {
    border-bottom: 1px dashed #00a1ea;
}

.baojia-content-collapse {
    float: right;
    color: #636362;
}

.baojia-content-collapse:hover {
    color: red;
}

.wptechAddSpan i {
    color: #00a1ea;
    cursor: pointer;
    font-size: 14px;
}

.wptechAddSpan i:hover {
    color: green;
}

.wptechDeleteSpan i {
    color: red;
    cursor: pointer;
    font-size: 14px;
}

.boajia-wp-ul {
    list-style: none; /* 去掉ul前面的符号 */
    margin: 0px; /* 与外界元素的距离为0 */
    padding: 0px; /* 与内部元素的距离为0 */
    width: auto; /* 宽度根据元素内容调整 */
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}

/* 所有class为menu的div中的ul中的li样式 */
.boajia-wp-ul li {
    float: left; /* 向左漂移，将竖排变为横排 */
    width: auto;
    /*border-bottom: 1px solid #f4f4f4;*/
    /*border-top: 1px solid #f4f4f4;*/
}

.boajia-wp-ul li[nama=hougongxuli] {
    min-width: 315px;
    line-height: 29px;
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.boajia-wp-ul li select {
    color: black;
    height: 24px;
    margin-top: 3px;
    border-radius: 5px;
}

.baojia-now-btn {
    padding: 10px 25px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    color: white;
    background-color: #00a1ea;
    cursor: pointer;
}

.baojia-now-btn:hover {
    background-color: #2489c5;
}

.baojia-xms-menu {
    position: relative;
    list-style: none;
    padding: 5px 0px;
    margin: 0;
    margin-top: 5px;
    background-color: #fff;
    /*height: 420px;*/
}

.baojia-xms-menu li {
    padding: 5px 18px;
    -webkit-transition: background-color .2s ease;
    -o-transition: background-color ease .2s;
    -moz-transition: background-color ease .2s;
    transition: background-color .2s ease;
    border-bottom: 1px solid #f7f7f7;
}

.baojia-xms-menu .menu_hover:hover {
    background-color: #d9d9d9;
}

.baojia-xms-menu .menu_hover:hover .menu_dta {
    display: block;
}

.baojia-xms-menu li .menu_lk {
    font-size: 12px;
    color: #878787;
    cursor: pointer;
}

.baojia-xms-menu li h3 {
    position: relative;
    font-size: 14px;
}

.baojia-xms-menu li h3 .menu_hot {
    color: red;
    margin-left: 5px;
}

.baojia-xms-menu li h3 .menu_new {
    color: darkgreen;
    margin-left: 5px;
}

.baojia-xms-menu li h3 span i {
    font-size: 12px;
}

.baojia-xms-menu .menu_hover .menu_lk:hover {
    color: #00a1ea;
}

.baojia-xms-memu-ad {
    margin-top: 10px;
}

.baojia-xms-memu-ad img {
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

.menu_dta {
    padding: 5px;
    position: absolute;
    display: none;
    width: auto;
    min-width: 200px;
    height: 417px;
    /*top: -4px;*/
    left: 191px;
    background-color: white;
    border: 1px solid #f4f4f4;
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
    box-shadow: 2px 0 5px rgba(0, 0, 0, .3);
    -webkit-transition: top .25s ease;
    -o-transition: top .25s ease;
    -moz-transition: top .25s ease;
    transition: top .25s ease;
}

.menu_dta .content-left {
    float: left;
    width: 200px;
    position: absolute;
}

.menu_dta .content-left .title {
    font-size: 15px;
    color: #3e8c96;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 8px;
    padding-top: 8px;
    margin-right: 15px;
    margin-left: 10px;
    -webkit-transition: color .2s ease;
    -o-transition: color ease .2s;
    -moz-transition: color ease .2s;
    transition: color .2s ease;
}




.menu_dta .content-left .title .chosen_item_tit {
    display: block;
    font-size: 14px;
    color: #626262;
    height: 16px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    -moz-transition: color ease .2s;
    transition: color ease .2s;
}

.menu_dta .content-left .title .chosen_item_subtit {
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 8px;
    margin-top: 6px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: color ease .2s;
    -o-transition: color ease .2s;
    -moz-transition: color ease .2s;
    transition: color ease .2s;
}

.menu_dta .content-left .title:hover {
    color: #00a1ea;
    border-bottom: 1px solid #00a1ea;
}

.menu_dta .content-left .title:hover .chosen_item_tit {
    color: #00a1ea;
}

.menu_dta .content-left .title:hover .chosen_item_subtit {
    color: #00a1ea;
}

.menu_dta .content-left .menu_dta_content {
    margin-top: 15px;
    margin-left: 20px;
    font-size: 12px;
    margin-bottom: 15px;
}

.menu_dta .content-right {
    float: left;
    width: 199px;
    height: 100%;
    margin-left: 200px;
    border-left: 1px solid #f4f4f4;
    text-align: center;
    overflow: hidden;
}

.baojia-xms {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
    position: relative;
}

.baojia-xms select {
    border: none;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 60px;
}

.baojia-xms:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA+klEQVQ4T82SL08DQRDF5y13CeJEddW5TWY1TV0tpo6EhKDRSD4CKD4EkuAqMIg6QvVMsu5UdcUJkrvckJY/KXDXtKnpyN03v8ybeaA9C3v204EAmPnCOXe1g52qaZpbVX1ZWQgh3AO43gFAZnYnIjcrQJ7nvSzLXonIbwmJZVkOi6JY/CzRe99PkmQGoL8JYmbzuq5PYozzpe7XFbz3Pk3T5SS9DsiiqqphjDF+//87IzMPAEwBHK9DzOzdzEaq+rb+3pqDEMIpgAkRHX2JazMbi8jz38k6g8TMl865B/usc1V9bLO1MYnMfAbAROSpa7EHEuUtw9Mq+wDMvlUR+eZ63QAAAABJRU5ErkJggg==) no-repeat center;
    position: absolute;
    right: 20px;
    top: 45%;
    pointer-events: none;
}

#bj-loading {
    text-align: center;
    padding-top: 20px;
}

.bjrl-table {
    width: 100%;
    border: #c8c9cd solid 1px;
    border-spacing: 1px;
    border-collapse: collapse;
    margin-top: 5px;
}

.bjrl-table a {
    text-decoration: none;
}

.bjrl-table thead tr td {
    color: #626262;
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    height: 42px;
    text-align: center;
    background-color: #f4f4f4;
}

.bjrl-table tbody tr td {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    color: #333;
    height: 42px;
    text-align: center;
}

.bjrl-table-oh {
    width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bjrl-price {
    color: #FF0036;
    font-size: 14px;
    font-weight: bolder;
}

.bjrl-offer {
    color: #b7bcb8;
    font-size: 14px;
    text-decoration: line-through;
}

.bjrl-company {
    color: #0063DC;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    margin-left: 3px;
    cursor: pointer;
}

.bjrl-company-span {
    position: relative;
}

.bjrl-company-span:hover .bjrl-company-info {
    display: block;
}

.bjrl-company-info {
    padding: 5px;
    position: absolute;
    width: 300px;
    background-color: white;
    border: 1px solid #999;
    box-shadow: 2px 1px 2px #e2e2e2;
    z-index: 2;
    display: none;
}

.bjrl-company-info-title {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    padding: 0px 10px;
}

.bjrl-company-info-title-btn {
    border-top: 1px solid #C6C6C6;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    padding: 0px 10px;
}

.bjrl-company-info-title-left {
    color: #999;
}

.bjrl-company-btn {
    border: 1px solid #e5e5e5;
    color: #404040;
    position: relative;
    background-color: #f2f2f2;
    padding: 5px 10px;
    cursor: pointer;
    display: block;
    width: 128px;
    margin: 10px auto;
}

.bjrl-ld {
    padding: 0px 10px;
    margin-left: 5px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
    background-color: #ffeded;
    border: 1px solid #FF0036;
    color: #FF0036;
    font-family: 'Microsoft Yahei';
    text-decoration: none;
}

.bjrl-ld:hover {
    color: #FF0036;
}

.bjrl-table-lable-red {
    padding: 1px 5px;
    margin-left: 3px;
    color: red;
    border: 1px solid red;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
}

.bjrl-table-lable-orange {
    padding: 1px 5px;
    margin-left: 3px;
    color: #ff7f00;
    border: 1px solid #ff7f00;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
}

.bjrl-table-lable-blue {
    padding: 1px 5px;
    margin-left: 3px;
    color: #00a1ea;
    border: 1px solid #00a1ea;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
}

.bjrl-table-lable-green {
    padding: 1px 5px;
    margin-left: 3px;
    color: #00a346;
    border: 1px solid #00a346;
    font-family: "Helvetica Neue", "Hiragino Sans GB", SimSun, serif;
}

.bjrl-list-icon i {
    font-size: 20px;
}

.bjfcr-sort-bar {
    width: 100%;
    background-color: #f5f5f5;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}

.bjfcr-sort-bar ul {
    overflow: hidden;
    border-bottom: 1px solid #f4f4f4;
}

.bjfcr-sort-bar ul li {
    float: left;
    padding: 10px 15px;
    background-color: #f5f5f5;
    color: #333;
    cursor: pointer;
    position: relative;
}

.bjfcr-sort-bar ul li .dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 20px;
    top: 4px;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.bjfcr-sort-bar ul li:hover {
    background-color: white;
    color: #00a1ea;
}

.bjfcr-sort-bar .sort-li-checked {
    background-color: white;
    color: #00a1ea;
    border-bottom: 1px solid #00a1ea;
}

#baojiaorder table th {
    padding: 10px 0px;
    background-color: #fafafa;
    text-align: center;
    color: black;
    border: 1px solid #c6c6c6;
}

#baojiaorder table {
    border: 1px solid #c6c6c6;
}

.bj-order-content {
    text-align: left;
    padding: 5px 5px;
    color: #666;
    font-size: 13px;
}

.bj-order-c-c {
    text-align: center;
    padding: 5px 5px;
    color: #666;
    font-size: 13px;
    border: 1px solid #c6c6c6;
}

.stepflex {
    display: inline-block;
    display: block;
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 30px 0 0;
    float: right;
}

.stepflex dl.done {
    border-top-color: #caecb6;
}

.stepflex dl.done .s-num {
    background-position: -46px 0;
}

.stepflex dl.doing {
    border-top-color: #7abd54;
}

.stepflex dl.doing .s-num {
    background-position: -23px 0;
}

.stepflex dl {
    float: left;
    position: relative;
    width: 120px;
    top: -5px;
    border-top: 5px solid #ccc;
}

.stepflex .s-num {
    position: relative;
    margin: -15px auto 0;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    background-image: url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/step2013.png);
    line-height: 23px;
}

.stepflex .s-text {
    color: #ccc;
}

.consignee-item.item-hover, .consignee-scroll .consignee-item.item-selected, .consignee-scroll .consignee-item:hover {
    border: 2px solid #e4393c;
    padding: 4px 10px;
}

.consignee-cont .consignee-item, .consignee-scroll .consignee-cont .consignee-item-disable {
    float: left;
}

.consignee-item {
    list-style: none;
    position: relative;
    border: 1px solid #ddd;
    height: 18px;
    line-height: 18px;
    padding: 5px 10px;
    width: 120px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
}

.consignee-item.item-selected b {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(//misc.360buyimg.com/user/purchase/2.0.0/css/i/selected-icon.png) no-repeat;
}

.inquiry-container {
    width: 1200px;
    margin: 6px auto;
    height: 530px;
}

.container-left-list {
    width: 1200px;
    height: 300px;
    margin-top: 10px;
    background-color: rgb(249, 249, 249);
    border: rgba(197, 197, 197, 0.32) solid 1px;
}

.container-left-list ul {
    list-style: none;
    margin: 0px;
    width: auto;
    padding: 10px;
    height: 80px;
    padding-bottom: 30px;
}

.container-left-list ul li {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    webkit-transition: -webkit-transform 0.25s, opacity 0.25s;
    transition: opacity 0.25s, transform 0.25s;
    cursor: pointer;
}

.container-left-list ul li a {
    color: black;
    font-size: 12px;
    text-align: center;
}

.container-left-list ul li a img {
    width: 60px;
    height: 60px;
}

/*#baojiaorder table td .title {*/
/*text-align: center;*/
/*}*/
.bj-order-title {
    text-align: center;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fafafa;
    color: #000;
}

.bj-order-content {
    text-align: left;
    padding: 5px 5px;
    color: #666;
    font-size: 13px;
}

.pagination .next-btn, .up-btn {
    float: right;
    border: 1px solid #c6c6c6;
    padding: 2px 8px;
    margin-left: 5px;
    cursor: pointer;
}

.pagination .next-btn:hover {
    background-color: #00a1ea;
    color: white
}

.pagination .up-btn:hover {
    background-color: #00a1ea;
    color: white
}
.pagination .ban:hover{
    background-color: #f4f4f4;
    color: #c5c5c5;
}
.pagination .ban {
    background-color: #f4f4f4;
    color: #c5c5c5;
    cursor: not-allowed;
}

.pagination ul li {
    float: left;
    border: 1px solid #c6c6c6;
    padding: 2px 8px;
    margin-left: 5px;
    cursor: pointer;
}

.pagination ul .active {
    background-color: #00a1ea;
    color: white;
}

.pagination ul li:hover {
    background-color: #00a1ea;
    color: white;
}

.pagination ul {
    float: right;
}

.span-link {
    cursor: pointer;
    color: #666;
}

.span-link:hover {
    color: #00a1ea;
}

.scale-tool {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 0;
    overflow: hidden;
    margin-top: 10px;
}

.scale-bar {
    width: 150px;
    height: 10px;
    background-color: #ebecec;
    border-radius: 5px;
    position: relative;
}

.scale-bar-isuser {
    width: 75px;
    height: 10px;
    background-color: lightgreen;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.scale-text {
    float: left;
}

.scale-action {
    float: right;
}

.operate.grey {
    color: #ccc;
    border-color: #ccc;
}

.operate {
    display: inline-block;
    text-align: center;
    width: 20px;
    border: 1px solid #9DC1E4;
    cursor: pointer;
    line-height: 24px;
}

.quantity-inner-amount {
    text-align: center;
    display: inline-block;
    width: 50px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    line-height: 24px;
    height: 24px;
}

.amount {
    text-align: center;
    display: inline-block;
    width: auto;
    border-left: none;
    border-right: none;
    line-height: 24px;
    height: 24px;
}

.order-quantity {
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.quantity-inner {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.load-ani{
    animation: spin 800ms infinite linear;
}

@keyframes spin {
    0%   { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}