/*重置样式*/
*{list-style:none}

html body {
	height: 100%;
	background-color: #f4f4f4; 
	/*#373D41*/
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
  margin:0;
  padding:0;
  
  font-family: -apple-system-font,Helvetica Neue,sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  word-spacing: normal;
  color: #000;
}

a {
	color:#fff;
	text-decoration: none;
}

input,button,select,textarea{outline:none;}


.clear {
	clear: all;
}

.hide {
	display: none;
}

/*页面样式*/
#mescroll {
	position: fixed;
	top: 41px;
	bottom: 53px;
	height: auto;
}

.list {
	width: 100%;
	height: auto;
	background-color: #fff;
	margin-bottom: 10px;
}

.ovfHiden{
    width: 100%;
    height:100%;
    position: fixed;
    overflow:hidden;
}



.act-div {
    padding: 11px 15px 11px 0px;
    margin-left: 15px;
    border-top: 1px solid #E4E3E6;
}

.act-icon {
    background: url(/Public/home/images/jiajiagou.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    margin-top: 7.5px;
    display: block;
    float: left;
}

.act-txt {
    float: left;
    margin-top: 12.5px;
    margin-left: 10px;
    color: #14af53;
}

#weui-actionsheet {
    height: calc(100vh - 54px);     
}

.hidden {
    display: none;
}

.p-content {
    background-color: #fff;
}

