.hairline-remove-right-bottom {
  border-bottom: 0;
}
.hairline-remove-right-bottom:after {
  display: none;
}
.hairline-remove-right-bottom-bak:after {
  display: none;
}
.hairline-remove-left-top:before {
  display: none;
}
.am-action-sheet-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-scrolling: touch;
  outline: 0;
}
.am-action-sheet-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 1000;
}
.am-action-sheet-mask-hidden {
  display: none;
}
.am-action-sheet-close {
  display: none;
}
.am-action-sheet {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
}
.am-action-sheet.am-action-sheet-share {
  background-color: #f5f5f9;
}
.am-action-sheet-title,
.am-action-sheet-message {
  margin: 0.9375rem auto;
  padding: 0 0.9375rem;
  text-align: center;
}
.am-action-sheet-title {
  font-size: 1.0625rem;
}
.am-action-sheet-message {
  color: #888;
  font-size: 0.8125rem;
}
.am-action-sheet-button-list {
  text-align: center;
  color: #000;
}
.am-action-sheet-button-list-item {
  font-size: 1.0625rem;
  padding: 0;
  margin: 0;
  position: relative;
  height: 2.625rem;
  line-height: 2.625rem;
  border-top: 1PX solid #ddd;
}
.am-action-sheet-button-list-item.am-action-sheet-button-list-item-active {
  background-color: #ddd;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button {
  margin-top: 0.5625rem;
  position: relative;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button-mask {
  position: absolute;
  top: -0.5625rem;
  left: 0;
  width: 100%;
  height: 0.5625rem;
  background-color: #F7F7F7;
  border-top: 1PX solid #ddd;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button-mask:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  border-bottom: 1PX solid #ddd;
}
.am-action-sheet-button-list .am-action-sheet-destructive-button {
  color: #f4333c;
}
.am-action-sheet-share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 1PX solid #ddd;
  padding: 1.3125rem 0 1.3125rem 0.9375rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.am-action-sheet-share-list-item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 0.75rem 0 0;
}
.am-action-sheet-share-list-item-icon {
  margin-bottom: 0.5625rem;
  width: 3.75rem;
  height: 3.75rem;
  background-color: #fff;
  border-radius: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.am-action-sheet-share-list-item-icon .anticon {
  font-size: 1.875rem;
}
.am-action-sheet-share-list-item-title {
  color: #888;
  font-size: 0.625rem;
  text-align: center;
}
.am-action-sheet-share-cancel-button {
  height: 2.625rem;
  line-height: 2.625rem;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 1.125rem;
  position: relative;
  border-top: 1PX solid #ddd;
}
.am-action-sheet-share-cancel-button.am-action-sheet-share-cancel-button-active {
  background-color: #ddd;
}
