.container[data-v-5a17f5ee] {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f3f4f8;
}
.container h1[data-v-5a17f5ee] {
  margin-bottom: 0.533333rem;
}
.container .pay-item[data-v-5a17f5ee] {
  width: 5.333333rem;
  height: 5.333333rem;
  border-radius: 0.266667rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.container .pay-item .item-img[data-v-5a17f5ee] {
  width: 2.666667rem;
  height: 2.666667rem;
}
.container .pay-item .item-img img[data-v-5a17f5ee] {
  width: 100%;
  height: 100%;
}
.container .pay-item .item-text[data-v-5a17f5ee] {
  font-weight: bold;
  margin-top: 0.266667rem;
  font-size: 0.4rem;
}
.container .blue[data-v-5a17f5ee] {
  background-color: #009fe8;
}
.container .green[data-v-5a17f5ee] {
  background-color: #28c445;
}
