/*  声明 400 字重（常规体） */
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}

/* 声明 600 字重（半粗体） <-- 新增这段 */
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-SemiBold.ttf') format('truetype'); /* 确保文件名与你实际的文件一致 */
    font-weight: 600;
    font-style: normal;
    font-display: swap; 
}

/* 声明 800 字重（特粗体） */
@font-face {
    font-family: 'Figtree';
    src: url('fonts/Figtree-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


.tperrhit{color: red;}
.tpsel{flex:1;border-radius:20px; border: solid 3px; border-color:#fb47d9;}
.tpselcollect{ border: solid 3px; border-color:#fb47d9;}
        input[type="number"] {
            -moz-appearance: textfield;
        }
        /* 隐藏Chrome, Safari和Edge的箭头 */
        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }
        
.tp-alert-div {

        margin: 0 auto;
        padding: 30px 40px;
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ccc;
        border-radius: 18px;
        background: #fff;
        color: black;
        display: flex;
        flex-direction: column;
}
.tp-msgback {
  background-color: rgba(0, 0, 0, 0) !important; /* 设置背景透明 */
}
.tp-msgok{
        display: inline-block;
        height: 32px;
         width:80px;
        line-height: 1;
        outline:0;
        padding: 8px 8px;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        border: 1px solid #FB47D9;
        border-radius: 18px;
         color: black;
        background-color:#fff;
        position: absolute;
      bottom: 10px; /* 调整按钮距离底部的距离 */
      left: 50px; /* 调整按钮距离左侧的距离 */
}
.tp-conttxt {
          
          text-align: center;
          font-size: 22px; /* 设置你想要的字体大小 */
          padding-bottom:48px;
}

.tp-msgok:hover {
   background:#FB47D9;
}        
.tp-btn{
        display: inline-block;
        height: 32px;
         width:80px;
        line-height: 1;
        outline:0;
        padding: 8px 8px;
        font-size: 16px;
        text-decoration: none;
        text-align: center;
        border: 1px solid #FB47D9;
        border-radius: 18px;
         color: black;
        background-color:#fff;
}
.tp-btn:hover {
   background:#FB47D9;
}          

.tp-btn-pay{
          border-radius: 18px;
        background: linear-gradient(to right, #FB9ACC, #FB47D9, #6B2FA7);
        max-width: initial;
         border: 0px solid #FB47D9;
        line-height: 40px;
        height: 40px;
      display: inline-block;
       margin-top: 30px;
           font-size: 16px;
        width: 100%;
}







.tp_input {
    background: rgba(245, 245, 247, 1); padding: 0 15px; align-items: center; min-height: 40px; border-radius: 5px; 
   border: 0; background: none; flex: 1; font-size: 16px; 
}


@keyframes dots_411 {
  5% {
    opacity: 0;
  }

  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
}    

.pro_pos>ul>li>p{
    margin-left: -12px;
    width:90px;
    color: #000;
    @media (max-width: 768px) {
        display: none; /* 隐藏组件 */
    }
}
#div_removeobj span,#div_removeback span{
    margin:0px;
}
#div_removeobj p,#div_removeback p{
    margin-left:-20px;
}


    /* From Uiverse.io by Ratinax */ 
.banter-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 72px;
  margin-left: -36px;
  margin-top: -36px;
  
}

.banter-loader__box {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
    border-radius: 50%;
}

.banter-loader__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FB47D9;
  border-radius: 50%;
}

.banter-loader__box:nth-child(3n) {
  margin-right: 0;
  margin-bottom: 6px;
}

.banter-loader__box:nth-child(1):before,
.banter-loader__box:nth-child(4):before {
  margin-left: 26px;
}

.banter-loader__box:nth-child(3):before {
  margin-top: 52px;
}

.banter-loader__box:last-child {
  margin-bottom: 0;
}

