[v-cloak] {
    display: none;
}

body {
    background-color: #F7F7F7;
}

#txtOrderKeyword::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #999 !important;
}

#txtOrderKeyword:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999 !important;
}

#txtOrderKeyword::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999 !important;
}

#txtOrderKeyword:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #999 !important;
}

#dgrid td a.link {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 225px;
    display: inline-block;
    line-height: 20px;
}

#dgrid td a.link:hover {
    color: #28cccc;
}

#dgrid td .sremark {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 175px;
    display: inline-block;
    line-height: 20px;
}

/* 选择客户 */
.customer-box {
    padding: 10px 13px;
    border: #ededed solid 1px;
    border-bottom: 0;
    display: flex;
    align-items: center;
}

.customer-box .batch-box {
    display: flex;
}

.customer-box .selectCustom_btn {
    margin-left: 16px;
}

.noBorder {
    border: 0;
    padding: 6px 0;
}

/*购物车*/
#shopCart .main {
    background-color: #fff;
    border-radius: 4px;
}

.car_table {
    width: 100%;
    border-collapse: collapse;
}

.car_table .no-list {
    width: 100%;
    height: 500px;
}

.car_table .tabMove i {
    color: #ccc;
    font-size: 13px;
}

.car_table th {
    height: 46px;
    text-align: center;
    background: #f7f7f7;
    font-weight: normal;
    color: #999999;
    font-size: 14px;
    border-right: #f7f7f7 solid 1px;
}

.car_table td {
    border-bottom: 1px solid #ededed;
    height: 90px;
    text-align: center;
    word-break: break-all;
    padding: 5px;
    box-sizing: border-box;
}

.car_table td:nth-last-of-type(1) {
    border-right: 0;
}

.car_table .face-price {
    color: #999;
    display: block;
}

.car_table .checkdel {
    color: #999;
}

.car_table .checkdel:hover {
    color: #e94637;
}

#eleCartList .car_table th:first-child,
#eleCartList .car_table td:first-child {
    border-left: 0;
}

#eleCartList .btn-err {
    z-index: 1 !important;
}

.car_table thead tr {
    border: #ededed solid 1px;
}

.car_table tbody {
    border: #ededed solid 1px;
    border-top: 0;
    border-bottom: 0;
}

.car_table th:last-child,
td:last-child {
    border-right: 0;
}

.check-box {
    vertical-align: central;
    border: 1px solid #EDEDED;
    background-color: #F7F7F7;
    height: 62px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 21px;
    margin-top: 20px;
    position: relative;
}

.check-box .promotion-tip-box {
    width: 1180px;
    position: absolute;
    left: -1px;
    top: 0;
    padding: 8px 0 6px 21px;
    transform: translateY(-100%);
    /* background-color: rgba(255, 242, 207, 0.9); */
    box-sizing: border-box;
    z-index: 3;
}
.check-box .promotion-tip-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg,
		#fff2cf 0%,
		#ffe5d4 71%,
		#ffd8d8 100%);
	opacity: 0.9;
}

.check-box .promotion-tip-box .promotion-tip-item {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    z-index: 2;
}

.check-box .promotion-tip-box .promotion-tip-item:last-child {
    margin-bottom: 0;
}

.check-box .promotion-tip-box .card-bg {
    margin-top: 0;
}

.check-box .promotion-tip-box .card-bg::before,
.check-box .promotion-tip-box .card-bg::after {
    background: rgba(255, 239, 214, 1);
}

.check-box .promotion-tip-box .card-txt {
    color: #333;
    font-size: 14px;
    padding-left: 6px;
    line-height: 20px;
}

.check-box .promotion-tip-box .card-txt span {
    color: #e94637;
}

.check-box .check-zbtn {
    margin-left: 16px;
}

.check-box .amt-box {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.amt-box .amt-text {
    color: #999;
    font-size: 14px;
}

.amt-box .amt-text span {
    color: #e94637;
    font-size: 14px;
    margin: 0 3px;
}
.amt-box .amt-text span.black {
    color: #999;
}

.amt-box .amt-price {
    color: #e94637;
    font-weight: bold;
}

.amt-box .amt-price span {
    font-size: 22px !important;
}

.amt-box .btnAddOrder {
    width: 116px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 0;
    margin-left: 26px;
    margin-top: -1px;
    margin-right: -1px;
}

.check-box .amt-box span {
    display: inline-block;
}

.search-box {
    position: relative;
    width: 966px;
    margin: 21px 0 22px 196px;
    z-index: 2;
}

.search-box .status {
    position: absolute;
    left: 760px;
    top: 10px;
    display: inline-block;
    white-space: nowrap;
    color: #02b4b6;
    animation: searchBox 3s;
    opacity: 0;
}

.search-box .addEnter {
    width: 80px;
    height: 32px;
    background: linear-gradient(-22deg, #28CCCC 0%, #73E2E2 100%);
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    font-size: 14px;
}

.search-box .batchOrder {
    margin-left: 16px;
}

.search-box .batchOrder i {
    font-size: 30px;
}

@keyframes searchBox {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes searchBox

/* Firefox */
    {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes searchBox

/* Safari 和 Chrome */
    {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes searchBox

/* Opera */
    {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.input-search {
    border: 1px solid #e5e5e5 !important;
    box-sizing: border-box;
    height: 32px;
    width: 600px;
    padding-left: 16px;
    font-size: 14px;
    color: #666666;
    position: relative;
    border-radius: 0px 4px 4px 0px !important;
    border-left: 0 !important;
    padding-right: 36px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-add.png) no-repeat 573px center;
    background-size: contain;
    background-size: 16px 16px;
    overflow: hidden;
    caret-color: #28CCCC;
}

.input-search.active {
    border-color: #28CCCC !important;
}

.item-box {
    box-sizing: content-box;
    overflow: auto;
    position: absolute;
    top: 40px;
    left: 80px;
    right: 0;
    width: 585px;
    max-height: 387px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(222, 222, 222, 0.77);
    border-radius: 4px;
    padding: 8px;
}

.item-box::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}

.item-box::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #E5E5E5;
    background: #E5E5E5;

}

.item-box::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
    background: #fff;
}

.item-box li {
    position: relative;
    display: flex;
    cursor: default;
    padding-left: 9px;
    color: #666666;
    font-size: 14px;
    border-radius: 4px;
    line-height: 36px;
}

.item-box li.searchEmpty {
    line-height: 97px;
    text-align: center;
    color: #999999;
    font-size: 14px;
}

.item-box li:hover {
    background-color: rgba(40, 204, 204, 0.1);
    color: #19B0B0;
}

.item-box li.searchEmpty:hover {
    background: #fff;
    color: #999999;
}

.item-box li .add {
    flex: none;
    cursor: pointer;
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    height: 100%;
}

.item-box li .add input {
    cursor: default;
    margin-top: -2px;
    width: 55px;
    height: 25px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    color: #666666;
    cursor: text;
}

.item-box li b {
    width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    cursor: pointer;
}

.item-box li .icon-add {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 38px;
    height: 30px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-add.png) no-repeat 10px center;
}

.item-box li:hover .icon-add {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-add-hover.png) no-repeat 10px center;
}

.item-box li label {
    display: inline-block;
}

#editItemBoxState li label {
    display: inline-block;
    max-width: 594px;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#itemBoxState li label {
    flex: 1;
    display: inline-block;
    /* max-width: 485px; */
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#itemBoxState li label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: bottom;
}

.item-box li span.spe {
    margin-right: 0;
}

.item-box li span.font-19b0b0 {
    margin: 0 !important;
}

.item-box li .sp1 {
    width: 200px;
    padding-top: 5px;
}

.item-box li .sp2 {
    width: 120px;
}

.g_ui_correct .item-box {
    display: block;
}

.noeditPproducts {
    text-align: center;
    margin-top: 40px;
}

.border-box {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    box-sizing: border-box;
}

.m-add-box {
    padding: 30px 25px;
    /* background: #f8f8f8; */
}

.m-add-box .example {
    position: relative;
}

.m-add-box .example .tips {
    position: absolute;
    right: -4px;
    bottom: 2px;
    padding: 4px 12px;
    border-radius: 5px;
    border: 1px dashed #02b4b6;
    color: #02b4b6;
    background: #fff;
}

.m-add-box .example .tips:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    margin: -25px -9px;
    width: 18px;
    height: 39px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/bg_ico.png) no-repeat 0 -552px;
}

.m-add-box p {
    line-height: 24px;
}

.m-add-box a:hover {
    color: #fff;
}

.m-add-box textarea {
    width: 1130px;
    margin: 10px 0;
    resize: none;
    padding: 10px;
    border: 1px solid #e6e6e6;
    resize: vertical;
    height: 90px;
}

.margin10 {
    margin-top: 10px;
}

