.icon-arrow-down, .icon-arrow-right, .icon-filter, .icon-fire, .icon-fire-outline, .icon-piao, .icon-wai, .icon-search, .icon-phone, .icon-address, .icon-clock, .icon-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-arrow-down::after, .icon-arrow-right::after, .icon-filter::after, .icon-fire::after, .icon-fire-outline::after, .icon-piao::after, .icon-wai::after, .icon-search::after, .icon-phone::after, .icon-address::after, .icon-clock::after, .icon-star::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-confirm::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-search::after {
  width: 18px;
  height: 18px;
  background-image: url("../icons/search.svg");
}

.icon-arrow-down::after {
  width: 12px;
  height: 8px;
  background-image: url("../icons/arrow-down.svg");
  margin-left: 2px;
}

.icon-arrow-right::after {
  width: 12px;
  height: 8px;
  background-image: url("../icons/arrow-right.svg");
}

.icon-filter::after {
  width: 12px;
  height: 12px;
  background-image: url("../icons/filter.svg");
  margin-left: 2px;
}

.icon-fire::after {
  width: 13px;
  height: 15px;
  background-image: url("../icons/fire.svg");
}

.icon-fire-outline::after {
  width: 13px;
  height: 15px;
  background-image: url("../icons/fire-outline.svg");
}

.icon-piao::after {
  width: 22px;
  height: 22px;
  background-image: url("../icons/piao.svg");
}

.icon-wai::after {
  width: 22px;
  height: 22px;
  background-image: url("../icons/wai.svg");
}

.icon-clock::after {
  width: 20px;
  height: 20px;
  background-image: url("../icons/clock.svg");
}

.icon-address::after {
  width: 18px;
  height: 20px;
  background-image: url("../icons/address.svg");
}

.icon-phone::after {
  width: 20px;
  height: 20px;
  background-image: url("../icons/phone.svg");
}

.icon-star::after {
  width: 15px;
  height: 14px;
  background-image: url("../icons/star-filled.svg");
}

.icon-star.outlined::after {
  width: 16px;
  height: 14px;
  background-image: url("../icons/star-outlined.svg");
}

.icon-star.twotone::after {
  width: 16px;
  height: 14px;
  background-image: url("../icons/star-twotone.svg");
}

.icon-confirm::before {
  width: 20px;
  height: 20px;
  background-image: url("../icons/confirm.svg");
}

.star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.star .icon-star:first-child ~ .icon-star {
  margin-left: 4px;
}

.popularity {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #FE625E;
  font-size: 16px;
}

.popularity .icon-fire,
.popularity .icon-fire-outline {
  margin: 0 0 1px 7px;
}

.discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount:first-child ~ .discount {
  margin-top: 8px;
}

.discount span:first-child {
  background-color: #4A90E3;
  color: #fff;
  font-size: 12px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.discount span:last-child {
  margin-left: 10px;
  color: #666;
}

.h-btn {
  background-color: #4A90E2;
  border-radius: 2px;
  color: #ffffff;
  border: 0;
  padding: 8px 12px;
}

.in-bottom {
  background: #fff;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 16px;
  position: relative;
}

.in-bottom .line {
  background: #ccc;
  height: 1px;
  width: 100%;
}

.in-bottom .character {
  position: absolute;
  background: #fff;
  padding: 0 12px;
}

.card {
  background: #fff;
  margin-bottom: 12px;
}

.card .header {
  border-bottom: 1px solid #eee;
  padding: 13px 12px;
  color: #333;
}

.card .title {
  font-size: 18px;
  font-weight: bold;
}

.card:last-child {
  margin-bottom: 0;
}

.link {
  color: #4A90E2;
}

body.modal-open {
  position: fixed;
  width: 100%;
}

#index-html {
  padding-bottom: 40px;
}

#index-html .swiper-container {
  height: 40.5333333vw;
  width: 100%;
}

#index-html .zhoubian[active="2"] .none,
#index-html .zhoubian[active="3"] .have {
  display: none;
}

#index-html .none {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

#index-html .none img {
  width: 40vw;
}

#index-html .none .text {
  width: 238px;
  margin: 24px 0;
  color: #666;
}

#index-html .none button {
  width: 40vw;
}

#index-html .none .toast {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 12px;
  border-radius: 8px;
  width: 192px;
  margin-top: -24px;
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#index-html .topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 51px;
  color: #fff;
  width: 100%;
  z-index: 5;
  padding: 0 12px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: fixed;
  border-bottom: 1px solid transparent;
  top: 0;
}

