.bottom {
  margin-top: 4vw;
}
.bottom .bottom_one {
  box-sizing: border-box;
  padding: 4vw 19vw;
  height: 16vw;
  background-image: url("./img/63.png");
  background-size: 100% 100%;
  /* 第一个图片300x200，第二个图片覆盖 */
  display: flex;
  align-items: center;
}
.bottom .bottom_one .bottom_one_left {
  width: 5vw;
  height: 8vw;
}
.bottom .bottom_one .bottom_one_seper {
  width: 2px;
  background-color: #fff;
  margin-left: 3vw;
  margin-right: 3vw;
  height: 100%;
}
.bottom .bottom_one .bottom_one_left1 {
  width: 7vw;
  height: 7vw;
  margin-right: 3vw;
}
.bottom .bottom_one .bottom_one_center {
  color: #fff;
  font-size: 0.8vw;
  margin-right: 11vw;
}
.bottom .bottom_one .bottom_one_center .bottom_one_center_one {
  display: flex;
  margin-bottom: 0.5vw;
}
.bottom .bottom_one .bottom_one_center .bottom_one_center_one .one_left {
  margin-right: 0.3vw;
  width: 4.3vw;
  text-align: right;
}
.bottom .bottom_one .bottom_one_right {
  display: flex;
}
.bottom .bottom_one .bottom_one_right .bottom_one_right1 {
  position: relative;
}
.bottom .bottom_one .bottom_one_right .bottom_one_right1:nth-child(2) {
  margin-left: 0.7vw;
  margin-right: 0.7vw;
}
.bottom .bottom_one .bottom_one_right .bottom_one_right1:hover .allycxs {
  animation: bounceIn 0.75s forwards;
}
.bottom .bottom_one .bottom_one_right .bottom_one_right1 .allycxs {
  position: absolute;
  top: -6vw;
  left: -1vw;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
}
.bottom .bottom_one .bottom_one_right .bottom_one_right1 .allycxs .neirong {
  width: 5vw;
}
.bottom .bottom_one .bottom_one_right .bottom_one_right1 .allycxs .xiala {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
}
.bottom .bottom_one .bottom_one_right .bottom_one_right1 .bottom_one_right1_img {
  width: 3vw;
  height: 3vw;
  cursor: pointer;
}
.bottom .bottom_two {
  height: 4vw;
  background-color: #f38f00;
  margin-top: 1px;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 1vw;
}
.bottom .bottom_two .bottom_two_left {
  margin-left: 26vw;
  margin-right: 4vw;
  text-decoration: none;
  color: inherit;
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}
.bottom .bottom_two .bottom_two_left:link,
.bottom .bottom_two .bottom_two_left:visited,
.bottom .bottom_two .bottom_two_left:hover,
.bottom .bottom_two .bottom_two_left:active,
.bottom .bottom_two .bottom_two_left:focus {
  text-decoration: none;
  color: inherit;
  outline: none;
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/*# sourceMappingURL=bottom.css.map */