/*PC端*/
/*M端*/
@import '../fonts/iconfont.css';
@font-face {
  font-family: 'Nexa';
  src: url('../fonts/NEXA.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Bold';
  src: url('../fonts/NEXA-BOLD.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Bold Italic';
  src: url('../fonts/NEXA-BOLDITALIC.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Italic';
  src: url('../fonts/NEXA-REGULARITALIC(2).OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Light';
  src: url('../fonts/NEXA-LIGHT.TTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Light Italic';
  src: url('../fonts/NEXA-LIGHTITALIC(2).OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Heavy';
  src: url('../fonts/NEXAHEAVY.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Heavy Italic';
  src: url('../fonts/NEXA-HEAVY-ITALIC.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa XBold';
  src: url('../fonts/FONTFABRIC - NEXA-XBOLD.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nexa Extra Bold';
  src: url('../fonts/NEXA-EXTRABOLD.OTF');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radnika-Medium';
  src: url('../fonts/Radnika-Medium.eot'), url('../fonts/Radnika-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Radnika-Bold';
  src: url('../fonts/Radnika-Bold.ttf') format('truetype'), url('../fonts/Radnika-Bold.eot'), url('../fonts/Radnika-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GalanoGrotesqueDEMO-Bold';
  src: url('../fonts/GalanoGrotesqueDEMO-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GalanoGrotesqueAltDEMO';
  src: url('../fonts/GalanoGrotesqueAltDEMO.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kinetika-Bold';
  src: url('../fonts/Kinetika-Bold.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kinetika-Regular';
  src: url('../fonts/Kinetika-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rocgrotesk-medium';
  src: url('../fonts/Fontspring-DEMO-rocgrotesk-medium.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /* 主要针对 WebKit 内核浏览器（如 Chrome、Safari） */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 兼容一些旧版 Android */
}
em,
i {
  font-style: normal;
}
html,
body {
  font-family: 'Nexa', 'Kinetika-Regular', Arial, Helvetica, sans-serif;
  margin: 0;
  font-size: 16px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  outline: 0;
  border-radius: 0;
}
:focus {
  outline: 0;
}
.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.clearfix {
  zoom: 1;
}
button,
a,
input,
[onclick] {
  -webkit-tap-highlight-color: transparent;
}
/*公共类*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.of {
  overflow: hidden;
}
.w1100 {
  width: 1100px;
  margin: 0 auto;
}
.w1120 {
  width: 1120px;
  margin: 0 auto;
}
.w1200 {
  width: 12rem;
  margin: 0 auto;
}
.w1400 {
  width: 14rem;
  margin: 0 auto;
}
.fixed {
  position: fixed !important;
  left: 0;
  top: 0;
}
.w1460 {
  width: 14.6rem;
  margin: 0 auto;
}
.w1600 {
  width: 16rem;
  margin: 0 auto;
}
.flex-ct {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lazy,
.b-lazy {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.marl85 {
  margin-left: 0.85rem;
}
.pc {
  display: block;
}
.mobile,
.phone,
.form-hidden {
  display: none;
}
.wpforms-form {
  display: none;
  visibility: hidden;
}
.overlay-full {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  backdrop-filter: blur(6px);
  background-image: url(../image/verification-bg2.webp?v=d704890c83);
  background-size: cover;
  background-position: center;
}
.overlay-full::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
}
.warning-frame {
  margin: auto;
  position: absolute;
  overflow-y: hidden;
  overflow-x: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 930px;
  height: 368px;
  color: #fff;
  z-index: 200;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.warning-title {
  width: 100%;
  height: 60px;
  font-size: 50px;
  margin-bottom: 50px;
}
.warning-content {
  font-size: 24px;
  line-height: 28px;
}
.warning-content .warning-p {
  margin-top: 20px;
  padding-bottom: 56px;
}
.warning-footer {
  flex: 1;
}
.warning-footer-button {
  display: inline-block;
  text-align: center;
}
.line-button {
  font-size: 26px;
  line-height: 45px;
  border-radius: 22.5px;
  min-width: 145px;
  height: 45px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #fff;
  font-family: "Nexa Bold";
  margin: 0 40px;
}
.warning-footer-button .confirm {
  color: #e0382b;
  background-color: #fff;
}
.warning-footer-button .cancel {
  font-size: 22px;
}
/* =================头部模块===================*/
.warning-box {
  overflow: hidden;
}
.warning-bar {
  width: 400%;
  height: 0.6rem;
  text-align: center;
  color: #fff;
  background: #e0382b;
  font-size: 0.24rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Nexa";
}
.warning-bar .info {
  flex: 1;
}
@keyframes drawBorder {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    /* 上边框绘制 */
  }
  50% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
    /* 右边框绘制 */
  }
  75% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* 下边框绘制 */
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    /* 完整边框 */
  }
}
@keyframes lightSweep {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 99;
}
.header .nav {
  width: 100%;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.header .nav::after {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  width: 100%;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.header .nav.fixed {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, 0.1);
}
.header .nav.fixed::after {
  background-color: rgba(255, 255, 255, 0.2);
}
.header .navBox {
  width: 14.4rem;
  margin: 0 auto;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  width: 2.11rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .logo img {
  width: 100%;
}
.header .icon-caidan {
  display: none;
}
.header .navbar {
  width: 7rem;
  display: flex;
  column-gap: 1rem;
  align-items: center;
  height: 100%;
  margin-left: 1.85rem;
  margin-right: auto;
}
.header .navbar li {
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "rocgrotesk-medium";
}
.header .navbar li a.title {
  display: block;
  position: relative;
  font-size: 0.16rem;
  height: 0.26rem;
  line-height: 0.26rem;
  color: #282828;
  padding: 0 0.18rem;
  transition: all 0.3s ease-in-out;
}
.header .navbar li:hover a.title {
  background-color: #e0382b;
  color: #fff;
  border-radius: 0.05rem;
}
.header .navbar li .listBox {
  position: absolute;
  left: 0;
  top: 0.8rem;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}
.header .navbar li .listBox .subList {
  border-bottom: 0.02rem solid #e5e4e5;
  width: 14.4rem;
  margin: 0 auto;
  padding-top: 0.16rem;
  display: flex;
  column-gap: 0.15rem;
}
.header .navbar li .listBox .subList:last-child {
  border: none;
}
.header .navbar li .listBox .subList dt {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-size: 0.24rem;
  color: #1a1a1a;
  font-weight: bold;
  margin-bottom: 0.3rem;
}
.header .navbar li .listBox .subList dd .img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .navbar li .listBox .subList dd .img:hover img.pro {
  transform: scale(1.1);
}
.header .navbar li .listBox .subList dd .img img.pro {
  height: 1.5rem;
  transition: all ease-in-out 0.5s;
}
.header .navbar li .listBox .subList dd .img .newIco {
  width: 0.4rem;
  position: absolute;
  top: 0.06rem;
  right: 0.15rem;
}
.header .navbar li .listBox .subList dd .tit {
  font-size: 0.16rem;
  line-height: 0.18rem;
  color: #282828;
  display: block;
  font-family: 'Nexa XBold';
  position: absolute;
  left: 0.14rem;
  top: 0.12rem;
  text-align: left;
}
.header .navbar li .listBox .subList dd .puff {
  font-size: 0.12rem;
  font-family: 'Nexa Bold';
  position: absolute;
  left: 0.14rem;
  bottom: 0.15rem;
  text-align: left;
  color: #282828;
}
.header .navbar li .listBox .subList dd .more {
  width: 0.23rem;
  height: 0.23rem;
  border-radius: 50%;
  border: 1px solid #919191;
  position: absolute;
  bottom: 0.14rem;
  right: 0.17rem;
  line-height: 0.23rem;
  text-align: center;
  color: #282828;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .navbar li .listBox .subList dd .more i {
  font-size: 0.14rem;
}
.header .navbar li .listBox .subList dd:hover .more {
  border-color: #e0382b;
  background-color: #e0382b;
}
.header .navbar li .listBox .subList dd:hover .tit,
.header .navbar li .listBox .subList dd:hover .puff {
  color: #e0382b;
}
.header .navbar li .listBox .subList dd:hover i {
  color: #fff;
}
.header .navbar li .listBox.te {
  height: auto;
  padding-bottom: 0;
}
.header .navbar li .listBox.te .subList {
  display: flex;
  justify-content: center;
}
.header .navbar li .listBox.te .subList dd {
  margin-right: 0.6rem;
  width: auto;
  line-height: 0.34rem;
  font-size: 0.16rem;
}
.header .navbar li .listBox.te .subList dd:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.header .navbar li .listBox.te .subList dd a {
  color: #282828;
}
.header .navbar li .listBox.te .subList dd a:hover {
  color: #e0382b;
}
.header .search-box {
  width: 2rem;
  height: 0.35rem;
  border-radius: 0.2rem;
  position: relative;
  background-color: #eeeeee;
}
.header .search-box .search-input {
  width: 100%;
  height: 100%;
  padding: 0 0.4rem 0 0.2rem;
  background: transparent;
  font-size: 0.2rem;
  border: none;
}
.header .sousuo-icon-box {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 0.125rem;
  background-color: #e0382b;
  position: absolute;
  top: 50%;
  right: 0.05rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .icon-sousuo1 {
  font-size: 0.2rem;
  color: #fff;
}
.header .nav-m {
  display: none;
}
.container-fluid {
  z-index: 2;
}
/*=====================尾部模块====================*/
.footer {
  background-image: linear-gradient(#ffffff, #e0382b);
  width: 100%;
  position: relative;
  padding: 1.2rem 1.25rem 1.4rem;
  z-index: 2;
  background-image: url(../image/footer-bg.jpg?v=be856bd60d);
  background-size: cover;
  background-position: center;
}
.footer .footer-top {
  width: 100%;
  margin: 0 auto;
  height: 0.8rem;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .subLogo {
  width: 3.75rem;
  height: 0.42rem;
}
.footer .footer-top .subLogo img {
  width: 100%;
  height: 100%;
}
.footer .footer-top .linkList {
  display: flex;
  justify-content: space-between;
}
.footer .footer-top .linkList a {
  font-size: 0.4rem;
  margin: 0 0.15rem;
  display: inline-block;
  color: #282828;
}
.footer .subnav {
  width: 100%;
  margin: 0.65rem auto 0;
  display: flex;
  justify-content: space-between;
}
.footer .subnav > li .tit {
  font-size: 0.26rem;
  line-height: 0.28rem;
  font-family: "rocgrotesk-medium";
  margin-bottom: 0.1rem;
  color: #fff;
  text-transform: uppercase;
}
.footer .subnav > li .list {
  line-height: 0.32rem;
}
.footer .subnav > li .list a {
  font-size: 0.2rem;
  display: block;
  color: #fff;
  font-family: "Nexa";
}
.footer .subnav > li .list a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer .subnav > li:last-child {
  width: 5.4rem;
}
.footer .follow {
  margin-top: 0.48rem;
  font-family: "Nexa XBold";
  font-size: 0.2rem;
  color: #fff;
  margin-bottom: 0.15rem;
}
.footer .social {
  display: flex;
  column-gap: 0.22rem;
}
.footer .social li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social li a i {
  font-size: 0.28rem;
  line-height: 0.3rem;
  color: #fff;
}
.footer .copyright {
  text-align: center;
  font-family: "rocgrotesk-medium";
  font-size: 0.2065rem;
  color: #fff;
  width: fit-content;
  line-height: 0.8rem;
}
.fu {
  position: fixed;
  z-index: 100;
  width: 1.5rem;
  height: 1.56rem;
}
.fu img {
  width: 100%;
  height: 100%;
}
.fu.fu1 {
  right: 0.325rem;
  bottom: calc(0.15rem + 0.5rem + 0.3rem);
  width: 1.3rem;
  height: 1.3rem;
}
.fu.fu2 {
  height: 1.5rem;
  right: 0.23rem;
  bottom: calc(0.15rem + 0.5rem + 0.3rem + 1.3rem + 0.15rem);
}
.fu .icon-guanbi {
  font-size: 0.18rem;
  color: #fff;
  position: absolute;
  right: 0.05rem;
  top: 0.05rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #e0382b;
  padding: 0.05rem;
}
.go-top {
  position: fixed;
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0.3rem;
  right: 0.3rem;
  z-index: 99;
  cursor: pointer;
  transition: right 0.3s ease;
  background-image: url(../image/go-top.png?v=7fd20cfb44);
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 0 6px #f6f6f6;
}
.go-top i {
  transform: rotate(-90deg);
  font-size: 0.3rem;
  color: #282828;
}
@keyframes jump {
  to {
    transform: rotate(180deg) translateY(6px);
  }
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .mobile,
  .phone {
    display: block;
  }
  html,
  body {
    min-width: auto;
  }
  .w1200,
  .w1400,
  .w1460,
  .w1600 {
    width: 100%;
  }
  .overlay-full {
    background-image: url(../image/verification-bg-m.jpg?v=35004b1d0b);
  }
  .warning-frame {
    width: 100%;
    height: auto;
    padding: 0.8rem 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
  }
  .warning-title {
    font-size: 0.5rem;
    height: fit-content;
    margin-bottom: 0.5rem;
  }
  .warning-footer {
    padding-top: 0;
  }
  .warning-footer .line-button {
    flex: 0 0 auto;
    margin: 0 0.44rem;
    width: 1.57rem;
    height: 0.5rem;
    line-height: 0.5rem;
    border-radius: 0.087rem;
    font-size: 0.2853rem;
    min-width: auto;
  }
  .warning-footer .line-button.cancel {
    font-size: 0.24rem;
  }
  .warning-content {
    font-size: 0.26rem;
    line-height: 0.38rem;
    letter-spacing: -0.012rem;
  }
  .warning-content .warning-p {
    margin-top: 0.25rem;
    padding-bottom: 0.85rem;
  }
  .warning-bar {
    height: 0.6rem;
    font-size: 0.22rem;
    line-height: 0.3rem;
    width: 300%;
  }
  .warning-bar .pc {
    display: none;
  }
  .header .logo {
    width: 2.9rem;
  }
  .header .nav {
    z-index: 2;
    height: 1rem;
    background-size: 7.5rem 1rem;
  }
  .header .nav.fixed {
    width: 100%;
    z-index: 2 !important;
  }
  .header .nav .navBox {
    width: 7.5rem;
    padding: 0 0.4rem;
    height: 1rem;
    opacity: 1;
    position: relative;
  }
  .header .nav .navBox .navbar {
    display: none;
  }
  .header .nav .navBox .icon-caidan {
    display: flex;
    font-size: 0.5rem;
    color: #e0382b;
  }
  .header .nav .navBox .icon-caidan.active::before {
    content: '\eca0';
  }
  .header .search-box {
    width: 0.42rem;
    background: transparent;
  }
  .header .search-box .search-input {
    display: none;
  }
  .header .sousuo-icon-box {
    background: transparent;
  }
  .header .icon-sousuo1 {
    color: #e0382b;
    font-size: 0.5rem;
  }
  .header .nav-m {
    position: relative;
    z-index: 1;
  }
  .header .nav-m.active .navBg {
    display: block;
  }
  .header .nav-m .navBg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
  }
  .header .nav-m.active {
    display: block;
  }
  .header .nav-m .submenu-trigger-group {
    width: 100%;
    background-image: linear-gradient(to top, #e0382b 93%, #fff);
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    flex-direction: column;
    padding-top: 1.35rem;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item {
    margin: 0.45rem 0.35rem;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item.on .submenu-tit {
    background: -moz-linear-gradient(174deg, #fff 34%, #ffc000);
    background: linear-gradient(174deg, #fff 34%, #ffc000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item.on .icon-guanbi {
    transform: rotate(180deg);
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item .index {
    line-height: 0;
    letter-spacing: 0.1em;
    font-weight: 400;
    display: inline-block;
    color: #000000;
    -webkit-transform: rotate(-90deg) translateY(0.35rem);
    transform: rotate(-90deg) translateY(35px);
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    padding: 0.1rem;
    font-weight: bold;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item .line {
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
    display: inline-block;
    vertical-align: middle;
    width: 0.8rem;
    height: 0.01rem;
    background: #000;
    -webkit-transform-origin: 35% center;
    transform-origin: 35% center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item .submenu-tit {
    color: #ffffff;
    font-weight: bold;
    display: block;
    font-size: 0.3rem;
    text-transform: uppercase;
    -webkit-transition: color 0.5s ease, -webkit-transform 0.5s ease;
    transition: color 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease, -webkit-transform 0.5s ease;
    position: relative;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item .icon-guanbi {
    color: #fff;
    transform: rotate(45deg);
    transition: all 0.5s ease;
  }
  .header .nav-m .submenu-trigger-group .submenu-trigger-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .nav-m .submenu-trigger-group .showList {
    font-size: 0.24rem;
    width: 100%;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    margin-top: 0.15rem;
  }
  .header .nav-m .submenu-trigger-group .showList dt {
    position: absolute;
    top: 0.36rem;
    left: 0.8rem;
    background: url('../image/sub_m_jian.png') no-repeat;
    background-size: 0.2rem 0.34rem;
    display: none;
  }
  .header .nav-m .submenu-trigger-group .showList dt .submenuBackBtn {
    width: 0.2rem;
    height: 0.34rem;
    display: inline-block;
  }
  .header .nav-m .submenu-trigger-group .showList dd a {
    color: #fffefe;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .footer {
    padding: 0.65rem 0.36rem 0.55rem;
    background-image: url('../image/footer-bg-m.jpg?v=cd8ea3d169');
  }
  .footer .goto_top {
    display: none;
  }
  .footer .line {
    display: none;
  }
  .footer .footer-top {
    width: calc(100% - 0.72rem);
    height: 0.9rem;
    padding: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    border-bottom-width: 0.03rem;
  }
  .footer .footer-top .subLogo {
    padding-right: 0rem;
    width: 3.4rem;
    height: 0.37rem;
  }
  .footer .footer-top .linkList {
    display: none;
  }
  .footer .subnav {
    width: 100%;
    padding: 0 0.36rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0.45rem auto 0;
  }
  .footer .subnav > li {
    margin-bottom: 0;
    padding: 0.25rem 0;
    width: 100%;
    border-bottom: 1px solid #ffe4ca;
  }
  .footer .subnav > li:nth-last-child(1),
  .footer .subnav > li:nth-last-child(2) {
    width: 100%;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .footer .subnav > li:nth-last-child(1) .tit,
  .footer .subnav > li:nth-last-child(2) .tit {
    display: inline-block;
  }
  .footer .subnav > li:nth-last-child(1) .tit::after,
  .footer .subnav > li:nth-last-child(2) .tit::after {
    display: none;
  }
  .footer .subnav > li:nth-last-child(1) .list,
  .footer .subnav > li:nth-last-child(2) .list {
    display: inline-block;
    margin-top: 0;
  }
  .footer .subnav > li:nth-last-child(2) {
    border-bottom: 1px solid #ffe4ca;
  }
  .footer .subnav > li .tit {
    font-size: 0.26rem;
    line-height: 0.36rem;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.4px;
  }
  .footer .subnav > li .tit::after {
    font-family: "iconfont";
    content: '\eca0';
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    transform-origin: center;
    transition: transform 0.3s;
    font-size: 0.2rem;
  }
  .footer .subnav > li .tit.on::after {
    transform: rotate(270deg);
  }
  .footer .subnav > li .list {
    line-height: 0.36rem;
    display: none;
    margin-top: 0.3rem;
  }
  .footer .subnav > li .list a {
    font-size: 0.22rem;
    line-height: 0.36rem;
  }
  .footer .subnav > li .list a:hover {
    color: #e0382b;
  }
  .footer .subnav > li .list a.shop {
    margin: 0.25rem auto 0;
  }
  .footer .follow-us {
    position: absolute;
    top: 0.86rem;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.25rem;
    border-top: 1px solid #ffe4ca;
  }
  .footer .follow {
    font-size: 0.3rem;
    text-align: center;
    padding-left: 0;
    margin: 0;
  }
  .footer .social {
    display: flex;
    justify-content: center;
    margin-left: 0;
    column-gap: 0;
  }
  .footer .social li a {
    margin: 0 0.07rem;
    color: #000;
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .social li a:hover {
    opacity: 0.8;
  }
  .footer .social li a .iconfont {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .footer .social li a .icon-douyin {
    font-size: 0.26rem !important;
  }
  .footer .copyright {
    margin: 1.1rem 0 0;
    font-size: 0.16rem;
    line-height: 0.34rem;
    width: 100%;
    padding: 0 0.8rem;
    border: none;
    text-align: center;
  }
  .go-shop {
    display: block;
    position: fixed;
    width: 0.84rem;
    height: 0.84rem;
    font-size: 0.64rem;
    bottom: 0.6rem;
    right: 0.2rem;
    z-index: 999;
    color: #fed314;
    background-image: url(../image/shop-ico.png?v=504d3eacce);
    background-size: 100%;
  }
}
