body {
  font-size: 16px !important;
}
@media (max-width: 575.98px) {
  .service-cate-row .title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #333333;
  }
  .service-cate-row .cate-list {
    overflow-x: scroll;
  }
  .service-cate-row .cate-list .cate-item {
    width: 7.5rem;
    height: 2rem;
    color: #666666;
    background: #ffffff;
    font-size: 0.9375rem;
    border-radius: 0.1875rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .service-cate-row .cate-list .cate-item.active {
    background: rgba(0, 0, 0, 0.91);
    color: #ffff00;
  }
  .cate-desc {
    background-color: #edf1fa;
    padding: 0.625rem;
    color: #0f245d;
    line-height: 1.25rem;
    font-size: 0.75rem;
  }
  .cate-desc .title {
    font-weight: bold;
  }
  .proj-item {
    position: relative;
    width: 100%;
    height: 177px;
    margin-bottom: 0.9375rem;
    border-top-left-radius: 0.9375rem;
    border-top-right-radius: 0.9375rem;
    overflow: hidden;
    cursor: pointer;
  }
  .proj-item:hover .mask-box {
    display: block !important;
  }
  .proj-item .btm-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.375rem 0.625rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.05);
  }
  .proj-item .btm-box .btm-left {
    flex: 1;
    color: #333333;
  }
  .proj-item .btm-box .btm-left .left-top {
    font-size: 0.9375rem;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .proj-item .btm-box .btm-left .left-btm {
    font-size: 0.75rem;
  }
  .proj-item .btm-box .btm-left .left-btm .arrow-icon {
    width: 0.75rem;
    height: 0.75rem;
  }
  .proj-item .btm-box .btm-right .proj-icon {
    width: 2rem;
    height: 2rem;
  }
  .proj-item .mask-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .proj-item .mask-box .btn-box {
    width: 100%;
    height: 100%;
  }
  .proj-item .mask-box .btn-box .btn {
    width: 4.375rem;
    height: 1.75rem;
    font-size: 0.625rem;
    border-radius: 0.3125rem;
    border: 0.0625rem solid transparent;
  }
  .proj-item .mask-box .btn-box .btn.left-btn {
    background-color: rgba(0, 0, 0, 0.91);
    color: #ffff00;
    border-color: #ffff00;
  }
  .proj-item .mask-box .btn-box .btn.right-btn {
    background-color: #ffff00;
    color: rgba(0, 0, 0, 0.91);
    border-color: #ffff00;
  }
}
@media (min-width: 576px) {
  .service-cate-row .title {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
  }
  .service-cate-row .cate-list {
    overflow-x: scroll;
  }
  .service-cate-row .cate-list .cate-item {
    width: 9.25rem;
    height: 3.125rem;
    color: #666666;
    background: #ffffff;
    font-size: 16px;
    border-radius: 0.375rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .service-cate-row .cate-list .cate-item.active {
    background: rgba(0, 0, 0, 0.91);
    color: #ffff00;
  }
  .cate-desc {
    background-color: #edf1fa;
    padding: 1.25rem 0.625rem;
    color: #0f245d;
    line-height: 2.25rem;
    height: 130px;
  }
  .cate-desc .title {
    font-weight: bold;
    font-size: 18px;
  }
  .cate-desc .desc {
    font-size: 16px;
  }
  .proj-item {
    position: relative;
    width: 100%;
    height: 357px;
    margin-bottom: 0.9375rem;
    border-top-left-radius: 0.9375rem;
    border-top-right-radius: 0.9375rem;
    overflow: hidden;
    cursor: pointer;
  }
  .proj-item:hover .mask-box {
    display: block !important;
  }
  .proj-item .btm-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.375rem 0.625rem;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.05);
  }
  .proj-item .btm-box .btm-left {
    flex: 1;
    color: #333333;
  }
  .proj-item .btm-box .btm-left .left-top {
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .proj-item .btm-box .btm-left .left-btm {
    font-size: 16px;
  }
  .proj-item .btm-box .btm-left .left-btm .arrow-icon {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .proj-item .btm-box .btm-right .proj-icon {
    width: 4rem;
    height: 4rem;
  }
  .proj-item .mask-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .proj-item .mask-box .btn-box {
    width: 100%;
    height: 100%;
  }
  .proj-item .mask-box .btn-box .btn {
    width: 5.9375rem;
    height: 2.1875rem;
    font-size: 16px;
    border-radius: 0.3125rem;
    border: 0.0625rem solid transparent;
  }
  .proj-item .mask-box .btn-box .btn.left-btn {
    background-color: rgba(0, 0, 0, 0.91);
    color: #ffff00;
    border-color: #ffff00;
  }
  .proj-item .mask-box .btn-box .btn.right-btn {
    background-color: #ffff00;
    color: rgba(0, 0, 0, 0.91);
    border-color: #ffff00;
  }
}
.container-xl {
  max-width: 1548px !important;
}
.section-title-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.125rem;
}
.tab-bar-placeholder {
  height: 3.125rem;
}
