@import url(https:/songguoshangcheng.oss-cn-hangzhou.aliyuncs.com/lib/material-icons/material-icons.min.css);/* fallback */

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-10 {
  padding-bottom: 10rem;
}

.page-loading {
  text-align: center;
  padding-top: 100px;
}

.opacity80 {
  opacity: 0.8;
}

@font-face {
  font-family: 'iconfont';
  /* project id 1233493 */
  src: url("//at.alicdn.com/t/font_1233493_olhmsybq6o.eot");
  src: url("//at.alicdn.com/t/font_1233493_olhmsybq6o.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1233493_olhmsybq6o.woff2") format("woff2"), url("//at.alicdn.com/t/font_1233493_olhmsybq6o.woff") format("woff"), url("//at.alicdn.com/t/font_1233493_olhmsybq6o.ttf") format("truetype"), url("//at.alicdn.com/t/font_1233493_olhmsybq6o.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.css3,
#address-box,
.bg,
#store-product .bg,
#store-product .total-detail {
  transition: all 0.3s ease;
}

.align-items-center {
  align-items: center;
}

.text-left {
  text-align: left;
}

.form-select {
  width: 100%;
  height: 50px;
  margin-top: 15px;
  font-size: 16px;
  border: none;
  background-color: #fff;
  background-image: none;
  text-transform: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.alert {
  text-align: left;
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.alert .badge {
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
  display: inline-block;
  border-radius: 7px;
  padding: 2px 5px;
  line-break: 1;
  color: #fff;
}

.alert-danger {
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%) !important;
  color: #fff !important;
}

.alert-danger .badge {
  background-image: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
  color: #000;
}

#buttom-btn {
  width: 100%;
  position: fixed;
  left: 0px;
  z-index: 10;
  bottom: 0px;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: content-box;
  text-align: center;
  line-height: 60px;
  background: #fff;
  color: #D21D00;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

#buttom-btn.danger {
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  color: #fff;
}

.line-red {
  background-color: #ce0011 !important;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-black {
  color: #000;
}

#form .mu-text-field {
  width: 100%;
}

.w100 {
  width: 100% !important;
}

.logo-full {
  padding: 5vh 30%;
}

body {
  font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif !important;
  padding-bottom: 100px;
  color: rgba(0, 0, 0, 0.6);
}

body.loading {
  background: url("/static/images/loading.gif") center 100px no-repeat;
}

#bottom-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

#bottom-nav.normal-bottom-nav {
  display: flex;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
}

#bottom-nav.normal-bottom-nav a {
  display: block;
  padding: 20px 0px;
  flex-grow: 1;
  text-align: center;
  background-color: #fff;
  color: #003E9A;
}

#bottom-nav.normal-bottom-nav a:last-child {
  background-color: #003E9A;
  color: #fff;
}

.mu-text-field {
  max-width: 100%;
}

#address-box {
  position: fixed;
  left: 0;
  bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  z-index: 100;
  width: 100%;
  background: #fff;
  visibility: hidden;
  transform: translateY(100%);
}

#address-box.show {
  visibility: visible;
  transform: translateY(0%);
}

#address-box .tools {
  position: absolute;
  right: 16px;
  top: 6px;
  z-index: 10;
}

#address-box .tools button {
  float: left;
  min-width: 0;
}

#address-box .list-item {
  position: relative;
}

#address-box .action-btn {
  position: absolute;
  right: 8px;
  top: 8px;
}

.bg {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.bg.show {
  visibility: visible !important;
  opacity: 0.7 !important;
}

.city-picker-box {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 12px;
}

.city-picker-box .city-picker-span,
.city-picker-box .city-picker-dropdown {
  width: 100% !important;
  min-width: 0;
}

.city-picker-span.focus,
.city-picker-span.open {
  border-bottom-color: #003E9A !important;
}

.city-select-tab > a.active {
  color: #003E9A !important;
}

.city-select a.active {
  background-color: #003E9A !important;
}

.mu-dialog-body {
  overflow: auto !important;
}

.bottom-enter-active,
.bottom-leave-active {
  transition: all .3s ease;
}

.bottom-enter,
.bottom-leave-to {
  transform: translateY(15px);
  opacity: 0;
}

#loading {
  margin: auto;
  width: 100% !important;
  text-align: center;
  margin: 10px 0;
  position: absolute;
  left: 0;
  top: 50px;
}

#loading .mu-circle-wrapper {
  margin: 0 auto;
}

.clear {
  clear: both;
}

.mu-tabs.white {
  background: #fff;
}

.mu-tabs.white .mu-tab-link {
  color: #999;
}

.mu-tabs.white .mu-tab-active {
  color: #000;
}

.mu-tabs.white .mu-tab-link-highlight {
  background-color: #003E9A;
}

#item-list-wrap {
  padding: 5px;
}

#item-list-wrap .item {
  width: 50%;
  box-sizing: border-box;
  min-height: 250px;
  float: left;
  display: block;
  padding: 5px;
  border-right: 1px solid #f9f9f9;
  border-bottom: 1px solid #f9f9f9;
  color: rgba(0, 0, 0, 0.6);
}

#item-list-wrap .item .title {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#item-list-wrap .item .title .v {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  font-size: 10px;
  margin-right: 3px;
  background: #fdd835;
}

#item-list-wrap .item .price {
  font-size: 8px;
  color: #ce0011;
}

#item-list-wrap .item .price b {
  font-size: 14px;
}

#item-list-wrap .item .price i {
  font-style: inherit;
  display: inline-block;
  background-color: #ce0011;
  color: #fff;
  font-style: 12px;
  border-radius: 3px;
  line-height: 1;
  padding: 2px;
  margin-left: 3px;
}

#item-list-wrap .item .del-price {
  color: #aaa;
  font-weight: normal;
  font-size: 13px;
  margin-left: 3px;
  text-decoration: line-through;
}

#item-list-wrap .item .vip-price {
  color: #aaa;
  font-size: 13px;
  margin-left: 3px;
  font-weight: normal;
}

#item-list-wrap .item .vip-price b {
  color: #ce0011;
}

#item-list-wrap .item .countdown {
  font-weight: bold;
}

#item-list-wrap .item .countdown i {
  font-style: inherit;
}

