.cmp__dj-section-01 {
  background-color: #fff;
  overflow: hidden;
  padding: calc(var(--rpx, 1px) * 136) 0 calc(var(--rpx, 1px) * 80);
}
@media screen and (max-width: 767px) {
.cmp__dj-section-01 {
    height: 100vh;
    padding: 0;
}
.cmp__dj-section-01 .pc-layout {
    display: none;
}
}
.cmp__dj-section-01 .mobile-layout {
  display: none;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-01 .mobile-layout {
    display: block;
    position: relative;
}
.cmp__dj-section-01 .mobile-layout .image-wrapper {
    position: relative;
}
.cmp__dj-section-01 .mobile-layout .image-wrapper:after {
    background: linear-gradient(180deg, transparent 68.57%, rgba(0, 0, 0, 0.159) 87.58%, rgba(0, 0, 0, 0.4));
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1;
}
.cmp__dj-section-01 .mobile-layout .image-wrapper img {
    display: block;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.cmp__dj-section-01 .mobile-layout .text-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: flex;
    flex-direction: column;
    inset: 0;
    justify-content: space-between;
    padding: calc(var(--rpx, 1px) * 98) var(--gutter) calc(var(--rpx, 1px) * 24);
    position: absolute;
    z-index: 1;
}
.cmp__dj-section-01 .mobile-layout .text-container .title {
    color: rgba(0, 0, 0, 0.95);
    font-size: 2pc;
    font-weight: 500;
    line-height: 2.4pc;
}
.cmp__dj-section-01 .mobile-layout .text-container .subtitle {
    color: rgba(0, 0, 0, 0.95);
    font-size: 1pc;
    font-weight: 500;
    line-height: 26px;
    margin: calc(var(--rpx, 1px) * 20) 0;
}
.cmp__dj-section-01 .mobile-layout .text-container .btn-container {
    align-items: center;
    display: flex;
    gap: calc(var(--rpx, 1px) * 8);
}
.cmp__dj-section-01 .mobile-layout .text-container .btn-container .btn {
    border: 1px solid rgba(0, 0, 0, 0.95);
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.95);
    font-size: 11px;
    font-weight: 500;
    line-height: 15.4px;
    padding: 10.5px 24px;
}
.cmp__dj-section-01 .mobile-layout .text-container .tip {
    color: #fff;
    font-size: 9pt;
    font-weight: 400;
    line-height: 1.2pc;
}
}
.cmp__dj-section-01 .responsive__layout.pc-layout .title {
  color: rgba(0, 0, 0, 0.95);
  font-size: 58px;
  font-weight: 500;
  line-height: 81.2px;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-01 .responsive__layout.pc-layout .title {
    font-size: 2pc;
    line-height: 2.8pc;
}
}
.cmp__dj-section-01 .responsive__layout.pc-layout .subtitle {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: 500;
  line-height: 40.8px;
  margin-top: calc(var(--rpx, 1px) * 24);
  padding-left: min(50.3048780488vw, 660px);
}
@media screen and (max-width: 767px) {
.cmp__dj-section-01 .responsive__layout.pc-layout .subtitle {
    font-size: 1pc;
    line-height: 1.7pc;
    margin-top: calc(var(--rpx, 1px) * 48);
    padding-left: 0;
}
}
.cmp__dj-section-01 .responsive__layout.pc-layout .subtitle span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24px;
  font-weight: 500;
  line-height: 40.8px;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-01 .responsive__layout.pc-layout .subtitle span {
    font-size: 1pc;
    line-height: 1.7pc;
}
}
.cmp__dj-section-01 .responsive__layout.pc-layout .btn-container {
  align-items: center;
  display: flex;
  gap: calc(var(--rpx, 1px) * 12);
  margin-top: calc(var(--rpx, 1px) * 24);
  padding-left: min(50.3048780488vw, 660px);
}
.cmp__dj-section-01 .responsive__layout.pc-layout .btn-container .btn {
  backdrop-filter: blur(8.1956272125px);
  border: 1px solid #000;
  border-radius: 4px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  opacity: 0;
  padding: 9pt 2pc;
  white-space: nowrap;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container {
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  margin-top: calc(var(--rpx, 1px) * 80);
  position: relative;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container {
    margin-top: calc(var(--rpx, 1px) * 48);
}
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .nav-container {
  background-color: #fff;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .nav-container .nav-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .nav-container .nav-wrapper .nav-list {
  align-items: center;
  display: flex;
  gap: calc(var(--rpx, 1px) * 48);
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .nav-container .nav-wrapper .nav-list .nav-item a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 1pc;
  font-weight: 500;
  line-height: 1pc;
  padding-bottom: 1pc;
  white-space: nowrap;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .nav-container .nav-wrapper .nav-list .nav-item.active a {
  border-bottom: 2px solid #000;
  color: #000;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .nav-container .nav-wrapper .btn-container {
  margin: 0;
  padding: 0;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .nav-container .nav-wrapper .btn-container .btn {
  color: #000;
  font-size: 9pt;
  font-weight: 500;
  line-height: 22px;
  opacity: 1;
  padding: 5px 20px;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .image-wrapper {
  border-radius: 6px;
  height: calc(var(--rpx, 1px) * 491);
  margin-top: 2px;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .image-wrapper {
    height: calc(var(--rpx, 1px) * 210);
}
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .image-wrapper .image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.cmp__dj-section-01 .responsive__layout.pc-layout .image-container .tip {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: calc(var(--rpx, 1px) * 44);
}