h2 {
  font-weight: bold
}

.actBoxTop {
  display: none
}

/* .js-floor-anchor-list li.cur {
  background: #0098ed;
} */

/* .js-floor-anchor-all dd ul li.cur span {
  color: #0098ed
} */

#app {
  background: #EFD3A7
}

.wap-body {
  margin-bottom: -20px !important;
  background: #EFD3A7 !important;
}

.recommend-floor {
  background: #EFD3A7;
}

.recommend-floor .floor-title {
  text-align: center;
  height: 3.3rem;
  line-height: 3.3rem;
  background: transparent;
}

.recommend-floor .floor-title .display-box {
  background: url(https://project-homedo.oss-cn-shanghai.aliyuncs.com/8daf0470-2429-4d78-93b4-4a843e4e5184_btn-bg.png) no-repeat;
  background-size: 100%;
  height: 3.3rem;
  width: 23rem;
  color: #FFF3D1;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
}

.recommend-floor .new-skill-warp li {
  width: 100%;
  min-height: 10rem;
}

.recommend-floor .baokuan-01 li dl {
  display: flex;
}

.recommend-floor .baokuan-01 li dl dt {
  width: 12.7rem;
  height: 12.7rem;
  padding: 1.5rem;
}

.recommend-floor .baokuan-01 li dl dt img {
  width: 100%;
  max-height: 100%;
}

.recommend-floor .baokuan-01 li dl dd {
  flex: 1;
}

.recommend-floor .baokuan-01 li a dl dd .app {
  display: none;
}

.recommend-floor .baokuan-01 li a dl dd .price {
  padding-top: 0;
}

.recommend-floor .baokuan-01 li a dl dd .shopName {
  border: 0;
}

.recommend-floor .baokuan-01 li a dl dd .tooltip-popper {
  display: none;
}

.floor-box {
  background: #EFD3A7;
  padding-top: 1rem;
}

.floor-box:first-child {
  background: linear-gradient(178deg, #FFEEC3 0%, #F9D98D 100%);
}


.banner,
.act-banner {
  position: relative;
}

.banner .top-rule-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 6.1rem;
  height: 2.4rem;
  text-align: center;
  color: #fff;
  border-radius: 0 0 0 .5rem;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.5);
}

.logo-box {
  position: relative;
  height: 6rem
}

.logo-box dl {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.logo-box dl dt {
  width: 26.5%;
  margin: auto
}

.logo-box dl dt p {
  background: #2f44cf;
  padding: .5rem;
  display: block;
  border-radius: .3rem
}

.logo-box dl dd {
  line-height: 2.6rem;
}

.floor-title {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  margin: 0rem 1rem 1rem;
  background: #F7EAC9;
  height: 3rem;
  line-height: 3rem;
}

.floor-title h2 {
  font-weight: 600;
  color: #63482E;
  font-size: 1.4rem;
}

/* .floor-title .title-img{width: 100%;height: 4rem;} */



.floor-tab {
  padding-left: 1.5rem;
}

.floor-tab li {
  margin: 0 .5rem 1rem 0;
  float: left;
}

.floor-tab li a {
  display: block;
  padding: 0 2rem;
  height: 2.8rem;
  font-size: 1rem;
  color: #775E43;
  line-height: 2.8rem;
  border: #F7EAC9 solid 1px;
  background: #F7EAC9;
  border-radius: 1.5rem;
}

.floor-tab li a.cur {
  background: #BC8B5F;
  border-color: #BC8B5F;
  color: #fff;
}

.baokuan-01 {
  padding: 0 .75rem;
}

.baokuan-01 li {
  float: left;
  width: 50%;
  margin-bottom: .7rem;
  min-height: 310px;
}

.baokuan-01 li.lianyin.isHideProduct {
  display: none;
}

.baokuan-01 li a {
  display: block;
  margin: 0 .4rem;
  background: #fff;
  position: relative;
}

.baokuan-01 li a dl.show {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
}

/* .baokuan-01 li a dl dt {padding: .7rem; position: relative;} */
.baokuan-01 li a dl dt {
  display: block;
  position: relative;
  padding: 1.5rem 2.4rem;
}

.baokuan-01 li a dl dt>img {
  width: 100%;
  height: 12.7rem;
}

.baokuan-01 li a dl dt .man-icon {
  position: absolute;
  height: 1.5rem;
  min-width: 8.3em;
  padding-left: .5rem;
  background: #ff6e00;
  left: 0;
  bottom: .3rem;
  border-radius: 0 3rem 3rem 0;
  font-size: 1rem;
  color: #fff;
}

.baokuan-01 li a dl dt .man-icon.over {
  background: #999999;
}

.baokuan-01 li a dl dt .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6rem;
  height: 6rem;
  transform: translate(-50%, -50%);
}

