.container {
    height: 86%;
}

.center {
    width: 100%;
    height: 100%;
    display: flex;
}


/*
.firstCat {
    width: 25%;
    height: 100%;
    background-color: #f4f4f4;
	overflow: scroll;
	overflow-scrolling : touch;
	padding-bottom: 30px;
}
*/

.left_category1 {
    width: 25%;
    height: 100%;
}

.firstCat {
    overflow: scroll;
    height: calc(100% - 44px);
    background-color: #fbfbfb;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    padding-bottom: 30px;
}

.select-area {
    position: relative;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    font-size: 14px;
}

.select-area a {
    color: #333;
}

.select-area:after {
    content: " ";
    background: url(../../Img/location.png) no-repeat;
    background-size: 15px;
    position: absolute;
    top: 15px;
    /* right: 0; */
    width: 15px;
    height: 15px;
}

.left-category {
    border-bottom: 1px solid #fbfbfb;
    color: #666;
    padding: 11px 0 11px 10px;
    text-align: left;
    font-size: 14px;
    /*line-height: 44px;*/
    position: relative;
}

.active {
    /* border-left: 4px solid #14af53; */
    background-color: #fff;
    border-right: none;
    font-weight: 700;
    color: #333;
}

.right-container {
    width: 75%;
    height: 100%;
    flex: 1;
}

.table {
    height: 44px;
    line-height: 44px;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.px {
    font-size: 14px;
    color: #333;
    display: block;
    flex: 1;
    border-bottom: 1px solid #e7e7e7;
}

.table :first-child {
    border-right: 1px solid #e7e7e7;
}

.table-active {
    color: #14af53;
}

.mescroll {
    width: 100%;
    height: calc(100% - 44px);
}

.list {
    height: auto;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}

.pd-img {
    height: 70px;
    width: 70px;
}

.pd-info {
    position: absolute;
    top: 17px;
    left: 90px;
    width: calc(100% - 90px);
    line-height: 16px;
}


/* .pd-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0px;
} */

.pd-name {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 3px;
}

.pd-price {
    font-weight: 600;
    font-size: 15px;
    color: #dd524d;
}

.unfold-cat {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 100;
}

.label-cat-div {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}

.label-cat {
    width: 80%;
    margin: 0 auto;
}

.label-cat-div button {
    border: 0px;
    height: 30px;
    border-radius: 30px;
    margin-top: 10px;
    margin-left: 10px;
    /* background-color: #EBEBEB; */
}

.mask {
    background-color: #000;
    height: 100%;
    opacity: 0.5;
}

button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
    -webkit-appearance: none;
    outline: none
}

.hide {
    display: none;
}

#header {
    background-color: #14af53;
    padding: 5px 3px;
    height: 54px;
    overflow: hidden;
}

#header .x-scroll {
    height: 42px;
    border-right: 1px solid #e7e7e7;
    padding-right: 5px;
    overflow-x: scroll;
    overflow-scrolling: touch;
    /* 内容会被裁剪，会以滚动条显示 */
    overflow-y: hidden;
    /* 超出内容不可见 */
    white-space: nowrap;
    /* 不换行 */
    flex: 1;
}

#header .left-header {
    flex: 1;
    margin-left: 10px;
    font-size: 16px;
    margin-top: 5px;
    color: #666;
}

#header .x-scroll button {
    height: 30px;
    margin-top: 2px;
    border: 0px;
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    /* For some Androids */
}

.button-active {
    border-radius: 30px;
    background-color: #14af53;
    color: #fff;
}

#header .unfold,
#header .packup {
    width: 40px;
    position: relative;
}

#header .unfold img,
#header .packup img {
    position: absolute;
    display: block;
    top: 3.5px;
    right: 7px;
}


/* 优惠券 */

.coupon {
    position: relative;
    display: inline-block;
    padding: 0 9px 0 12px;
    border-top: 1px solid #e4393c;
    border-bottom: 1px solid #e4393c;
    height: 16px;
    line-height: 16px;
    color: #e4393c;
    font-size: 10px;
    margin-left: 1px;
}

.coupon:before {
    content: "";
    position: absolute;
    top: -1px;
    height: 16px;
    background: url(/Public/home/images/coupon.png);
    background-size: 15px 16px;
    background-repeat: no-repeat;
    left: 0;
    width: 7px;
}

.coupon:after {
    content: "";
    position: absolute;
    top: -1px;
    height: 16px;
    background: url(/Public/home/images/coupon.png) no-repeat;
    background-size: 15px 16px;
    background-repeat: no-repeat;
    right: 0;
    width: 4px;
    background-position: -11px 0;
}

