.indexBanner .inner .group {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 6;
}

.group .maskRight {
  position: absolute;
  width: 20%;
  height: 100%;
  right: 0;
  top: 0;
  cursor: pointer;
}
.group .maskLeft {
  position: absolute;
  width: 20%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
}
.cursor--group {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  min-height: 100vh;
  pointer-events: none;
  opacity: 0;
}
.cursor--group .cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
}
.cursor--group .cursor--inner {
  width: 5px;
  height: 5px;
  left: -2.5px;
  top: -2.5px;
  z-index: 11000;
  opacity: 0;
  background-color: #fff;
}
.cursor--group .cursor--outer {
  width: 5rem;
  height: 5rem;
  background-color: #fff;
  z-index: 12000;
  box-shadow: 0 0.4rem 0.8rem -0.0625rem rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cursor--group .cursor--outer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #0c41b2;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out;
}
.cursor--group .cursor--outer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out 0.3s;
}
.cursor--group .cursor--outer .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.cursor--group .cursor--outer .mask:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  background-color: #f97d42;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out 0.5s;
}
.cursor--group .cursor--outer .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(0.01);
  transition: transform 0.3s ease-in-out 0.7s;
}
.cursor--group .cursor--outer h5 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c41b2;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}
.cursor--group .cursor--outer h5 i {
  color: #333;
}
.cursor--group .cursor--outer h5.tbtn {
  opacity: 0;
}
.cursor--group .cursor--outer h5.pbtn {
  opacity: 0;
}
.cursor--group .cursor--outer h5.nbtn {
  opacity: 0;
}
.cursor--group .cursor--outer .en_b {
  padding-top: 0.3em;
}
.cursor--group .cursor--outer.mid h5.tbtn {
  opacity: 1;
}
.cursor--group .cursor--outer.next h5.pbtn {
  opacity: 0;
}
.cursor--group .cursor--outer.next h5.nbtn {
  opacity: 1;
}
.cursor--group .cursor--outer.prev h5.pbtn {
  opacity: 1;
}
.cursor--group .cursor--outer.prev h5.nbtn {
  opacity: 0;
}
.cursor--group .cursor--outer.active .mask:before {
  transform: scale(1);
}
.cursor--group .cursor--outer.active .mask:after {
  transform: scale(1);
}
.cursor--group .cursor--outer.active:before {
  transform: scale(1);
}
.cursor--group .cursor--outer.active:after {
  transform: scale(1);
}
.f-16 {
  font-size: 1rem;
}
.f-24 {
  font-size: 1.5rem;
}
