.mouse {
  position: absolute;
  bottom: 70px;
  left: calc(50% - 45px);
  cursor: pointer;
  z-index: 99;
}
.mouse img {
  margin: 0 auto;
  animation: mouseFadeInUp 2s infinite;
}
.mouse .mouseTit {
  margin-top: 9px;
  font-size: 15px;
  color: #fff;
}
@keyframes mouseFadeInUp {
  0% {
    transform: translate(0px, 8px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 8px);
  }
}
.group-info {
  display: flex;
  background-image: url(../images/twoBg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: calc(100vh - 93px);
  justify-content: center;
}
.group-info .container-fluid {
  padding: 63px 220px 0 220px;
}
.group-info .container-fluid .group-info-title {
  color: #737373;
  font-size: 16px;
  max-height: 182px;
  line-height: 35px;
  text-align: justify;
  margin-top: 70px;
  overflow: hidden;
  text-indent: 2em;
  padding-right: 3em;
}
.group-info .container-fluid .group-info-title h6 {
  font-size: 14px;
  line-height: 35px;
}
.group-info .container-fluid .group-info-more {
  margin-top: 50px;
}
.group-info .container-fluid .group-info-more a {
  text-decoration: none;
  align-items: center;
  display: block;
  width: 110px;
  height: 50px;
  line-height: 50px;
  background-color: #2C7BC0;
  color: #fff;
  text-align: center;
  font-size: 16px;
  position: relative;
  transition: all 0.5s ease;
}
.group-info .container-fluid .group-info-more a:hover {
  background-color: #035eaf;
  padding-left: 15px;
}
.group-info .container-fluid .group-info-more a:hover::after {
  background-color: #023563;
}
.group-info .container-fluid .group-info-more a:after {
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: -50px;
  background-color: #014984;
  background-image: url("../images/returnRight.png");
  background-repeat: no-repeat;
  background-position: center;
}
.disclosure {
  height: 760px;
}
/*# sourceMappingURL=index.css.map */