html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  
}
.header_body { overflow-y: auto;overflow-x: hidden;
}
/* 背景图片和视频*/
        #background-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            overflow: hidden;
            
        }

        #background-video{
            z-index: -1;
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: 100px;
            transform: translate(-50%, -50%);
            object-fit: cover;
            object-position: top;
        }
        
        #background-image {
            z-index: -1;
            position: absolute;
            top: 50%;
            left: 50%;
            min-width: 100%;
            min-height: 100%;
            width: auto;
            height: auto;
            transform: translate(-50%, -50%);
            object-fit: cover;
            object-position: top;
        }

        #background-image {
            display: none;
        }


        #toggle-button {
            position: fixed;
            bottom: 20px;
            left: 20px;
            padding: 10px 20px;
            background-color: #fff0;
            border: none;
            cursor: pointer;
            z-index: 1;
            font-size: 12px;
            color: #00558d;
        }

        /* 为了有滚动内容示例 */
        .content {
            /*padding: 100vh 20px;*/
            /*color: white;*/
            text-align: center;
        }
/* 背景图片和视频*/



input, textarea {
  outline: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}
*[hidden] {
  display: none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: -apple-system, system-ui, "Helvetica Neue", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
  line-height: 1;
  background-color: #f5f6fb
}
img {
  border: 0;
  max-width: 100%;
}
h1 {
  font-size: 1.875rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.25rem
}
h4 {
  font-size: 1.125rem
}
h5 {
  font-size: 1rem
}
h6 {
  font-size: 1rem
}
input, textarea {
  font-size: 14px;
  letter-spacing: 0.5px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 15px;
  margin: 5px 0;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex-fill {
  flex: 1 1 auto;
}
.flex-align {
  align-items: center
}
.flex-justify {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.cont {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 3rem;
}
.text-center {
  text-align: center !important;
}
.but {
    color: #777;
    background: #ffdb8e;
    padding: 6px 12px;
    border: solid #fff 1px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.but:hover, .butb {
  text-decoration: none;
  border-radius: 8px;
  background-color: #c5f3ff;
}
p, .desc{
  text-align: justify;
  text-justify: distribute-all-lines
}
blockquote {
  padding: 0.75rem;
  background-color: #f8f9fa;
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
}
table, table td, table th {
  border: 1px solid #ddd;
}
table td, table th {
  padding: 6px
}
table th {
  background-color: #f8f9fa
}
#container {
  max-width: 980px;
  margin: 270px auto;
  padding: 0 15px;
}

#panel {
  background-color: white;
}
a {
  color: #a5872f;
  text-decoration: none;
}
a:hover {
  opacity: .7;
  color: #ff160e;
}


@font-face {
  font-family: "mcfont"; /* Project id 3190501 */
  src: url('font/iconfont.woff2?t=1645155093919') format('woff2'), url('font/iconfont.woff?t=1645155093919') format('woff'), url('font/iconfont.ttf?t=1645155093919') format('truetype'), url('font/iconfont.svg?t=1645155093919#mcfont') format('svg');
}
.mcfont {
  font-family: "mcfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mcico-camera:before {
  content: "\e645";
}
.mcico-tag:before {
  content: "\e646";
}
.mcico-like:before {
  content: "\e647";
}
.mcico-experiment:before {
  content: "\e648";
}
.mcico-eye:before {
  content: "\e649";
}
.mcico-filter:before {
  content: "\e64a";
}
.mcico-more:before {
  content: "\e64b";
}
.mcico-messageone:before {
  content: "\e64c";
}
.mcico-message:before {
  content: "\e64d";
}
.mcico-platte:before {
  content: "\e64e";
}
.mcico-pic:before {
  content: "\e64f";
}
.mcico-play:before {
  content: "\e650";
}
.mcico-search:before {
  content: "\e651";
}
.mcico-rocket:before {
  content: "\e652";
}
.mcico-star:before {
  content: "\e653";
}
.mcico-setting:before {
  content: "\e654";
}
.mcico-sleep:before {
  content: "\e655";
}
.mcico-share:before {
  content: "\e656";
}
.mcico-call:before {
  content: "\e644";
}
.mcico-dribble:before {
  content: "\e643";
}
.mcico-github-one:before {
  content: "\e63a";
}
.mcico-instagram:before {
  content: "\e63b";
}
.mcico-tiktok:before {
  content: "\e63c";
}
.mcico-wangyiyun:before {
  content: "\e63d";
}
.mcico-facebook:before {
  content: "\e63e";
}
.mcico-gitlab:before {
  content: "\e63f";
}
.mcico-weibo:before {
  content: "\e640";
}
.mcico-mail:before {
  content: "\e641";
}
.mcico-twitter:before {
  content: "\e642";
}
.mcico-qq:before {
  content: "\e638";
}
.mcico-wechat:before {
  content: "\e639";
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-cf::after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#nav {
  margin-bottom: 20px;
}
#nav > .header {
  margin-bottom: 10px;
  min-width: 1000px;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
