.back-btn i{
    font-size: 1.625rem;

}
.box-plr{
    padding: 0 .625rem;
}
.box-mt{
    margin-top: 1.875rem;
}

.ava-box{
    display: flex;
    margin-top: 1.875rem;
}
.ava-box img{
    width: 5.75rem;
    height: 5.75rem;
    border-radius: .75rem;
}
.ava-lis{
    margin-left: 1.25rem;
}
.ava-lis-p1{
    font-size: .875rem;
    color: white;margin-bottom: 0;
}
.ava-lis-p1 strong{
    font-size: 1.125rem;
    color: #0CC79C;
}
.ava-lis-p2{
    font-size: .75rem;
    color: white;
}
.fo-but{
    width: 10.75rem;
    margin: 0 auto;
    text-align: center;
    border-radius: .5rem;
    border-bottom: .125rem solid #0C778D;
}
.fo-but button{
    width: 100%;
    font-size: 1.25rem;
    color: white;
    height: 2.625rem;
    border: none;
    border-radius: .5rem;
    background: linear-gradient(to right, #255059, #357366, #255059);
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;
}
.fo-but button i,.fo-butt button i{
    font-size: 1.275rem;
    display: inline;
    margin-right: .5rem;
}
.fo-butt{
    width: 10.75rem;
    margin: 0 auto;
    text-align: center;
    border-radius: .5rem;
    border-bottom: .125rem solid #765C29;
}
.fo-butt button{
    width: 100%;
    font-size: 1.25rem;
    color: white;
    height: 2.625rem;
    border: none;
    border-radius: .5rem;
    background: linear-gradient(to right, #C79656, #F6D865, #C79656);
    align-items: center;
    display: flex;
    justify-content: center; /* 水平居中 */
}

/* vip */
.vip-box{
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #056070, #218E75);
    border-radius: 1.25rem;
    position: relative;
}
.vip-mis{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5.75rem;
}
.vip-box img{
    position: absolute;
    left: -0.125rem;
    top: -1.25rem;
}
.vip-mis h6{
    font-size: 1.5rem;
    color: white;
}
.vip-mis h6 strong{
    font-size: 2.25rem;
}
.vip-mis button{
    border: none;
    width: 4rem;
    height: 2rem;
    font-size: .75rem;
    color: white;
    margin-right: .625rem;
    border-radius: .375rem;
    background: linear-gradient(to bottom, #056070, #218E75);
}


 /* 进度条容器 */
    .bet-progress-container {
      padding: .625rem;
      border-radius: .25rem;
    }

    /* 文字说明 */
    .bet-progress-label {
      font-family: Arial, sans-serif;
      color: #ffffff;
      font-size: .875rem;
      margin-bottom: .5rem;
    }

    /* 进度条轨道 */
    .progress-track {
      height: .5rem;
      background-color: #e0e0e0; /* 进度条底色 */
      border-radius: .25rem;
      overflow: hidden;
      position: relative;
    }

    /* 进度条已完成部分 */
    .progress-fill {
      height: 100%;
      width: 25%; /* 对应当前进度100/400=25%，可根据实际数值动态修改 */
      background-color: #006666; /* 进度条填充色 */
      border-radius: .25rem 0 0 .25rem;
    }

    /* 进度数值标注 */
    .progress-values {
      display: flex;
      justify-content: space-between;
      margin-top: .25rem;
      font-family: Arial, sans-serif;
      color: #ffffff;
      font-size: .75rem;
    }

.info-card{
    border-bottom: .0625rem solid #218E75;
    border-radius: .5rem;
    padding-bottom: .375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info-header img{
   width: 1.625rem;
   height: 1.625rem; 
}
.info-header span{
    font-size: 1rem;
    color: white;
}
.info-header span strong{
    color: #0CC79C;
}
.info-r{
    font-size: .75rem;
    color: white;
}
.info-r i{
    font-size: .75rem !important;
}

.share-z{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .375rem;
    background-color: #344C47;
    width: 100%;
    height: 2.5rem;
    line-height: 1.875rem;
    padding: .625rem;
    margin: 1.875rem auto;
}
.share-z span{
    font-size: .875rem;
    color: #DAE0DF;
}
.share-z strong{
    font-size: .875rem;
    color: #0CC79C;
}

.share-p{
    font-size: .875rem;
    color: white;
    text-align: center;
}

.bor-b{
    border-bottom: .0625rem solid #218E75;
    border-radius: .5rem;
    padding-bottom: .375rem;
}



/* 分享 */
/* Social Share Grid */
.share-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    margin-bottom: .875rem;
    text-align: center;
    margin-top: 1.25rem;
}

.share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .625rem;
    color: #fff;
    text-decoration: none;
}

.share-icon {
    width: 1.75rem; 
    height: 1.75rem; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}
.share-icon img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.info-ca{
    border-bottom: .0625rem dashed #2E544B;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.info-mg{
    margin-bottom: 1.25rem;

}
.info-mg a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
}
.fo-buttt{
    width: 19.6875rem;
    margin: 2.5rem auto;
    text-align: center;
    border-radius: .5rem;
    border-bottom: .125rem solid #0C778D;
}
.fo-buttt button{
    width: 100%;
    font-size: 1.25rem;
    color: white;
    font-weight: bold;
    height: 3.125rem;
    border: none;
    border-radius: .5rem;
    background: linear-gradient(to right, #255059, #357366, #255059);
}
.close-btn{top: 0.4rem;}