.mobile-container,
.phoneheader {
  display: none;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}

header .topbar {
  width: 100%;
  height: 0.28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ee7163;
}

header .topbar .swiper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  width: 88%;
}

header .topbar .swiper .swiper-slide {
  line-height: 0.28rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

header .topbar .swiper .swiper-slide a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.12rem;
  font-weight: bold;
  line-height: 0.28rem;
}

header .topbar .swiper .swiper-button-next,
header .topbar .swiper .swiper-button-prev {
  width: 0.15rem;
  height: 0.15rem;
  top: 50%;
  transform: translateY(100%);
}

header .topbar .swiper .swiper-button-next:hover::after {
  opacity: 0.8;
}

header .topbar .swiper .swiper-button-prev:hover::after {
  opacity: 0.8;
}

header .topbar .swiper .swiper-button-prev::after,
header .topbar .swiper .swiper-button-next::after {
  font-size: 0.12rem;
  color: #fff;
  opacity: 0.3;
  font-weight: bold;
  padding: 0;
  margin: 0;
  transition: all 0.1s;
}

header nav {
  display: flex;
  align-items: center;
}

header nav .navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header nav .navbar .left {
  display: flex;
  align-items: center;
}

header nav .navbar .logo {
  margin-right: 0.35rem;
  width: 1.24rem;
  height: auto;
  object-fit: contain;
}

header nav .navbar .logo img {
  width: 100%;
  height: auto;
  display: block;
}

header nav .navbar .black {
  display: none;
}

header nav .navbar .main_nav__menu {
  display: flex;
  align-items: center;
}

header nav .navbar .main_nav__menu .frist .mask {
  min-width: 2rem;
}

header nav .navbar .main_nav__menu .frist .thrids:hover .mask2 {
  display: block;
}

header nav .navbar .main_nav__menu .nav_item {
  position: relative;
  margin: 0 0.1rem;
}

header nav .navbar .main_nav__menu .nav_item .title a {
  display: flex;
  align-items: baseline;
  vertical-align: middle;
  color: #012c44;
  font-size: 0.16rem;
  width: 100%;
  padding: 0.2rem 0;
  transition: all 0.3s ease;
}

header nav .navbar .main_nav__menu .nav_item .title a i {
  font-weight: bold;
  vertical-align: middle;
  margin-left: 0.1rem;
  font-size: 0.14rem;
}

header nav .navbar .main_nav__menu .nav_item .title a:hover {
  opacity: 0.7;
}

header nav .navbar .main_nav__menu .nav_item.last {
  margin-left: 0.05rem;
}

header nav .navbar .main_nav__menu .nav_item.last .searchInput {
  width: 1.5rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  border-radius: 0.1rem;
  transition: all 0.2s ease-in-out;
}

header nav .navbar .main_nav__menu .nav_item.last .searchInput i {
  font-size: 0.2rem;
  margin-left: 0;
  color: #012c44;
  font-weight: bold;
  cursor: pointer;
}

header nav .navbar .main_nav__menu .nav_item.last .searchInput .input {
  width: 0;
  transition: all 0.2s ease-in-out;
}

header nav .navbar .main_nav__menu .nav_item.last .searchInput .input input {
  display: block;
  transition: all 0.2s ease-in-out;
  width: 98% !important;
  height: calc(100% - 0.1rem);
  border: none;
  font-size: 0.14rem;
}

header nav .navbar .main_nav__menu .nav_item.last .searchInput.active {
  background-color: #fff;
  border: 1px solid #012c44;
}

header nav .navbar .main_nav__menu .nav_item.last .searchInput.active i {
  opacity: 0;
}

header nav .navbar .main_nav__menu .nav_item.last .searchInput.active .input {
  width: auto;
}

header nav .navbar .main_nav__menu .nav_item .mask {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0.55rem;
  left: 0;
  height: auto;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  border-radius: 0.1rem;
  box-sizing: border-box;
  display: none;
  transition: opacity 0.3s ease;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

header nav .navbar .main_nav__menu .nav_item .mask::before {
  left: 10%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -10px;
  top: -27px;
}

header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items {
  width: 100%;
}

header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items .item {
  width: 100%;
  padding: 0 0.2rem;
}

header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items .item a {
  display: block;
  margin: 0.2rem 0;
  white-space: nowrap;
}

header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items .item a:hover {
  color: #ee7163;
}

header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items .item .box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.2rem 0;
}

