.lemei-footer {
  position: relative;
  padding: 80px 0 0px;
  background-size: cover;
}
.lemei-footer .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}

.lemei-footer .row:first-child {
  flex-direction: column;
}

.lemei-footer .subscribe-content {
  text-align: center;
}

.lemei-footer .subscribe-content h2 {
  font-size:clamp(24px, 2.5vw, 48px);
  margin-bottom: 1rem;
  color: #fff;
  font-weight: normal;line-height:1;
}

.lemei-footer .subscribe-content h3 {
  font-size:18px;
  font-weight: 400;color: #A4A4A4;
  color:#fff;
  opacity: .5;
  margin-bottom: 1.5rem;font-family: var(--font-family);
}

.lemei-footer .subscribe-content a {
  font-size:18px;display:inline-flex;align-items:center;
  color: #FFFFFF;
}
.lemei-footer .subscribe-content a i {
  margin-left: 8px;
  font-size: 18px;
}

.lemei-footer .subscribe-content-href:hover {
  color: #FFFFFF;
  background: linear-gradient(0deg, #48C093 0%, #90D12D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lemei-footer .form {
  width: 100%;
}
.lemei-footer .subscribe-form {
  position: relative;
  width: 100%;
  max-width: 622px;
  margin:1rem auto 0;
}

.lemei-footer .subscribe-form input {
  border: 0;
  padding-left:25px;
  height:58px;
  background:#FFF;
  border-radius:38px;
  width: 100%;
}
.lemei-footer .subscribe-form .crmFormVali-error {
  right: 190px
}

.lemei-footer .subscribe-form input::placeholder {
  font-size: 16px;
  font-weight: 400;
}

.lemei-footer .subscribe-form .theme-btn {
  position: absolute;
  right: 0;
  top: 0px;
  border: 0;
  font-size:18px;
  font-weight: 400;
  cursor: pointer;
  width:180px;
  height:58px;
  background: linear-gradient(10deg, var(--color-primary), var(--color-second));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius:38px;
  color: #fff;
  margin: 0;
}

.lemei-footer .subscribe-form .theme-btn:hover {
  background: linear-gradient(180deg, var(--color-primary), var(--color-second));
}

.lemei-footer .footer-line{padding:3rem 0 2rem;}

.lemei-footer .row.footer-line.two {
  border-top: 1px solid rgba(225, 225, 225, .21);
  padding: 1rem 0;
}

.lemei-footer .footer-wiget-log {
  margin-bottom: 36px;
}

.lemei-footer .foot-logo {
  max-height: 68px;
}

.lemei-footer .footer-wiget-text p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 25px;
}

.lemei-footer .footer-wiget-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.lemei-footer .footer-wiget-social ul li a i {
  color: #fff;
  font-size: 18px;
  height: 38px;
  width: 38px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  transition: .5s;
}




.lemei-footer .footer-wiget-social ul li a i:hover {
  background: var(--color-primary);
  color: #ffff;
}

.lemei-footer .footer-wiget-title h4 {
  position: relative;
  font-size:22px;
  line-height:1;
  color:#fefefe;
  padding: 0 0 1rem;
  overflow-wrap: break-word;
}

.lemei-footer .footer-wiget-title h4::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  width: 42px;
  height: 3px;
  background: linear-gradient(10deg, var(--color-primary), var(--color-second));
}

.lemei-footer .footer-wiget-menu ul li {
  color: #c4c4c4;
  list-style: none;
  display: flex;
  align-items: center;
}

.lemei-footer .footer-wiget-menu ul li+li {
  margin-top: 8px;
}
.lemei-footer .footer-wiget-menu ul li:nth-child(6) {
  display:none;
}
.lemei-footer .footer-wiget-menu ul li>img {
  width: 14px;
  height: 14px;
  aspect-ratio: 1;
  margin-right: 10px;
}

.lemei-footer .footer-wiget-menu ul li a {
  font-size:16px;
  color: #c4c4c4;
  font-weight: 400;
  text-decoration: none;
  overflow-wrap: break-word;
}

.lemei-footer .footer-wiget-menu ul li a:hover {
  color: var(--color-primary);
}

.lemei-footer .footer-wiget-menu ul li a i {
  font-size: 12px;
  margin-right: 5px;
}

.lemei-footer .footer-wiget-contact-menu ul li {
  font-size:16px;
  color: #c4c4c4;
  text-decoration: none;
}

.lemei-footer .footer-wiget-contact-menu ul li+li {
  margin-top: 8px;
}

.lemei-footer .footer-wiget-contact-menu ul li:hover {
  color: var(--color-primary);
}

.lemei-footer .footer-wiget-contact-menu ul li i {
  font-size:14px;
  margin-right: 10px;
  background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-second) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

  
.lemei-footer .copy-right-text p {
  text-align: center;
  opacity: 0.502;
  font-size:18px;
  color:#c4c4c4;
  font-weight: 400;
}
.lemei-footer .iconfont-down2,
.lemei-footer .mobile-logo{
  display: none;
}
.form-message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(80, 80, 80, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
}
.form-message__title {
  font-family: var(--title-font-family);
  font-size: 36px;
  color: #323232;
  font-weight: 700;
  margin-bottom: 16px;
  border-radius: 10px;
}
.form-message__text {
  font-size: 18px;
  margin-bottom: 24px;
}
.form-message__close {
  width: 165px;
  height: fit-content;
  color: #F9F9F9;
  font-size: 18px;
  line-height: 45px;
  border-radius: 90px;
  background: linear-gradient(90deg, #48C093 0%, #90D12D 100%);
  cursor: pointer;
}

.form-message__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 497px;
  max-width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  background: #FFF;
}


@media screen and (max-width:1441px) {
.lemei-footer .copy-right-text p{font-size:17px;}
}

