
.leftlist[data-v-6012a0a3] {
  /* border: 1px solid black; */
  height: 460px;
  overflow: auto;
}
.left_Box[data-v-6012a0a3] {
  width: 300px;
  height: 300px;
  background: #3ac3d7;
  opacity: 1;
  margin: 15px auto;
  text-align: center;
  border-radius: 10px;
  position: relative;
}
.left_flex[data-v-6012a0a3] {
  width: 200px;
  height: 200;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 50px auto;
}
.left_msg[data-v-6012a0a3] {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
  opacity: 1;
}
.left_num[data-v-6012a0a3] {
  font-size: 117px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 146px;
  color: #ffffff;
  opacity: 1;
}
.center_msg[data-v-6012a0a3] {
  margin-left: 10px;
  padding: 10px;
  color: black;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  font-weight: bold;
  color: #909399;
}
.center_msg div[data-v-6012a0a3] {
  margin-left: 10px;
}
.button_sou[data-v-6012a0a3] {
  margin-top: 10px;
  background: #3ac3d7;
  color: #fff;
  font-size: 14px;
  width: 32px;
  line-height: 25px;
  text-align: center;
  height: 25px;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.button_six[data-v-6012a0a3] {
  width: 80px;
  height: 25px;
  background: #3ac3d7;
  opacity: 1;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  border: none;
  margin: 5px;
}
.block[data-v-6012a0a3] {
  margin-top: 20px;
}
.scrollingfont[data-v-6012a0a3] {
  width: 100%;
  height: 20px;
  line-height: 20px;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.font-xunhuan[data-v-6012a0a3] {
  width: 100px;
  color: rgb(31, 122, 167);
  animation: 10s looping-6012a0a3 linear infinite normal;
  position: absolute;
  font-size: 18px;
  font-weight: bolder;
}
@keyframes looping-6012a0a3 {
0% {
    transform: translateX(-100px);
    -webkit-transform: translateX(-100px);
}
100% {
    transform: translateX(300px);
    -webkit-transform: translateX(300px);
}
}

