@CHARSET "UTF-8";
html {
	max-width: 640px;
    margin: auto;
	background-color: #f2f2f2;
	font-size: 10px;
}
body {
	font-size: 1.4rem;
}
button, input, optgroup, option, select, textarea {
    font-size: 1.4rem;
}
a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
.zui-input, .zui-select, .zui-textarea {
    height: 3.8rem;
    line-height: 1.3;
    line-height: 3.8rem \9;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: rgba(0, 0, 0, .85);
    border-radius: 2px;
	border-color: #eee;
}
.zui-btn, .zui-input, .zui-select, .zui-textarea, .zui-upload-button {
    outline: 0;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-sizing: border-box;
}
.zui-input, .zui-textarea {
    display: block;
    width: 100%;
    padding-left: 1rem;
}
.zui-btn {
    display: inline-block;
    vertical-align: middle;
    height: 3.8rem;
    line-height: 3.8rem;
    border: 1px solid transparent;
    padding: 0 1.8rem;
    background-color: #009688;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 1.4rem;
    border-radius: 0.2rem;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.zui-btn-normal {
    background-color: #1e9fff;
}
.zui-btn-primary {
    border-color: #d2d2d2;
    background: 0 0;
    color: #5f5f5f;
}
.zui-btn-warm {
    background-color: #ffb800;
}
.zui-btn-radius {
    border-radius: 10rem;
}
.zui-btn-sm {
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    font-size: 1.2rem;
}
.zui-btn-xs {
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 0.5rem;
    font-size: 1.2rem;
}
.login-body {
	padding: 2rem 1.5rem 1rem;
    background: #fff;
    margin: 1.5rem;
    margin-top: calc(50vh - 25rem);
    border-radius: 1.5rem;
}
.zui-bg-red {
	background: #F44336;
}
.zui-bg-blue {
	background-color: #1e9fff;
    color: #fff;
}
.zui-font-red {
	color: #F44336;
}
.zui-font-blue {
	color: #1e9fff;
}
.zui-font-yellow {
	color: #FF9800;
}
.zui-font-green {
	color: #4CAF50;
}
.layui-flow-more {
	padding: 1.5rem 0;
}


.flex-c-c {
	display: flex;justify-content: center;align-items: center;
}
.flex-sb-c {
	display: flex;justify-content: space-between;align-items: center;
}
.flex-sa-c {
	display: flex;justify-content: space-around;align-items: center;
}
.flex-sb-e {
	display: flex;justify-content: space-between;align-items: end;
}

.top-right-count{
	position: absolute;
    top: -1.6rem;
    right: -0.5rem;
    height: 1.8rem;
    line-height: 1.8rem;
    width: 1.8rem;
    background: red;
    color: #fff;
    border-radius: 50%;
}
.top-right-count1 {
    position: absolute;
    top: -0.2rem;
    right: -0.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
    background: #F44336;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
/* 底部菜单 */
.footer-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 640px;
    background-color: #FDFDFD;
    text-align: center;
    padding: 2rem 0;
    height: 16px;
    box-shadow: -1px 0 1px #d2d2d2;
}
.nav-item {
	display: flex;
	flex-direction: column;
	justify-content: center;    
	align-items: center;
	color: #58595b;
	position: relative;
}
.nav-icon i{
	font-size: 2.6rem;
}
.nav-text{
	font-size: 1.2rem;
}

.nav-selected{
	color:#F44336
}
/* 接单列表 */
.scroll-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3rem;
    background: #F44336;
    overflow: hidden;
    padding: 0 0.5rem;
    box-sizing: border-box;
	color: #fff;
	font-size: 1.6rem;
}

.order-list {
	overflow: auto;
	padding-bottom: 10rem;
}
.order-item {
	display: flex;
    margin: 0 0 0.5rem;
    padding: 1.5rem 1rem;
    background-color: #FFFFFF;
}
.order-item-left {
	
}
.order-img {
	width: 7.5rem;
	height: 7.5rem;
}
.order-item-right {
	flex: 1;
	padding-left: 1rem;
	padding-right: 0.5rem;
	font-size: 1.4rem;
}
.order-title{
	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
	color: #000;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.order-item-top {
	height: 3.8rem;
	padding-right: 8.5rem 
}
.order-item-bottom {
	display: flex;justify-content: space-between;margin-top:2px;
}
.order-price {
	margin-right: 1rem;
    color: #f44336;
	font-size: 1.2rem;
}
.order-spec {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color:#999;
}
.order-price label{
	line-height: 1.6rem;
	font-weight: bold;
	font-size: 1.6rem;
}
.take-order-btn {
	position: relative;
	top: -1.5rem;
	width: 8rem;font-size: 1.4rem
}
.top-nav {
	display: flex;
    align-items: center;
    height: 4.5rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.top-nav-title{
	display: flex;flex-grow: 1;justify-content: center;align-items: center;font-size: 1.5rem;margin-right: 5.4rem;
}
.top-nav-back {
	padding: 1rem 2rem 1rem 1.5rem;
}
.top-nav-back i{
	font-size: 1.8rem;font-weight: bold;
}

/* 十字上传按钮 */
.upload-box {
	width: 8rem;
	height: 8rem;
	margin: 0.3rem 0;
	border: 1px solid #eee;
}
.cross-upload-btn {
	display: flex; 
	align-items: center; 
	justify-content: center; 
	width: 100%;
	height: 100%;
	background: #eee;
}
.upload-box img{
	display:none;
	max-width: 100%;
    max-height: 100%;
}
.re-upload-btn {
	width: 100%;
    background-color: #ff5722;
    visibility: hidden;
}

/* 骨架屏 */
.skeleton {
	background: #fff;
	padding: 15px;
	margin-bottom: 15px;
}
.skeleton-item {
	height: 16px;
	margin-top: 16px;
    border-radius: 4px;
	background: linear-gradient(90deg,#f2f2f2 25%,#e6e6e6 37%,#f2f2f2 63%);
    background-size: 400% 100%;
    animation: skeleton-loading 1.4s ease infinite;
}
.skeleton-item:FIRST-CHILD {
	width: 40%;
	margin-top: 0;
}
.skeleton-item:last-child {
	width: 70%;
}

/* 切换店铺 */
.store-icon-box {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #9E9E9E;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 5rem;
    margin-right: 0.8rem;
    color: #fff;
}
.store-popup {
	border-radius: 1rem 1rem 0 0 !important;
}
.store-popup-item {
	display: flex;
	align-items: center; 
	margin: 1rem 2rem; 
	padding: 1rem 2rem; 
	border-radius: 1rem; 
	border: 1px solid #eee;
}
.store-popup-item b{
    font-weight: bold;
}
.store-popip-excahnge{
	position: absolute;
	bottom: -0.4rem;
	right: -0.6rem;
	color: #666;
	font-size: 1.2rem;
	background: #fff;
	border-radius: 1.5rem;
	width: 1.6rem;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}
/* 缩放动画 */
@keyframes zoomAndPulse {
    0% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 0 10px rgba(255, 107, 107, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
    }
}

.zoom-pulse {
    animation: zoomAndPulse 1.5s ease-in-out;
}