#nav > .header {
display: none;
}
}
@media screen and (max-width: 768px) {
#nav > .header {
display: none;
}
}
#nav > .header img{
  max-width: 400px;
}


#nav > .header > .title {
  font-size: 45px;
  line-height: 53px;
  color: #333;
  font-family: MaturaScriptCapitals;
}
#nav > .header > .title:hover {
  opacity: .7;
  filter: grayscale(100%); /* 转换为灰度图 */
  filter: brightness(0.5); /* 降低亮度 */
  filter: contrast(200%); /* 提高对比度 */
  filter: invert(30%); /* 反转颜色 */
}
#nav > .ctnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#nav > .ctnWrap > .menu {
  text-align: right;
}

#nav .menu li {
  font-family: cursive;
  font-size: 36px;
  line-height: 32px;
  color: #333;
  margin-left: 24px;
}
#nav .menu li ul {
  display: none
}
#nav .menu li:first-child {
  margin-left: 0;
}
#nav .z-active {
  position: relative;
}

.d-flex li a { color: #fff;  
    text-shadow: 0 0 5px #fff, 0 0 10px #b29165, 0 0 20px #ff7600, 0 0 30px rgb(255 155 0);
}

.d-flex li a:hover { color: #ffffff;  
      /* 白色内层光晕 :ml-citation{ref="1,2" data="citationList"*/
    text-shadow: 0 0 5px #ca3d00, 0 0 10px #ff0040, 0 0 20px #ff1d46, 0 0 30px rgb(255, 0, 132);
}

#nav .z-active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 1px;
  background-color: #ffffff;
}

#nav .nav-icn {
  margin-right: 15px;
  line-height: 34px;
}
#nav .nav-icn:last-child {
  margin-right: 0;
}

#footer {
  margin-top: 80px;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.8;
  color: #333;
}
#footer .copyright {
  float: right;
}

.pagination {
  padding: 20px;
  background-color: white;
  text-align: center;
}
.pagination a {
  line-height: 3.5;
}
.pagination > .prev, .pagination > .next {
  margin: 0 10px;
}
.pagination > .page-number {
  margin: 0 10px;
  color: #b29165;
    text-decoration: none;
    border-radius: 5px;
}
.pagination > .page-number.current {
  text-decoration: underline;
}
.project-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  margin: 30px 0;
  border-radius: 10px;
  background-color: #ffffffde;
  color: #333;
  box-shadow: 5px 5px 10px 2px rgba(47, 47, 47, 0.1);

}
.project-card > .imgWrap img {
      width: 320px;
  height: 240px;
  margin-right: 40px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 2px rgba(47, 47, 47, 0.1);

}
.project-card > .imgWrap > img {
  width: 320px;
  height: 240px;
  object-fit: cover;
  border-radius: 6px;
}
.project-card > .ctnWrap {
  flex: 1;
}
.project-card > .ctnWrap > .title {
  font-family: 楷体;
   font-size: 36px;
  line-height: 40px;
  color:#b29165;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
}
.project-card > .ctnWrap > .title:hover {
  opacity: 1;
  color: #f0534e;
}
.project-card > .ctnWrap > .desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  word-break:break-all
}
.project-card > .ctnWrap > .sub {
  font-size: 16px;
  line-height: 30px;
  opacity: .5;
}
.project-card.project-card-continuous {
  flex-direction: row-reverse;
  margin: 0;
  position: relative;
}
.project-card.project-card-continuous > .imgWrap {
  margin-right: 0;
  margin-left: 40px;
}
.project-card.project-card-continuous::after {
  content: '';
  position: absolute;
  left: 100px;
  right: 100px;
  bottom: 0;
  height: 1px;
  background-color: #e5e5e5;
}