@keyframes moveBox-1 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(0px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(26px, 0);
  }

  45.4545454545% {
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    transform: translate(26px, 0px);
  }

  81.8181818182% {
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    transform: translate(-26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(1) {
  animation: moveBox-1 4s infinite;
}

@keyframes moveBox-2 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(26px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(26px, 0);
  }

  45.4545454545% {
    transform: translate(26px, 26px);
  }

  54.5454545455% {
    transform: translate(26px, 26px);
  }

  63.6363636364% {
    transform: translate(26px, 26px);
  }

  72.7272727273% {
    transform: translate(26px, 26px);
  }

  81.8181818182% {
    transform: translate(0px, 26px);
  }

  90.9090909091% {
    transform: translate(0px, 26px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(2) {
  animation: moveBox-2 4s infinite;
}

@keyframes moveBox-3 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    transform: translate(-26px, 0);
  }

  54.5454545455% {
    transform: translate(-26px, 0);
  }

  63.6363636364% {
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    transform: translate(0px, -26px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(3) {
  animation: moveBox-3 4s infinite;
}

@keyframes moveBox-4 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    transform: translate(0px, 0px);
  }

  54.5454545455% {
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    transform: translate(-26px, -26px);
  }

  90.9090909091% {
    transform: translate(-26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(4) {
  animation: moveBox-4 4s infinite;
}

@keyframes moveBox-5 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(0, 0);
  }

  27.2727272727% {
    transform: translate(0, 0);
  }

  36.3636363636% {
    transform: translate(26px, 0);
  }

  45.4545454545% {
    transform: translate(26px, 0);
  }

  54.5454545455% {
    transform: translate(26px, 0);
  }

  63.6363636364% {
    transform: translate(26px, 0);
  }

  72.7272727273% {
    transform: translate(26px, 0);
  }

  81.8181818182% {
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    transform: translate(0px, -26px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(5) {
  animation: moveBox-5 4s infinite;
}

@keyframes moveBox-6 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(-26px, 0);
  }

  36.3636363636% {
    transform: translate(0px, 0);
  }

  45.4545454545% {
    transform: translate(0px, 0);
  }

  54.5454545455% {
    transform: translate(0px, 0);
  }

  63.6363636364% {
    transform: translate(0px, 0);
  }

  72.7272727273% {
    transform: translate(0px, 26px);
  }

  81.8181818182% {
    transform: translate(-26px, 26px);
  }

  90.9090909091% {
    transform: translate(-26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(6) {
  animation: moveBox-6 4s infinite;
}

@keyframes moveBox-7 {
  9.0909090909% {
    transform: translate(26px, 0);
  }

  18.1818181818% {
    transform: translate(26px, 0);
  }

  27.2727272727% {
    transform: translate(26px, 0);
  }

  36.3636363636% {
    transform: translate(0px, 0);
  }

  45.4545454545% {
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    transform: translate(26px, -26px);
  }

  63.6363636364% {
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    transform: translate(0px, 0px);
  }

  90.9090909091% {
    transform: translate(26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(7) {
  animation: moveBox-7 4s infinite;
}

@keyframes moveBox-8 {
  9.0909090909% {
    transform: translate(0, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(-26px, -26px);
  }

  36.3636363636% {
    transform: translate(0px, -26px);
  }

  45.4545454545% {
    transform: translate(0px, -26px);
  }

  54.5454545455% {
    transform: translate(0px, -26px);
  }

  63.6363636364% {
    transform: translate(0px, -26px);
  }

  72.7272727273% {
    transform: translate(0px, -26px);
  }

  81.8181818182% {
    transform: translate(26px, -26px);
  }

  90.9090909091% {
    transform: translate(26px, 0px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.banter-loader__box:nth-child(8) {
  animation: moveBox-8 4s infinite;
}

@keyframes moveBox-9 {
  9.0909090909% {
    transform: translate(-26px, 0);
  }

  18.1818181818% {
    transform: translate(-26px, 0);
  }

  27.2727272727% {
    transform: translate(0px, 0);
  }

  36.3636363636% {
    transform: translate(-26px, 0);
  }

  45.4545454545% {
    transform: translate(0px, 0);
  }

  54.5454545455% {
    transform: translate(0px, 0);
  }

  63.6363636364% {
    transform: translate(-26px, 0);
  }

  72.7272727273% {
    transform: translate(-26px, 0);
  }

  81.8181818182% {
    transform: translate(-52px, 0);
  }

  90.9090909091% {
    transform: translate(-26px, 0);
  }

  100% {
    transform: translate(0px, 0);
  }
}

.banter-loader__box:nth-child(9) {
  animation: moveBox-9 4s infinite;
}


#shopping-cart [cart_text]{
        margin-right: 25px;
     white-space: nowrap;      /* 1. 强制文本不换行 */
    overflow: hidden;         /* 2. 溢出部分隐藏 */
    text-overflow: ellipsis;  /* 3. 超出部分显示省略号 */
        
}
#shopping-cart  li a{
    display: grid;
    place-items: center
}
#shopping-cart  li img{
        width: 100%;
         flex-shrink: 0;/*防止被压缩*/
}
#shopping-cart  li .img{
    
         flex-shrink: 0;/*防止被压缩*/
}
#shopping-cart  li .check2{
        min-width:24px;
        min-height:24px;
}
#shopping-cart li .text{
       flex-grow: 1;
        width: 100%;      /* 强制宽度等于父容器的剩余宽度 */
    min-width: 0;     /* 核心：打破默认的限制，允许内容被裁剪和缩小 */
}

.order_list .list  .img{
      flex-shrink: 0;/*防止被压缩*/
}
.order_list .list .text div:first-child {
  flex-grow: 1;
      width: 100%;
    min-width: 0;

}
.order_list .list .text div:first-child p{
         white-space: nowrap;      /* 1. 强制文本不换行 */
    overflow: hidden;         /* 2. 溢出部分隐藏 */
    text-overflow: ellipsis;  /* 3. 超出部分显示省略号 */
}
.order_list .list .text{
        flex-grow: 1;
    width: 100%;
    min-width: 0;
}


.cart_box .text p:first-of-type{
  /* 1. 撑开三行高度的核心设置 */
  line-height: 1.5;         /* 设置固定的行高（可根据设计调整数值） */
  height: calc(1.5em * 3);  /* 行高 1.5em 乘以 3 行，刚好固定 3 行的高度 */

}

#checkout-confirm .case_list li .text{
    width: 85%;
}
#ul_prorcom img{
    width:100px;
}
.footer .item {
    margin-left: 50px;
}
.footer .item  li>a{
    font-size:14px;
}

.footer .foot  {
    font-size:14px;
}


/**


 


*/

/* PC 只有当屏幕宽度大于或等于 768px 时，才会应用以下样式 */
@media screen and (min-width: 768px) {
        #ul_prorcom img{
        width:100%;
        margin-bottom: 50px;
        }
        .foot .share{
            margin-top: -19px;
        }
        .footer .foot  ul{
          position: absolute;
        right: 200px;
    }
    #shopping-cart li .text  p:first-child{
      font-family: 'Figtree'!important; 
      font-style: normal!important; 
      font-weight: 700!important; 
      font-size: 18px!important; 
      line-height: 20px;

      
    }
    #shopping-cart li .text  p:nth-child(2){
      font-family: 'Figtree'!important; 
      font-style: normal!important; 
      font-weight: 400!important; 
      font-size: 14px!important; 
      line-height: 30px;

       /* === 只需加入以下两行 === */
   
     
    }
    #shopping-cart li .text  h3:nth-child(3){
      font-family: 'Figtree'!important; 
      font-style: normal!important; 
      font-weight: 600!important; 
      font-size: 20px!important; 
      line-height: 30px;
       margin-top: 30px;

    }
    
    .swal2-popup.mobile-bottom-popup {
 
     margin: 0 0 0 0 !important;    /* 彻底消除四周外边距，紧贴底部 */
    
   }

   /* 可选：如果你希望弹窗背景的遮罩层也紧贴底部，可以微调容器 */
   .swal2-container.swal2-bottom {
     padding: 0 !important;         /* 消除 Swal2 容器默认的内边距 */
   }
   .foot .wrap {
        display: flex;
        flex-direction: column;
    }
    .footer .foot ul { order: 1; }
    .footer .foot  .share { order: 2; }
   /* .footer .foot p { order: 3 !important;    ; margin-top: 10px; } */
    
    
    
    .tp-dlg{
     border-radius: 20px 20px 20px 20px !important;
    /* height: 267px!important; */
     width: 488px!important;
     aspect-ratio: 16 / 9;
    }

    
    
    
      .tp-dlg_title{
        font-family: 'Figtree' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size:30px !important;
        color: #000000 !important;
        line-height: 40px;
    }
    .tp-dlg_cons {
        font-family: 'Figtree' !important;
      font-style: normal !important;
        font-weight:400!important;
        font-size:16px !important;

        white-space: nowrap !important;
        line-height: 24px!important;
        /* or 150% */
        text-align: center !important;
         color: #000000 !important;
        scrollbar-width: none !important;
      /* WebKit 内核浏览器（Chrome, Safari 等） */
      &::-webkit-scrollbar {
        display: none; 
      }
    }
    .tp-dlg-closebutton{
        font-weight: 100;
        color: #000000a1 !important; /* 核心：修改 X 图标的初始颜色（例如：红色） */
    }


    .tp-dlg_yes{
        background: linear-gradient(88.65deg, #FB9ACC 1.15%, #FB8BCE 6.63%, #FB47D9 32.59%, #D340CB 52.83%, #9B37B7 84.26%, #7831AB 107.59%, #6B2FA7 120.21%) !important;
       width: 160px;
        height: 41px;
      font-family: 'Figtree'!important;
        font-style: normal!important;
        font-weight: 500!important;
        font-size: 16px!important;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 0px !important;

          margin-left: 20px !important;
          border-radius: 30px !important;
          cursor: pointer;
          color:white;

    }

    .tp-dlg_no{
        background-color:white;
              width: 160px;
        height: 41px;
     font-family: 'Figtree'!important;
        font-style: normal!important;
        font-weight: 500!important;
        font-size: 16px!important;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 1px !important;

          margin-left: 10px !important;
          border-radius: 30px !important;
          cursor: pointer;

    }

    .tp-dlg_yes1{
        background-color:white;

         width: 160px;
        height: 41px;
      font-family: 'Figtree'!important;
        font-style: normal!important;
        font-weight: 500!important;
        font-size: 16px!important;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 1px !important;

          margin-left: 20px !important;
          border-radius: 30px !important;
          cursor: pointer !important;


    }

    .tp-dlg_no1{
         background: linear-gradient(88.65deg, #FB9ACC 1.15%, #FB8BCE 6.63%, #FB47D9 32.59%, #D340CB 52.83%, #9B37B7 84.26%, #7831AB 107.59%, #6B2FA7 120.21%) !important;

         color:white;
        font-family: 'Figtree'!important;
        font-style: normal!important;
        font-weight: 500!important;
        font-size: 16px!important;

         width: 160px;
             height: 41px;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 0px !important;

          margin-left: 10px !important;
          border-radius: 30px !important;
          cursor: pointer !important;

    }
    .tpcheckoutfooter{

        display: flex !important;
        flex-direction: column !important;
   
        padding-bottom: 0px !important;     /* 底部留一点点呼吸间距，若想完全死贴可设为 0 */
        height:61px!important;
        padding: 0!important;
        text-align: center; 
        bottom: 0!important;     /* 底部留一点点呼吸间距，若想完全死贴可设为 0 */
        left: 0!important;     /* 底部留一点点呼吸间距，若想完全死贴可设为 0 */
        width: 100%!important;     /* 底部留一点点呼吸间距，若想完全死贴可设为 0 */
    
     
    }
     .tpcheckoutfooter .wrap{
     
    margin-top:20px !important;
    }
    .tpcheckoutfooter .item{
         display: flex !important;
        align-items: center !important;     /* 核心：让 h3 和后面的列表在垂直方向居中对齐 */
        justify-content: space-between !important; /* 核心：让 h3 靠左，整个列表靠右（或者可以用 gap 紧跟） */
        width: 100% !important;
   
    }
    .tpcheckoutfooter .item h3{
          white-space: nowrap !important;
        margin: 0 20px 0 0 !important;      /* 纯右边距，清除可能存在的上下边距 */
        width:auto!important;   
        align-items: center !important;     /* 保持 li 垂直居中 */

        font-family: 'Figtree';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
    }
   .tpcheckoutfooter .item a {
       align-items: center !important;     /* 保持 li 垂直居中 */
       font-family: 'Figtree';
        font-style: normal;
        font-weight: 500;
        font-size: 12px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.5);
    }
    
    .order_list .d_btn{
        display: flex;
        align-items: baseline;
        left:180px;
    }
    /* 父容器整体文字右对齐，这样 a 标签就会靠右 */
    .order_list .d_btn {
        text-align: right; 
        display: flex;
    }

    .order_list .d_btn .d_btn2 {
            position: absolute;
        margin-top: -18px;

        right: 0;
            margin-right: 0px;
        display: flex;
        flex: 1;
    }
    .order_list .text div:first-child p:first-child{
        font-family: 'Figtree';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        white-space: nowrap;      /* 1. 强制文本不换行 */
        overflow: hidden;         /* 2. 超出容器部分的内容隐藏 */
        text-overflow: ellipsis;  /* 3. 溢出部分显示省略号 (...) */     
    }
     .order_list .text p::nth-of-type(2){
        font-family: 'Figtree';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
        white-space: nowrap;      /* 1. 强制文本不换行 */
        overflow: hidden;         /* 2. 超出容器部分的内容隐藏 */
        text-overflow: ellipsis;  /* 3. 溢出部分显示省略号 (...) */  
        
    }
    .order_list .d_btn .m{
        font-family: 'Figtree'!important;
        font-style: normal!important;
        font-weight: 600!important;
        font-size: 20px;
        line-height: 30px;
    }
    
    #checkout-confirm .case_list  .text p:first-child {
        
        font-family: 'Figtree'!important;
        font-style: normal;
        font-weight: 700!important;
        font-size: 18px!important;
        line-height: 20px!important;
    }
    #checkout-confirm .case_list  .text p:nth-of-type(2) {
        
        font-family: 'Figtree'!important;
        font-style: normal;
        font-weight: 400!important;
        font-size: 14px!important;
        line-height: 30px!important;
    }
     #checkout-confirm .case_list  .text p:nth-of-type(3) {
        
        font-family: 'Figtree'!important;
        font-style: normal;
        font-weight: 400!important;
        font-size: 14px!important;
        line-height: 30px!important;
    }
    #checkout-confirm .case_list  .text p{
            margin-bottom: 0px!important;
    }
    
    
}
/* 当屏幕小于等于 767px 时，手机端样式生效 */
@media screen and (max-width: 767px) {
    /* */
    #checkout-confirm .comfirm  .a_btn2{
        margin-left: -40px;
    }
    body:has(#checkout-confirm) {
        .footer .lt{
            display: none;
        }
    }

    .swal2-popup.mobile-bottom-popup {
     width: 100% !important;        /* 让弹窗宽度占满手机屏幕 */
     margin: 0 0 0 0 !important;    /* 彻底消除四周外边距，紧贴底部 */
     border-radius: 20px 20px 0 0 !important; /* 配合你之前的需求：上圆角，下直角 */
   }

   /* 可选：如果你希望弹窗背景的遮罩层也紧贴底部，可以微调容器 */
   .swal2-container.swal2-bottom {
     padding: 0 !important;         /* 消除 Swal2 容器默认的内边距 */
   }
   .foot .wrap {
        display: flex;
        flex-direction: column;
        
    }
  
    .footer .foot ul { order: 1; display:none}
    .footer .foot  .share { order: 2; }
    .footer .foot p { order: 3 !important;    ; margin-top: 10px; }
    
    
    .tp-dlg{
     border-radius: 20px 20px 0px 0px !important;
     width: 100%!important;
     aspect-ratio: 16 / 9;
    }

    .tp-dlg_title{
        font-family: 'Figtree' !important;
        font-style: normal !important;
        font-weight: 600 !important;
        font-size: 20px !important;
        color: #000000 !important;

    }
    .tp-dlg_cons {
        font-family: 'Figtree' !important;
      font-style: normal !important;
        font-weight:400!important;
        font-size:15px !important;

        white-space: nowrap !important;
        /* or 150% */
        text-align: center !important;
        color: #787878 !important;
        scrollbar-width: none !important;
      /* WebKit 内核浏览器（Chrome, Safari 等） */
      &::-webkit-scrollbar {
        display: none; 
      }
    }
    .tp-dlg-closebutton{
        font-weight: 100;
        color: #000000a1 !important; /* 核心：修改 X 图标的初始颜色（例如：红色） */
    }


    .tp-dlg_yes{
        background: linear-gradient(88.65deg, #FB9ACC 1.15%, #FB8BCE 6.63%, #FB47D9 32.59%, #D340CB 52.83%, #9B37B7 84.26%, #7831AB 107.59%, #6B2FA7 120.21%) !important;
       width: 160px;
        height: 41px;
      font-family: 'Figtree';
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 0px !important;

          margin-left: 20px !important;
          border-radius: 30px !important;
          cursor: pointer;
          color:white;

    }

    .tp-dlg_no{
        background-color:white;
              width: 160px;
        height: 41px;
      font-family: 'Figtree' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 16px !important;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 1px !important;
        border: 1px solid #000000 !important; /* 显式指定solid和颜色 */
        color:#000000 !important; /* 显式指定solid和颜色 */
          margin-left: 10px !important;
          border-radius: 30px !important;
          cursor: pointer;

    }

    .tp-dlg_yes1{
        background-color:white;

         width: 160px;
        height: 41px;
      font-family: 'Figtree' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 16px !important;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 1px !important;
         border: 1px solid #000000 !important; /* 显式指定solid和颜色 */
          margin-left: 20px !important;
          border-radius: 30px !important;
          cursor: pointer !important;
          color:#000000 !important; /* 显式指定solid和颜色 */

    }

    .tp-dlg_no1{
         background: linear-gradient(88.65deg, #FB9ACC 1.15%, #FB8BCE 6.63%, #FB47D9 32.59%, #D340CB 52.83%, #9B37B7 84.26%, #7831AB 107.59%, #6B2FA7 120.21%) !important;

         color:white;
         font-family: 'Figtree' !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 16px !important;

         width: 160px;
             height: 41px;
      white-space: nowrap; /* 核心：强制文字在一行显示 */
          border-width: 0px !important;

          margin-left: 10px !important;
          border-radius: 30px !important;
          cursor: pointer !important;

    }
    
    .order_list .list .d_btn div:first-child{
        position: absolute;
        left:107px;
        top:100px;
        font-family: 'Figtree';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 30px;
    }
    .order_list .list .d_btn .d_btn2{
       display:flex;
    
    }
    
  .order_list .text div:first-child p:first-child{
        font-family: 'Figtree';
        font-style: normal;
         
    
    }
     .order_list .text p::nth-of-type(2){
        font-family: 'Figtree';
        font-style: normal;
        
   
    }
    
   .add_list2 ul li .div_input {
        margin-bottom: 20px!important;
    }
    
  
}
#ul_prorcom li:last-child{
    display:block;
}

