.xili-pt4 {
  padding: var(--length-120) 0 var(--length-100) 0;
  background-color: #fff;
}

.xili-pt4-content {
  position: relative;
  margin-top: var(--length-80);
}

.xili-pt4-img {
  width: 100%;
  height: auto;
  border-radius: var(--length-20);
  overflow: hidden;
}

.xili-pt4-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.xili-pt4-text {
  position: absolute;
  top: 75%;
  right: 5%;
  width: 62.5%;
  background-color: #333;
  border-radius: 12px;
  padding: var(--length-60);
}

.xili-pt4-text-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  margin: calc(var(--length-20) + 4px) 0;
}

.xili-pt4-text-desc1,
.xili-pt4-text-desc2,
.xili-pt4-text-desc2 * {
  color: #FFF;
  font-size: var(--font-24);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.48px;
}

.xili-pt4-text-desc2 li::marker {
  color: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 1500px) {
  .xili-pt4-text{
    width: 75%;
    top: 70%;
    right: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .xili-pt4-text{
    width: 80%;
    right: 5%;
  }
}

@media screen and (max-width: 992px) {
  .xili-pt4-content{
    margin-bottom: 0px !important;
  }
  .xili-pt4-text{
    position: static;
    width: 100%;
    margin-top: var(--length-40);
  }
}