header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items .item .box a {
  display: block;
  margin: 0;
  white-space: nowrap;
}

header nav .navbar .main_nav__menu .nav_item .mask .mask-content .list .items .item .box span {
  font-size: 0.2rem;
  text-align: right;
  color: #000;
}

header nav .navbar .main_nav__menu .nav_item .mask2 {
  display: none;
  position: absolute;
  left: 100%;
  top: 2%;
  padding: 0 0.15rem;
  background-color: #ffffff;
  border-radius: 0.1rem;
  box-sizing: border-box;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}

header nav .navbar .right {
  display: flex;
  align-items: center;
}

header nav .navbar .right .le p {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #879496;
  margin: 0;
}

header nav .navbar .right .le .tel {
  margin-top: 0.05rem;
}

header nav .navbar .right .le .tel a {
  display: flex;
  align-items: center;
  color: #1baaa0;
}

header nav .navbar .right .le .tel a i {
  font-size: 0.18rem;
  font-style: normal;
  vertical-align: middle;
  margin-bottom: 0.05rem;
}

header nav .navbar .right .rg {
  margin-left: 0.4rem;
}

header nav .navbar .right .rg button {
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.16rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #ff9c6e;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
}

header nav .navbar .right .rg button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

header nav .navbar .right .rg button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

header nav .navbar .right .rg button:hover .span {
  color: #fff;
}

header nav .navbar .right .rg button::before,
header nav .navbar .right .rg button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

