html {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  font-family: 'MicrosoftYaHei';
}

body {
  width: 100%;
  height: 100%;
  background: #0035d4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}

li {
  list-style: none;
}

[v-cloak] {
  display: none
}

a,
a:hover,
a:focus,
a:visited {
  color: #000;
}

.red {
  color: #f00;
  font-size: inherit;
}

.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;
}

/*-------------------------------------------------------------------------公共css结束*/
.app {
  background-color: #F1BF9A;
}

.act-banner {
  /* position: relative; */
  overflow: hidden;
  width: 100%;
  height: 391px;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(//image01.homedo.com/Files/Images/cms/www/20181108/5095278643794240420_pic1.jpg);
}

.act-banner .time {
  position: absolute;
  top: 65px;
  width: 100%;
  text-align: center;
  text-indent: 100px;
  color: #fff;
  font-size: 24px;
}

.act-banner .bottom-text {
  position: absolute;
  bottom: 65px;
  left: 50%;
  width: 600px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #fff;
  border-radius: 23px;
  margin-left: -300px;
  color: #010101;
  font-size: 25.5px;
}

.act-banner .bottom-text .red {
  display: inline-block;
  margin-left: 5px;
  color: #ec003b;
  font-weight: bold;
}

.act-banner .time:before {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.act-banner .time:after {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.act-banner .time span {
  color: #fdf259;
}

.main {
  position: relative;
  margin: 0 auto 10px;
  width: 1030px;
}
.main .shop-cat {
  overflow: hidden;
  margin: 6px 0;
}
.main .shop-cat ul {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.main .shop-cat ul li {
  width: 90px;
  line-height: 30px;
  height: 30px;
  border: 1px solid #FFEFCC;
  box-sizing: border-box;
  color: #FFEFCC;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
.main .shop-cat ul li:first-child {
  margin-left: 0;
}
.main .shop-cat ul .cur {
  color: #CF0007;
  background-color: #FFEFCC;
}
.top {
  display: none;
  position: fixed;
  top: 411px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: url(//image01.homedo.com/Files/Images/cms/www/20181105/5551054978203805944_pic1.png) no-repeat;
}

/*分类*/
.classify {
  box-sizing: border-box;
  padding: 0 22px;
}

.classify dl {
  overflow: hidden;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 12px;
  padding-left: 75px;
  position: relative;
}

.classify dt {
  float: left;
  color: #8d8d8d;
  padding-right: 10px;
  position: absolute;
  left: 0;
}

.classify dd {
  float: left;
  color: #333;
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
  border: 1px solid transparent;
  box-sizing: border-box;
  margin: 0 6px 5px;
  cursor: pointer;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
}

.classify dd:hover,
.classify dd.sel {
  color: #f35050;
  border: 1px solid #F94A46;
}

.classify .user-defined:hover {
  color: #333;
  border: 1px solid #fff;
}

.classify .user-defined {
  font-size: 13px;
  padding-left: 20px;
  color: #3f3f3f;
}

.classify .user-defined input {
  width: 65px;
  height: 24px;
  border: solid 1px #e8e8e8;
  border-radius: 2px;
  outline: none;
  padding-left: 5px;
  margin: 0 5px;
}

.classify .user-defined input::-webkit-input-placeholder {
  color: #a0a0a0;
}

.classify .user-defined button {
  width: 40px;
  height: 24px;
  background-color: #f35050;
  border-radius: 2px;
  border: none;
  color: #fff;
  vertical-align: middle;
  margin-left: 7px;
}

/*分类 end*/
/*搜索*/
.c-search {
  height: 36px;
}

.c-search input {
  width: 265px;
  padding: 0 15px;
  border: 1px solid #e9e9e9;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
}

.c-search a {
  width: 35px;
  height: 36px;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20180327/5127960091217798840_pic1.png) 0 0 no-repeat;
  display: inline-block;
}

/*搜索 end*/
/*抽奖*/
.access {
  z-index: 100;
  width: 152px;
  height: 130px;
  position: fixed;
  top: 312px;
  right: 0;
  background: url(//image01.homedo.com/Files/Images/cms/www/20180814/5569597443708182945_pic1.png) no-repeat 0 0;
  animation: bgshake 4s linear infinite;
  -webkit-animation: bgshake 4s linear infinite;
  padding: 4px 0 0 0;
}

.access a {
  display: inline-block;
  width: 152px;
  height: 130px;
}

/*活动规则 开始*/
.act-rule {
  padding: 20px 32px 30px;
  margin: 20px auto 40px;
  width: 1030px;
  box-sizing: border-box;
  background: #DC9764;
  border-radius: 10px;
}

.act-rule h1 {
  width: 124px;
  height: 32px;
  background: #ffefdb;
  border-radius: 16px;
  margin-bottom: 15px;
  font-size: 18px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #dc9764;
  line-height: 32px;
}

.act-rule p {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
  line-height: 26px;
}

/*活动规则 结束*/
/*覆盖elementui分页样式 开始*/
div .el-pagination {
  color: #6d6d6d;
}

div .el-pagination .btn-prev,
div .el-pagination .btn-next,
.el-pagination .el-pager li {
  min-width: 33px;
  min-height: 33px;
  border: solid 1px #e9e9e9;
  border-right: none;
  line-height: 33px;
  color: #6d6d6d;
  font-weight: normal;
}

div .el-pagination .btn-prev {
  padding-right: 4px;
}

div .el-pagination .btn-next {
  padding-left: 4px;
  border: solid 1px #e9e9e9;
}

.el-pagination .el-pager li.active {
  color: #fff;
  background: #1dbeda;
  ;

}

.el-pagination .el-pager .more {
  line-height: 33px;
  background: transparent;
  border: none;
  border-left: solid 1px #e9e9e9;
}

div .el-pagination button,
div .el-pagination span:not([class*=suffix]) {
  height: 33px;
  line-height: 33px;
  margin-left: 5px;
}

#app .el-pagination__jump,
#app .el-pagination__total,
#app .el-pager .more::before {
  color: #fff;
}

/*覆盖elementui分页样式 结束*/

/********************************************************************爆款样式*******************************************************************开始*/
.product-list {
  margin-top: 10px;
}

.TG {
  margin-right: 10px;
  margin-bottom: 10px;
  width: 190px;
  height: 352px;
  background: #fff;
  position: relative;
}

.TG:nth-child(5n) {
  margin-right: 0;
}

.TG  .bao {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.TG .no-one {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, .2);
  z-index: 3;
}

.TG .wrap-link {
  display: block;
  width: 100%;
  height: 100%;
}

.TG .img-wrap {
  position: relative;
  margin: 20px auto 0;
  width: 150px;
  height: 150px;
}

.TG .img-wrap .red-packet--price {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #6d4e27;
  line-height: 20px;
  text-align: center;
  background: url('//image01.homedo.com/Files/Images/cms/www/20211014/4699192484252275657_pic1.png') no-repeat center/100%;
  z-index: 4;
}

.TG .img-wrap .end-tips,
.TG .img-wrap .sold-out-tips {
  z-index: 100;
  position: absolute;
  width: 88px;
  height: 72px;
  right: -9px;
  top: -10px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20180515/5118039345631770441_pic1.png) center no-repeat;
}

.TG .img-wrap .sold-out-tips {
  background: url(//image01.homedo.com/Files/Images/cms/www/20180515/5068326135951248145_pic1.png) center no-repeat;
}

.TG .img-wrap img {
  width: 100%;
  height: 100%;
}

.TG .title {
  margin: 8px 20px 0;
  height: 44px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #222222;
  line-height: 22px;
}

.grey-bg {
  display: block;
  background: #eee;
  margin-bottom: 1px;
}

.TG .sub-title {
  margin-left: 10px;
  margin-top: 15px;
  height: 18px;
  line-height: 18px;
  color: #ff3030;
}

.TG .limit-count-grey {
  background: url("//image01.homedo.com/Files/Images/cms/www/20180516/5001874649841248414_pic1.png");
}

.TG .detail .price {
  overflow: hidden;
  margin: 8px 20px 0;
  line-height: 1;
}

.TG .detail .price .red {
  color: #ff3030;
  font-weight: 700;
  font-size: 14px;
}

.price .red {
  /*max-width: 50%;*/
}

.TG .detail .price .red em {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.TG .detail .price .black {
  margin: 8px 0 0 8px;
  color: #b2b2b2;
  font-size: 13px;
}

.TG .detail .join-btn {
  margin: 12px 20px 0;
  display: block;
  height: 34px;
  border-radius: 2px;
  background-color: #eb2f00;
  color: #fff;
  font-size: 15px;
  line-height: 34px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.TG .detail .exclusive {
  margin: 12px 20px 0;
  display: flex;
  justify-content: space-between;
}

.TG .detail .exclusive .go-btn {
  color: #fff;
  text-align: center;
  width: 72px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
}

.TG .detail .exclusive.color-green {
  color: #14AE14;
}

.TG .detail .exclusive.color-red {
  color: #FF2C24;
}

.TG .detail .go-btn.color-green {
  background: #14AE14;
}

.TG .detail .exclusive.color-green .exclu-btn {
  border-color: #14AE14;
  color: #14AE14;
}

.TG .detail .exclusive.color-red .exclu-btn {
  border-color: #FF2C24;
  color: #FF2C24;
}

.TG .detail .exclusive.color-green .go-btn {
  background-color: #14AE14;
}

.TG .detail .exclusive.color-red .go-btn {
  background-color: #FF2C24;
}

.TG .detail .exclusive .exclu-btn {
  width: 72px;
  height: 34px;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 2px;
}

.TG .detail .exclusive .exclu-type {
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 10px;
  margin: 4px 0 2px;
}

.TG .detail .exclusive .price {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: center;
  line-height: 14px;
  margin: 0;
}



.TG .detail .shop-name {
  display: block;
  margin: 15px 20px 0;
  height: 20px;
  line-height: 20px;
  color: #2f7bff;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.TG .detail .shop-name.self {
  width: 30px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(90deg,#00d7ff 0%, #2f7bff);
  border-radius: 2px;
}

.TG.all-grey .title,
.TG.all-grey .price *,
.TG.all-grey .exclu-btn{
  color: #b0b0b0 !important;
}

.TG.all-grey .go-btn {
  background: #c9c9c9 !important;
}

.TG.all-grey .exclu-btn {
  border-color: #b0b0b0 !important;
}

@keyframes bgshake {
  0% {
    background-position: 5px 0
  }

  25% {
    background-position: 5px 4px
  }

  50% {
    background-position: 5px 0px
  }

  75% {
    background-position: 5px 4px
  }

  100% {
    background-position: 5px 0
  }
}

.access {
  z-index: 100;
  width: 152px;
  height: 130px;
  position: fixed;
  top: 312px;
  right: 40px;
  background: url(//image01.homedo.com/Files/Images/cms/www/20180831/5220181857865463923_pic1.png) no-repeat 0 0;
  animation: bgshake 4s linear infinite;
  -webkit-animation: bgshake 4s linear infinite;
  padding: 4px 0 0 0;
}

.access a {
  display: inline-block;
  width: 152px;
  height: 130px;
}



.join-btn-grey {
  background: #cbcbcb !important;
}

.join-btn-green {
  background: #3caf62 !important;
}



/********************************************************************爆款样式*******************************************************************结束*/
.search-no-result-wrap {
  background: #fff;
  padding: 1px;
}

.search-no-result {
  margin: 100px auto;
  width: 510px;
  height: 149px;
}

.search-no-result img {
  vertical-align: middle;
}

.search-no-result span {
  margin-top: 20px;
  margin-left: 20px;
  width: 312px;
  vertical-align: middle;
  line-height: 50px;
  font-size: 13px;
}

.search-no-result .top-bold {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-left: 0;
}

/********************************************************************红包优惠券样式*******************************************************************开始*/
.bg-gray {
  background-color: #676767!important;
}
.txt-gray {
  color: #676767!important;
}
.coupon-item {
  width: 284px;
  height: 74px;
  position: relative;
}
.coupon-item img {
  width: 100%;
  height: 100%;
}
.coupon-item .top-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  padding-left: 15px;
  box-sizing: border-box;
  justify-content: space-between;
}
.coupon-item .top-content .coupon-reduce {
  color: #CF0008;
  font-size: 50px;
}
.coupon-item .top-content .coupon-reduce em {
  font-size: 14px;
}
.coupon-item .top-content .coupon-info {
  padding-top: 18px;
}
.coupon-item .top-content .coupon-info .coupon-full {
  color: #CBA274;
  font-size: 14px;
}
.coupon-item .top-content .coupon-corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
}
.coupon-item .top-content .btn-area {
  margin-top: 26px;
  margin-right: 6px;
}
.coupon-item .top-content .btn-area .coupon-button {
  width: 70px;
  height: 24px;
  border-radius: 12px;
  background-color: #CF0008;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
}
.coupon-item .top-content .btn-area .left-count {
  color: #CF0008;
  font-size: 12px;
  text-align: center;
}
.red-package {
  width: 294px;
  height: 114px;
  position: relative;
}
.red-package img {
  width: 100%;
  height: 100%;
}

.red-package .top-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}
.red-package .top-content .middle-line {
  position: absolute;
  width: 2px;
  height: 68px;
  background: #C89F71;
  top: 22px;
  left: 49px;
}
.red-package .top-content .redpackage-type {
  width: 16px;
  font-size: 16px;
  color: #CBA274;
  /*padding: 14px;*/
  box-sizing: border-box;
  margin: 0 34px 0 10px;
  align-self: center;
}
.red-package .top-content .redpackage-type,.padding-control {
  /*padding: 4px 14px;*/
}
.red-package .top-content .repackage-info {
  box-sizing: border-box;
  text-align: left;
  padding-top: 14px;
  min-width: 103px;
  overflow:hidden;
}
.red-package .top-content .repackage-info .redpackage-reduce {
  color: #CF0007;
  font-size: 60px;
  height: 60px;
  text-align: right;
  line-height: 60px;
  margin-bottom: 4px;
}
.red-package .top-content .repackage-info .redpackage-reduce em {
  font-size: 14px;
}
.red-package .top-content .repackage-info .redpackage-full {
  color: #CF0008;
  font-size: 16px;
  text-align: right;
}
.red-package .top-content .redpackage-button {
  width: 90px;
  height: 30px;
  background-color: #CF0008;
  border-radius: 15px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  margin: 40px 15px 0 0;
  cursor: pointer;
}
.red-package .top-content .redpackage-corner {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
}


/********************************************************************红包优惠券样式*******************************************************************结束*/


#app .red-packet {
  width: 1030px;
  box-sizing: border-box;
}
#app .red-packet .main-content {
  padding: 0 40px 10px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#app .red-packet .main-content .left-red-package {
  display: flex;
  flex-wrap: wrap;
  width: 622px;
  justify-content: space-between;
}
#app .red-packet .main-content .right-coupons {
  width: 290px;
}
#app .red-packet .red-title {
  color: #C83B28;
  font-size: 30px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
#app .red-packet .red-title:before,#app .red-packet .red-title:after {
  content:"";
  display:inline-block;
  vertical-align:middle;
  width:50px;
  height:3px;
  background-color:#C83B28;
}
#app .red-packet .red-title:before {
  margin-right:20px;
}
#app .red-packet .red-title:after {
  margin-left:20px;
}
#app .red-packet .freigh-title {
  color: #826321;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  background-color: #F6D681;
  padding: 0 20px;
  border-radius: 30px;
  height: 46px;
  line-height: 46px;
  width: 200px;
  margin: 20px auto 20px;
}
#app .red-packet ul {
  overflow: hidden;
}
#app .red-packet ul li {
  position: relative;
  float: left;
  background: url(//image01.homedo.com/Files/Images/cms/www/20201130/4788345320261846010_pic1.png) no-repeat;
  background-size: 100% 100%;
  height: 122px;
  width: 286px;
  margin: 0 15px 15px;
}
#app .red-packet li .left {
   display:inline-block;
   vertical-align:middle;
   width: 120px;
   padding: 20px 0 0 30px;
}
#app .red-packet ul li .logo {
  position: absolute;
  width: 57px;
  height: 47px;
  right: 16px;
  top: 7px;
}
#app .red-packet ul li .logo img {
  width: 100%;
  height: 100%;
}
#app .red-packet ul li .price {
  font-size: 50px;
  color: #9B680A;
  height: 60px;
}
#app .red-packet ul li .price i {
  font-size: 18px;
}
#app .red-packet ul li .des p {
  line-height: 20px;
  font-size: 14px;
  color: #9B680A;
}