.layout {
  padding: 10px;
}

.layout15 {
  padding-left: 15px;
  padding-right: 15px;
}

.del {
  color: gray;
  font-size: 13px;
  margin-right: 50%;
}

#item .cart {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 10;
}

#item .cart-number {
  position: fixed;
  right: 8px;
  top: 8px;
  display: inline-block;
  min-width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  background: #ce0011;
  color: #fff;
  border-radius: 15px;
  z-index: 10;
}

#item .activities {
  box-shadow: 0px 3px 10px #f0f0f0;
  padding: 15px;
  border-radius: 10px;
}

#item .activities .title {
  padding: 0 0 10px 0;
  font-weight: normal;
  font-size: 14px;
}

#item .activities .item {
  padding: 6px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

#item .activities .item .avatars {
  width: 50px;
  position: relative;
}

#item .activities .item .avatars img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 3px 10px #f0f0f0;
}

#item .activities .item .avatars img:nth-child(2) {
  position: absolute;
  left: 15px;
}

#item .activities .item .name {
  flex-grow: 1;
  padding-left: 20px;
}

#item .title {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 10px 0;
  text-align: left;
}

#item .title .v {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  margin-right: 3px;
  position: relative;
  top: -2px;
  background: #fdd835;
}

#item .price {
  font-size: 10px;
  color: #003E9A;
  text-align: left;
}

#item .price b {
  font-size: 18px;
}

#item .price .team {
  font-style: inherit;
  display: inline-block;
  background-color: #ce0011;
  color: #fff;
  font-style: 12px;
  border-radius: 3px;
  line-height: 1;
  padding: 2px;
  margin-left: 3px;
  position: relative;
  top: -3px;
}

#item .price .countdown i {
  font-style: inherit;
}

#item .vip-price {
  font-size: 14px;
  color: #aaa;
}

#item .vip-price b {
  color: #ce0011;
  font-size: 14px;
}

#item .store {
  box-shadow: 0px 3px 10px #f0f0f0;
  padding: 15px;
  border-radius: 10px;
}

#item .store .store-content {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.8);
}

#item .store .store-content img {
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

#item .store .store-content .name {
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  flex-grow: 1;
}

#item .store .store-content .name small {
  display: block;
  color: #999;
}

#item .store .services {
  padding: 20px 0 0px 0;
  display: flex;
  justify-content: space-between;
}

#item .store .services .service {
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.6);
}

#item .store .services .service i {
  margin-right: 5px;
  width: 30px;
}

#item .content {
  padding-top: 30px;
}

#item .content p {
  margin: 0;
}

#item .content img {
  display: block;
}

#item .bottom-btn-section {
  width: 100%;
  position: fixed;
  left: 0px;
  z-index: 10;
  bottom: 0px;
  padding: 15px;
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
}

#item .bottom-btn-box {
  width: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.08);
}

#item .bottom-btn-box .team-btns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#item .bottom-btn-box .btn {
  flex-grow: 1;
  height: 50px;
  font-size: 13px;
  box-shadow: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  min-width: 33.33%;
}

#item .bottom-btn-box .bottom-btn {
  border-radius: 0px;
  flex-grow: 1;
  height: 40px;
  font-size: 13px;
  box-shadow: none;
}

#item .bottom-btn-box .bottom-btn.buy-now {
  left: auto;
  right: 0px;
}

#item .bottom-btn-box .bottom-btn .mu-icon {
  font-size: 18px;
}

#item .bottom-btn-box .bottom-btn.cart-btn {
  flex-grow: 0;
  min-width: 60px;
}

#item .bg {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
}

#item .number-box {
  position: fixed;
  left: 0;
  bottom: 0px;
  background: #fff;
  padding: 10px 10px 70px 10px;
  padding-bottom: calc(70px + constant(safe-area-inset-bottom));
  padding-bottom: calc(70px + env(safe-area-inset-bottom));
  z-index: 9;
  width: 100%;
  display: flex;
  transition: all .3s ease;
  transform: translateY(100%);
  flex-wrap: wrap;
}

#item .number-box .mu-icon-button,
#item .number-box .mu-text-field {
  display: table-cell;
}

#item .number-box .mu-icon-button {
  position: relative;
  top: 7px;
}

#item .number-box .mu-text-field .mu-text-field-label {
  width: 100%;
  text-align: center;
  transform-origin: center;
}

#item .number-box .mu-text-field input {
  text-align: center;
}

#item .number-box.team-number-box {
  z-index: 50;
  padding-bottom: 30px;
}

#item .number-box.team-number-box .btn-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#item .number-box.team-number-box .btn-box .btn {
  width: 49%;
}

#item.show .bg {
  visibility: visible;
  opacity: .8;
}

#item.show .number-box {
  transform: translateY(0);
}

#item.qrcode .bg {
  visibility: visible;
  opacity: .8;
  z-index: 10;
}

#item.qrcode .share-qrcode {
  transform: translateY(0);
}

#item .share {
  position: fixed;
  right: 15px;
  bottom: 150px;
  z-index: 1;
  font-size: 12px;
  background: #003E9A;
  color: #fff;
  padding: 3px 5px;
  border-radius: 5px;
  z-index: 5;
}

.hr {
  width: 100%;
  height: 10px;
  background: #f0f0f0;
}

#file {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.articles-swiper {
  display: flex;
  padding: 15px;
  height: 50px;
  white-space: nowrap;
}

.articles-swiper .swiper-ele {
  flex-grow: 1;
}

.articles-swiper .swiper-wrapper {
  height: 50px;
}

.articles-swiper .swiper-wrapper a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  color: inherit;
}

.articles-swiper .swiper-slide {
  height: 50px;
}

.articles-swiper a {
  color: inherit;
}

#order-comment .submit {
  margin-top: 50px;
}

#order-comment .images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-bottom: 20px;
}

#order-comment .images .image {
  width: 25%;
  padding: 5px;
  position: relative;
}

#order-comment .images .image img {
  display: block;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
}

#order-comment .images .image .remove {
  position: absolute;
  right: 0;
  top: 0;
  background: #003E9A;
  padding: 3px;
  width: 20px;
  height: 20px;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.1);
  font-size: 10px;
}

