.group-wrap[data-v-0a5e7490] {
  margin-top: 0.17333rem;
  display: flex;
  justify-content: space-between;
}
.group-wrap .group[data-v-0a5e7490] {
  width: 0.45333rem;
  height: 0.21333rem;
  border: 0.01333rem solid #0D74D5;
  border-radius: 0.10667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #0D74D5;
}
.group-wrap .group[data-v-0a5e7490]:hover {
  color: #fff;
  background: #006DD3;
}
.group-wrap .active[data-v-0a5e7490] {
  color: #fff;
  background: #006DD3;
}
.is-mini-position[data-v-5c6ddc58] {
  left: 5.33333rem;
  top: 3.2rem;
}
.textureClass[data-v-5c6ddc58] {
  position: absolute;
  left: 0;
  z-index: -9999;
  opacity: 0;
}
.inner-content-wrap[data-v-5c6ddc58] {
  position: relative;
  top: -0.46667rem;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.chinaMap[data-v-5c6ddc58] {
  top: -0.8rem;
}
.charts-ctx[data-v-5c6ddc58] {
  display: inline-block;
}
.wnMapShow[data-v-5c6ddc58] {
  position: relative !important;
  opacity: 1;
  z-index: 0;
  animation: mapShowAnimation-data-v-5c6ddc58 1s ease forwards;
}
.wnMapHide[data-v-5c6ddc58] {
  position: absolute !important;
  opacity: 0;
  top: 0;
  animation: mapHideAnimation-data-v-5c6ddc58 1s ease forwards;
}
.cnMapShow[data-v-5c6ddc58] {
  position: relative !important;
  opacity: 1;
  z-index: 0;
  animation: mapShowAnimation-data-v-5c6ddc58 1s ease forwards;
}
.cnMapHide[data-v-5c6ddc58] {
  position: absolute !important;
  opacity: 0;
  top: 0;
  animation: mapHideAnimation-data-v-5c6ddc58 1s ease forwards;
}
@keyframes mapShowAnimation-data-v-5c6ddc58 {
0% {
    opacity: 0;
    transform: scale(0.2);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes mapHideAnimation-data-v-5c6ddc58 {
0% {
    opacity: 1;
    transform: scale(1);
}
100% {
    opacity: 0;
    transform: scale(0.2);
}
}
@keyframes cnAreaShowAnimation-data-v-5c6ddc58 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