.baokuan-01 li a dl dd {
  padding: .8rem 1.5rem
}

.baokuan-01 li a dl dd h3 {
  font-size: 1.3rem;
  height: 3.3rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1rem;
}

.baokuan-01 li a dl dd .c-888 {
  color: #888
}

.baokuan-01 li a dl dd .price {
  font-size: .9rem;
  color: #a0a0a0;
  margin: 0 0 .5rem;
  position: relative;
  padding-top: 2.5rem;
}

.baokuan-01 li a dl dd .price .tag {
  height: 2.2rem;
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 1.2rem;
  padding: .1rem 0.5rem 0 .5rem;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20201021/4978238342521204442_pic1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.baokuan-01 li a dl dd .price .tag-red {
  background: url(https://image01.homedo.com/Files/Images/cms/www/20210526/5305877346674324036_pic1.png) 0 0 no-repeat;
  background-size: 100% 100%;
}

.baokuan-01 li a dl dd .price span {
  line-height: 1.7rem;
  height: 1.7rem;
  margin-right: .8rem;
  color: #ff001a;
}

.baokuan-01 li a dl dd .price span strong {
  font-size: 1rem;
  color: #ff001a;
}

.baokuan-01 li a dl dd .price span strong em {
  font-size: 1.5rem
}

.baokuan-01 li a dl dd .price del {
  height: 1.2rem;
  line-height: 1.2rem
}

.baokuan-01 li a dl dd .btn {
  height: 3rem;
  margin: 1rem 0 0;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  border-radius: .2rem;
}

.baokuan-01 li a dl dd .btn.ready {
  background-color: #339900
}

.baokuan-01 li a dl dd .btn.buy {
  background-color: #ee340f
}

.baokuan-01 li a dl dd .btn.none {
  background-color: #999999
}

.baokuan-01 li a dl dd .app {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #976F24;
  line-height: 1.6rem;
  display: flex;
  margin-bottom: 1rem;
}

.baokuan-01 li a dl dd .app img {
  width: 1.6rem;
  height: 1.6rem;
}

.baokuan-01 li a dl dd .shopName {
  font-size: 1.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2F7BFF;
  line-height: 1.2rem;
  border-top: 1px dotted #DDDDDD;
  padding-top: 1rem;
}

.baokuan-01 li a dl dd .shopName img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}

.subTitle {
  color: #2f7bff;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.3rem;
  height: 1.7rem;
  font-size: 1rem;
  text-overflow: ellipsis;
  margin: 0.5rem 0;
}

.maizeng-box {
  padding: 0 .75rem
}

.maizeng-box li {
  float: left;
  width: 50%;
  margin-bottom: 1rem;
}

.maizeng-box li.isHideProduct {
  display: none;
}

.maizeng-box li .product-box {
  margin: 0 .3rem;
  background: #fff;
  position: relative;
}

.maizeng-box li .product-box dl.show {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}

.maizeng-box li .product-box dl dt a .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  transform: translate(-50%, -50%);
}

/* .maizeng-box li .product-box dl dt a {display: block; position: relative; padding: 1.5rem 2.4rem} */
.maizeng-box li .product-box dl dt a {
  display: block;
  position: relative;
  padding: 1.5rem 1.5rem;
  width: 13.7rem;
  height: 13.7rem;
  margin: 0 auto;
}

.maizeng-box li .product-box dl dt a>img {
  width: 100%;
  height: 100%;
}

.maizeng-box li .product-box dl dt a .maizeng-icon-box {
  position: absolute;
  left: -.3rem;
  bottom: .4rem;
  font-size: 1.1rem;
}

.maizeng-box li .product-box dl dt a .maizeng-icon-box strong {
  width: 8.6rem;
  height: 1.8rem;
  text-align: center;
  color: #fff;
}

.maizeng-box li .product-box dl dt a .maizeng-icon-box p {
  position: relative;
  margin-top: -1px;
  padding-left: .6rem;
  border: #8407da solid 1px;
  border-radius: 0 2rem 2rem 0;
  color: #8407da;
  background: #fff;
}

.maizeng-box li .product-box dl dt a .a-a strong {
  background-image: -moz-linear-gradient(60deg, rgb(151, 4, 251) 0%, rgb(184, 76, 252) 100%);
  background-image: -webkit-linear-gradient(60deg, rgb(151, 4, 251) 0%, rgb(184, 76, 252) 100%);
  background-image: -ms-linear-gradient(60deg, rgb(151, 4, 251) 0%, rgb(184, 76, 252) 100%);
}

