html{
    font-size:80px;
    scroll-behavior: smooth;
}
@media only screen and (max-width:900px) and (min-width:769px){
    html{
        font-size:70px;
    }
}
@media only screen and (max-width:768px) and (min-width:461px){
    html{
       font-size:65px;
    }
}
@media only screen and (max-width:460px) and (min-width:401px){
    html{
       font-size:53px;
    }
}

@media only screen and (max-width:400px){
    html{
        font-size:48px;
    }
}


*, :after, :before  {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {margin: 0 auto;font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Segoe UI, Arial, Roboto, "PingFang SC", miui, "Hiragino Sans GB", "Microsoft Yahei", sans-serif;color: #333;letter-spacing:1px;font-size: 14px;background-color: #fafafa !important;color: #5f5f5f !important;}
a {-webkit-tap-highlight-color: transparent;}
a:hover{text-decoration: none;}
:root {
    --main-color: #ff5722; 
}
.clear{clear:both;}

.layui-input:focus{border-color: var(--main-color) !important}

.font700{
    font-weight: 700;
}
.mb15{
    margin-bottom: 15px;
}
.theme-color{
    color: var(--main-color) !important;
}
.layui-table thead tr{
    background-color: #FAFAFA;
}
.main {margin-top:20px !important;min-height: calc(100vh - 210px);}

.layui-card {
    border: 1px solid #e3e2e1;
    border-radius: 4px;
}

.layui-nav .layui-this:after, .layui-nav-bar{
    background-color: #ffcc33;
}
/*layui头部*/

.so-menu {
    box-shadow: none;
    border-left: none
}



.so-container {
    padding-top: 60px;
    min-height: calc(100vh - 210px)
}

.so-header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: var(--main-color);
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%)
}

.so-header:after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: ''
}

.so-logo {
    position: absolute;
    height: 60px;
    width: auto;
    line-height: 60px;
}

.so-logo img {
    width: 125px
}

.so-header-assist {
    position: absolute;
    left: 240px;
    top: 50%;
    height: 32px;
    margin-top: -16px
}

.so-header-assist>* {
    display: inline-block;
    vertical-align: middle
}

.so-search {
    position: relative;
    width: 150px
}

.so-search .layui-input {
    height: 32px;
    padding-left: 32px;
    padding-right: 10px;
    background-color: #fafafa;
    background-color: rgba(255,255,255,.05);
    border: none 0;
    box-shadow: none
}

.so-search .layui-input::-webkit-focus {
    color: #ccc
}

.so-search .layui-input::-webkit-input-placeholder {
    color: #ccc
}

.so-search .layui-form-select .layui-edge {
    display: none;
    border-top-color: #999
}

.so-search .layui-form-select dl {
    top: 36px
}

.so-search>.layui-icon {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 14px;
    color: #999
}

.so-notice {
    position: relative;
    height: 32px;
    width: 160px;
    line-height: 32px;
    margin-left: 16px
}

.so-notice a.nt:after {
    content: 'AD';
    position: absolute;
    right: -7px;
    top: -3px;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 0 3px 0 3px;
    background-color: rgba(255,255,255,.7);
    transform: scale(.6);
    word-wrap: break-word
}

.so-notice a {
    position: relative;
    display: inline-block
}

.so-notice a img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 3px
}

.so-notice a cite {
    display: inline-block;
    padding: 0 15px 0 15px;
    border-radius: 4px;
    transition: all .5s
}

.so-notice a cite:hover {
    background-color: rgba(255,255,255,.25);
    color: rgba(255,255,255,.9)
}

.so-notice .layui-carousel,.so-notice .layui-carousel>[carousel-item]>* {
    background: 0 0
}

.so-notice .layui-carousel>[carousel-item]:before {
    display: none
}

.so-header-menu {
    position: absolute;
    right: 16px;
    top: 0
}

.so-header-menu>*{
    display: inline-block;
    vertical-align: middle
}

