
.banner-2 {
  position: relative;
  height: 7.1rem;
}
.staticPage .model2 {
  width: 100%;
  height: 7.1rem;
  background: url(../images/staticPage/bj1.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 5;
  overflow: hidden;
}
.staticPage .model2 span {
  width: 2rem;
}
.animationOne {
  animation: aaa 2s linear forwards;
}
@keyframes aaa {
  0% {
    width: 0;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}
.model2-1 {
  width: 100%;
  height: 7.1rem;
  background: url(../images/staticPage/banner2-1.png) no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 4;
  overflow: hidden;
}
.model-2-1-1 {
  width: 13.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.model-2-1-1 img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
.model-2-1-1 img:hover {
  transform: scale(1.2);
}

/* 拳头 */
.fist {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.animationTwo {
  animation: aaaa 0.2s ease forwards;
}
@keyframes aaaa {
  0% {
    width: 0%;
  }
  100% {
    width: 82%;
  }
}
.fist img {
  display: none;
  width: 100%;
  height: auto;
  transition: all 1s;
}
.annoyance {
  width: 12rem;
  margin: 0 auto;
}
.annoyance img {
  width: 100%;
  height: auto;
}
.staticPage .model9 .dibu {
  padding-bottom: 0.76rem;
}
.staticPage .model9 {
  min-height: 0;
}
.staticPage .banner .banner2 img {
  width: 7.35rem;
  height: 4.27rem;
}
.staticPage .banner .banner1 img {
  width: 4.16rem;
  height: 2.86rem;
}
.staticPage .banner .banner3 img {
  width: 4.16rem;
  height: 2.87rem;
}
canvas {
  position: absolute;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

#container {
  position: absolute;
  width: 12rem;
  height: 5.18rem;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hidden {
  position: absolute;
  visibility: hidden;
}
.staticPage .model4 .center .model4-center {
  width: 4.72rem;
  height: 5.92rem;
}
.staticPage .model5 .model5-right img {
  width: 6.66rem;
  height: 3.11rem;
}
.staticPage .model5 .model5-left .box {
  margin-top: 0.6rem;
}
.staticPage .model8 .model8-1 .list .list1 .you .zan img {
  width: 0.32rem;
  height: 0.27rem;
}
.staticPage .model9 ul li:first-child {
  margin-left: 0.65rem;
}
.staticPage .model9 ul li .png img {
  width: 0.73rem;
  height: 0.73rem;
}
.staticPage .model9 .dibu .box {
  display: flex;
  width: auto;
  height: 0.4rem;
  align-items: center;
  justify-content: center;
  padding: 0 0.3rem;
}
.staticPage .model9 .dibu .box:first-child {
  padding: 0;
}
.staticPage .model9 .dibu .box .jpg {
  display: unset;
  padding-left: 0;
  float: none;
}
.staticPage .model9 .dibu {
  width: 6.65rem;
}
.staticPage .model9 .dibu .box .jpg img {
  width: 0.22rem;
  height: 0.22rem;
}
.staticPage .model4 .center .model4-left .list .list-top p:nth-child(2) img {
  width: 0.55rem;
  height: 0.55rem;
}
.staticPage .model4 .center .model4-right .list .list-top p:nth-child(1) img {
  width: 0.55rem;
  height: 0.55rem;
}
.staticPage .model4 .center .model4-left .list .list-bottom {
  line-height: 1.5em;
}
.staticPage .model4 .center .model4-right .list .list-bottom {
  line-height: 1.5em;
}
.staticPage .model9 .dibu {
  width: 10rem;
  color: #333333;
  font-size: 0.16rem;
  display: flex;
  justify-content: space-around;
}
.staticPage .model9 .dibu .box1 {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 0.4rem;
  padding: 0 0.15rem;
}
.staticPage .model9 .dibu div.box-color {
  background-color: #1f8efe;
}
.staticPage .model9 .dibu .box1 a p {
  color: #333;
}
.staticPage .model9 {
  background-size: cover;
}
.header {
    position: fixed;
    top: 0;
    z-index:999;
}
.staticPage .model4 {
    min-height: 0;
    background-size: cover;
}

#newBridge {
    z-index: 20 !important;
}