
#app[data-v-7ba5bd90] {
  min-height: 100vh;
  background: #F8F8F8;
}

* {
  padding: 0;
  margin: 0;
}
body {
  font-family: SimHei, PingFang SC, PingFangSC-Semibold;
}
img {
  /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
  border: none;
  /* 取消图片底侧有空白缝隙的问题 */
  display: block;
}
/* 改变a链接的默认样式,颜色和下划线 */
a {
  text-decoration: none;
}
button {
  display: block !important;
}
@media only screen and (max-width: 1366px) {
  .choose-wind {
    transform: scale(0.8);
  }
}
@media only screen and (max-height: 768px) {
  .choose-wind {
    transform: scale(0.65);
  }
}
.hand_cursor {
  cursor: pointer;
}
.g_flex {
  display: flex;
}
.g_flex_between {
  display: flex;
  justify-content: space-between;
}
.g_flex_between_center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_flex_center_center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.g_flex_center {
  display: flex;
  align-items: center;
}
.g_txt_red {
  color: #FF4646 !important;
}
.g_txt_orange {
  color: #FF933D !important;
}
.g_txt_green {
  color: #52C41A !important;
}
.g_txt_blue {
  color: #2F6AFF;
}

