/* 公共样式 */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #E9EAED;
  color: #333;
}

header {
  background-color: #3F48EF;
  z-index: 1000;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.head_cont {
  display: flex;
  align-items: center;
  max-width: 1280px;
 height: 80px;
  margin: 0 auto;
}
.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 {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(21, 21, 21, 0.11);
}

.article-content-detail h2 {
  font-size: 24px;
  color: #2F82FD;
  margin-bottom: 20px;
  border-bottom: 2px solid #efefef;
}
.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;
  border-bottom: 1px dotted #e4e8eb;
}

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

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

.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-image: url('/static/s10/images/banner-2.png');
  background-size: cover;
  padding: 120px 0px 220px 0px;
}

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

.text-block {
  min-width: 300px;
  width: 50%;
  text-align: center;
  padding: 30px;
}

.text-block h1 {
  font-size: 54px;
  line-height: 66px;
  color: #fff;
}
.text-block h2 {
  font-size: 24px;
  line-height: 36px;
  color: #F5F5F5;
  margin-top: 10px;
}
.button-group {
  width: 300px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0 auto;
}

.store-button {
  background-color: #fff;
  color: #0487F9;
  padding: 15px 39px;
  border-radius: 35px;
  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 {
  max-width: 100%;
  height: auto;
}

.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;
  background-color: #fff;
  border-radius: 8px;
}

.sidebar h2 {
  font-size: 18px;
  border-bottom: 1px solid #eee;
  border-left: 3px solid #2F82FD;
  padding: 0 5px;
}

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

.sidebar ul li {
  border-bottom: 1px dotted #e4e8eb;
  padding: 10px 0;
}

.sidebar ul li a {
  text-decoration: none;
  color: rgba(21, 21, 21, 0.9);
}

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

footer {
  background: #1f1f1f;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

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

.article {
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
}

.article img {
  padding: 20px;
  width: 90%;
  height: 200px;
  overflow: hidden;
  background: rgb(211, 222, 253);
  border-radius: 5px 5px 0px 0px;
}

.article-content {
  padding: 10px;
}

.article-title {
  font-size: 18px;
  margin: 0 0 10px;
  color: #000;
}

.article-description {
  font-size: 14px;
  color: rgba(21, 21, 21, 0.9);
  margin: 0 0 10px;
  height: 150px;
  overflow: hidden;
}

.article-link {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
}

.article-link:hover {
  text-decoration: underline;
}

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

.article-title-detail {
  font-size: 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;
}

.comments button {
  background: #007BFF;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.comments button:hover {
  background: #0056b3;
}

/* 面包屑导航 */
.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;
  border-bottom: 1px dotted #e4e8eb;
}

.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: rgba(21, 21, 21, 0.9);
}

.download-title {
  position: relative;
  padding-left: 15px;
}
.exchange-list {
  display: flex;
  flex-direction: column;
}

.pagination-wrap {
  padding: 20px 10px;
  margin-top: 20px;
  background: #fff;
  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 #eef3f8;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  margin: 0 3px;
  font-size: 14px;
  color: #000000;
  text-decoration: none;
}

.pagination-wrap .paging-cls span:hover,
.pagination-wrap .paging-cls a:hover {
  background: #0271db;
  color: #fff !important;
}

.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;
  }
}

/* 响应式样式 */
@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 {
    font-size: 1.2em;
    text-align: center;
  }

  .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 {
    text-align: center;
  }

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

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