@media screen and (max-width:1280px) {
.lemei-footer .copy-right-text p{font-size:16px;}
}

@media only screen and (max-width: 992px) {
  .lemei-footer .footer-wiget-social ul li {
    margin-right: 12px;
  }

  .lemei-footer .subscribe-content h2 {
    font-size: 32px;
  }

  
  .lemei-footer .footer-wiget-title h4 {
    font-size: 20px;
    padding: 0 0 1rem;
  }
  .lemei-footer .footer-wiget-title h4::before {
    content: none;
  }

  .lemei-footer .row.footer-line {
    padding: 1rem 0;
  }
}

@media only screen and (max-width: 768px) {
  .lemei-footer .hidden-xs {
    display: none !important;
  }
  .lemei-footer .subscribe-content {
    margin-bottom: 1rem;
  }

  .lemei-footer .subscribe-content h2 {
    font-size: 24px;
  }

  .lemei-footer .subscribe-form .theme-btn {
    height: 48px;
    width: 120px;
    font-size: 14px;
  }

  .lemei-footer .footer-wiget-title h4::before {
    content: none;
  }

  .lemei-footer .footer-wiget-title h4 {
    padding:1rem 0;
  }
  .lemei-footer .subscribe-content a,
  .lemei-footer .footer-wiget-menu ul li a,
  .lemei-footer .footer-wiget-contact-menu ul li{
    font-size: 16px;
  }

  .lemei-footer .copy-right-text p{
    font-size: 16px;text-align: left;
  }
  .lemei-footer {
    padding:30px 0 0;
  }
  .lemei-footer .subscribe-content {
    margin-bottom: 8px;
  }
  .lemei-footer .row.footer-line {
    padding: 20px 0;
  }
  .lemei-footer .row.footer-line.two {
    padding: 20px 0;border-top:none;
  }
  .lemei-footer .subscribe-content h2 {
    font-size: 24px;margin-bottom:15px;
  }
  .lemei-footer .subscribe-content h3 {
    color: #A4A4A4;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
  }
  .lemei-footer .subscribe-content a {
    font-size: 18px;
  }
  .lemei-footer .subscribe-form {
    margin-top: 0;
  }

  .lemei-footer .subscribe-form .theme-btn {
      width: 170px;
      height: 100%;
      font-size: 18px;
  }
  .lemei-footer .footer-wiget, .lemei-footer .footer-wiget-quick-contanct {
    /*padding-top: 0;*/
  }
  .lemei-footer .footer-wiget-title h4 {
      /*padding: 0;*/
      font-size: 18px;
  }
  .lemei-footer .footer-wiget-menu ul li+li {
    /*margin-top: 0;*/
 }
 .lemei-footer .footer-wiget-contact-menu ul li {
    font-size: 18px;
  }
  .lemei-footer .footer-wiget-contact-menu ul li+li {
     /*margin-top: 0;*/
  }
  
  
  .lemei-footer .footer-wiget-menu{
    display: none;
    transition: max-height 0.4s ease-out, padding 0.4s ease-out;
    padding-bottom:10px;
  }
  
  .lemei-footer .footer-wiget-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .lemei-footer .mobile-style {
    flex: auto;
    max-width: 100%;
    padding: 0;
    border-bottom: 1px solid rgba(225, 225, 225, .21);
    margin: 0 15px;
  }
  .lemei-footer .footer-line > div:nth-child(2) {
    order: 2;
  }
  .lemei-footer .footer-line > div:nth-child(3) {
    order: 1;
  }
  .lemei-footer .footer-line > div:nth-child(4) {
    order: 3;
  }
  
  .lemei-footer .iconfont-down2,
  .lemei-footer .mobile-logo{
    display: block;
  }
  
  .mobile-style.active .footer-wiget-menu {
    display: block;
  }
  
  .lemei-footer .footer-wiget-log {
    margin-bottom: 0;
  }

  .lemei-footer .footer-wiget-social {
    margin: 24px 0;
  }
.lemei-footer .foot-logo{max-height:55px;}

  /* 动画效果增强 */
  .footer-wiget-menu {
      animation: fadeInUp 0.6s ease-out;
  }

  @keyframes fadeInUp {
      from {
          opacity: 0;
          transform: translateY(30px);
      }
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }
}

@media only screen and (max-width: 575px) {
  .lemei-footer{
    background:url(https://shopcdnpro.grainajz.com/category/344896/2970/130e50775fa7ba67cd9f8d649c3650b6/footbg.jpg) no-repeat center;
    background-size:cover;
  }  
  .lemei-footer .bg{display:none;}
  .lemei-footer .form {
    padding: 0 15px;
  }
  .lemei-footer .subscribe-form .crmFormVali-error {
    left: 0;
    bottom: -18px;
    top: unset;
  }
  .lemei-footer .copy-right-text p{font-size:15px;} 
}


@media screen and (max-width:480px) {
.lemei-footer .subscribe-content h2 {margin-bottom:10px;}
.lemei-footer .subscribe-content h3{font-size:14px;margin-bottom:10px;}
.lemei-footer .subscribe-content a{font-size:14px;}

.lemei-footer .subscribe-form .theme-btn{width:110px;font-size:15px;}
.lemei-footer .subscribe-form input{height:45px;padding-left:15px;}

.lemei-footer .footer-wiget-title h4{font-size:16px;}
.lemei-footer .footer-wiget-menu ul li a{font-size:13px;}
.lemei-footer .footer-wiget-contact-menu ul li{font-size:13px;}

.lemei-footer .foot-logo{max-height:35px;}

.lemei-footer .copy-right-text p{font-size:14px;}
.lemei-footer .footer-wiget-social{margin:10px 0;}
  
}