#index-html .topbar .search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#index-html .topbar .search input {
  height: 30px;
  border: 0;
  background: rgba(0, 0, 0, 0.26);
  border-radius: 15px;
  width: 100%;
  padding: 0 10px 0 35px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#index-html .topbar .search .icon-search {
  position: absolute;
  left: 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#index-html .topbar .search .cancel {
  display: none;
  color: #4A90E2;
  width: 53px;
  text-align: right;
}

#index-html .topbar .select-city {
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-right: 12px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#index-html .topbar .icon-arrow-down::after {
  background-image: url("../icons/arrow-down-light.svg");
}

#index-html .topbar.float {
  background: #fff;
  border-bottom-color: #eee;
}

#index-html .topbar.float .search input {
  background: #f2f3f4;
  color: #333333;
}

#index-html .topbar.float .select-city {
  color: #333b46;
}

#index-html .topbar.float .icon-search::after {
  background-image: url("../icons/search-black.svg");
}

#index-html .topbar.float .icon-arrow-down::after {
  background-image: url("../icons/arrow-down.svg");
}

#index-html .topbar.float.modal .cancel {
  display: block;
}

#index-html .h-nav {
  background-color: #fff;
  position: relative;
}

#index-html .h-nav.active {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  top: 0;
}

#index-html .h-nav.active .h-nav-title {
  display: none;
}

#index-html .h-nav.active + .h-shop-list {
  margin-top: 80px;
}

#index-html .h-nav-title {
  font-weight: bold;
  font-size: 18px;
  padding: 0 12px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#index-html .h-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  height: 40px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

#index-html .h-nav-content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index-html .h-nav-content[active="1"] div:nth-child(1),
#index-html .h-nav-content[active="2"] div:nth-child(2),
#index-html .h-nav-content[active="3"] div:nth-child(3),
#index-html .h-nav-content[active="4"] div:nth-child(4) {
  color: #4A90E2;
}

#index-html .h-nav-content[active="1"] div:nth-child(1).icon-arrow-down::after,
#index-html .h-nav-content[active="2"] div:nth-child(2).icon-arrow-down::after,
#index-html .h-nav-content[active="3"] div:nth-child(3).icon-arrow-down::after,
#index-html .h-nav-content[active="4"] div:nth-child(4).icon-arrow-down::after {
  background-image: url("../icons/arrow-down-blue.svg");
}

#index-html .h-nav-content[active="1"] div:nth-child(1).icon-filter::after,
#index-html .h-nav-content[active="2"] div:nth-child(2).icon-filter::after,
#index-html .h-nav-content[active="3"] div:nth-child(3).icon-filter::after,
#index-html .h-nav-content[active="4"] div:nth-child(4).icon-filter::after {
  background-image: url("../icons/filter-blue.svg");
}

#index-html .h-nav-panel {
  position: absolute;
  background: #fff;
  height: 195px;
  width: 100vw;
  overflow: hidden;
  display: none;
}

#index-html .h-nav-panel > div {
  overflow: hidden;
  width: 300vw;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#index-html .h-nav-panel section {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

#index-html .h-nav-placeholder {
  display: none;
}

#index-html .all-category > div,
#index-html .sort > div {
  padding: 0.2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index-html .all-category > div:first-child ~ div,
#index-html .sort > div:first-child ~ div {
  border-top: 1px solid #eee;
}

#index-html .filter-options > div {
  padding: 0 0.3rem;
}

#index-html .filter-options .title {
  padding: 10px 0;
}

#index-html .filter-options .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#index-html .filter-options .tag {
  border: 1px solid #cccccc;
  color: #333333;
  padding: 6px 10px;
  border-radius: 3px;
  line-height: 1;
}

#index-html .filter-options .tag:first-child ~ .tag {
  margin-left: 10px;
}

#index-html .filter-options .tag.active {
  border: 1px solid rgba(74, 144, 226, 0.5);
  color: #4A90E3;
}

#index-html .filter-options .button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding: 0 !important;
}

#index-html .filter-options .button-group div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index-html .filter-options .button-group div:last-child {
  background-color: #4A90E3;
  color: #ffffff;
}

#index-html .h-shop {
  display: block;
  padding: 12px;
  border-bottom: 1px solid #eee;
}

#index-html .h-shop:hover {
  color: unset;
}

#index-html .h-shop:first-of-type {
  padding-top: 0;
}

#index-html .h-shop-list {
  background-color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#index-html .h-shop-list .filter {
  background-color: #fff;
  border-radius: 18px;
  border: 1px solid;
  margin: 12px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A90E3;
}

