.haha-dialog-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1020; }
  .haha-dialog-wrap .border-top {
    position: relative; }
    .haha-dialog-wrap .border-top:before {
      content: '' !important;
      position: absolute;
      left: -50%;
      width: 200%;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform-origin: center top;
      transform-origin: center top;
      top: 0px;
      background: #EBECED;
      height: 1px; }
  .haha-dialog-wrap .border-bottom {
    position: relative; }
    .haha-dialog-wrap .border-bottom:after {
      content: '' !important;
      position: absolute;
      left: -50%;
      width: 200%;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      bottom: 0px;
      background: #EBECED;
      height: 1px; }
  .haha-dialog-wrap .haha-dialog-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1021;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: .88rem;
    background: #F9F9F9;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 16.88rem;
    height: auto;
    word-wrap: break-word;
    word-break: break-all; }
    .haha-dialog-wrap .haha-dialog-content .haha-dialog-text {
      padding: 1.25rem .94rem;
      font-size: 1rem;
      color: #282828;
      letter-spacing: 0;
      line-height: 1.56rem;
      text-align: center; }
    .haha-dialog-wrap .haha-dialog-content .haha-dialog-btn-wrap {
      border-top: 1px solid #EBECED;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 2.81rem;
      font-size: 1rem;
      color: #007AFF;
      letter-spacing: 0; }
      .haha-dialog-wrap .haha-dialog-content .haha-dialog-btn-wrap div {
        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;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .haha-dialog-wrap .haha-dialog-content .haha-dialog-btn-wrap div:first-child {
        border-right: 1px solid #EBECED; }
.haha-dialog-wrap {
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1020; }
  .haha-dialog-wrap .border-top {
    position: relative; }
    .haha-dialog-wrap .border-top:before {
      content: '' !important;
      position: absolute;
      left: -50%;
      width: 200%;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform-origin: center top;
      transform-origin: center top;
      top: 0px;
      background: #EBECED;
      height: 1px; }
  .haha-dialog-wrap .border-bottom {
    position: relative; }
    .haha-dialog-wrap .border-bottom:after {
      content: '' !important;
      position: absolute;
      left: -50%;
      width: 200%;
      -webkit-transform: scale(0.5);
      transform: scale(0.5);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      bottom: 0px;
      background: #EBECED;
      height: 1px; }
  .haha-dialog-wrap .haha-dialog-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1021;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    font-size: .88rem;
    background: #F9F9F9;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 16.88rem;
    height: auto;
    word-wrap: break-word;
    word-break: break-all; }
    .haha-dialog-wrap .haha-dialog-content .haha-dialog-input {
      width: 85%;
      display: block;
      margin: 2rem auto 1.5rem;
      background: #fff;
      border: 1px solid #D8DEE3;
      font-size: 1rem;
      color: #282828;
      text-align: left;
      padding: 0 0.5rem;
      height: 2rem;
      border-radius: 0.3rem; }
    .haha-dialog-wrap .haha-dialog-content .haha-dialog-btn-wrap {
      border-top: 1px solid #EBECED;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 2.81rem;
      font-size: 1rem;
      color: #007AFF;
      letter-spacing: 0; }
      .haha-dialog-wrap .haha-dialog-content .haha-dialog-btn-wrap div {
        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;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
      .haha-dialog-wrap .haha-dialog-content .haha-dialog-btn-wrap div:first-child {
        border-right: 1px solid #EBECED; }
