* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue",STHeiti,"Microsoft Yahei",Tahoma,Simsun,sans-serif;
}

input, button {
    background: none;
    outline: none;
    border: 0;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: #fff;
}

.header {
    height: 30px;
    background: #f2f2f2;
    margin: 8px;
}

.header span {
    font-size: 15px;
    line-height: 20px;
    color: #aaa;
    margin: 5px;
}

.header img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.container {
    font-size: 14px;
    background: rgba(0, 0, 0, 0);
    flex: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.container-n {
    width: 100%;
    height: calc(100vh - 55px);
    background: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.bottom-logo {
    padding: 50px auto 20px;
    margin: 20px auto 30px;
}

.footer {
    padding: 8px 0 5px 0;
    overflow: hidden;
	margin-top:5px;
}

.menu-button {
    flex: 1;
    position: relative;
}

.menu-button img {
    width: 30px;
    height: 30px;
}

.menu-button b {
    font-size: 13px;
    line-height: 25px;
	color:#777;
}

.store_logo {
    width: 25px;
    height: 25px;
}

.avatar {
    padding: 30px 0;
}

.avatar img {
    width: 22%;
    height: 22%;
    border-radius: 10000px;
    border: 2px solid #fff;
    box-shadow: 1px 4px 6px 1px #ddd;
}

.username {
    font-size: 25px;
}

.arrow-right-s {
    width: 13px;
    height: 13px;
}

.arrow-right-m {
    width: 20px;
    height: 20px;
}

.pd-round {
    padding: 20px 10px;
}

.pd-row {
    padding-left: 10px;
    padding-right: 10px;
}

.pd-column {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pd-column-x {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pd-top {
    padding-top: 10px;
}

.pd-bottom {
    padding-bottom: 20px;
}

.badge {
    padding: 2px 4px 2px 4px;
    height: 16px;
    min-width: 11px;
    line-height: 16px;
    text-align: center;
    background-color: #dd3b35;
    color:white;
    font-size: 14px;    
    border-radius: 100px;
    position: absolute;
    left: 19px;
	font-family:SimHei;
	}

.order-badge {
    top: 5%;
}

.menu-badge {
    top: -2%;
}

.text-info {
    margin-bottom: 5px;
    padding: 10px 10px;
}

.category-title {
    font-size: 15px;
}

.product {
    padding: 10px 10px 10px 0;
    margin-left: 10px;
}

.product-title {
	font-size: 15px;
    width: 95%;
    line-height: 18px;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
	margin-top: 8px;
    margin-bottom: 5px;
}

.product-pic img {
    width: 75px;
    height: 75px;
    border: 2px solid #e7e7e7;
    margin-right: 10px;
    margin-bottom: 5px;
}

.mg-right {
    margin-right: 10px;
}

.mg-left {
    margin-left: 10px;
}

.line-bottom-xs {
    border-bottom: 1px solid #eee;
}

.line-bottom-s {
    border-bottom: 2px solid #eee;
}

.line-bottom-m {
    border-bottom: 5px solid #eee;
}

.line-bottom-l {
    border-bottom: 8px solid #eee;
}

.line-bottom-xl {
    border-bottom: 12px solid #eee;
}

.line-top-xs {
    border-top: 1px solid #eee;
}

.line-top-s {
    border-top: 2px solid #eee;
}

.line-top-m {
    border-top: 5px solid #eee;
}

.line-top-l {
    border-top: 8px solid #eee;
}

.line-top-xl {
    border-top: 12px solid #eee;
}

.red-bottom-line {
    color: #b3332b;
    border-bottom: 2px solid #b3332b;
}

.size-width-xs {
    width: 10%;
}

.size-width-s {
    width: 20%;
}

.size-width-m {
    width: 35%;
}

.size-width-l {
    width: 50%;
}

.size-width-xl {
    width: 80%;
}

.size-height-xs {
    height: 20px;
}

.size-height-s {
    height: 30px;
}

.size-height-sm {
    height: 40px;
}

.size-height-m {
    height: 50px;
}

.size-height-l {
    height: 80px;
}

.size-height-xl {
    height: 120px;
}

.bg-white {
    background: #ffffff;
}

.bg-gray {
    background: #f2f2f2;
}

.font-gray {
    color: #aaa;
}

.font-red {
    color: #b3332b;
}

.button {
    background: white;
    justify-content: center;
    align-items: center;
}

.button-radius {
    border-radius: 6px;
}

.button-radius-circle {
    border-radius: 999px;
}

.button-gray {
    color: #666;
    border: 1px solid #e0e3e2;
}

.button-red {
    background: #b3332b;
    color: #fff;
}

.button-blue {
    background: #87CEFA;
    color: #666;
    border: 1px solid #e0e3e2;
}

.order-button {
    flex: 1;
    position: relative;
}

.order-button img {
    width: 30px;
    height: 30px;
    padding-top: 10px;
}

.order-button div {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

.button-alipay {
    color: #108ee9;
    border: 1px solid #108ee9;
}

.button-wxpay {
    color: #439057;
    border: 1px solid #439057;
}

.button-anotherpay {
    color: #ff9933;
    border: 1px solid #ff9933;
}

.button-font-m {
    font-size: 14px;
}

.s-select {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 0 0 1px #999999;
    border-radius: 40px;
    font-size: 12px;
    background-color: #ffffff;
    margin-right: 10px;
}

.s-select-activate {
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 0 0 1px #238F7A;
    border-radius: 40px;
    font-size: 12px;
    background-color: #238F7A;
    margin-right: 10px;
    /*background:url(/wolfes/img/icons/selected.svg) no-repeat;*/
}

.slider-left {
    min-width: 80px;
    /*position: absolute;*/
    top: 0;
    /*bottom: 55px;*/
}

.slider-right {
    flex: 1;
    /*margin-left: 80px;*/
}

.category-activate {
    background: #fff;
}

.dialog {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.3);
}

.card {
    position: absolute;
    right: 0;
    top: 25vh;
    z-index: 15;
    width: 80%;
    height: 50vh;
}

.card-title {
    display: flex;
    align-items: flex-start;
}

.card-title-text {
    flex: 1;
}

.card-title-button {
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 200px;
    margin-left: 10px;
    background-color: #999;
    text-align: center;
    color: #fff;
}

.card-content {
    flex: 1;
    width: 100%;
    overflow: scroll;
    margin-top: 10px;
}

.card-content img {
    flex: 1;
    width: 100%;
    /*overflow: scroll;*/
    /*margin-top: 10px;*/
}

.drawer {
    width: 100%;
    position: absolute;
    bottom: 55px;
}

.drawer-middle {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    margin: auto;
}

.button-line-text {
    line-height: 50px;
    height: 50px;
    width: 100%;
    text-align: center;
}

.drawer-control-button {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    line-height: 50px;
    height: 50px;
    text-align: center;
}



@-webkit-keyframes loading-3 {
    50% {
        transform: scale(.4);
        opacity: .3
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.loading-3 {
    position: relative
}

.loading-3 i {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
}

.loading-3 i:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: loading-3 1s ease 0s infinite;
}

.loading-3 i:nth-child(2) {
    top: 17px;
    left: 17px;
    -webkit-animation: loading-3 1s ease -.12s infinite;
}

.loading-3 i:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: loading-3 1s ease -.24s infinite;
}

.loading-3 i:nth-child(4) {
    top: -17px;
    left: 17px;
    -webkit-animation: loading-3 1s ease -.36s infinite;
}

.loading-3 i:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: loading-3 1s ease -.48s infinite;
}

.loading-3 i:nth-child(6) {
    top: -17px;
    left: -17px;
    -webkit-animation: loading-3 1s ease -.6s infinite;
}

.loading-3 i:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: loading-3 1s ease -.72s infinite;
}

.loading-3 i:nth-child(8) {
    top: 17px;
    left: -17px;
    -webkit-animation: loading-3 1s ease -.84s infinite;
}

.add-to-cart {
        min-width: 30px;
  }

.product-price {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mg-top {
    margin-top: 10px;
}

.mg-bottom {
    margin-bottom: 10px;
}

.icon-holder {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 32px;
    width: 32px;
}

.icon {
    height: 100%;
    width: 100%;
    display: inline-block;
    position: relative;
    left: -32px;
    border-right: 1px solid transparent;
}

.icon-gray {
    filter: drop-shadow(32px 0 #666);
}

.icon-white {
    filter: drop-shadow(32px 0 #fff);
}

.size-width-full {
    width: 100%;
}