.sitemap {
  display: none
}
.article {
  margin: 10px 0 30px;
  padding: 80px 100px 0;
  background-color: white;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 2px rgba(47, 47, 47, 0.1);
}
.article > .title {

  font-size: 28px;
  line-height: 40px;
  font-weight:500;
  margin-bottom: 10px;

}
.article > .sub {
  opacity: .5;
  margin-bottom: 20px;
}
.article > .content {
  padding-bottom: 64px;
}
.article > .content img{
  border-radius: 10px;
}

.article > .content h1, .article > .content h2, .article > .content h3, .article > .content h4, .article > .content h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
}
.article > .content p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
.article > .content .highlight {
  margin-bottom: 15px;
}
.article > .content ul, .article > .content ol {
  margin: 15px 0;
  margin-left: 15px;
}
.article > .content ul > li, .article > .content ol > li {
  padding-left: 20px;
  position: relative;
}
.article > .content ul > li::before, .article > .content ol > li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #444;
}
.article > .content a {
  color: #f0534e;
}
.article > .content strong {
  font-weight: 600;
}
.article > .content figure > img {
  display: block;
}
.article > .content figcaption {
  font-size: 14px;
}
.article > .content blockquote {
  border-left: 4px solid #ddd;
  border-left: 5px solid #f0534e;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 15px;
}
.article > .content blockquote > :last-child {
  margin-bottom: 0;
}
.article > .content p code {
  padding: 2px 4px;
  word-wrap: break-word;
  color: #555;
  background: #eee;
  border-radius: 3px;
  font-size: 13px;
}
.article > .content table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.article > .content table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.article > footer {
  padding: 40px 0;
  border-top: solid 1px #eee;
}
.article > footer > .link {
  font-size: 16px;
  line-height: 22px;
  max-width: 50%;
}

  

.archive {
  padding: 80px 160px;
  background-color: white;
}

.archive-category > .title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
}
.archive-category > .menu {
  margin-bottom: 70px;
}
.archive-category > .menu > li {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: space-between;
  line-height: 24px;
}
.archive-category > .menu > li > a:hover {
  opacity: 1;
  color: #f0534e;
}
.archive-category > .menu > li > span {
  opacity: .45;
  font-size: 14px;
  min-width: 90px;
  text-align: right;
}
.archive-category:last-child > .menu {
  margin-bottom: 0;
}
.about {
  background-color: white;
  min-height: 300px;
  padding: 80px;
  font-size: 16px;
  line-height: 30px;
}
.tagcloud {
  background-color: white;
  padding: 60px;
}
.tagcloud > a {
  display: inline-block;
  padding: 10px;
}
.tags {
  padding: 1rem 0 2rem;
  margin: -5px;
  font-size: 14px;
}
.tags .but {
  margin: 5px;
  line-height: 1.5;
  padding: 4px 8px;
}
.comments h3 {
  margin: 1.5rem 0;
  font-size: 1.875rem;
}
.postcomm {
  padding-bottom: 1.5rem
}
.Verify {
  position: relative;
}
.Verify img {
  position: absolute;
  top: 14px;
  right: 10px;
}
.reply {
  font-size: 13px;
  margin: 5px 0;
  display: block;
  padding: 2px;
}
.msg {
  margin: 1.5rem 0;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid rgba(170, 172, 182, 0.15);
  word-wrap: break-word
}
.msgurl a {
  color: #7a8b9a;
  font-size: 14px;
  display: none;
}
.msg:hover .msgurl a {
  display: block
}
.msgarticle {
  list-style-position: outside;
  padding: .625rem 0 0;
  color: #636874;
}
.avatar {
  -ms-flex: 0 0 3.8rem;
  flex: 0 0 3.8rem;
  max-width: 3.8rem;
  padding-right: 1rem;
}
.avatar img {
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%
}
.msg small {
  color: #7a8b9a
}
.msg h3 small {
  font-size: 12px
}
.msg div.msg {
  padding: 20px 0 0;
  margin: 20px 0 0 -3rem;
  border-top: 1px solid rgba(170, 172, 182, 0.15);
  border-bottom: none
}
.msg div.msg .msgarticle {
  padding-bottom: 0
}
.msg div.msg .msgname {
  padding: 0
}
.msg:nth-last-child(3) {
  border-bottom: 0
}
.comments {
  padding: 80px 100px;
}