/* 蒙版层：覆盖整个父容器 */
.tp_mask {
 position: fixed; /* 改为 fixed */
  top: 0;
  left: 0;
    width: 100vw; /* 使用 100vw 强制等于视口宽度，避免滚动条挤压 */
  height: 100vh; /* 使用 100vh 覆盖整个视口高度 */
  background: rgba(0, 0, 0, 0.4); /* 半透明蒙版 */
  z-index: 998;
  /* 关键：蒙版本身不阻挡点击，让事件穿透到更下层，或者配合下面的层级控制 */
  pointer-events: auto; 
}

/* 定位模拟的占位符 */
.mock-placeholder {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none; /* 确保点击事件可以穿透到 input */
  transition: all 0.2s;
}
/* 将星号设置为红色 */
.required-star {
  color:#FB47D9;
  font-size:22px;           /* 星号字号 */
  font-weight: bold;
  background-color: transparent;
  border-radius: 50%;
  
  width: 15px;
  height: 15px;
  display: inline-block;
  text-align: center;        /* 水平居中 */
  
  /* 🛠️ 核心微调属性（根据你的具体字体微调这两个值） */
  line-height: 25px;         /* 让行高大于高度，强行把字形向下推 */
  text-indent: 1px;          /* 如果星号偏左，用缩进往右推 1 像素 */
  
  box-sizing: border-box;
  overflow: hidden;
  
}
.tpinfomation ul, .tpinfomation ul li{
     list-style-type: disc !important;
    margin-left: 20px !important;
}
.tpinfomation ol, .tpinfomation ol li{
     list-style-type: disc !important;
    margin-left: 20px !important;
}
.tpinfomation{
    padding-top: 3lh; /* 完美留出 5 行文字的空白高度 */
    padding-bottom: 5lh; /* 完美留出 5 行文字的空白高度 */
}