.margin10 a {
    display: inline-block;
    height: 40px;
    width: 120px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.margin10 a:nth-child(2) {
    margin-left: 8px;
}


/*添加草稿*/

.add-darft-box {
    height: 160px;
    background: #efefef;
    position: relative;
}

.add-darft-box.ywy {
    height: 175px;
}

.add-darft-box .wrap {
    padding: 20px 30px;
}

.add-darft-box .wrap .left {
    float: left;
    width: 550px;
}

.add-darft-box .wrap .left input {
    height: 40px;
    border: 0;
    width: 400px;
    padding-left: 5px;
}

.add-darft-box .wrap .left div:nth-child(2) {
    margin-top: 2px;
}

.add-darft-box .wrap .left p {
    font-size: 16px;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.add-darft-box .wrap .left span {
    color: #e94637;
    margin: 0 3px;
}

.add-darft-box .wrap .left .name {
    font-size: 16px;
    color: #000;
    max-width: 400px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.add-darft-box .wrap .left .remark {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 500px;
    display: block;
}

.add-darft-box .wrap .left .icon-edit {
    display: inline-block;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-edit.png) no-repeat center center;
    height: 30px;
    width: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.add-darft-box .wrap .left .icon-edit-btn-save {
    display: inline-block;
    background-color: #00b5b6;
    height: 35px;
    width: 65px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.add-darft-box .wrap .right {
    float: right;
    text-align: right;
}

.add-darft-box .wrap .right button {
    height: 40px;
    color: #fff;
    border: 0;
    width: 80px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    outline: none;
}

.add-darft-box .wrap .right p {
    margin-top: 10px;
}

.add-darft-box .wrap .right div:nth-child(3) {
    margin-top: 15px;
}


/*草稿时间*/

.time-darft {
    display: none;
    float: left;
    font-size: 14px;
}

.time-darft>div {
    width: 120px;
    display: inline-block;
}

.time-darft>div:nth-child(2) {
    margin-left: 50px;
}

.time-darft>div label {
    color: #98a9a9;
    display: block;
}


/*提交*/

.submit-box {
    text-align: right;
    margin-top: 25px;
}

.submit-box a {
    display: inline-block;
    color: #fff;
    border: 0;
    margin-left: 10px;
    height: 50px;
    line-height: 50px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.submit-box button {
    display: inline-block;
    color: #fff;
    border: 0;
    margin-left: 10px;
    height: 50px;
    line-height: 50px;
    width: 130px;
    text-align: center;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}


/*客户替换*/

.ui_mask {
    z-index: 1998;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
}

.ui_dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -397px;
    margin-top: -311px;
    width: 794px;
    height: 622px;
    background: #fff;
    z-index: 1999;
}

.ui_dialog .bor {
    width: 520px;
    height: 2px;
    margin: 8px auto 11px;
    background-color: #f5f5f5;
}

.ui_dialog .tit {
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 13px;
}

.ui_dialog .close {
    display: inline-block;
    position: absolute;
    height: 14px;
    width: 14px;
    right: 12px;
    top: 12px;
    text-align: center;
    cursor: pointer;
}

.ui_dialog .close i {
    display: inline-block;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-close.png) no-repeat;
    height: 14px;
    width: 14px;
}

.ui_dialog .close i:hover {
    opacity: 0.8;
}

.ui_dialog .brand {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.ui_dialog label {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}


/*合并*/

.ui_mask2 {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
}

.ui_dialog2 {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 1200px;
    height: 650px;
    background: #fff;
    z-index: 9999;
}

.ui_dialog2 .close {
    display: inline-block;
    position: absolute;
    height: 30px;
    width: 30px;
    right: 10px;
    top: 10px;
    text-align: center;
}

.ui_dialog2 .close i {
    display: inline-block;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/bg_ico.png) no-repeat -145px -19px;
    height: 18px;
    width: 18px;
}

.ui_dialog2 .brand {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.ui_dialog2 label {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
}

.merge {
    margin-top: 20px;
    width: 250px;
    height: 140px;
    overflow-y: auto;
    margin: 0 auto;
    padding-top: 10px;
}

.merge li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}

.merge li:last-child {
    border-bottom: none;
}

.merge .current {
    background: #e6e6e6;
}

.merge li label {
    cursor: pointer;
}

.merge li span {
    margin-left: 20px;
}

#mergeList tr:hover {
    background-color: #d8f8f7;
}

#eleMerge .tbl-merge-box {
    width: 85%;
    margin: 20px auto;
}

#eleMerge::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: none;
}


/*定义滚动条轨道 内阴影+圆角*/

#eleMerge::-webkit-scrollbar-track {
    background-color: none;
}


/*定义滑块 内阴影+圆角*/

#eleMerge::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #848e8f;
}

.wrap_left {
    float: left;
    background: #fff;
    width: 230px;
    height: 1090px;
    display: inline-block;
}

.wrap_left .top_title {
    cursor: default;
    margin: 40px auto;
    background: #02b4b6;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 180px;
    text-align: center;
    border-radius: 20px;
}

.menu_box {
    text-align: center;
}

.menu_box p {
    padding: 0;
    margin: 0;
    color: #000;
}

.menu_box .icon_edit {
    display: inline-block;
    vertical-align: bottom;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/icon_edit.png) no-repeat center;
    width: 18px;
    height: 19px;
}

.menu_box p span {
    margin-left: 8px;
    display: inline-block;
    cursor: default;
    font-size: 16px;
}

.menu_box ul {
    margin-top: 10px;
}

.menu_box ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    color: #666;
    vertical-align: central;
    cursor: pointer;
    font-size: 14px;
}

.menu_box ul .current a {
    color: #1bbbbd;
}

.wrap_right {
    background: #fff;
    width: 1200px;
    border-radius: 4px;
}

.wrap_right .top {
    height: 52px;
    border-bottom: 1px solid #E5E5E5;
}

.wrap_right .top .nav {
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 1198px;
    overflow-x: auto;
    height: 52px;
    font-size: 0;
}

.wrap_right .top .nav li .nums {
    background: linear-gradient(-40deg, #FFD000 0%, #FFDC41 100%);
    border-radius: 10px;
    height: 19px;
    line-height: 19px;
    padding: 0 6px;
    font-size: 12px;
    color: #E48B00;
    position: absolute;
    left: 105%;
    top: 4px;
    font-weight: normal;
}

.wrap_right .top .nav li {
    position: relative;
    margin: 0 22px;
    max-width: 180px;
    height: 52px;
    line-height: 52px;
    text-overflow: ellipsis;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.wrap_right .top .nav .current {
    color: #28CCCC;
    font-size: 20px;
    font-weight: bold;
}

.wrap_right .top .nav .current::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 6px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(-22deg, #28CCCC 0%, #73E2E2 100%);
}

.wrap_right .top .nav .draf-nav {
    line-height: 52px;
    margin: 0;
    padding: 0 32px;
}

.wrap_right .top .nav li:nth-of-type(3) {
    margin-left: 21px !important;
}

.wrap_right .top .nav .draf-nav span {
    max-width: 125px;
    color: #999;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin: 0 !important;
}

.wrap_right .top .nav .draf-nav.current span {
    color: #333;
    margin: 0;
}

.wrap_right .top .nav .draf-nav.current:after {
    width: 97%;
    height: 2px;
}

.wrap_right .top .nav .draf-nav::before {
    content: "";
    width: 1px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #E5E5E5;
}

.wrap_right .top .nav .close {
    cursor: default;
    display: inline-block;
    position: absolute;
    right: 10px !important;
    top: 15px !important;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/error.png) no-repeat 0px -19px;
    color: #999;
    width: 16px;
    height: 17px;
    transform: scale(.85);
}

.wrap_right .top .nav .close:hover {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/error.png) no-repeat 0px 0px;
}

.wrap_right .content {
    border: 1px solid #d8d8d8;
}

.wrap_right .m-title {
    margin: 15px 20px;
    color: #646464;
    position: relative;
}

.nav {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.nav::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    cursor: pointer;
}

.nav::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #dbdbdb;
}

.nav::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #fff;
}

.m-title div:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0px;
}

.m-title>div {
    margin-top: 10px;
}

.m-title .link-select {
    color: #02b4b6;
}

.m-title .link-select:hover {
    color: #02b4b6;
}

.m-title a:hover {
    color: #fff;
}

.button {
    display: inline-block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.btn-add {
    background: #e94637;
}

.btn-con {
    background: #02b4b6;
    margin-left: 10px;
}

/* .btn-next {
    background: #eb6161;
    height: 50px !important;
    line-height: 50px !important;
} */

.btn-save-tmp {
    background: #02b4b6;
    font-size: 16px;
    color: #fff;
}


/*表格*/

.table-com {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.table-com th {
    height: 34px;
    background: #e8f7f7;
    color: #999999;
    text-align: center;
    font-weight: normal;
}

.table-com td {
    height: 45px;
    text-align: center;
    font-size: 12px;
    color: #333333;
}

.bodyCustomerList .customerListTrs:hover,
.bodyCustomerList .customerListTrs.on {
    background: #ffffff;
    box-shadow: 0 0 15px 3px #edeeee;
}

.bodyCustomerList .operation {
    width: 75px;
    height: 25px;
    border: 1px solid #93dada;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #4ebcbc;
    background: none;
}

.bodyCustomerList .operation.on {
    background: #28cccc;
    color: #ffffff;
    border-color: #28cccc;
}

.bodyCustomerList .operation.on:hover {
    background: #28cccc;
    color: #ffffff;
    border-color: #28cccc;
}

.bodyCustomerList .operation.on i {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-point.png) no-repeat;
    background-size: 18px 10px;
    background-position: -9px -5px;
}

.bodyCustomerList .operation.on:hover i {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-point.png) no-repeat;
    background-size: 18px 10px;
    background-position: -9px -5px;
}

.bodyCustomerList .operation:hover {
    background: #28cccc;
    color: #ffffff;
    border-color: #28cccc;
}

.bodyCustomerList .operation:hover i {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-point.png) no-repeat;
    background-size: 18px 10px;
    background-position: -9px 0;
}

.bodyCustomerList .operation i {
    margin-left: 4px;
    display: inline-block;
    vertical-align: 2px;
    width: 9px;
    height: 5px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-point.png) no-repeat;
    background-size: 18px 10px;
}

.bodyCustomerList .customerListTrs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 45px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin: 0 28px;
}

.bodyCustomerList .customerListTrs:hover {
    cursor: pointer;
}

.table-com .cz a {
    margin-left: 12px;
}

.table-brand {
    border-collapse: collapse;
    text-align: center;
}

.table-brand th {
    height: 34px;
    color: #999999;
    text-align: center;
    background: #edf1f2;
}

.table-brand td {
    height: 46px;
    text-align: center;
    border-bottom: 1px dashed #e5e5e5;
}


/*客户*/

.cust_wrap {
    margin-top: 20px;
    margin-bottom: 10px;
}

.cust_wrap span {
    color: #00b5b6;
}


/*草稿*/

.dataGrid {
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    cursor: default;
    box-sizing: content-box;
}

.dataGrid-headerRow {
    border-bottom: 1px solid #dbdbdb;
}