@media screen and (max-width: 800px) {
  #footer {
    margin-top: 20px;
    text-align: center;
  }
  #footer .copyright {
    display: block;
    float: none;
  }
}

@media screen and (max-width: 600px) {
  #container {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  #nav > .ctnWrap {
    flex-direction: column;
  }
  #nav > .ctnWrap > .menu {
    margin-top: 10px;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #nav .menu li {
    line-height: 34px !important;
    margin: 0 12px !important;
  }

  #nav .nav-menu {
    margin-left: 10px;
    font-size: 18px;
  }

  #nav {
    text-align: center;
    margin-bottom: 20px;
  }
  #nav > .ctnWrap {
    justify-content: space-around;
  }

  .project-card.project-card-continuous {
    flex-direction: column;
    padding: 20px;
  }
  .project-card.project-card-continuous > .imgWrap {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .project-card.project-card-continuous::after {
    left: 20px;
    right: 20px;
  }

  .project-card {
    flex-direction: column;
    padding: 20px;
    margin: 10px 0;
  }
  .project-card > .imgWrap {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .project-card > .imgWrap > img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    background: #f3f4f6;
    border-radius: 6px;
  }

  .article ,.comments{
    padding: 20px 20px 0;
    margin: 20px 0;
  }
  .article > footer {
    padding: 10px 0;
  }
  

  .archive {
    padding: 20px;
  }
}
/* 置顶文章样式 */
.project-card.featured {
  background-color: #f8f9fa;
  border-left: 4px solid #f0534e;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.project-card.featured:hover {
  transform: translateX(5px);
}

.project-card.featured .featured-title {
  color: #f0534e;
}

/* 普通文章样式 */
.project-card.normal {
  background-color: #ffffff;
  border-left: 4px solid #e5e5e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border-radius: 10px;
}

.project-card.normal:hover {
  transform: translateX(3px);
}

/* 分页样式优化 */
.pagination {
  padding: 30px;
  background-color: transparent;
}

.pagination a {
 /*  display: inline-block;*/
  padding: 6px 12px;
  /*border: 1px solid #ddd;*/
  border-radius: 6px;
  margin: 0 5px;
  transition: background-color 0.3s ease;
}

.pagination a:hover {
  background-color: #f0534e;
  color: white;
  border-color: #f0534e;
}

.pagination .page-number.current {
  background-color: #f0534e;
  color: white;
  border-color: #f0534e;
}


/* ++++++++++++++++++++++++搜索框样式 +++++++++++++++++++++*/

/* 可点击图片容器样式 */
.img-link {
  display: inline-block;
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.img-link:hover {
  transform: scale(1.05);
}

/* 遮罩层优化 */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 弹出内容框优化 */
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0,0,0,0.3);
  transform: translateY(50px) scale(0.8);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 300px;
  will-change: transform, opacity;
}

/* 激活状态优化 */
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay.active .modal-content {
  transform: translateY(0) scale(1);
  opacity: 1;
}

