.flex-nav button {
    background-color: unset !important;
    color: inherit !important;
    border: none !important;
    height: unset !important;
    line-height: unset !important;
    font-size: unset !important;
    white-space: nowrap !important;
    padding: 0px !important;
  }
  
  .flex-nav button::after {
    display: none !important;
  }
  
  .merchant_entry_error_page {
    height: 100vh;
    background-color: #fff;
  }
  
  .merchant_entry_error_page .weui_btn_area .weui_btn {
    height: 48px;
    background-color: #49c167;
  }
  
  .merchant_entry_error_page .weui_btn_area .weui_btn:after {
    border: none;
  }
  
  .merchant_entry_error_page .weui_dialog {
    width: 75%;
    border-radius: 6px;
  }
  
  .merchant_entry_error_page .weui_dialog .weui_dialog_hd {
    background-color: #49c167;
    color: #fff;
    padding: 24px 0px;
  }
  
  .merchant_entry_error_page .weui_dialog .desc {
    font-size: 14px;
    color: #98999a;
    position: absolute;
    top: 282px;
    width: 100%;
    text-align: center;
  }
  
  .merchant_entry_error_page .weui_dialog .desc .primary_color {
    color: #49c167;
  }
  
  .merchant_entry_error_page .weui_icon_warn {
    color: #ffc300 !important;
  }
  
  .merchant_entry_error_page .weui_mask {
    background: rgba(9, 17, 28, 0.7);
  }
  
  #salePay img {
    height: calc(100% - 10px);
  }
  
  .weui_mask {
    background: rgba(9, 17, 28, 0.7) !important;
  }
  
  .weui_msg .link {
    color: #285b9a !important;
  }
  
  @media only screen and (max-width: 340px) and (min-width: 315px) {
    .cover-fixed-bar,
    .cover-flex-nav {
      font-size: 14px;
    }
  }
  
  @media only screen and (max-width: 343px) and (min-width: 315px) {
    .cover_f16,
    .cover-f-flex {
      font-size: 12px;
      line-height: 16px;
      height: 39px;
    }
  }
  
  @media only screen and (min-width: 360px) and (max-width: 414px) {
    .cover_f16,
    .cover-f-flex {
      font-size: 13px;
      line-height: 15px;
    }
  }
  
  @media only screen and (min-width: 414px) and (max-width: 465px) {
    .cover_f16,
    .cover-f-flex {
      font-size: 14px;
      line-height: 15px;
    }
  }
  
  @media only screen and (min-width: 465px) and (max-width: 550px) {
    .cover_f16,
    .cover-f-flex {
      font-size: 15px;
      line-height: 15px;
    }
  }
  
  @media only screen and (max-width: 359px) and (min-width: 344px) {
    .cover_f16,
    .cover-f-flex {
      font-size: 14px;
      height: 39px;
    }
  }
  
  .cover_f16 {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .overflow-scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  
  .overflow-scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
  
  @media only screen and (max-width: 335px) {
    .cover_ff {
      font-size: 12px;
    }
  }
  
  .override-split-line-1 .split-item:not(:last-child):before {
    top: 5px !important;
    width: 1px;
    height: 50%;
    -webkit-transform: none;
    transform: none;
  }
  
  .no_tap_style {
    background-color: #fafafa !important;
  }
  
  textarea[disabled] {
    color: #000;
    opacity: 0.4;
  }
  
  .g4a {
    color: #4a4a4a;
  }
  
  .mt-0 {
    margin-top: -1px;
  }
  
  .mb-6 {
    margin-bottom: 6em;
  }
  
  .bg-c-fa {
    background-color: #fafafa;
  }

.pay-type-select-hack .wgoo-option+.wgoo-option::before{
    height: 0 !important;
    border-top: 0 !important;
}
.pay-type-select-hack .wgoo-option > .wgoo-option-content:hover{
  filter: brightness(0.95) !important;
}
.pay-type-select-hack .wgoo-option-item{
  margin-top: 8px;
}
.pay-type-select-hack .wgoo-option-item:first-child{
  margin-top: 0;
}