#index-html .h-shop-list .filter.active {
  background-color: #4A90E3;
  color: #ffffff;
}

#index-html .h-shop_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index-html .h-shop_img {
  height: 100px;
  width: 100px;
  border-radius: 3px;
  overflow: hidden;
}

#index-html .h-shop_img img {
  display: block;
}

#index-html .h-shop_info {
  width: calc(100% - 110px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
}

#index-html .h-shop_info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#index-html .h-shop_info-row:nth-of-type(2) {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#index-html .h-shop_info-row:nth-of-type(3) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#index-html .h-shop_info-name {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}

#index-html .h-shop_praise {
  color: #FF821E;
  margin-left: 20px;
}

#index-html .h-shop_category {
  color: #999999;
}

#index-html .h-shop_distance {
  color: #666666;
}

#index-html .h-shop_mai {
  border: 1px solid rgba(74, 144, 226, 0.5);
  color: #4A90E3;
  border-radius: 3px;
  font-size: 12px;
  height: 23px;
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}

#index-html .h-shop_new {
  border: 1px solid rgba(117, 186, 69, 0.5);
  color: #75ba45;
  border-radius: 3px;
  font-size: 12px;
  height: 23px;
  width: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index-html .h-shop_middle {
  margin-top: 10px;
  line-height: 1;
  margin-left: 80px;
}

#index-html .h-shop_bottom {
  margin-top: 10px;
}

#index-html .h-shop_bottom p {
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
}

#index-html .h-shop_bottom p:first-child ~ p {
  margin-top: 10px;
}

#index-html .h-shop_bottom p span:first-child {
  color: #FE625E;
  font-size: 18px;
}

#index-html .h-shop_bottom p span:nth-child(2) {
  text-decoration: line-through;
  color: #999999;
  margin-left: 5px;
}

#index-html .h-shop_bottom p span:nth-child(3) {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-left: 5px;
  font-size: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#index-html .h-shop_bottom p span:last-child {
  margin-left: 20px;
}

#index-html .icon-piao,
#index-html .icon-wai {
  margin-left: 5px;
}

#index-html .modal-search {
  display: block;
  height: 100vh;
  padding-top: 50px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 4;
  position: fixed;
  bottom: -100vh;
}

#index-html .return-top {
  position: fixed;
  bottom: 75px;
  right: 14px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("../icons/top.svg");
}

#index-html .modal-none {
  background-color: #F4F4F4;
}

#detail-html .swiper-container {
  height: 69.3333333vw;
  width: 100%;
}

#detail-html .detail-bar .row {
  padding: 12px;
}

#detail-html .detail-bar .row:first-child ~ .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #eee;
  color: #666;
}

#detail-html .detail-bar .h-shop_info-name {
  margin-bottom: 16px;
}

#detail-html .detail-bar .h-shop_info-row:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#detail-html .detail-bar .icon-clock,
#detail-html .detail-bar .icon-address {
  margin-right: 12px;
}

#detail-html .detail-bar .icon-phone {
  border-left: 1px solid #eee;
  padding: 8px 8px 8px 18px;
  margin-left: 8px;
}

#detail-html .detail-bar .h-shop_category {
  margin-left: 16px;
  font-size: 12px;
  color: #999999;
}

#detail-html .fanpiao-maidan .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail-html .fanpiao-maidan .row:first-child {
  margin-bottom: 8px;
}

#detail-html .fanpiao-maidan .list {
  padding: 13px 12px 10px;
}

#detail-html .fanpiao-maidan .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

#detail-html .fanpiao-maidan .left {
  width: 83px;
  height: 63px;
  border-radius: 2px;
  margin-right: 10px;
  overflow: hidden;
}

#detail-html .fanpiao-maidan .left img {
  width: 100%;
}

#detail-html .fanpiao-maidan .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#detail-html .fanpiao-maidan .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#detail-html .fanpiao-maidan .name {
  font-size: 16px;
  font-weight: bold;
}

#detail-html .fanpiao-maidan .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

#detail-html .fanpiao-maidan .now1 {
  color: #FE625E;
  font-size: 18px;
}#detail-html .fanpiao-maidan .now2 {
  color: #FD635F;
  font-size: 18px;
}

#detail-html .fanpiao-maidan .old1 {
  text-decoration: line-through;
  color: #999999;
  margin-left: 5px;
}

#detail-html .fanpiao-maidan .old2 {
  color: #FF821E;
  margin-left: 5px;
}

#detail-html .fanpiao-maidan .sold {
  color: #666;
  margin-top: 8px;
}

