/*-------------------------------------------------------------------------公共css开始*/

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: #de1411 url(//image01.homedo.com/Files/Images/cms/www/20190918/4669438084570574258_pic1.jpg) no-repeat center 441px; */
  background-color: #ff4c47;
  ;
}

.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: 990px;
}

.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 {
  padding: 22px;
  background: #fff
}

.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;
  padding: 0 7px;
  border: 1px solid #fff;
  margin: 0 6px;
  cursor: pointer;
}

.classify dd:hover,
.classify dd.sel {
  color: #f35050;
  border: solid 1px #f35050;
}

.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: 29px 38px;
  margin: 20px auto 0;
  width: 914px;
  margin-bottom: 40px;
  background: #ffefcc;
  border-radius: 7px;
}

.act-rule h1 {
  margin-bottom: 15px;
  width: 118px;
  height: 36px;
  background: #ff4c47;
  border-radius: 17px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
}

.act-rule p {
  color: #222;
  line-height: 28px;
  font-size: 16px;
}

/*活动规则 结束*/
/*覆盖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: 350px;
  background: #fff;
}

.TG:nth-child(5n) {
  margin-right: 0;
}

.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 .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: 20px 10px 0;
  height: 33px;
  font-size: 14px;
  line-height: 16px;
  color: #131415;
}

.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: 12px 10px 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: 22px;
}

.TG .detail .price .black {
  margin-left: 20px;
  margin-top: 6px;
  color: #b2b2b2;
  font-size: 13px;
}

.TG .detail .join-btn {
  margin: 10px 10px 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;
}

@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;
}

.right-float-btn {
  position: fixed;
  top: 70%;
  left: 50%;
  margin: -60px 0 0 525px;
  z-index: 9;
  width: 135px;
  height: 120px;
}
.right-float-btn p:nth-child(2){
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translate(-40%, 10px);
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.right-float-btn p:nth-child(3){
  position: absolute;
  top: 59px;
  left: 50%;
  transform: translate(-40%, 10px);
  font-size: 11px;
  font-weight: bold;
  color: #fff;
}
#app .red-packet {
  width: 990px;
  box-sizing: border-box;
  padding: 15px 20px 30px;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 18px;
  border-radius: 10px;
}
#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;
}