.dataGrid-headerCol,
.dataGrid-headerCol-first {
    padding: 10px 2px 10px 8px;
    text-align: left;
    font-weight: normal;
    color: #454545;
    background-color: rgba(255, 255, 255, 0.0);
    border-left: 1px solid #dbdbdb;
}

.dataGrid-headerRow th {
    border-bottom: 1px solid #dbdbdb;
    background: #02b4b6;
    color: #fff;
}

.dataGrid-headerRow tr:last-child td {
    border-bottom: 0;
}

.dataGrid-headerCol-first {
    border-left: 0px;
}


/*偶数行*/

.dataGrid-cell {
    padding: 10px 2px 10px 8px;
    text-align: left;
    color: #777777;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    vertical-align: middle;
}

.dataGridPager {
    width: 100%;
    text-align: right;
    padding: 10px 6px 10px 2px;
    color: #707070;
    margin-bottom: 40px;
}

.dataGridPager_pageText {
    display: inline-block;
    float: left;
}

.dataGridPager_pageIndexs {
    display: inline-block;
    margin-left: 10px;
    padding: 2px 5px 0 0;
}

.dataGridPager_pageIndexs_index,
.dataGridPager_pageIndexs_current {
    display: inline-block;
    padding: 1px 5px 1px 5px;
    margin-right: 3px;
    background-color: #d5d5d5;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
}

.dataGridPager_pageIndexs_index:hover {
    background-color: #ababab;
}

.dataGridPager_pageIndexs_current {
    background-color: #02b4b6;
    color: #fff;
}

#eleDraftList .err-info {
    color: red;
    display: none;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

.g_ui_mask_err {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.20);
}

.leave_but_has_err_row {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 800px;
    height: 500px;
    background: #fff;
    z-index: 999999;
}

.leave_but_has_err_row .btn-box {
    margin-top: 30px;
    text-align: center;
}

.leave_but_has_err_row .btn-box button {
    border: 0;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.leave_but_has_err_row .btn-box .add {
    background: #02b4b6;
}

.leave_but_has_err_row .btn-box .cancel {
    background: #bbbbbb;
}


/*批量弹出层*/

.g_ui_mask {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.20);
}

.g_ui_dialog {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 800px;
    height: 500px;
    background: #fff;
    z-index: 999999;
}

.g_ui_dialog .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px;
    height: 35px;
    width: 35px;
    text-align: center;
    cursor: pointer;
}

.g_ui_dialog .close i {
    display: inline-block;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/bg_ico.png?t=170726) no-repeat 0 0;
    width: 18px;
    height: 18px;
    background-position: -124px -19px;
}

.g_ui_dialog .list-box {
    position: relative;
    padding: 30px;
}

.g_ui_dialog .header-box {
    position: relative;
    padding: 0 30px;
}

.g_ui_dialog .header-box div:nth-child(1) {
    text-align: center;
    color: #02b4b6;
    font-size: 16px;
}

.g_ui_dialog .header-box div:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    color: #969696;
}

.icon-copy {
    display: inline-block;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-copy.png) no-repeat 0 0;
    height: 21px;
    width: 21px;
    vertical-align: middle;
}

.g_ui_dialog .btn-box {
    margin-top: 30px;
    text-align: center;
}

.g_ui_dialog .btn-box button {
    border: 0;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    outline: none;
    cursor: pointer;
}

.g_ui_dialog .btn-box .add {
    background: #02b4b6;
}

.g_ui_dialog .btn-box .cancel {
    background: #bbbbbb;
}

.table-status {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

.table-status th {
    height: 35px;
    background: #f7f7f7;
    text-align: center;
}

.table-status td {
    height: 40px;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
}

.font-red {
    color: #e94637;
}

.font-grey {
    color: #999;
}

.text-remark {
    width: 60px;
    height: 20px;
    padding-left: 5px;
    border: 1px solid #e6e6e6;
    color: #333;
}

.text-discount {
    width: 40px;
    height: 20px;
    padding-left: 3px;
    border: 1px solid #e5e5e5 !important;
    color: #333;
    text-align: center;
}

.text-discount:focus {
    border-color: #28cccc !important;
}

.text-discount-price {
    width: auto;
    height: 20px;
    padding-left: 3px;
    border: 1px solid #e5e5e5 !important;
    color: #333;
    text-align: center;
    max-width: 64px;
}

.text-discount-price:focus {
    border-color: #28cccc !important;
}

.text-discount.inputNone,
.text-discount-price.inputNone {
    padding-left: 0;
    vertical-align: baseline;
}

.text-dis-price {
    width: 50px;
    height: 20px;
    padding-left: 3px;
    border: 1px solid #e6e6e6 !important;
    color: #333;
    text-align: center;
}


/*纠错弹出层*/

.g_ui_correct {
    border: 1px solid #28CCCC;
    min-width: 600px;
    max-width: 868px;
    position: absolute;
    padding: 15px 10px 10px 10px;
    background-color: #fff;
    /* background-color: #f9f9f9; */
    border-radius: 4px;
    box-shadow: 0px 2px 5px #ddd;
    z-index: 2;
}

.g_ui_correct.editBox {
    height: 245px;
}

.g_ui_correct .remark {
    margin-bottom: 10px;
    position: relative;
    padding-left: 5px;
    text-align: center;
}

.g_ui_correct .remark span {
    /* font-size: 16px; */
    color: #666;
    /* font-weight: bold; */
}

.g_ui_correct .remark .close {
    position: absolute;
    top: -15px;
    right: 0;
    font-size: 30px;
    cursor: pointer;
    color: #CCC;
    /* color: #02b4b6; */
}

.g_ui_correct .remark .close:hover {
    color: #28cccc;
}

.g_ui_correct .ipt-box {
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
}

.g_ui_correct .list-box {
    border: none;
    /* background-color: #f9f9f9; */
    margin-top: 8px;
}

#itemBoxState,
#editItemBoxState {
    position: relative;
    width: 100%;
    top: 0px;
    border: none;
    line-height: 30px;
    max-height: 180px;
    display: block;
    left: 0;
    background: none;
    box-shadow: none;
    padding: 0 3px;
}

.g_ui_correct .list-box li {
    display: flex;
    padding: 0 10px 0 5px;
    /* cursor: pointer; */
    /* background-color: #f9f9f9; */
}

.g_ui_correct .list-box .error-empty {
    line-height: 36px;
    margin-top: 40px;
    text-align: center !important;
}

.g_ui_correct .list-box .error-empty:hover {
    background-color: transparent;
    color: #666;
}

#editItemBoxState .list-box li {
    cursor: pointer;
}

.g_ui_correct .ipt-box input {
    width: 575px;
    border: none;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
}

.g_ui_correct .list-box li input {
    height: 25px;
    background-color: #f9f9f9;
}

.g_ui_correct .list-box li:hover {
    background-color: rgba(40, 204, 204, .1);
}

.g_ui_correct .list-box .noeditPproducts:hover {
    background-color: transparent;
    color: #666;
}

.g_ui_correct .list-box li:hover>span,
.g_ui_correct .item-box li:hover span {
    color: #19B0B0;
}

.g_ui_correct .list-box li .icon-add:hover,
.g_ui_correct .list-box li:hover .icon-add {
    background-image: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-add-hover.png);
}

.a-disabled {
    pointer-events: none;
}

.title-box {
    width: 1200px;
    margin: 0 auto auto auto;
    height: 50px;
    line-height: 50px;
}

.title-box .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.button {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.btn-add {
    background: #e94637;
}


/*自定义滚动条样式*/

#select_custom ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: none;
}

#select_custom ::-webkit-scrollbar-track {
    background-color: none;
}


/*定义滚动条轨道 内阴影+圆角*/

#select_custom ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #adadad;
}


/*定义滑块 内阴影+圆角*/

.bodyCustomerList tr:first-child td {
    border-top: none;
}

.bodyDiscountList tr:first-child td {
    border-top: none;
}

#select_custom .btn_all {
    outline: none;
    display: inline-block;
    width: 86px;
    height: 28px;
    border: 1px solid #f1c57f;
    margin-left: 14px;
    cursor: pointer;
    vertical-align: bottom;
    border-radius: 3px;
    color: #e48b00;
    font-size: 14px;
    background: none;
}

#select_custom .z-btn {
    margin-left: 14px;
}

.err-sku-code {
    display: inline-block;
    text-align: left;
    line-height: 16px;
}

.select-cust-tip {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
    color: #e94637;
}

.btn-change-user {
    display: inline-block;
    width: 105px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-top: -3px;
}


/**x页面样式修改，补充的css**/

.left {
    float: left;
    width: 550px;
}

.left input {
    height: 40px;
    border: 0;
    width: 400px;
    padding-left: 5px;
}

.left p {
    font-size: 16px;
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.left .icon-edit-btn-save {
    display: inline-block;
    background-color: #00b5b6;
    height: 35px;
    width: 65px;
    cursor: pointer;
    vertical-align: middle;
    color: #fff;
    line-height: 35px;
    text-align: center;
}

.time-darft {
    display: block;
    float: left;
    font-size: 14px;
}

.time-darft>div {
    width: 120px;
    display: inline-block;
}

.time-darft>div label {
    color: #98a9a9;
    display: block;
}

.bgeb6161 {
    background: #e94637;
    color: #fff;
}

.bgeb6161:hover {
    background: #e94637;
}

.bgeb6161.no:hover {
    background: #e94637 !important;
}

.bg02b4b6 {
    background: #02b4b6;
}

.bg02b4b6:hover {
    background: #0d9b9d;
}

.bg02b4b6.yes:hover {
    background: #0d9b9d !important;
}

.bg02b4b6.yes.yes-disabled:hover {
    background: #bbb !important;
}

.bgccc {
    background: #ccc;
    color: #fff;
}

.bg666 {
    background: #666;
    color: #fff;
}

.bg666:hover {
    background: #999;
}

#eleMenuList>li>i {
    display: inline-block;
}