.maizeng-box li .product-box dl dt a .a-a p {
  min-width: 10rem;
  border-color: #8407da
}

.maizeng-box li .product-box dl dt a .a-b strong,
.maizeng-box li .product-box dl dt a .a-c strong,
.maizeng-box li .product-box dl dt a .a-h strong {
  background-image: -moz-linear-gradient(60deg, rgb(151, 4, 251) 0%, rgb(184, 76, 252) 100%);
  background-image: -webkit-linear-gradient(60deg, rgb(151, 4, 251) 0%, rgb(184, 76, 252) 100%);
  background-image: -ms-linear-gradient(60deg, rgb(151, 4, 251) 0%, rgb(184, 76, 252) 100%);
}

.maizeng-box li .product-box dl dt a .a-b p,
.maizeng-box li .product-box dl dt a .a-c p,
.maizeng-box li .product-box dl dt a .a-h p {
  border-color: #8407da;
  color: #8407da
}

.maizeng-box li .product-box dl dt a .a-b p {
  min-width: 10rem;
  width: 85%;
}

.maizeng-box li .product-box dl dt a .a-b p.display-box-left span {
  display: inline-block;
  width: 83%;
  height: 1.8rem;
  line-height: 2rem;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 2%;
}

.maizeng-box li .product-box dl dt a .a-c p.display-box-left span {
  display: inline-block;
  height: 1.8rem;
  line-height: 2rem;
  width: 83%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 2%;
}

.maizeng-box li .product-box dl dt a .a-c p {
  min-width: 8rem;
  width: 85%;
}

.maizeng-box li .product-box dl dt a .a-h p.display-box-left span {
  display: inline-block;
  width: 100%;
  height: 1.8rem;
  line-height: 2rem;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 2%;
}

.maizeng-box li .product-box dl dt a .maizeng-icon-box.a-c {
  width: 100%;
}

.maizeng-box li .product-box dl dt a .maizeng-icon-box.a-h {
  width: 100%;
}

.maizeng-box li .product-box dl dt a .a-h p {
  min-width: 8rem;
  width: 70%;
}

.maizeng-box li .product-box dl dt a .maizeng-icon-box-01 p::before {
  display: block;
  position: absolute;
  content: "";
  left: -.1rem;
  bottom: -1rem;
  width: .3rem;
  height: 1rem;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20181026/4717220524499451733_pic1.png) 0 0 no-repeat;
  background-size: contain
}

.maizeng-box li .product-box dl dd {
  padding: 0 1.2rem 1.5rem
}

.maizeng-box li .product-box dl dd .c-888 {
  color: #888
}

.maizeng-box li .product-box dl dd .price {
  font-size: .9rem;
  color: #a0a0a0;
  margin: .5rem 0;
  line-height: 1.7rem;
  height: 1.7rem;
  overflow: hidden;
}

.maizeng-box li .product-box dl dd .price span strong {
  font-size: 1rem;
  color: #ff001a;
  margin-right: .5rem
}

.maizeng-box li .product-box dl dd .price span strong em {
  font-size: 1.5rem
}

.maizeng-box li .product-box dl dd .price del {
  line-height: 1.9rem
}

.maizeng-box li .product-box dl dd .app {
  font-size: 1.4rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #976F24;
  line-height: 1.6rem;
  border-radius: 0px 50px 50px 0px;
  display: flex;
  margin-bottom: 1rem;
}

.maizeng-box li .product-box dl dd .app img {
  width: 1.6rem;
  height: 1.6rem;
}

.maizeng-box li .product-box dl dd .shopName {
  font-size: 1.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2F7BFF;
  line-height: 1.2rem;
  border-top: 1px dotted #DDDDDD;
  padding-top: 1rem;
}

.maizeng-box li .product-box dl dd .shopName img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}