/* 核心：利用 Flex 布局让星号紧跟文本 transform: translateY(-50%); */
.fake-placeholder {
  position: absolute;
  left: 12px;

 
white-space: nowrap; /* 核心：强制文字不换行 */
  align-items: center;
  pointer-events: none; /* 允许点击穿透到输入框 */
  color: black;
  font-size: 16px;
}

/* 动态给星号上色 */
.fake-placeholder .star {
  margin-left: 10px; /* 字间距 */
  margin-top: 10px;
   color:#FB47D9;
  font-size:22px;           /* 星号字号 */
  font-weight: bold;

}

.cksuccess .tpgroupbtn{
    display: flex !important;
    justify-content: center !important;
    gap: 20px !important;
    width: 100% !important;
    margin-top: 30px !important;; /* 统一给整个按钮组加顶部间距 */
    
}

.cksuccess .tpgroupbtn a{
    font-weight:  800;
      margin: 0 !important; /* 必须将原本的 0 auto 改为 0，否则无法并排 */
    margin-top: 0 !important; /* 移除单个按钮的垂直间距，改由父级控制 */
    flex-shrink: 0; /* 防止手机屏幕太窄时按钮被压扁变窄 */
    width: 154px !important;
    height: 40px !important;
}
.icon-card-logos {
    /* 1. 必须加这行，否则 <i> 宽高为 0，导致完全看不见 */
    
    /* 2. 必须精确匹配 SVG 的原始宽高 */
    width: 40px !important;
    height: 25px !important;
  display: inline-block !important;
    background-image: url('./svg/mastercard.svg');
            background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.tp_disabled{
    color:#999!important;
    border-color:#999!important;
    pointer-events:none!important;
}
#btn_extendobj{
         margin-left: 0px!important;
}
#btn_extendobj p{
  
       white-space: nowrap;      /* 1. 强制文本不换行 */
    margin-left: -12px;
    width: 90px;
    color: #000;
    font-size: 14px;
 
}