/* 关闭按钮优化 */
.close-btn {
  position: fixed;
  top: 25px;
  right: 25px;
  color: white;
  font-size: 32px;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.close-btn:hover {
  transform: scale(1.1);
}

/* 添加背景模糊效果 */
@supports (backdrop-filter: blur(10px)) {
  .modal-content {
      backdrop-filter: blur(10px);
      background: rgba(255,255,255,0.85);
  }
}


/* ++++++++++++++++++++返回顶部按钮样式+++++++++++++++++++++++++ */  /* 定义淡入淡出动画 */
.prolix-content {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

/* 定义淡入淡出动画 */
.eburnean-fade-in {
  animation: eburneanFadeIn 0.3s ease-in-out forwards;
}

.eburnean-fade-out {
  animation: eburneanFadeOut 0.3s ease-in-out forwards;
}

@keyframes eburneanFadeIn {
  from {
      opacity: 0;
      transform: scale(0.8);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes eburneanFadeOut {
  from {
      opacity: 1;
      transform: scale(1);
  }
  to {
      opacity: 0;
      transform: scale(0.8);
  }
}

/* 返回顶部按钮样式 */
#fixedDiv {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007BFF;
  color: white;
  padding: 16px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
  transition: background-color 0.3s ease;
}

#fixedDiv:hover {
  background-color: #0056b3;
}

.celadon-return-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #007BFF;
  color: white;
  padding: 16px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: none;
  transition: background-color 0.3s ease;
}

.celadon-return-btn:hover {
  background-color: #0056b3;
}

 /* ++++++++++++++++++++++++++++++固定顶部菜单+++++++++++++++++++++++++++ */
.body-header {
  padding-top: 80px; /* 预留头部空间 */
  min-height: 200vh; /* 测试用滚动空间 */
}

/* 头部导航容器 */
.header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 5%;
  background: rgb(255 255 255 / 0%);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1024px){
    .header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 5%;
  background: rgb(255 255 255 / 0%);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: space-around;
  height:200px;
}
    
}
@media (max-width: 768px){
    .header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1rem 5%;
  background: rgb(255 255 255 / 0%);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
  z-index: 1000;
  transform: translateY(0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  justify-content: space-around;
  heigth:100px;
}
    
}



/* 滚动时隐藏效果 */
.header_nav.hidden {
  transform: translateY(-100%);
}

/* 滚动时增强阴影 */
.header_nav.scrolled {
  
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  padding: 0.8rem 5%;
}

/* 导航品牌标志 */
.logo {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.logo:hover {
  transform: scale(1.05);
}

/* 滚动时缩小 logo 图片 */
.header_nav.scrolled .header img {
  transform: scale(0.8);max-height: 100px; /* 缩小到 50% */;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 导航菜单 */
.nav-links {
  display: flex;
  gap: 2rem;
}

.nav-links a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #007bff;
  transition: all 0.3s ease;
}

.nav-links a:hover::after {
  width: 100%;
  left: 0;
}

.nav-links a:hover {
  color: #007bff;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .nav-links {
      display: none;
  }
  
  .header {
      padding: 1rem;
  }
}

/* ++++++++++++++++++++++++++背景视频播放 */
#video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