.maizeng-box li .product-box dl dd h3 {
  height: 3.8rem;
  font-size: 1.3rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 1.9rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.maizeng-box li .product-box dl dd .btn {
  height: 3rem;
  margin: 1rem 0 0;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  border-radius: .2rem;
}

.maizeng-box li .product-box dl dd .btn.ready {
  background-color: #339900
}

.maizeng-box li .product-box dl dd .btn.buy {
  background-color: #ee340f
}

.maizeng-box li .product-box dl dd .btn.none {
  background-color: #999999
}

.maizeng-box li .product-box dl dd .zeng-icon {
  color: #ff3030;
  line-height: 1.2rem;
  font-size: .9rem;
  position: relative;
  text-indent: 1.5rem
}

.maizeng-box li .product-box dl dd .zeng-icon::before {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #ef253d;
  color: #fff;
  content: "赠";
  text-align: center;
  line-height: 1.2rem;
  margin-right: .2rem;
  position: absolute;
  left: 0;
  top: .2rem;
  text-indent: 0
}

.maizeng-box li .product-box dl dd .zeng-box-hb {
  height: 1.2rem;
  padding-top: .2rem;
}

.maizeng-box li .product-box dl dd .zeng-box-cp {
  height: 2.4rem;
  padding-top: .2rem;
}

.maizeng-box li .product-box dl dd .zeng-box-cp span {
  position: relative;
  display: block;
}

.maizeng-box li .product-box dl dd .zeng-box-cp span small {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.maizeng-box li .product-box dl dd .zeng-box-cp span em {
  position: absolute;
  left: 99%;
  bottom: 0;
  text-indent: 0
}

.mTop10 {
  margin-top: .5rem;
}

.porp-hide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 10;
}

.porp-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 23.3rem;
  z-index: 11;
  padding: 0 .2rem .2rem;
  border-radius: .3rem;
  background: #ff4900;
  text-align: center;
}

.porp-box .porp {
  background-color: #fff8e4;
  border-radius: 0 0 .3rem .3rem;
  padding-bottom: 1.5rem;
}

.porp-box .hd {
  background: #ff4900 url(//image01.homedo.com/Files/Images/cms/www/20180613/5001068946684273334_pic1.jpg) left top no-repeat;
  background-size: 8.7rem 2.2rem;
  height: 2.2rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 2.2rem;
  margin-bottom: 1.5rem;
  text-align: left;
  padding-left: .8rem;
}

.porp-box .f24 {
  font-size: 1.3rem;
  color: #f3541d;
  line-height: 1.8rem;
  font-weight: bold;
  margin-bottom: .6rem;
  display: block;
}

.porp-box .f20 {
  font-size: 1rem;
  color: #bc380f;
  line-height: 1.6rem;
}

.porp-box .btn-box {
  margin-top: 1.2rem;
}

.porp-box .red-btn {
  background-color: #ff4200;
  color: #fff;
  height: 2.3rem;
  width: 7.5rem;
  border-radius: .2rem;
  line-height: 2.3rem;
  display: inline-block;
  font-size: 1rem;
}

.porp-redPack .tips {
  color: #6d6d6d;
  font-size: 1rem;
  padding-top: 1rem;
}

.porp-redPack .pack-A {
  font-size: 1.5rem;
  display: block;
}

.porp-box .close-css {
  width: 2.3rem;
  height: 5.6rem;
  background: url(//image01.homedo.com/Files/Images/cms/www/20180613/5174331455010978398_pic1.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  bottom: -4.6rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.porp-box .kf-btn {
  border: .1rem solid #ff4200;
  color: #ff4200;
  height: 2.1rem;
  width: 7.5rem;
  display: inline-block;
  line-height: 2.1rem;
  font-size: 1rem;
  margin-right: .3rem;
}

.rule-box {
  margin: 2.5rem 1rem 1rem;
  background: #FEF8E9;
  border-radius: .5rem;
  position: relative;
  color: #40292A;
  line-height: 2.5rem;
  padding: 2.8rem 1.6rem 1.6rem 1.6rem;
  font-size: 1.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 2rem;
}

.rule-box dt {
  position: absolute;
  width: 8rem;
  height: 2rem;
  border-radius: 2rem;
  top: -1rem;
  left: 50%;
  margin-left: -4rem;
  background: #00c3f1;
  color: #01075b;
  text-align: center;
  line-height: 2rem;
  background: #FEF4A9;
  font-size: 1.2rem;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #794934;
}

.line-bg {
  background: #eee;
  display: block;
  margin: .1rem 0;
}

.act-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 .5rem;
  font-size: 1.2rem;
  background: #ff0a2d;
}

.act-banner .Notice {
  position: absolute;
  bottom: 4.6rem;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, .4) url(https://image01.homedo.com/Files/Images/cms/www/20181119/5222961940767252936_pic1.png) 1rem center/1.7rem 1.3rem no-repeat;
  height: 2.8rem;
  line-height: 2.8rem;
  color: #fff;
  padding-left: 3rem;
  font-size: 1.1rem;
}

.time-box {
  height: 4.6rem;
  overflow: hidden;
  width: 100%;
}

.time-box.finsh {
  background-color: #b60001;
}

.time-box ul {
  width: 100%;
  opacity: 0;
}

.time-box ul li {
  width: 8.4rem;
  float: left;
  text-align: center;
}