#btn_extendobj span {
    display: block;
    width: 56px!important;
    height: 56px!important;
    margin-left: 0px!important;
    border-radius: 100%;
background-image: url("data:image/svg+xml;utf8,<svg width='37' height='44' viewBox='0 0 37 44' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='37' height='44' rx='7' fill='%23E0E0E0'/><circle cx='9.5' cy='10.5' r='3.5' fill='%239E9E9E'/><circle cx='9.5' cy='18.5' r='3.5' fill='%239E9E9E'/><circle cx='16.5' cy='14.5' r='3.5' fill='%239E9E9E'/><rect x='3.25' y='5.25' width='30.5' height='18.5' rx='3.75' stroke='white' stroke-width='0.5'/></svg>") ;
  background-position: center 15px; 
    background-repeat: no-repeat;
  margin: 0 auto;
  
}

#btn_extendobj .on  span  {
    display: block;
    width: 56px!important;
    height: 56px!important;
    border-radius: 100%;
      background-image: url("data:image/svg+xml;utf8,<svg width='37' height='44' viewBox='0 0 37 44' fill='none' xmlns='http://www.w3.org/2000/svg'><rect width='37' height='44' rx='7' fill='%23FFBCF2'/><circle cx='9.5' cy='10.5' r='3.5' fill='%23FB79E2'/><circle cx='9.5' cy='18.5' r='3.5' fill='%23FB79E2'/><circle cx='16.5' cy='14.5' r='3.5' fill='%23FB79E2'/><rect x='3.25' y='5.25' width='30.5' height='18.5' rx='3.75' stroke='white' stroke-width='0.5'/></svg>")!important;
  background-position: center 15px; 
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-left: 0px;
      

}
.tptipparent{
    bottom: 100px;
  
    left:0px;
}
       

.pro_pos.pos1{
    top:60px!important;
}
.tptipparent  .tptip p{
    font-Weight:400; 
}

@media screen and (min-width: 767px) {
.tptipparent:hover .tptip{
    display:block;
}
}

.tptiphide{
    display: none;
}
.tptipparent  .tptip {position: absolute;left:50px;padding-left: 20px;bottom:5px;transform: translateY(-50%);font-size: 16px;color: #000;line-height: 1.3; display: none;}
.tptipparent .tptip .a_btn2 { width: 80px; line-height: 30px; height: 30px;; margin-top: 10px; }
.tptipparent  .tptip a { margin-left: 0; }
.tptipparent .tptip > div { padding: 20px; background: #fff; border-radius: 10px; position: relative; box-shadow: 0 0 8px rgba(0,0,0,0.1); width: 230px; }
.tptipparent    .tptip > div:after { content: ''; display: block; width: 0; height: 0; border: 10px solid transparent; position: absolute; left: -20px; top: 50%; margin-top: -10px; border-right-color: #fff; }
 
