@charset "UTF-8";
/***********/
.header {
  position: fixed;
}

.main-box {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 20;
}

/* 视频 */
.place-video {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  pointer-events: none;
}

.home-video {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}
.home-video video {
  object-fit: cover;
  -webkit-object-fit: cover;
  object-position: center center;
  -webkit-object-position: center center;
}
.home-video .vjs-control-bar {
  display: none;
}

#myvideo2 {
  display: none;
}

@keyframes scd {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scd {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scrollindicator {
  opacity: .75;
  display: block;
  position: absolute;
  z-index: 50;
  left: 50%;
  bottom: 20px;
  text-align: center;
  transform: translateX(-50%);
}

#scrolldescription {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  animation: scd 6s infinite;
  -webkit-animation: scd 6s infinite;
}

.scrollarrows {
  width: 22px;
  height: 42px;
  margin-top: 10px;
}
.scrollarrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}
.scrollarrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}
.scrollarrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}
.scrollarrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.hmvideo-voice {
  width: 3.25rem;
  height: 2.6rem;
  display: block;
  background: #d7000f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 50;
  overflow: hidden;
  border-top-left-radius: 1.3rem;
  border-bottom-left-radius: 1.3rem;
}
.hmvideo-voice .ctrl {
  width: 100%;
  height: 100%;
  display: block;
  color: #f9d7d9;
  position: relative;
  cursor: pointer;
}
.hmvideo-voice .bi {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}
.hmvideo-voice .voice-open {
  display: none;
}

.btn-hmwebvd_open {
  width: 2.6rem;
  background: #d7000f;
  padding: 0.8rem 0 1.4rem;
  text-align: center;
  color: #fff;
  display: none;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 100;
  border-radius: 1.3rem;
  cursor: pointer;
}
.btn-hmwebvd_open .bi {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin: 0 auto 0.5rem;
}
.btn-hmwebvd_open span {
  width: 1em;
  display: block;
  margin: 0 auto;
  font-size: .9rem;
  line-height: 1.1rem;
}

body.hide-video #homeVideo {
  display: none;
}
body.hide-video .btn-hmwebvd_open {
  display: block;
}
body.voice-isopen .hmvideo-voice .voice-open {
  display: block;
}
body.voice-isopen .hmvideo-voice .voice-close {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .home-video video {
    object-fit: cover;
    -webkit-object-fit: cover;
  }
}
/* banner */
.home-banbox {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-banbox .slide-imgs img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 5;
}
.home-banbox .slide-imgs .txt {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
}
.home-banbox .btn-video_play {
  width: 1rem;
  height: 1rem;
  border: solid 1px #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background: rgba(0, 0, 22, 0.3);
  border-radius: 100%;
  z-index: 20;
}
.home-banbox .btn-video_play::after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  background: url("/content/img/images/caret-right-fill-white.svg") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.home-banbox .swiper-slide-active .txt {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
}

.hmban-tool {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 11.85em;
  bottom: 2.6em;
  z-index: 20;
}