#order-comment .images .image .remove .material-icons {
  font-size: 14px;
  color: #fff;
}

#status {
  text-align: center;
}

#status .icon-box {
  margin: 100px 0;
  font-size: 20px;
}

#status .icon-box i {
  display: block;
  background: #003E9A;
  margin: 0 auto;
  color: #fff;
  border-radius: 50%;
  font-size: 50px !important;
  line-height: 100px;
  margin-bottom: 20px;
}

#index #search {
  width: 100%;
  display: flex;
  padding: 5px 0px 0 20px;
}

#index #search .mu-text-field {
  flex-grow: 1;
  margin-bottom: 0;
}

#index #search .mu-raised-button {
  min-width: 46px;
}

#index .category {
  padding: 10px;
}

#index .category a {
  display: inline-block;
  width: 20%;
  float: left;
  text-align: center;
  margin: 5px 0;
}

#index .category a span {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-top: 8px;
}

#index .category a img {
  width: 100%;
  padding: 0 15px 0px 15px;
}

#index .themes {
  padding-bottom: 5px;
}

#index .themes .theme,
#index .themes .theme0 {
  padding: 5px 5px 0 5px;
}

#index .themes .theme .title,
#index .themes .theme0 .title {
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
}

#index .themes .theme .box .item,
#index .themes .theme0 .box .item {
  padding: 5px;
  width: 50%;
  float: left;
}

#index .themes .theme .box .item a,
#index .themes .theme0 .box .item a {
  display: block;
}

#index .themes .theme .box .item a img,
#index .themes .theme0 .box .item a img {
  display: block;
  width: 100%;
}

#index .themes .theme + .theme,
#index .themes .theme0 + .theme {
  padding-top: 0;
}

#index .themes .theme1 .box .item {
  float: right;
}

#index .themes .theme2 .box .item {
  width: 50%;
}

#index .themes .theme3 .box .item {
  width: 33.33%;
}

#index .themes .theme4 .box .item {
  width: 50%;
}

#index .themes .theme5 .box .item {
  width: 100%;
}

#index .items .section-title {
  padding: 10px 10px 0 10px;
  font-weight: bold;
  font-size: 16px;
}

#index #index-top-category .mu-flat-button {
  min-width: auto;
}

#index #index-top-category .swiper-slide {
  width: auto;
  border-bottom: 2px solid #f9f9f9;
}

#index #index-top-category .active {
  border-bottom-color: #003E9A;
}

#index .mu-avatar {
  border-radius: 0;
}

#index .mu-avatar img {
  border-radius: 0;
}

#index .layout.list .mu-avatar {
  background: none;
}

#index .layout.list .item {
  color: rgba(0, 0, 0, 0.6);
}

#index .layout.list .item .title {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#index .layout.list .item .title .v {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  font-size: 10px;
  margin-right: 3px;
  background: #fdd835;
}

#index .layout.list .item .price {
  font-size: 8px;
  color: #ce0011;
}

#index .layout.list .item .price b {
  font-size: 14px;
}

#index .layout.list .item .del-price {
  color: #aaa;
  font-weight: normal;
  font-size: 13px;
  margin-left: 3px;
  text-decoration: line-through;
}

#index .layout.list .item .vip-price {
  color: #aaa;
  font-size: 13px;
  margin-left: 3px;
  font-weight: normal;
}

#index .layout.list .item .vip-price b {
  color: #ce0011;
}

#index .layout.list .swiper-pagination {
  bottom: -5px;
}

#index .layout.list .swiper-container {
  padding-bottom: 15px;
}

#index .layout.list .mu-card {
  margin-bottom: 15px;
}

#cart .image {
  width: 30%;
  float: left;
}

#cart .item-content {
  float: left;
  width: 70%;
  padding-left: 10px;
}

#cart .item-content .mu-item-title {
  line-height: 1.4;
}

#cart .item-content .mu-item-title .v {
  color: #fff;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  margin-right: 3px;
  position: relative;
  top: -2px;
  background: #fdd835;
}

#cart .mu-item {
  padding-left: 50px;
}

#cart .mu-icon-button {
  margin-top: 20px;
}

#cart .price {
  font-size: 10px;
  color: #000;
}

#cart .price b {
  font-size: 14px;
}

#cart .bottom-btn {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: calc(60px + constant(safe-area-inset-bottom));
  bottom: calc(60px + env(safe-area-inset-bottom));
}

#cart.quick-delivery .bottom-btn {
  bottom: constant(safe-area-inset-bottom);
  bottom: env(safe-area-inset-bottom);
}

#cart.quick-delivery .buttons {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #757575;
}

#cart.quick-delivery .buttons .mu-icon-button {
  margin-top: 0;
}

#cart.quick-delivery .buttons > input {
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  border: none;
  width: 50px;
  text-align: center;
}

#cart .bg {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
}

#cart .number-box {
  position: fixed;
  left: 0;
  bottom: 0px;
  background: #fff;
  padding: 10px 10px 20px 10px;
  padding-bottom: calc(20px + constant(safe-area-inset-bottom));
  padding-bottom: calc(20px + env(safe-area-inset-bottom));
  z-index: 20;
  width: 100%;
  transition: all .3s ease;
  transform: translateY(100%);
}

#cart .number-box .box {
  display: flex;
}

#cart .number-box .mu-icon-button,
#cart .number-box .mu-text-field {
  display: flex;
  flex-grow: 1;
}

#cart .number-box .mu-icon-button {
  position: relative;
  top: 7px;
}

#cart .number-box .mu-text-field-content {
  width: 100%;
}

#cart .number-box .mu-text-field .mu-text-field-label {
  width: 100%;
  text-align: center;
  transform-origin: center;
}

#cart .number-box .mu-text-field input {
  text-align: center;
}

#cart.show .bg {
  opacity: .8;
  visibility: visible;
}

#cart.show .number-box {
  transform: translateY(0);
}

#cart .list-complete-item {
  transition: all .5s;
  display: inline-block;
  margin-right: 10px;
}

#cart .list-complete-enter,
#cart .list-complete-leave-to {
  opacity: 0;
  transform: scale(1, 0);
}

