.yx_InBanner .indexBanner {
  position: relative;
  width: 100%;
  height: 100%;
}
.yx_InBanner .indexBanner .banner-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.yx_InBanner .indexBanner .banner-box .slide-wrapper {
  opacity: 0;
}
.yx_InBanner .indexBanner .banner-box canvas {
  position: absolute;
  z-index: 10;
}
.yx_InBanner .indexBanner .banner-box:after {
  content: "";
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}
.yx_InBanner .indexBanner #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  width: 27vw;
  height: 27vw;
}
.yx_InBanner .indexBanner #clock > img {
  height: 100%;
  position: absolute;
  z-index: 3;
}
.yx_InBanner .indexBanner #clock .time-box {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.yx_InBanner .indexBanner #clock .time-box > ul {
  width: 0;
  position: absolute;
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-num {
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-num > li > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-num > li.on > i {
  opacity: 1;
}
.yx_InBanner .indexBanner #clock .time-box > ul > li {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.yx_InBanner .indexBanner #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(1) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(1) i {
  transform: translateX(-50%) rotate(-180deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(2) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(2) i {
  transform: translateX(-50%) rotate(-240deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(3) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(3) i {
  transform: translateX(-50%) rotate(-300deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(4) {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(4) i {
  transform: translateX(-50%) rotate(-360deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(5) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(5) i {
  transform: translateX(-50%) rotate(-60deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(6) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul > li:nth-of-type(6) i {
  transform: translateX(-50%) rotate(-120deg);
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-cir {
  transform: scale(1.02);
  bottom: 50.4%;
  left: 50%;
  height: 50%;
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li > i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  opacity: 0.8;
  cursor: pointer;
  pointer-events: auto;
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li > i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
  }
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li > i > span {
  position: absolute;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 10px;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  left: -1px;
  top: -1px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  text-indent: -2px;
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li > i > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
  }
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li.on {
  pointer-events: none;
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li.on > i {
  opacity: 1;
  pointer-events: none;
}
.yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li.on > i > span {
  transform: scale(2.8);
  opacity: 1;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner #clock .time-box > ul.time-cir > li.on > i > span {
    transform: scale(2);
  }
}
.yx_InBanner .indexBanner #clock .time-box .time-el {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.yx_InBanner .indexBanner #clock .time-box .time-el .fen {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 12%;
  transform-origin: 50% 76%;
  height: 50%;
  width: 6px;
  background-color: rgba(255, 255, 255, 0.3);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  animation-duration: 1.6s;
  animation-timing-function: cubic-bezier(0.59, 0, 0.42, 0.99);
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner #clock .time-box .time-el .fen {
    width: 4px;
  }
}
.yx_InBanner .indexBanner #clock .time-box .time-el .fen.on {
  animation-name: gorotate;
}
.yx_InBanner .indexBanner #clock .time-box .time-el .shi {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 45%;
  transform-origin: 50% 12.5%;
  height: 40%;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 1.6s ease-in-out;
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner #clock .time-box .time-el .shi {
    width: 5px;
  }
}
.yx_InBanner .indexBanner #clock .time-box .time-el .shi.on {
  transition-duration: 1s;
}
.yx_InBanner .indexBanner #clock .time-move {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  transform: translateY(-2px);
}
@media screen and (min-width: 600px) {
  .yx_InBanner .indexBanner #clock .time-move canvas {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner #clock .time-move canvas {
    width: 100%;
  }
}
.yx_InBanner .indexBanner .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}
.yx_InBanner .indexBanner .msg-box > ul {
  position: relative;
  height: 72%;
}
.yx_InBanner .indexBanner .msg-box > ul > li {
  height: 100%;
  width: 100%;
  position: relative;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(1) {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 600px) {
  .yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li {
  display: none;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h3,
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h5 {
  animation-duration: 1.5s;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li.on {
  display: block;
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) {
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    position: absolute;
  }
  .yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h3,
  .yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(2) > ol > li h5 {
    text-align: center;
  }
}
@media screen and (min-width: 600px) {
  .yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) {
    right: 0;
    position: absolute;
    bottom: 0;
  }
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li {
  display: none;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a {
  animation-duration: 1.5s;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a i {
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  display: inline-block;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a:hover {
  color: #ffffff;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li a:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  color: #ffffff;
}
.yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) > ol > li.on {
  display: block;
}
@media screen and (max-width: 600px) {
  .yx_InBanner .indexBanner .msg-box > ul > li > div:nth-of-type(3) {
    display: none;
  }
}