.hmban-ctrl {
  width: 2.1em;
  height: 2.1em;
  display: block;
  border-radius: 100%;
  border: solid 2px #fff;
  position: relative;
  color: #fff !important;
  margin: 0 6px;
  cursor: pointer;
}
.hmban-ctrl .bi {
  width: .8em;
  height: .8em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.hmban-ctrl.swiper-button-disabled {
  cursor: default;
  opacity: .2;
}
.hmban-ctrl:not(.swiper-button-disabled):hover {
  background: #fead00;
  border-color: #fead00;
}

.hmban-play {
  width: 2.1em;
  height: 2.1em;
  display: block;
  border-radius: 100%;
  border: solid 2px #fead00;
  background: #fff;
  position: relative;
  margin: 0 6px;
  cursor: pointer;
}
.hmban-play .bi {
  width: .8em;
  height: .8em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fead00;
}
.hmban-play .bi-pause-fill {
  display: none;
}
.hmban-play.is-play .bi-play-fill {
  display: none;
}
.hmban-play.is-play .bi-pause-fill {
  display: block;
}
.hmban-play:hover {
  background: #fead00;
}
.hmban-play:hover .bi {
  color: #fff;
}

.hmban-paging {
  width: 100%;
  height: 8px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0;
  bottom: .35rem !important;
  z-index: 20;
}
.hmban-paging .bullet {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(66, 76, 95, 0.1);
  margin: 0 0.09rem;
}
.hmban-paging .bullet.active {
  background: #d7000f;
}

/* 俱乐部 */
.home-club {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 2.6em 0 3.25em 5em;
}
.home-club .row {
  width: 100%;
  max-width: 880px;
  position: relative;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.hmclub-left {
  max-width: 335px;
  flex: 0 0 38%;
  -webkit-flex: 0 0 38%;
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
}
.hmclub-left .lvtit {
  font-size: 1.2em;
  line-height: 1.5em;
}
.hmclub-left .desc {
  font-size: .8em;
  line-height: 1.75em;
  margin-top: 1em;
}
.hmclub-left .desc a {
  color: #d7000f;
  position: relative;
}
.hmclub-left .desc a::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #d7000f;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.hmclub-left .desc .bi {
  font-weight: bold;
  font-family: 'SimSun';
  margin-left: 5px;
}
.hmclub-left .tool {
  margin-top: 1.7em;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.hmclub-left .btn-h {
  width: 6em;
  height: calc(2em + 2px);
  line-height: 2em;
  display: block;
  border-radius: 1em;
  font-weight: bold;
  margin-right: 1em;
}
.hmclub-left .btn-h:last-child {
  margin-right: 0;
}
.hmclub-left .btn-h span {
  font-size: .8em;
}
.hmclub-left .btn-join {
  background: #ff6485;
  border-color: #ff6485;
  color: #fff;
}
.hmclub-left .btn-join::after {
  background: #fff;
}
.hmclub-left .btn-edu {
  border-color: #fead00;
  color: #fead00;
}
.hmclub-left .btn-edu::after {
  background: #fead00;
}

.hmclub-right {
  max-width: 440px;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  opacity: 0;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
}
.hmclub-right .imgs {
  width: 100%;
  position: relative;
}
.hmclub-right .imgs img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .hmclub-left .desc a[href]:hover::after {
    width: 100%;
    opacity: 1;
  }
  .hmclub-left .btn-join:hover {
    color: #ff6485;
  }
  .hmclub-left .btn-edu:hover {
    color: #fff;
  }
}
@media screen and (max-width: 991.98px) {
  .home-club {
    padding: .68rem 0 1.38rem;
  }
  .home-club .row {
    display: block;
  }

  .hmclub-left {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .hmclub-left .lvtit {
    font-size: .4rem;
    line-height: .5rem;
  }
  .hmclub-left .desc {
    width: 20em;
    max-width: 100%;
    font-size: .3rem;
    line-height: .52rem;
    margin: .28rem auto 0;
  }
  .hmclub-left .desc .bi {
    margin-left: .1rem;
  }
  .hmclub-left .tool {
    margin-top: .7rem;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .hmclub-left .btn-h {
    width: 2.4rem;
    height: calc(0.78rem + 2px);
    line-height: .78rem;
    font-weight: normal;
    margin-right: .2rem;
    border-radius: 0.4rem;
  }
  .hmclub-left .btn-h span {
    font-size: .3rem;
  }

  .hmclub-right {
    width: 100%;
    max-width: none;
    margin-top: 1rem;
  }
  .hmclub-right .imgs img {
    width: 52.8vw;
    max-width: 396px;
  }
}
/* 飘窗 */
.modal-piaofu {
  background: rgba(0, 0, 0, 0.7);
  z-index: 3000;
}
.modal-piaofu .modal-dialog {
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1060;
}
.modal-piaofu .modal-content {
  width: 100%;
  padding-bottom: 3.1em;
  position: relative;
}
.modal-piaofu .modal-close {
  width: 1.6em;
  height: 1.6em;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.modal-piaofu .modal-close .bi {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
}
.modal-piaofu .imgs {
  width: 100%;
  max-width: 570px;
  display: block;
  margin: 0 auto;
}
.modal-piaofu .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 991.98px) {
  .modal-piaofu .modal-content {
    padding: 0 0.3rem 1rem;
  }
  .modal-piaofu .modal-close {
    width: .8rem;
    height: .8rem;
  }
  .modal-piaofu .modal-close .bi {
    width: .6rem;
    height: .6rem;
  }
}

/*# sourceMappingURL=index.css.map */
<!--9.9897384643555E-5-->