html {
  -webkit-tap-highlight-color: transparent;
  font-size: 13.3333333333vw;
}

body {
  background: #f0f0f0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
}

.flex {
  display: flex;
}

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

.flex-column {
  flex-direction: column;
}

.justify-between {
  justify-content: space-between;
}

.at-row__justify--between {
  justify-content: space-between;
}

.line-1 {
  position: relative;
}

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

a {
  text-decoration: none;
}

.flex-1 {
  flex: 1;
}

.originPrice {
  color: #999;
  font-size: 13px;
  font-weight: 400;
  text-decoration: line-through;
}

.at-row--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pad-x-10 {
  box-sizing: border-box;
  padding: 0 0.22rem;
}

.c-99 {
  color: #999;
}

.van-nav-bar .van-icon,
.van-nav-bar__text {
  color: gray;
}

.line-1 {
  position: relative;
}

.line-1.line-e9::after {
  background: #d3d3d3;
}

.line-1::after {
  background: #d3d3d3;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(0.25);
  transform: scaleY(0.25);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
  z-index: 10;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.at-col {
  -webkit-box-flex: 1;
  box-sizing: border-box;
  display: block;
  -webkit-flex: 1;
  flex: 1;
  white-space: nowrap;
  width: 100%;
}

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

.at-row {
  display: flex;
}

.pad-10 {
  box-sizing: border-box;
  padding: 0.22rem;
}

.at-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.at-col--wrap {
  word-wrap: break-word;
  white-space: normal;
}

.pad-b-20 {
  box-sizing: border-box;
  padding-bottom: 0.44rem;
}

.radius-10 {
  border-radius: 0.22rem;
}

.format-price {
  color: #e74343;
  display: inline-block;
  font-size: 0.26rem;
}

.tab_bar {
  height: 56px;
  display: flex;
  overflow: hidden;
  background-color: #f7f7f7;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  user-select: none;
  z-index: 9999;
}
.tab_bar .border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
}
.tab_bar .tabbar_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 5px 0 0;
  font-size: 0;
  color: var(--weui-FG-0);
  text-align: center;
  position: relative;
}
.tab_bar .icon_wrapper {
  width: 28px;
  display: inline-block;
  position: relative;
}
.tab_bar .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  border-radius: 18px;
  font-size: 10px;
  padding: 4px;
  margin-left: -2px;
  margin-top: -2px;
  color: #fff;
  background: #f43530;
  white-space: nowrap;
}
.tab_bar .badge.has_text {
  min-width: 1em;
  min-height: 1em;
  margin-right: 0.5em;
  margin-top: 0.5em;
}
.tab_bar .icon {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.tab_bar .tabbar_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex: 1;
  padding: 5px 0 0;
  font-size: 0;
  color: var(--weui-FG-0);
  text-align: center;
  position: relative;
}
.tab_bar .icon_wrapper {
  width: 28px;
  display: inline-block;
  position: relative;
}
.tab_bar .label {
  font-size: 10px;
  text-align: center;
  line-height: 1.8;
}
.tab_bar .icon_wrapper {
  width: 28px;
  display: inline-block;
  position: relative;
}

