/* 2025-1-26 */
.dmy-overall-body {
  background: linear-gradient(0deg, #f5f7fa, #f5f7fa), #fff;
}

.dmylink-tencent-box {
  padding-top: 220px;
  width: 580px;
  margin: auto;
  word-break: break-all;
}

@media (max-width: 450px) {
  .dmylink-tencent-box {
    padding-top: 120px;
    width: 94%;
  }
}

.dmylink-tencent-title {
  position: relative;
  z-index: 9997;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 8px 12px rgba(55, 79, 120, .08);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 20px;
}

.dmylink-tencent-title-icon {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.dmylink-tencent-title-text {
  font-size: 16px;
  font-weight: 600;
  color: #222226;
  line-height: 22px;
  margin-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dmylink-tencent-titlelink {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #97a3b7;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.dmylink-tencent-titlelink a {
  text-decoration: none;

}


.dmylink-tencent-link-a {
  box-sizing: border-box;
  padding-top: 20px;
  text-align: right;
  cursor: pointer;
  border-top: 1px solid #d6dbe3;
}

.dmylink-tencent-link-a a {
  display: inline-block;
  min-width: 140px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  background: #0052d9;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}

.dmylink-tencent-link-a a:hover {
  background-color: #2670e8
}

.dmylink-tencent-logo img {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-bottom: 16px;
}