/*-------------------------------------------------------------------------公共css开始*/
* {
  margin: 0;
  padding: 0;
}

body {
  padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);

  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

html {
  width: 100%;
  height: 100%;
  background: #3a34f3;
}

[v-cloak] {
  display: none;
}

a,
a:hover,
a:focus,
a:visited {
  color: #000;
}

em {
  font-style: normal;
}

.red {
  color: #f00;
}

.ib {
  display: inline-block;
}

.ell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  overflow: hidden;
}

.clearfix:after {
  content: '';
  clear: both;
}

.cut-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cut-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.txt-center {
  text-align: center;
}

.mt0 {
  margin-top: 0;
}

/*-------------------------------------------------------------------------公共css结束*/
/*滑动区域样式 开始*/
.slider-wrap {
  position: relative;
  height: 4rem;
  z-index: 10000;
}

.slider-wrap-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

.slider-wrap-fixed {
  position: fixed;
  z-index: 1000002;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
}

.slider-pre-btn {
  z-index: 10002;
  position: absolute;
  top: 0;
  width: 3.5rem;
  height: 4rem;
  background-image: linear-gradient(90deg,
      rgba(59, 59, 59, 0.9) 1%,
      #3b3b3b 64%);
}

.slider-pre-btn.cur {
  /* background: #1dbfda; */
}

.slider-pre-btn.cur::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.slider-pre-btn::after {
  z-index: 10002;
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  width: 3.5rem;
  height: 100%;
  background: url(//image01.homedo.com/Files/Images/cms/www/20190430/5509985566621202736_pic1.png) center center no-repeat;
  background-size: contain;
  transition: transform 0.4s;
  transform: rotate(-180deg);
  -webkit-transition: transform 0.4s;
}

.slider-list-wrap {
  /*z-index: 10001;*/
  position: relative;
  padding-left: 3.5rem;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  overflow: hidden;
  box-sizing: border-box;
}

.switch-type {
  z-index: 10001;
  position: relative;
  width: 100%;
  height: 4rem;
  line-height: 4rem;
  box-sizing: border-box;
  background: #fff;
  color: #222;
  font-size: 1.4rem;
  text-align: center;
}

.slider-list {
  position: absolute;
  right: 0;
  height: 4rem;
  background: #222;
  color: #fff;
  font-size: 1.5rem;
}

.slider-list li {
  position: relative;
  width: 8.5rem;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  background-color: #fff;
  color: #222;
}

/* .slider-list .cur {
  background-color: #fff27e;
  color: #f03b3c;
} */
.slider-list .cur .trangle {
  display: block;
  position: absolute;
  left: 50%;
  top: 3.5rem;
  margin-left: -0.5rem;
  width: 0;
  height: 0;
  border: 0.5rem solid transparent;
  border-top-color: #fff27e;
}

.slider-list .cur .select-icon {
  display: inline-block;
  width: 1rem;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAPCAYAAADd/14OAAAAAXNSR0IArs4c6QAAAVZJREFUKFN9kjtPAlEQhc9ZTHQXCTFSWWiDP0AXG+2sjb0/AhPfLjQ2uj7iI+B/sDe2xsbQyKq92lBYYaIid0PC7phdFgQ1nOImc++XOXNnhog0bdUXqGkr9GUmuBKNd+Lz9N4eugpiBkfGqu+CmgVIGP+IAvHtsh3PM8ikUbuMoKoAF1GGJQApgOILF2nm3WuKzAOoikfTOdArAWhuueOMiRPAAtwwY6lPEAkBis6esdxtbOZUgUAWQI1mTtUIDPcDBfhiJufeAjLXzxpAiaal1kkcRZb/fAYQwQbNHUmx4VZA6L2tiSKB68GbaPUxpwpoFf1XgvOybWRDcGqzPhYb4BMA4xepvKZMPhzGXzuTMC1lk9juBkW479i61Rlhq8GSZMx9ATAawW9N1Ug/no2894AhbKlVEsfhUgjWHNs4aTv0LEE6K4PJhFsKHj9q+uxzkY02+A0FYo69cs3yLgAAAABJRU5ErkJggg==) center center / 100% no-repeat;
  vertical-align: bottom;
}

.mask {
  background: #000;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}

.prop-list {
  position: absolute;
  top: 3.5rem;
  width: 100%;
  background: #fff;
  z-index: 100;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out;
}

.mask-show {
  height: 100%;
  opacity: 0.7;
  z-index: 2;
}

.prop-list-show {
  opacity: 1;
  height: auto;
}

.prop-list li {
  width: 25%;
  height: 1.4rem;
  padding: 1.5rem 0;
  float: left;
}

.prop-list li span {
  width: 100%;
  font-size: 1.4rem;
  color: #222;
}

.prop-list li.cur span {
  color: #2177ff;
}

.prop-list li span em {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  width: 96%;
  margin: 0 auto;
  text-align: center;
}

/*滑动区域样式 结束*/
/*重写滑动区域样式 开始*/
.slider-list {
  background: #fff;
  color: #666;
}

.slider-list .cur {
  color: #347af6;
}

.slider-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.slider-pre-btn {
  background: #fff;
}

.slider-pre-btn::after {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAoCAYAAAB0HkOaAAAAAXNSR0IArs4c6QAAAgdJREFUWEftmD1rwlAUhq9psehi2qlKKaUOEYVS6CC6SgeHCGrG/AEHN10cBDdXJ3+AOAgSBAWdQxHBzY+CFIqUmqGLbUWraJpiiSLSj3MvNnRIIMOFS/LkPee8eRODoijvCKEFQmi+ce5ivbwu1mFQYZYgOACQvZrBQOAVLFkQQitlIE+KW0ZiZf4VDET2TWAIPLEyuDCQ/XrPfKeSZmXSe2blLRAltn2IuEwkN/vNBIlhIKOq+wyuSjsfbVDPtFqtfVEUzTRNz3iel77KP7IsLzKZzPl0OqXC4XCfYZgx9O2NlWcmk4nMsqyj3++bU6lUh+f5gQq0fphkMunI5/NXLpfroVQq1SiKgrKsIwS4NL1eb4/juAuEkFIsFusMw7yugKrV6mE0GvXRND0ul8uC1WqdgUlI84wgCJZ4PO602+0vlUrlxmg0ziVJoliWvR6NRgfZbLbs8/mecECWe4nDVSKROC0UCmccx92l0+lOMBj0tNvt40gkUo/FYrcIIe18RpbleSgUuux2u0dut3vQaDROvF7vfS6XE9U8rRnMZ49JkmQIBAKe4XBostlsy5LVLBbLm9pD2ueZZrNpEkWR9vv9j06n83ljuoiVAfkM5ncVMQx4tLd95Ye1ZjAQeO175i+U0Xtm26GxXpSYfyr0ntl5uIKMqp6BcVXaeZl0n9F9BpqFPwDZt0bVSYK8wQAAAABJRU5ErkJggg==) center center / 2.75rem 3.3rem no-repeat;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.slider-pre-btn.cur {
  /* background: #4b4b55; */
}

.slider-pre-btn.cur::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

/*重写滑动区域样式 结束*/
.app {
  background: #3a34f3;
  max-width: 64rem;
  margin: auto;
}

.banner {
  width: 100%;
  position: relative;
}

.banner img {
  width: 100%;
}

.banner .top-rule-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.1rem;
  height: 2.3rem;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0 0.5rem;
  font-size: 1.2rem;
  background: #ff0a2d;
}

/*楼层 开始*/
.floor-list-wrap {
  margin: 0 1rem;
}

.floor-list li {
  padding-top: 1rem;
}

.floor-title {
  line-height: 3rem;
  position: relative;
  height: 3rem;
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  /* background: url(//image01.fat.homedo.com/Files/Images/cms/www/20210520/5503382401462813955_pic1.png) 100% 100% no-repeat; */
  background-size: 100%;
}

/* .floor-list h1 {
  background: url(//image01.fat.homedo.com/Files/Images/cms/www/20210520/5503382401462813955_pic1.png) 100% 100% no-repeat;
} */

.floor-title.floor-title-first {
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}

.floor-title span {
  /* display: inline-block;
  width: 5%;
  height: 1px;
  top: 50%;
  background: #fff;
  vertical-align: middle;
  margin-right: 1rem; */
}

.floor-title span:last-child {
  margin-left: 1rem;
}

.inner-list {
  margin-top: 1rem;
}

.taocan-item {
  display: flex;
}

.web-link .taocan-item-left {
  margin-right: 0.5rem;
  width: 8rem;
  height: 8rem;
  border: 1px solid #d6d6d6;
}

.web-link .taocan-item-left img {
  max-width: 8rem;
  max-height: 8rem;
}

.web-link .taocan-item-right {
  flex: 1;
}

.web-link .self-taocan-item-right {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.price-box {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-flow: column;
  flex-wrap: inherit;
}

.group-price {
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0.5rem;
}

.member-price {
  font-size: 1rem;
  color: #6d6d6d;
  white-space: nowrap;
}

.inner-list li>div.loading {
  background: #eee;
}

.inner-list .line1 {
  height: 4.5rem;
  line-height: 4.5rem;
}

.inner-list .line1 span:first-child {
  height: 100%;
  width: 70%;
  background: url(//image01.homedo.com/Files/Images/cms/www/20190430/4989488277577966198_pic1.png) left center / 1.5rem no-repeat;
  text-indent: 2rem;
  font-size: 1.75rem;
  color: #222222;
  font-weight: bold;
}

.inner-list .line1 span:last-child {
  width: 30%;
  font-size: 1.4rem;
  text-align: right;
  color: #6d6d6d;
  letter-spacing: 0;
  line-height: 4.5rem;
}

.inner-list .line1 span:last-child em {
  display: inline-block;
  width: 0.75rem;
  height: 4.5rem;
  background: url(//image01.homedo.com/Files/Images/cms/www/20190501/4976288220732484002_pic1.png) center center / 100% 1.2rem no-repeat;
  vertical-align: bottom;
}

.inner-list .line1 strong {
  font-size: 1.4rem;
  color: #222222;
}

.inner-list .line {
  margin: 1rem 0;
  height: 1px;
  background: #eee;
}

.inner-list .line2 {
  margin-left: 0.5rem;
  height: 4rem;
  line-height: 2rem;
  color: #6d6d6d;
  word-break: break-all;
}

.inner-list .line3 {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #6d6d6d;
}

.inner-list .line3 span:first-child {
  padding-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.inner-list .line3 span {
  display: block;
}

.inner-list .line3 span:last-child em {
  font-size: 2rem;
  color: #f00;
  font-weight: bold;
}

.inner-list .line3 span:last-child em label {
  font-size: 1.2rem;
}

.inner-list li {
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
  background: #fff;
}

.inner-list li:last-of-type {
  margin-bottom: 0;
}

.tc-small-01 {
  width: 50%;
  float: left;
}

.tc-small-01 .product-box {
  background: #fff;
  position: relative;
}

.tc-small-01:nth-child(odd) .product-box {
  margin-right: 0.5rem;
}

.tc-small-01:nth-child(even) .product-box {
  margin-left: 0.5rem;
}

.tc-small-01 .product-box .pic {
  padding: 1.5rem 2.25rem;
}

.tc-small-01 .product-box .pic a {
  display: block;
  position: relative;
  height: 14.7rem;
}

.tc-small-01 .product-box .pic img {
  width: 100%;
  height: 100%;
}

.tc-small-01 .product-box .pic .icon {
  position: absolute;
  left: -1rem;
  top: -0.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 4rem;
  text-align: center;
  line-height: 4rem;
  background-color: #327dfd;
  color: #fff;
}

.tc-small-01 .product-box .pic .save {
  height: 15px;
  background: #00c599;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}

.tc-small-01 .product-box .pic .save::after {
  display: block;
  content: '';
  width: 7px;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -3.5px;
  background: url('https://image01.homedo.com/Files/Images/cms/www/20190515/4954385062541576525_pic1.png') 0 0 no-repeat;
}

.tc-small-01 .product-box .price-name {
  padding: 0 1.2rem 1.5rem;
}

.tc-small-01 .product-box .name {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
}

.tc-small-01 .product-box .name a {
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.tc-small-01 .product-box .sub-name {
  height: 30px;
  line-height: 15px;
  color: #222;
  font-size: 12px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tc-small-01 .product-box .pirce {
  height: 24px;
  overflow: hidden;
  margin-bottom: 12px;
}

.tc-small-01 .product-box .pirce strong {
  color: #ff2c24;
  line-height: 24px;
  font-weight: bold;
  font-size: 24px;
  margin-right: 5px;
}

.tc-small-01 .product-box .pirce strong em {
  font-size: 16px;
  font-weight: bold;
  padding-right: 3px;
}

.tc-small-01 .product-box .pirce small {
  padding-top: 8px;
  line-height: 16px;
  font-size: 12px;
  color: #888;
}

.tc-small-01 .product-box .pirce small del {
  padding-left: 3px;
}

.tc-small-01 .product-box .btn {
  display: block;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #c9c9c9;
}

.tc-small-01 .product-box .btn.ready {
  background: #14ae14;
}

.tc-small-01 .product-box .btn.buy {
  background: #ff2c24;
}

/*楼层 结束*/
/*活动规则 开始*/
.rule-box {
  margin: 2.5rem 4% 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  position: relative;
  color: #fff;
  line-height: 2.5rem;
  padding: 2rem 1rem;
}

.fininsh {
  position: absolute;
  left: 50%;
  bottom: 50%;
  margin-bottom: -3rem;
  margin-left: -3rem;
}

.rule-box dt {
  position: absolute;
  width: 125px;
  height: 65px;
  top: -32px;
  left: 50%;
  margin-left: -62.5px;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20200610/5332193061705950158_pic1.png) center / 100% no-repeat;
  color: #e52b2b;
  text-align: center;
  line-height: 65px;
  font-size: 15px;
}

/*活动规则 结束*/
.customize {
  position: fixed;
  right: 10px;
  bottom: 300px;
  width: 8rem;
  height: 8rem;
  z-index: 9999;
}

.customize img {
  width: 100%;
  height: 100%;
}

.app-Exclusive {
  width: 14.4rem;
  height: 1.7rem;
  background: #fff7e1;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #976f24;
  font-size: 1.2rem;
}

.app-icon {
  width: 1.6rem;
  height: 1.6rem;
  background: url(//image01.fat.homedo.com/Files/Images/cms/www/20210520/4948576346916347398_pic1.png) 100% 100% no-repeat;
  background-size: 100%;
}

.app-inc {
  color: #d3eff0;
  font-size: 1rem;
  text-align: center;
}

.swiper-img-box {
  margin-top: 0.5rem;
  width: 100%;
  height: 7.7rem;
  z-index: 1;
  overflow-y: hidden;
}

.swiper-img-box .swiper-img {
  width: 100%;
  height: 7.7rem;
}

.el-carousel__container {
  height: 100% !important;
}

.groupTab {
  width: 16.1vw;
  height: 3rem;
  line-height: 3rem;
  border: #bee8ff 1px solid;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  color: #bee8ff;
  margin-right: 0.7vw;
  margin-left: 0.7vw;
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
  padding-right: 1px;
}

.tab-box {
  width: 100%;
  margin: 1.2rem auto 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.chooseTabIndex {
  background-color: #bee8ff;
  color: #0019bc;
  font-size: 1.2rem;
  font-weight: 400;
}

.bottom-div {
  width: 100%;
  height: 10rem;
  background-color: #0019bc;
}

.bottom-div img {
  width: 100%;
  height: 10rem;
}

.status4 {
  background: #B0B0B0 !important;
}

.status4::after {
  display: block !important;
  content: '' !important;
  width: 13px !important;
  height: 10px !important;
  position: absolute !important;
  top: 0px !important;
  left: 50% !important;
  margin-left: -3.5px !important;
  background: url('https://image01.fat.homedo.com/Files/Images/cms/www/20210527/5322573415293579327_pic1.png') 0 0 no-repeat !important;
  transform: rotate(225deg);
}

.status_finsh_over {
  color: #B0B0B0 !important;
}

.self-shop {
  width: 30px;
  height: 20px;
  background: linear-gradient(90deg, #00D7FF 0%, #2F7BFF 100%);
  border-radius: 2px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 20px;
  font-size: 12px;
  margin: 10px 0px;
  text-align: center;
}