.phone-detail-v2-page {
  background: #f4f6f7;
}

.phone-v2-shell {
  padding-top: 24px;
  padding-bottom: 48px;
  background: #f4f6f7;
}

.phone-v2-shell .channel-detail-crumb {
  margin-bottom: 16px;
}

.phone-v2-hero {
  position: relative;
  display: grid;
  grid-template-columns: 154px minmax(0, 1fr) 308px 142px;
  gap: 24px;
  min-height: 238px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #e2e7ea;
  border-top: 4px solid var(--platform);
  background: linear-gradient(135deg, #fff 0%, var(--soft) 170%);
  box-shadow: 0 10px 30px rgba(32, 42, 51, .055);
}

.phone-v2-hero:after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 64px solid var(--platform-shadow);
  border-radius: 50%;
  opacity: .23;
  pointer-events: none;
}

.phone-v2-icon,
.phone-v2-hero-copy,
.phone-v2-ad,
.phone-v2-qr {
  position: relative;
  z-index: 1;
}

.phone-v2-ad {
  align-self: center;
  width: 308px;
  height: 198px;
  overflow: hidden;
}

.phone-v2-icon .app-icon {
  width: 142px;
  height: 142px;
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 31px;
  background: var(--soft);
  box-shadow: 0 13px 30px var(--platform-shadow);
}

.phone-v2-icon .app-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.phone-v2-vote {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 142px;
  margin-top: 13px;
  overflow: hidden;
  border: 1px solid #e1e6e9;
  border-radius: 5px;
  background: #fff;
}

.phone-v2-vote a {
  padding: 7px 3px;
  color: #788188;
  font-size: 11px;
  text-align: center;
}

.phone-v2-vote a + a {
  border-left: 1px solid #e5e9eb;
}

.phone-v2-vote a:hover {
  color: var(--platform);
}

.phone-v2-hero-copy {
  min-width: 0;
  padding-top: 3px;
}

.phone-v2-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.phone-v2-title-row h1 {
  margin: 0;
  color: #20272c;
  font-size: 31px;
  line-height: 1.25;
}

.phone-v2-version,
.phone-v2-platform {
  padding: 3px 10px;
  border-radius: 13px;
  background: var(--soft);
  color: var(--platform-dark);
  font-size: 12px;
}

.phone-v2-platform {
  background: #eef2f4;
  color: #69747c;
}

.phone-v2-summary {
  max-width: 760px;
  min-height: 24px;
  margin: 13px 0 15px;
  color: #68727a;
  font-size: 15px;
  line-height: 1.75;
}

.phone-v2-meta {
  gap: 9px 10px;
}

.phone-v2-meta span {
  padding: 5px 10px;
  border: 1px solid #e7ebed;
  background: #fff;
  color: #727c84;
  font-size: 12px;
}

.phone-v2-actions {
  flex-wrap: wrap;
  margin-top: 18px;
}

.phone-v2-actions a,
.phone-v2-disabled {
  min-width: 126px;
  padding: 11px 20px;
  border-radius: 5px;
  text-align: center;
}

.phone-v2-actions a.primary {
  border-color: var(--platform);
  background: var(--platform);
  color: #fff;
  box-shadow: 0 8px 18px var(--platform-shadow);
}

.phone-v2-actions a.ios {
  border-color: #4e6dcf;
  background: #4e6dcf;
  box-shadow: 0 8px 18px rgba(78, 109, 207, .22);
}

.phone-v2-actions a.pc {
  border-color: #258cb9;
  color: #258cb9;
}

.phone-v2-actions a:hover {
  transform: translateY(-1px);
}

.phone-v2-disabled {
  background: #eef1f2;
  color: #8a9399;
}

.phone-v2-notice {
  margin-top: 13px;
  color: #98a0a5;
  font-size: 12px;
}

.phone-v2-qr {
  align-self: center;
  text-align: center;
}

.phone-v2-qr img {
  display: block;
  width: 126px;
  height: 126px;
  padding: 8px;
  border: 1px solid #dfe5e8;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

.phone-v2-qr span {
  display: block;
  margin-top: 8px;
  color: #7e878e;
  font-size: 12px;
}

.phone-v2-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 22px;
  margin-top: 22px;
}

