@charset "utf-8";

.content {
    margin-bottom: 0;
}

.g-box {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    padding: 18px;
    min-height: 220px;
    box-sizing: border-box;
}

.g-box .g-img {
    width: 140px;
    height: 140px;
    border-radius: 24px;
    object-fit: cover;
    margin-right: 18px;
    flex: 0 0 140px;
}

.g-box .g-mid {
    flex: 1;
    min-width: 0;
    padding-right: 18px;
}

.g-box .g-mid h1 {
    font-size: 28px;
    line-height: 36px;
    color: #111;
    font-weight: 700;
    margin-bottom: 12px;
}

.g-box .g-info {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
    margin-bottom: 12px;
}

.g-box .g-info li {
    color: #666;
}

.g-box .g-info span {
    color: #111;
}

.g-box .g-label {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.g-box .g-label i {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 14px;
    background: #f3f7fb;
    color: #27b8e8;
}

.soft-summary {
    color: #777;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
}

.g-box .g-right {
    width: 210px;
    flex: 0 0 210px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.g-box .g-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 26px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-sizing: border-box;
}

.g-box .g-right .android-btn {
    background: #25c88a;
}

.g-box .g-right .ios-btn {
    background: #5298ff;
}

.g-box .g-right .nodown {
    background: #b9c2ce;
}

.container-box {
    display: flex;
    gap: 18px;
    margin-top: 18px;
    align-items: flex-start;
}

.left-side {
    width: 882px;
    flex: 1;
    min-width: 0;
}

.right-side {
    width: 300px;
    flex: 0 0 300px;
}

.left-nav {
    display: flex;
    background: #fff;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #edf1f7;
}

.left-nav span {
    flex: 1;
    height: 48px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    color: #556;
    position: relative;
    background: #f8fbff;
}

.left-nav span.on {
    background: #fff;
    color: #27b8e8;
}

.left-nav span.on:after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    height: 3px;
    background: #27b8e8;
}

.section {
    background: #fff;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    margin-bottom: 18px;
    box-sizing: border-box;
}

.g-introduction .g-intro-con {
    padding: 18px 20px;
    line-height: 1.9;
    color: #333;
    overflow: visible;
}

.g-introduction .g-intro-con img {
    display: block;
    float: none !important;
    max-width: 100%;
    height: auto;
    margin-top: 16px !important;
    margin-right: auto !important;
    margin-bottom: 16px !important;
    margin-left: auto !important;
}

.d-swiper {
    padding: 0 18px 18px;
}

.d-swiper .swiper-wrapper {
    align-items: stretch;
}

.d-swiper .swiper-slide {
    text-align: center;
    height: 300px;
    overflow: hidden;
    width: auto;
}

.d-swiper .swiper-slide img {
    width: auto;
    display: block;
    height: 100%;
}

.d-swiper .swiper-button-next,
.d-swiper .swiper-button-prev {
    width: 34px;
    height: 65px;
    background: rgba(39, 184, 232, 0.92);
    border-radius: 6px;
    top: 50%;
    margin-top: -32px;
}

.d-swiper .swiper-button-prev {
    left: 6px;
}

.d-swiper .swiper-button-next {
    right: 6px;
}

.d-swiper .swiper-button-prev:before,
.d-swiper .swiper-button-next:before {
    display: block;
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
}

.d-swiper .swiper-button-prev:before {
    content: '‹';
}

.d-swiper .swiper-button-next:before {
    content: '›';
}

.d-swiper .swiper-button-next:hover,
.d-swiper .swiper-button-prev:hover {
    opacity: 0.85;
}

.recommendations .rec-list ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    padding: 18px;
    box-sizing: border-box;
}

.recommendations .rec-list li a {
    display: block;
    text-align: center;
}

.recommendations .rec-list li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.recommendations .rec-list li p {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.download-list {
    padding: 0 18px 18px;
}

.download-list a {
    display: inline-flex;
    margin: 12px 10px 0 0;
    padding: 8px 16px;
    border-radius: 18px;
    color: #fff;
    background: #25c88a;
}

.download-list a:hover {
    background: #1fb479;
}

.introuctions,
.latests {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    overflow: hidden;
    margin-bottom: 18px;
}

.introuctions ul,
.latests ul {
    padding: 0 14px 12px;
    box-sizing: border-box;
}

.introuctions ul li {
    padding: 12px 0;
    border-bottom: 1px solid #edf1f7;
}

.introuctions ul li:last-child,
.latests ul li:last-child {
    border-bottom: 0;
}

.introuctions ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.introuctions ul li img {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    object-fit: cover;
    flex: 0 0 72px;
}

.introuctions ul li .n {
    flex: 1;
    min-width: 0;
}

.introuctions ul li .n b {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.introuctions ul li .n .bq {
    color: #8a8f99;
    font-size: 12px;
}

.introuctions ul li .btn {
    display: none;
}

.latests ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.latests ul li img {
    width: 54px;
    height: 54px;
    border-radius: 12px;
    object-fit: cover;
    flex: 0 0 54px;
}

.latests ul li .n {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.latests ul li .date {
    color: #9aa3af;
    flex: 0 0 auto;
}

.topic-fallback {
    width: 720px;
    height: 330px;
    float: left;
    padding: 110px 30px 0;
    box-sizing: border-box;
    background: #27b8e8;
    color: #fff;
    font-size: 32px;
}

.topic-html {
    background: #fff;
    border-radius: 8px;
    padding: 24px 32px;
    line-height: 1.9;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
}

.topic-html img {
    max-width: 100%;
    height: auto;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    z-index: 10000;
    display: none;
}

.lightbox-overlay.is-open {
    display: block;
}

.lightbox-dialog {
    position: fixed;
    inset: 0;
    z-index: 10001;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.lightbox-dialog.is-open {
    display: flex;
}

.lightbox-panel {
    position: relative;
    max-width: min(96vw, 1180px);
    max-height: 92vh;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.lightbox-panel img {
    display: block;
    max-width: 100%;
    max-height: calc(92vh - 84px);
    margin: 0 auto;
}

.lightbox-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    border-top: 1px solid #edf1f7;
    color: #556;
    font-size: 13px;
}

.lightbox-actions {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.lightbox-actions button {
    pointer-events: auto;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    margin: 0 10px;
    background: rgba(15, 23, 42, 0.45);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    pointer-events: auto;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.6);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