.Index .header-box {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0.3rem;
  padding: 0 0.2rem;
  z-index: 999;
  padding-bottom: 0.2rem;
}
.Index .header-box .city {
  color: #fff;
  margin-top: 0.5rem;
}
.Index .header-box .city span {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.Index .header-box .search {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 0.05rem;
  width: calc(100vw - 0.4rem);
  position: relative;
  padding: 0.16rem 0;
}
.Index .header-box .search span {
  color: gray;
  margin-left: 0.1rem;
}
.Index .header-box .search .search-btn {
  padding: 0.1rem 0.3rem;
  color: #fff;
  background-color: #9DCF27;
  border-radius: 0.6rem;
  position: absolute;
  right: 0.06rem;
}
.Index .bg-img {
  height: 8rem;
  width: 100vw;
  padding-top: 23px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.Index .swipe {
  width: 7.1rem;
  position: absolute;
  top: 2.38rem;
  left: 50%;
  transform: translate(-50%);
}
.Index .swipe .van-swipe-item img {
  height: 100%;
  border-radius: 0.2rem;
}
.Index .c-type {
  background-color: #fff;
  margin: 0.2rem;
  font-size: 0.3rem;
  border-radius: 0.2rem;
  position: absolute;
  top: 4.8rem;
  width: calc(100% - 0.4rem);
}
.Index .c-type .jsd-time {
  padding-top: 0.16rem;
  text-align: center;
  border-bottom: 1px solid #F7F7F7;
}
.Index .c-type .jsd-time img {
  width: 100%;
}
.Index .c-type .quick-wrap {
  overflow-x: scroll;
  padding-bottom: 0.2rem;
}
.Index .c-type .quick-wrap .quick-items {
  display: flex;
  margin-top: 0.2rem;
}
.Index .c-type .quick-wrap .quick-items .quick-item {
  width: 1.1rem;
  margin: 0 0.15rem;
}
.Index .c-type .quick-wrap .quick-items .quick-item img {
  height: 1.1rem;
  width: 1.1rem;
}
.Index .c-type .quick-wrap .quick-items .quick-item span {
  margin-top: 0.1rem;
  font-size: 0.26rem;
}
.Index .modal {
  margin: 0.2rem;
  position: relative;
  top: 1rem;
}
.Index .modal img {
  width: 100%;
}
.Index .yc-characteristic {
  position: relative;
  top: 1rem;
  background-color: #fff;
  margin: 0.2rem;
  border-radius: 0.15rem;
}
.Index .yc-characteristic .title-inner {
  padding-left: 0.38rem;
}
.Index .yc-characteristic .block-title {
  color: #333;
  font-size: 0.34rem;
  font-weight: 700;
  height: 0.88rem;
  line-height: 0.88rem;
  position: relative;
}
.Index .yc-characteristic .block-title::after {
  background: #6bc90e;
  content: "";
  height: 0.26rem;
  left: 0.18rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.08rem;
  z-index: 10;
}
.Index .yc-characteristic .characteristic-wrap {
  display: flex;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap {
  flex: 1;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top {
  height: 2.4rem;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .hed {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 0.15rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .hed img {
  width: 1.2rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .hed span {
  background-image: linear-gradient(0deg, #f19baf 0%, #fc7397 100%), linear-gradient(#fc7397, #fc7397);
  border-radius: 0.22rem;
  font-size: 0.22rem;
  line-height: 0.2rem;
  height: 0.2rem;
  color: #ffffff;
  padding: 0.1rem 0.5rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .con {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .con .left,
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .con .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .con img {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .top .con span {
  width: 1.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #f9e6e0;
  border-radius: 0.22rem;
  font-family: SourceHanSansSC-Medium;
  font-size: 0.22rem;
  color: #e60012;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot {
  height: 2.2rem;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .hed {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 0.15rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .hed img {
  width: 1.2rem;
  margin-left: 0.2rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .hed span {
  margin-left: 0.2rem;
  background-color: #86bc09;
  font-size: 0.22rem;
  line-height: 0.2rem;
  height: 0.2rem;
  color: #ffffff;
  padding: 0.06rem 0.2rem;
  width: 1rem;
  margin-top: 0.04rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .con {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .con .left {
  margin-left: 0.2rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .con .left img {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .con .right {
  display: flex;
  flex-direction: column;
  margin-left: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .con .right .name {
  font-size: 0.24rem;
  position: relative;
}
.Index .yc-characteristic .characteristic-wrap .c-left-wrap .bot .con .right span {
  position: relative;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #f9e6e0;
  border-radius: 0.22rem;
  font-family: SourceHanSansSC-Medium;
  font-size: 0.22rem;
  color: #e60012;
  top: 0.1rem;
  padding: 0.02rem 0;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap {
  flex: 1;
  height: 3.84rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top {
  height: 2.4rem;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .hed {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 0.15rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .hed img {
  width: 1.2rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .hed span {
  background-image: linear-gradient(180deg, #8ac267 0%, #7ab540 100%), linear-gradient(#fc7397, #fc7397);
  border-radius: 0.22rem;
  font-size: 0.22rem;
  line-height: 0.2rem;
  height: 0.2rem;
  color: #ffffff;
  padding: 0.1rem 0.5rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .con {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .con .left,
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .con .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .con img {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .top .con span {
  width: 1.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #f9e6e0;
  border-radius: 0.22rem;
  font-family: SourceHanSansSC-Medium;
  font-size: 0.22rem;
  color: #e60012;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot {
  height: 2.2rem;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot img {
  height: 100%;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp {
  display: flex;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-left {
  height: 2.2rem;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-left .hed {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 0.15rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-left .hed img {
  width: 1.2rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-left .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-left .con img {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-left .con span {
  width: 1.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #f9e6e0;
  border-radius: 0.22rem;
  font-family: SourceHanSansSC-Medium;
  font-size: 0.22rem;
  color: #e60012;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-right {
  width: 100%;
  border: 1px solid #f5f5f5;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-right .hed {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 0.15rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-right .hed img {
  width: 1.2rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-right .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-right .con img {
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 0.1rem;
}
.Index .yc-characteristic .characteristic-wrap .c-right-wrap .bot-warp .bot-right .con span {
  width: 1.2rem;
  height: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  background-color: #f9e6e0;
  border-radius: 0.22rem;
  font-family: SourceHanSansSC-Medium;
  font-size: 0.22rem;
  color: #e60012;
  margin-top: 0.1rem;
}
.Index .tab-box {
  position: relative;
  top: 1.4rem;
}
.Index .van-tabs__nav {
  background-color: initial;
}
.Index .type-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Index .type-title .tab-title {
  color: #333;
  font-size: 0.36rem;
  font-weight: 700;
}
.Index .type-title .tab-title.active {
  color: #6bc90e;
}
.Index .type-title .tab-des {
  color: #999;
  font-size: 0.22rem;
  margin-top: 3px;
}
.Index .type-title .tab-des.active {
  background: #6bc90e;
  border-radius: 0.22rem;
  color: #fff;
  padding: 0.01rem 0.1rem;
  height: 0.3rem;
  line-height: 0.3rem;
}
.Index .van-sticky--fixed {
  background-color: #f5f5f5;
  padding: 0.2rem 0;
}
.Index .goods-list {
  display: flex;
  padding: 8px 0 0 11px;
  box-sizing: border-box;
  align-items: flex-start;
}
.Index .goods-list .at-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.Index .goods-list .at-col {
  box-sizing: border-box;
  display: block;
  flex: 1;
  white-space: nowrap;
  width: 100%;
}
.Index .goods-list .ad-pic img {
  width: 3.2rem;
}
.Index .goods-list .adPic {
  border-radius: 11px;
  margin-bottom: 11px;
  overflow: hidden;
}
.Index .container_box {
  column-count: 2;
  width: 96%;
  margin: 0 auto;
  column-gap: 0.1rem;
  padding-bottom: 1rem;
  padding-top: 0.3rem;
}
.Index .container_box .col_comm {
  width: 3.5rem;
  margin-bottom: 0.28rem;
  border-radius: 0.12rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  background: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.Index .container_box .col_comm .tag {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.2rem;
  right: -0.4rem;
  background: url(//img.cdn.fusiling.com/icon/icon_sell_out.png);
  background-size: cover;
}
.Index .container_box .col_comm .img-container {
  width: 3.5rem;
  height: 3.5rem;
}
.Index .container_box .col_comm .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem 0.12rem 0 0;
  vertical-align: top;
  object-fit: cover;
}
.Index .special-price {
  color: red;
  font-size: 0.4rem;
  font-weight: bold;
  padding-left: 0.2rem;
}
.Index .special-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.Index .add-car-btn {
  width: 0.6rem;
  position: absolute;
  right: 0.2rem;
  bottom: -0.2rem;
}
.Index .add-car-btn img {
  width: 100%;
}
.Index .original-price {
  color: #999;
  padding-left: 0.08rem;
  text-decoration: line-through;
  font-size: 0.26rem;
  font-weight: bold;
}
.Index .original-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.Index .commodity-price {
  align-items: center;
  position: relative;
}
.Index .container_box .col_comm .tags {
  margin-left: 0.2rem;
}
.Index .container_box .col_comm .tag-item {
  border: 1px solid #e74343;
  border-radius: 11px;
  box-sizing: border-box;
  color: #e74343;
  font-size: 0.22rem;
  line-height: 19px;
  margin-bottom: 4px;
  margin-right: 2px;
  max-width: 0.8rem;
  text-align: center;
  margin-left: 0.2rem;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Index .container_box .col_comm .commodity-price > div {
  display: flex;
  align-items: flex-end;
}
.Index .container_box .col_comm .commodity-title {
  margin: 0 auto;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.34rem;
  font-weight: 700;
  line-height: 0.54rem;
  padding: 0.1rem 0.2rem;
  width: calc(100% - 0.4rem);
}

.Detail .custom-indicator {
  position: absolute;
  right: 0;
  bottom: 0.2rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.4rem 0 0 0.4rem;
  font-size: 0.3rem;
  color: #fff;
  background: rgba(153, 153, 153, 0.5);
}
.Detail header {
  position: fixed;
  content: "";
  width: 100%;
  z-index: 100;
}
.Detail .msg-container {
  background: white;
  padding: 0.4rem 0.2rem 0.02rem 0.2rem;
}
.Detail .msg-container .price {
  color: #e74343;
  font-size: 0.26rem;
}
.Detail .msg-container .price .prominent {
  font-size: 0.44rem;
  font-weight: 700;
}
.Detail .msg-container .price .original {
  color: #999;
  padding-left: 0.08rem;
  text-decoration: line-through;
}
.Detail .msg-container .line-top {
  border-top: 1px solid #f5f5f5;
}
.Detail .msg-container .line-top .promotion {
  border: 1px solid #fa5800;
  border-radius: 11px;
  color: #fa5800;
  font-size: 11px;
  height: 19px;
  line-height: 19px;
  margin: 11px 0 11px 11px;
  max-width: 165px;
  overflow: hidden;
  padding: 0 7px;
  position: relative;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  width: 0.6rem;
  text-align: center;
}
.Detail .service {
  background-color: #fff;
  margin-top: 0.16rem;
}
.Detail .service .service-cell {
  display: -webkit-flex;
  display: flex;
  font-size: 0.3rem;
  line-height: 0.96rem;
  padding: 0 0.34rem;
}
.Detail .service .service-cell .label {
  color: #666;
  margin-right: 0.34rem;
}
.Detail .service .service-cell .value {
  color: #000;
  flex: 1;
}
.Detail .spec {
  margin-bottom: 0.16rem;
  margin-top: 0.16rem;
  background-color: #fff;
}
.Detail .spec .view-title {
  box-sizing: border-box;
  font-size: 0.34rem;
  font-weight: 700;
  padding: 0.16rem 0.22rem;
}
.Detail .spec .table .flex-1 {
  -webkit-flex: 1;
  flex: 1;
}
.Detail .spec .table .at-row {
  position: relative;
  display: flex;
  box-sizing: border-box;
  line-height: 0.96rem;
  padding: 0 0.34rem;
  font-size: 0.3rem;
}
.Detail .spec .table .at-row .name {
  width: 1.98rem;
}
.Detail .line-1.line-e9::after {
  background: #d3d3d3;
}
.Detail .line-1::after {
  background: #d3d3d3 !important;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: scaleY(0.25);
  transform: scaleY(0.25);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 100%;
  z-index: 10;
}
.Detail .line-1.line-top::after {
  bottom: auto;
  top: 0;
}
.Detail .line-1.line-e9::after {
  background: #d3d3d3;
}
.Detail .pad-10 {
  padding: 0.2rem;
}
.Detail .price-container {
  height: 8vw;
  width: 100%;
  display: flex;
  align-items: center;
}
.Detail .price-container > div:nth-child(1) {
  font-size: 5vw;
  font-weight: bold;
  color: red;
}
.Detail .price-container > div:nth-child(2) {
  font-size: 3vw;
  font-weight: bold;
  color: red;
  text-decoration: line-through;
  margin-top: 2vw;
}
.Detail .msg-subcontainer {
  display: flex;
  justify-content: space-between;
}
.Detail .sales {
  font-size: 3vw;
  color: gray;
  width: 24vw;
  text-align: center;
}
.Detail .msg-title {
  box-sizing: border-box;
  font-size: 0.34rem;
  font-weight: 700;
  vertical-align: bottom;
}
.Detail .two-title {
  color: #6bc90e;
  font-size: 0.26rem;
  padding: 0.22rem 0;
}
.Detail .particulars-container {
  width: 95.6vw;
  margin: 3vw auto;
  border-radius: 2vw;
  background: white;
  font-size: 3.4vw;
}
.Detail .particulars-container > div:nth-child(1) {
  font-weight: bold;
  font-size: 4vw;
  padding-top: 2vw;
}
.Detail .particulars-container > div {
  font-size: 3.6vw;
  display: flex;
  padding-left: 4vw;
  align-items: center;
}
.Detail .imgIntroduce > img {
  width: 100%;
}
.Detail .notice-container {
  padding: 4vw 0;
  margin-bottom: 20vw;
  margin-top: 2vw;
  background: white;
}
.Detail .notice-container > div {
  font-size: 3.6vw;
  color: gray;
  padding: 1vw 4vw;
}
.Detail .notice-title {
  font-size: 4vw !important;
  font-weight: bold;
  color: black !important;
}
.Detail .van-swipe__indicator {
  background: gray;
}
.Detail .detail_transfer_row {
  display: flex;
  position: relative;
  font-size: 13px;
}
.Detail .detail_transfer .detail_transfer_row:before {
  left: 10px;
}
.Detail .detail_transfer_row_link {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURUdwTIyMjCYmJiYmJi0tLY+PjyYmJidnOsIAAAAGdFJOUwDt6aYcSSEXj/YAAAA8SURBVCjPY2AYBTQBLEbKDhiCTmlpKggeq2AAiDJLS0tGcBkFBUActbS0JAY4F6sgVu1YLcLnpFFAFQAATwgLKVhjC9UAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 20px;
  right: 0;
}
.Detail .detail_transfer_row_tit {
  width: 38px;
  color: #262626;
  font-weight: 700;
}
.Detail .detail_transfer .detail_transfer_row {
  position: relative;
  padding: 18px 20px 18px 0;
  font-size: 13px;
}
.Detail .detail_transfer_row_content {
  font-size: 13px;
  color: #262626;
  overflow: hidden;
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.Detail .detail_transfer_row_content_oline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 86%;
}
.Detail .postNotice {
  font-size: 12px;
  color: #f2270c;
  margin-right: 3px;
}
.Detail .detail_transfer .detail_transfer_row .detail_transfer_row_content span {
  font-size: 12px;
  color: #f2270c;
  margin-right: 3px;
}
.Detail .detail_transfer .detail_transfer_row .detail_transfer_row_content b {
  font-weight: 400;
}
.Detail .font-size-0 {
  font-size: 0;
}
.Detail .img-long img {
  margin-top: -1px;
  width: 100%;
}
.Detail .van-goods-action-button--danger {
  background: linear-gradient(to right, #6BC90C, #A2E61C);
}
.Detail .van-goods-action-button--last {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.Detail .van-goods-action-button--first {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}

.Classify .header-perch {
  height: 1.2rem;
  width: 100%;
}
.Classify .header {
  background-color: #fff;
  padding: 0.2rem 0;
  border-bottom: 1px solid #f2f2f2;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}
.Classify .header .search {
  font-size: 0.3rem;
  background-color: #fff;
  border-radius: 0.6rem;
  width: calc(100vw - 0.4rem);
  position: relative;
  padding: 0.16rem 0;
  margin: 0 auto;
}
.Classify .header .search span {
  color: gray;
  margin-left: 0.1rem;
}
.Classify .header .search .search-btn {
  padding: 0.1rem 0.3rem;
  color: #fff;
  background: linear-gradient(to right, #6BC90C, #A2E61C);
  border-radius: 0.6rem;
  position: absolute;
  right: 0.06rem;
}
.Classify .van-tree-select .van-sidebar-item {
  background-color: #fff;
}
.Classify .van-tree-select .van-tree-select__nav {
  background-color: #fff;
}
.Classify .van-tree-select .van-tree-select__content {
  flex: 3;
  margin-left: 0.3rem;
  background-color: initial;
}
.Classify .van-tree-select .van-sidebar-item--select {
  background-color: #F0F0F0;
}
.Classify .van-tree-select .van-sidebar-item--select::before {
  background-color: #6BC90E;
}
.Classify .van-tree-select .van-sidebar-item--select .van-sidebar-item__text {
  color: #6BC90E;
}
.Classify .tabs {
  position: fixed;
  top: 1.2rem;
  background-color: #fff;
  z-index: 999;
  border-radius: 0.2rem;
}
.Classify .tabs .van-tabs--line .van-tabs__wrap {
  border-radius: 0.2rem;
}
.Classify .tabs .van-tabs__wrap--scrollable .van-tabs__nav--complete {
  width: 100%;
}
.Classify .tabs .van-tab--active {
  color: #6BC90C;
}
.Classify .screened-box {
  display: flex;
}
.Classify .hed {
  width: 100%;
  padding: 0.3rem 0;
}
.Classify .hed .title {
  color: #666;
}
.Classify .hed .screened-box {
  width: 1.6rem;
  padding-right: 0.4rem;
  justify-content: space-between;
  color: #999;
}
.Classify .hed .screened-box .price img {
  width: 0.2rem;
  height: 0.2rem;
}
.Classify .goods-list {
  top: initial;
  position: initial;
  background-color: #fff;
  border-radius: 0.2rem 0 0 0.2rem;
}
.Classify .goods-list .goods-item {
  padding: 0.2rem 0;
  border-bottom: 1px solid #f2f2f2;
  margin-top: initial;
}
.Classify .goods-list .goods-item .cover {
  margin-left: 0.1rem;
  width: 1.7rem;
  height: 1.7rem;
}
.Classify .goods-list .goods-item .cover img {
  width: 100%;
  height: 100%;
}
.Classify .goods-list .goods-item .info {
  position: relative;
  margin-left: 0.1rem;
  width: 3.3rem;
}
.Classify .goods-list .goods-item .info .commodity-title {
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.3rem;
  font-weight: 600;
  line-height: 0.44rem;
  padding: 0 0.1rem 0.1rem 0;
  width: calc(100% - 0.2rem);
}
.Classify .goods-list .goods-item .info .tag-item {
  border: 1px solid #e74343;
  border-radius: 11px;
  box-sizing: border-box;
  color: #e74343;
  font-size: 0.22rem;
  line-height: 19px;
  margin-bottom: 4px;
  margin-right: 2px;
  max-width: 0.8rem;
  text-align: center;
  margin-left: 0.2rem;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Classify .goods-list .goods-item .info .commodity-price {
  align-items: center;
  position: relative;
}
.Classify .goods-list .goods-item .info .commodity-price .special-price {
  color: red;
  font-size: 0.4rem;
  font-weight: bold;
  padding-left: 0.2rem;
}
.Classify .goods-list .goods-item .info .commodity-price .special-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.Classify .goods-list .goods-item .info .commodity-price .original-price {
  color: #999;
  padding-left: 0.08rem;
  text-decoration: line-through;
  font-size: 0.26rem;
  font-weight: bold;
}
.Classify .goods-list .goods-item .info .add-car-btn {
  width: 0.6rem;
  position: absolute;
  right: -0.06rem;
  bottom: -0.2rem;
}
.Classify .goods-list .goods-item .info .add-car-btn img {
  width: 100%;
}
.Classify .goods-list .goods-item .info .add-car-btn .add-num-tag {
  background: #e74343;
  border-radius: 13px;
  box-sizing: border-box;
  color: #fff;
  font-size: 11px;
  height: 13px;
  line-height: 13px;
  min-width: 13px;
  padding: 0 2px;
  position: absolute;
  right: -0.02rem;
  text-align: center;
  top: -0.1rem;
}

.Shopping .logo-box {
  width: 2rem;
  margin: 0 auto;
}
.Shopping .logo-box img {
  width: 100%;
  height: 100%;
}
.Shopping .cart-card {
  margin-bottom: 11px;
  overflow: hidden;
  border-radius: 0.2rem;
  margin: 0.2rem;
  padding: 0.2rem;
  background-color: #fff;
}
.Shopping .cart-card .commodity-group .commodity {
  display: flex;
  padding: 0.2rem 0;
}
.Shopping .cart-card .commodity-group .commodity .checkbox-img {
  padding: 22px 0;
}
.Shopping .cart-card .commodity-group .commodity .checkbox-img .img-icon {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.Shopping .cart-card .commodity-group .commodity .checkbox-img .img-icon img {
  width: 22px;
  height: 22px;
}
.Shopping .cart-card .commodity-group .commodity .img-wrap {
  line-height: 1;
  position: relative;
  padding-left: 0.2rem;
}
.Shopping .cart-card .commodity-group .commodity .img-wrap .img {
  height: 66px;
  width: 66px;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-flex: 1;
  flex: 1;
  min-height: 66px;
  box-sizing: border-box;
  padding: 0 11px;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-top {
  min-height: 49px;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-top .name {
  font-size: 0.32rem;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-top .buy-tip {
  color: #ff5733;
  font-size: 13px;
  margin: 4px 5px 4px 0;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-bottom {
  position: relative;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-bottom .shop-price {
  font-size: 0.34rem;
  height: 0.44rem;
  line-height: 0.44rem;
  position: relative;
  display: flex;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-bottom .shop-price .price .prominent {
  font-size: 0.34rem;
  font-weight: 700;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-bottom .shop-price .original {
  color: #999;
  padding-left: 0.08rem;
  font-size: 0.26rem;
  text-decoration: line-through;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-bottom .shop-price .prominent {
  font-size: 0.34rem;
  font-weight: 700;
  margin-left: -0.1rem;
}
.Shopping .cart-card .commodity-group .commodity .commodity-content .commodity-bottom .car-count-change {
  position: absolute;
  right: 0;
}
.Shopping .van-stepper__minus--disabled,
.Shopping .van-stepper__plus--disabled,
.Shopping .van-stepper__minus,
.Shopping .van-stepper__plus {
  background-color: initial;
}
.Shopping .van-stepper__input {
  background: #e9e9e9;
  border-radius: 0.22rem;
  font-weight: 700;
  height: 0.44rem;
  text-align: center;
  width: 0.88rem;
}
.Shopping .emptyCart {
  margin-top: 2.72rem;
  position: relative;
  text-align: center;
}
.Shopping .emptyCart .cart {
  display: inline-block;
  font-size: 0.3rem;
}
.Shopping .emptyCart .shop-text {
  color: #999;
  font-size: 0.34rem;
}
.Shopping .emptyCart .go {
  background: #f1f1f1;
  border: 1px solid #6bc90e;
  border-radius: 0.44rem;
  color: #6bc90e;
  height: 0.9rem;
  line-height: 0.9rem;
  margin: 0.7rem auto 2.92rem;
  text-align: center;
  width: 2.16rem;
  font-size: 0.3rem;
}
.Shopping .guess-like-it {
  background: #f1f1f1;
  position: relative;
}
.Shopping .guess-like-it .guess-title {
  color: #6bc90e;
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  height: 0.54rem;
  line-height: 0.54rem;
  margin: 0.22rem auto 0;
  position: relative;
  text-align: center;
}
.Shopping .guess-like-it .guess-title span {
  padding-left: 0.1rem;
}
.Shopping .guess-like-it .guess-title::before {
  background: #d8d8d8;
  content: "";
  height: 1Px;
  position: absolute;
  right: -56px;
  top: 13px;
  width: 45px;
  z-index: 10;
}
.Shopping .guess-like-it .guess-title::after {
  background: #d8d8d8;
  content: "";
  height: 1Px;
  left: -56px;
  position: absolute;
  top: 13px;
  width: 45px;
  z-index: 10;
}
.Shopping .container_box {
  column-count: 2;
  width: 96%;
  margin: 0 auto;
  column-gap: 0.1rem;
  padding-bottom: 1rem;
  padding-top: 0.3rem;
}
.Shopping .container_box .col_comm {
  width: 3.5rem;
  margin-bottom: 0.28rem;
  border-radius: 0.12rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  background: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.Shopping .container_box .col_comm .tag {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.2rem;
  right: -0.4rem;
  background: url(//img.cdn.fusiling.com/icon/icon_sell_out.png);
  background-size: cover;
}
.Shopping .container_box .col_comm .img-container {
  width: 3.5rem;
  height: 3.5rem;
}
.Shopping .container_box .col_comm .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem 0.12rem 0 0;
  vertical-align: top;
  object-fit: cover;
}
.Shopping .special-price {
  color: red;
  font-size: 0.4rem;
  font-weight: bold;
  padding-left: 0.2rem;
}
.Shopping .special-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.Shopping .add-car-btn {
  width: 0.6rem;
  position: absolute;
  right: 0.2rem;
  bottom: -0.2rem;
}
.Shopping .add-car-btn img {
  width: 100%;
}
.Shopping .original-price {
  color: #999;
  padding-left: 0.08rem;
  text-decoration: line-through;
  font-size: 0.26rem;
  font-weight: bold;
}
.Shopping .original-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.Shopping .commodity-price {
  align-items: center;
  position: relative;
}
.Shopping .container_box .col_comm .tags {
  margin-left: 0.2rem;
}
.Shopping .container_box .col_comm .tag-item {
  border: 1px solid #e74343;
  border-radius: 11px;
  box-sizing: border-box;
  color: #e74343;
  font-size: 0.22rem;
  line-height: 19px;
  margin-bottom: 4px;
  margin-right: 2px;
  max-width: 0.8rem;
  text-align: center;
  margin-left: 0.2rem;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Shopping .container_box .col_comm .commodity-price > div {
  display: flex;
  align-items: flex-end;
}
.Shopping .container_box .col_comm .commodity-title {
  margin: 0 auto;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.34rem;
  font-weight: 700;
  line-height: 0.54rem;
  padding: 0.1rem 0.2rem;
  width: calc(100% - 0.4rem);
}
.Shopping .settlement {
  background: #fff;
  bottom: 56px;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.Shopping .settlement .checkbox-img {
  padding: 0.44rem 0;
  display: flex;
  align-items: center;
}
.Shopping .settlement .checkbox-img .img-icon {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.Shopping .settlement .checkbox-img .img-icon img {
  width: 0.44rem;
  height: 0.44rem;
}
.Shopping .settlement .checkbox-img .all-sc {
  font-size: 0.3rem;
  padding-left: 0.2rem;
}
.Shopping .settlement .summary {
  align-items: center;
  justify-content: flex-end;
}
.Shopping .settlement .summary .summary-row {
  display: flex;
  font-size: 0.26rem;
  align-items: center;
}
.Shopping .settlement .summary .summary-row .summary-title {
  font-size: 0.3rem;
}
.Shopping .settlement .summary .summary-row .price .prominent {
  font-size: 0.34rem;
  font-weight: 700;
  margin-left: -0.1rem;
}
.Shopping .settlement .summary .summary-row .discount-details {
  align-items: center;
  display: flex;
  font-size: 0.26rem;
  margin-left: 0.16rem;
}
.Shopping .settlement .summary .summary-row .discount-details .details-text {
  color: #333;
}
.Shopping .settlement .summary .shop-car-btn {
  background: -webkit-linear-gradient(right, #64df45, #6bc90e);
  background: linear-gradient(270deg, #64df45, #6bc90e);
  border-radius: 0.38rem;
  color: #fff;
  font-size: 0.34rem;
  font-weight: 700;
  height: 0.76rem;
  line-height: 0.76rem;
  margin-left: 0.18rem;
  padding: 0 0.44rem;
  margin-right: 0.3rem;
}
.Shopping .van-popup__close-icon {
  color: #53b101;
}
.Shopping .discount-wrap .discount-header {
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
  padding-bottom: 0.22rem;
  padding-top: 0.22rem;
  position: -webkit-sticky;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 99;
}
.Shopping .discount-wrap .discount-header .title {
  color: #000;
  font-size: 0.34rem;
}
.Shopping .discount-wrap .discount-header .title-1 {
  color: #666;
  font-size: 0.26rem;
  line-height: 0.44rem;
}
.Shopping .discount-wrap .discount-content .tip {
  color: #999;
  display: block;
  font-size: 13px;
}
.Shopping .discount-wrap .discount-content .red {
  color: red;
}
.Shopping .discount-wrap .discount-content .discount-card {
  border-radius: 0.1rem;
  margin: 0.22rem;
}
.Shopping .discount-wrap .discount-content .discount-card .discount-card-hd {
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  display: -webkit-flex;
  display: flex;
  font-weight: 700;
  height: 0.88rem;
  padding: 0.22rem;
  font-size: 0.3rem;
}
.Shopping .discount-wrap .discount-content .discount-card .disount-card-con {
  background-color: #FFFFFF;
  width: calc(100vw - 0.66rem);
  margin: 0 auto;
  min-height: 0.44rem;
  box-sizing: border-box;
  border-radius: 0.22rem;
  font-size: 0.3rem;
}

.Login .navigator {
  font-size: 14px;
  height: 26px;
  left: 0;
  line-height: 26px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 99;
  top: 29px;
}
.Login .navigator .navigator-icon {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: 26px;
  left: 16px;
  position: absolute;
  top: 0;
}
.Login .navigator .navigator-icon .img-icon {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.Login .login-background {
  background: -webkit-linear-gradient(198.11deg, hsla(0deg, 0%, 100%, 0.8), rgba(133, 255, 10, 0.4));
  background: linear-gradient(251.89deg, hsla(0deg, 0%, 100%, 0.8), rgba(133, 255, 10, 0.4));
  height: 100vh;
  overflow: hidden;
  width: 100vw;
}
.Login .login-background .circle-1 {
  background: -webkit-radial-gradient(100% 30.18%, hsla(0deg, 0%, 100%, 0.42) 0, rgba(185, 254, 44, 0.46) 100%);
  background: radial-gradient(100% 30.18%, hsla(0deg, 0%, 100%, 0.42) 0, rgba(185, 254, 44, 0.46) 100%);
  border-radius: 50%;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  height: 105px;
  left: 55px;
  opacity: 1;
  position: absolute;
  top: -33px;
  width: 105px;
}
.Login .login-background .circle-2 {
  background: -webkit-radial-gradient(100% 30.18%, hsla(0deg, 0%, 100%, 0.52) 0, rgba(185, 254, 44, 0.58) 100%);
  background: radial-gradient(100% 30.18%, hsla(0deg, 0%, 100%, 0.52) 0, rgba(185, 254, 44, 0.58) 100%);
  border-radius: 50%;
  -webkit-filter: blur(6px);
  filter: blur(6px);
  height: 44px;
  left: 253px;
  opacity: 1;
  position: absolute;
  top: 82px;
  width: 44px;
}
.Login .login-background .circle-3 {
  background: -webkit-radial-gradient(100% 30.18%, hsla(0deg, 0%, 100%, 0.31) 0, rgba(185, 254, 44, 0.35) 100%);
  background: radial-gradient(100% 30.18%, hsla(0deg, 0%, 100%, 0.31) 0, rgba(185, 254, 44, 0.35) 100%);
  border-radius: 50%;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  height: 86px;
  left: 264px;
  opacity: 1;
  position: absolute;
  top: 132px;
  width: 86px;
}
.Login .w-92 {
  margin: 0 auto;
  width: 92%;
}
.Login .login-content {
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.6rem);
  padding: 0 0.3rem;
}
.Login .login-content .login-slogan {
  height: 72px;
  margin: 0 auto 75px;
  width: 250px;
}
.Login .login-content .login-slogan img {
  width: 100%;
}
.Login .login-content .form-wrap .phone input {
  border: none;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  color: #333;
  display: inline-block;
  -webkit-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 1.5;
  padding-right: 9px;
  vertical-align: middle;
  color: #333;
  font-size: 17px;
  height: 24px;
  line-height: 1.5;
  background-color: transparent;
}
.Login .login-content .form-wrap .code input {
  border: none;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  outline: none;
  padding: 0 10px;
  width: 100%;
  color: #333;
  display: inline-block;
  -webkit-flex: 1;
  flex: 1;
  font-size: 17px;
  line-height: 1.5;
  padding-right: 9px;
  vertical-align: middle;
  color: #333;
  font-size: 17px;
  height: 24px;
  line-height: 1.5;
  background-color: transparent;
}
.Login .login-content .form-wrap .code .numSty {
  -webkit-align-items: center;
  align-items: center;
  border-radius: 18px;
  display: -webkit-flex;
  display: flex;
  height: 37px;
  -webkit-justify-content: center;
  justify-content: center;
  width: 99px;
  font-size: 0.3rem;
}
.Login .login-content .form-wrap .code .activeGray {
  background: #d8d8d8;
  color: #999;
  pointer-events: none;
}
.Login .login-content .phone,
.Login .login-content .pwd {
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #a6d180;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.Login .login-content .code,
.Login .login-content .phone,
.Login .login-content .pwd {
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #a6d180;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.Login .login-content .button_submit {
  border: none;
  margin: 22px 16px 0;
}
.Login .login-content .at-button {
  margin: 0.4rem auto 0.6rem auto;
}
.Login .at-button {
  border: 1px solid #c5d9e8;
  border-radius: 0.08rem;
  box-sizing: border-box;
  color: #333;
  display: flex;
  font-size: 0.34rem;
  height: 0.9rem;
  justify-content: center;
  line-height: 0.9rem;
  margin: 0 auto;
  padding: 0 0.34rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.Login .at-button__wxbutton {
  background: #d8d8d8;
  box-shadow: none;
  color: #999;
  pointer-events: none;
  width: 100%;
  border-radius: 0.5rem;
}
.Login .agreement {
  color: #333;
  font-size: 0.23rem;
  margin-top: 0.44rem;
  width: calc(100% - 0.4rem);
  align-items: center;
  padding: 0 0.2rem;
}
.Login .agreement .login-checkbox-img {
  display: flex;
  align-items: center;
  margin: 0 5px 0 -5px;
  vertical-align: middle;
}
.Login .agreement .login-checkbox-img .img-icon {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.Login .agreement .login-checkbox-img .img-icon img {
  width: 0.44rem;
  height: 0.44rem;
}
.Login .agreement .login-checkbox-img .all-sc {
  font-size: 0.3rem;
  padding-left: 0.2rem;
}
.Login .webview-link {
  color: #6bc90e;
}
.Login .activeGreen {
  background: #83b518;
  color: #fff;
  pointer-events: auto;
}
.Login .subGreen .at-button__wxbutton {
  background: -webkit-linear-gradient(250.43deg, #61c600, #53b101);
  background: linear-gradient(199.57deg, #61c600, #53b101);
  color: #fff;
  pointer-events: auto;
}

.OrderCreate .title {
  color: #333;
  padding: 0.4rem 0.2rem 0.2rem 0.2rem;
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 0.34rem;
}
.OrderCreate .select-address {
  border-radius: 0.2rem;
  margin: 0.2rem;
  padding: 0.3rem 0.2rem;
  background: #fff;
  overflow: hidden;
  position: relative;
  font-size: 0.3rem;
  display: flex;
  align-items: center;
}
.OrderCreate .order-card {
  background-color: #fff;
  border-radius: 0.2rem;
  margin: 0.2rem;
}
.OrderCreate .order-card .order-card-hd {
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e9e9e9;
  display: -webkit-flex;
  display: flex;
  font-size: 0.3rem;
  height: 0.9rem;
  padding: 0 0.16rem;
}
.OrderCreate .order-card .order-card-hd .order-card-extra {
  color: #6bc90e;
  margin-left: auto;
  display: flex;
  align-items: center;
}
.OrderCreate .order-card .order-card-bd {
  padding: 0.2rem;
}
.OrderCreate .order-card .order-card-bd .img-list {
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.26rem;
}
.OrderCreate .order-card .order-card-bd .img-list .c-pic-scroll-x {
  font-size: 0.26rem;
  display: flex;
  align-items: center;
}
.OrderCreate .order-card .order-card-bd .img-list .c-pic-scroll-x .scroll-view {
  height: 100%;
  max-height: inherit;
  position: relative;
  width: 100%;
  overflow-x: auto;
  display: flex;
}
.OrderCreate .order-card .order-card-bd .img-list .c-pic-scroll-x .scroll-view img {
  height: 1.32rem;
  width: 1.32rem;
  padding: 0.32rem 0.1rem;
}
.OrderCreate .order-card .order-card-bd .img-list .c-pic-scroll-x .space-nowrap {
  white-space: nowrap;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell {
  display: flex;
  padding: 0.1rem 0.16rem;
  font-size: 0.3rem;
  color: #333;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .freight-price {
  display: flex;
  justify-content: flex-end;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .freight-origin {
  margin-right: 0.1rem;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .originPrice {
  color: #999;
  font-size: 0.26rem;
  font-weight: 400;
  text-decoration: line-through;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .tip {
  color: #999;
  font-size: 0.26rem;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .coupon {
  display: flex;
  line-height: 0.48rem;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .coupon .coupon-desc {
  border: 1px solid #e74343;
  border-radius: 0.22rem;
  color: #e74343;
  font-size: 0.26rem;
  line-height: 0.44rem;
  margin-left: 0.1rem;
  padding: 0 0.16rem;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .card-cell-bd {
  flex: 1;
  text-align: right;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .card-cell-bd .coupon-price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.OrderCreate .order-card .order-card-bd .card-cells .card-cell .card-cell-bd .remark {
  width: 4rem;
  border: 0;
  padding-right: 0.1rem;
  text-align: right;
}
.OrderCreate .order-card .order-card-ft {
  border-top: 1px solid #e5e5e5;
  height: 0.9rem;
  line-height: 0.9rem;
}
.OrderCreate .order-card .order-card-ft .total-amount {
  font-size: 0.3rem;
  color: #ff5733;
  font-weight: 700;
  padding-right: 11px;
  text-align: right;
}
.OrderCreate .order-card .order-card-ft .total-amount-label {
  color: #333;
}
.OrderCreate .pay-type {
  background-color: #fff;
  margin: 0.2rem;
  padding: 0.2rem;
  border-radius: 0.2rem;
}
.OrderCreate .pay-type-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.1rem 0;
}
.OrderCreate .pay-type-cell .label {
  height: 0.44rem;
  color: #333;
  font-size: 0.3rem;
}
.OrderCreate .pay-type-cell .label .pay-icon {
  width: 0.44rem;
  height: 0.44rem;
  vertical-align: top;
  padding-right: 0.11rem;
}
.OrderCreate .pay-type-cell .value {
  height: 0.44rem;
}
.OrderCreate .pay-type-cell .value .checkbox-icon {
  width: 0.44rem;
  height: 0.44rem;
  vertical-align: top;
}
.OrderCreate .van-goods-action-button--danger {
  background: linear-gradient(to right, #6BC90C, #A2E61C);
}
.OrderCreate .van-popup .title {
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
  height: 0.9rem;
  line-height: 0.9rem;
}
.OrderCreate .van-popup .van-sidebar-item--select::before {
  background-color: #53b101;
}
.OrderCreate .van-popup .van-tree-select__item--active {
  color: #53b101;
}
.OrderCreate .van-popup .select-delivery-time-bottom {
  width: 100%;
  background-color: #fff;
  padding: 0.2rem 0;
}
.OrderCreate .van-popup .select-delivery-time-bottom .max-btn {
  background: -webkit-linear-gradient(right, #99e968, #60ce37);
  background: linear-gradient(270deg, #99e968, #60ce37);
  border-radius: 19px;
  box-sizing: border-box;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: calc(100% - 0.4rem);
  margin: 0 0.2rem;
}

.OrderDetail .context {
  margin-bottom: 0.22rem;
}
.OrderDetail .order-time {
  margin: 0.22rem auto 0;
  width: 92%;
}
.OrderDetail .order-time {
  background: #fff;
  margin-top: 0.22rem;
  overflow: hidden;
}
.OrderDetail .order-time .state-title {
  font-size: 0.34rem;
  font-weight: 700;
  text-align: center;
}
.OrderDetail .order-time .order-info-btn {
  margin: 0 auto;
  padding: 0.22rem 0.22rem 0.26rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.OrderDetail .order-time .order-info-btn .btn {
  border: 1px solid #999;
  border-radius: 14px;
  color: #666;
  margin-left: 0.26rem;
  text-align: center;
  border-radius: 0.32rem;
  font-size: 0.3rem;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 2.64rem;
}
.OrderDetail .order-time .order-info-btn .btn.color-green {
  background: #6bc90e;
  border-color: #6bc90e;
  color: #fff;
}
.OrderDetail .wrap {
  margin: 0.22rem auto 0;
  width: 92%;
  font-size: 0.3rem;
  background: #fff;
}
.OrderDetail .order-pad {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.26rem 0.22rem;
  position: relative;
}
.OrderDetail .order-pad .order-shop {
  color: #6bc90e;
  font-size: 17px;
}
.OrderDetail .practical {
  font-size: 0.26rem;
}
.OrderDetail .order-pad {
  color: #333;
  margin-top: 0;
}
.OrderDetail .order-info-title {
  border-bottom: 1px solid #e5e5e5;
  color: #333;
  font-size: 0.3rem;
  font-weight: 600;
  height: 0.9rem;
  line-height: 0.9rem;
  padding: 0 0.44rem;
}
.OrderDetail .order-info-com-list .price {
  text-align: right;
}
.OrderDetail .order-info-com-list .price .price-origin {
  color: #999;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 0.3rem;
  font-weight: 400;
  line-height: 0.44rem;
}
.OrderDetail .order-info-com-list .price .goods-num {
  color: #333;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 0.3rem;
  font-weight: 400;
  letter-spacing: 0.04rem;
  line-height: 0.44rem;
}
.OrderDetail .order-info-com-list .order-com-item {
  background: #fff;
  margin-left: 0.1rem;
}
.OrderDetail .order-info-com-list .order-com-item .img {
  height: 66px;
  width: 66px;
}
.OrderDetail .order-info-com-list .order-com-item .min-text {
  color: #999;
  font-size: 0.26rem;
}
.OrderDetail .order-info-com-list .order-com-item .content-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 0.22rem;
}
.OrderDetail .c-red {
  color: red;
}

.OrderList .w690 {
  width: 6.9rem;
}
.OrderList .van-tabs__line {
  background-color: #6BC90E;
  bottom: 22px;
}
.OrderList .order-list {
  height: 100%;
  margin-top: 0.2rem;
}
.OrderList .order-list .order-type {
  font-size: 0.3rem;
  font-weight: 700;
  margin-right: 0.22rem;
}
.OrderList .order-list .order-date {
  font-size: 0.26rem;
}
.OrderList .order-list .c-gray {
  color: #666;
}
.OrderList .order-list .order-item {
  background: #fff;
  margin: 0.22rem auto 0;
  width: 92%;
}
.OrderList .order-list .order-item .order-pad {
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0.26rem 0.22rem;
  position: relative;
  font-size: 0.3rem;
  border-radius: 0.22rem 0.22rem 0 0;
}
.OrderList .order-list .order-item .order-pad .order-tag {
  -webkit-align-items: center;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-size: 13px;
  height: 22px;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 0.14rem;
  width: 0.74rem;
}
.OrderList .order-list .order-item .order-pad .order-tag.highlight {
  border: 1px solid #ff8d1a;
  color: #ff8d1a;
}
.OrderList .order-list .order-item .c-pic-scroll-x {
  font-size: 0.26rem;
  line-height: 1.32rem;
}
.OrderList .order-list .order-item .c-pic-scroll-x .right {
  box-shadow: -0.26rem 0 0.26rem #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.OrderList .order-list .order-item .o-auto-x {
  overflow-x: auto;
}
.OrderList .order-list .order-item .list {
  box-sizing: initial;
  height: 1.32rem;
  padding: 0.32rem 0.1rem;
}
.OrderList .order-list .order-item .list img {
  height: 1.32rem;
  width: 1.32rem;
}
.OrderList .order-list .order-item .at-row__justify--end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.OrderList .order-list .order-item .order-item-bottom-btn {
  box-sizing: border-box;
  padding: 0.22rem 0.22rem 0.16rem;
}
.OrderList .order-list .order-item .order-item-bottom-btn .btn {
  border: 1px solid #999;
  border-radius: 0.28rem;
  box-sizing: border-box;
  color: #666;
  display: inline-block;
  font-size: 0.26rem;
  height: 0.56rem;
  line-height: 0.52rem;
  margin-left: 0.26rem;
  text-align: center;
  width: 1.98rem;
}
.OrderList .order-list .order-item .order-item-bottom-btn .btn.to-pay {
  background: #6bc90e;
  border-color: #6bc90e;
  color: #fff;
}

.SearchIndex {
  font-size: 0.3rem;
}
.SearchIndex .history .title {
  padding: 0.28rem 0;
}
.SearchIndex .history .title.active {
  color: #6bc90e;
}
.SearchIndex .history .list.active {
  color: #6bc90e;
}
.SearchIndex .history .list.active > div {
  background: #effff9;
  border-color: #6bc90e;
  color: #6bc90e;
  border: 1px solid #6bc90e;
  border-radius: 0.3rem;
  height: 0.56rem;
  line-height: 0.56rem;
  margin: 0 0.22rem 0.24rem 0;
  max-width: 3.8rem;
  overflow: hidden;
  padding: 0 0.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchIndex .history .list.active > div.hot {
  background: #fff6f0;
  border-color: #ff6404;
  color: #ff6404;
  padding: 0 15px 0 22px;
  position: relative;
  display: flex;
  align-items: center;
}
.SearchIndex .history .list.active > div.hot .hotIcon {
  left: 0.1rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -60%);
  width: 0.25rem;
}
.SearchIndex .van-search {
  position: fixed;
  top: 46px;
  width: 100%;
  z-index: 999;
}
.SearchIndex .container_box {
  column-count: 2;
  width: 96%;
  margin: 0 auto;
  column-gap: 0.1rem;
  padding-bottom: 1rem;
  padding-top: 0.3rem;
}
.SearchIndex .container_box .col_comm {
  width: 3.5rem;
  margin-bottom: 0.28rem;
  border-radius: 0.12rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  background: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.SearchIndex .container_box .col_comm .tag {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.2rem;
  right: -0.4rem;
  background: url(//img.cdn.fusiling.com/icon/icon_sell_out.png);
  background-size: cover;
}
.SearchIndex .container_box .col_comm .img-container {
  width: 3.5rem;
  height: 3.5rem;
}
.SearchIndex .container_box .col_comm .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem 0.12rem 0 0;
  vertical-align: top;
  object-fit: cover;
}
.SearchIndex .special-price {
  color: red;
  font-size: 0.4rem;
  font-weight: bold;
  padding-left: 0.2rem;
}
.SearchIndex .special-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.SearchIndex .add-car-btn {
  width: 0.6rem;
  position: absolute;
  right: 0.2rem;
  bottom: -0.2rem;
}
.SearchIndex .add-car-btn img {
  width: 100%;
}
.SearchIndex .original-price {
  color: #999;
  padding-left: 0.08rem;
  text-decoration: line-through;
  font-size: 0.26rem;
  font-weight: bold;
}
.SearchIndex .original-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.SearchIndex .commodity-price {
  align-items: center;
  position: relative;
}
.SearchIndex .container_box .col_comm .tags {
  margin-left: 0.2rem;
}
.SearchIndex .container_box .col_comm .tag-item {
  border: 1px solid #e74343;
  border-radius: 11px;
  box-sizing: border-box;
  color: #e74343;
  font-size: 0.22rem;
  line-height: 19px;
  margin-bottom: 4px;
  margin-right: 2px;
  max-width: 0.8rem;
  text-align: center;
  margin-left: 0.2rem;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.SearchIndex .container_box .col_comm .commodity-price > div {
  display: flex;
  align-items: flex-end;
}
.SearchIndex .container_box .col_comm .commodity-title {
  margin: 0 auto;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.34rem;
  font-weight: 700;
  line-height: 0.54rem;
  padding: 0.1rem 0.2rem;
  width: calc(100% - 0.4rem);
}

.My .user-top-content {
  position: relative;
}
.My .user-top-content .user-top-bg {
  height: 3rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.My .user-top-content .top-user {
  position: relative;
  padding-top: 0.6rem;
}
.My .user-top-content .top-user .user {
  background-size: 100% 100%;
  margin: 0 auto;
  width: 7rem;
}
.My .user-top-content .top-user .user .top {
  box-sizing: border-box;
  padding: 0.1rem 0.44rem;
}
.My .user-top-content .top-user .user .top .img {
  height: 1.1rem;
  position: relative;
  width: 1.1rem;
  border-radius: 50%;
}
.My .user-top-content .top-user .user .top .desc {
  padding: 0.22rem 0 0 0.22rem;
}
.My .user-top-content .top-user .user .top .desc .username {
  font-weight: 700;
  margin-top: 0.22rem;
  color: #333;
  font-size: 0.3rem;
}
.My .use-center {
  position: relative;
}
.My .use-center .use-center-order {
  background: #fff;
  margin: 0.22rem 0.22rem 0;
  position: relative;
  width: 7rem;
  z-index: 99;
  border-radius: 0.2rem;
}
.My .use-center .use-center-order .icon-function {
  color: #666;
  text-align: center;
  width: 1.4rem;
}
.My .use-center .use-center-order .icon-function .icon {
  height: 0.4rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.My .use-center .use-center-order .icon-function .icon img {
  height: 0.6rem;
  width: 0.6rem;
  object-fit: cover;
  vertical-align: baseline;
}
.My .use-center .use-center-order .icon-function span {
  font-size: 0.26rem;
  white-space: nowrap;
}
.My .features {
  background: #eee;
  margin: 0.22rem auto;
  width: 7rem;
}
.My .features .features-list {
  background: #fff;
  border-radius: 0.22rem;
  width: 100%;
}
.My .features .features-list .icon {
  display: -webkit-flex;
  display: flex;
  height: 100%;
  padding: 0 0.22rem;
  width: 0.88rem;
}
.My .features .features-list .icon img {
  display: flex;
  height: 0.44rem;
  width: 0.44rem;
}
.My .features .features-list .features-name-warp {
  display: -webkit-flex;
  display: flex;
}
.My .features .features-list .features-name-warp .features-name {
  color: #333;
  display: inline-block;
  font-size: 0.3rem;
  line-height: 0.96rem;
  vertical-align: middle;
}
.My .features .features-list .features-name-warp .chevron-right {
  display: flex;
  height: 0.28rem;
  margin: 0.32rem 0.32rem 0 0;
  width: 0.14rem;
}
.My .login-out {
  background-color: #fff;
  padding: 0.26rem 0;
  border-radius: 0.52rem;
  color: #333;
  font-size: 0.3rem;
  margin: 0.2rem auto;
  width: 7rem;
  text-align: center;
}

.Subject .container_box {
  column-count: 2;
  width: 96%;
  margin: 0 auto;
  column-gap: 0.1rem;
  padding-bottom: 1rem;
  padding-top: 0.3rem;
}
.Subject .container_box .col_comm {
  width: 3.5rem;
  margin-bottom: 0.28rem;
  border-radius: 0.12rem;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  background: white;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.Subject .container_box .col_comm .tag {
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 0.2rem;
  right: -0.4rem;
  background: url(//img.cdn.fusiling.com/icon/icon_sell_out.png);
  background-size: cover;
}
.Subject .container_box .col_comm .img-container {
  width: 3.5rem;
  height: 3.5rem;
}
.Subject .container_box .col_comm .img-container img {
  width: 100%;
  height: 100%;
  border-radius: 0.12rem 0.12rem 0 0;
  vertical-align: top;
  object-fit: cover;
}
.Subject .special-price {
  color: red;
  font-size: 0.4rem;
  font-weight: bold;
  padding-left: 0.2rem;
}
.Subject .special-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.Subject .add-car-btn {
  width: 0.6rem;
  position: absolute;
  right: 0.2rem;
  bottom: -0.2rem;
}
.Subject .add-car-btn img {
  width: 100%;
}
.Subject .original-price {
  color: #999;
  padding-left: 0.08rem;
  text-decoration: line-through;
  font-size: 0.26rem;
  font-weight: bold;
}
.Subject .original-price .icon-bag {
  font-size: 0.3rem;
  font-weight: 500;
}
.Subject .commodity-price {
  align-items: center;
  position: relative;
}
.Subject .container_box .col_comm .tags {
  margin-left: 0.2rem;
}
.Subject .container_box .col_comm .tag-item {
  border: 1px solid #e74343;
  border-radius: 11px;
  box-sizing: border-box;
  color: #e74343;
  font-size: 0.22rem;
  line-height: 19px;
  margin-bottom: 4px;
  margin-right: 2px;
  max-width: 0.8rem;
  text-align: center;
  margin-left: 0.2rem;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Subject .container_box .col_comm .commodity-price > div {
  display: flex;
  align-items: flex-end;
}
.Subject .container_box .col_comm .commodity-title {
  margin: 0 auto;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.34rem;
  font-weight: 700;
  line-height: 0.54rem;
  padding: 0.1rem 0.2rem;
  width: calc(100% - 0.4rem);
}
.Subject .settlement {
  background: #fff;
  bottom: 56px;
  left: 0;
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: 0.14rem;
  padding-right: 0.14rem;
  position: fixed;
  z-index: 9999;
  width: 100%;
}
.Subject .settlement .checkbox-img {
  padding: 0.44rem 0;
  display: flex;
  align-items: center;
}
.Subject .settlement .checkbox-img .img-icon {
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.Subject .settlement .checkbox-img .img-icon img {
  width: 0.44rem;
  height: 0.44rem;
}
.Subject .settlement .checkbox-img .all-sc {
  font-size: 0.3rem;
  padding-left: 0.2rem;
}
.Subject .settlement .summary {
  align-items: center;
  justify-content: flex-end;
}
.Subject .settlement .summary .summary-row {
  display: flex;
  font-size: 0.26rem;
  align-items: center;
}
.Subject .settlement .summary .summary-row .summary-title {
  font-size: 0.3rem;
}
.Subject .settlement .summary .summary-row .price .prominent {
  font-size: 0.34rem;
  font-weight: 700;
  margin-left: -0.1rem;
}
.Subject .settlement .summary .summary-row .discount-details {
  align-items: center;
  display: flex;
  font-size: 0.26rem;
  margin-left: 0.16rem;
}
.Subject .settlement .summary .summary-row .discount-details .details-text {
  color: #333;
}
.Subject .settlement .summary .shop-car-btn {
  background: -webkit-linear-gradient(right, #64df45, #6bc90e);
  background: linear-gradient(270deg, #64df45, #6bc90e);
  border-radius: 0.38rem;
  color: #fff;
  font-size: 0.34rem;
  font-weight: 700;
  height: 0.76rem;
  line-height: 0.76rem;
  margin-left: 0.18rem;
  padding: 0 0.44rem;
  margin-right: 0.3rem;
}
.Subject .cell-wrap .cell-item {
  background-color: #fff;
  margin: 0.2rem;
  border-radius: 0.2rem;
  margin-top: 0.2rem;
  padding: 0.12rem;
}
.Subject .cell-wrap .cell-item .card {
  display: flex;
}
.Subject .cell-wrap .cell-item .card .img-container {
  width: 2rem;
  height: 2rem;
}
.Subject .cell-wrap .cell-item .card .img-container img {
  width: 2rem;
  height: 2rem;
}
.Subject .cell-wrap .cell-item .card .commodity-title {
  margin: 0 auto;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333;
  font-size: 0.34rem;
  width: calc(100% - 0.4rem);
  min-height: 0.98rem;
}
.Subject .cell-wrap .cell-item .tag-item {
  border: 1px solid #e74343;
  border-radius: 11px;
  box-sizing: border-box;
  color: #e74343;
  font-size: 0.22rem;
  max-width: 0.8rem;
  text-align: center;
  margin-left: 0.2rem;
  overflow: hidden;
  padding: 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  bottom: -0.1rem;
}
.Subject .cell-wrap .cell-item .commodity-price {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.Subject .cell-wrap .cell-item .add-car-btn {
  width: 0.6rem;
  position: absolute;
  right: 0.2rem;
  bottom: -0.2rem;
}
.Subject .cell-wrap .cell-item .add-car-btn img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