.foldTog {
    float: right;
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.foldIcon {
    background: url(/Public/home/images/more_fold.png) no-repeat;
    background-size: 100% 100%;
}

.unfoldIcon {
    background: url(/Public/home/images/more_unfold.png) no-repeat;
    background-size: 100% 100%;
}

.pd-group {
    font-size: 12px;
    color: #e4393c;
    border: 1px solid #e4393c;
    border-radius: 10px;
    padding: 0 2px;
}

.pd-tc {
    font-size: 12px;
    color: #e4393c;
    border: 1px solid #e4393c;
    border-radius: 10px;
    padding: 0 2px;
}

.scale-fz {
    transform: scale(0.8);
    transform-origin: 0 0;
    -ms-transform: scale(0.8);
    /* IE 9 */
    -ms-transform-origin: 0 0;
    /* IE 9 */
    -webkit-transform: scale(0.8);
    /* Safari 和 Chrome */
    -webkit-transform-origin: 0 0;
    /* Safari 和 Chrome */
    -moz-transform: scale(0.8);
    /* Firefox */
    -moz-transform-origin: 0 0;
    /* Firefox */
    -o-transform: scale(0.8);
    /* Opera */
    -o-transform-origin: 0 0;
    /* Opera */
    display: inline-block;
    line-height: 14px;
}

.new-add {
    padding-left: 3px;
    padding-right: 3px;
    margin-left: -3px;
}


/* -弹窗的css */

.addP {
    display: inline-block;
    background: url('/Public/home/images/addition_fill.png') no-repeat;
    background-size: 100% 100%;
    width: 26px;
    height: 26px;
    float: right;
    margin-right: 18px;
}


/*弹窗*/

.alrt,
.z-cont {
    display: none;
}

.alrt,
.scuee,
.to-pays {
    position: fixed;
    bottom: 0px;
    z-index: 1111;
    left: 0;
    width: 100%;
}

.alrt .mui-table-view .mui-media-object {
    min-width: 75px;
}

.alrt .mui-table-view .mui-media-object img {
    width: 100%;
    min-width: 75px;
    height: 85px;
    position: relative;
    top: -25px;
    left: 2px;
    z-index: 111111;
    border: 1px solid #eaeaea;
}

.alrt .mui-media {
    overflow: visible;
}

.alrt .mui-media span {
    color: #14af53;
    font-size: 17px;
}

.alrt .mui-table-view-cell p,
.alrt .nub-celel {
    font-size: 13px;
    color: #808080;
    /*line-height: 25px;*/
}

.alrt .mui-table-view-cell {
    overflow: visible;
    padding: 18px 10px;
    position: relative;
}


/*.alrt .mui-table-view-cell div{
    overflow: hidden;
}*/

.alrt .mui-btn-outlined.mui-btn-success {
    color: #4a4a4a;
    border-color: #4a4a4a;
    margin: 8px 2px;
    padding: 5px 15px;
    width: auto;
    font-size: 14px;
    border-radius: 25px;
}

.guigea {
    background: #14af53;
    color: #ffffff !important;
    border: none;
}

.alrt .mui-btn-outlined.active {
    color: #fff;
    border-color: #14af53;
    background-color: #14af53;
}

.alrt .mui-numbox {
    margin-left: 15px;
    height: 30px;
    /* border-color: #14af53; */
    background-color: #fff;
    border: none;
    width: 140px;
}

.mui-numbox .mui-input-numbox {
    border: none !important;
    line-height: 28px;
    padding: 0 !important;
    text-overflow: clip;
    background: #ccc;
    color: #000;
}

.mui-numbox [class*=btn-numbox],
.mui-numbox [class*=numbox-btn] {
    width: 35px;
}

.mui-numbox .mui-btn-numbox-minus,
.mui-numbox .mui-numbox-btn-minus,
.mui-numbox .mui-btn-numbox-plus,
.mui-numbox .mui-numbox-btn-plus {
    /* border-color: #14af53;
    background-color: #14af53;
    color: #fff; */
}

.alrt .mui-btn-block {
    width: 50%;
    float: left;
    position: relative;
    display: inline-block;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 16px;
    padding: 13px 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.alrt .last {
    padding: 8px 0px;
    /* padding-bottom: 0; */
}

.alrt .last>div {
    overflow: hidden;
    padding: 0 20px;
}

.alrt .no-bin:after {
    width: 0;
}

.alrt .btn-block1 {
    background-color: #208b4c;
    border-radius: 0 50px 50px 0;
}

.alrt .mistake {
    position: absolute;
    right: 0px;
    top: 4px;
}

.alrt .mistake i {
    color: #ccc;
    font-size: 1.8rem;
    /*margin: 5px;*/
}

.activity {
    height: 16px;
    line-height: 18px;
}

.active-child {
    position: absolute;
    width: 4px;
    height: 35%;
    background: #14af53;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}


/* 2023-7-11 分类商品新样式 */

.new-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
}

.new-list .new-pd-info {
    flex: 1;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
	justify-content: space-between;
}