#cart .list-complete-leave-active {
  position: absolute;
}

#order-create .price {
  font-size: 10px;
  color: #000;
}

#order-create .price b {
  font-size: 14px;
}

#order-create .mu-avatar {
  border-radius: 0;
}

#order-create .mu-avatar img {
  border-radius: 0;
}

#order-create .mu-item-title {
  line-height: 1.3;
}

#order-create .bottom-btn button {
  margin-top: 10px;
}

#order-create .loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: #fff url("/static/images/loading.gif") center no-repeat;
}

#order-create .mu-badge {
  white-space: nowrap;
}

#order-create .mu-item-right {
  justify-content: flex-end;
}

img {
  max-width: 100%;
}

#vip-card-create {
  padding: 15px;
}

#vip-card-create .card {
  width: 90%;
  border-radius: 5px;
  margin: 20px 5%;
}

#vip-card-create .mu-item.show-left {
  padding-left: 56px;
}

#vip-card-create .mu-divider.inset {
  margin-left: 56px;
}

#vip-card-create .mu-text-field {
  width: 100%;
}

#vip-card-create .card-detail {
  padding-left: 56px;
  padding-bottom: 10px;
}

#vip-card-create .card-detail p {
  margin: 5px 0;
}

#vip-card-create .mu-badge {
  white-space: nowrap;
}

#vip-card-create .mu-item-right {
  justify-content: flex-end;
}

#user {
  letter-spacing: 0.5px;
  color: #373737;
  font-size: 14px;
}

#user .text-gray {
  color: #848484;
}

#user .layout {
  padding: 20px;
}

#user .header {
  background: #fff;
  line-height: 1;
}

#user .header .box {
  display: flex;
  align-items: center;
}

#user .header .layout {
  padding-bottom: 0;
}

#user .header .left {
  padding-right: 15px;
  position: relative;
}

#user .header .left img {
  width: 60px;
  border-radius: 50%;
  display: block;
}

#user .header .left .star {
  position: absolute;
  right: 7px;
  bottom: -3px;
  font-size: 10px;
  border-radius: 50%;
  background: #b4b3dd;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 2px;
}

#user .header .right {
  height: 60px;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

#user .header .right .name {
  font-size: 18px;
  width: 100%;
  font-weight: bold;
}

#user .header .right .phone {
  font-size: 12px;
  padding-top: 5px;
}

#user .header .money {
  font-size: 14px;
}

#user .header .bottom .col-4,
#user .header .bottom .col-3,
#user .header .bottom .col-20 {
  width: 33.33%;
  margin-top: 15px;
  float: left;
  text-align: center;
  border-left: 1px solid #f2f2f2;
}

#user .header .bottom .col-4:nth-child(3n+1),
#user .header .bottom .col-3:nth-child(3n+1),
#user .header .bottom .col-20:nth-child(3n+1) {
  border-left: none;
}

#user .header .bottom .col-4 .text,
#user .header .bottom .col-3 .text,
#user .header .bottom .col-20 .text {
  padding-top: 10px;
  color: #373737;
}

#user .header .bottom .col-4 .name,
#user .header .bottom .col-3 .name,
#user .header .bottom .col-20 .name {
  font-size: 12px;
}

#user .header .bottom .col-3 {
  width: 25%;
}

#user .header .bottom .col-20 {
  width: 20%;
}

#user .header + .links {
  padding-top: 10px;
}

#user .datas .box {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 10px;
}

#user .datas .box .wrap {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}

#user .datas .box .wrap:first-child {
  margin-top: 0;
  padding-top: 0px;
  border-top: none;
}

#user .datas .box .wrap .name {
  font-weight: bold;
}

#user .datas .box .wrap span {
  font-size: 10px;
  color: #666;
}

#user .datas .box .wrap .color:nth-child(1) .name {
  color: #3ACCE1;
}

#user .datas .box .wrap .color:nth-child(2) .name {
  color: #3497FD;
}

#user .datas .box .wrap .color:nth-child(3) .name {
  color: #665EFF;
}

#user .datas .box .wrap .color:nth-child(4) .name {
  color: #C840E9;
}

#user .datas .box .wrap .color:nth-child(5) .name {
  color: #FF4F9A;
}

#user .datas .box .wrap .color:nth-child(6) .name {
  color: #FF9057;
}

#user .balance {
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.117647), 0 1px 4px rgba(0, 0, 0, 0.117647);
  padding: 10px;
}

#user .balance .name {
  padding-bottom: 10px;
}

#user .balance .box {
  display: flex;
  align-items: center;
  width: 100%;
}

#user .balance .box .left {
  flex: 3 1 auto;
  width: 100px;
}

#user .balance .box .right {
  padding-left: 20px;
  flex: 2 1 auto;
  width: 100px;
}

#user .balance .box .right .number {
  font-size: 20px;
  padding: 10px 0;
}

#user .balance .box .right .number small {
  font-size: 10px;
}

#user .balance .box .right .text {
  font-size: 10px;
}

#user .links {
  padding-top: 0;
}

#user .links .mu-list {
  padding: 0;
}

#user .orders .item {
  display: flex;
}

#user .orders .mu-flat-button {
  height: auto;
  padding-top: 10px;
  flex-grow: 1;
}

#user .orders .mu-flat-button .mu-flat-button-wrapper {
  flex-direction: column;
}

#user .orders .mu-flat-button .mu-flat-button-wrapper .mu-icon {
  margin: 0;
  color: #757575;
}

#user .orders .mu-flat-button .mu-flat-button-label {
  padding: 0;
}

#user .card-code {
  padding-bottom: 30px;
  text-align: center;
  position: relative;
}

#user .card-code .balance {
  position: absolute;
  right: 20px;
  top: -70px;
  font-size: 12px;
  line-height: 1;
}

#user .card-code .balance .mu-icon {
  font-size: 14px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

#orders .mu-card-text {
  padding-top: 0;
  padding-bottom: 0;
}

#orders .mu-card-actions {
  text-align: right;
}

#orders .mu-card {
  margin-bottom: 10px;
}

#orders .mu-item-title {
  line-height: 1.3;
}

#orders .status-box {
  position: absolute;
}

.status-box {
  position: absolute;
  width: 100%;
  text-align: center;
  padding-top: 50px;
}