.time-box ul li a {
  display: block;
  height: 3.5rem;
  background: #fff;
  margin-right: 2px;
  position: relative
}

.time-box ul li:last-child a {
  margin-right: 0;
}

.time-box ul li a strong {
  padding-top: .3rem;
  color: #222;
  font-size: 1rem;
  display: block;
}

.time-box ul li a p {
  font-size: .9rem;
  color: #fff;
  width: 5.4rem;
  height: 2.9rem;
  margin: auto;
  border-radius: 1rem;
  background-color: #00b300;
  height: 1.4rem;
  line-height: 1.4rem;
  width: 5.2rem;
}

.time-box ul li.end a p {
  background: #cbcbcb;
  color: #222;
}

.time-box ul li.start a p {
  background: #00b300;
}

.time-box ul li.cur a {
  background-color: #ffde00;
}

.time-box ul li.cur a:before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -.7rem;
  bottom: -.6rem;
  border-left: .7rem solid transparent;
  border-right: .7rem solid transparent;
  border-top: .7rem solid #ffde00;
}

.time-box ul li.now a p {
  background: #f31009;
}

.time-box.all-title {
  height: 4rem;
}

.time-box.all-title ul li a h4 {
  padding: .3rem 0 0 0;
  color: #000;
  font-size: 1.2rem;
}

.time-box.all-title ul li a p {
  padding: .2rem 0
}

.time-box.all-title ul li.cur a::after {
  bottom: -.5rem
}

.js-floor-position-fixed {
  z-index: 999;
}

.js-floor-anchor-list li {
  position: relative;
}

.js-floor-anchor-list li.cur em {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js-floor-anchor-list li.cur em:before {
  content: "";
  position: absolute;
  top: .2rem;
  left: -1.4rem;
  width: 1rem;
  height: 1.5rem;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20210730/4633114283147168070_pic1.png) 0 0 no-repeat;
  background-size: 100%;
}


.Win-list {
  position: relative;
  padding: 1rem 1.2rem 0;
}

.Win-list h2,
.Recommend h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: .5rem;
}

.Win-list .ul-box {
  overflow: hidden;
  height: 50%;
  position: absolute;
  top: 17.5%;
  margin: 0 4%;
  width: 84%;
  left: 4%;
}

.Win-list .p1 {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: bold;
  padding: 0 1.5rem;
}

.Win-list .p2 {
  font-size: 1.2rem;
  color: #ffd503;
  margin-bottom: 0.8rem;
  padding: 0 1.5rem;
}

.Win-list ul {
  color: #fff;
  width: 100%;
  height: 100%;
}

.Win-list li {
  font-size: 1.2rem;
  background: none;
  height: 100%;
  width: 100%;
}

.Win-list li div {
  width: 100%;
  height: 100%
}

.Win-list li p {
  text-align: left;
  height: 32%;
  line-height: 220%;
  border-bottom: 0.1rem dashed #fff;
  display: -webkit-box;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-align: center;
  display: box;
  box-align: center;
}

.Win-list li p:last-child {
  border-bottom: none
}

.Win-list li span {
  margin-right: 0.6rem;
}

.Win-list li span:nth-child(2) {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 12rem;
}

.Win-list li span:last-child {
  position: absolute;
  right: -0.6rem;
}

.Win-list-con {
  position: relative;
}

.recommend-list {
  padding: 1rem .8rem;
}

.recommend-list li {
  width: 25%;
  margin-bottom: .4rem
}

.recommend-list li a {
  position: relative;
  display: block;
  margin: 0 .2rem;
  padding: .5rem
}

.recommend-list li {
  color: #6e6e6e;
  font-size: 1rem;
}

.recommend-list li .get-price {
  display: block;
  color: #f53d36;
  font-size: 1.6rem;
  height: 2rem;
  line-height: 2rem;
}

.recommend-list li .get-price span {
  font-weight: normal;
  font-size: 1rem;
}

.recommend-list li .get-price strong {
  font-weight: normal;
  font-size: 1.5rem;
}

.recommend-list li h3 {
  font-size: 1.1rem;
  color: #222;
  line-height: 1.4rem;
  height: 2.8rem;
  overflow: hidden;
  margin-top: .6rem;
}

.recommend-list li .product-porp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .5rem
}