#app .red-packet ul li .btn {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 45px;
  bottom: 30px;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #fff;
  font-size: 16px;
  background-color: #ba0901;
  border-radius: 3px;
  font-weight: 700;
}
#app .red-packet ul li .btn.code2 {
  background-color: #BE0019;
  color:#FDF9E1
}
#app .red-packet ul li .btn.code1 {
  background-color: #fbe6a5;
  color: #981e13;
}
#app .red-packet ul li:nth-child(4n) {
  margin-right: 0;
}
#app .red-packet ul .more p {
  font-size: 40px;
  line-height: 48px;
  color: #e6341a;
  font-weight: 700;
}
#app .red-packet ul .more .btn {
  color: #a50000;
  background-color: #ffd284;
}
#app .red-packet .freigh-coupon {
  background: url(//image01.homedo.com/Files/Images/cms/www/20201130/5518091349583275474_pic1.png) 0 0 no-repeat;
  background-size: contain;
  height: 102px;
  width: 286px;
}
#app .red-packet .freigh-coupon .left {width: 170px;padding-left: 20px;}
#app .red-packet .five .left {padding-left: 15px;}
#app .red-packet .freigh-coupon .price {
  display:inline-block;
  color: #E1331B;
}
#app .red-packet .freigh-coupon .des {
  display:inline-block;
  width: 44px;
  margin-left: 10px;
}
#app .red-packet .five .des{
  width: 90px;
  margin-left: 0
}
#app .red-packet .five .des .num{
  text-align: center;
}

