body {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    font-family:'微软雅黑';
	height: 100%;
}
html{
    width: 100%;
    font-size: 16px;
	height: 100%;
}
.header {
    width: 100%;
    display: flex;
    justify-content: center;
   	min-height: 100%;
    height: auto;
}
.headerBox {
    max-width: 1080px;
    width: 100%;
    box-sizing: border-box;
	min-height: 100%;
    height: auto;
	background-color: #0B0D0F;
    position: relative;
}

.message {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

.message span {
    background: rgb(0 0 0 / 70%);
    color: white;
    border-radius: 20px;
    padding: 8px 12px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    display: none;
}

.bg{
    width: 100%;
    height: 275px;
    background-image: url('../image/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.card{
    width: 100%;
    height: 206px;
    background-image: url('../image/card.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.title-box{
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-bottom: 16px;
}

.line-img{
    width: 61px;
    height: 5px;
    display: block;
}

.title-text{
     /* 1. 设置渐变背景（方向+颜色） */
    background: linear-gradient(to left, #00D9FF, #00FFBF);
     /* 2. 将背景裁剪到文字区域（核心属性） */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
     /* 3. 隐藏文字本身的颜色，只显示渐变背景 */
    color: transparent;
    text-align: center;
    font-size: 16px;
    margin: 0 16px;
}

.gold-img,.diamod-img{
    width: 36px;
    height: 36px;
    display: block;
}

.how-wealth{
    width: 100%;
    padding:0 16px 16px 16px;
    box-sizing: border-box;
}

.to-img{
    width: 29px;
    height: 29px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.pay-gold{
    width: 100%;
    height: 193px;
    color: #fff;
    border-radius: 16px;
    background-image: linear-gradient( to top,rgba(11, 13, 15, 0),#082529);
    box-sizing: border-box;
    padding: 16px;

}

.pay-box{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: 16px;
}

.gold-box{
    width: 132px;
    height: 123px;
    background-image: linear-gradient(to top,rgba(9, 36, 40, 0),rgba(9, 36, 40, 1));
    border-top: 1px solid rgba(36, 164, 205, 0.30);
    border-left: 1px solid rgba(36, 164, 205, 0.30);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px 0 0 0;
    box-sizing: border-box;
    
}

.diamod-box{
    width: 140px;
    height: 135px;
    background-image: linear-gradient(to top,rgba(11, 13, 15, 1),rgba(12, 68, 82, 1));
    border-top: 2px solid rgba(36, 164, 205, 0.30);
    border-left: 2px solid rgba(36, 164, 205, 0.30);
    border-right: 2px solid rgba(36, 164, 205, 0.30);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px 12px 0 0;
    box-sizing: border-box;
    
}

.pay-text{
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.70);
}

.list-card{
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}

.top-table{
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
    color: #Fff;
    background-color: RGBA(8, 37, 41, 1);
    border-radius: 16px 16px 0 0;
    font-size: 14px;
}

.list-item{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    color: #fff;
}

.level-item{
    width: 100%;
    background-image: linear-gradient(to top,RGBA(10, 29, 33, 1) 50%,RGBA(12, 67, 81, 1));
}

.item-left{
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}

.item-right{
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
}

.item-level-img{
    width: 46px;
    height: 20px;
    display: block;
}

.left-num{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-size: 12px;
}

.active{
    background-color: RGBA(12, 52, 60, 1);
}

.user-info{
    position: absolute;
    top: -20px;
    left: 24px;
    display: flex;
    align-items: flex-end;
    color: #fff;
}

.avtvar-img{
    width: 76px;
    height: 76px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 16px;
}

.level-box{
    width: 46px;
    height: 18px;
    position: relative;
    margin-left: 8px;
}

.level-img{
    width: 100%;
    height: 100%;
}

.level-num{
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    color: #FFFFFF;
}

.step{
    width: 100%;
    height: 6px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: RGBA(8, 89, 108, 1);
    border-radius: 6px;
}

.step-line{
    max-width: 100%;
    height: 100%;
    width: 0%;
    background-image: linear-gradient(to left,RGBA(0, 217, 255, 1),RGBA(0, 255, 192, 1));
    border-radius: 6px;
}

.step-all{
    width: 100%;
    padding: 0 32px;
    box-sizing: border-box;
    position: absolute;
    bottom: 80px;
}

.step-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}