.transition-all {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.floor-title-box {
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  margin: .5rem 1rem;
}

.floor-title-box .title-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* 秒杀产品列表 */
/* .good-list {
  margin: 0 .8rem;
}

.good-list li {
  width: 50%;
  margin-bottom: .4rem;
  float: left;
}

.good-list li.lianyin.isHideProduct {
  display: none;
}

.good-list li .pad {
  padding: .6rem 1.2rem 1rem;
  margin: 0 .2rem;
  position: relative;
}

.good-list li .pad .product-porp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: .6rem 1.2rem 1rem;
  opacity: 0;
  top: 0;
}

.good-list li .pad .product-porp.show {
  opacity: 1;
}

.good-list li .Price {
  margin-bottom: .5rem;
  margin-top: .5rem;
  height: 2rem;
  line-height: 2rem;
}

.good-list li .Price strong {
  font-size: 1.4rem;
  color: #f4471e;
  font-weight: bold;
}

.good-list li .Price strong span {
  font-size: 2rem;
  font-weight: bold;
}

.good-list li .productName,
.good-list li .zengName {
  font-size: 1.1rem;
  color: #222;
  border-bottom: none;
  line-height: 1.3rem;
  height: 2.6rem;
  margin-bottom: .6rem;
  overflow: hidden;
}

.good-list li .zengName {
  height: 1.3rem;
}

.good-list li .line-box {
  border-top: .1rem dashed #cfcfcf;
  border-bottom: .1rem dashed #cfcfcf;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.good-list li .line-box .MinBuy,
.good-list li .line-box .MaxBuy {
  color: #ff3030;
}

.good-list li .market-box {
  font-size: .9rem;
  color: #c0c0c0;
  margin-left: .3rem;
}

.good-list li .market-box del {
  font-size: 1rem;
}

.good-list li button {
  background-color: #ee340f;
  color: #fff;
  width: 100%;
  border-radius: .3rem;
  font-size: 1.5rem;
  text-align: center;
  line-height: 3rem;
  border: none;
}

.good-list li button.no-start {
  background-color: #339900;
}

.good-list li .img-box {
  position: relative;
  padding: 0 1rem;
}

.good-list li .img-box .tag {
  width: 3.8rem;
  height: 1.9rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20180511/5489633103437889731_pic1.png) 0 0 no-repeat;
  background-size: 3.8rem 1.9rem;
}

.good-list li .img-box .one-icon {
  display: block;
  position: absolute;
  width: 4.4rem;
  height: 3.3rem;
  top: .6rem;
  right: -.7rem;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20170518/5332818829509780768_pic1.png) 0 0 no-repeat;
  background-size: contain
}

.good-list li .img-box .icon-pic {
  content: "";
  position: absolute;
  width: 5rem;
  height: 4.2rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.good-list li .list-time {
  font-size: .9rem;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  text-align: center;
  height: 2rem;
  line-height: 2rem;
  width: 100%;
  position: absolute;
  left: -1.2rem;
  bottom: 0;
  padding: 0 1.2rem;
}

.good-list li button.finsh {
  background-color: #999;
}

.good-list li .zeng-icon {
  color: #ff3030;
  line-height: 1.3rem;
  font-size: .9rem;
  position: relative;
  text-indent: 1.5rem
}

.good-list li .zeng-icon::before {
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
  width: 1.2rem;
  height: 1.2rem;
  background: #ef253d;
  color: #fff;
  content: "赠";
  text-align: center;
  line-height: 1.2rem;
  margin-right: .2rem;
  position: absolute;
  left: 0;
  top: .05rem;
  text-indent: 0
}

.good-list li .zeng-box-cp {
  height: 1.3rem;
  margin: -.4rem 0 .4rem;
}

.good-list li .zeng-box-cp span {
  position: relative;
  display: block;
  padding-right: 1.5rem
}

.good-list li .zeng-box-cp span small {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 1rem;
}

.good-list li .zeng-box-cp span em {
  position: absolute;
  right: 0;
  bottom: 0;
  text-indent: 0;
  width: 3rem;
  text-align: right;
}

.server-icon {
  height: 1.8rem;
  position: absolute;
  left: -1.2rem;
  top: -.6rem;
  float: left;
  padding: 0 1rem;
  color: #fff;
  background-color: #6766ff;
  font-size: 1.2rem;
  border-radius: 0 0 .3rem 0;
  text-align: center;
}

.brand-list {
  padding: 0 .8rem;
}

.brand-list li {
  width: 33.33%;
  float: left;
  margin-bottom: .4rem
}

.brand-list li a {
  display: block;
  position: relative;
  margin: 0 .2rem;
  text-align: center
}

.brand-list li a dl dt {
  padding: 1rem 1rem .5rem;
}

.brand-list li a dl dd {
  padding-bottom: 1rem
}

.brand-list li a dl strong {
  display: block;
  height: 1.3rem;
  line-height: 1.3rem;
  font-size: 1.1rem;
  color: #1e1e1e;
  margin: 0 .5rem;
  overflow: hidden;
}

.brand-list li a dl p {
  height: 1rem;
  line-height: 1rem;
  font-size: .8rem;
  color: #919191;
  overflow: hidden;
  margin: 0 .5rem .5rem;
}

.brand-list li a dl span {
  background: #ff2e34;
  font-size: .9rem;
  margin: 0 1.5rem;
  height: 1.8rem;
  border-radius: .2rem;
  color: #fff;
}

.brand-list li a dl.porp {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

s.line {
  background: #eee;
  display: block;
  margin-bottom: .1rem;
} */

.new-skill-warp {
  padding: 0 1rem
}

.new-skill-warp li a dl.show {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
}

.new-skill-warp li {
  position: relative;
  /* height: 15rem; */
  margin-bottom: .7rem
}

.new-skill-warp li .img-box {
  position: absolute;
  width: 12rem;
  height: 12rem;
  left: 1.5rem;
  top: 1.5rem
}

.new-skill-warp li .img-box img {
  width: 100%;
  max-height: 100%;
}

.new-skill-warp li .img-box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5rem;
  transform: translate(-50%, -50%);
}

