.ant-guide-tour-button {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100 * 1rpx + env(safe-area-inset-bottom));
  z-index: 10001;
  display: flex;
  justify-content: center;
}
.ant-guide-tour-button .ant-button:nth-of-type(1) {
  color: var(--guide-tour-text-color, #ffffff);
  background-color: transparent;
  box-shadow: inset 0 0 0 2rpx var(--guide-tour-border-color, #e5e5e5);
}
.ant-guide-tour-button .ant-button:nth-of-type(2) {
  color: var(--guide-tour-btn-color, #333333);
  background-color: var(--guide-tour-text-color, #ffffff);
  box-shadow: none;
}
.ant-guide-tour-button .ant-button {
  margin: 0 12rpx;
  width: 152rpx;
}
.ant-guide-tour-indicator {
  width: 100%;
  position: absolute;
  bottom: calc(calc(100 * 1rpx + env(safe-area-inset-bottom)) + 40 * 1rpx + 52rpx);
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  display: flex;
  justify-content: center;
}
.ant-guide-tour-indicator-dot {
  margin: 0 3rpx;
  background-color: var(--guide-tour-dot-color, #999999);
  width: 6rpx;
  height: 6rpx;
  border-radius: 2rpx;
}
.ant-guide-tour-indicator-dot-active {
  width: 26rpx;
  background-color: var(--guide-tour-text-color, #ffffff);
}
.ant-guide-tour-clear {
  position: fixed;
  top: 80rpx;
  right: 40rpx;
  z-index: 10001;
  font-size: 56rpx;
  color: var(--guide-tour-clear-color, #999999);
}
.ant-guide-tour-item {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
}
.ant-guide-tour-swiper {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
}
