body, html {
    margin: 0;
    padding: 0;
    line-height: 1.42857142857143;
    background-color: #FFFFFF;
    color: #292A2E;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    font-size: 14px;
    font-weight: 400;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    text-decoration-skip-ink: auto;
}

#app {
    background-color: #f0f2f5;
}

.store {
    padding: 16px;
    /*min-width: 1300px;*/
}


a {
    text-decoration: none;
}

.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #FFFFFF;
    padding: 8px;
}

.default_search__button .el-icon {
    margin: 0 3px;
}

.default_search__button {
    border: 1px solid #000000;
    height: 34px;
}

.width100 {
    width: 100px;
}

.width120 {
    width: 120px;
}

.width150 {
    width: 150px;
}

.width250 {
    width: 250px;
}

/* 兼容旧版类名（Vue2->Vue3） */
.input-width100 { width: 100px; }
.input-width120 { width: 120px; }
.input-width150 { width: 150px; }

/* 搜索区域样式 */
.searchFrom .el-form-item {
    margin: 2px;
}

.searchBtn .el-button:focus, .searchBtn .el-button:hover {
    color: #FFFFFF;
    border-color: #5FB878;
    border: 1px solid;
    background-color: #5FB878;
    outline: 0;
}

.searchBtn .el-button:focus, searchBtn .el-button:hover {
    color: #FFFFFF;
    border-color: #5FB878;
    border: 1px solid;
    background-color: #5FB878;
    outline: 0;
}

@media screen and (min-width: 992px) {
    .searchPopover {
        width: 410px;
    }

    .nc-head-s {
        height: 92px;
    }

    .nc-head-goods-list {
        height: calc(100vh - 156px);
    }
}

/* 用户下拉样式 */
.userPopover {
    width: 180px;
    min-width: auto;
    padding: 6px;
}

.userPopover .user {
    display: flex;
    cursor: pointer;
}

.userPopover .user .info {
    margin-top: 4px;
    margin-left: 6px;
}

.userPopover .user .info span {
    display: block;
    line-height: 20px;
}

.userPopover .user .el-image {
    width: 50px;
    height: 50px;
}

.userPopover .user .el-image i {
    font-size: 36px;
    padding: 6px;
}

.userPopover p {
    line-height: 32px;
    cursor: pointer;
}

.userPopover p:hover {
    background: #DBEDFC;
}

.userPopover p i {
    margin: 0 6px;
}

.pointer {
    cursor: pointer
}

/*cashier*/
.cashier {
    height: 100vh;
}

.nc-head-left {
    display: flex;
    background-color: #001529;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.nc-head-left .item {
    flex: 1;
    list-style: none;
    color: #ffffff;
}

.nc-head-left .active, .nc-head-left .item:active, .nc-head-left .item:hover {
    background-color: #67c23a;
}

.nc-head-warp {

}

.nc-head-s {
    background-color: #FFFFFF;
    margin: 12px 0;
    height: 46px;
}

.nc-head-s .tablePagination {
    float: right;
    margin-top: 4px;
    margin-right: 8px;
    border: 0;
}

.nc-head-search {
    padding: 6px 8px;
}

.nc-head-goods {
    width: 100%;
}

.nc-head-goods-list {
    height: calc(100vh - 110px);
    overflow-y: auto;
    overflow-x: hidden;
}

.nc-head-goods .el-card {
    border-radius: 0;
    cursor: pointer;
}

.nc-head-goods .el-card__body {
    padding: 4px;
    font-weight: 700;
}

.nc-head-goods .el-card:hover, .nc-head-goods .el-card:focus {
    background-color: #67c23a;
    color: #ffffff;
}

.nc-head-goods-item {
    margin-bottom: 8px;
}

.nc-head-goods .goods-title {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nc-head-goods .goods-desc {
    display: flex;
}

.nc-head-goods .goods-ctypes {
    flex: 1;
}

.nc-head-goods .goods-price {
    flex: 1;
    text-align: right;
}

.nc-head-goods .goods-price span {
    color: #ff6a23;
    font-size: 16px;
    font-weight: bolder;
}

.nc-head-customer {
    margin: 8px;
    padding: 8px;
    background-color: #ffffff;
}

.nc-head-customer-search {

}

.nc-head-customer-input {
    width: 100%;
}

.nc-head-customer-info {

}

.nc-head-customer-block {
    display: flex;
    background-color: #d9a468;
    color: #ffffff;
    padding: 16px;
    margin: 8px 0;
    font-weight: 500;
}

.nc-head-customer-red {
    background-color: #F56C6C;
}

.nc-head-customer-name {
    flex: 1;
    font-size: 16px;
}

.nc-head-customer-desc {
    flex: 1;
}

.nc-head-customer-blance {

}

.nc-head-customer-create {
    cursor: pointer;
    text-decoration: underline;
}

.nc-head-g-list {
    margin: 8px;
    height: calc(100vh - 275px);
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
}

.nc-head-g-item {
    background: #f7f8fa;
    padding: 8px;
    overflow: hidden;
    margin-bottom: 4px;
}

.nc-head-g-info {
    overflow: hidden;
}

.nc-head-g-name {
    width: 30%;
    float: left;
}

.nc-head-g-nums {
    width: 30%;
    float: left;
}

.nc-head-g-nums .el-input-number {
    width: 120px;
}

.nc-head-g-right {
    width: 40%;
    float: left;
}

.nc-head-g-actual {
    float: right;
    font-weight: 500;
    color: #323232;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
}

.nc-head-g-close {
    width: 30px;
    float: right;
    font-size: 24px;
    cursor: pointer;
}

.nc-head-g-sale {
    text-align: right;
}

.nc-head-g-oragin-price {
    color: #b7b7b7;
    text-decoration: line-through;
    margin-right: 12px;
}

.nc-head-g-oragin-total {
    color: #fe2278;
}

.nc-head-g-total {
    padding: 8px;
}

.nc-head-shopping {
    padding: 8px;
    background-color: #ffffff;
    margin: 0 8px;
}

.nc-head-shopping-warp {
    display: flex;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.nc-head-shopping-clear {
    flex: 1;
    background-color: #ecf5ff;
    cursor: pointer;
}

.nc-head-shopping-keep {
    flex: 1;
    background-color: #e1f3d8;
    cursor: pointer;
}

.nc-head-shopping-pay {
    background-color: #07c160;
    color: #fff;
    line-height: 44px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.nc-head-shopping-pay span {
    font-size: 20px;
    font-weight: 800;
    margin-left: 40px;
}

.nc-head-in {
    margin: 8px;
    padding: 8px;
    background-color: #fff;
}

.nc-head-warp-search {
    border: 1px solid #393D49;
}

.searchFromButton {
    margin-top: 32px;
    height: 34px;
    border: 1px solid #393D49;
}


.tabsDialog .dialog-footer {
    float: right;
}

.input-readonly .el-input__wrapper {
    border-color: #d2d2d2;
    background-color: #d2d2d2;
}

.store-order-list .order-row {
    line-height: 24px;
    color: #000000;
}

.store-order-list .order-row span {
    padding-right: 8px;
    color: #909399;
    width: 64px;
    display: inline-block;
}

.store-order-list .order-detail .el-card__header {
    padding: 8px;
    font-weight: 800;
}

.store-order-list .order-detail .el-card__body {
    padding: 8px;
}