.status-box.no-data {
  position: static;
}

.status-box.no-data img {
  width: 60%;
}

.status-box.no-data span {
  font-size: 16px;
  margin-top: 20px;
}

.status-box span {
  display: inline-block;
  width: 100%;
  color: #666;
}

#order-show .price {
  font-size: 10px;
  color: #000;
}

#order-show .price b {
  font-size: 14px;
}

#order-show .mu-avatar {
  border-radius: 0;
}

#order-show .mu-avatar img {
  border-radius: 0;
}

#order-show .mu-item-title {
  line-height: 1.3;
}

#order-show .bottom-btn button {
  margin-top: 10px;
}

#order-show .loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: #fff url("/static/images/loading.gif") center no-repeat;
}

#order-show .mu-badge {
  white-space: nowrap;
}

#order-show .mu-item-right {
  justify-content: flex-end;
}

#recharge {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#recharge .box {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

#search .mu-text-field {
  width: 100%;
}

#search .col-20 {
  text-align: center;
}

#collect {
  padding: 100px 30px;
}

#collect .qrcode {
  text-align: center;
  padding: 20px;
}

#collect .user {
  display: flex;
  align-items: center;
  justify-content: center;
}

#collect .user img {
  width: 70px;
  border-radius: 5px;
  box-shadow: 0px 3px 10px #ddd;
}

#collect .user .name {
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
}

#collect .text {
  text-align: center;
  font-weight: bold;
  color: #003E9A;
}

#collect-pay .mu-text-field {
  margin: 0;
}

#collect-pay .mu-list {
  padding: 0;
  padding-bottom: 30px;
}

#shop-show {
  padding: 30px;
}

#shop-show .avatar {
  text-align: center;
  padding-top: 100px;
}

#shop-show .avatar img {
  width: 100px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px #ccc;
}

#shop-show .name {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}

#shop-show .shadow {
  box-shadow: 0px 5px 10px #eee;
  padding: 15px;
  border-radius: 10px;
}

#shop-show .tel,
#shop-show .address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

#shop-show .tel .text,
#shop-show .address .text {
  padding: 12px 0;
}

#shop-show .tel {
  border-bottom: 1px solid #f6f6f6;
}

#shop-show .content {
  padding-top: 30px;
}

.mb-1 {
  margin-bottom: 1rem;
}

#shop-index .map {
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#cases {
  padding: 10px;
}

#cases .item {
  display: flex;
  padding-bottom: 30px;
}

#cases .item .avatar {
  width: 40px;
}

#cases .item .avatar img {
  border-radius: 50%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
}

#cases .item .main {
  flex-grow: 1;
  padding-left: 10px;
  width: 50%;
}

#cases .item .main .name {
  font-size: 16px;
  font-weight: bold;
}

#cases .item .main .name .level {
  background: #003E9A;
  color: #fff;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 3px;
  line-height: 1;
  font-size: 14px;
}

#cases .item .main .name .time {
  font-size: 12px;
  color: #ccc;
  font-weight: normal;
  padding-top: 5px;
}

#cases .item .main .content {
  padding-top: 10px;
}

#cases .item .main .content .images {
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#cases .item .main .content .images .img {
  width: 25%;
  padding-top: 25%;
  background-size: cover;
}

#user-list .achievement {
  display: flex;
  flex-wrap: wrap;
}

#user-list .achievement .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0px;
  width: 100%;
}

#user-list .achievement .item {
  width: 50%;
}

#user-list .achievement .item .name {
  font-size: 16px;
  padding-bottom: 5px;
  padding-top: 15px;
}

#user-list .achievement .item span {
  color: rgba(0, 0, 0, 0.6);
}

.free-section-title {
  height: 60px;
  background: url(/static/images/free/section-bg.png) center no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  color: white;
  margin-top: 20px;
}

.free-boxs,
#free .boxs {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  background: white;
  border-radius: 20px;
  padding: 15px;
}

#free {
  font-size: 16px;
  background: #D21D00;
}

#free .category .swiper-slide {
  width: auto;
  padding-right: 15px;
  padding-bottom: 15px;
}

#free .category .swiper-slide span {
  position: relative;
}

#free .category .swiper-slide span:after {
  content: " ";
  position: absolute;
  left: 0px;
  bottom: -5px;
  height: 1px;
  width: 100%;
  background: #ce0011;
  opacity: 0;
  transform: translateY(3px);
}

#free .category .swiper-slide span.active:after {
  opacity: 1;
  transform: translateY(0);
}

#free .first .title {
  color: white;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 25px;
}

#free .first .total-users {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #D21D00;
  background: white;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 187px;
  margin-bottom: 25px;
  border-radius: 10px;
}

#free .boxs .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 15px;
  color: inherit;
}

#free .boxs .box:last-child {
  padding-bottom: 0;
}

#free .boxs .box .num {
  width: 12.5%;
  border-radius: 50%;
  border: 1px #D21D00 solid;
  height: 20px;
  width: 20px;
  font-size: 10px;
  margin-right: 15px;
  text-align: center;
  line-height: 18px;
}

#free .boxs .box .subhead {
  width: 35%;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#free .boxs .box .money {
  width: 20%;
  flex-grow: 1;
  font-size: 14px;
  color: #D21D00;
}

#free .boxs .box .content {
  width: 35%;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#free .boxs.third-boxs .box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 15px;
}

#free .boxs.third-boxs .box:last-child {
  padding: 0px;
}

#free .boxs.third-boxs .box .img {
  width: 50px;
  padding-right: 20px;
}

#free .boxs.third-boxs .box .img img {
  width: 100%;
  border-radius: 50%;
  display: block;
}

#free .boxs.third-boxs .box .name {
  width: 20%;
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

#free .boxs.third-boxs .box .money {
  width: 20%;
  flex-grow: 0;
  text-align: right;
  color: #D21D00;
}

#free .boxs .img-boxs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

#free .boxs .img-boxs .img-box {
  width: 17%;
  border-radius: 50%;
}

#free .boxs .img-boxs .img-box:nth-child(n+6) {
  margin-top: 15px;
}

#free .boxs .img-boxs .img-box img {
  border-radius: 50%;
  display: block;
}

