#app{

   overflow: hidden;
}
.blue-bg{
    background-color:  #F0F7FF;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.article-block{
    margin-bottom: 40px;
}
/* 四大优势 */
.advantages-block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantages-block .advantages-box{
    position: relative;
    flex-shrink: 0;
    width: 290px;
    height: 160px;
    margin: 0 5px;
}
.advantages-block .advantages-img{

    width: 100%;
}
.advantages-block .advantages-text{
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    font-size: 22px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    overflow: hidden;
}
/* 定制流程 */
.step-block{
    display: flex;
    justify-content: center;
    align-items: center;

}
.step-block .step-titleImg{
    width: 98px;
    height: 90px;
    margin-right: 100px;
}
.step-block .step-box{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.step-block .step-box .step-item{
    display: flex;
    height: 90px;
    width: 100px;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
.step-block .step-box .step-item .step-icon{
    width: 50px;
    height: 50px;
}
.step-block .step-box .step-item .arrow-icon{
    width: 38px;
    height: 22px;
}

.step-block .step-box .step-item P{
    text-align: center;
    font-size: 16px;
    color: #212136;
    font-weight: 600;
}
/* 定制动态 */
.dynamic-block{
    width: 1190px;
    margin: 0 auto 40px;
    padding-left: 270px;
    height: 128px;
    box-sizing: border-box;
    background: url(//image01.homedo.com/Files/Images/cms/www/20210402/4920896964242761333_pic1.png) no-repeat;
    background-size: 1190px;
}
.dynamic-block .dynamic-swiper-item{
    display: flex;
    flex-wrap: wrap;
}
.dynamic-block .dynamic-swiper-item P{
    margin: 0 30px;
    height: 34px;
    width: 400px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 定制商品 */
.CustomGood-block{
   width:  1190px;
   margin: 0 auto 40px;
}
.CustomGood-block .CustomGood-title-top{
    height: 74px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20210402/5166185397139724804_pic1.png) no-repeat;
    background-size: 1190px 74px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    font-size: 14px;
    box-sizing: border-box;
    color: #ffffff;
}
.CustomGood-block .CustomGood-searchtabs{
    width: 1190px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px #E5EDF5;
    border-radius: 0px 0px 40px 0px;
    margin-bottom: 10px;
}
.CustomGood-block .CustomGood-searchtabs .screen-warpper{
    display: flex;
    /* align-items: center; */
}
.CustomGood-block .CustomGood-searchtabs .screen-warpper .title-search{
    font-weight: 600;
    color: #000;
    font-size: 14px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    flex-shrink: 0;
}
.CustomGood-block .CustomGood-searchtabs .screen-warpper .screen-box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.CustomGood-block .CustomGood-searchtabs .screen-warpper .screen-box .screen-item{

    width: 120px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.CustomGood-block .CustomGood-searchtabs .screen-warpper .screen-item1{

    width: 120px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 定制筛选商品 */
.CustomGood-searchGoods{
    display: flex;
    width: 1200px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.CustomGood-searchGoods .searchGoods-item{
    flex-shrink: 0;
    width: 230px;
    height: 300px;
    margin: 0px 10px 10px 0;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px 0px #E5EDF5;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.searchGoods-item .good-img{
    width: 130px;
    margin: 30px 0;
    cursor: pointer;
}
.searchGoods-item .P1{
    width: 190px;
    height: 48px;
    font-size: 14px;
    color: #252525;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    cursor: pointer;
}
.searchGoods-item .P2{
    width: 184px;
    height: 32px;
    margin-top: 10px;
    border-radius: 16px;
    border: 1px solid #C7C7C7;
    display:flex;
    justify-content:space-around;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}
.searchGoods-item .P3 {
    width: 190px;
    height: 40px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #E52B2B;
    font-size: 26px;
    font-weight: bold;
}
.searchGoods-item .P3 img {
    width: 30px;
    height: 30px;
}
.searchGoods-item .P3 span {
    font-size: 16px;
    margin-right: 2px;
}
.searchGoods-item .P2 .span1{
    width: 92px;
    height: 32px;
    color: #000000;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.searchGoods-item .P2 .span2{
    width: 92px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #2F7BFF;
    cursor: pointer;
}
/* 推荐商品 */
.recommendGood-title-top{
    height: 66px;
    background: url(//image01.homedo.com/Files/Images/cms/www/20221209/5504063870307272449_pic1.png) no-repeat ;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 30px;
    font-size: 14px;
    box-sizing: border-box;
    color: #ffffff;
}


/* 分页点点 */
.dian-Box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 990px;
    margin: 10px auto;
    align-items: center;
}
.dian-Box .dian-item{

    width: 10px;
    height: 10px;
    margin: 5px;
    background: rgba(0,0,0,.2);
    border-radius: 5px;
}
.dian-Box .cur{

    width: 10px;
    height: 10px;
    margin: 5px ;
    background: #E5692B;
    border-radius: 5px;
}
.dian-Box .sscur{

    width: 10px;
    height: 10px;

    background: #2F7BFF;
    border-radius: 5px;
}
/* 合作品牌 */
.brand-block{
    height: 500px;
    overflow: hidden;
    background: url(//image01.homedo.com/Files/Images/cms/www/20210408/4708024719805520856_pic1.png) no-repeat center;
}
.brand-block .brand-warpper{
    width: 1130px;
    margin: 120px auto 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.brand-block .brand-warpper .brand-item{

    width: 150px;
    height: 90px;
    margin-bottom: 10px;
    background: #FFFFFF;
    color: #316ECC;
    font-size: 18px;
    border: 1px solid #EFEFEF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.brand-block .brand-warpper .brand-item img{
    width: 138px;
    height: 78px;
}
/* 推荐案例 */
.case-block{
    width: 1190px;
    margin:  0 auto 50px;
}
.case-box{
    background-color: #ffffff;
    border-radius: 30px 0px 0px 0px;
}
.case-block .case-title{
    font-size: 32px;
    height: 120px;
    line-height: 120px;
    text-align: center;
}
.case-block .case-warpper{
    display: flex;
    justify-content: space-around;
}
.case-block .case-warpper img{
    width: 290px;
    height: 193px;
    border-radius: 30px 0px 0px 0px;

}
.case-block .case-warpper .case-name{
    width: 290px;
    height: 48px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #212136;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 0;
    box-sizing: border-box;
}
.case-block .case-warpper .case-download{
    width: 73px;
    height: 26px;
    line-height: 26px;
    background: #FFFFFF;
    border-radius: 13px;
    border: 1px solid #316ECC;
    text-align: center;
    color: #316ECC;
    margin: 0 10px 10px 204px;
    cursor: pointer;
}
.case-block .more-case{
    margin: 30px auto;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
}
/* 20210531 */
.sqdz-tip{
    position: absolute;
    left: 50%;
    z-index: 10;
    margin-left: 350px;
    width: 330px;
    height: 54px;
    line-height: 46px;
    text-indent: 1rem;
    background: url(https://image01.homedo.com/Files/Images/cms/www/20210531/5168188683919140085_pic1.png) no-repeat;
    background-size: 330px;
    font-size: 14px;
    color: #FFFFFF;
}
.mark{
    width: 100%;
    height: 100%;
    background-color: #222222;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.5;
}
.sa-dialog{
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -316px;
    z-index: 3;
  }
  .sa-dialog .close{
    width: 44px;
    height: 44px;
    position: absolute;
    top: -3%;
    right: -5%;
    cursor: pointer;
  }
  .sa-dialog .sa-dialog-head{
    width: 660px;
    height: 185px;
    background-image: url("https://image01.homedo.com/Files/Images/cms/www/20221016/5572431675743244130_pic1.png");
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .sa-dialog .sa-dialog-body{
    width: 544px;
    background: #FFFFFF;
    border-radius: 20px 20px 10px 10px;
    margin-top: -46px;
    padding: 0 44px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sa-dialog .sa-dialog-body .body-head{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
  }
  .sa-dialog .sa-dialog-body .body-head img{
    width: 25px;
    height: 46px;
  }
  .sa-dialog .sa-dialog-body .body-head .title{
    /* width: 225px; */
    font-size: 24px;
    font-family: FZLTZCHJW--GB1-0, FZLTZCHJW--GB1;
    font-weight: normal;
    color: #F6211E;
    line-height: 1;
  }
  .sa-dialog .sa-dialog-body .body-bod{
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4A4A4A;
    margin-top: 30px;
  }
  .sa-dialog .sa-dialog-body .btn{
    width: 210px;
    height: 54px;
    background: linear-gradient(180deg, #FC6822 0%, #FC3B0F 100%);
    box-shadow: 0px 2px 4px 0px #FFB676;
    border-radius: 27px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFAFA;
    line-height: 54px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
  }

  .dzg-moudle{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:  rgba(0, 0, 0, 0.2);;
    z-index: 4;
  }
  .dzg-moudle .dzg-dialog{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 694px;
    transform: translate(-50%,-50%);
    /*background-image: url('//image01.homedo.com/Files/Images/cms/www/20240710/4793115746582319370_pic1.png');*/
    background-size: 100% auto!important;
    border-radius: 6px;
    padding: 77px 105px 0 146px;
      box-sizing: border-box;
  }

  .dzg-moudle .dzg-dialog .dzgtitle{
    /*width: 203px;*/
    height: 44px;
    /*background-image: url('//image01.homedo.com/Files/Images/cms/www/20240710/5180464659644009587_pic1.png');*/
    background-size: 100% 100%!important;
    margin: 0 auto;
    /*text-align: center;*/
    font-size: 20px;
    line-height: 44px;
    /*margin-top: -5px;*/
    color: #FFFFFF;
      display: flex;
      align-items: center;
  }
  .dzg-moudle .dzg-dialog .close{
    width: 44px;
    height: 44px;
    position: absolute;
    top: 23px;
    right: -31px;
    cursor: pointer;
  }
  .dzg-moudle .dzg-dialog .dzgconnent{
    padding: 0 11px;
  }
  .dzg-moudle .dzg-dialog .dzgconnent .ctitle{
    text-align: center;
    font-size: 18px;
    color: #2B2B3E;
    line-height: 18px;
    margin-top: 24px;
  }
  .dzg-moudle .dzg-dialog .dzgconnent .cusername{
    text-align: left;
    font-size: 16px;
    color: #2B2B3E;
    line-height: 22px;
    margin-top: 41px;
      font-weight: 600;
  }
  .dzg-moudle .dzg-dialog .dzgconnent .cmidconnect{
    text-align: left;
    font-size: 16px;
    color: #2B2B3E;
    line-height: 28px;
    margin-top: 10px;
  }
  .dzg-moudle .dzg-dialog .dzgconnent .service{
      font-family: PingFangSC, PingFang SC;
      font-weight: 500;
      font-size: 12px;
      color: #2B2B3E;
      line-height: 22px;
      text-align: left;
      font-style: normal;
      margin-top: 10px;
  }
  .dzg-moudle .dzg-dialog .dzgconnent .service .service-title {
      font-weight: 600;
  }
  .dzg-moudle .dzg-dialog  .cbotton{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin-top: 26px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    position: relative;
      padding: 0 74px;
  }
  .dzg-moudle .dzg-dialog  .cbottoncenter{
    justify-content: center;
  }
  .dzg-moudle .dzg-dialog  .botton1{
    display: inline-block;
    text-align: center;
    width: 134px;
    height: 40px;
    background: linear-gradient( 180deg, #AECDFF 0%, #91A6F9 43%, #0160F8 100%);
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    color: #fff;
    cursor: pointer;
  }
  .dzg-moudle .dzg-dialog  .botton2{
    display: inline-block;
    text-align: center;
    width: 134px;
    height: 40px;
    border-radius: 20px;
    background: #C0D7FF;
    border-radius: 20px;
    color: #0B4FC4;
    cursor: pointer;
  }
  .dzg-moudle .dzg-dialog  .complectimg{
    position: absolute;
    /*bottom: 0;*/
      top: -142px;
    right: 0;
    width: 88px;
    height: 88px;
  }