header nav .navbar .right .rg button::before {
  content: '';
  background: #ee7163;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

header nav .navbar .right .rg button:hover::before {
  transform: translate3d(100%, 0, 0);
}

header.fixed {
  position: fixed;
}

header.fixed nav {
  background-color: #fff;
}

header.fixed nav .main_nav__menu {
  padding: 0rem 0;
  color: #012c44;
}

header.fixed nav .main_nav__menu li .title a {
  color: #012c44 !important;
}

header.fixed nav .black {
  display: block;
}

header.fixed nav .none {
  display: none;
}

header.fixed .last i {
  color: #012c44 !important;
}

footer {
  background: linear-gradient(151deg, #ebf5fd 6%, #b1dbff 70%);
  position: relative;
  z-index: 22;
  padding-top: 0.7rem;
}

footer .head {
  display: flex;
  flex-wrap: wrap;
}

footer .head .form {
  background: url('../img/action_b_shape.png') no-repeat;
  background-size: cover;
}

footer .head .newsletter-footer {
  padding: 0.2rem;
  background: #fcf6f1;
  border-radius: 0.25rem;
  text-align: center;
  width: 3.5rem;
  margin: 0 0.3rem 0 0;
  height: max-content;
  box-sizing: border-box;
}

footer .head .newsletter-footer h5 {
  transition: all 0.2s ease-in-out;
  font-size: 13px;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  color: #022c44;
}

footer .head .newsletter-footer h5 span {
  color: #1baaa0;
}

footer .head .newsletter-footer p.text {
  margin: 0.1rem 0;
}

footer .head .newsletter-footer .form-group {
  margin: 0.1rem 0;
  background: #fff;
  width: 100%;
  border-radius: 0.08rem;
  padding: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.5rem;
  box-sizing: border-box;
}

footer .head .newsletter-footer .form-group input {
  height: 100%;
  display: block;
  border: none;
  font-size: 0.15rem;
  padding-left: 0.2rem;
  width: 80%;
}

footer .head .newsletter-footer .form-group .lg-hidden {
  flex-shrink: 0;
  height: 100%;
}

footer .head .newsletter-footer .form-group .lg-hidden a button {
  width: fit-content;
  outline: none;
  cursor: pointer;
  border: none;
  padding: 0.12rem 0.18rem;
  margin: 0;
  font-size: inherit;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  font-size: 0.16rem;
  border-radius: 0.05rem;
  overflow: hidden;
  background: #FF9C6E;
  font-family: 'Circular';
  color: #fff;
  text-transform: capitalize;
  transition: all 0.2s;
  padding: 0.08rem 0.18rem;
}

footer .head .newsletter-footer .form-group .lg-hidden a button .span {
  position: relative;
  z-index: 10;
  transition: color 0.4s;
  display: block;
  height: 100%;
}

footer .head .newsletter-footer .form-group .lg-hidden a button:hover {
  box-shadow: 0 15px 21px -8px #ed7163d9;
}

footer .head .newsletter-footer .form-group .lg-hidden a button:hover .span {
  color: #fff;
}

footer .head .newsletter-footer .form-group .lg-hidden a button::before,
footer .head .newsletter-footer .form-group .lg-hidden a button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

footer .head .newsletter-footer .form-group .lg-hidden a button::before {
  content: '';
  background: #1aa99f;
  width: 120%;
  left: -10%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}

footer .head .newsletter-footer .form-group .lg-hidden a button:hover::before {
  transform: translate3d(100%, 0, 0);
}

footer .head .newsletter-footer p.free-text-newsletter {
  margin-top: 0.25rem;
  margin-bottom: 0rem;
  font-size: 0.1rem;
  text-transform: uppercase;
}

footer .head .newsletter-footer p.agree-terms-text {
  margin-top: 0.2rem;
  font-size: 0.08rem;
  font-family: 'SpaceGrotesk';
  line-height: 1.5;
}

footer .head .newsletter-footer p.agree-terms-text a {
  text-decoration: underline;
  font-size: 0.08rem;
  font-family: 'SpaceGrotesk';
}

footer .head .footerBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .head .inner {
  width: 2.2rem;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin-right: 0.2rem;
}

footer .head .inner a {
  transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: 'SpaceGrotesk';
}

footer .head .inner a h6 {
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  font-size: 0.13rem;
}

footer .head .inner .footer-menuList li.menuItem {
  margin-bottom: 0.1rem;
  box-sizing: border-box;
}

footer .head .inner .footer-menuList li.menuItem a {
  box-sizing: border-box;
  width: 100%;
  /* text-transform: capitalize; */
  font-size: 0.13rem;
}

footer .head .inner .footer-menuList li.menuItem:hover a {
  width: 100%;
  padding-left: 0.05rem;
  opacity: 0.7;
  box-sizing: border-box;
  color: #000;
}

footer .head .inner .footer-menuList li.iconbox {
  display: flex;
  align-items: center;
}

footer .head .inner .footer-menuList li.iconbox .icon {
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  width: 0.32rem;
  height: 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.1rem;
}

footer .head .inner .footer-menuList li.iconbox .icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .head .inner .footer-menuList li.iconbox .icon img {
  width: 0.2rem;
  height: 0.2rem;
  object-fit: contain;
  display: block;
}

footer .head .inner .footer-menuList li.iconbox .icon:last-child {
  margin-right: 0;
}

footer .head .inner .footer-menuList li.iconbox:hover .icon a {
  padding-left: 0rem;
}

footer .head .inner .last a {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

footer .head .inner .last a img {
  width: 0.8rem;
  height: 0.33rem;
  margin-left: 0.05rem;
  flex-shrink: 0;
}

footer .center {
  margin-top: 0.1rem;
  display: flex;
  justify-content: space-between;
}

footer .center .left {
  opacity: 0;
}

footer .center .left .button {
  background-color: #fff;
  border: 0.01rem solid #00b67a;
  border-radius: 0.02rem;
  display: inline-block;
  padding: 0.08rem 0.06rem;
}

footer .center .left .button .tp-widget-logo {
  display: inline-block;
  vertical-align: bottom;
}

footer .center .col-xs-12 .text-gray {
  text-align: center;
}

footer .center .col-xs-12 .footer-logos {
  width: 5.94rem;
}

footer .copyright-section {
  border-top: 1px solid #315162;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .copyright-section .logo {
  width: 20%;
  height: auto;
}

footer .copyright-section .logo .black,
footer .copyright-section .logo .none {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

footer .copyright-section .copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer .copyright-section .copy-text {
  padding: 0 0 0.1rem;
  margin: 0;
  font-size: 0.13rem;
  text-align: center;
}

footer .copyright-section ul {
  display: flex;
  align-items: center;
}

footer .copyright-section ul li a {
  color: #ee7163;
  font-size: 0.13rem;
  font-family: 'SpaceGrotesk';
}

footer .copyright-section ul li::after {
  content: '|';
  color: #9aabb5;
  margin: 0 0.05rem;
  font-size: 0.13rem;
}

footer .copyright-section ul li:last-child::after {
  content: '';
}

footer .copyright-section img {
  margin-top: 0.1rem;
  width: 40%;
  height: auto;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
  .w {
    width: 92.5%;
  }

  header {
    z-index: 10000;
  }

  header .topbar {
    width: 100%;
    height: 0.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ee7163;
  }

  header .topbar .swiper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 100%;
    width: 88%;
  }

  header .topbar .swiper .swiper-slide {
    line-height: 0.4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  header .topbar .swiper .swiper-slide a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.12rem;
    font-weight: bold;
    line-height: 0.4rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
  }

  header .topbar .swiper .swiper-button-next,
  header .topbar .swiper .swiper-button-prev {
    width: 0.15rem;
    height: 0.15rem;
    top: 100%;
    transform: translateY(100%);
  }

  header .topbar .swiper .swiper-button-next:hover::after {
    opacity: 0.8;
  }

  header .topbar .swiper .swiper-button-prev:hover::after {
    opacity: 0.8;
  }

  header .topbar .swiper .swiper-button-prev::after,
  header .topbar .swiper .swiper-button-next::after {
    font-size: 0.12rem;
    color: #fff;
    opacity: 0.3;
    font-weight: bold;
    padding: 0;
    margin: 0;
    transition: all 0.1s;
  }

  header nav {
    display: none;
  }

  .phoneheader {
    display: block;
    height: 1.2rem;
    background-color: #fff;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 0.01rem solid #e6e6e6;
  }

  .phoneheader .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .phoneheader .logo {
    width: 2.5rem;
    height: auto;
    vertical-align: middle;
  }

  .phoneheader .logo img {
    width: 100%;
    height: auto;
  }

  .phoneheader .menu {
    width: 0.5rem;
    vertical-align: middle;
  }

  .phoneheader .menu img {
    width: 100%;
    height: auto;
  }

  .mobile-container {
    position: fixed;
    z-index: 9999999;
    top: 1.6rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    transform: translateX(100%);
    display: block;
    height: calc(100vh - 1.6rem);
  }

  .mobile-container.active {
    transform: translateX(0);
  }

  .mobile-container .menu-list {
    padding: 0.5rem 0;
    background: #fff;
    height: 100%;
    margin-left: 18%;
    overflow: auto;
  }

  .mobile-container .menu-list .input-group {
    width: 80%;
    margin: auto;
    height: 0.8rem;
  }

  .mobile-container .menu-list .input-group .search-form {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    background-color: #e8eff7;
  }

  .mobile-container .menu-list .input-group input {
    width: 100%;
    border: none;
    height: 100%;
    background-color: #e8eff7;
    padding-left: 0.15rem;
    font-size: 0.28rem;
  }

  .mobile-container .menu-list .input-group button {
    width: 20%;
    height: 100%;
    padding: 0;
    background: #d9dfee;
  }

  .mobile-container .menu-list .input-group button i {
    border-radius: 0 0.06rem 0.06rem 0;
    height: 0.1rem;
    padding: 0.1rem 0;
    color: #212529;
    font-size: 0.4rem;
    font-weight: bold;
  }

  .mobile-container .footer-list {
    margin-top: 0.3rem;
    color: #999;
  }

  .mobile-container .footer-list a {
    color: #000;
  }

  .mobile-container .footer-list li {
    position: relative;
    padding: 0 0.4rem;
  }

  .mobile-container .footer-list li.block .top a {
    flex: 1;
    font-size: 0.31rem;
    font-weight: bold;
    color: #000;
  }

  .mobile-container .footer-list .top {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0;
    border-bottom: 1px solid #d6d6d6;
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
    font-size: 0.3rem;
  }

  .mobile-container .footer-list .top a {
    font-size: 0.3rem;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-container .footer-list .top .icon {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }

  .mobile-container .footer-list .top span {
    transition: 0.3s;
    font-size: 0.38rem;
    text-align: right;
    color: #000;
  }

  .mobile-container .footer-list .top.active .icon span {
    transform: rotateZ(90deg);
  }

  .mobile-container .footer-list .second {
    display: none;
    padding-top: 0.15rem;
  }

  .mobile-container .footer-list .second .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: rgba(0, 28, 88, 0.2);
  }

  .mobile-container .footer-list .second .title a {
    font-size: 0.32rem;
    width: 100%;
    padding: 0.2rem 0 0.2rem 0.35rem;
  }

  .mobile-container .footer-list .second .title .icon {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0.2rem;
  }

  .mobile-container .footer-list .second .title span {
    transition: 0.3s;
    font-size: 0.38rem;
    text-align: right;
    color: #000;
  }

  .mobile-container .footer-list .second .third {
    display: none;
  }

  .mobile-container .footer-list .second .third a {
    display: block;
    font-size: 0.32rem;
    color: #000;
    line-height: 2em;
    padding: 0.1rem 0;
    padding-left: 0.6rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .mobile-container .footer-list .second.active .title .icon span {
    transform: rotateZ(90deg);
  }

  .mobile-container .last-sec {
    width: 90%;
    margin: 1rem auto 0;
    background-color: #faf5f0;
    border-radius: 0.1rem;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.2rem;
    box-sizing: border-box;
  }

  .mobile-container .last-sec img {
    width: 1.5rem;
    height: auto;
    padding: 0.03rem 0.2rem;
  }

  .mobile-container .last-sec .le {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-container .last-sec .le p {
    font-size: 0.28rem;
    color: #879496;
  }

  .mobile-container .last-sec .le .tel a {
    text-align: center;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 0.28rem;
    color: #1baaa0;
  }

  .mobile-container .last-sec .le .tel a i {
    font-size: 0.28rem;
  }

  .mobile-container .last-sec .rg {
    margin-left: 0.1rem;
    margin-top: 0.1rem;
    height: 0.55rem;
  }

  .mobile-container .last-sec .rg button {
    width: 100%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.12rem 0.18rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.16rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #ff9c6e;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
  }

  .mobile-container .last-sec .rg button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  .mobile-container .last-sec .rg button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  .mobile-container .last-sec .rg button:hover .span {
    color: #fff;
  }

  .mobile-container .last-sec .rg button::before,
  .mobile-container .last-sec .rg button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  .mobile-container .last-sec .rg button::before {
    content: '';
    background: #ee7163;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  .mobile-container .last-sec .rg button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  footer {
    background: linear-gradient(151deg, #ebf5fd 6%, #b1dbff 70%);
    position: relative;
    z-index: 22;
    padding-top: 0.7rem;
  }

  footer .head {
    display: block;
  }

  footer .head .form {
    background: url('../img/action_b_shape.png') no-repeat;
    background-size: cover;
  }

  footer .head .newsletter-footer {
    padding: 0.4rem;
    background: #fcf6f1;
    border-radius: 0.25rem;
    text-align: center;
    width: 85%;
    margin: 0 auto;
    height: auto;
    box-sizing: border-box;
  }

  footer .head .newsletter-footer h5 {
    transition: all 0.2s ease-in-out;
    font-size: 0.35rem;
    line-height: 1.3;
    margin-bottom: 0.2rem;
    color: #022c44;
  }

  footer .head .newsletter-footer p.text {
    margin: 0.1rem 0;
    font-size: 0.3rem;
  }

  footer .head .newsletter-footer .form-group {
    margin: 0.1rem 0;
    background: #fff;
    width: 100%;
    border-radius: 0.08rem;
    padding: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.8rem;
    box-sizing: border-box;
  }

  footer .head .newsletter-footer .form-group input {
    height: 100%;
    display: block;
    border: none;
    font-size: 0.28rem;
    padding-left: 0.2rem;
    width: 80%;
  }

  footer .head .newsletter-footer .form-group .lg-hidden {
    flex-shrink: 0;
    height: 100%;
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button {
    height: 100%;
    width: fit-content;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.12rem 0.18rem;
    margin: 0;
    font-size: inherit;
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    font-size: 0.16rem;
    border-radius: 0.05rem;
    overflow: hidden;
    background: #FF9C6E;
    font-family: 'Circular';
    color: #fff;
    text-transform: capitalize;
    transition: all 0.2s;
    padding: 0.08rem 0.18rem;
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button .span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
    display: block;
    height: 100%;
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button:hover {
    box-shadow: 0 15px 21px -8px #ed7163d9;
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button:hover .span {
    color: #fff;
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button::before,
  footer .head .newsletter-footer .form-group .lg-hidden a button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button::before {
    content: '';
    background: #1aa99f;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button:hover::before {
    transform: translate3d(100%, 0, 0);
  }

  footer .head .newsletter-footer .form-group .lg-hidden a button .span {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  footer .head .newsletter-footer p.free-text-newsletter {
    margin-top: 0.25rem;
    margin-bottom: 0rem;
    font-size: 0.24rem;
    text-transform: uppercase;
    font-weight: bold;
  }

  footer .head .newsletter-footer p.agree-terms-text {
    margin-top: 0.2rem;
    font-size: 0.24rem;
    font-family: 'SpaceGrotesk';
    line-height: 1.5;
  }

  footer .head .newsletter-footer p.agree-terms-text a {
    text-decoration: underline;
    font-size: 0.08rem;
    font-family: 'SpaceGrotesk';
  }

  footer .head .inner {
    width: 50%;
    flex: 0 0 auto;
    margin: 0.5rem 0;
  }

  footer .head .inner a {
    transition: 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: 'SpaceGrotesk';
  }

  footer .head .inner a h6 {
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    font-size: 0.3rem;
  }

  footer .head .inner .footer-menuList li.menuItem {
    margin-bottom: 0.05rem;
  }

  footer .head .inner .footer-menuList li.menuItem a {
    text-transform: capitalize;
    font-size: 0.26rem;
    line-height: 1.6;
  }

  footer .head .inner .footer-menuList li.menuItem:hover a {
    padding-left: 0.05rem;
    opacity: 0.7;
  }

  footer .head .inner .last a {
    display: flex;
    align-items: center;
  }

  footer .head .inner .last a img {
    width: 40%;
    height: auto;
    margin-left: 0.05rem;
  }

  footer .head .inner .iconbox {
    display: flex;
    align-items: center;
  }

  footer .head .inner .iconbox .icon {
    margin-top: 0.2rem;
    margin-right: 0.1rem;
    width: 0.6rem;
    height: 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 0.1rem;
  }

  footer .head .inner .iconbox .icon img {
    width: 0.35rem;
    height: 0.35rem;
    object-fit: contain;
    display: block;
  }

  footer .head .inner .iconbox .icon:last-child {
    margin-right: 0;
  }

  footer .head .inner .iconbox .icon:hover a {
    padding-left: 0;
  }

  footer .center {
    margin-top: 0.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  footer .center .left span {
    font-size: 0.28rem;
  }

  footer .center .left .button {
    background-color: #fff;
    border: 0.01rem solid #00b67a;
    border-radius: 0.02rem;
    display: inline-block;
    padding: 0.15rem 0.1rem;
  }

  footer .center .left .button .tp-widget-logo {
    display: inline-block;
    vertical-align: bottom;
  }

  footer .center .col-xs-12 {
    margin-top: 0.2rem;
  }

  footer .center .col-xs-12 .text-gray {
    color: #7b919d;
    font-size: 0.3rem;
    text-align: center;
  }

  footer .center .col-xs-12 .footer-logos {
    width: 100%;
    height: auto;
    margin: 0.1rem 0;
  }

  footer .copyright-section {
    border-top: 1px solid #315162;
    padding: 0.2rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  footer .copyright-section .logo {
    width: 40%;
    height: auto;
    margin-bottom: 0.2rem;
  }

  footer .copyright-section .logo img {
    width: 100%;
    height: 100%;
  }

  footer .copyright-section .copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  footer .copyright-section .copy-text {
    padding: 0 0 0.1rem;
    margin: 0;
    color: #a5a5a5;
    font-size: 0.24rem;
  }

  footer .copyright-section ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  footer .copyright-section ul li a {
    text-align: center;
    color: #ee7163;
    font-size: 0.24rem;
  }

  footer .copyright-section ul li::after {
    content: '|';
    color: #9aabb5;
    margin: 0 0.05rem;
    font-size: 0.28rem;
  }

  footer .copyright-section ul li:last-child::after {
    content: '';
  }

  footer .copyright-section img {
    margin: 0.2rem 0;
    width: 70%;
    height: auto;
  }

  footer::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3rem;
    width: 3rem;
    background: url(../img/footer_deco.svg) 0 0 / cover;
    z-index: 0;
  }
}