.cmp__privacy-dp-link[data-v-e08e939f] {
  background: rgb(250, 250, 250);
  padding: calc(var(--rpx, 1px) * 80) 0;
}
@media screen and (max-width: 767px) {
.cmp__privacy-dp-link[data-v-e08e939f] {
    padding: calc(var(--rpx, 1px) * 48) 0 calc(var(--rpx, 1px) * 64);
}
}
.cmp__privacy-dp-link .container[data-v-e08e939f] {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: calc(var(--rpx, 1px) * 64);
       column-gap: calc(var(--rpx, 1px) * 64);
}
@media screen and (max-width: 767px) {
.cmp__privacy-dp-link .container[data-v-e08e939f] {
    display: block;
}
}
.cmp__privacy-dp-link .container .left[data-v-e08e939f] {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(13, 13, 13, 0.95);
}
.cmp__privacy-dp-link .container .left p[data-v-e08e939f] {
  font-size: 42px;
  font-weight: 500;
  line-height: 58.8px;
  color: rgba(13, 13, 13, 0.95);
}
@media screen and (max-width: 767px) {
.cmp__privacy-dp-link .container .left[data-v-e08e939f] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    letter-spacing: -1px;
}
.cmp__privacy-dp-link .container .left p[data-v-e08e939f] {
    font-size: 24px;
    font-weight: 500;
    line-height: 33.6px;
    letter-spacing: -1px;
}
}
.cmp__privacy-dp-link .container .right[data-v-e08e939f] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 408px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
}
.cmp__privacy-dp-link .container .right p[data-v-e08e939f] {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
.cmp__privacy-dp-link .container .right[data-v-e08e939f] {
    margin-top: calc(var(--rpx, 1px) * 18);
    font-size: 14px;
    line-height: 21px;
}
.cmp__privacy-dp-link .container .right p[data-v-e08e939f] {
    font-size: 14px;
    line-height: 21px;
}
}
.cmp__privacy-dp-link .container .right .button[data-v-e08e939f] {
  margin-top: calc(var(--rpx, 1px) * 18);
  padding: calc(var(--rpx, 1px) * 12);
  border: none;
  cursor: pointer;
  border-radius: 6px;
  text-align: center;
  background: rgb(241, 241, 241);
  transition: 0.3s;
}
.cmp__privacy-dp-link .container .right .button[data-v-e08e939f]:hover {
  background: #e7e7e7;
}
.cmp__privacy-dp-link .container .right .button a[data-v-e08e939f] {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.95);
  display: block;
}
@media screen and (max-width: 767px) {
.cmp__privacy-dp-link .container .right .button[data-v-e08e939f] {
    margin-top: calc(var(--rpx, 1px) * 48);
    padding: calc(var(--rpx, 1px) * 9);
}
.cmp__privacy-dp-link .container .right .button a[data-v-e08e939f] {
    font-size: 13px;
    line-height: 24px;
}
}