.elementor-22 .elementor-element.elementor-element-a953334{--display:flex;}.elementor-22 .elementor-element.elementor-element-a953334:not(.elementor-motion-effects-element-type-background), .elementor-22 .elementor-element.elementor-element-a953334 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF00;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-89c702f *//* 图二：正常 footer，不要 fixed */
.mg-footer{
  background:
    radial-gradient(circle at top, rgba(214,169,56,.16), transparent 38%),
    linear-gradient(180deg,#001a0b 0%,#003b1d 55%,#000b04 100%);
  color:#fff;
  font-family:Arial, sans-serif;
  
}

/* ===== SEO介绍 ===== */
.mg-footer-intro{
  max-width:1000px;
  margin:auto;
  padding:40px 18px 30px;
  text-align:center;
  border-top:1px solid rgba(214,169,56,.25);
}

.mg-footer-intro h2{
  color:#f6cf5c;
  font-size:28px;
  margin:0 0 10px;
  font-weight:900;
}

.mg-footer-intro h3{
  color:#fff;
  font-size:18px;
  margin:0 0 18px;
  font-weight:800;
}

.mg-footer-intro p{
  color:#d5d5d5;
  font-size:14px;
  line-height:1.7;
  margin:0 auto 12px;
}

/* ===== 主体 ===== */
.mg-footer-main{
  max-width:1200px;
  margin:auto;
  padding:40px 18px;
  display:grid;
  grid-template-columns:1.3fr 1fr 1fr 1fr;
  gap:30px;

  background:rgba(0,0,0,.2);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}

/* Logo */
.mg-footer-logo{
  width:160px;
  margin-bottom:14px;
}

/* 标题 */
.mg-footer-col h4{
  color:#f6cf5c;
  font-size:15px;
  margin-bottom:14px;
}

/* 文本 */
.mg-footer-col p{
  color:#d0d0d0;
  font-size:13px;
  line-height:1.7;
}

/* 列表 */
.mg-footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.mg-footer-col li{
  margin-bottom:9px;
}

/* 链接 */
.mg-footer-col a{
  color:#e0e0e0;
  text-decoration:none;
  font-size:13px;
  transition:.25s;
}

.mg-footer-col a:hover{
  color:#f6cf5c;
  padding-left:4px;
}

/* ===== 免责声明 ===== */
.mg-footer-note{
  max-width:1200px;
  margin:auto;
  padding:24px 18px 0;
}

.mg-footer-note p{
  color:#cfcfcf;
  font-size:12px;
  line-height:1.7;
  padding:15px 18px;
  border-radius:14px;
  border:1px solid rgba(214,169,56,.25);
  background:rgba(0,0,0,.25);
}

.mg-footer-note strong{
  color:#f6cf5c;
}

/* ===== 底部 ===== */
.mg-footer-bottom{
  text-align:center;
  padding:24px 18px;
  color:#aaa;
  font-size:12px;
  background:#000b04;
  margin-top:24px;
}

/* ===== 手机 ===== */
@media(max-width:768px){
  .mg-footer-main{
    grid-template-columns:1fr;
    text-align:center;
  }

  .mg-footer-logo{
    margin:auto;
  }

  .mg-footer-col a:hover{
    padding-left:0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae19e95 */.bottom-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62px;
  background: linear-gradient(180deg, #004d24, #002f17);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99999;
  border-top: 2px solid #ff8a00;
  box-shadow: 0 -4px 18px rgba(0,0,0,0.35);
}

.bottom-nav .nav-item {
  flex: 1;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.bottom-nav .nav-icon {
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 4px;
  color: #ffb22e;
}

.bottom-nav .nav-item.active .nav-icon,
.bottom-nav .nav-item:hover .nav-icon {
  color: #ffffff;
}

.bottom-nav .nav-item.active span,
.bottom-nav .nav-item:hover span {
  color: #ffb22e;
}

/* 防止内容被 footer 挡住 */
body {
  padding-bottom: 70px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d283573 *//* ===== 浮动主按钮 ===== */
.floating-ads {
  position: fixed;
  left: 3px;
  top: 55%;
  z-index: 999999;
  animation: floatMove 16s ease-in-out infinite !important;
}

/* 图片 */
.floating-ads img {
  width: 68px;
  display: block;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  transition: all 0.25s ease;
}

/* hover 放大 */
.floating-ads:hover img {
  transform: scale(1.12);
  box-shadow: 0 10px 28px rgba(0,0,0,0.45);
}

/* ===== 上下浮动动画 ===== */
@keyframes floatMove {
  0%   { margin-top: 0; }
  50%  { margin-top: -210px; }
  100% { margin-top: 0; }
}


/* ===== 呼吸发光（高级感） ===== */
.floating-ads::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  box-shadow: 0 0 18px rgba(255,140,0,0.5);
  opacity: 0.6;
  animation: glow 2s infinite;
}

@keyframes glow {
  0%,100% { opacity: 0.3; }
  50%     { opacity: 0.8; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-256f78b */.floating-freetng {
  position: fixed;
  width: 35px;
  right: 0;
  bottom: 215px;
  z-index: 9999;
  animation: floatSmall 2.3s ease-in-out infinite;
}

.floating-freetng img {
  width: 100%;
  display: block;
}

.floating-freecredit {
  position: fixed;
  width: 28px;
  right: 0;
  bottom: 90px;
  z-index: 9999;
  animation: floatSmall 2.3s ease-in-out infinite;
}

.floating-freecredit img {
  width: 100%;
  display: block;
}/* End custom CSS */