#app .red-packet .five .des .num span{
  display: inline-block;padding: 0 7px; border-radius: 5px;background: #df3212;color: #fff;margin-top: 3px;
}
#app .red-packet .freigh-coupon .btn {
  background:none;
  width: 76px;
  height: 84px;
  top: 9px;
  right: 11px;
  padding: 19px 21px;
  box-sizing: border-box;
  line-height: 22px;
  color: #FBEEA0;
}
#app .red-packet ul .freigh-coupon .btn.code2 {
  background-color: #999;
  color:#fff;
  padding: 32px 10px;
}
#app .red-packet ul .freigh-coupon .btn.code3 {
  padding: 32px 10px;
  background-color: #999;
  color: #fff;
}
.content-top{
  color: #f35050 !important;
  font-size: 28px !important;
  margin-bottom: 23px !important;
  margin-top: 40px !important;
  width: auto !important;
}
.message-porp-main-01 .message-btn-box a.bg-fcf4e9-bd{
  background-color:#ffbd00!important;
  border-radius: 24px;
  color: #fff!important;
  border: none!important;
}
.message-porp-main-01 .message-btn-box a.bg-f35050{
  border: #f35050 solid 1px;
  border-radius: 20px;
}
.message-porp-main-01{
  width: 500px;
    /* margin-top: -106.5px; */
    position: absolute;
    /* background: url(//image01.homedo.com/Files/Images/cms/www/20200924/4931602268186053511_pic1.png) no-repeat; */
    background-size: 100% 100%;
    width: 481px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0!important;
    padding-top: 134px;
    box-sizing: border-box;
    margin-top: 0px!important;
    height: 397px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20201013/5582550714305776078_pic1.png) no-repeat;
    background-color: transparent!important;

  }