#eleMenuList>li:nth-of-type(1) {
    width: 65px;
    font-size: 20px;
    font-weight: bold;
}

#eleMenuList>li:nth-of-type(2) {
    width: 45px;
    font-size: 20px;
    font-weight: bold;
}

#eleMenuList .icon-car {
    width: 16px;
    height: 15px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-cart.png) no-repeat 0 0;
    vertical-align: middle;
}

#eleMenuList>li.current .icon-car {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-cart.png) no-repeat -16px 0;
}

#eleMenuList .icon-draftlist {
    width: 12px;
    height: 15px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/icon_draft_list.png) no-repeat -12px 0;
    vertical-align: middle;
    margin-bottom: 3px;
}

#eleMenuList>li.current .icon-draftlist {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/icon_draft_list.png) no-repeat 0 0;
}

#eleMenuList>li span {
    margin-left: 5px;
}

.textbox {
    border: 1px solid #eaeaea !important;
    height: 26px;
    padding-left: 5px;
    width: 245px;
    color: #999999;
}

.btn_search {
    outline: none;
    display: inline-block;
    width: 86px;
    height: 28px;
    cursor: pointer;
    vertical-align: bottom;
    border: 1px solid #8cd7d7;
    text-align: center;
    margin-left: 14px;
    font-size: 14px;
    color: #19b0b0;
    border-radius: 3px;
    background: none;
}

.draftList {
    min-height: 320px;
    position: relative;
    margin: 0 20px;
}

.draftList-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 23px;
    position: relative;
}

.draftList .err-info {
    color: red;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
    position: absolute;
    left: 445px;
    top: 19px;
}

#eleContentList {
    position: relative;
    z-index: 1;
}

#eleAddOrder {
    border: 0;
    padding-bottom: 20px;
}

#dgrid {
    margin-top: 24px;
    padding-bottom: 20px;
}

.edit {
    display: flex;
    min-width: 112px;
    justify-content: center;
    align-items: center;
}

.edit .min {
    border-right: none;
}

.edit .min,
.edit .add {
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 20px;
    background: #999;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.edit .add {
    background-color: #28CCCC;
}

.edit .min i,
.edit .add i {
    font-size: 12px;
    margin-left: 1px;
}

.edit .min.disabled {
    background: rgb(214, 214, 214);
    color: #fff;
}

.edit .text {
    width: 74px;
    height: 30px;
    border: 0;
    text-align: center;
    font-size: 12px;
    background: #eaeaea;
    border-radius: 15px;
    margin: 0 -10px;
}

.xh,
.dh,
.tc {
    border-radius: 3px;
    padding: 1px 2px;
    margin-right: 2px;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}

.xh {
    color: #02b4b6;
    border: 1px solid #02b4b6;
}

.dh {
    color: #e94637;
    border: 1px solid#e94637;
}

.tc {
    color: #d6a719;
    border: 1px solid #d6a719;
}

.edit .disabled {
    color: #ccc;
    cursor: not-allowed;
}

.step p.first span,
.step p.last span,
.step p i,
.del_ico i,
.step p i bdo {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/bg_ico.png) no-repeat 0 0;
}

.del_ico i {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-position: -123px -51px;
    vertical-align: middle;
}

.del_ico i:hover {
    background-position: -139px -51px;
}

#eleCustomerList .customers {
    padding: 19px 30px 0;
    background: #f7fbfc;
    position: relative;
}

#eleCustomerList .customers::before {
    content: "";
    width: 13px;
    height: 6px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/i-point1.jpg) no-repeat;
    position: absolute;
    right: 68px;
    top: -6px;
    z-index: 2;
}


/* 提交订单弹窗 */

.ui_confirm_dialog .title {
    margin-top: 50px;
}

#center {
    background: red;
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 103 !important;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
}

.popMain1 {
    z-index: 100;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-right: 58px;
    padding-left: 58px;
    padding-bottom: 50px;
    width: 787px;
    height: 539px;
}

.popImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.doContract {
    width: 40%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.askPrice {
    width: 50%;
    height: 30%;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}

/* 新增的样式 */

.signPop {
    background: rgba(0, 0, 0, 0) !important;
    z-index: 997;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-right: 82px;
    padding-left: 43px;
    /* padding-bottom: 50px; */
    /* height: 498px; */
    box-sizing: border-box;
}

.signPop.stock {
    width: 1089px;
}

.signPopTit {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
    position: relative;
    font-weight: bold;
}

.signPopTit::before {
    content: "";
    width: 42%;
    height: 1px;
    background-image: linear-gradient(to right, #fff 0%, #fff 60%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    left: -8%;
    top: 12px;
}

.signPopTit::after {
    content: "";
    width: 42%;
    height: 1px;
    background-image: linear-gradient(to right, #fff 0%, #fff 60%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    position: absolute;
    right: -8%;
    top: 12px;
}

.signClo {
    position: absolute;
    top: 46px;
    right: 2%;
    cursor: pointer;
}

.signClo.stock {
    right: -13.5px;
}

.signClo::before {
    content: "";
    width: 1px;
    height: 32px;
    background-image: linear-gradient(to top, #fff 0%, #fff 60%, transparent 0);
    background-size: 1px 10px;
    background-repeat: repeat-y;
    position: absolute;
    right: 17px;
    top: -32px;
}

.signMain {
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.signMain1 {
    width: 301px;
    height: 426px;
    background-color: #ffffff;
    border-radius: 10px;
    text-align: center;
    position: relative;
}

.show-remark-btn {
    position: absolute;
    bottom: 12px;
    left: calc(50% - 47px);
    color: #fff !important;
    font-weight: bold;
}

.remark-div {
    position: absolute;
    width: 290px;
    background-color: #fff;
    border-radius: 5px;
    bottom: -128px;
    padding: 5px;
}


.signMain1a {
    position: absolute;
    bottom: 0;
    left: 0;
}

.signMain4 {
    background-color: transparent;
    position: relative;
}

.signMain4 .btn {
    width: 150px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 46px;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 3;
}

.signMain4 .btn::before {
    position: absolute;
    content: '';
    border-radius: 100%;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-size: 100% 100%;
    transition: width .3s ease 0s, padding .3s ease 0s, transform .3s ease 0s, opacity .3s ease 0s;
    background-image: linear-gradient(-22deg, #fff 0%, #fff 100%);
    z-index: 1;
    -webkit-box-shadow: inset 0 0 60px 0 rgb(255 255 255 / 50%);
    box-shadow: inset 0 0 60px 0 rgb(255 255 255 / 50%);
    opacity: .1;

}

.signMain4 .btn:hover::before {
    width: 120%;
    padding-top: 120%;
}

.downDeal {
    /* position: absolute; */
    text-align: center;
    width: 150px;
    height: 41px !important;
    line-height: 41px;
    font-size: 16px !important;
    /* bottom: 69px;
    left: 50%;
    transform: translateX(-50%); */
    font-size: 14px;
    cursor: pointer;
}

.z-btn.downDeal span {
    color: #E94637;
}

.z-btn.downDeal:hover span {
    color: #fff;
}

.z-btn.z-btn-warning.downDeal:after {
    border-color: rgba(233, 70, 55, .5);
}

.red {
    color: #e94637;
}

.applySIgn {
    position: absolute;
    text-align: center;
    width: 150px;
    height: 41px !important;
    line-height: 41px;
    font-size: 16px !important;
    border-radius: 4px;
    background-image: linear-gradient(-22deg, #28cccc 0%, #73e2e2 100%);
    bottom: 69px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.applySIgn:hover {
    color: #fff;
}

.recomm {
    position: absolute;
    top: -6px;
    right: -6px;
}

.top20 {
    top: -20px;
}

.top43 {
    top: -43px;
}

.top63 {
    top: -63px;
}

.way1 {
    text-align: left;
    padding: 17px 0 8px 23px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.line {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.way1 i {
    width: 4px;
    height: 21px;
    background: linear-gradient(-22deg, #28CCCC 0%, #73E2E2 100%);
    border-radius: 2px;
    margin-right: 10px;
}

.signPopCount {
    height: 313px;
    padding-top: 25px;
}

.signPopCount .signPopTitle {
    color: #E94637;
    padding-left: 23px;

    text-align: left;
    margin-bottom: 26px;
}

.signPopCount .signPopTitle .iconfont {
    margin-right: 8px;
    font-size: 20px;
}

.signPopCount .signPopTitle span {
    font-weight: bold;
    font-size: 16px;
}

.signPopCount .signPopText {
    margin-bottom: 32px;
}

.signPopText li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
}

.signPopText li .iconfont {
    font-size: 21px;
    margin-right: 10px;
}

.signPopText li span {
    font-size: 16px;
    color: #666;
}

.pop2Img,
.pop1Img {
    margin-top: 27px;
}

.xl_disable {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: gray;
    pointer-events: none;
}

.xl_disable:hover {
    border: 1px solid #e0e0e0;
    background-color: #e0e0e0;
    color: gray;
    pointer-events: none;
}

.approvalTips {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.approvalTips p {
    margin-bottom: 6px;
}

#eleAmount {
    color: #e94637;
    font-size: 16px;
}

.inquiry {
    color: #e94637;
    font-size: 16px;
}

.inquiryspe {
    color: #e94637;
    font-size: 12px;
    margin-top: 5px;
}

.sortable-fallback {
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .1);
}

.sortable-ghost {
    position: relative;
}

.sortable-ghost::after {
    content: "";
    width: calc(100% - 2px);
    height: 99%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F7FBFC;
    border: #28CCCC dashed 1px;
    z-index: 1;
}


/* 购物车滚动显示 20201123*/

.cart-scroll-header {
    width: 100%;
    background-color: #F7F7F7;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.cart-scroll-header .cart-scroll-main {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    padding-top: 21px;
}

.cart-scroll-header .cart-scroll-main .search-box {
    margin-top: 0;
}

.cart-scroll-header .eleContentList {
    margin: 0 10px;
}

.cart-scroll-footer {
    width: 100%;
    background-color: #F7F7F7;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.cart-scroll-footer .cart-scroll-main {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
}

.cart-scroll-footer .eleContentList {
    margin: 0 10px;
}

.cart-scroll-footer .eleContentList .check-box {
    margin-top: 0;
}

/* 购物车滚动显示 20201123*/

.noDraft {
    width: 100%;
    height: 500px !important;
}

/* 分页 20201123 start */
#shopCart .main {
    background-color: transparent !important;
}

.pro_table_fotter {
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_table_fotter .pro_table_page {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_table_page .pro_table_page_prev,
.pro_table_page .pro_table_page_next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ececec;
    text-align: center;
    line-height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #666;
}

.pro_table_page .pro_table_page_prev i,
.pro_table_page .pro_table_page_next i {
    font-size: 12px;
    transform: scale(.8);
}

.pro_table_page .pro_table_page_prev i {
    transform: scale(.8) rotate(-180deg);
}

.pro_table_page .pro_table_page_prev:hover,
.pro_table_page .pro_table_page_next:hover {
    background-color: #28CCCC;
    color: #fff;
}

.pro_table_page .pro_table_page_prev.disabled,
.pro_table_page .pro_table_page_prev.disabled i,
.pro_table_page .pro_table_page_next.disabled,
.pro_table_page .pro_table_page_next.disabled i {
    opacity: .4;
    cursor: auto;
}

.pro_table_page .pro_table_page_prev.disabled:hover,
.pro_table_page .pro_table_page_next.disabled:hover {
    background-color: #ececec;
    color: #666;
}

.pro_table_page .pro_table_page_list {
    background-color: #ececec;
    border-radius: 15px;
    margin: 0 10px;
    overflow: hidden;
    clear: both;
}

.pro_table_page .pro_table_page_list li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #666;
    float: left;
}

.pro_table_page .pro_table_page_list .active {
    background-color: #28CCCC;
    color: #fff;
}

.pro_table_page .pro_table_page_list .active a:hover {
    color: #fff !important;
}

.pro_table_fotter .pro_table_page_num {
    color: #999;
    margin-left: 5px;
}

/* 分页 20201123 end */

/* 草稿详情信息 20201123 start */
.draft-info-box {
    width: 1110px;
    height: 44px;
    padding: 20px 20px 20px 30px;
    background-color: #F7FBFC;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 27px auto 0;
    border-radius: 4px;
}

.draft-info-left {
    flex: 1;
    display: inline-flex;
    align-items: center;
}

.draft-info-left .draft-info-text {
    max-width: 502px;
}

.draft-info-text p {
    margin-bottom: 16px;
    font-size: 14px;
}

.draft-info-text p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.draft-info-text p span {
    color: #666;
    font-size: 14px;
}

.draft-info-text p .name {
    color: #333;
}

.draft-info-edit {
    margin-left: 30px;
    margin-right: 40px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.draft-info-edit .icon {
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background: linear-gradient(-22deg, #28CCCC 0%, #73E2E2 100%);
    color: #fff;
    text-align: center;
    line-height: 25px;
    margin-right: 8px;
}

.draft-info-edit .text {
    color: #666;
    font-size: 14px;
}

.draft-info-left .draft-info-time {
    width: 247px;
    text-align: right;
    position: relative;
    padding-left: 24px;
}

.draft-info-left .draft-info-time p {
    /* line-height: 30px; */
    margin-bottom: 16px;
    font-size: 14px;
}

.draft-info-left .draft-info-time p span {
    font-size: 14px;
}

.draft-info-left .draft-info-time p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.draft-info-left .draft-info-time .text {
    color: #999;
    margin-right: 20px;
}

.draft-info-left .draft-info-time::before {
    content: "";
    width: 1px;
    height: 43px;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.draft-info-right {
    font-size: 0;
}

.draft-info-right .draft-info-btn:nth-of-type(1) {
    margin-right: 20px;
}

.draft-info-right .draft-info-btn {
    min-width: 84px;
}

.draft-info-right .copy.is-disabled:hover {
    color: #19b0b0 !important;
}

.draft-info-right .draft-info-btn.del {
    color: #e94637
}

.draft-info-right .draft-info-btn.del:hover {
    color: #fff;
}

.draft-info-right .draft-info-btn.del::before {
    background: linear-gradient(to right bottom, #f2a09b, #e94637);
}

.draft-info-right .draft-info-btn.del::after {
    border-color: #e94637;
}

/* 草稿详情信息 20201123 end */

/* 新建/修改/复制草稿 20201123 start */
.draft-modal-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 103;
}

.draft-modal-box .draft-modal-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
}

.draft-modal-box .draft-modal {
    width: 508px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.draft-modal-header {
    padding: 0 12px;
    background-color: #F7FBFC;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
}

.draft-modal-header .name {
    font-size: 16px;
    color: #666;
    line-height: 37px;
}

.draft-modal-header .close {
    font-size: 13.9px;
    color: #ccc;
}

.draft-modal-header .close:hover {
    color: #28cccc;
}

.draft-modal-box .draft-modal-body {
    padding: 30px 41px 50px 41px;
}

.draft-modal-box .draft-modal-body.copy {
    padding-top: 10px;
}

.draft-modal-body .draft-modal-form-list {
    margin-bottom: 16px;
    overflow: hidden;
}

.draft-modal-form-list .draft-modal-form-label {
    width: 71px;
    text-align: right;
    display: inline-block;
    line-height: 32px;
    font-size: 14px;
    color: #666;
    margin-right: 20px;
}

.draft-modal-form-list .draft-modal-form-label .important {
    color: #e94637 !important;
}

.draft-modal-form-list .text {
    color: #333;
    line-height: 32px;
    font-size: 14px;
}

.draft-modal-form-list input {
    width: 304.2px;
    border-radius: 4px;
    border: #e5e5e5 solid 1px;
    line-height: 32px;
    padding: 0 10px;
    height: 32px;
    box-sizing: border-box;
    font-size: 14px;
}

.draft-modal-form-list input:focus {
    border-color: #28cccc !important;
}

.draft-modal-form-list input::placeholder {
    color: #999 !important;
}

.draft-modal-btn {
    margin-top: 42px;
    text-align: center;
}

.draft-modal-btn .z-btn:nth-of-type(1) {
    margin-right: 13px;
}

/* 新建/修改/复制草稿 20201123 end */

/* s分页器自定义样式 */

.el-pagination {
    margin: 30px auto 0;
    text-align: center;
    color: #666;
    font-size: 12px;
    font-weight: normal;
}

.el-pagination .el-pager li:not(.disabled):hover {
    color: #28cccc;
}

.el-pagination .el-pager li:not(.disabled):hover {
    color: #28cccc;
}

.el-pagination .btn-next,
.el-pagination .btn-prev,
.el-pagination .el-pager li {
    border-radius: 50%;
    width: 30px !important;
    height: 30px !important;
    padding: 0;
    min-width: 30px !important;
    font-size: 12px;
}

.el-pagination .el-pager li:not(.disabled).active {
    background-color: #28cccc !important;
    color: #FFF !important;
}

.el-pagination .el-pager li {
    border-radius: 50% !important;
}

.el-input__inner {
    border-color: #eaeaea !important;
}

.el-pagination__sizes .el-input .el-input__inner {
    font-size: 12px;
}

.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #28cccc;
}

.el-pagination .btn-next,
.el-pagination .btn-prev,
.el-pagination .el-pager li {
    margin: 0 6px 0 0;
    background-color: rgba(236, 236, 236, 0.5);
}

.el-pagination .btn-next,
.el-pagination .btn-prev,
.el-pagination .el-pager li:last-child {
    margin: 0;
}

.el-pagination__sizes .el-select .el-input .el-select__caret.is-reverse {
    color: #28cccc;
}

.el-pagination .btn-next,
.el-pagination .btn-prev,
.el-pagination .el-pager li {
    background: rgba(236, 236, 236, 0.5) !important;
}

.el-pagination__sizes .el-select .el-input.is-focus .el-input__inner {
    border: solid 1px #eaeaea !important;
}

.el-pager {
    background: #ECECEC;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin: 0 6px
}

.el-pager li {
    height: 30px !important;
    line-height: 30px !important;
}

.el-pagination .el-pager li:not(.disabled).active,
.btn-prev,
.btn-next {
    border-radius: 50% !important;
}

.el-pagination .btn-next:hover {
    background-color: #28cccc !important;
    color: #FFF !important;
}

.el-pagination .btn-prev:hover {
    background-color: #28cccc !important;
    color: #FFF !important;
}

.el-pagination .el-pager li:hover {
    background-color: none !important;
    color: #19b0b0 !important;
}

.el-pagination__sizes .el-input__inner {
    border-color: #eaeaea !important;
}

.el-pagination .el-select .el-input {
    width: 115px;
}

.el-pagination .el-select .el-input .el-input__inner {
    height: 30px;
    line-height: 28px;
    padding-bottom: 1px;
    border-radius: 15px;
    /* width: 107px; */
}

.el-pagination .el-pagination__editor .el-input__inner {
    height: 30px !important;
    line-height: 28px !important;
    border-radius: 15px !important;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
    margin-left: 7px;
    font-size: 12px;
}

.el-pagination__sizes {
    margin: 0 1px 0 0;
}

.paginationComCls .el-select-dropdown__item {
    font-size: 12px;
}

.paginationComCls .el-select-dropdown__item.selected {
    font-weight: normal;
}

.el-pagination .btn-next,
.el-pagination .btn-prev {
    color: #666;
}

.el-pager li.btn-quicknext,
.el-pager li.btn-quickprev {
    color: #666;
}

.el-pagination .btn-prev[disabled]:hover {
    background-color: rgba(236, 236, 236, 0.5) !important;
}

.el-pagination .btn-next[disabled]:hover {
    background-color: rgba(236, 236, 236, 0.5) !important;
}

.paginationComCls.el-select-dropdown {
    min-width: 117px !important;
}

/* 浅色背景样式 */
.undertintBG .el-pager li {
    background-color: #f5f5f5;
}

.undertintBG .el-pager li {
    background: #f5f5f5 !important;
}

.undertintBG .el-pager {
    background: #f5f5f5;
}

.undertintBG .btn-next,
.undertintBG .btn-prev,
.undertintBG .el-pager li {
    background-color: #f5f5f5 !important;
}

/* e分页器自定义样式 */

/* s ele 下拉框样式 */
.el-select-dropdown {
    border: 1px solid #28cccc !important;

}

.el-select-dropdown__item:hover {
    background: #dff7f7 !important;
}

.el-select-dropdown[x-placement^=top] .popper__arrow {
    opacity: 0;
}

.el-select-dropdown[x-placement^=top] {
    margin-bottom: 6px;
}

.el-select-dropdown[x-placement^=bottom] {
    margin-top: 6px !important;
}

.el-select .el-input.is-focus .el-input__inner {
    border-color: #19b0b0;
}

.el-select .el-input .is-reverse {
    color: #28cccc;
}

.el-select .el-input__inner:focus {
    border-color: #19b0b0;
}

.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: rgba(234, 234, 234, 0.5);
    border-radius: 4px;
}

.el-select>.el-input>input {
    border-radius: 4px;
}

.el-select-dropdown__item {
    width: 91%;
    margin: 0 auto;
    padding-left: 9px !important;
}

.el-select-dropdown__item:hover {
    color: #19b0b0 !important;
    border-radius: 4px !important;
}

.el-select-dropdown[x-placement^=bottom] .popper__arrow {
    opacity: 0;
}

/* e ele 下拉框样式 */

/* s 日期控件 */
.el-picker-panel {
    box-shadow: 0px 2px 16px 0px rgba(222, 222, 222, 0.77);
    border-radius: 4px;
    border: solid 1px #28cccc;
    overflow: hidden;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
    width: 265px;
}

.el-date-editor .el-range__icon {
    color: #28cccc;
    font-size: 15px;
}

.el-date-editor .el-range-input {
    color: #333;
    margin-left: 10px;
}

.el-date-editor .el-range-input::placeholder {
    color: #999 !important;
}

.el-range-editor--mini .el-range-input {
    font-size: 14px;
}

.el-date-range-picker.has-sidebar {
    width: 748px;
}

.el-date-table__row {
    /* background-color: #f7f7f7; */
    overflow: hidden;
}

.el-date-table__row td {
    background-color: #f7f7f7;
}

.el-date-table tr:nth-child(2) td:first-child {
    border-radius: 4px 0 0 0;
}

.el-date-table tr:nth-child(2) td:last-child {
    border-radius: 0 4px 0 0;
}

.el-date-table tr:last-child td:first-child {
    border-radius: 0 0 0 4px;
}

.el-date-table tr:last-child td:last-child {
    border-radius: 0 0 4px 0;
}

.el-date-table th {
    border-bottom: none;
}

.el-picker-panel__icon-btn:hover {
    color: #28cccc;
}

.el-date-table td.end-date span,
.el-date-table td.start-date span {
    background-color: #28cccc;
}

.el-date-table td span {
    width: 22px;
    height: 19px;
    border-radius: 10px;
    line-height: 19px;
}

.el-date-table td.in-range div,
.el-date-table td.in-range div:hover,
.el-date-table.is-week-mode .el-date-table__row.current div,
.el-date-table.is-week-mode .el-date-table__row:hover div {
    background-color: #ececec;
    color: #19b0b0;
}

.start-date>div>span,
.end-date>div>span {
    color: #fff !important;
}

.el-date-table td,
.el-date-table td div {
    height: 24px;
}

.el-date-table th {
    padding: 0;
}

.el-range-editor.is-active,
.el-range-editor.is-active:hover {
    border-color: #28cccc !important;
}

.el-icon-date {
    background: url('https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/center/rili.png') center center no-repeat;
    background-size: 15px;
}

.el-icon-date:before {
    content: "替";
    font-size: 16px;
    visibility: hidden;
}

.el-range-editor--mini .el-range__close-icon {
    background: url('https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/center/riliclose.png') center center no-repeat;
    background-size: 15px;
    opacity: 0 !important;
}

.el-range-editor--mini:hover .el-range__close-icon {
    opacity: 1 !important;
}

.el-range__close-icon::before {
    content: "替";
    font-size: 16px;
    visibility: hidden;
}

.el-picker-panel__shortcut {
    color: #666;
}

.el-date-range-picker__header div {
    color: #666;
}

.el-picker-panel__shortcut {
    padding-left: 16px;
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
    width: 98px;
}

.el-date-range-picker__content {
    padding-bottom: 20px;
}

.el-picker-panel__body {
    margin-left: 98px !important;
}

.el-picker-panel [slot=sidebar],
.el-picker-panel__sidebar {
    padding-top: 4px;
}

.el-picker-panel {
    color: #333;
}

.el-date-table td.next-month,
.el-date-table td.prev-month {
    color: #999;
}

/* e 日期控件 */

/* 搜索 */
.draft-search {
    display: flex;
    align-items: center;
}

.draft-search .textbox {
    width: 217px;
    border-radius: 4px !important;
    margin-right: 14px;
    padding: 0 16px;
    border: #eaeaea solid 1px;
    font-size: 14px;
}

.draft-search .textbox:focus {
    border-color: #28cccc !important;
}

.draft-search .textbox::placeholder {
    color: #999;
}

.draft-search .draft-search-item-box {
    box-sizing: content-box;
    overflow: auto;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0;
    width: 235px;
    box-shadow: 0px 2px 16px 0px rgba(222, 222, 222, 0.77);
    border-radius: 4px;
    padding: 8px;
    z-index: 5;
    background-color: #fff;
}

.draft-search .draft-search-item-box .draft-search-item {
    position: relative;
    cursor: default;
    padding-left: 9px;
    padding-top: 10px;
    padding-bottom: 11px;
    color: #666666;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.draft-search .draft-search-item-box .draft-search-item:hover {
    background-color: rgba(40, 204, 204, .4);
    color: #19B0B0;
}

.draft-search .search-time-text {
    margin: 0 8px 0 38px;
    font-size: 14px;
    color: #333;
}

/* 草稿列表滚动固定 start */
.draft-scroll-header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.draft-scroll-header .draft-scroll-main {
    width: 1160px;
    background: #fff;
    margin: 0 auto;
    padding: 23px 20px 0;
}

.draft-scroll-header .draft-scroll-main .draftList-nav {
    margin-top: 0;
    margin-bottom: 24px;
}

.draft-scroll-header .draft-scroll-main .car_table {
    border: #ededed solid 1px;
}

/* 草稿列表滚动固定 end */

#container {
    margin-top: 20px;
}

.draft-detial-btn {
    color: #333 !important;
}

.draft-detial-btn:hover {
    color: #fff !important;
}

.draft-search-no-item {
    line-height: 45px;
    padding-top: 10px;
    padding-bottom: 11px;
    color: #999;
    text-align: center;
}

.g_ui_correct_mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

/* 引导弹窗 20201202 start */
.guide-box {
    width: 208px;
    background: #fff;
    border-radius: 5px;
    border: #28CCCC solid 1px;
    padding: 20px;
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.guide-box::before {
    content: "";
    width: 0;
    height: 0;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-bottom: 15px solid #28cccc;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.guide-box::after {
    content: "";
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 13px solid #fff;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
}

.guide-box .guide-message {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    text-align: left;
    line-height: 20px;
}

.guide-box .guide-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guide-box .guide-btn .guide-btn-left span {
    color: #999;
    font-size: 14px;
    margin-left: 6px;
    cursor: pointer;
}

.guide-move {
    left: -108px;
    top: 98px;
    z-index: 4;
}

.guide-move .guide-message {
    width: 210px;
}

.guide-sku {
    left: 343px;
    top: 117px;
    z-index: 4;
}

.guide-sku .guide-message {
    width: 224px;
    margin-left: -5px;
}

/* 引导弹窗 20201202 end */
/* 顶部插画 20201203 start */
#header-middle-cart .container {
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/order-top.png)no-repeat 400px center;
    background-size: 770px 90px;
}

/* 顶部插画 20201203 end */
.text-discount-price {
    max-width: 52px;
}

.gridBtn .z-btn.z-btn-text.is-plain.color2 {
    color: #333 !important;
}

.gridBtn .z-btn.z-btn-text.color2 {
    color: #333;
}

.gridBtn .z-btn:not(.is-disabled):not(.z-btn-info):hover {
    color: #fff;
}

#header-middle-cart {
    margin-bottom: 20px;
}

.gridBtn-division {
    width: 1px;
    height: 14px;
    background-color: #EAEAEA;
    display: inline-block;
    position: relative;
    top: 4px;
}

/* 20201214 购物车列表样式 start */

.customer-box .link-select {
    color: #19B0B0;
    padding: 4px 12px;
    background-color: #F7FBFC;
    border-radius: 4px;
    line-height: 16px;
    font-size: 16px;
}

.guide-move-overflow {
    left: -77px;
}

.guide-move-overflow::before {
    left: 38%;
}

.guide-move-overflow::after {
    left: 38%;
}

#eleContentList #eleAddOrder,
#eleContentList .customer-box {
    margin: 0 10px;
}

#eleAddOrder .car_table td {
    border-right: 1px solid #e5e5e5;
}

#eleAddOrder .car_table .tabMove {
    margin-right: 6px;
    vertical-align: middle;
}

#eleAddOrder .car_table .spro_type .spro_type_text {
    display: inline-block;
    text-align: left;
    line-height: 16px;
}

#eleAddOrder .car_table .btn-err {
    border-radius: 2px;
    width: 63px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #fff;
    background-color: #eb6161;
    text-align: center;
    position: relative;
    z-index: 2;
}

#eleAddOrder .car_table .delivery_list {
    text-align: left;
    line-height: 23px;
    padding: 13px 5px 13px 10px;
    position: relative;
}