.act-head {
    background-color: #fff;
    height: 40px;
    width: 100%;
    position: fixed;
    overflow:hidden;
    top: 0px;
    text-align: center;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.title-text {
    font-size: 16px;
    margin-right: 24px;
}

.act-close {
    float: right;
    background: url(/Public/home/images/close.png) no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    margin-top: 10px;
    margin-right: 10px;
}

.act_list {
    margin-top: 41px;
    height: calc(100vh - 94px);
    overflow: auto;
}

.act {
    width: 100%;
    background-color: #fff;
}

.act-info {
    width: 100%;
    height: 50px;
}

.act-name {
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.act-intro {
    margin-left: 10px;
    font-size: 12px;
    color: #666;
}

.act-p {
    width: 100%;
    display: flex; 
    /* border-bottom: 1px solid #ddd; */
}

.act-p-select {
    width: 30px;
    margin: auto 10px;
}

.act-p input[type="checkbox"] {
    -webkit-appearance: none; /*清除复选框默认样式*/
    background:url(/Public/home/images/radiobox.png); /*复选框的背景图，就是上图*/
    background-size: 100% 100%;
    height: 22px;
    vertical-align: middle;
    width: 22px;
    border: none !important;
}

.act-p input[type="checkbox"]:checked {
    background:url(/Public/home/images/radio-checked.png); /*复选框的背景图，就是上图*/
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
}


.goods-txt {
    flex: 1;
    margin-left: 10px;
}

.goods-name {
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 5px;
}

.unit-price {
    font-size: 15px;
    color: #DC5C49;
}

.num-label {
    float: right;
    margin-right: 10px;
    font-size: 15px;
    color: #DC5C49;
}

.num {
    color: #DC5C49;
}

.price {
    text-decoration:line-through;
}

.goods-img {
    margin-left: 15px;
}

.foot {
    display: block;
    width: 100%;
    background-color: #fff;
    position: fixed;
    bottom: 0;
	overflow:auto;
	zoom:1;
    height: 53px;
    line-height: 53px;
	border-top:1px #eee solid;
}
.foot span{
	float:left;
	margin-left:15px;
	color:#666;
	font-size:16px;
}
.foot a{
    background-color: #1bbb19;
    color: #fff;
	width:115px;
    text-align: center;
    font-size: 18px;
	float:right;
	padding:0 8px;
}


/*限时商品*/
			.package-total-price a.c-red{
					
				background-color:#C0C0C0;
			}
			
			.unit-price{
				font-size:17.6px;
				font-weight: bold;

					}
			.package-total-price {
		
				border-top: .0rem solid #e7e7e7; 
			}

			.act-p {
				width: 100%;
				display: flex;
				
				position: relative;
				border-bottom: 0.05rem solid #d7d7d7;
				padding: 0.5rem 0;
			}
			.package-total-price {
				
				
				bottom: -0.2rem;
				position: absolute;
				right: 20px;
			}
			.mui-numbox [class*=btn-numbox]{
					font-size: 22px;
			}
			.mui-numbox{
				bottom: 4.2rem;
				position: absolute;
				right: 20px;
			}



.goods-actinventory{
         margin: 1.6rem 0 0rem; 
        }

.goods-img{
             margin-left: 8px;
				margin-top: 8px;
        }



.price{
            font-size:13px;
            color: #8f8f94;
            line-height: 1.4rem;
        }




.grend .mui-table-view.mui-grid-view {
    
    border-bottom: 8px solid #fff;
}

        .goods-property {
            line-height: 1.1rem;
            margin: 1.6rem 0 0rem;
        }



 .goods-name {
                white-space: nowrap;
                overflow: hidden;
                width: 210px;
                height: 25px;
                font-size: 15px;
                text-overflow: ellipsis;
        }

/*特价模块*/
    .item-last .chinese {
    font-size: 12px;
    text-align: center;
    color: #232326;
    }
    .item-last  .english {
    font-size: 12px;
    text-align: center;
    color: #232326;
}
.item-last .icon-more {
    width: 16px;
    height: 16px;
    display: block;
    background: url(/public/home/images/arrow_circle_right.png) no-repeat;
    background-size: 80%;
    background-position: 0 0;
}
.change-Lh{
  line-height:23px;
}
.pro_icon{
  font-weight: bold;
  color:#f23030;  
  font-size:15px;
}
.pro_icon1::before{
    content: '';
  vertical-align: middle;
    width: 60px;
    height: 20px;
    background: url(/public/home/images/xstop.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    float: left;
    margin: 11px 5px 0 0;
}

.pro_icon::before{
    content: '';
	/*vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url(/public/home/images/icon-time.png) no-repeat;
    background-position: 0 0;
    background-size: cover;*/
    float: left;
    margin: 9px 0 0 0;
    height: 1em;
    width: 0.625rem;
    display: inline-block;
    box-sizing: border-box;
    border-left: 3px solid #FF3955;
    color: transparent;
    vertical-align: -.22ex;
}


/*特价模块*/
.seckill-floor{ display: block; background: #fff; position: relative;margin-bottom:10px; }
.seckill-floor a{display: block; width: 100%}
.seckill-floor .floor-container{width: 100%; height: 100%; overflow: hidden;}
.seckill-floor .floor-container .seckill-list{ position: relative; background:#fff; }
.seckill-floor .floor-container .seckill-list .items{width: 4.5rem; height: 6.24rem; position: relative;float: left;list-style:none}
.seckill-floor .floor-container .seckill-list .items .items-pic{ display: block; padding:0 0.44rem; height: 3.92rem; margin-top:0.2rem;}
.seckill-floor .floor-container .seckill-list .items .items-pic img{ width: 100%; height: 100% }
.seckill-floor .floor-container .seckill-list .items .items-price{ margin:0 auto; text-align: center; padding:0 0.44rem; }
.seckill-floor .floor-container .seckill-list .items .items-price .new-price{ margin-top:0.44rem; display: block; color: #f23030; font-size: 0.56rem; line-height: 0.56rem; text-align: center; height: 0.56rem; font-weight: 800 }
.seckill-floor .floor-container .seckill-list .items .items-price .new-price em{font-size: 0.4rem; padding-right:0.1rem;}
.seckill-floor .floor-container .seckill-list .items .items-price .old-price{color: #868686; display: block; font-size: 0.48rem; line-height: 0.48rem; height: 0.48rem; margin:0.2rem 0 0.44rem 0; text-align: center;}
.seckill-floor .floor-container .seckill-list .items .items-price .old-price em{font-size: 0.4rem; padding-right:0.1rem;}
/* .seckill-floor .floor-container .seckill-list .items.last{ background: #f5f5f5 } */
.seckill-floor .floor-container .seckill-list .items.last .chinese{ font-size: 0.48rem; margin-top:1.5rem; text-align: center; color: #232326; }
.seckill-floor .floor-container .seckill-list .items.last .english{ font-size: 0.48rem; text-align: center; color: #232326; }
.seckill-floor .floor-container .seckill-list .items.last .icon-more{ width: 0.7rem; height: 0.7rem; display: block; background:url(/public/home/images/arrow_circle_right.png) no-repeat; background-size: 80%; background-position: 0 0; margin:1.2rem auto 0; }