#free .buy {
  line-height: 60px;
  background: white;
  text-align: center;
  color: #D21D00;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
  width: 100%;
  z-index: 5;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

#free .user-icon {
  height: 55px;
  width: 55px;
  color: #ce0011;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#free .account-icon {
  height: 55px;
  width: 55px;
  color: #fff;
  background: #FF7600;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

#free .share {
  height: 55px;
  width: 55px;
  color: white;
  background: #D21D00;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

#free .right-buttons {
  bottom: 80px;
  right: 15px;
  position: fixed;
  z-index: 5;
}

#free .right-buttons .button {
  margin-top: 10px;
}

#free .right-buttons .word-4 {
  text-align: center;
  font-size: 12px;
}

#free .map-button {
  display: flex;
  justify-content: space-between;
  color: inherit;
}

#ticket {
  margin: 25px 0px;
}

#ticket .tickets-box {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

#ticket .tickets-box .left {
  padding: 20px 17px;
  width: 66.6%;
  color: inherit;
}

#ticket .tickets-box .left .title {
  margin-bottom: 2px;
}

#ticket .tickets-box .left .monery {
  margin-bottom: 2px;
  color: #D21D00;
  font-size: 16px;
}

#ticket .tickets-box .left .company {
  font-size: 14px;
  color: #6C6C6C;
}

#ticket .tickets-box .right {
  padding: 20px 17px;
  border-radius: 0px 20px 20px 0px;
  width: 33.3%;
  background: #C4C4C4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
}

#ticket .tickets-box .active2 {
  background: #FF7600;
  color: #fff;
}

#ticket .tickets-box .active {
  padding: 20px 17px;
  border-radius: 0px 20px 20px 0px;
  width: 33.3%;
  background: #D21D00;
  display: flex;
  flex-direction: column;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

#ticket .tickets-box .active .long {
  height: 8px;
  width: 80px;
  border: 1px white solid;
  border-radius: 10px;
  margin-bottom: 5px;
}

#ticket .tickets-box .active .long .short {
  height: 7px;
  width: 60%;
  border: 1px white solid;
  background: white;
  border-radius: 10px 0px 0px 10px;
}

.free-page-top {
  padding: 30px 15px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 6px;
  margin-bottom: 20px;
}

.free-page-top .name {
  display: flex;
  justify-content: space-between;
  color: #000;
}

.free-page-top .name .avtive {
  color: #ce0011;
}

.free-page-top .name .right {
  padding-top: 3px;
}

.free-page-top .name .left {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.free-page-top .name .left .shop {
  border-radius: 5px;
  background: #D21D00;
  width: 60px;
  height: 20px;
  color: white;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}

.free-page-top .name .bottom .left {
  margin-top: 5px;
  margin-right: 35px;
}

.free-page-top .name .bottom .active {
  color: #D21D00;
}

.free-page-top .tab {
  padding-right: 15px;
}

.free-page-top .tab.active {
  color: #ce0011;
}

#free-qrcode .forth {
  padding: 60px 0px;
  text-align: center;
}

#free-qrcode .forth .name {
  color: #333;
  font-size: 16px;
  margin-top: 20px;
}

#free-ticket-comment .forth {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#free-ticket-comment .forth .right {
  color: #D21D00;
}

#free-ticket-comment .forth .right i {
  font-size: 25px;
}

#free-ticket-comment .free-boxs textarea,
#free-ticket-comment #free .boxs textarea,
#free #free-ticket-comment .boxs textarea {
  height: 120px;
  width: 100%;
  border: 0px;
  outline: none;
  resize: none;
}

#free-ticket-comment .footer {
  line-height: 60px;
  background: #D21D00;
  text-align: center;
  color: white;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

#person .free-page-top {
  padding: 30px 15px 0px 15px;
}

#person .free-page-top .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
}

#person .free-page-top .title .img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

#person .free-page-top .title .img img {
  border-radius: 50%;
}

#person .free-page-top .title .name {
  margin-right: 10px;
  font-size: 20px;
}

#person .free-page-top .title .vip i {
  font-size: 17px;
  color: #D21D00;
}

#person .free-page-top .money {
  font-size: 16px;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

#person .free-page-top .money .left .num {
  color: #D21D00;
  margin-left: 10px;
}

#person .free-page-top .money .right i {
  margin-left: 10px;
}

#person .free-page-top .money a {
  color: inherit;
}

#person .data {
  display: flex;
  text-align: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

#person .data .item {
  flex-grow: 1;
}

#person .data .item .name {
  font-size: 10px;
  color: #666;
}

#person .quan {
  display: flex;
  margin-bottom: 25px;
  font-size: 16px;
}

#person .quan .left {
  margin-right: 7.5px;
  width: 50%;
}

#person .quan .left .left-box {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background: #FF7600;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  border-radius: 10px;
}

#person .quan .left .left-box i {
  font-size: 50px;
  margin-top: -20px;
  margin-bottom: -10px;
}

#person .quan .right-box {
  margin-left: 7.5px;
  width: 50%;
}

#person .quan .right-box .right {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  background: #D21D00;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  border-radius: 10px;
}

#person .quan .right-box .right i {
  font-size: 30px;
  margin-bottom: 0px;
}

#person .list {
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEAEA;
  color: #000;
}

#person .list .left {
  display: flex;
  align-items: flex-end;
}

#person .list .left i {
  margin-right: 20px;
  font-size: 25px;
  color: #6C6C6C;
  margin-bottom: -5px;
}

#person .list .left .name {
  margin-bottom: 2px;
  font-size: 16px;
}

#frees {
  padding-top: 15px;
  padding-bottom: 100px;
}

#frees .item {
  display: block;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
  background: white;
  border-radius: 20px;
  color: #000;
  overflow: hidden;
  margin-bottom: 16px;
}

#frees .item .image {
  height: 150px;
  background-size: cover;
  background-position: center -50px;
}

#frees .item .name {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#frees .item .buttons {
  display: flex;
}

#eleven .title img {
  display: block;
}

#eleven .free-page-top .bottom {
  padding-top: 25px;
}

#eleven .forth {
  color: #333333;
  padding: 0 15px 15px 15px;
  margin-bottom: 20px;
}

