.req-permi-popup.van-popup {
  background: transparent;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.req-permi[data-v-8fad564a] {
  position: relative;
  margin: 0.21333rem 0.4rem;
  padding: 0.42667rem 0;
  background: var(--secondary_color2);
  border-radius: 0.21333rem;
  color: var(--text_primary);
  font-size: 0.37333rem;
  font-weight: 500;
  max-width: 10rem;
}
.req-permi-container[data-v-8fad564a] {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 0.32rem;
  padding: 0 0.8rem 0 0.4rem;
}
.req-permi-header[data-v-8fad564a] {
  margin-bottom: 0.10667rem;
}
.req-permi-icon > img[data-v-8fad564a] {
  width: 1.44rem;
  height: 1.44rem;
}
.req-permi-desc > span[data-v-8fad564a] {
  color: var(--norm_hint_color);
  font-size: 0.42667rem;
  font-weight: 600;
}
.req-permi-btnbox[data-v-8fad564a] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 0.4rem;
}
.req-permi-btn--close[data-v-8fad564a] {
  position: absolute;
  top: 0.42667rem;
  right: 0.26667rem;
  width: 0.42667rem;
  height: 0.42667rem;
  cursor: pointer;
}
.req-permi-btn--confirm[data-v-8fad564a]:active {
  opacity: 0.8;
}
.req-permi-btn--confirm[data-v-8fad564a] {
  color: #fff;
  outline: none;
  border: none;
  height: 1.06667rem;
  aspect-ratio: 650/80;
  background: var(--main_gradient_color);
  margin: auto;
  border-radius: 0.53333rem;
}