#eleAddOrder .car_table .delivery_list .delivery-span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

#eleAddOrder .car_table .delivery_list .delivery-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    border: dashed 1px #28cccc !important;
    display: none;
}

#eleAddOrder .car_table .delivery_list:hover .delivery-hover,
#eleAddOrder .car_table .delivery_list:hover .delivery-edit-btn {
    display: block;
}

#eleAddOrder .car_table .delivery_list .delivery-edit-btn {
    width: 34px;
    height: 19px;
    background-color: #28cccc;
    text-align: center;
    line-height: 19px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 2;
    display: none;
    cursor: pointer;
}

/* #eleAddOrder .car_table .delivery_list i.iconbianji,
#eleAddOrder .car_table .delivery_list i.iconzhongzhimoren{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
} */
#eleAddOrder .car_table .delivery_list .delivery-edit-btn.reset {
    right: 34px;
}

#eleAddOrder .car_table tr:hover .isSku::after {
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 2px);
    border: dashed #e5e5e5 1px;
    left: 0;
    top: 0;
}

#eleAddOrder .car_table tr:hover .isSku.sku-code-box::after {
    border-right: 0 !important;
}

#eleAddOrder .car_table tr:hover .isSku.sku-type-box::after {
    border-left: 0 !important;
}

#eleAddOrder .car_table .isSku {
    padding: 0 5px;
    box-sizing: content-box !important;
    position: relative;
}

