.xtransfer-common {
  position: relative;
  overflow: hidden;
  color: #2b3038;
  text-overflow: ellipsis;
}
.page {
  width: 100%;
  min-height: 100%;
  font-family: PingFang SC;
}
.container {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
  background-color: #f5f6f8;
}
.empty {
  position: absolute;
  top: 0;
  right: 0;
  width: 53%;
  height: 100%;
  background-image: url(./images/img_2.png);
  background-size: contain;
}
.wrapper {
  position: relative;
  display: flex;
  left: 0;
  top: 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  background-image: url(./images/img_3.png);
  background-size: contain;
}
.bg {
  position: relative;
  width: 15.63rem;
  height: 2.38rem;
  margin-top: 3.81rem;
  margin-left: 8.31rem;
}
.group {
  position: relative;
  display: flex;
  margin: 2.13rem 0.13rem 0 8.44rem;
}
.view {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  line-height: 3.13rem;
  z-index: 100;
}
.xtransfer {
  height: 3.88rem;
  max-width: 22.13rem;
  margin-left: 1.25rem;
  font-size: 3.31rem;
  line-height: 3.88rem;
  white-space: nowrap;
}
.article {
  display: -webkit-inline-box;
  width: 100%;
  margin-top: 3.69rem;
  margin-left: 1.44rem;
  font-size: 1rem;
  letter-spacing: 0;
  white-space: normal;
  webkit-box-orient: vertical;
  webkit-line-clamp: 4;
}
.article-1 {
  display: -webkit-inline-box;
  width: 100%;
  margin-top: 7.31rem;
  font-size: 1rem;
  letter-spacing: 0;
  white-space: normal;
  webkit-box-orient: vertical;
  webkit-line-clamp: 3;
}
.tracking-prev {
  max-width: 100%;
  font-size: 1rem;
  letter-spacing: 0;
  white-space: pre;
}
.tracking {
  height: 3.13rem;
  max-width: 24.63rem;
  font-size: 2rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.security-system-prev {
  height: 3.13rem;
  max-width: 24.63rem;
  font-size: 2rem;
  letter-spacing: 0;
  white-space: pre;
}
.security-system {
  height: 3.13rem;
  max-width: 24.63rem;
  font-size: 2rem;
  letter-spacing: 0;
  white-space: pre;
}
.layer {
  position: absolute;
  width: 70%;
  height: auto;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .layer {
    display: none;
  }

  .bg {
    margin-top: 0.81rem;
    margin-left: 2.31rem;
  }

  .group {
    margin: 1.13rem 0.13rem 0 1.31rem;
  }
  .view {
    width: 100%;
    padding-right: 2.85rem;
  }

}