#detail-html .evaluation .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail-html .evaluation .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

#detail-html .evaluation .fenshu {
  color: #FD635F;
}

#detail-html .evaluation .separator {
  margin: 0 8px;
}

#detail-html .evaluation .item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

#detail-html .evaluation .item:last-child {
  border: 0;
}

#detail-html .evaluation .icon-arrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A90E2;
}

#detail-html .evaluation .icon-arrow-right::after {
  margin-left: 8px;
}

#detail-html .evaluation .info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail-html .evaluation .username {
  font-size: 16px;
}

#detail-html .evaluation .posttime {
  color: #999;
}

#detail-html .evaluation .star {
  margin-bottom: 10px;
}

#detail-html .evaluation .content {
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.6;
  color: #666;
}

#detail-html .evaluation .none {
  padding: 24px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

#detail-html .dynamic {
  margin-bottom: 0;
}

#detail-html .dynamic .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#detail-html .dynamic .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

#detail-html .dynamic .link::after {
  margin-left: 8px;
}

#detail-html .dynamic .item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

#detail-html .dynamic .item:last-child {
  border: 0;
}

#detail-html .dynamic .content {
  color: #666;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 8px;
}

#detail-html .dynamic .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

#detail-html .dynamic .img {
  width: 32%;
  border-radius: 2px;
  overflow: hidden;
}

#detail-html .dynamic .img img {
  width: 100%;
  height: 114px;
}

#detail-html .dynamic .img:first-child ~ .img {
  margin-left: 1.33333%;
}

#detail-html .dynamic .posttime {
  text-align: right;
  color: #999;
}

#coupons-detail-html .swiper-container {
  height: 69.3333333vw;
  width: 100%;
}

#coupons-detail-html .basic .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
}

#coupons-detail-html .basic .price {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 16px;
}

#coupons-detail-html .basic .now {
  font-size: 20px;
  color: #FD635F;
}

#coupons-detail-html .basic .old1 {
  text-decoration: line-through;
  color: #999999;
  margin-left: 12px;
}

#coupons-detail-html .basic .old2 {
  color: #FF821E;
  margin-left: 12px;
}

#coupons-detail-html .basic .sold {
  color: #666666;
}

#coupons-detail-html .basic .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
}

#coupons-detail-html .basic .support .icon-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A90E2;
  line-height: 1.6;
  margin-right: 16px;
}

#coupons-detail-html .basic .support .icon-confirm::before {
  margin-right: 4px;
}

#coupons-detail-html .basic .support .icon-confirm:last-child {
  margin-left: 0;
}

#coupons-detail-html .detail {
  color: #333333;
}

#coupons-detail-html .detail .list {
  padding: 8px 12px;
}

#coupons-detail-html .detail .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#coupons-detail-html .detail .item:first-child ~ .item {
  margin-top: 10px;
}

#coupons-detail-html .detail .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#coupons-detail-html .detail .count {
  width: 14vw;
}

#coupons-detail-html .detail .price {
  width: 20vw;
  text-align: right;
}

#coupons-detail-html .detail .discount-price,
#coupons-detail-html .detail .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  font-size: 16px;
}

#coupons-detail-html .detail .total-amount {
  padding: 8px 12px 4px;
}

#coupons-detail-html .detail .money {
  width: 20vw;
}

#coupons-detail-html .detail .discount-price {
  padding: 4px 12px 8px;
}

#coupons-detail-html .detail .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eee;
  padding: 12px;
}

#coupons-detail-html .detail .link::after {
  height: 14px;
  width: 14px;
}

#coupons-detail-html .notes .body {
  padding: 12px;
  color: #666666;
}

#coupons-detail-html .notes .tag {
  font-size: 16px;
  margin: 8px 0;
}

#coupons-detail-html .notes .tag:first-child {
  margin-top: 0;
}

#coupons-detail-html .notes .content {
  padding-left: 12px;
  line-height: 1.6;
}

#coupons-detail-html .shop-info .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 12px;
}

#coupons-detail-html .shop-info .left {
  font-size: 16px;
}

#coupons-detail-html .shop-info .name {
  margin-bottom: 12px;
}

#coupons-detail-html .shop-info .popularity {
  font-size: 14px;
}

#coupons-detail-html .shop-info .link {
  font-size: 16px;
  line-height: 1;
}

#coupons-detail-html .shop-info .link::after {
  margin-left: 8px;
  height: 14px;
  width: 14px;
}

#coupons-detail-html .shop-info .info {
  border-top: 1px solid #eee;
  padding: 10px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666666;
}