#eleven .forth .phone-area {
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

#eleven .forth .phone-area .left {
  margin-right: 16px;
  font-size: 22px;
}

#eleven .forth .phone-area a {
  color: inherit;
}

#eleven .forth .area-box {
  display: flex;
  align-items: center;
}

#eleven .forth .area {
  font-size: 14px;
  margin-bottom: 18px;
  display: flex;
  margin-bottom: 35px;
  justify-content: space-between;
  align-items: center;
}

#eleven .forth .area .left {
  margin-right: 16px;
  font-size: 22px;
}

#eleven .forth .title {
  margin-bottom: 20px;
  font-size: 16px;
}

#eleven .forth .video {
  margin-bottom: 15px;
  width: 100%;
}

#eleven .forth .video video {
  width: 100%;
}

#eleven .forth .font {
  margin-bottom: 35px;
  font-size: 14px;
}

#eleven .forth .font video {
  width: 100%;
}

#eleven .store-product {
  margin-top: -15px;
  display: flex;
  padding-bottom: 150px;
}

#eleven .store-product .category {
  height: calc(100% - 140px);
  width: 25%;
  background-color: #f9f9f9;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 140px;
  padding-bottom: 100px;
}

#eleven .store-product .category ul {
  padding: 0;
  margin: 0;
}

#eleven .store-product .category .item {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
}

#eleven .store-product .category .item.active {
  background: #fff;
}

#eleven .store-product .product {
  padding-left: 25%;
  width: 100%;
}

#eleven .store-product .product .item {
  display: flex;
  padding: 10px;
}

#eleven .store-product .product .item .image {
  width: 90px;
  height: 90px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

#eleven .store-product .product .item .content {
  flex-grow: 1;
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}

#eleven .store-product .product .item .content .name {
  font-size: 16px;
  font-weight: bold;
  width: 100%;
}

#eleven .store-product .product .item .content .text {
  font-size: 12px;
  color: #999;
  flex-grow: 1;
}

#eleven .store-product .product .item .content .price {
  font-size: 16px;
  color: #ce0011;
}

#eleven .store-product .product .item .content .buttons {
  position: absolute;
  right: 0;
  bottom: -13px;
  display: flex;
  width: 120px;
  flex-direction: row-reverse;
  align-items: flex-end;
}

#eleven .store-product .product .item .content .buttons button {
  transform: scale(0.6, 0.6);
}

#eleven .store-product .product .item .content .buttons .mu-text-field {
  margin: 0;
  min-height: 40px;
}

#eleven .store-product .product .item .content .buttons .mu-text-field .mu-text-field-content {
  padding: 0;
}

#eleven .store-product .product .item .content .buttons .mu-text-field .mu-text-field-hint {
  font-size: 14px;
  text-align: center;
}

#eleven .store-product .product .item .content .buttons input {
  text-align: center;
  font-size: 14px;
}

#store-product {
  padding-top: 170px;
}

#store-product .free-page-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
}

#store-product .total {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  display: flex;
  padding: 15px;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  padding-bottom: calc(15px + constant(safe-area-inset-bottom));
  padding-bottom: calc(15px + env(safe-area-inset-bottom));
}

#store-product .total .text {
  font-size: 16px;
  flex-grow: 1;
  padding-left: 15px;
}

#store-product .total .text b {
  color: #ce0011;
  margin: 0 3px;
}

#store-product .bg {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

#store-product .total-detail {
  position: fixed;
  left: 0;
  bottom: 70px;
  bottom: calc(70px + constant(safe-area-inset-bottom));
  bottom: calc(70px + env(safe-area-inset-bottom));
  z-index: 4;
  background: #fff;
  width: 100%;
  transform: translateY(100%);
}

#store-product .total-detail .item {
  display: flex;
  padding: 5px 15px;
  align-items: center;
}

#store-product .total-detail .item .name {
  flex-grow: 1;
}

#store-product .total-detail .item .price {
  width: 100px;
  color: #ce0011;
  text-align: right;
  padding-right: 10px;
}

#store-product .total-detail .item .buttons {
  display: flex;
  width: 120px;
  flex-direction: row-reverse;
  align-items: flex-end;
}

#store-product .total-detail .item .buttons button {
  transform: scale(0.6, 0.6);
}

#store-product .total-detail .item .buttons .mu-text-field {
  margin: 0;
  min-height: 40px;
}

#store-product .total-detail .item .buttons .mu-text-field .mu-text-field-content {
  padding: 0;
}

#store-product .total-detail .item .buttons .mu-text-field .mu-text-field-hint {
  font-size: 14px;
  text-align: center;
}

#store-product .total-detail .item .buttons input {
  text-align: center;
  font-size: 14px;
}

#store-product.show-total-detail {
  height: 100vh;
  overflow: hidden;
}

#store-product.show-total-detail .total-detail {
  transform: translateY(0);
}

#store-product.show-total-detail .bg {
  opacity: 0.8;
  visibility: visible;
}

#store-edit .search-address {
  align-items: center;
}

#white-boxs .box {
  color: inherit;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  display: block;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}

#white-boxs .box .name {
  display: block;
  width: 100%;
  font-size: 16px;
}

#white-boxs .box .iconfont {
  font-size: 40px;
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  -webkit-background-clip: text;
  color: transparent;
  margin: 10px 0;
  display: block;
}

#white-boxs .col:nth-child(2n) .box .iconfont {
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}

#white-boxs .col:nth-child(3n) .box .iconfont {
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
}

#white-boxs .col:nth-child(4n) .box .iconfont {
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

#white-boxs .col:nth-child(5n) .box .iconfont {
  background-image: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
}

#white-boxs .col:nth-child(6n) .box .iconfont {
  background-image: linear-gradient(-225deg, #231557 0%, #44107A 29%, #FF1361 67%, #FFF800 100%);
}

#white-boxs .col:nth-child(7n) .box .iconfont {
  background-image: linear-gradient(to top, #0fd850 0%, #f9f047 100%);
}

#white-boxs .store-name {
  text-align: left;
  font-size: 18px;
}

#white-boxs .store-name .mu-badge {
  font-size: 16px;
}

