.ui-tel {
  background-color: rgba(255, 255, 255, 0) !important;
  width: 94%;
  margin: auto;
  left: 0;
  right: 0;
  border-radius: var(--border-radius-normal);
}
.ui-tel .ui-actionsheet-del:first-child {
  height: 0.5rem;
  line-height: 0.5rem;
  border-radius: var(--border-radius-normal) var(--border-radius-normal) 0rem 0rem;
}
.ui-tel .ui-actionsheet-tel:nth-child(2) {
  padding-top: 0rem;
  height: 0.5rem;
  line-height: 0.5rem;
}
.ui-tel .ui-actionsheet-tel:nth-child(3) {
  margin-bottom: 0.1rem;
  border-radius: 0rem 0rem var(--border-radius-normal) var(--border-radius-normal);
}
.ui-tel .ui-actionsheet-close {
  margin-bottom: 0.1rem!important;
}