.phone-v2-main,
.phone-v2-side {
  min-width: 0;
}

.phone-v2-card,
.phone-v2-side-card {
  margin-bottom: 20px;
  border: 1px solid #e2e7ea;
  background: #fff;
  box-shadow: 0 8px 24px rgba(32, 42, 51, .035);
}

.phone-v2-card {
  padding: 25px 28px 28px;
}

.phone-v2-content-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin: -3px 0 20px;
  border-bottom: 2px solid var(--platform);
}

.phone-v2-content-tabs button {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 168px;
  padding: 14px 20px 13px;
  border: 0;
  background: transparent;
  color: #67727a;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.phone-v2-content-tabs button + button {
  border-left: 1px solid #e5e9eb;
}

.phone-v2-content-tabs button:hover,
.phone-v2-content-tabs button.is-active {
  background: var(--soft);
  color: var(--platform);
}

.phone-v2-content-tabs span {
  font-size: 20px;
  font-weight: 700;
}

.phone-v2-content-tabs em {
  color: #a0a7ac;
  font-size: 10px;
  font-style: normal;
  letter-spacing: 1.2px;
}

.phone-v2-tab-panel {
  display: none;
}

.phone-v2-tab-panel.is-active {
  display: block;
}

.phone-v2-scroll-panel {
  max-height: 590px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 15px;
  scrollbar-color: var(--platform) #edf1f2;
  scrollbar-width: thin;
}

.phone-v2-scroll-panel::-webkit-scrollbar {
  width: 8px;
}

.phone-v2-scroll-panel::-webkit-scrollbar-track {
  background: #edf1f2;
  border-radius: 8px;
}

.phone-v2-scroll-panel::-webkit-scrollbar-thumb {
  background: var(--platform);
  border-radius: 8px;
}

.phone-v2-card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  margin-bottom: 19px;
  border-bottom: 2px solid var(--platform);
}

.phone-v2-card-title h2 {
  margin: 0;
  color: #242c31;
  font-size: 21px;
}

.phone-v2-card-title span {
  color: #a0a7ac;
  font-size: 11px;
  letter-spacing: 1.5px;
}

.phone-v2-article {
  overflow: hidden;
  color: #525d65;
  font-size: 16px;
  line-height: 1.95;
}

.phone-v2-article.phone-v2-scroll-panel {
  overflow-x: hidden;
  overflow-y: auto;
}

.phone-v2-article p {
  margin: 0 0 17px !important;
  color: #525d65 !important;
  font-size: 16px !important;
  line-height: 1.95 !important;
  text-indent: 0 !important;
}

.phone-v2-article h2,
.phone-v2-article h3 {
  margin: 27px 0 13px !important;
  color: #273038 !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}

.phone-v2-article strong {
  color: #303940;
}

.phone-v2-article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 16px auto;
  border-radius: 7px;
}

.phone-v2-shot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.phone-v2-shot-grid a {
  display: block;
  overflow: hidden;
  min-height: 210px;
  border: 1px solid #e4e9eb;
  background: #f3f5f6;
}

.phone-v2-shot-grid img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 430px;
  object-fit: cover;
  transition: transform .25s ease;
}

.phone-v2-shot-grid a:hover img {
  transform: scale(1.025);
}

.phone-v2-news-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 48px;
  gap: 14px;
  align-items: center;
  min-height: 44px;
  border-bottom: 1px dashed #e0e5e7;
  color: #58636b;
}

.phone-v2-news-list a:hover span {
  color: var(--platform);
}

.phone-v2-news-list time {
  color: #a0a7ac;
  font-size: 12px;
  text-align: right;
}

.phone-v2-empty {
  padding: 28px 12px;
  background: #f6f8f9;
  color: #8a9399;
  text-align: center;
}

.phone-v2-app-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

.phone-v2-app {
  min-width: 0;
  text-align: center;
}

.phone-v2-app .app-icon {
  width: 76px;
  height: 76px;
  margin: 0 auto 8px;
  border-radius: 17px;
}

.phone-v2-app b,
.phone-v2-app em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-v2-app b {
  color: #4a545b;
  font-size: 13px;
  font-weight: 500;
}

