body {
  overflow-x: hidden;
}

.group-title {
  text-align: left;
}

.office-card {
  background-color: #fff;
  border: 0.5px solid #e6e9f2;
  padding: 32px 41px 10px;
  height: 100%;
}

.office-card-title {
  color: #000;
  font-weight: bold;
}

.offcanvas-bottom {
  border-radius: 10px 10px 0 0;
  height: auto;
}

.offcanvas-body {
  padding: 0;
}

.office-info-label {
  flex-shrink: 0;
}

@media (max-width: 991.98px) {
  /* .index-content1 {
    background-image: url("../img/mob/lx-banner-bg-s.jpg");
  } */

  .sub-title-item {
    margin-bottom: 8px;
  }

  .content-right {
    margin-bottom: 19px;
    margin-top: 0;
  }

  .content-left {
    width: 100%;
  }

  .content1-title {
    font-size: 38px;
    margin-top: 70px;
  }

  .index-content1 .line {
    width: 137px;
    left: 2px;
    top: 110%;
    margin-top: -6px;
  }

  .special-txt {
    padding: 8px 0 4px 16px;
  }

  .group-title {
    font-size: 22px;
    padding-bottom: 5px;
    background: url(../img/mob/lx-hover-pt02-s.png) no-repeat -4px 26px;
    background-size: 48px;
  }

  .area-fluid {
    --bs-gutter-x: 10px;
    padding-bottom: 5px;
  }

  .office-card {
    padding: 16px 70px 10px 16px;
    border-radius: 5px;
    border-color: rgba(50, 58, 77, 0.25);
    position: relative;
  }

  .southChina-fluid {
    padding-bottom: 0;
  }

  .area-fluid .row {
    --bs-gutter-y: 20px;
  }

  .office-card-title {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 500;
  }

  .office-info {
    font-size: 14px;
    margin-bottom: 2px;
    color: #000;
    line-height: 22px;
  }

  .office-card .handles {
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -44px;
  }

  .mobile-btn {
    display: block;
    width: 36px;
    height: 36px;
    background: url(./icons/icon-s.png) no-repeat;
    background-size: 315px auto;
    right: 16px;
    cursor: pointer;
  }

  .mobile-btn.location {
    background-position: -17px -1322px;
  }

  .mobile-btn.telphone {
    background-position: -62px -1322px;
    margin-top: 16px;
  }

  .bottomsheet-slit {
    height: 10px;
    background-color: #f5f5f5;
  }

  .tel-item,
  .button-cancel {
    height: 49px;
    cursor: pointer;
    text-align: center;
    line-height: 49px;
    font-size: 17px;
    color: #000;
    display: block;
  }

  .tel-item {
    color: #0565ed;
    position: relative;
  }

  .tel-item+.tel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    transform: scaleY(0.5);
    transform-origin: 50% 100%;
  }
}

@media (min-width: 992px) {
  .content1-title {
    font-size: 68px;
    margin-top: 198px;
  }

  .group-title {
    padding-top: 3.125rem;
    padding-bottom: 20px;
  }

  .index-content1 .line {
    left: 2px;
    top: 100%;
    margin-top: -1px;
  }

  .sub-title {
    margin-top: 46px;
  }

  .content-right {
    padding-top: 110px;
    margin-left: 84px;
    margin-bottom: 16px;
  }

  /* .index-content1 {
    background-image: url("../img/pc/lx-banner-bg.jpg");
  } */

  .special-txt {
    padding: 4px 24px 8px;
    background: url(../res/images/pc/lx-hover-pt02.png) no-repeat left top;
  }

  .headOffice-fluid {
    /* background: url(../img/pc/lx-hover-bg01.png) no-repeat top center; */
  }

  .area-fluid {
    --bs-gutter-x: 10px;
    padding-bottom: 14px;
  }

  .eastChina-fluid {
    /* background: url(../img/pc/lx-hover-bg02.png) no-repeat bottom center; */
  }

  .southChina-fluid {
    padding-bottom: 60px;
  }

  .area-fluid .row {
    --bs-gutter-x: 80px;
    --bs-gutter-y: 50px;
  }

  .office-card {
    min-height: 240px;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
  }

  .office-card.headoffice,
  .office-card:hover {
    border-color: #fdc455;
    border-width: 2px;
    padding: 31px 40px 10px;
    box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.1);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 75%, rgba(242, 235, 220, 0.5) 100%);
  }

  .office-card.headoffice::after,
  .office-card:hover::after {
    content: '';
    position: absolute;
    width: 208px;
    height: 277px;
    bottom: -1px;
    right: -32px;
    background-image: url(../res/images/pc/lx-hover-pt01.png);
    background-repeat: no-repeat;
  }

  .office-card-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .office-info {
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    color: #333;
    line-height: 34px;
  }

  .root .office-card-title {
    font-size: 34px;
    margin-bottom: 22px;
  }

  .root .office-info {
    font-size: 22px;
    margin-bottom: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1366px) {
  .container-xxl {
    padding: 0 26px;
  }

  .content1-title {
    margin-top: 154px;
  }
}

/* 当屏幕缩放为125%或150%，且设备为PC端时应用样式 */
@media only screen and (min-device-width: 1024px) and (max-device-width: 2560px) and (-webkit-min-device-pixel-ratio: 1.25) {
  /* 在此处编写针对PC端屏幕缩放的样式 */
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 2560px) and (-webkit-min-device-pixel-ratio: 1.5) {

  /* 在此处编写针对PC端屏幕缩放的样式 */
  .content1-title {
    margin-top: 144px;
  }

  .content-right {
    padding-top: 90px;
  }
}