.so-header-menu .layui-nav {
    padding: 0
}

.so-header-menu .layui-nav .layui-nav-item {
    margin-left: 16px
}

.so-header-menu .layui-nav .layui-nav-item[mobile] {
    display: none
}

.so-header-menu .layui-nav .layui-nav-item a {
    padding: 0 16px;
    color: #fff;
}

.so-header-menu .layui-nav .layui-nav-item a span {
    font-size: 12px
}

.so-header-menu .layui-nav-child a{
    color: var(--main-color) !important;
}
.layui-nav-child-r{
    margin-right: -19px;
}

.so-header-menu .layui-nav .layui-nav-more {
    right: -3px
}

.so-header .layui-container {
    height: 100%
}

.so-header .layui-nav .layui-badge,.so-header .layui-nav .layui-badge-dot {
    right: 0
}

.so-header-more {
    display: none;
    line-height: 60px;
    padding: 0 16px;
    cursor: pointer;
    color: #fff;
}


.so-menu {
    position: fixed;
    top: 60px;
    bottom: 0;
    width: 240px;
    z-index: 777;
    min-height: 0;
    border-top: none;
    overflow: hidden;
    background-color: #fff
}

.so-menu:hover {
    overflow-y: auto;
    overflow-x: hidden
}

.so-menu .layui-menu-body-title .layui-font-gray {
    padding-left: 6px
}

.so-menu .layui-menu-body-title .layui-badge,.so-menu .layui-menu-body-title .layui-badge-dot {
    left: 6px
}

.so-menu .layui-menu-body-title .layui-badge {
    height: 16px;
    line-height: 16px
}

.so-menu .layui-menu {
    padding-bottom: 16px
}



.so-bg {
    background-color: var(--main-color)!important
}


@media screen and (max-width: 1399.98px) {
    .layui-container {
        width:auto!important
    }
}

@media screen and (max-width: 991.98px) {
    .so-container {
        width:100%!important;
        overflow: hidden
    }

    .so-notice {
        display: none
    }

    .so-search {
        width: 32px
    }

    .so-search .layui-input {
        padding: 0
    }

    .so-search>.layui-icon {
        display: none
    }

    .so-search .layui-select-group {
        min-width: 100px
    }

    .so-header-menu .layui-nav .layui-nav-item {
        margin: 0
    }

    .so-menu {
        top: 0;
        left: -240px;
        transition: all .3s;
        z-index: 1003;
        overflow-y: auto;
        overflow-x: hidden
    }

    .so-menu-show .so-menu {
        display: block;
        left: 0
    }

}

@media screen and (max-width: 767.98px) {
    .so-logo {
        left:50%;
        transform: translate(-50%, 0);
    }
    .so-header-menu .layui-nav {
        position: fixed;
        top: 61px;
        right: -100%;
        width: 100%;
        height: auto;
        max-height: calc(100vh - 61px);
        overflow-y: auto;
        text-align: center;
        transition: all .3s ease;
        background-color: var(--main-color);
    }
    .so-header-menu .layui-nav .layui-nav-item{display: block;}

    .so-header-menu .layui-nav .layui-nav-item.layui-this{background-color: #ff3d00;}

    .so-header-more {
        display: block
    }

  

    .so-nav-show .layui-header {
        z-index: 1003
    }

    .so-nav-show .so-header-menu .layui-nav{
        display: block;
        right: 0
    }
    .so-shade-show .so-shade {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.7);
        z-index: 1001
    }

    .layui-nav .layui-this:after, .layui-nav-bar{display: none;}
    .so-header-menu .layui-nav .layui-nav-more{right: 5px}

  /* 子菜单优化 */
    .so-header-menu .layui-nav-child {
        position: static; /* 子菜单在移动端不再浮动 */
        width: 100%; /* 占满宽度 */
        box-shadow: none; /* 去掉阴影 */
        background-color: rgba(255, 255, 255, 0.1); /* 半透明白色背景 */
        line-height: 50px;
        line-height: 50px;
        border: none;
    }

    .layui-nav-child-r {
        margin-right: 0; /* 移动端不需要右侧偏移 */
    }

    .so-header-menu .layui-nav-child a {
        color: rgba(255, 255, 255, 0.9) !important; /* 子菜单文字颜色 */
        padding-left: 30px; /* 子菜单缩进 */
    }
}


