#m2 {
  position: relative;
}
body {
  cursor: url('/assets/static/images/pointer.png'), auto !important;
}
video {
  width: 100% !important;
}
a,
li {
  cursor: url('/assets/static/images/pointer.png'), auto !important;
}
.subnav {
  width: 15.625rem;
  padding: 0.5208rem 1.0417rem;
  position: absolute;
  display: none;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
}
.subnav .suba {
  display: block;
  text-align: left;
  height: 1.3021rem;
  /* width: 100%; */
  font-size: 0.9375rem;
  color: #fff;
}
#float-form {
  position: fixed;
  display: block;
  top: 40%;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
#float-form #float-form-box1 {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
}
#float-form #float-form-box1 #close1 {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #FF6701;
  color: #fff;
  line-height: 0.9375rem;
  text-align: center;
  border-radius: 0.4688rem;
  position: absolute;
  top: 0px;
  right: 0px;
}
#float-form #float-form-box1 img {
  width: 6.25rem;
  height: 6.25rem;
}
#float-form #float-form-box2 {
  position: relative;
  margin-top: 1.0417rem;
  width: 6.25rem;
  height: 6.25rem;
}
#float-form #float-form-box2 #close2 {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #FF6701;
  color: #fff;
  line-height: 0.9375rem;
  text-align: center;
  border-radius: 0.4688rem;
  position: absolute;
  top: 0px;
  right: 0px;
}
#float-form #float-form-box2 img {
  width: 6.25rem;
  height: 6.25rem;
}
.footer-menu {
  height: 12.5rem;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
}
.footer-menu .footer-menu-list {
  display: flex;
  width: 83.3333rem;
  margin-top: 4.1667rem;
  justify-content: space-between;
}
.footer-menu .footer-menu-list dl {
  height: 3.6458rem;
}
.footer-menu .footer-menu-list dl dt {
  font-size: 1.4063rem;
}
.footer-menu .footer-menu-list dl dd:nth-child(2) {
  margin: 1.0417rem 0;
}
.footer-menu .footer-menu-list dl dd a {
  color: #000;
  font-size: 0.8333rem;
}
@media screen and (max-width: 768px) {
  .subnav {
    position: unset;
  }
  .subnav .suba {
    line-height: 0.8rem;
    height: 0.8rem;
    font-size: 0.3733rem;
    color: #fff;
  }
  .footer-menu {
    padding: 0.6667rem 0.9067rem 1.0667rem 0.9067rem;
    height: auto;
  }
  .footer-menu .footer-menu-list {
    width: 100%;
    margin-top: 0.5333rem;
    flex-wrap: wrap;
    gap: 0.8rem;
  }
  .footer-menu .footer-menu-list dl {
    width: 3.4667rem;
    height: auto;
  }
  .footer-menu .footer-menu-list dl dt {
    font-size: 0.3467rem;
  }
  .footer-menu .footer-menu-list dl dd:nth-child(2) {
    margin: 0.1333rem 0;
  }
  .footer-menu .footer-menu-list dl dd a {
    font-size: 0.24rem;
  }
  #float-form {
    position: fixed;
    display: block;
    top: 40%;
    right: 0;
    z-index: 9999;
    cursor: pointer;
  }
  #float-form #float-form-box1 {
    position: relative;
    width: 30vw;
    height: 30vw;
  }
  #float-form #float-form-box1 #close1 {
    display: block;
    width: 6vw;
    height: 6vw;
    background: #FF6701;
    color: #fff;
    line-height: 6vw;
    text-align: center;
    border-radius: 3vw;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #float-form #float-form-box1 img {
    width: 30vw;
    height: 30vw;
  }
  #float-form #float-form-box2 {
    position: relative;
    margin-top: 1.0417rem;
    width: 30vw;
    height: 30vw;
  }
  #float-form #float-form-box2 #close2 {
    display: block;
    width: 6vw;
    height: 6vw;
    background: #FF6701;
    color: #fff;
    line-height: 6vw;
    text-align: center;
    border-radius: 3vw;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #float-form #float-form-box2 img {
    width: 30vw;
    height: 30vw;
  }
}
