    body {
          font-family: Arial, sans-serif;
          text-align: center;
          margin-top: 50px;
        }


    .crawler-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      transform: translateX(-50%);
      display: flex;
      align-items: center;     
      justify-content: center;  
      background-color: #dddddd;
      border-radius: 6px;
      width:30px;
      height:30px;
      z-index: 9996; /* 低于抽屉 9998 / 遮罩 9997 */
    }

        #walletInfo {
          color: #FF7300;
          text-align: center;
          font-family: Lexend;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
        }
        
        #payButton {
          margin-top: 20px;
        }
        #payTitle {
          font-family: Lexend;
          font-size: 28px;
          font-style: normal;
          font-weight: 600;
        }
        #payDesc {
          color: #000;
          text-align: center;
          font-family: Lexend;
          font-size: 17px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
        }
        #connectButton {
          display: block;
          width: 50%;
          height: 50px;
          margin:14px auto;
          position: relative;
          color: #ffffff;
          font-family: 'Gilroy-Bold', sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          border-radius: 25px;
          /* background: #02C35C; */
          background: #0A0B31;
          border-width: 0px;
          border-style: initial;
          border-color: initial;
          border-image: initial;
        }
        #connected {
          width: 50%;
          margin: 0 auto;
          padding-top: 20px;
        }
        #paymentSuccessButton{
          display: flex;
          width: 50%;
          height: 50px;
          margin:14px auto;
          position: relative;
          color: #ffffff;
          font-family: 'Gilroy-Bold', sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          border-radius: 25px;
          background: #02C35C;
          align-items: center;
          justify-content: center;
          border: 0;
        }
        .connect-button-icon {
          width: 22px;
          height: 22px;
          margin: 0 5px 0 0;
        }
        .walletAddress-title {
          color: #222;
          font-family: Lexend;
          font-size: 20px;
          font-style: normal;
          font-weight: 300;
          line-height: normal;
          text-align: left;
          margin-top: 30px;
        }
        #walletAddress {
          width: 100%;
          border-radius: 15px;
          height: 58px;
          line-height: 58px;
          background: #F2F2F2;
          padding-left: 17px;
          text-align: left;
          box-sizing: border-box;
          color: var(--grey-light-900, #222);
          font-family: Gilroy-SemiBold;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
        }
        #txInfo {
          padding-left: 5px;
        }
        #txInfo a {
          color: #FF7300;
          text-decoration: underline;
        }
        .orange-text {
          color: #FF7300;
          font-family: Lexend;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: 24px;
          display: flex;
          align-items: center;
          white-space: nowrap;
          margin-top: 5px;
        }
        .connected-icon {
          width: 18px;
          height: 18px;
          margin: 0 5px 0 0;
        }
        #paymentArea {
          margin: 2% auto 20px;
          width: 100%;
          height: auto;
        }

        img, video {
          width: 50%;
          height: auto;
          display: block;
          margin: 0 auto;
        }

      #paymentOptions {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        flex-direction: column;
        align-items: center; 
        z-index: 1000;
      }
      #paymentOptions .paymentOptions-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #ffffff;
         padding: 20px 0;
      }
      #paymentOptions .paymentOptions-bg button {
        display: flex;
        align-items: center;
        justify-content: flex-start; 
        padding-left: 28%;
        width: 80%;
        margin: 10px auto;
        font-size: 16px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #C4C4C4;
        cursor: pointer;
        background-color: #ffffff;
      }


      #usdOptions {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
        background: #cccccc;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        display: none;
        flex-direction: column;
        align-items: center; 
        padding: 20px 0;
        z-index: 9999;
      }

      #usdOptions button {
        display: flex;
        align-items: center;
        justify-content: center; 
        width: 80%;
        margin: 10px auto; 
        padding: 10px;
        font-size: 16px;
        height: 50px;
        border-radius: 25px;
        border: 1px solid #ccc;
        cursor: pointer;
      }

      .payment-content {
        display: flex;
        align-items: center;
        justify-content: flex-start; 
      }

      .payment-icon {
        width: 20px;
        height: 20px;
        margin-right: 20px; 
      }

      #lightningPaymentOverlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1001;
        justify-content: center;
        align-items: center;
      }
      #lightningPaymentOverlay .lightningPaymentOverlay-bg {
        width: 33.6%;
        /*background: #ffffff url(./images/lightningPaymentOverlay-bg.png) left top no-repeat;*/
        background-size: cover;
        border-radius: 20px;
        padding: 20px 5%;
        position: relative;
        background-color: #EEEEEE;
      }
      .pay-lightning-close {
        width: 10px;
        position: absolute;
        right: 15px;
        top: 15px;
      }
      .Lightning-num {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
        font-family: Gilroy-SemiBold;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
      }
      .Lightning-num img {
        width: 20px;
        height: 20px;
        margin: 0 5px 0 0;
      }
      #qrcode_img_id {
        max-width: 250px;
        max-height: 250px;
        margin: 25px auto;
      }
      #light_label_id {
        color: #FF7300;
        font-family: Gilroy-SemiBold;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
      }

      body > .loading {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 10;
        left: 0;
        top:0
    }

    body > .loading .inner {
        position: absolute;
        display: flex;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 16px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        border-radius: 6px;
        border: 0.5px solid rgba(255, 255, 255, .29);
        background: rgba(0, 0, 0, .4);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter:blur(10px)
    }

    body > .loading .inner > img {
        width: 46px;
        height: 46px;
        -o-animation: init 1s linear infinite;
        -ms-animation: init 1s linear infinite;
        -moz-animation: init 1s linear infinite;
        -webkit-animation: init 1s linear infinite;
        animation:init 1s linear infinite
    }

    body > .loading .inner > span {
        color: #fff;
    /*    font-family: Inter;*/
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        text-transform:capitalize
    }

    @keyframes init {
        100% {
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            transform:rotate(360deg)
        }
    }