/* line 2, ../../sass/module/actionsheet.scss */
.ui-action {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5500;
  font-size: 0.4rem;
}
/* line 11, ../../sass/module/actionsheet.scss */
.ui-action.show .ui-action-mask {
  opacity: 1;
}
/* line 14, ../../sass/module/actionsheet.scss */
.ui-action.show .ui-action-sheet {
  transform: translateY(0);
}
/* line 19, ../../sass/module/actionsheet.scss */
.ui-action.hide .ui-action-mask {
  opacity: 0;
}
/* line 22, ../../sass/module/actionsheet.scss */
.ui-action.hide .ui-action-sheet {
  transform: translateY(100%);
}
/* line 31, ../../sass/module/actionsheet.scss */
.ui-action .ui-action-mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all .25s ease 0s;
}
/* line 38, ../../sass/module/actionsheet.scss */
.ui-action .ui-action-sheet {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: all .25s ease 0s;
  transform: translateY(100%);
  border-radius: 0.64rem 0.64rem 0px 0px;
}
/* line 48, ../../sass/module/actionsheet.scss */
.ui-action .ui-action-sheet-hd {
  color: #333333;
  background: #fff;
  text-align: center;
}
/* line 53, ../../sass/module/actionsheet.scss */
.ui-action .ui-action-sheet-item {
  display: block;
  background: #fff;
  text-align: center;
  height: 1.28rem;
  line-height: 1.28rem;
  border-bottom: 0.02667rem solid #D8D8D8;
}
/* line 61, ../../sass/module/actionsheet.scss */
.ui-action .ui-action-sheet-ft {
  border-top: 0.16rem solid rgba(0, 0, 0, 0.4);
}
/* line 64, ../../sass/module/actionsheet.scss */
.ui-action .ui-action-sheet-cancel {
  display: block;
  background: #fff;
  text-align: center;
  height: 1.28rem;
  line-height: 1.28rem;
}

/* line 72, ../../sass/module/actionsheet.scss */
.actions-wrapper {
  width: 100%;
  background: #fff;
  text-align: center;
  position: relative;
  border-radius: 0.64rem 0.64rem 0px 0px;
}
/* line 78, ../../sass/module/actionsheet.scss */
.actions-wrapper .a-title {
  margin-top: 0.42667rem;
  margin-bottom: 0.24rem;
  font-size: 0.37333rem;
  line-height: 0.66667rem;
  color: #151B37;
}
/* line 85, ../../sass/module/actionsheet.scss */
.actions-wrapper .a-img-x {
  width: 0.42667rem;
  padding: 0.4rem;
  position: absolute;
  right: 0.02667rem;
  top: -0.26667rem;
}