:root {
    --min-column-height: 500px; /* 基础最小高度 */
}

 /* 面包屑样式 */
.layui-breadcrumb {
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #e3e2e1;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
}

.layui-breadcrumb a cite {
  color: var(--main-color);
}
.layui-breadcrumb a:hover{
    color: var(--main-color) !important;
}




.footer {
    background-color: #333;
    color: #ccc;
    margin-top: 40px;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.footer-b {
    background-color: #222;
    padding: 20px 0;
    text-align: center;
    font-size: 13px;
    border-top: 1px solid #444;
}
.copyright {
    margin-bottom: 8px;
}
.footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
.footer-links a,.copyright a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

/*首页*/
/* 轮播Banner与热门文章组合布局 */

.banner-hot-wrap {
  display: flex;
  gap: 15px;
  margin-bottom: 10px;
  height: 380px; /* 与轮播高度保持一致 */
}

.banner-container {
  flex: 8;
  height: 100%;
}

.hot-articles-sidebar {
  flex: 4;
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: 100%;
}
/* 轮播Banner样式 - 重点修复 */
.layui-carousel {
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
}

.carousel-item {
  position: relative;
  height: 100%; /* 改为100%，继承容器高度 */
  background-position: center;
  background-size: cover;
  color: white;
}

.carousel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 10%; /* 调整左右内边距，从15%改为10%，增加可用宽度 */
  box-sizing: border-box; /* 确保padding不会超出容器 */
}

.carousel-title {
  font-size: 32px; /* 适当减小字体大小 */
  font-weight: 700;
  margin-bottom: 12px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  line-height: 1.4; /* 优化行高 */
}

/* 轮播描述文字样式优化：最多显示3行，超出省略 - 修复溢出问题 */
.carousel-desc {
  font-size: 16px; /* 减小字体大小，提高适配性 */
  margin-bottom: 20px;
  max-width: 100%; /* 改为100%，适应容器宽度 */
  line-height: 1.7; /* 优化行高，让文字更紧凑 */
  /* 关键样式：控制最多显示3行 */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word; /* 改为break-word，更友好的换行 */
  padding-right: 10px; /* 增加右侧内边距，防止文字贴边 */
}

.carousel-cta {
  display: inline-block;
  width: auto;
  background-color: var(--main-color);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  width: fit-content;
}

.carousel-cta:hover {
  background-color: #a80c25;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  color: white;
}

/* 右侧热门文章样式 - 参考banner轮播样式修改 */
.hot-article-card {
  background-color: white;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s;
  height: calc(50% - 7.5px); /* 上下各占一半，减去间距 */
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: relative; /* 新增：参考轮播定位 */
}

.hot-article-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* 热门文章图片样式 - 参考轮播背景图样式 */
.hot-article-img {
  width: 100%;
  height: 100%; /* 改为100%，填充整个卡片 */
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* 热门文章内容容器 - 参考轮播content样式 */
.hot-article-card-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* 底部对齐，参考轮播文字位置 */
  background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%);
  color: white;
}

/* 热门文章标题 - 参考轮播标题样式 */
.hot-article-card-title {
  font-size: 18px; /* 增大字体 */
  font-weight: 700;
  color: white; /* 改为白色 */
  margin: 0 0 8px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-shadow: 0 1px 3px rgba(0,0,0,0.3); /* 增加文字阴影 */
}

/* 热门文章元信息 - 参考轮播样式优化 */
.hot-article-card-meta {
  font-size: 13px;
  color: rgba(255,255,255,0.9); /* 浅色 */
  margin-top: auto;
  display: flex;
  align-items: center;
}

