#twikoo-comment .footer {
       display: none;
   }
   
/*[data-theme=light] #nav .menus_items .menus_item .menus_item_child {*/
    /*background-color: #ffffff4f!important;*/
    /*backdrop-filter: blur(20px)!important;*/
    /*-webkit-backdrop-filter: blur(20px)!important*/
/*}*/
/**/
/*[data-theme=dark] #nav .menus_items .menus_item .menus_item_child {*/
    /*background-color: #1d1e224f!important;*/
    /*backdrop-filter: blur(20px)!important;*/
    /*-webkit-backdrop-filter: blur(20px)!important*/
/*}*/
/**/
/*[data-theme=dark] #page-header.nav-fixed #nav {*/
    /*background: #0000006f!important*/
/*}*/
/**/
/*[data-theme=light] #page-header.nav-fixed #nav {*/
    /*background: #ffffff4f!important;*/
/*}*/
/**/
/*#page-header.nav-fixed #nav {*/
    /*outline: 1px #7c7c7c43 solid!important;*/
    /*backdrop-filter: blur(20px)!important;*/
    /*-webkit-backdrop-filter: blur(20px)!important*/
/*}*/
/**/
/*@media screen and (max-width: 768px) {*/
    /*#nav {*/
        /*background:#fff0!important*/
    /*}*/
/*}*/
/**/
/*@media screen and (max-width: 768px) {*/
    /*body[data-type=post] #page-header #nav {*/
        /*--font-color:#fff*/
    /*}*/
/*}*/
/**/
/*@media screen and (max-width: 768px) {*/
    /*#page-header.nav-fixed #nav {*/
    /*--font-color: var(--efu-fontcolor)!important;*/
    /*}*/
/*}*/
/**/
/*[data-theme=dark] #page-header.nav-fixed #nav {*/
    /*background: #1d1e224f!important;*/
    /*backdrop-filter: blur(20px)!important;*/
    /*-webkit-backdrop-filter: blur(20px)!important*/
/*}*/


/* 波浪css */
.main-hero-waves-area {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -11px;
  z-index: 5;
}
.waves-area .waves-svg {
  width: 100%;
  height: 5rem;
}
/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: #f7f9febd;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: #f7f9fe82;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  fill: #f7f9fe36;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  fill: #FEFEFE;
}
/* 黑色模式背景 */
[data-theme="dark"] .parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
  fill: #18171dc8;
}
[data-theme="dark"] .parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
  fill: #18171d80;
}
[data-theme="dark"] .parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
  fill: #18171d3e;
}
[data-theme="dark"] .parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
  fill: #1A1B1F;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves-area .waves-svg {
    height: 40px;
    min-height: 40px;
  }
}