#eleAddOrder .car_table .sku-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 10px 5px;
    z-index: 2;
}

#eleAddOrder .car_table .sku-hover::after {
    content: "";
    position: absolute;
    width: calc(100% - 1px);
    height: calc(100% - 2px);
    border: dashed 1px #28cccc !important;
    left: 0;
    top: 0;
}

#eleAddOrder .car_table .sku-hover.sku-code-box::after {
    border-right: 0 !important;
}

#eleAddOrder .car_table .sku-hover.sku-type-box::after {
    border-left: 0 !important;
}

#eleAddOrder .car_table .sku-edit-icon {
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

#eleAddOrder .car_table .sku-edit-btn {
    width: 34px;
    height: 19px;
    background-color: #28cccc;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    color: #fff;
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 2;
}

#eleAddOrder .car_table .sku-edit-icon i {
    font-size: 12px;
}

#eleAddOrder .car_table .err-sku-code {
    max-width: inherit !important;
    margin-bottom: 5px;
}

#eleCartList.last-td td:nth-last-of-type(1) {
    border-right: solid #e5e5e5 1px;
}

.sortable-drag {
    width: 1180px;
    min-height: 52px;
}

.sortable-drag td:nth-of-type(1) {
    width: 57px;
}

.sortable-drag td:nth-of-type(2) {
    width: 41px;
}

.sortable-drag td:nth-of-type(3) {
    width: 76px;
}

.sortable-drag td:nth-of-type(4) {
    width: 121px;
}

.sortable-drag td:nth-of-type(5) {
    width: 181px;
}

.sortable-drag td:nth-of-type(6) {
    width: 123px;
}

.sortable-drag td:nth-of-type(7) {
    width: 55px;
}

.sortable-drag td:nth-of-type(8) {
    width: 154px;
}

.sortable-drag td:nth-of-type(9) {
    width: 88px;
}

.sortable-drag td:nth-of-type(10) {
    width: 59px;
}

.sortable-drag td:nth-of-type(11) {
    width: 87px;
}

.sortable-drag td:nth-of-type(12) {
    width: 87px;
}

.sortable-drag td:nth-of-type(13) {
    width: 50px;
}

.g_ui_correct {
    height: 245px;
}

/* 20201214 购物车列表样式 end */
/*20210319*/
#eleAddOrder .car_table td.red-border {
    position: relative;
}

#eleAddOrder .car_table td.red-border::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    border: dashed 1px #E94637;
    animation: red-border-ani 3s linear;
    animation-fill-mode: forwards;
}

@keyframes red-border-ani {
    0% {
        border-color: transparent;
    }

    20% {
        border-color: #E94637;
    }

    40% {
        border-color: transparent;
    }

    60% {
        border-color: #E94637;
    }

    80% {
        border-color: transparent;
    }

    100% {
        border-color: #E94637;
    }
}

.product-right-tip {
    position: fixed;
    display: block;
    left: 0;
    z-index: 2000000;
    right: auto;
    transform: translateX(18px);
}

.no-cust {
    text-align: center;
    padding: 60px;
    color: #999;
}

.product-num-box .btom-tip {
    padding-left: 0;
}

/*end*/

/* 电子签章 start 20210618 */
.authState-box {
    width: 535px;
    height: 460px;
    position: fixed;
    left: 50%;
    top: 50%;
    transition: transform 0.5s;
    transform: translate(200%, -50%);
    z-index: 103;
}

.authState-box .authState-count {
    width: 482px;
    height: 460px;
    background: url('https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/auth-state-bg.png') no-repeat center center;
    background-size: cover;
}

.authState-box .authState-count .authState-count-text-box {
    padding-top: 268px;
    text-align: center;
}

.authState-box .authState-count .authState-count-text-box .authState-count-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 33px;
}

.authState-box .authState-count .authState-count-text-box .authState-count-text {
    font-size: 16px;
    color: #666;
    margin-bottom: 55px;
}

.authState-box .authState-count .authState-count-text-box .authState-count-btn {
    min-width: 119px;
    height: 36px;
}

.authState-box .authState-close {
    width: 33px;
    height: 33px;
    background: url('https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/auth-state-close.png') no-repeat center center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 26px;
    cursor: pointer;
}

.authState-box.authstate {
    transform: translate(-50%, -50%);
}

.signPop {
    transition: transform 0.5s;
}

.signPop.authstate {
    transform: translate(-200%, -50%);
}

/* 电子签章 end 20210618 */

/* 逾期提示框 start 20210628 */
.overdue-tip-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 103;
}

.overdue-tip-box .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.overdue-tip-box .overdue-tip {
    width: 340px;
    border-radius: 10px;
    background: #fff;
    padding: 29px 58px 35px 58px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 103;
}

.overdue-tip-box .overdue-tip .overdue-icon {
    text-align: center;
    margin-bottom: 15px;
}

.overdue-tip-box .overdue-tip .overdue-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center;
}

.overdue-tip-box .overdue-tip .overdue-btn {
    text-align: center;
}

/* 逾期提示框 end 20210628 */

/* 云仓储卡片 start 20210707 */
.stock-box {
    width: 301px;
    height: 469px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/stock-bg.png) no-repeat center top;
}

.stock-box .stock-header {
    margin-bottom: 72px;
    padding-left: 17px;
    padding-top: 67px;
}

.stock-box .stock-header img {
    width: 40px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.stock-box .stock-header span {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.stock-box .stock-count {
    margin-bottom: 34px;
}

.stock-box .stock-count ul li {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.stock-box .stock-count ul li:nth-of-type(1) .stock-icon {
    width: 28px;
    margin-right: 7px;
    margin-left: -11px;
    font-size: 10px;
}

.stock-box .stock-count ul li .stock-icon {
    width: 20px;
    margin-right: 11px;
    color: #28CCCC;
}

.stock-box .stock-count ul li .stock-icon img {
    width: 100%;
}

.stock-box .stock-count ul li .stock-text {
    font-size: 16px;
    color: #666;
}

.stock-box .stock-btn-box {
    text-align: center;
}

.stock-box .stock-btn-box .stock-btn {
    width: 150px;
    height: 39px;
    border-radius: 6px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/stock-btn.png)no-repeat center center;
    margin: 0 auto;
}

.stock-box .stock-btn-box .stock-btn .text-box {
    display: block;
    line-height: 39px;
    color: #fff;
    border-radius: 6px;
    position: relative;
}

.stock-box .stock-btn-box .stock-btn .text-box p {
    position: relative;
    z-index: 2;
    font-size: 16px;
}

.stock-box .stock-btn-box .stock-btn .text-box p.border {
    width: 100%;
    height: 1000%;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-text-stroke: 4px #A1602F;
}

/* 云仓储卡片 end 20210707 */
/* 分享弹窗 */
.share-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 103;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
}

.share-modal .share-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    width: 520px;
    height: 332px;
    /* height: 224px; */
    padding-bottom: 32px;
    border-radius: 4px;
}

.share-modal .share-content .share-txt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    /* margin-top: 34px; */
}

.share-modal .share-content .share-txt img {
    height: 30px;
    margin-right: 7px;
}

.share-modal .share-content .share-txt2 {
    color: #E94637;
    font-size: 12px;
    text-align: center;
    margin-top: -3px;
    margin-bottom: 15px;
}

.share-modal .share-content .share-link {
    box-sizing: border-box;
    width: 460px;
    height: 32px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    line-height: 30px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    font-size: 12px;
    color: #666;
    margin: auto;
    margin-bottom: 72px;
}

.share-modal input {
    position: fixed;
    z-index: -100;
    left: 0;
    top: 0;
    opacity: 0;
}

.share-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.popTitl-red {
    font-size: 12px;
    color: #E94637;
    margin-top: 10px;
    /* padding-left: 45px; */
    text-align: center;
}

.share-cover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 104;
}

/* 分享导航 */
.share-nav {
    margin: 50px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.share-nav li {
    font-size: 25px;
    margin: 0 44px;
    font-weight: bold;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 5px transparent solid;
    cursor: pointer;
}

.share-nav li.active {
    color: #19b0b0;
    border-color: #19b0b0;
}

/* 方式二 */
.share-second .qrcode-img {
    width: 120px;
    height: 137px;
    margin-top: 1px;
    margin-bottom: -20px;
}

.share-second .qrcode-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
    position: relative;
    background-color: #fff;
    height: 24px;
}

.share-second .qrcode-box .qrcode-btn {
    width: 24px;
    height: 24px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 219, 219);
    cursor: pointer;
    margin-left: 5px;
    position: absolute;
    right: 34%;
}

