/* 公共样式 */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: rgb(10, 10, 10);
    color: #d2d3ff;
}

header {
    width: 100%;
    height: 80px;
    background-color: rgba(10, 10, 10, 0.95);
}

.head_cont {
    display: flex;
    align-items: center;
    max-width: 1280px;
    height: 80px;
    margin: 0 auto;
    justify-content: space-between;
}

.head_cont nav {
    margin-left: 60px;
}

.logo img {
    width: 100px;
    height: auto;
    margin-left: 20px;
    object-fit: cover;
}

/* 导航菜单 */
.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.nav-menu li {
    display: inline;
}

.nav-menu a {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

.nav-menu a:hover {
    color: #00b6ff;
}

/* 移动端菜单 */
.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0 20px;
}

.mobile-menu {
    display: none;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    background-color: #1f1f1f;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.mobile-menu li {
    margin: 10px 0;
}

.mobile-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.mobile-menu a:hover {
    color: #00b6ff;
}

/* 主体内容 */
.main-content {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
}

.article-content-detail {
    background: rgb(10, 10, 10);
    border: 1px solid #222;
    border-radius: 12px;
    padding: 25px;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.article-content-detail h2 {
    line-height: 40px;
    color: #fff;
    font-weight: bolder;
    position: relative;
    padding: 20px 10px;
    font-size: 30px;
}


.article-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.article-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    background: #1f1f1f;
    padding: 10px;
    border-radius: 8px;
}

.article-item img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.article-item .content {
    flex: 1;
}

.article-item h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #fff;
}

.article-item p {
    margin: 0 0 5px;
    font-size: 14px;
    color: #aaa;
}

/* 货币列表 */
.coin-list {
    display: flex;
    flex-direction: column;
}

.coin-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.coin-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.buy-btn {
    padding: 4px 12px;
    border: 1px solid #05b169;
    border-radius: 20px;
    color: #05b169;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
}

.coin-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

/* 广告样式 */
.ad-coin {
    position: relative;
    width: 100%;
}

.ad-coin a {
    display: contents;
}

.ad-coin-img {
    width: 100%;
}

.ad-coin h4 {
    position: absolute;
    bottom: 3.5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: 0;
}

.ad-coin h4 .num {
    color: rgb(250, 253, 67);
    font-size: 22px;
    margin-left: 10px;
}

/* 下载部分 */
.download-section {
    width: 100%;
    background-color: #273095;
    padding: 60px 0;
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
}

.download-banner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1080px;
    align-items: center;
}

.text-block {
    min-width: 300px;
    width: 50%;
    text-align: left;
}

.text-block h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.text-block h2 {
    font-size: 24px;
    line-height: 36px;
    color: #F5F5F5;
    margin-top: 10px;
}

.text-block p {
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
}