.message-porp-main-01 .close-message-body {
  width: 15px;
  height: 15px;
  margin-top: 12px;
  background: url(https://image01.homedo.com/Files/Images/cms/www/20180118/5109365544145930797_pic1.png) 0 0 no-repeat;
}
.message-porp-main-01 dd {
  text-align: center;
  margin-right: 45px;
}
.message-porp-main-01 .close-message-body {
  width: 46px;
  height: 46px;
  margin-top: -134px;
  background:none ;

}
.message-porp-main-01 dd .content-bottom{
  color: #222 !important;
  line-height: 31px;
  font-size: 24px !important;
  width: auto !important;
}
.content-center{
  font-size: 24px;
    color: #222;
}
.message-porp-main-01 .message-btn-box{
  padding: 27px 0 26px;
}
.message-porp-main-01 .message-btn-box a.bg-fcf4e9-bd{
  width: 138px !important;
  height: 38px !important;
  line-height: 38px !important;
}
.red-pack-porp .center-over .red-pack-ok{
  cursor: pointer;
  position: absolute;
  width: 220px;
  height: 54px;
  border-radius: 54px;
  left: 99px;
  bottom: 28px;
}
body .red-pack-porp .center-over .red-pack-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
}
body .red-pack-porp .center-over {
  position: absolute;
  background: url('https://image01.homedo.com/Files/Images/cms/www/20201130/5359143427435595100_pic1.png') no-repeat;
  background-size: 100% 100%;
  width: 481px;
  height: 300px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

body .red-pack-porp .freightSuccess {
  background: url(https://image01.homedo.com/Files/Images/cms/www/20201130/5618707183215333284_pic1.png);
  background-size: 100% 100%;
}
body .red-pack-porp .freightError {
  background: url(https://image01.homedo.com/Files/Images/cms/www/20201130/4680030332833771677_pic1.png);
  background-size: 100% 100%;
}
body .red-pack-porp .center-out {
  background: url(https://image01.homedo.com/Files/Images/cms/www/20201130/5674417188902292230_pic1.png);
  background-size: 100% 100%;
  width: 478px;
  height: 310px;
}
body .red-pack-porp .center-out .red-pack-ok{
  left: 100px;
  bottom: 28px;
}
body .red-pack-porp .freightOut {
  background: url(https://image01.homedo.com/Files/Images/cms/www/20201130/4643849001586697985_pic1.png);
  background-size: 100% 100%;
}
body .red-pack-porp .center-success2 .red-pack-use {
  left:229px;
}
body .red-pack-porp .center-success2 .red-pack-look  {
  left: 44px;
}
.message-porp-bg {position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: .5; filter: alpha(opacity=50); z-index: 100000;}
.message-porp-main-01 {animation: 0.3s ease 0s normal none 1 running showSweetAlert;position: fixed; z-index: 110000; width: 368px; left: 50%; top: 50%; margin-left: -184px; background-color:#fff; overflow: hidden; border-radius: 3px;}
.message-porp-main-01 .message-title {height: 40px; padding: 0 12px; color: #222; font-size: 14px; line-height: 40px; background-color: #f3f3f3;}
.message-porp-main-01 .message-title .close-message-body {width: 15px; height: 15px; margin-top: 12px; background: url(https://image01.homedo.com/Files/Images/cms/www/20180118/5109365544145930797_pic1.png) 0 0 no-repeat}
.message-porp-main-01 dd {text-align: center;}
.message-porp-main-01 dd .text-normal {display: inline-block; margin:27px 32px 0 32px; line-height: 24px; font-size: 16px; color: #777;}
.message-porp-main-01 dd .error-icon {display: inline-block; margin:27px 32px 0 32px; padding-left: 30px; position: relative; line-height: 24px; font-size: 16px; color: #777;}
.message-porp-main-01 dd .error-icon em { width: 24px; height: 24px; display: block; position: absolute; left: 0; top: 0; background: url(https://image01.homedo.com/Files/Images/cms/www/20180118/5259862557892629083_pic1.png) 0 0 no-repeat }
.message-porp-main-01 .message-btn-box {text-align: center; padding:23px 0 26px;}
.message-porp-main-01 .message-btn-box a {display: inline-block; margin: 0 6px; border-radius: 2px; font-size: 14px;  }
.message-porp-main-01 .message-btn-box a.btn-h38-p26 {height: 36px; line-height: 36px; padding: 0 28px; }
.message-porp-main-01 .message-btn-box a.bg-f35050 {background-color: #f35050; color: #fff; border:#f35050 solid 1px;}
.message-porp-main-01 .message-btn-box a.bg-e5e5e5 {background-color: #e5e5e5; color: #222; border:#e5e5e5 solid 1px;}
.message-porp-main-01 .message-btn-box a.bg-fcf4e9-bd {background-color: #fcf4e9; color: #f35050; border:#f35050 solid 1px; font-size: 16px; width: 100px; height: 36px; line-height: 36px;}
.message-porp-main-01 .message-btn-box a.fs-16 {font-size: 16px}
@-webkit-keyframes showSweetAlert {
0% {-webkit-transform: scale(0.7)}
45% {-webkit-transform: scale(1.05)}
80% {-webkit-tranform: scale(0.95)}
100% {-webkit-transform: scale(1)}
}
@-moz-keyframes showSweetAlert {
0% {-moz-transform: scale(0.7)}
45% {-moz-transform: scale(1.05)}
80% {-moz-tranform: scale(0.95)}
100% {-moz-transform: scale(1)}
}
@keyframes showSweetAlert {
0% {transform: scale(0.7)}
45% {transform: scale(1.05)}
80% {transform: scale(0.95)}
100% {transform: scale(1)}
}
/* change */

.floor-bg {
  background: #FFEBDC;
  border-radius: 10px;
  padding-bottom: 30px;
  width: 1030px;
  margin: 0 auto 20px;
}

.red-packet.floor-bg {
  padding-bottom: 0;
}

.main.floor-bg {
  padding-bottom: 20px;
}

.main .pro-list {
  padding-left: 22px;
  box-sizing: border-box;
}

.floor-bg > .title {
  width: 640px;
  height: 60px;
  margin: 0 auto 20px;
  background: url('https://image01.homedo.com/Files/Images/cms/www/20211012/4650287400753241132_pic1.png') no-repeat center/100%;
  font-size: 32px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #954300;
  line-height: 60px;
}

.floor-bg > .sub-title {
  text-align: center;
  margin-bottom: 20px;
}

.floor-bg .sub-title .content {
  position: relative;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #c25e33;
  line-height: 24px;
}

.floor-bg .sub-title .content::before,.floor-bg .sub-title .content::after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  height: 12px;
  width: 65px;
}

.floor-bg .sub-title .content::before {
  left: -75px;
  background: url('//image01.homedo.com/Files/Images/cms/www/20211014/4657587997446027750_pic1.png') no-repeat center/100%;
}

.floor-bg .sub-title .content::after {
  right: -75px;
  background: url('//image01.homedo.com/Files/Images/cms/www/20211014/4650028269236745719_pic1.png') no-repeat center/100%;
}

.movie-ticket {
  position: relative;
  margin: 0 auto;
  width: 990px;
  height: 224px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  padding: 0px 42px 0 72px;
  box-sizing: border-box;
}
.font_size_24 {
  font-size: 24px;
  padding: 50px 0 0 0;
}
.font_size_28 {
  font-size: 28px;
  margin-left: 28px;
}
.font_size_96 {
  font-size: 96px;
  margin-left: 8px;
}
.flex_center {
  display: flex;
  justify-content: space-between;
}
.common_font {
  font-weight: bold;
  /* color: #DF291E; */
}
.luckDraw {
  padding: 63px 56px 65px 355px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-ticket {
  border: none;
  width: 260px;
  height: 66px;
  border-radius: 33px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #EA433D;
  line-height: 66px;
  text-align: center;
  margin: auto 0;
}
.btn-coupon {
  border: none;
  width: 260px;
  height: 66px;
  background: linear-gradient(180deg, #FD6165 0%, #F81217 100%);
  border-radius: 33px;
  font-size: 30px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 66px;
  text-align: center;
  margin: auto 0;
}
.btn {
  border: none;
  outline: none;
}

.btn:active, .btn:focus, .btn:visited, .btn:focus-within, .btn:focus-visible {
  border-style: none;
  outline: none;
}

.btn:hover {
  cursor: pointer;
  outline: none;
}

/*特邀老用户专享权益*/
.btn-receive {
  display: block;
  margin: 0 auto 26px;
  width: 256px;
  height: 48px;
  border-radius: 44px;
  font-size: 34px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 38px;
}

.received-all {
  background: linear-gradient(270deg, #c6c6c6, #a0a0a0);
}

.receive-all {
  background: linear-gradient(270deg, #FF7432 0%, #F14542 100%);
}

/* 移动专享二维码 */
.show-qrcode {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  background-color:rgba(0, 0, 0, .7);
  text-align: center;
  display: none;
  z-index: 5;
}

.qr-code {
  display: block;
  margin: 10px auto 6px;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: url(//image01.homedo.com/Files/Images/cms/www/20181106/5122257335020823918_pic1.png) no-repeat center/100px;
}

.qr-code > canvas {
  display: block;
  margin: 5px auto 0;
}

.show-qrcode .wx-download {
  width: 100px;
  margin: 0 auto;
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 14px;
  text-align: center;
}

/* 金牌活动 */
#app .activity {
  margin-bottom: 40px;
}

.activity .container {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.activity .container .item:first-child {
  margin-bottom: 10px;
}

/* 通栏广告 */

.swiper-container {
  margin: 0 auto 20px;
  width: 1030px;
  height: 80px;
}

.swiper-container .ad-link {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-container .ad-link > img {
  width: 100%;
  height: 100%;
}

#app .el-pagination__jump {
  color: #000000;
}

#app .el-pagination__total, #app .el-pager .more::before {
  color: #000000
}

.redpackImage {
  height: 90px;
  width: 1030px;
  /* background: url('//image01.homedo.com/Files/Images/cms/www/20211022/5248217471333436359_pic1.png'); */
  background-size: 100% 100%;
}
.bot_Cotent {
  width: 1030px;
  margin: 10px auto;
}

.posistion_absoulte {
  margin-top: -70px;
}
.redpack_common_btn {
  width: 174px;
  height: 42px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 20px;
  margin-left: 684px;
  line-height: 42px;
  cursor: pointer;
}
.display_flex {
  display: flex;
  align-items: center;
}

.redpack_center {
  line-height: 42px;
  text-align: center;
  width: 174px;
  height: 42px;
}

.redpack_center img {
  vertical-align: middle;
  border: 0;
}

.head-repack {
  width: 1031px;
  height: 91px;
  margin: 0 auto 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: relative;
}

.head-repack .redpack_center {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 24px;
  left: 684px;
  text-align: center;
  width: 174px;
  height: 42px;
  background: #fff;
  border-radius: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #FF3926;
}

.head-repack .redpack_center:hover {
  cursor: pointer;
}

.head-repack .redpack_center span {
  display: block;
  height: 24px;
  line-height: 24px;
  margin-right: 11px;
}

.head-repack .redpack_center img {
  display: block;
  width: 23px;
  height: 23px;
}
