/* ===== 响应式样式 ===== */

/* 桌面端隐藏移动专属按钮 */
.mobile-submit-btn { display: none !important; }
.mobile-close-btn { display: none !important; }

/* 平板 */
@media (max-width: 1024px) {
  .w1200, .w-1200 { width: 96% !important; }
  .w1400 { width: 96% !important; }
}

/* 手机 */
@media (max-width: 768px) {

  /* 通用容器 */
  .w1200, .w-1200, .w1400 {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
  }

  /* ===== 头部 ===== */
  .lg-head .lg-address { display: none !important; }
  .lg-head .mian {
    height: auto !important;
    padding: 10px 0 !important;
    box-shadow: none !important;
  }
  .lg-head .lg-main {
    height: auto !important;
    border-bottom: none !important;
  }
  .lg-head .lg-main .w-1400.w1200 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .lg-head .lg-main .w-1400.w1200 > a {
    flex-shrink: 0 !important;
    margin: 0 !important;
    order: 1 !important;
  }
  .lg-head .lg-main .w-1400.w1200 > a img {
    max-height: 40px !important;
    width: auto !important;
  }
  .lg-head .search-form-pc,
  .lg-head #search_form,
  .lg-head .head-hotline { 
    display: none !important; 
  }
  .mobile-right-box {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-left: auto !important;
    order: 2 !important;
  }
  .lang-switcher-mobile {
    display: inline-block !important;
  }
  .lang-switcher-mobile .lang-btn {
    font-size: 13px !important;
    color: #666 !important;
    gap: 4px !important;
  }
  .lang-switcher-mobile .lang-btn i.lang-icon {
    font-size: 14px !important;
  }
  .lang-switcher-mobile .lang-dropdown {
    right: 0 !important;
    left: auto !important;
    min-width: 140px !important;
  }
  .hamburger-btn {
    display: flex !important;
    flex-shrink: 0 !important;
  }

  /* 汉堡菜单 */
  #mainNav {
    display: none !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    z-index: 999 !important;
    padding-top: 60px !important;
    overflow-y: auto !important;
  }
  #mainNav.mobile-open { 
    display: block !important; 
  }
  #mainNav ul {
    flex-direction: column !important;
    width: 100% !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    margin: 0 !important;
  }
  #mainNav ul li {
    width: 100% !important;
    text-align: left !important;
    border-bottom: 1px solid #eee !important;
    margin: 0 !important;
  }
  #mainNav ul li a.text {
    display: block !important;
    padding: 8px 20px !important;
    font-size: 14px !important;
    color: #333 !important;
    margin: 0 !important;
    line-height: 1.2 !important;
  }
  #mainNav .list {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    display: block !important;
    background: #f8f8f8 !important;
  }
  #mainNav .list a {
    display: block !important;
    width: 100% !important;
  }
  #mainNav .list a div {
    width: 100% !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 6px 30px !important;
    font-size: 13px !important;
    color: #666 !important;
    margin: 0 !important;
    text-align: left !important;
    line-height: 1.2 !important;
  }

  /* ===== Banner ===== */
  .banner .img-box { height: auto !important; }
  .banner .img-box .swiper,
  .banner .img-box .swiper-slide,
  .banner .img-box .swiper-slide img {
    height: auto !important;
  }
  .banner .img-box .swiper-slide img {
    width: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev { display: none !important; }

  /* ===== 快捷服务 2列 ===== */
  #index .tip-yytx { padding: 20px 0 !important; }
  #index .tip-yytx .items-box {
    height: auto !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    padding: 0 12px !important;
    justify-content: space-between !important;
    display: flex !important;
  }
  #index .tip-yytx .items-box .item-box {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    height: auto !important;
    padding: 18px 5px 20px !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 10px !important;
  }
  #index .tip-yytx .items-box .item-box .icon-wrap {
    width: 58px !important;
    height: 58px !important;
  }
  #index .tip-yytx .items-box .item-box .icon-wrap .img1 {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 0 !important;
  }
  #index .tip-yytx .items-box .item-box .title {
    font-size: 16px !important;
    margin: 10px 0 3px !important;
  }
  #index .tip-yytx .items-box .item-box .span1 {
    font-size: 12px !important;
    color: #999 !important;
    margin: 0 0 8px !important;
  }
  #index .tip-yytx .items-box .item-box .href-go {
    font-size: 12px !important;
    height: 28px !important;
    padding: 0 12px !important;
    margin-top: 0 !important;
    border-radius: 14px !important;
  }
  #index .tip-yytx .items-box .item-box .href-go .arrow {
    margin-left: 4px !important;
    border-width: 3px 0 3px 4px !important;
  }

  /* ===== 获取报价 ===== */
  #index .get-offer {
    height: auto !important;
    padding: 30px 0 !important;
  }
  #index .get-offer .w1200 {
    flex-direction: column !important;
    height: auto !important;
    padding: 0 12px !important;
    display: flex !important;
  }
  #index .get-offer .w1200 .left-box {
    width: 100% !important;
    height: auto !important;
    padding: 25px 20px !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
  }
  #index .get-offer .w1200 .left-box .form-head {
    margin-bottom: 8px !important;
  }
  #index .get-offer .w1200 .left-box .form-head p.title {
    font-size: 24px !important;
    margin-bottom: 4px !important;
  }
  #index .get-offer .w1200 .left-box .form-head p.span-box1 {
    margin: 0 !important;
    font-size: 14px !important;
  }
  #index .get-offer .w1200 .left-box .form-head .head-line {
    margin-top: 8px !important;
    gap: 8px !important;
  }
  #index .get-offer .w1200 .left-box .form-head .head-line span {
    width: 24px !important;
  }
  #index .get-offer .w1200 .left-box .input-group {
    width: 100% !important;
    margin-top: 14px !important;
  }
  #index .get-offer .w1200 .left-box .input-group > i {
    left: 15px !important;
    font-size: 15px !important;
  }
  #index .get-offer .w1200 .left-box input.input-box1 {
    width: 100% !important;
    height: 46px !important;
    padding: 0 15px 0 42px !important;
    box-sizing: border-box !important;
    border-radius: 23px !important;
  }
  #index .get-offer .w1200 .left-box input.input-box1::placeholder {
    font-size: 14px !important;
  }
  #index .get-offer .w1200 .left-box .js-gif-index {
    display: block !important;
    width: 100% !important;
    margin: 12px 0 !important;
  }
  #index .get-offer .w1200 .left-box p.p1 {
    margin-top: 16px !important;
    font-size: 14px !important;
    justify-content: center !important;
  }
  #index .get-offer .w1200 .left-box p.p1 strong {
    font-size: 17px !important;
  }
  #index .get-offer .w1200 .left-box button.buttom-box {
    width: 100% !important;
    height: 46px !important;
    font-size: 16px !important;
    line-height: 46px !important;
    margin-top: 18px !important;
    border-radius: 23px !important;
  }
  #index .get-offer .w1200 .left-box button.buttom-box i {
    font-size: 16px !important;
  }
  #index .get-offer .w1200 .right-box {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
    margin-left: 0 !important;
    background: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-content: flex-start !important;
    justify-content: space-between !important;
  }
  #index .get-offer .w1200 .right-box .box-ones,
  #index .get-offer .w1200 .right-box .box-twos {
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 10px 6px !important;
    box-sizing: border-box !important;
    background: #f0f0f0 !important;
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    flex-shrink: 0 !important;
  }
  #index .get-offer .w1200 .right-box .box-ones:hover,
  #index .get-offer .w1200 .right-box .active-back {
    width: calc(50% - 4px) !important;
    max-width: calc(50% - 4px) !important;
  }
  #index .get-offer .w1200 .right-box .p-box1 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }
  #index .get-offer .w1200 .right-box .years-time-hour {
    font-size: 14px !important;
  }
  #index .get-offer .w1200 .right-box .ms-box {
    font-size: 12px !important;
    line-height: 1.4 !important;
    color: #333 !important;
  }
  #index .get-offer .w1200 .right-box .years-time-hour {
    font-size: 14px !important;
    color: #333 !important;
  }
  #index .get-offer .w1200 .right-box .p-box1 {
    font-size: 24px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    color: #333 !important;
  }

  /* ===== 视频 ===== */
  #index .video-box {
    margin: 20px 0 !important;
  }
  #index .video-box .w1200 {
    height: 200px !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
  }
  #index .video-box .w1200 .imgss1 {
    height: 200px !important;
    object-fit: cover !important;
    width: 100% !important;
  }
  #index .video-box .w1200 .poa-play {
    width: 50px !important;
    height: 50px !important;
  }

  /* ===== 核心竞争力 2列带文字 ===== */
  #index .core-box {
    height: auto !important;
    padding: 30px 0 !important;
  }
  #index .core-box .w1200 {
    padding: 0 12px !important;
    box-sizing: border-box !important;
  }
  #index .core-box .dom-top-box .title { font-size: 24px !important; }
  #index .core-box .dom-top-box .span-box { font-size: 14px !important; }
  #index .core-box .w1200 .list-items {
    margin-top: 20px !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  #index .core-box .w1200 .list-items .items-box {
    width: calc(50% - 5px) !important;
    max-width: calc(50% - 5px) !important;
    height: auto !important;
    margin: 0 !important;
    margin-left: 0 !important;
    padding: 15px 10px !important;
    box-sizing: border-box !important;
    background: #f8f8f7 !important;
    border-radius: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    overflow: visible !important;
  }
  /* 隐藏外部单独图标 */
  #index .core-box .w1200 .list-items .items-box > .img1 { display: none !important; }
  /* 显示内部hover内容（含文字） */
  #index .core-box .w1200 .list-items .items-box .isbox-img {
    display: block !important;
    width: 100% !important;
  }
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
  /* 红色圆圈背景去掉 */
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .yu-2 {
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;
    display: flex !important;
    justify-content: center !important;
  }
  /* 图标 */
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .img-activebox {
    width: 40px !important;
    height: 40px !important;
    filter: none !important;
    margin-bottom: 8px !important;
    color: #e6001c !important;
  }
  /* 标题区域 */
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .yangshi-box {
    width: 100% !important;
    border-radius: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .yangshi-box .tit-box {
    text-align: center !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 5px !important;
  }
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .yangshi-box .tit-box .img1,
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .yangshi-box .tit-box .img2 {
    display: none !important;
  }
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .yangshi-box .tit-box .span-tit {
    font-size: 16px !important;
    color: #333 !important;
    display: inline-block !important;
  }
  #index .core-box .w1200 .list-items .items-box .isbox-img .flex-box .yangshi-box .miaoshu {
    font-size: 12px !important;
    color: #999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    position: static !important;
    line-height: 1.4 !important;
  }

  /* ===== 家装案例 ===== */
  #index .domestic-box {  }
  #index .domestic-box .dom-top-box .title { font-size: 24px !important; }
  #index .domestic-box .dom-top-box .span-box { font-size: 14px !important; }
  #index .domestic-box .uls ul {
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 12px !important;
  }
  #index .domestic-box .uls ul .lis-box {
    margin-right: 0 !important;
    font-size: 13px !important;
    padding: 5px 10px !important;
  }
  /* 简化移动端：禁用 Swiper 滑动，垂直堆叠卡片 */
  #index .domestic-box .swiper-box { padding: 0 12px !important; overflow: visible !important; }
  #index .domestic-box .swiper-box .mySwiper2 {
    display: block !important;
    position: static !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-wrapper {
    display: block !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide {
    flex-direction: column !important;
    padding: 0 !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    flex-shrink: 0 !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .div1 {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: auto !important;
    margin: 0 0 12px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .div1 .fwb-box {
    padding: 15px !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .div1 .fwb-box .p1 {
    font-size: 14px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    overflow: visible !important;
    word-break: break-word !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .div1 .fwb-box .div-boxs1 {
    flex-wrap: wrap !important;
    gap: 5px !important;
   
    display: flex !important;
    align-items: center !important;
    margin-top: 10px !important;
  }
  .mb30 {
 margin-bottom: 5px !important;  
}
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .div1 .fwb-box .div-boxs1 .img1 {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .div1 .fwb-box .div-boxs1 .span1 {
    font-size: 12px !important;
    color: #666 !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .div1 .poa-dh {
    position: static !important;
    display: block !important;
    margin: 0 auto 8px !important;
    width: 40px !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .a-box {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    display: block !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-slide .a-box img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    border-radius: 10px !important;
    display: block !important;
  }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-button-next,
  #index .domestic-box .swiper-box .mySwiper2 .swiper-button-prev { display: none !important; }
  #index .domestic-box .swiper-box .mySwiper2 .swiper-pagination { display: none !important; }
  #index .domestic-box .list-items { display: none !important; }

  /* ===== 设计团队 ===== */
  #index .team-box {   }
  #index .team-box .w1200 {
    padding: 0 12px !important;
    box-sizing: border-box !important;
  }
  #index .team-box .w1200 .dom-top-box {
    margin: 20px 0 !important;
  }
  #index .team-box .dom-top-box .title { font-size: 24px !important; }
  #index .team-box .dom-top-box .span-box { font-size: 14px !important; }
  #index .team-box .w1200 .content-box {
    height: auto !important;
    flex-direction: column !important;
    margin-top: 20px !important;
    display: flex !important;
  }
  #index .team-box .w1200 .content-box .left-box {
    width: 100% !important;
    height: auto !important;
    padding: 15px !important;
    box-sizing: border-box !important;
  }
  #index .team-box .w1200 .content-box .left-box .img-box {
    width: 100% !important;
    height: 250px !important;
  }
  #index .team-box .w1200 .content-box .left-box .img-box .mySwiper3 {
    height: 250px !important;
  }
  #index .team-box .w1200 .content-box .left-box .img-box .swiper-slide img {
    height: 250px !important;
    object-fit: cover !important;
  }
  #index .team-box .w1200 .content-box .left-box .wz-boxs .name-tit {
    font-size: 22px !important;
    margin: 15px 0 8px 0 !important;
  }
  #index .team-box .w1200 .content-box .left-box .wz-boxs .p1 {
    font-size: 14px !important;
  }
  #index .team-box .w1200 .content-box .right-box {
    width: 100% !important;
    height: auto !important;
    display: none !important;
  }
  #index .team-box .tool-box { display: none !important; }

  /* ===== 新闻资讯 ===== */
  #index .team-box .new-boxs { padding: 20px 0 !important; }
  #index .team-box .new-boxs .w1200 { padding: 0 12px !important; box-sizing: border-box !important; }
  #index .team-box .new-boxs .dom-top-box .title { font-size: 24px !important; }
  #index .team-box .new-boxs .dom-top-box .span-box { font-size: 13px !important; color: #aaa !important; }
  #index .team-box .new-boxs .w1200 .list-items { display: none !important; }
  #index .team-box .new-boxs .w1200 .new-bottom-box {
    flex-direction: column !important;
    height: auto !important;
    background: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-left {
    display: none !important;
    flex: none !important;
    height: auto !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right {
    width: 100% !important;
    margin-left: 0 !important;
    height: auto !important;
    padding-right: 0 !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 8px 0 !important;
    margin-bottom: 0 !important;
    height: auto !important;
    border-bottom: 1px solid #eee !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items .items-left {
    flex: none !important;
    flex-shrink: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items .items-left .data-box {
    display: none !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items .items-left .riqi {
    color: #999 !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    margin-top: 0 !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items .items-right {
    flex: 1 !important;
    width: auto !important;
    min-width: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items .items-right .titles {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #333 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    line-height: 1.4 !important; padding-left: 10px;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items .items-right .detail-box {
    display: none !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items .items-right .poa-imgs {
    display: none !important;
  }
  /* 取消 hover 红色背景 */
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:hover .items-left,
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:hover .items-right {
    background: none !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:hover .items-left .riqi,
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:hover .items-right .riqi {
    color: #999 !important;
  }
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:hover .titles,
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:hover .detail-box,
  #index .team-box .new-boxs .w1200 .new-bottom-box .box-right .items:hover .day-box {
    color: #333 !important;
  }

  /* ===== 新闻资讯 ===== */
  #index .new-boxs .w1200 .new-bottom-box .box-left {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
  }
  #index .new-boxs .w1200 .new-bottom-box .box-left a {
    flex: 0 0 calc(50% - 2px) !important;
    display: block !important;
    aspect-ratio: 4 / 3 !important;
    overflow: hidden !important;
    border-radius: 6px !important;
  }
  #index .new-boxs .w1200 .new-bottom-box .box-left a .img1 {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* ===== 合作品牌 ===== */
 
  #index .team-box .brand-box .w1200 { padding: 0 12px !important; box-sizing: border-box !important; }
  #index .team-box .brand-box .dom-top-box { margin-bottom: 15px !important; }
  #index .team-box .brand-box .dom-top-box .title { font-size: 24px !important; }
  #index .team-box .brand-box .dom-top-box .span-box { font-size: 13px !important; color: #aaa !important; }
  #index .team-box .brand-box .w1200 .brand-scroll-box {
    height: auto !important;
    overflow: visible !important;
    position: static !important;
  }
  #index .team-box .brand-box .w1200 .brand-scroll-box .brand-scroll-track {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 6px !important;
    animation: none !important;
  }
  #index .team-box .brand-box .w1200 .brand-scroll-box:hover .brand-scroll-track {
    animation-play-state: paused !important;
  }
  #index .team-box .brand-box .w1200 .brand-scroll-box .brand-row {
    display: contents !important;
    flex-wrap: nowrap !important;
  }
  #index .team-box .brand-box .w1200 .brand-scroll-box .brand-row .items-img {
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    min-width: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: none !important;
    border-radius: 4px !important;
    padding: 4px 2px !important;
    box-sizing: border-box !important;
  }
  #index .team-box .brand-box .w1200 .brand-scroll-box .brand-row .items-img .img1s {
    width: auto !important;
    max-width: 100% !important;
    height: 40px !important;
    object-fit: contain !important;
  }

  /* ===== 底部浮动表单 ===== */
  .fixed-foot {
    position: static !important;
    width: 100% !important;
    padding: 15px 12px !important;
    background: #fff !important;
    box-shadow: 0 -2px 10px rgba(0,0,0,.08) !important;
  }
  .fixed-foot .fixed-foot-figure { display: none !important; }
  .fixed-foot .poa-box-down { display: none !important; }
  .fixed-foot .w1200 {
    flex-direction: column !important;
    height: auto !important;
    gap: 10px !important;
    padding-left: 0 !important;
  }
  .fixed-foot .w1200 .phone-box {
    text-align: center !important;
    margin-bottom: 5px !important;
  }
  .fixed-foot .w1200 .phone-box .phones {
    font-size: 22px !important;
  }
  .fixed-foot .w1200 .phone-box .phones-tip {
    font-size: 12px !important;
    display: block !important;
    margin-top: 5px !important;
  }
  .fixed-foot .w1200 .imput-box {
    width: 100% !important;
    height: 44px !important;
    box-sizing: border-box !important;
  }
  .fixed-foot .w1200 .go-appointment {
    width: 100% !important;
    height: 44px !important;
    font-size: 16px !important;
  }

  /* ===== 弹窗 ===== */
  .video-modal-box { width: 95% !important; }

  /* ——— 装修报价弹窗移动端全面改造 ——— */
  #decorationquotation .fixed {
    padding: 0 !important;
    overflow-y: auto !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(0,0,0,0.35) !important;
  }
  #decorationquotation .radius20 {
    width: 90% !important;
    max-width: 400px !important;
    padding: 0 !important;
    border-radius: 24px !important;
    position: relative !important;
    bottom: auto !important;
    top: auto !important;
    margin: auto !important;
    background: #fff !important;
    box-shadow: none !important;
  }
  #decorationquotation .BGwhite {
    padding: 20px 20px 16px !important;
    border-radius: 24px !important;
    background: #fff !important;
    background-image: none !important;
    min-height: auto !important;
  }
  /* 标题 */
  #decorationquotation .ml50 {
    margin-left: 0 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
  }
  #decorationquotation .ml50 .p1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 800 !important;
    color: #1A4B8C !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    display: block !important;
    text-align: left !important;
    border-bottom: none !important;
    padding-bottom: 0 !important;
    letter-spacing: 0 !important;
  }
  /* 统计文字 */
  #decorationquotation .option-boxss .size24 {
    font-size: 13px !important;
    color: #666 !important;
    text-align: left !important;
    margin-bottom: 14px !important;
    line-height: 1.5 !important;
    font-weight: normal !important;
  }
  #decorationquotation .option-boxss .size24 b {
    color: #FF0000 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }
  #decorationquotation .width45 { width: 100% !important; }
  #decorationquotation .width40 { display: none !important; }

  /* 表单行 */
  #decorationquotation .flex.nowrap {
    flex-wrap: wrap !important;
    margin-bottom: 10px !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }
  /* 标签 */
  #decorationquotation .option-boxss .flex.nowrap > p {
    min-width: auto !important;
    width: 100% !important;
    font-size: 12px !important;
    color: #666 !important;
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    line-height: 1.3 !important;
  }
  /* 输入框：白色背景+浅灰边框+小圆角 */
  #decorationquotation .option-boxss input[type="text"] {
    width: 100% !important;
    font-size: 14px !important;
    padding: 0 12px !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #FFF !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    color: #333 !important;
  }
  #decorationquotation .option-boxss input[type="text"]::placeholder {
    color: #bbb !important;
    font-size: 13px !important;
  }
  /* 城市下拉选择器：白底+边框+▼箭头，同行并排 */
  #decorationquotation .option-boxss .input-ones {
    width: auto !important;
    min-width: auto !important;
  }
  #decorationquotation .option-boxss .city-select,
  #decorationquotation .option-boxss .district-select {
    width: calc(50% - 5px) !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
    position: relative !important;
  }
  #decorationquotation .option-boxss .district-select {
    margin-left: 10px !important;
  }
  #decorationquotation .option-boxss .city-select input,
  #decorationquotation .option-boxss .district-select input {
    width: 100% !important;
    background: #FFF !important;
    border: 1px solid #E0E0E0 !important;
    border-radius: 5px !important;
    padding-right: 32px !important;
    cursor: pointer !important;
  }
  /* ▼ 下拉箭头替换 */
  #decorationquotation .option-boxss .city-select .img1,
  #decorationquotation .option-boxss .district-select .img1 {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 6px solid #999 !important;
    position: absolute !important;
    right: 14px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    display: inline-block !important;
    background: none !important;
  }
  #decorationquotation .option-boxss .city-select .img1 img,
  #decorationquotation .option-boxss .district-select .img1 img {
    display: none !important;
  }
  /* 面积行 m² 单位固定在右侧 */
  #decorationquotation .area-row {
    position: relative !important;
  }
  #decorationquotation .area-row .area-unit {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 14px !important;
    color: #999 !important;
    pointer-events: none !important;
    line-height: 1 !important;
  }
  #decorationquotation .area-row input[type="text"] {
    padding-right: 40px !important;
  }
  #decorationquotation .ml20 {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
  /* 隐藏 PC 端按钮 */
  #decorationquotation .btn {
    display: none !important;
  }
  /* 移动端新按钮：纯色红无渐变无阴影扁平风格 */
  #decorationquotation .mobile-submit-btn {
    display: block !important;
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    background: #FF0000 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-align: center !important;
    border-radius: 6px !important;
    margin: 16px 0 8px !important;
    cursor: pointer !important;
    border: none !important;
    box-shadow: none !important;
    letter-spacing: 2px !important;
  }
  /* 底部提示文字 */
  #decorationquotation .pad25 {
    font-size: 12px !important;
    color: #666 !important;
    padding: 0 0 4px !important;
    line-height: 1.8 !important;
    text-align: center !important;
  }
  /* 关闭按钮 */
  #decorationquotation .close {
    width: 28px !important;
    height: 28px !important;
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    bottom: auto !important;
    left: auto !important;
    margin: 0 !important;
    cursor: pointer !important;
    z-index: 99 !important;
    display: none !important;
  }
  /* 移动端文字×关闭按钮——红色显眼 */
  #decorationquotation .mobile-close-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    top: 8px !important;
    right: 12px !important;
    width: 30px !important;
    height: 30px !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #FF0000 !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    z-index: 100 !important;
    line-height: 1 !important;
    user-select: none !important;
  }
  #makeappointment .fixed { padding: 20px !important; }
  #makeappointment .radius20 { width: 90% !important; }
  #makeappointment .BGwhite { padding: 20px !important; }
  #makeappointment input[type="text"] {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* ===== 底部手机端只显示版权 ===== */
  .site-footer {
    min-height: auto !important;
    height: auto !important;
  }
  .site-footer .footer-bg,
  .site-footer .footer-overlay,
  .site-footer .footer-main { display: none !important; }
  .site-footer .footer-bottom {
    border-top: none !important;
    padding: 8px 0 !important;
    min-height: auto !important;
    height: auto !important;
  }
  .site-footer .footer-bottom .bottom-content {
    padding: 0 12px !important;
    line-height: 1.4 !important;
    font-size: 12px !important;
  }
  .site-footer .footer-bottom .bottom-content p {
    margin: 0 !important;
    padding: 0 !important;
  }
  .fixed-foot { display: none !important; }

  /* ===== 关于我们 ===== */
  @media (max-width: 768px) {
    .about-boxs .other_class .part15 {
      margin-top: 0 !important;
    }
    .about-boxs .other_class .banner-wrap {
      position: relative;
    }
    .about-boxs .other_class .banner-wrap .banner-title {
      top: 0 !important;
      bottom: 0 !important;
      height: auto !important;
      padding: 0 !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
    }
    .about-boxs .other_class .banner-title .w-1200 {
      padding-left: 0 !important;
      padding-right: 0 !important;
      width: 100% !important;
      text-align: center !important;
    }
    .about-boxs .other_class .banner-title .tit {
      font-size: 24px !important;
      text-align: center !important; padding-top: 15%; color: #ee1d23;
    }
    .about-boxs .other_class .banner-title .bread {
      text-align: center !important;
    }
    .about-boxs .other_class .width100 {
      height: 180px !important;
    }
  }
  .about-boxs .other_class .part16 {
    margin: 15px 12px 0 !important;
    padding: 20px 15px !important;
  }

  /* ===== 产品列表 ===== */
  #case .case-list-box .case-top-fl {
    flex-wrap: wrap !important;
    height: auto !important;
    padding: 15px !important;
    gap: 10px !important;
  }
  #case .case-list-box .case-top-fl .top-left {
    width: 100% !important;
    justify-content: center !important;
  }
  #case .case-list-box .case-top-fl .top-left .img-top {
    margin-right: 40px !important;
  }
  #case .case-list-box .case-top-fl .top-right {
    width: 100% !important;
  }
  #case .case-list-box .case-top-fl .top-right .inputs-box {
    width: 100% !important;
    box-sizing: border-box !important;
  }
  #case .case-list-box .list-item .items {
    width: 100% !important;
    margin-right: 0 !important;
  }
  #case .case-list-box .list-item .items .img-box {
    height: 220px !important;
  }
  #case .case-list-box .list-item :nth-child(3n) {
    margin-right: 0 !important;
  }

  /* ===== 语言切换 ===== */
  .lang-switcher { position: static !important; }
  .lang-dropdown {
    right: 0 !important;
    left: auto !important;
  }

  /* ===== 案例详情 - 设计师头部手机端美化 ===== */
  #case .designer-hero {
    margin-bottom: 25px !important;
  }

  /* 背景图铺满 + 四角统一圆角 + 降低亮度 */
  #case .designer-hero .hero-bg {
    width: 100% !important;
    height: 360px !important;
    background-size: cover !important;
    background-position: center top !important;
    border-radius: 16px !important;
    filter: brightness(0.7) !important;
  }

  /* 遮罩加深覆盖全高 + 四角统一圆角 */
  #case .designer-hero .hero-mask {
    height: 100% !important;
    border-radius: 16px !important;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.05) 100%) !important;
  }

  /* 头像与信息区微调 */
  #case .designer-hero .hero-main {
    margin-top: -100px !important;
    padding: 0 16px !important;
  }

  #case .designer-hero .avatar-box {
    flex: 0 0 140px !important;
    height: 170px !important;
  }

  #case .designer-hero .hero-info h1 {
    font-size: 24px !important;
  }

  #case .designer-hero .hero-action .btn-apply {
    width: 100% !important;
    padding: 12px 0 !important;
  }
}

/* 小屏手机 */
@media (max-width: 480px) {
  #index .tip-yytx .items-box .item-box { width: 100% !important; }
  #index .core-box .w1200 .list-items .items-box { width: 100% !important; }
  #index .get-offer .w1200 .right-box .box-ones,
  #index .get-offer .w1200 .right-box .box-twos { width: 100% !important; }
  .banner .img-box,
  .banner .img-box .swiper,
  .banner .img-box .swiper-slide,
  .banner .img-box .swiper-slide img { height: auto !important; }
}
