.banner-content-box {
  /* top: 530px; */
  height: 30px;
  bottom: 0;
  height: fit-content;
  transform: translate(-50%, 50%);
}


.quotation-container{
  padding-top: 80px;
  box-sizing: border-box;
}

.banner-content .title {
  font-size: 82px;
  font-weight: bold;
  background: linear-gradient(270deg, #004ea1 0%, #5380eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.banner-content .title span:last-child {
  /* margin-left: 30px; */
}

.banner-content .box-content {
  width: 18%;
  height: 130px;
}

.banner-content .box-item {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  border: 2px solid #ffffff;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.8);
}

.banner-content .box-item .title {
  font-size: 18px;
  /* 主题色 */
  color: #004EA1;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .title span {
  margin-right: 6px;
  font-size: 36px;
  font-weight: bold;
}

.banner-content .box-item .labels {
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #616161;
  margin-top: 8px;
  position: relative;
  z-index: 9;
}

.banner-content .box-item .box-bg {
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.banner-content .intro {
  width: fit-content;
  padding: 14px 32px;
  border-radius: 74px 0px 0px 74px;
  background: linear-gradient(90deg,
      rgba(0, 78, 161, 0.38) 33%,
      rgba(216, 216, 216, 0) 100%);
  font-size: 36px;
  font-weight: 500;
  color: white;
}

.banner-container .getmore {
  margin-top: 56px;
  width: 110px;
  height: 50px;
  border-radius: 4px;

  box-sizing: border-box;
  border: 2px solid #ffffff;

  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.fill-info .inputs {
  border-radius: 15px;

  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  border: 2px solid #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.8);

  padding: 20px 24px;
}

.fill-info .btns {
  margin-top: 27px;
  display: none;
}

.fill-info .btns .btn {
  padding: 10px 20px;
  box-sizing: border-box;
  background: linear-gradient(149deg, #004ea1 5%, #1666bc 77%);
  font-size: 14px;
  cursor: pointer;
  color: white;
}

.fill-info .btn-free_measurement_room {
  margin-right: 14px;
}

.fill-info .inputs .area_houseType {
  padding: 6px 0;
  box-sizing: border-box;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 78, 161, 0.06);
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);
  position: relative;
}

.fill-info .inputs .area_houseType::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85%;
  background: #004ea1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fill-info .area_houseType .area,
.house_type {
  padding: 8px 0 0 20px;
  box-sizing: border-box;
}

.fill-info .area_houseType .label {
  font-size: 16px;
  color: #4f7dad;
}

.fill-info .area_houseType .inp {
  margin-top: 4px;
  border: none;
  background: transparent;
  width: 80%;
  box-shadow: none;
  font-size: 16px;
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp::-webkit-input-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp:-moz-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp::-moz-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .area_houseType .inp:-ms-input-placeholder {
  color: rgba(98, 137, 179, 0.59);
}

.fill-info .inputs .free_measurement_room {
  width: 146px;
  height: 70px;
  border-radius: 10px;
  background: #004ea1;
  backdrop-filter: blur(30px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);

  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  margin-left: 32px;
  text-align: center;
}

.fill-info .quick_quotation {
  margin-left: 54px;
  width: 150px;
  height: 122px;
  border-radius: 15px;
  background: linear-gradient(149deg, #004ea1 5%, #1666bc 77%);

  font-size: 36px;
  font-weight: bold;

  color: #ffffff;
  cursor: pointer;
}

.ai {
  position: absolute;
  right: 380px;
  top: -260px;
  user-select: none;
}

.ai .person-info {
  writing-mode: vertical-rl;
  padding: 10px;
  box-sizing: border-box;
  height: fit-content;

  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #ffffff;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 10px 0px rgba(197, 216, 246, 0.1);
  font-size: 14px;
  color: #004ea1;
}

.ai .person-info .name {
  font-size: 24px;
  font-weight: bold;

  background: linear-gradient(270deg, #004ea1 0%, #4870de 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ai .person-pic {
  margin-left: 8px;
  width: 188px;
  height: 435px;
  object-fit: contain;
}

/* 装修案例 */

.service-products .service-list {
  flex-wrap: wrap;
}

.service-item {
  overflow: hidden;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(15, 22, 58, 0.1);
  cursor: pointer;
  box-sizing: border-box;
  /* border: 4px solid transparent; */
  margin: 10px 0;
  height: 488px;
  position: relative;
}
.service-item:hover .cover{
  transform: scale(1.2);
}
.service-item:hover .label-container{
  background: transparent !important;
  color: white !important;
}
.service-item:hover  .label-title{
  color: white !important;
}

.service-item .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  /* right: -10px; */
  box-sizing: border-box;
  margin-bottom: 58px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
  transition:all 1s;
}

.service-item .label-container {
  padding: 14px;
  height: 136px;
  box-sizing: border-box;
  font-size: 14px;
  color: #616161;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: white;
  z-index: 99;
}

.service-item .label-title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 16px;
}

/* 装修案列 */

.decoration-cases .nav-tabs {
  border: none !important;
  align-items: baseline;
  flex-wrap: wrap;
}

.decoration-cases .tab-item {
  margin-right: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.decoration-cases .tab-item a {
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  border: none !important;
}

.decoration-cases .tab-item.active a {
  /* font-size: 32px; */
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #004ea1 !important;
}

.decoration-cases .tab-content {
  margin-top: 46px;
}

.decoration-cases .common-case {
  flex-wrap: wrap;
}

.decoration-cases .case {
  height: 338px;
  position: relative;
}

.decoration-cases .case .vr-view {
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px 22px;
  box-sizing: border-box;
  border-radius: 15px 0px 15px 0px;
  background: linear-gradient(288deg, #004ea1 1%, #0f6dbb 100%);
  font-size: 18px;
  font-weight: bold;
  color: #ffffff !important;
}

.decoration-cases .case img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.decoration-cases .max-case {
  width: 59.25%;
}

.decoration-cases .max-case .max-user {
  position: absolute;
  bottom: 60px;
  left: 24px;
  font-size: 14px;

  color: #ffffff;
}

.decoration-cases .max-case .max-user img.avatar {
  width: 34px;
  height: 34px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 12px;
}

.decoration-cases .case .case-bottom-info {
  font-size: 14px;
  color: #838383;
}

.decoration-cases .case .case-bottom-info .title {
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}

.decoration-cases .case .case-bottom-info .avatar {
  width: 25px;
  height: 25px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 9px;
}

.decoration-cases .max-case .max-title {
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  bottom: 18px;
  width: 100%;
  padding: 0 24px;
  box-sizing: border-box;
  left: 0;
}

.decoration-cases .mid-case {
  width: 39.5%;
}

.decoration-cases .mid-case img {
  width: 100%;
  height: 252px;
}

.decoration-cases .mini-case {
  width: 19%;
}

.decoration-cases .mini-case img {
  width: 100%;
  height: 252px;
}

.decoration-cases .row-bottom {
  margin-top: 20px;
}

/* home-designer 家装设计师 */

.home-designer .designer-item {
  height: 304px;
  position: relative;
  margin: 10px 0;
}

.designer-container{
  overflow: hidden;
}

.home-designer .designer-pic {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  object-fit: cover;
}

.home-designer .designer-intro {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 118px;
  border-radius: 15px 76px 15px 15px;
  background: rgba(255, 255, 255, 0.8);
  padding: 8px 0 0 28px;
  box-sizing: border-box;
}

.home-designer .designer-intro .designer-name {
  width: 70%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 3px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #232323;
}

.home-designer .designer-intro .designer-other-info {
  width: 80%;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #444444;
}

.home-designer .order {
  padding-top: 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}

.home-designer .order-content {
  height: 304px;
  border-radius: 15px;
  background: linear-gradient(111deg,
      #0253a5 -13%,
      rgba(63, 87, 164, 0.5) 109%);
}

.home-designer .order-content .left {
  padding: 0 40px;
  box-sizing: border-box;
}

.home-designer .order-content .title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
}

.home-designer .order-content input {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.05em;
  color: #999999;
}

.home-designer input.username {
  margin-top: 36px;
  width: 180px;
  height: 45px;
  border-radius: 40px 40px 0px 40px;
  background: rgba(255, 255, 255, 0.8);
}

.home-designer input.phone {
  margin-top: 24px;
  width: 231px;
  height: 46px;
  border-radius: 40px 40px 0px 40px;
  background: rgba(255, 255, 255, 0.8);
}

.home-designer .free-order {
  margin-top: 20px;
  width: 109px;
  height: 45px;
  border-radius: 40px;
  background: #f3dc24;
  font-size: 16px;
  font-weight: bold;
  color: #111111;
}

.home-designer .order-content .right {
  padding: 20px 40px 20px 0px;
  box-sizing: border-box;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.home-designer .mini-designer {
  width: 126px;
  margin: 10px;
}

.home-designer .mini-designer .avatar {
  width: 126px;
  height: 126px;
}

.home-designer .mini-designer .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-designer .mini-designer .name {
  font-size: 16px;
  font-weight: bold;
  color: #3d3d3d;
  margin-top: 16px;
  text-align: center;
}

.home-designer .mini-designer .other-info {
  font-size: 14px;
  color: #838383;
  margin-top: 6px;
  text-align: center;
}

/* shop 门店 */
.shops-container {
  margin-right: unset;
  margin-left: unset;
  position: relative;
}

.shops-container .swipers {
  width: 830px;
  overflow: hidden;
}

.shops-container .big-img {
  border-radius: 20px;
  overflow: hidden;
}

.shops-container .big-img img {
  width: 100%;
  height: 490px;
  object-fit: cover;
}

.shops-container .small-img {
  margin-top: 35px;
}

.shops-container .small-img .swiper-slide {
  position: relative;
}

.shops-container .small-img .infos {
  padding: 10px 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 15px 76px 15px 15px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.shops-container .small-img .infos .phone {
  font-size: 14px;
  font-weight: normal;
  color: #2e2e2e;
}

.shops-container .small-img img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 20px;
}

.shops-container .oblique-line {
  position: absolute;
  right: 38px;
  top: 24px;
  width: 430px;
  height: 58px;
  z-index: 99;
}

.shops-container .shop-bar {
  position: absolute;
  right: 0;
  top: 142px;
  z-index: 99;
}

.shops-container .click-getmore {
  position: absolute;
  top: 226px;
  right: 0;
  overflow: hidden;

  width: 505px;
  height: 325px;
  border-radius: 20px;
  background: linear-gradient(270deg,
      #ffffff 65%,
      rgba(255, 255, 255, 0.39) 100%);
  box-sizing: border-box;
  border: 2px solid white;
  backdrop-filter: blur(30px);
  box-shadow: 16px 21px 46px 0px rgba(114, 114, 114, 0.1);
  z-index: 9;

  padding: 30px 40px;
}

.shops-container .click-getmore .title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
}

.shops-container .click-getmore .purpose {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 18px;
  color: #333333;
}

.shops-container .click-getmore .addr,
.phone {
  font-size: 14px;
  font-weight: 500;
  color: #808080;
}

.shops-container .click-getmore .addr {
  margin-bottom: 15px;
}

.shops-container .click-getmore .bottom {
  margin-top: 30px;
}

.shops-container .click-getmore .welcome {
  font-size: 34px;
  font-weight: bold;
  background: linear-gradient(104deg,
      #0253a5 -13%,
      rgba(63, 87, 164, 0.5) 112%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.shops-container .click-getmore .gemore {
  padding: 10px 22px;
  box-sizing: border-box;
  border-radius: 27px;
  background: linear-gradient(117deg, #0253a5 -5%, rgba(63, 87, 164, 0.5) 142%);
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

/* videos */

.videos-container {
  overflow: hidden;
}

.videos-container .video-item {
  margin: 12px 0;
}

.videos-container .video-box video {
  width: 100%;
  height: 254px;
  object-fit: cover;
  border-radius: 15px;
}

.videos-container .title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-top: 16px;
}

.videos-container .intro {
  font-size: 16px;
  color: #838383;
  margin-right: 10px;
}

.videos-container .video-icon {
  width: 23px;
  height: 23px;
  margin-right: 6px;
}

/* preferential 优惠 */

.preferential-container img.bg {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 15px;
}

.preferential-container .row-item {
  margin: 10px 0;
}

.preferential-container .row-item .intro {
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
}

.preferential-container .row-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.preferential-container .row-item .tips div {
  padding: 4px 8px;
  box-sizing: border-box;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 90px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  margin-right: 5px;
}

.preferential-container .fill-info {
  padding: 15px 20px;
  box-sizing: border-box;
  margin-top: 20px;
  width: 100%;
  /* height: 120px; */
  border-radius: 15px;
  background: linear-gradient(94deg,
      rgba(2, 83, 165, 0.5) -13%,
      rgba(2, 83, 165, 0.5) 114%);
  /* background: linear-gradient(94deg, rgba(63, 87, 164, 0.25) -13%, rgba(2, 83, 165, 0.50) 114%); */
}

.preferential-container .fill-info .label {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.preferential-container .fill-info .fill-inp {
  border-radius: 15px;
  background: #fafafa;
  padding: 20px 30px;
  box-sizing: border-box;
  position: relative;
}

.preferential-container .fill-info .form-control {
  border: none;
  outline: none;
  background: none;
  box-shadow: none;
  width: 140px;

  font-size: 18px;
  color: #898989;

  padding: 12px 2px;
  box-sizing: border-box;
  border-bottom: 2px solid #323232;
  margin: 4px 10px;
  border-radius: unset;
}

.preferential-container .submit-btn {
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 100%;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  z-index: 9;
  border-radius: 15px;
  background: linear-gradient(234deg,
      #004ea1 -12%,
      rgba(47, 136, 231, 0.7) 115%);
}

/* experience 客户体验 */
.experience-container {
  overflow: hidden;
}

.experience-container .swiper-slide img {
  object-fit: contain;
  width: 100%;
}

.experience-container .customer,
.content {
  margin: 10px 0;
}

.experience-container .customer-swiper {
  overflow: hidden;
}

.experience-container .experience-bar {
  margin-top: 30px;
}

.experience-container .customer-swiper img {
  width: 100%;
  height: 544px;
  object-fit: contain;
}

.experience-container .content {
  padding: 0 40px;
  box-sizing: border-box;
  text-align: left;
}

.experience-container .content .title {
  font-size: 40px;
  font-weight: bold;
  color: #37393e;
  text-align: left;
}

.experience-container .content .mini-title {
  font-size: 26px;
  color: #494949;
  white-space: pre-wrap;
  text-align: left;
  margin-top: 20px;
}

.experience-container .content .label {
  line-height: 22px;
  margin-top: 40px;
  font-size: 16px;
  color: #838383;
  white-space: pre-wrap;
  text-align: left;
  padding: 0;
  font-weight: normal;
}

/* honor 公司声誉 */

.honor-container .pic-wall {
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
}

.honor-container .books {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.honor-container .books .book-item {
  width: 133px;
  height: 124px;
}

.honor-container .book-item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}

/* 装修资讯 news */
.news-container .swiper {
  overflow: hidden;
  border-radius: 15px 0 0 15px;
}
.news-container .swiper-slide img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.news-container .news-cont {
  height: 350px;
  padding: 0 10px;
  box-sizing: border-box;
  background: white;
  border-radius: 0 15px 15px 0;
}


.news-container .news-item {
  width: 100%;
  height: 1px;
  flex: 1;
  cursor: pointer;
  position: relative;

}
.news-container .news-item .more{
  font-size: 16px;
  color: #898989;
  cursor: pointer;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.news-container .news-item .left {
  padding: 0 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  position: relative;
  margin-right: 20px;
}
.news-container .news-item .left::after{
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  background-color: #D8D8D8;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}


.news-container .news-item .date {
  font-size: 36px;
  font-weight: 500;
  color: #223446;
}

.news-container .news-item .year {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 500;
  color: #A4A4A4;
}


/* brand */
.brand-container {
  margin-top: 140px;
}

.brand-container video {
  width: 100%;
  height: 458px;
  object-fit: cover;
  border-radius: 15px;
}

.brand-container .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: 40px;
}

.brand-container .mini-title {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #5a5a5a;
}

.brand-container .en-title {
  margin-top: 6px;
  font-size: 16px;
  color: #d4d4d4;
}

.brand-container .intro {
  margin-top: 30px;
  font-size: 16px;
  color: #838383;
}

@media screen and (max-width: 1260px) {
  /* banner */

  .ai {
    /* display: none; */
    transform: scale(0.6);
    left: unset;
    right: 0;
  }

  .quick_quotation,
  .free_measurement_room {
    display: none;
  }

  .fill-info .inputs {
    flex-direction: column;
  }

  .fill-info .btns {
    display: flex !important;
  }

  /* 服务产品 */
  .service-products {}
}

@media screen and (max-width: 1200px) {

  /* banner-icon */
  .banner-content .box-content {
    height: 100px;
  }

  .banner-content .box-item .title {
    font-size: 20px;
  }

  .banner-content .box-item .labels {
    font-size: 14px;
  }

  .banner-content .box-item .box-bg {
    transform-origin: bottom right;
    transform: scale(0.8);
  }

  .fill-info .area_houseType .inp {
    font-size: 18px;
  }


  .service-item {
    padding: 30px 0 16px 0;
  }

  .service-item .cover {
    margin-bottom: 40px;
  }

  /* 家装专业设计师 */
  .home-designer .order-content .left {
    padding: 0 30px;
  }

  .home-designer .order-content .right {
    display: none;
  }

  /* 门店 */
  .shops-container .swipers {
    width: 100%;
  }

  /* 优惠 */
  .preferential-container .submit-btn {
    width: 80px;
    font-size: 14px;
  }

  /* brand */
  .brand-container img {
    width: 100%;
    height: unset;
    object-fit: contain;
  }

  .service-item .label-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {

  /* banner */
  .banner-content {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }

  .banner-content .title {
    font-size: 32px;
  }
  .ai {
    /* display: none; */
    transform: scale(0.3) translateY(-160%);
    left: unset;
    right: -20%;
    top: 0%;
  }

  .fill-info .inputs {
    padding: 14px 10px;
  }

  .fill-info .inputs .area_houseType {
    flex-direction: column;
  }

  .fill-info .area {
    margin-bottom: 20px;
  }

  .fill-info .area_houseType .area,
  .house_type {
    padding: 0;
  }

  .fill-info .inputs .area_houseType::after {
    height: 1px;
    width: 85%;
  }

  .fill-info .inputs .label {
    font-size: 14px;
  }

  .fill-info .inputs .inp {
    margin-top: 14px;
    font-size: 16px;
  }

  .banner-content .intro {
    padding: 10px 20px;
    font-size: 18px;
  }

  .banner-content .btns .btn {
    padding: 8px 10px;
    font-size: 12px;
  }

  /* 装修案例 */

  .decoration-cases .case {
    width: 100%;
  }

  .decoration-cases .row-bottom {
    margin-top: 0;
  }

  .decoration-cases .max-case {
    margin-bottom: 20px;
  }

  .decoration-cases .tab-item {
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .decoration-cases .tab-item a {
    font-size: 14px;
  }

  .decoration-cases .tab-item.active a {
    font-size: 18px;
    border-bottom: 2px solid #004ea1 !important;
  }

  /* 家装专业设计师 */
  .home-designer .order-content .right {
    display: none;
  }

  /* 门店 */
  .shops-container .position-el {
    display: none;
  }

  /* 优惠 */
  .preferential-container .submit-btn {
    width: 100px;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .banner-content-box{
    display: none;
  }

  .news-container .news-cont {
    border-radius: 15px;
  }
  .news-container .swiper {
    border-radius: 15px;
  }
}

@media screen and (max-width: 768px) {

  /* 家装专业设计师 */
  .home-designer .order-content {
    justify-content: center;
  }



  /* 门店 */
  .shops-container {
    width: 100%;
  }

  .shops-container .small-img {
    display: none;
  }

  /* 优惠 */
  .preferential-container .fill-info {
    flex-direction: column;
  }

  .preferential-container .submit-btn {
    width: 40px;
  }

  .preferential-container .label {
    font-size: 12px;
  }

  /* honor 公司榮声誉 */
  .honor-container {
    width: 100%;
  }

}<!--耗时1755802598.8246秒-->