.share-second .qrcode-box .qrcode-btn i {
    color: #fff;
    font-size: 16px !important;
}

/* end 分享弹窗 */

/* 分享二维码弹窗 */
.share-qrcode-dialog {
    width: 538px;
    height: 445px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 104;
}

.share-qrcode-dialog .share-close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.share-qrcode {
    width: 380px;
    height: 445px;
}

/* end 分享二维码弹窗 */
.delivery-modal .el-dialog {
    margin: 0 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.delivery-modal .el-dialog__body {
    padding: 16px 32px !important;
    overflow-x: auto;
}

.delivery-modal .el-dialog__header {
    padding: 11px 12px;
    line-height: 1em;
    background: #f7fbfc;
    border-radius: 4px 4px 0 0;
}

.delivery-modal .el-dialog__title {
    line-height: 1em;
    font-size: 16px;
    color: #666;
}

.delivery-modal .el-dialog__headerbtn .el-dialog__close {
    color: #ccc;
    font-size: 20px;
}

.delivery-modal .el-dialog__headerbtn {
    top: 9px;
    right: 13px;
}

.delivery-modal .el-dialog__headerbtn:hover .el-dialog__close {
    color: #28cccc;
}

.delivery-modal .delivery_date .el-textarea__inner {
    background-color: white !important;
}

.delivery-modal .pop_title_text_hq {
    font-weight: 600;
    color: #333333;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.delivery-modal .delivery-input .el-textarea__inner {
    min-height: 33px;
    border: 1px solid #e0e0e0;
    background-color: #fff !important;
    height: 96px !important;
    color: #333;
}

.v-modal {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.delivery-icon {
    width: 16px;
    height: 16px;
    background-color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
}

.delivery-icon.new {
    right: 17px;
}

.product-tip {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
}

.product-tip::before {
    content: '';
    display: block;
    width: 8px;
    border-top: 1px solid #999;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

.product-tip input {
    background-color: #edf2fc;
}

.product-tip:hover .right-tip {
    display: block;
}

.right-tip {
    position: absolute;
    top: -8px;
    right: 0;
    transform: translateX(calc(100% + 18px));
    background: rgba(85, 85, 85, 0.9);
    font-size: 12px;
    color: #fff;
    z-index: 3;
    height: 32px;
    padding: 0 17px;
    line-height: 32px;
    white-space: nowrap;
    box-shadow: 0px 2px 10px 0px rgba(153, 153, 153, 0.6);
    border-radius: 2px;
    display: none;
}

.right-tip span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-right-color: rgba(85, 85, 85, 0.9);
}

.create-order {
    margin-top: 53px;
    line-height: 2.5;
}

.content-h1 {
    font-weight: bold;
    text-align: center;
}

.delivery-modal .el-dialog__body {
    padding: 0 !important;
}
.delivery-modal .el-dialog__headerbtn {
    right: 0;
    top: 0;
}
.delivery-modal .el-textarea .el-input__count {
    bottom: -10px;
    right: 20px;
}
.delivery-modal .delivery-input {
    padding: 10px 20px;
    box-sizing: border-box;
}
.delivery-modal .delivery-input .el-textarea__inner{
    min-height: 33px;
    border: 1px solid #e0e0e0;
    background-color: #fff!important;
    height: 148px!important;
    color: #333;
}

.quota-box {
    top: 50%;
    transform: translate(-50%, calc(-50% - 28px));
}

td .card-bg {
    position: absolute;
    width: 152px;
    left: 4px;
    top: 0px;
    padding-left: 0;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 10px;
}

td .card-bg::before {
    z-index: 3;
}

td .card-bg-bor {
    opacity: 1 !important;
}

td .card-bg .card-txt {
    /* width: 40px; */
    text-align: center;
    display: block;
    background: rgb(233, 70, 55);
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px 0 6px;
}

td .card-bg .card-title {
    flex: 1;
}

.del-discount {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(calc(100% + 5px));
    text-decoration: line-through;
    color: #999;
}

.del-disprice {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(calc(100% + 5px));
    text-decoration: line-through;
    color: #999;
}

.brand-flag {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, calc(100% + 10px));
    white-space: nowrap;
}

.has-promotion-tip {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(100% + 10px));
    color: #e94637;
    white-space: nowrap;
}

.propose-tag {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #28cccc;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
}

.min-tip {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 26px));
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 12px;
    color: #666;
}
.min-tip.font-red {
    color: #e94637;
}
.min-tip .iconjinggao {
    font-size: 12px;
    margin-right: 2px;
}
.check_all {
    background-color: #fbfbfb !important;
}
.warm_mask {
    z-index: 1000 !important;
}
.popMain {
    z-index: 1001 !important;
}

.countDown-box {
    position: absolute;
    left: 0px;
    top: 0;
    color: #E94637;
    white-space: nowrap;
    width: 142px;
    height: 28px;
    background: url(https://zydmall-tinyapp.oss-cn-shenzhen.aliyuncs.com/web/images/order/countdown1.png);
    background-size: 100% 100%;
    padding-left: 8px;
    display: flex;
    align-items: center;
    font-size: 12px;
    box-sizing: border-box;
}
/* .countDown-box img {
    height: 28px;
    position: absolute;
    left: -11px;
    top: 0;
} */
.countDown-box span {
    display: flex;
    width: 16px;
    height: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 10px;
    border-radius: 2px;
    background-color: #E94637;
    margin: 0 2px;
    line-height: 16px;
}
.countDown-box span.first {
    margin-left: 4px;
}
.amt-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #999;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 14px;
    margin-right: 2px;
}

.example-select-box .example-selet-content .card-item-table tr.no-hover:hover td {
    color: #333 !important;
}

.submit-pop .popMain{
    min-width: unset;
}
.submit-pop .popMain .popTitl {
    margin-top: 3px;
}
.submit-pop .popMain #xldemo1 {
    margin-top: 5px;
}
.submit-pop .popMain .popBtn {
    margin-top: 15px;
}
.submit-pop .popMain .popBtn button:first-child{
    margin-left: 0;
}
.submit-pop .popMain .popBtn button:last-child{
    margin-right: 0;
}


.limit-pop .card-item {
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
}
.limit-pop .card-item-table {
    margin-top: 0 !important;
}
.limit-pop tr td {
    padding: 17px 0 !important;
}
.limit-pop tr .surplus-buy {
    font-weight: bold;
    color: rgb(233, 70, 55) !important;
}

.example-select-box.limit-pop .example-selet-content .card-item-table tr.no-hover:hover td.surplus-buy {
    color: rgb(233, 70, 55) !important;
}
.authentication .mask{
    z-index: 998 !important;
}
.authentication-img{
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 490px;
}
.authentication-btn{
    z-index: 999;
    position: fixed;
    transform: translate(-50%, -50%);
    width: 188px;
    height: 66px;
    border-radius: 50px;
    cursor: pointer;
    transition: linear .2s;
    background-size: 100% 100%;
}
.authentication-btn:hover {
    transform:translate(-50%, -50%) scale(1.04)
}


/* 导出excel按钮样式 */
.downitem-btn {
    position: relative;
    display: inline-block;
    margin-left: 16px;
}
.downitem-btn .check-zbtn {
    margin-left: 0;
}
.downitem-btn .downitem-box {
    display: none;
    position: absolute;
    width: calc(100% - 2px);
    left: 0;
    right: 0;
    top: 32px;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #ddd;
}
.footer-downitem .downitem-box {
    top: auto;
    bottom: 32px;
}
.downitem-btn:hover .downitem-box{
    display: block;
}
.downitem-btn.disabled:hover .downitem-box{
    display: none;
}
.downitem-btn .downitem-box .downitem {
    width: 100%;
    height: 40px;
    padding: 4px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.downitem-btn .downitem-box .downitem:last-of-type {
    border-bottom: 0;
}
.downitem-btn .downitem-box .downitem p {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: #333;
}
.downitem-btn .downitem-box .downitem:hover {
    background-color: #28cccc;
}
.downitem-btn .downitem-box .downitem:hover p {
    color: #fff;
}
#export-pop .popTitlBox {
    margin-top: 53px !important;
}
#export-pop .popBtn_warm_pop.popBtn {
    margin-top: 35px !important;
    margin-bottom: 15px !important;
}

.price-tag {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, calc(-100% - 8px));
    height: 18px;
}
.amt-box .btn-inquiry {
    width: 116px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(-30deg, #ff8a00 0%, #ffd25f 100%);
    cursor: pointer;
    margin-left: 26px;
    margin-right: -26px;
    margin-top: -1px;
    position: relative;
    overflow: hidden;
}
.amt-box .btn-inquiry.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.amt-box .btn-inquiry::before {
    box-shadow: inset 0 0 60px 0 hsla(0, 0%, 100%, 0.5);
    position: absolute;
    content: "";
    border-radius: 100%;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-size: 100% 100%;
    transition: width 0.3s ease 0s, padding 0.3s ease 0s, transform 0.3s ease 0s, opacity 0.3s ease 0s;
    z-index: 1;
}
.amt-box .btn-inquiry:hover::before {
    width: 120%;
    padding-top: 120%;
}
.amt-box .btn-inquiry.disabled::before {
    display: none;
}
.amt-box .btn-inquiry img {
    width: 16px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    margin-right: 4px;
}
.amt-box .btn-inquiry span {
    font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	color: #ffffff;
}

#inquiry-pop .remark-div {
    position: relative;
    bottom: 0;
}
.flexCenter {
    justify-content: center;
}
.flexCenter .signMain1, .flexCenter .signMain4 {
    margin: 0 30px;
}

.star {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
    z-index: 2;
}

#eleAddOrder .car_table .sku-type-box {
    position: relative;
}
#eleAddOrder .car_table .match {
  width: 74px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(233, 70, 55, 0.2);
  font-size: 12px;
  line-height: 12px;
  color: #e94637;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