#coupons-detail-html .shop-info .icon-address {
  margin-right: 12px;
}

#coupons-detail-html .shop-info .icon-phone {
  border-left: 1px solid #eee;
  padding: 8px 8px 8px 18px;
  margin-left: 8px;
}

#coupons-detail-html .evaluation {
  margin-bottom: 54px;
}

#coupons-detail-html .evaluation .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#coupons-detail-html .evaluation .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}

#coupons-detail-html .evaluation .fenshu {
  color: #FD635F;
  line-height: 1;
}

#coupons-detail-html .evaluation .separator {
  margin: 0 8px;
}

#coupons-detail-html .evaluation .item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

#coupons-detail-html .evaluation .item:last-child {
  border: 0;
}

#coupons-detail-html .evaluation .icon-arrow-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4A90E2;
  line-height: 1;
}

#coupons-detail-html .evaluation .icon-arrow-right::after {
  margin-left: 8px;
  height: 14px;
  width: 14px;
}

#coupons-detail-html .evaluation .info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#coupons-detail-html .evaluation .username {
  font-size: 16px;
}

#coupons-detail-html .evaluation .posttime {
  color: #999;
}

#coupons-detail-html .evaluation .star {
  margin-bottom: 10px;
}

#coupons-detail-html .evaluation .content {
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.6;
  color: #666;
}

#coupons-detail-html .evaluation .none {
  padding: 24px;
  text-align: center;
  color: #666;
  font-size: 16px;
}

#coupons-detail-html .bottom-bar {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 54px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#coupons-detail-html .bottom-bar .price {
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #eee;
}

#coupons-detail-html .bottom-bar .now {
  color: #FD635F;
  font-size: 18px;
}

#coupons-detail-html .bottom-bar .old1 {
  color: #999999;
  margin-left: 12px;
  text-decoration: line-through;
}

#coupons-detail-html .bottom-bar .old2 {
  color: #FF821E;
  margin-left: 12px;
}

#coupons-detail-html .bottom-bar .btn {
  color: #fff;
  background-color: #4A90E2;
  font-size: 18px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#position-html {
  overflow: hidden;
}

#position-html .search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 0 12px;
  height: 50px;
  border-bottom: 1px solid #eee;
}

#position-html .search input {
  height: 30px;
  border: 0;
  background: #f2f3f4;
  color: #333333;
  border-radius: 15px;
  width: 100%;
  padding: 0 10px 0 35px;
}

#position-html .search .icon-search {
  position: absolute;
  left: 20px;
}

#position-html .search .icon-search::after {
  background-image: url("../icons/search-black.svg");
}

#position-html .search .cancel {
  color: #4A90E2;
  width: 53px;
  text-align: right;
}

#position-html .search-data {
  background: #fff;
  height: calc(100vh - 51px);
  width: 100%;
  overflow: hidden;
}

#position-html .search-data ul {
  overflow-y: auto;
  padding: 0 24px;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

#position-html .search-data ul li {
  height: 0.75rem;
  line-height: 0.75rem;
  text-align: center;
  border-bottom: 1px solid #eee;
}

#comments-html .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 72px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}

#comments-html .header .back {
  width: 60px;
  text-align: left;
}

#comments-html .header .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

/* #comments-html .list {
  padding-top: 51px;
} */

#comments-html .item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

#comments-html .item:last-child {
  border: 0;
}

#comments-html .item .info {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#comments-html .item .username {
  font-size: 16px;
}

#comments-html .item .posttime {
  color: #999;
}

#comments-html .item .star {
  margin-bottom: 10px;
}

#comments-html .item .content {
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.6;
  color: #666;
}

#dynamics-html .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 72px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
}

#dynamics-html .header .back {
  width: 60px;
  text-align: left;
}

#dynamics-html .header .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
/* 
#dynamics-html .list {
  padding-top: 51px;
} */

#dynamics-html .item {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

#dynamics-html .item:last-child {
  border: 0;
}

#dynamics-html .content {
  color: #666;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre-wrap;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 8px;
}

#dynamics-html .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

#dynamics-html .img {
  width: 32%;
  border-radius: 2px;
  overflow: hidden;
}

#dynamics-html .img img {
  width: 100%;
  height: 114px;
}

#dynamics-html .img:first-child ~ .img {
  margin-left: 1.33333%;
}

#dynamics-html .posttime {
  text-align: right;
  color: #999;
}

[v-cloak] {
  display: none !important;
}
/*# sourceMappingURL=index.css.map */