.phone-v2-app em {
  margin-top: 3px;
  color: #a0a7ac;
  font-size: 11px;
  font-style: normal;
}

.phone-v2-comment {
  clear: both;
  min-height: 220px;
  padding-top: 1px;
}

.phone-v2-comment .comment,
.phone-v2-comment #SOHUCS {
  width: 100% !important;
  margin: 0 !important;
}

.phone-v2-side {
  position: sticky;
  top: 14px;
}

.phone-v2-side-card {
  padding: 0 19px 19px;
}

.phone-v2-side-title {
  height: 54px;
  padding-top: 17px;
  border-bottom: 2px solid var(--platform);
  color: #283138;
  font-size: 18px;
  font-weight: 700;
}

.phone-v2-info-list {
  margin: 8px 0 0;
}

.phone-v2-info-list div {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed #e3e7e9;
}

.phone-v2-info-list dt {
  color: #929a9f;
}

.phone-v2-info-list dd {
  overflow: hidden;
  margin: 0;
  color: #4d575e;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-v2-hot-list a {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 79px;
  border-bottom: 1px dashed #e1e6e8;
}

.phone-v2-hot-list .app-icon {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

.phone-v2-hot-list b,
.phone-v2-hot-list em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-v2-hot-list b {
  color: #4b555c;
  font-size: 14px;
  font-weight: 500;
}

.phone-v2-hot-list em {
  margin-top: 4px;
  color: #9ba3a8;
  font-size: 11px;
  font-style: normal;
}

.phone-v2-hot-list a:hover b {
  color: var(--platform);
}

.phone-v2-rank-list {
  margin: 9px 0 0;
  padding: 0;
  list-style: none;
}

.phone-v2-rank-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 38px;
  gap: 7px;
  align-items: center;
  min-height: 39px;
  border-bottom: 1px dashed #e1e5e7;
}

.phone-v2-rank-list i {
  display: grid;
  place-items: center;
  width: 19px;
  height: 19px;
  background: #aab1b5;
  color: #fff;
  font-size: 11px;
  font-style: normal;
}

.phone-v2-rank-list li:nth-child(-n+3) i {
  background: var(--platform);
}

.phone-v2-rank-list a {
  overflow: hidden;
  color: #59636a;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-v2-rank-list span {
  color: #a0a7ac;
  font-size: 11px;
  text-align: right;
}

@media (max-width: 1180px) {
  .phone-v2-hero {
    grid-template-columns: 154px minmax(0, 1fr) 142px;
    gap: 28px;
  }
  .phone-v2-ad {
    display: none;
  }
}

@media (max-width: 1100px) {
  .phone-v2-grid {
    grid-template-columns: minmax(0, 1fr) 290px;
  }
  .phone-v2-app-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.phone-detail-v2-page {
    min-width: 0;
  }
  .phone-detail-v2-page .site-topbar__inner,
  .phone-detail-v2-page .site-brand__inner,
  .phone-detail-v2-page .channel-nav__inner,
  .phone-detail-v2-page .channel-shell,
  .phone-detail-v2-page .site-footer__inner {
    width: calc(100% - 24px);
    min-width: 0;
  }
  .phone-detail-v2-page .site-brand {
    height: auto;
  }
  .phone-detail-v2-page .site-brand__inner {
    grid-template-columns: 180px 1fr;
    min-height: 96px;
  }
  .phone-detail-v2-page .pc-menu {
    display: none;
  }
  .phone-detail-v2-page .channel-nav__title,
  .phone-detail-v2-page .channel-switch {
    display: none;
  }
  .phone-v2-hero {
    grid-template-columns: 130px minmax(0, 1fr);
  }
  .phone-v2-qr {
    display: none;
  }
  .phone-v2-grid {
    grid-template-columns: 1fr;
  }
  .phone-v2-side {
    position: static;
  }
  .phone-v2-content-tabs button {
    min-width: 0;
    flex: 1;
    padding-right: 10px;
    padding-left: 10px;
  }
  .phone-v2-content-tabs span {
    font-size: 17px;
  }
  .phone-v2-content-tabs em {
    display: none;
  }
  .phone-v2-scroll-panel {
    max-height: 480px;
  }
}