/* ++++++++++++++++++++++++++灵签 */
.container1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

  .gold-button1 {
    background: linear-gradient(45deg, #FFD700, #FFBC52);
    color: #333;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 48px;
    font-family: cursive;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
        }

       .gold-button1:hover {
            background: linear-gradient(45deg, #FFBC52, #FFD700);
            transform: translateY(-2px);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        }

       .gold-button1:active {
            transform: translateY(1px);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       }


.sign-list1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 25px;
  padding: 30px;
  justify-items: center;
}

/* 部分修改后的样式示例 */
.sign-item1 {
  background-color: #ffdada;
  border: 2px solid #ffd0d0;
  box-shadow: 5px 5px 10px rgb(255 0 0 / 30%), -5px -5px 10px rgb(255 255 255 / 80%);
  border-radius: 10px;
  padding: 20px;
  min-width: 180px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s ease;
  font-family: cursive;
  font-size: 36px;
  color: #463c00;
}

.modal-content1 {
  background-color: #ead58c;
  margin: 20% auto;
  padding: 30px;
  border: 20px solid #c79900;
  box-shadow: 5px 5px 10px rgb(255 0 0 / 30%), -5px -5px 10px rgb(255 255 255 / 80%);
  width: 70%;
  border-radius: 30px;
  box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
  line-height: 2.0;
}



.sign-item:hover {
  background-color: #f8f8f8;
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.modal1 {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
  animation: fadeIn 0.5s;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

#sign-text1 {
  font-family: cursive;
  font-size: 24px;
  color: #333333;
}

.close1 {
  color: #aaaaaa;
  float: right;
  font-size: 32px;
  font-weight: bold;
  transition: color 0.5s;
}

.article_l {

  margin: 270px 0 auto;
  padding: 30px 10px 0;
  background-color: #ffffff38;
  color: #333;
  font-size: 16px;
  line-height: 30px;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 2px rgba(47, 47, 47, 0.1);
}

.article_l h1 {
  font-family: cursive;
  font-weight: 100;
  font-size: 42px;
  background-color: aliceblue;
  width: 250px;
  margin: 20px auto;
  padding: 20px;
  border-radius: 100px;
  display: flex;
  justify-content: space-around;box-shadow: 5px 5px 10px rgba(73, 69, 69, 0.3), -5px -5px 10px rgb(255 255 255 / 80%);
}


/* ++++++++++++++++++++++++++背景屏保 */
        #video-container {
     background-color: #000;
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: -1;
    display: none;
        }
        #video-element {
            width: auto;
            height: auto;
            background-color: black;
            object-fit: cover;ma
        }
        
 /* ++++++++++++++++++++++++++文字向上滚动 */       
  .wrapper {
    background-color: black;
    margin-bottom: 100px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -100px;
    margin-bottom: 200px;
        }

       .scroll-container {
            width: 640px;
            height: 38px;
            overflow: hidden;
            position: relative;
    display: flex;
    justify-content: center;
        }

       .scroll-content {
            color: red;
            font-size: 36px;
            font-family: cursive;
            position: absolute;
            top: 0;
            opacity: 0;
            /* 增加过渡时间，让淡入淡出更明显 */
            transition: opacity 0.8s cubic-bezier(0.25, 0.1, 0.25, 1), transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
            line-height: 40px;
        }
        
 /*banner 样式*/
         /* 核心容器 */
        #imgScrollX37-root {
            position: relative;
            width: 100%;
            max-width: 1200px;
            margin: 2rem auto;
            overflow: hidden;
            border-radius: 14px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
        }

        /* 视口区域 */
        .imgScrollX37-viewport {
            height: 380px;
            position: relative;
            transition: height 0.35s ease-in-out;
        }
        @media (min-width: 768px) { .imgScrollX37-viewport { height: 280px; } }
        @media (min-width: 1024px) { .imgScrollX37-viewport { height: 380px; } }

        /* 滑块项 */
        .imgScrollX37-slideUnit {
            position: absolute;
            width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
            opacity: 0;
            transition: opacity 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }
        .imgScrollX37-slideUnit--active { opacity: 1; z-index: 2; }

        /* 控制按钮 */
        .imgScrollX37-navCtrl {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 15px;
            background: rgba(45,45,45,0.28);
            border: none;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 3;
        }
        .imgScrollX37-navCtrl:hover {
            background: rgba(45,45,45,0.55);
            transform: translateY(-50%) scale(1.09);
        }
        #imgScrollX37-prevBtn { left: 1.5rem; }
        #imgScrollX37-nextBtn { right: 1.5rem; }

        .imgScrollX37-navCtrl::after {
            content: '';
            display: block;
            width: 10px;
            height: 10px;
            border-bottom: 2px solid #f0f4f8;
            border-right: 2px solid #f0f4f8;
        }
        #imgScrollX37-prevBtn::after { transform: rotate(135deg); }
        #imgScrollX37-nextBtn::after { transform: rotate(-45deg); }

        /* 分页标记 */
        .imgScrollX37-dotGroup {
            position: absolute;
            bottom: 2.2rem;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 12px;
            z-index: 3;
        }
        .imgScrollX37-dotUnit {
            width: 11px;
            height: 11px;
            background: rgba(255,255,255,0.65);
            border-radius: 9px;
            transition: all 0.35s ease;
            cursor: pointer;
        }
        .imgScrollX37-dotUnit:hover { background: rgba(255,255,255,0.9); }
        .imgScrollX37-dotUnit--on {
            background: #1e3a8a;
            width: 32px;
        }
 