.new-skill-warp li .skill-con {
  height: 12rem;
}

.skill-con h3 {
  color: #0a0a0a;
  height: 3.4rem;
  font-size: 1.2rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}

.s-detail-box {
  position: relative;
  ;
  height: 13rem;
  ;
  background: #fff;
  padding: 1.5rem 1.5rem 1.5rem 14.8rem;
}

.s-detail-box .shopName {
  font-size: 1.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2F7BFF;
  line-height: 1.2rem;
  border-top: 1px dotted #DDDDDD;
  padding-top: 1rem;
}

.s-detail-box .shopName img {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
}

.skill-con .price {
  margin-top: 1rem
}

.skill-con .price .p1 {
  color: #FF2C24;
  font-size: 1.8rem;
  margin-right: 1rem
}

.skill-con .price .p1 em {
  font-size: .9rem
}

.skill-con .price .p2 {
  color: #a0a0a0;
  font-size: .9rem
}

.skill-con .btn {
  width: 80%;
  height: 3rem;
  line-height: 3rem;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.skill-con .btn.buy {
  background: #ff2c23;
}

.skill-con .btn.ready {
  background: #15ae15;
}

.skill-con .btn.none {
  background: #c9c9c9;
}

.line-bg {
  background: #eee;
  display: block;
  margin: .1rem 0;
}

.inner-list {
  margin: 0 1rem;
}

.inner-list li .loading {
  background: #eee
}

.inner-list .line1 {
  height: 4.5rem;
  line-height: 4.5rem;
  position: relative;
}

.inner-list .line1 span:first-child {
  height: 100%;
  width: 70%;
  background: url(https://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: #222;
  font-weight: 700
}

.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: .75rem;
  height: 4.5rem;
  background: url(https://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: #222
}

.inner-list .line1 em.icon {
  position: absolute;
  right: 1rem;
  top: .1rem
}

.inner-list .line1 em.icon img {
  width: 12px;
}

.inner-list .line {
  margin: 1rem 0;
  height: 1px;
  background: #eee
}

.inner-list .line2 {
  height: 4rem;
  line-height: 2rem;
  color: #6d6d6d;
  word-break: break-all;
  overflow: hidden;
}

.inner-list .line3 {
  margin-top: 1rem;
  margin-bottom: .3rem;
  height: 1.7rem;
  line-height: 1.7rem;
  font-size: 1.2rem;
  color: #6d6d6d
}

.inner-list .line3 span:first-child {
  padding-top: .3rem;
  margin-bottom: .3rem
}

.inner-list .line3 span {
  display: block
}

.inner-list .line3 span:last-child em {
  font-size: 2rem;
  color: red;
  font-weight: 700
}

.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
}

.taocan-item {
  position: relative;
  padding-left: 10rem;
  height: 9rem;
}

.web-link .taocan-item-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 9rem;
  height: 9rem;
  border: 1px solid #d6d6d6
}

.web-link .taocan-item-left img {
  max-width: 9rem;
  max-height: 9rem
}

.inner-list .null-box {
  padding-top: 1rem
}

.inner-list .null-box .l-box {
  height: 2rem;
  margin-bottom: 1rem
}

