.wux-actionsheet {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.wux-actionsheet__backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1000rpx;
  margin: auto;
}
.wux-actionsheet__content {
  margin-left: 16rpx;
  margin-right: 16rpx;
  width: auto;
  z-index: 11;
  overflow: hidden;
}
.wux-actionsheet__group {
  margin-bottom: 16rpx;
  border-radius: 8rpx;
  background-color: #fff;
  overflow: hidden;
}
.wux-actionsheet__title {
  padding: 32rpx;
  color: #8f8f8f;
  text-align: center;
  font-size: 26rpx;
}
.wux-actionsheet__button {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 104rpx;
  min-height: 96rpx;
  vertical-align: top;
  text-align: center;
  text-overflow: ellipsis;
  cursor: pointer;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
  color: #007aff;
  font-size: 42rpx;
  line-height: 96rpx;
}
.wux-actionsheet__button.wux-actionsheet__button--hover {
  box-shadow: none;
  border-color: #d1d3d6;
  color: #007aff;
  background: #e4e5e7;
}
.wux-actionsheet__button.wux-actionsheet__button--destructive {
  color: #ff3b30 !important;
}
.wux-actionsheet__button.wux-actionsheet__button--cancel {
  font-weight: 500;
}
.wux-actionsheet__group {
  margin-bottom: 16rpx;
  border-radius: 8rpx;
  background-color: #fff;
  overflow: hidden;
}
.wux-actionsheet__group.wux-actionsheet__group--options {
  background: #f1f2f3;
}
.wux-actionsheet__group .wux-actionsheet__button {
  border-top: none;
}
.wux-actionsheet__group .wux-actionsheet__button:after {
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: none;
          transform-origin: none;
  border: none;
  border-radius: 0;
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 2rpx;
  border-top: 2rpx solid #D9D9D9;
  color: #D9D9D9;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
.wux-actionsheet__group .wux-actionsheet__button:first-child:last-child:after {
  border-width: 0;
}
.wux-actionsheet--theme-wx .wux-actionsheet__content {
  margin-left: 0;
  margin-right: 0;
  background-color: #efeff4;
}
.wux-actionsheet--theme-wx .wux-actionsheet__group {
  border-radius: 0;
  margin-bottom: 12rpx;
}
.wux-actionsheet--theme-wx .wux-actionsheet__group.wux-actionsheet__group--options {
  background-color: #fff;
}
.wux-actionsheet--theme-wx .wux-actionsheet__group.wux-actionsheet__group--cancel {
  margin-bottom: 0;
}
.wux-actionsheet--theme-wx .wux-actionsheet__button {
  font-size: 36rpx;
  color: #000;
}
.wux-actionsheet--theme-wx .wux-actionsheet__button .wux-actionsheet__button--cancel {
  font-weight: normal;
}
