html,
body,
#app,
.mint-tab-container {
	height: 100%;
}
body {
	font-size: 0.35rem;
	background-color: #fff;
}
/*弹性布局*/
.df{display: flex;}
.jc-sb{justify-content: space-between;}
.jc-sa{justify-content: space-around;}
.fd-c{flex-direction: column;}
.ai-c{align-items: center;}
.ai-b {align-items: baseline;}
.ai-end{ align-items: flex-end; }
.ai-start{ align-items: flex-start; }
.as-c{align-self: center;}
.as-st{align-self: flex-start;}
.as-ed{align-self: flex-end;}
.jc-c{ justify-content: center ;}
.jc-s{justify-content: flex-start;}
.jc-end{justify-content: flex-end;}
.flex-w{flex-wrap: wrap;}
.flex-g{flex-grow: 1;}
.flex-s{flex-shrink: 0;}
.float-r{float: right;}
.select-c{ text-align-last: center; }

.flex-1 { flex: 1 }
.flex-2 { flex: 2 }
.flex-3 { flex: 3 }
.mint-tab-container-wrap {
	height: calc(100% - 0.2rem);
}
.mint-tab-container-item {
	overflow: auto;
}
.mint-tabbar {
	border-top: 1px solid #eee;
}
.mt-cells {
	/* border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; */
	padding-left: 0.2rem;
}
.mint-cell:not(:last-child) {
	/* border-bottom: 1px solid #eee; */
}
section.content {
	padding-top: 1.5rem;
}
/* head */
.header {
	width: 100%;
	height: 1.4rem;
	text-align: center;
	line-height: 1.4rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	border-bottom: 1px solid #ccc;
	font-size: 0.3rem;
	background-color: #3b8bd7;
	color: white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-justify-content: center;
	-o-flex-justify-content: center;
}

.flex-betweem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-justify-content: space-between;
	-o-flex-justify-content: space-between;
}

.header .center-time {
	padding: 0 0.2rem;
}
.header .query-btn {
	margin-left: 0.3rem;
	font-size: 0.4rem;
}

.time-picker {
	background-color: #fff;
	color: #666;
	height: 0.8rem;
	line-height: 0.9rem;
	border-radius: 5px;
	overflow: hidden;
}
.time-picker .time-show {
	max-width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 0.2rem;
}
.time-picker .time-sel {
	width: 0.7rem;
	height: 100%;
	background-color: #f5f5f5;
	position: relative;
}
.time-picker .time-sel .time-sel-trangle {
	width: 0.25rem;
	height: 0.25rem;
	-webkit-transform-origin: 50% 50% 50%;
	transform-origin: 50% 50% 50%;
	-webkit-transform: rotateZ(-45deg) translate(0, -50%);
	transform: rotateZ(-45deg) translate(0, -50%);
	border-bottom: 2px solid #676767;
	border-left: 2px solid #676767;
	position: absolute;
	top: 50%;
	left: 0.3rem;
	margin-top: -0.05rem;
}
.single-picker{
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border:1px solid;
  border-color: #f5f5f5;
}

.mint-tab-item {
	padding: 0.2rem 0;
}
.mint-tab-item-label {
	height: 1rem;
	line-height: 1rem;
}

.top-title {
	font-size: 0.35rem;
	padding: 0.2rem 0.35rem;
	color: #777;
	border-bottom: 1px solid #ddd;
}

.panel {
	padding: 0 0.3rem;
	font-size: 0.4rem;
	color: #333;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0.8rem;
}
.panel .panel-title {
	color: #999;
	font-size: 0.35rem;
	line-height: 1rem;
	padding-top: 0.5rem;
}
.panel .cell {
	border-top: solid 1px #ddd;
	padding: 0.4rem 0 0.2rem 0;
}
.panel .cell .extra-label {
	color: #3c89d7;
	border: 1px solid #3c89d7;
	border-radius: 1rem;
	padding: 0.15rem 0.25rem;
	line-height: 0.5rem;
	font-size: 0.34rem;
	margin-left: 0.25rem;
}

span.small-hint {
	font-size: 0.35rem;
}

.goods-top-title {
	font-size: 0.48rem;
	padding: 0 0.4rem;
	margin-bottom: 0.6rem;
	color: #111;
}
.mint-tabbar {
	position: fixed;
}

.a_header {
	width: 100%;
	padding: 0.6rem 0.6rem 0.6rem;
	display: flex;
	justify-content: space-between;
	font-size: 0.4rem;
}
.a_header-item {
	/* flex:1; */
}
.a_header-item-title {
	color: #999;
	margin-bottom: 0.2rem;
}
.a_header-value {
	font-size: 1.2rem;
	font-weight: bold;
	padding: 0.8rem 0.3rem 0.1rem;
}
.a_header-cash {
	color: #656565;
	padding: 0.0rem 0.3rem 0.3rem;
}
.a_btn {
	display: block;
	width: 60%;
	margin: 1rem auto 1rem auto;
}
.picker-sure {
	padding: 0 15px;
	color: #26a2ff;
	font-size: 16px;
}
.picker-canel {
	padding: 0 15px;
	color: #666;
	font-size: 16px;
}

.order-panel {
	padding: 0.4rem 0.2rem;
}
.order-account {
	padding: 0 0 0.3rem;
	font-size: 0.4rem;
	border-bottom: 1px solid #eee;
}
.order-table {
	width: 100%;
	font-size: 0.35rem;
}
.order-table tr {
	border-bottom: 1px solid #eee;
}
.order-table tr th {
	text-align: left;
	padding: 0.3rem 0;
}
.order-table tr td {
	padding: 0.35rem 0;
}
.order-table tr td:first-child {
	min-width: 25%;
}
.order-table tr th:last-child,
.order-table tr td:last-child {
	text-align: right;
}
[v-clock] {
	display: none;
}
.nomore {
	text-align: center;
	color: #666;
	font-size: 0.35rem;
	padding: 0.2rem;
}

.el-col-12 {
	width: 100%;
	position: absolute;
}
.el-dropdown-link {
	cursor: pointer;
	font-size: 18px;
}
.el-icon-arrow-down {
	font-size: 12px;
}
.el-icon--right {
	margin-left: 16rem;
}
.demonstration {
	display: block;
	color: #8492a6;
	font-size: 14px;
	margin-bottom: 20px;
}
.el-dropdown-menu .el-popper .el-dropdown-menu--medium {
	position: absolute;
	top: 89px;
	left: 0px;
	transform-origin: center top;
	z-index: 2001;
	width: 100%;
}
.el-menu {
	border: none;
	z-index: 999;
}
.el-menu-item-group__title {
	padding: 0;
}
.ad-cells {
	display: block;
	width: 100%;
	margin: auto;
	text-align: center;
}
.ad-cells img {
	display: block;
	width: 98%;
	margin: auto;
}

.cell-color{
	color: #000;
}

.sel-show {
	font-size: 14px;
	max-width: 95%
}

/* 隐藏滚动条 */
::-webkit-scrollbar {
    display: none;
}