#white-boxs .score {
  text-align: left;
}

#white-boxs .score i.active {
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#white-boxs .money {
  font-size: 30px;
  background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
  -webkit-background-clip: text;
  color: transparent;
}

#tickets .item {
  background-color: #003E9A;
  color: #fff;
  border-radius: 10px;
  padding: 0 20px;
  display: flex;
  align-items: stretch;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

#tickets .item .item-bg {
  background-color: rgba(255, 255, 255, 0.08);
  position: absolute;
  bottom: 50%;
  left: 30%;
  width: 500px;
  height: 500px;
  z-index: 10;
  border-radius: 50%;
}

#tickets .item .left {
  flex-grow: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

#tickets .item .left .name {
  font-size: 20px;
  font-weight: bold;
}

#tickets .item .left .ps {
  opacity: 0.8;
  padding: 5px 0;
}

#tickets .item .left .date {
  opacity: 0.8;
}

#tickets .item .right {
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  padding: 20px 0 20px 20px;
  display: flex;
  align-items: center;
  width: 100px;
  position: relative;
  flex-shrink: 0;
  z-index: 10;
  justify-content: center;
}

#tickets .item .right .btn {
  background-color: rgba(255, 255, 255, 0.8);
  color: #003E9A;
  padding: 5px 10px;
  border-radius: 5px;
}

#tickets .item .right .roll {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  transform: translate(-5px, -5px);
}

#tickets .item .right .roll:nth-child(2) {
  top: 100%;
}

#ticket {
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
}

#ticket .qrcode {
  padding-bottom: 50px;
}

#ticket .qrcode .t {
  font-weight: bold;
  font-size: 16px;
}

#ticket .text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

#ticket .text .name {
  width: 60px;
  flex-shrink: 0;
  text-align: left;
}

#ticket .text .t {
  text-align: right;
}

#tabs {
  padding-bottom: 10px;
}

#tabs .tab {
  color: #999;
  font-size: 18px;
  line-height: 30px;
  margin-right: 10px;
}

#tabs .tab.active {
  color: #000;
  font-weight: bold;
}

.image-upload-box {
  border: 1px dashed #999;
  width: 200px;
  height: 100px;
  margin-left: 56px;
  margin-bottom: 20px;
  border-radius: 10px;
  text-align: center;
  color: #999;
  overflow: hidden;
}

.image-upload-box p {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.image-upload-box img {
  width: 100%;
  height: auto !important;
}

#activity-team-lists-show .share-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 20;
}

#activity-team-lists-show .product {
  display: flex;
}

#activity-team-lists-show .product .image {
  width: 35%;
}

#activity-team-lists-show .product .image img {
  display: block;
}

#activity-team-lists-show .product .content {
  width: 65%;
  padding-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#activity-team-lists-show .product .content .title {
  font-size: 20px;
}

#activity-team-lists-show .product .content .price .red {
  font-size: 20px;
  color: #ce0011;
  font-weight: bold;
  margin: 0 5px;
}

#activity-team-lists-show .hr {
  height: 50px;
}

#activity-team-lists-show .users {
  text-align: center;
}

#activity-team-lists-show .users .avatar img {
  margin-top: -40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

#activity-team-lists-show .users .name {
  font-size: 18px;
}

#activity-team-lists-show .users .time {
  font-size: 18px;
  color: #ce0011;
  margin: 10px 0;
}

#activity-team-lists-show .users .icon {
  color: #ce0011;
}

#activity-team-lists-show .users .status_text {
  color: #666;
  padding-bottom: 10px;
  margin: 5px 0;
}

#activity-team-lists-show .users .status_text b {
  color: #000;
}

#activity-team-lists-show .users .list {
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#activity-team-lists-show .users .list img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
}

#activity-team-lists-show .users .list .null {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 5px;
  border: 1px solid #999;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #666;
}

#quick-order-create .cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
}

#quick-order-create .cards .card_box {
  padding: 5px;
  border-radius: 14px;
  overflow: hidden;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 2px solid transparent;
}

#quick-order-create .cards .card_box img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

#quick-order-create .cards .card_box div {
  text-align: center;
  padding-top: 6px;
  color: #333333;
}

#quick-order-create .cards .active {
  border: 2px solid #8FB1A7;
}

#quick-order-create .box {
  margin: 0 20px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E5E5E5;
}

#quick-order-create .box .left {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

#quick-order-create .box .right {
  display: flex;
  align-items: center;
}

#quick-order-create .box .right .demo-radio {
  margin-left: 20px;
}

#quick-order-create .box .right .demo-radio .mu-radio-icon {
  margin-right: 0;
}

#quick-order-create .box .right .demo-input {
  width: 200px;
  height: 40px;
  border: 1px solid #D1D1D1;
  font-size: 14px;
  border-radius: 10px;
  padding: 0 15px;
  box-sizing: border-box;
  color: #333333;
}

#quick-order-create .box .right .verify {
  position: relative;
}

#quick-order-create .box .right .verify div {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #8FB1A7;
  font-weight: bold;
}

#quick-order-create .box .right .address_null {
  font-size: 16px;
  color: #AFAFAF;
  margin-right: 6px;
}

#quick-order-create .box .right .address {
  text-align: right;
  margin-right: 8px;
  color: #333333;
  font-size: 14px;
}

#quick-order-create .box .right .address > div:nth-child(1) {
  font-size: 16px;
}

#quick-order-create .submit {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 30px;
  color: #ffffff;
  padding: 0 20px;
  box-sizing: border-box;
}

#quick-order-create .submit div {
  font-size: 18px;
  font-weight: bold;
  background: #8FB1A7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 10px;
}

.card {
  box-shadow: 3px 6px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 16px;
  margin-top: 10px;
}

.card .flex {
  display: flex;
  align-items: center;
}

.card .flex .left {
  flex-grow: 1;
  font-size: 16px;
  padding-right: 20px;
}

.card .flex .left .name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
}

.card .flex .left .time {
  font-size: 14px;
  color: #666;
  padding-top: 5px;
}

.card .flex .right {
  font-size: 16px;
  font-weight: bold;
}

.card .flex .right.green {
  color: #0aa43b;
}

.card .flex .right.red {
  color: #FF1361;
}