.hot-article-card-meta i {
  color: #ffd700; /* 金色图标 */
  margin-right: 5px;
  font-size: 12px;
}

/* 响应式调整 - 优化轮播适配 */
@media (max-width: 1200px) {
  .carousel-content {
    padding: 30px 8%;
  }
  .carousel-title {
    font-size: 28px;
  }
  .carousel-desc {
    font-size: 15px;
  }
  .hot-article-card-title {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .banner-hot-wrap {
    flex-direction: column;
    height: auto; /* 移动端高度自动 */
  }
  .carousel-item {
    height: 300px;
  }
  .carousel-content {
    padding: 25px 6%;
  }
  .carousel-title {
    font-size: 24px;
  }
  .hot-articles-sidebar {
    flex-direction: row;
    height: auto;
  }
  .hot-article-card {
    width: calc(50% - 7.5px);
    height: 200px; /* 固定高度 */
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: 260px;
  }
  
  .carousel-content {
    padding: 20px 5%;
  }
  
  .carousel-title {
    font-size: 20px;
  }
  
  .carousel-desc {
    font-size: 14px;
    line-height: 1.6;
    -webkit-line-clamp: 2;
  }
  
  .hot-articles-sidebar {
    flex-direction: column;
  }
  .hot-article-card {
    width: 100%;
    height: 180px; /* 固定高度 */
  }
}

@media (max-width: 480px) {
  .carousel-item {
    height: 240px;
  }
  .carousel-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .carousel-desc {
    font-size: 13px;
    line-height: 1.5;
    -webkit-line-clamp: 2;
  }
  .carousel-cta {
    padding: 8px 20px;
    font-size: 14px;
  }
  .hot-article-card {
    height: 160px; /* 固定高度 */
  }
  .hot-article-card-title {
    font-size: 16px;
  }
}
/*文章列表*/

.layui-title {
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.layui-title .layui-icon{
    color: var(--main-color);
    margin-right: 10px;
    font-size: 20px;
}


.section-subheader {
  padding: 20px 25px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
  border-left: 3px solid var(--main-color);
  padding-left: 15px;
  margin-left: 15px;
}

.section-content {
  padding: 5px 25px 25px;
  font-size: 15px;
  color: #666;
  line-height: 1.8;
}
.section-content p{text-align: justify;}
.section-content p,.section-content h3,.section-content ul {
  margin-bottom: 18px;
}
.section-content h3{
    color: var(--main-color);
}

.section-content img {
  max-width: 100%;
  height: auto !important;
  border-radius: 8px;
  margin: 20px 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.section-content a{
    color: var(--main-color);
}
.section-content a:hover{
    opacity: .7;
    text-decoration: underline;
}


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

.archive-item {
  padding: 20px 25px;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  gap: 20px;
  transition: background-color 0.3s;
  align-items: flex-start;
}

.archive-item:last-child {
  border-bottom: none;
}

.archive-item:hover {
  background-color: #fefefe;
}

.archive-img {
  width: 180px;
  height: 120px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.archive-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.archive-item.no-img {
  padding-left: 25px;
}

.archive-title a{
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px 0;
  transition: color 0.3s;
  line-height: 1.5;
}

.archive-title a:hover {
  color: var(--main-color);
}

.archive-excerpt {
  font-size: 14px;
  color: #666;
  margin: 0 0 15px 0;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}

.archive-meta {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #999;
  gap: 15px;
  flex-wrap: wrap;
}

.archive-meta i {
  margin-right: 5px;
  font-size: 12px;
}
.archive-meta a{
    color: #999;
}
.archive-meta a:hover{
    color: var(--main-color)
}


.category-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin: 10px 0;
}
.category-tag a{
  background-color: #fef7f8;
  color: var(--main-color);
  padding: 6px 15px;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}

.category-tag a:hover, .category-tag.active a{
  background-color: var(--main-color);
  color: white;
  text-decoration: none;
}


.search-container {
  margin-top: 20px;
}

.search-box {
  display: flex;
  gap: 0;
  position: relative;
}

.search-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #e6e6e6;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
}

.search-btn {
  background-color: var(--main-color);
  color: white;
  border: none;
  padding: 0 20px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.search-btn:hover {
  background-color: #a80c25;
}

.pagination-container {
  margin: 30px 0 10px;
  text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: var(--main-color);
}

@media (max-width: 768px) {
  
  .archive-item {
    flex-direction: column;
    gap: 15px;
    padding: 15px;
  }
  
  .archive-img {
    width: 100%;
    height: auto;
    /*max-height: 200px;*/
  }
  
  .archive-item.no-img {
    padding: 15px;
  }
}

/*最低工资列表*/
.min-list {
    overflow-x: auto;
    margin-top: 20px;
}
.min-table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
}
.min-table th {
    background-color: #fef7f8;
    color: var(--main-color);
    font-weight: 600;
}

.min-table th, .min-table td {
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #f2f2f2;
}

/*公告列表*/
.notice-list {
    background-color: #fff;
    border-radius: 2px;
  
}
.notice-item {
    padding: 15px 20px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.notice-title {
    font-size: 16px;
    color: #333;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-tag {
    display: inline-block;
    background-color: var(--main-color);
    color: white;
    font-size: 12px;
    padding: 1px 5px;
    border-radius: 2px;
    margin-right: 8px;
}
.notice-title a {
    color: #333;
}
.notice-title a:hover{
    color: var(--main-color);
}
.notice-date {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
    white-space: nowrap;
}

/*热门文章right*/
.right-sidebar {
    position: sticky;
    top: 60px;
/*    max-height: calc(100vh - 40px);
    overflow-y: auto;*/
}

.right-sidebar .layui-card-header{
    font-size: 16px;
}
.hot-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hot-item {
  padding: 15px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hot-item:last-child {
  border-bottom: none;
}

.hot-rank {
  width: 22px;
  height: 22px;
  background-color: #fef7f8;
  color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}

.hot-rank.top3 {
  background-color: var(--main-color);
  color: white;
}

.hot-title {
  font-size: 14px;
  color: #333;
  margin: 0;
  transition: color 0.3s;
  line-height: 1.6;
}

.hot-title:hover {
  color: var(--main-color);
}


/*文章页*/

.article-header {
    padding: 20px 25px;
}
.article-content .section-content{
    padding: 20px 25px;
}

@media (max-width: 768px) {
    .article-header {
    padding: 20px 15px;
}
    .article-content .section-content{
        padding: 20px 15px;
    }
}

.article-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.article-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    color: #999;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 20px;
}
.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.article-tag {
    background-color: #fef7f8;
    color: var(--main-color);
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 13px;
}
.article-tag:hover{
    color: #fff;
    background-color: var(--main-color);
}

/* 分享区域样式 */
.article-actions {
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.action-buttons {
  display: flex;
  gap: 15px;
}

.action-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #eee;
  color: #666;
  background: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 14px;
}

.action-btn:hover {
      background-color: #fef7f8;
      color: var(--main-color);
      border-color: #f8d7dc;
}

.share-buttons {
  display: flex;
  gap: 10px;
}

.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #999;
  transition: all 0.3s;
  cursor: pointer;
}

.share-btn.weibo {
  background-color: #e6162d;
}

.share-btn.wechat {
  background-color: #07c160;
}

.share-btn.qq {
  background-color: #12b7f5;
}
.share-btn.phone {
  background-color: #ff5722;
}

.share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
}


/* 响应式调整 */

@media (max-width: 768px) {
  
  .section-content{
    padding: 15px;
  }
  .article-actions {
    flex-direction: column;
    gap: 15px;
  }
  
  .action-buttons, .share-buttons {
    width: 100%;
    justify-content: center;
  }
}