.button-group {
    width: 300px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.store-button {
    background-color: #05b169 !important;
    color: #fff;
    padding: 15px 39px;
    border-radius: 200px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.store-button img {
    height: 28px;
    margin-right: 10px;
}

.go-register {
    background-color: #444;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    font-size: 1rem;
    cursor: pointer;
}

.image-block {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.image-block img {
    width: 318px;
    height: auto;
    max-width: 100%;
    object-fit: cover;
}

.value-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 5%;
    flex-wrap: wrap;
    background-color: #000;
    max-width: 1280px;
    margin: 0 auto;
}

.value-left {
    flex: 1;
    min-width: 300px;
    text-align: center;
}

.value-left img {
    max-width: 100%;
    height: auto;
}

.value-right {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    text-align: right;
}

.value-right h2 {
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.value-right p {
    font-size: 1.1rem;
    color: #ccc;
    line-height: 1.6;
}

.mobile-app {
    display: none;
}

.article-content_title {
    display: block;
    align-items: center;
}


.app-store-btn {
    margin: 0 auto;
    background-color: #f5a400;
    color: #000;
    display: none;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.app-store-btn img {
    width: 120px;
}

.container {
    max-width: 1280px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.main {
    flex: 3;
    margin-right: 20px;
}

.sidebar {
    flex: 1;
}

.sidebar-item {
    padding: 20px;
    border-radius: 10px;
    background-color: rgb(10, 10, 10);
    border: 1px solid #222;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.sidebar h2 {
    text-align: center;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    padding: 10px 0;
}

.sidebar ul li a {
    text-decoration: none;
    color: #d2d3ff;
    font-size: 16px;
    cursor: pointer;
}

.sidebar ul li a:hover {
    text-decoration: underline;
}

/* 首页样式 */
.article-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.article {
    overflow: hidden;
    background-color: #0f0f0f;
    background: var(--glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    transition: transform 0.3s, background 0.3s;
    padding: 30px 20px;
    background: #0f0f0f;
    border-radius: 10px;
    border: 1px solid #222;
}

.article img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    overflow: hidden;
}

.article-content {
    padding: 10px;
}

.article-description {
    font-size: 14px;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

.article-time {
    color: #fff;
    font-size: 12px;
}

.article-link {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.article-link:hover {
    color: var(--primary);
}

.article-body img {
    width: 100%;
}

.article-title-detail {
    font-size: 18px;
    margin: 20px 0;
}

.article-meta{
    margin-bottom: 18px;
}
.comments h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.comments textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* 面包屑导航 */
.breadcrumb {
    font-size: 14px;
    margin: 10px 0;
    color: #000;
}

.breadcrumb a {
    color: #000;
    text-decoration: none;
    margin-right: 5px;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb span {
    color: #000;
}

.exchange-header,
.exchange-item {
    display: flex;
    align-items: center;
    padding: 12px 0;
}

.exchange-item:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.zh-cn {
    line-height: 33px;
    font-size: 14px;
}

.zh-cn a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    width: 70px;
}

.zh-cn span {
    font-size: 16px;
    font-weight: bold;
}

.clearfix {
    clear: both;
}

.exchange-header {
    font-size: 14px;
    color: #aaa;
    font-weight: 600;
}

.exchange-rank {
    width: 30px;
    text-align: right;
    margin-right: 16px;
    color: #ccc;
}

.exchange-logo {
    width: 32px;
    height: 32px;
    margin-right: 12px;
    flex-shrink: 0;
    border-radius: 50%;
    object-fit: contain;
}

.exchange-name {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap;
    color: #d2d3ff;
}

.download-title {
    position: relative;
    padding-left: 15px;
}

.exchange-list {
    display: flex;
    flex-direction: column;
}

.pagination-wrap {
    padding: 20px 10px;
    margin-top: 20px;
    border-radius: 8px;
}

.pagination-wrap .paging-cls {
    text-align: center;
}

.pagination-wrap .paging-cls li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
}

.pagination-wrap .paging-cls span,
.pagination-wrap .paging-cls a {
    display: inline-block;
    border: 1px solid #222;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    width: 44px;
    margin: 0 3px;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    background: var(--bg-card);
}

.pagination-wrap .paging-cls span:hover,
.pagination-wrap .paging-cls a:hover {
    color: #fff !important;
    transform: translateY(-5px);
    border-color: var(--primary);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.pagination-wrap .paging-cls .current {
    background: #0271db;
    color: #fff;
    font-weight: bold;
}

.pagination-wrap .paging-cls .fa-angle-double-left::before {
    content: '<';
}

.pagination-wrap .paging-cls .fa-angle-double-right::before {
    content: '>';
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

@media (max-width: 480px) {
    .app-store-btn {
        display: flex;
        width: 60%;
        justify-content: center;
        margin-top: 30px;
    }
}

/* 响应式样式 */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

    .mobile-menu-toggle {
        display: block;
    }

    .mobile-menu {
        display: none;
    }

    .container {
        flex-direction: column;
        padding: 0 10px;
    }

    .main {
        margin-right: 0;
    }

    .article-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .value-section {
        flex-direction: column;
        text-align: center;
        display: none;
    }

    .value-right {
        padding-top: 30px;
    }

    .text-block h1 {
        font-size: 1.8em;
        text-align: center;
        padding: 0 20px;
    }

    .text-block h2 {
        display: none;
    }

    .store-button {
        width: 150px;
        font-size: 12px;
    }

    .button-group {
        display: none;
    }

    header .logo img {
        padding: 0 20px;
    }

    .head_cont {
        justify-content: space-between;
    }

    .article-content_title {
        font-size: 18px;
    }

    .download-section {
        padding: 0 0 30px 0;
    }

    .download-banner {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .button-group {
        justify-content: center;
    }

    .text-block p {
        padding: 0 10px;
        text-align: center;
    }

    .image-block img {
        height: 300px;
        width: 100%;
        object-fit: cover;
    }

    .text-block {
        width: 100%;
        padding: 0 0 20px 0;
    }

    .article {
        flex-direction: column;
    }
}




