/*重置样式*/
*{list-style:none}

html body {
	height: 100%;
	background-color: #fefefe; 
	/*#373D41*/
}
body {
    line-height: 1.8;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, input, form, a, p, textarea {
  margin:0;
  padding:0;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  letter-spacing: 0.5px;
  word-spacing: normal;
  color: #383838;
}
div { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a {
	color:#000;
	text-decoration: none;
}

input,button,select,textarea{outline:none;}


/*清除浮动代码*/
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}

.hide {
	display: none !important;
}

/*头部样式*/
.header {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    box-shadow: 0px 2px #f8f8f8;
}

.nav {
    height: 43px;
    background-color: #fff;
}

.back-icon {
    display: block;
    height: 32px;
    width: 32px;
    padding-top: 5px;
}

.navbar {
	display: flex;
  z-index: 500;
  top: 0;
  width: 100%;
  background-color: #fff;
}

.navbar__item {
	flex: 1;
	padding: 10px 0;
	text-align: center;
}

.navbar__item_on {
	color: #F23030;
	font-weight: bold;
	border-bottom: 1px solid #F23030;
}

/* 页面样式 */
 #mescroll {
	position: fixed;
	top: 43px;
	bottom: 0px;
	height: auto;
	background-color: #f4f4f4;
}

.content {
  width: 100%;
  height: auto;
	margin-bottom: 10px;
}

.order {
  background: #fff;
  /* margin: 0 10px; */
  margin-top: 10px;
  /* border-radius: 6px; */
}

/* 订单编号 */
.order-top {
  height: 45px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed #d9d9d9;
}

/* .order-top .order-num {
  font-size: 14px;
} */

.order-top .get-coupon-btn {
  border-radius: 20px; 
  border: 1px solid #14af53; 
  color: #14af53; 
  padding: 2px 6px;
  /* font-size: 12px; */
}

/* 商品信息 */
.products {
  margin-top: 10px;
  padding: 0 10px;
  border-bottom: 1px dashed #d9d9d9;
}

.products .product-info {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.products .product-info img {
  width: 75px;
  height: 75px;
  border-radius: 3px;
  margin-right: 10px;
}

.products .product-info .product-info-right {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products .product-info .product-info-right .product-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 4px;
  font-size: 18px;
}

.products .product-info .product-info-right .spec-price,
.products .product-info .product-info-right .weight-num {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 订单信息 */
.order-info {
  padding: 5px 10px;
  border-bottom: 1px solid #d9d9d9;
}

.order-info .flexEnd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.order-info .flexEnd .flex-end-left {
  margin-right: 10px;
}

.order-info .flexStar {
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

.order-info .flexStar .flex-end-left {
    margin-right: 10px;
}

.order-info .flexSpaceBetween {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.order-info .flexSpaceBetween .flex-between-left {
  flex: 1;
}

.order-info .flexSpaceBetween .flex-between-right {
  width: 50px;
  margin-left: 10px;
}


/* 订单底部（时间，状态等） */
.order-bottom {
  /* height: 45px; */
  padding: 0 10px 10px;
  /* font-size: 12px; */
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: end;
  justify-content: space-between;
}

.order-bottom div {
  /* font-size: 12px; */
  letter-spacing: initial;
}

.order-operation-btn {
  padding: 4px 6px;
  background: #14af53;
  border-radius: 4px;
  color: #fff;
}

.btn-red {
  background: #F23030;
}

.order-status span, .order-status a{
  margin-left: 5px !important;
}



/* 通用字体颜色、大小样式 */
.font-small div{
  font-size: 14px !important;
}

.shopname {
  font-weight: bold;
}

.red {
  color: #F23030;
}

.green {
  color: #14af53;
}

.spec, .weight, .num, .gray {
  color: #666;
}

.lineThrough {
  text-decoration:line-through; 
  margin-right: 10px;
}