.inner-list .null-box .price {
  width: 50%;
  height: 1rem;
  margin-top: .8rem
}
.ad-container {
  padding: 0 .9rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.ad {
  width: 100%;
  height: 7.7rem;

}

.ad img {
  width: 100%;
  height: 7.7rem;
}

.ad .swiper-pagination {
  width: 100%;
}

.oneline {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-through {
  text-decoration: line-through;
}

.activity-tip {
  position: absolute;
  bottom: 8px;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 10px;
}

.app {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  line-height: 1.6rem;
  display: flex;
  margin-bottom: 1rem;
  min-height: 1.6rem;
}
.app.app-price {
  position: absolute;
  margin: 0 auto;
  bottom: 0;
  left: 0.8rem;
}

.app img {
  width: 1.6rem;
  height: 1.6rem;
}

.app .app-content {
  border-radius: 0px 50px 50px 0px;
  color: #976f24;
  display: flex;
  background: #fff7e1;
  padding-right: 0.5rem;
}


.product-name {
  min-height: 3.8rem !important;
  display: -webkit-box !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  margin-bottom: 1rem !important;
  font-size: 1.3rem !important;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400 !important;
  color: #222222 !important;
  line-height: 1.9rem !important;
}


dd .price {
  display: flex;
  align-items: baseline;
}

.price .f1 strong {
  font-size: 1.1rem !important;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600 !important;
  color: #FF2C24 !important;
  line-height: 0.8rem !important;
}

.price span strong em {
  font-size: 1.7rem !important;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600 !important;
  color: #FF2C24 !important;
  line-height: 1.7rem !important;
}

.price del {
  font-size: 1.1rem !important;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400 !important;
  color: #888888 !important;
  line-height: 1.1rem !important;
}


.twoline {
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.taocan-same-box {
  position: absolute;
  left: 1rem;
  top: 1rem;
  font-size: 1.1rem;
  width: 4rem;
  height: 4rem;
}

.taocan-same-box strong {
  background: #2F7BFF;
  width: 4rem;
  height: 4rem;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}


.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.baokuan-01 .img-content {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.baokuan-01 .img-content img {
  height: 100%;
}

.maizeng {
  display: flex;

}

.maizeng img {
  margin-right: 0.8rem;
  width: 4.8rem;
  height: 4.8rem;
}

.maizeng .m-name {
  font-size: 1.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.6rem;
  margin-bottom: 0.4rem;
}

.maizeng .m-count {
  font-size: 1.2rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFD864;
  line-height: 1.2rem;
}


.disabled .product-name {
  color: #b0b0b0 !important;
}

.disabled .fl {

  color: #b0b0b0 !important;
}

.disabled .goods_stock .num {
  color: #b0b0b0 !important;

}

.disabled .goods_stock .num em {
  color: #b0b0b0 !important;
}

.disabled .MinBuy,
.MaxBuy {
  color: #b0b0b0 !important;
}

.disabled .price strong em {
  color: #b0b0b0 !important;
}

.disabled .price span strong {
  color: #b0b0b0 !important;
}

.disabled .tcls {
  background-color: #b0b0b0 !important;
}

.disabled .tooltip-arrow {
  border-top-color: #b0b0b0 !important;
  border-bottom-color: #b0b0b0 !important;

}

.disabled .tooltip-inner {
  background-color: #b0b0b0 !important;
}

.disabled .shopName {
  color: #b0b0b0 !important;
  ;
}

.tooltip-popper {
  position: absolute;
  top: -6px;
  padding: 5px 0 8px 0;
  transform-origin: center bottom;
}

.tooltip-content .tooltip-arrow {
  left: 9px;
  border: transparent;
  bottom: 3px;
  border-width: 7px 7px 0;
  border-top-color: #FF2C24;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.tooltip-content .tooltip-inner {
  max-width: 250px;
  min-height: 9px;
  padding: 3px 6px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  background-color: #FF2C24;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 1rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 1.2rem;
}

.tag1 .tooltip-inner {
  background-color: #00C598;
  padding-top: 6px;

}

.tag1 .tooltip-arrow {
  border-top-color: #00C598;

}



.tcls {
  background: #00C598;
  font-size: 1.1rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2rem;
  height: 2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.tcls .tooltip-arrow {
  left: 48%;
  border: transparent;
  top: -7px;
  border-width: 0 5px 7px;
  border-bottom-color: #00C598;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.buy-info {
  padding: .7rem 0;
  border-top: 1px dotted #DDDDDD;
  line-height: 2rem;
}
.buy-num,.buy-percentage {
  display: flex;
  color: #555555;
  font-size: 1.2rem;
}
.buy-num em,.buy-percentage em {
  color: #FF2C24;
}
.buy-percentage .speed {
  display: block;
  margin-top: 2px;
  height: 10px;
  background: #e2e2e2;
}

.buy-percentage .speed small {
  display: block;
  float: left;
  height: 100%;
  background: #14ae14;
}
#newerwrap{
  margin: .8rem auto;
}