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: #1E0D30;
    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;
}

.pos-all{
    width: 100%;
    position: absolute;
    top: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
}

.left-img{
    width: 100%;
    height: 394px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.avtvar-box{
    width:150px;
    height: auto;
    position: relative;
}

.avtvar-img{
    width: 100%;
    height: 100%;
    border-radius: 88px;
    /* border: 1px solid #FFF1D9; */
}

.level-box{
    width: 46px;
    height: 18px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%);
}

.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: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0 0;
}

.step-pic{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5px;
    box-sizing: border-box;
}

.round{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background-color: #fff;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.3);
}



.line{
    width: 100%;
    height: 6px;
    background-color: RGBA(126, 104, 157, 1);
}

.step-line{
    max-width: 100%;
    width: 0%;
    height: 100%;
    border-radius: 0 6px 6px 0;
    background-image: linear-gradient(to left,RGBA(255, 244, 141, 1),RGBA(145, 111, 89, 1));
}

.step-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
}

.level-right{
    display: flex;
    align-items: center;
}

.next-level{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #DBD4D1;
    margin-right: 10px;
}

.how-wealth{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wealth-title-bg{
    width: 50%;
    height: 88px;
    position: relative;
    z-index: 1;

}

.wealth-bg{
    width: 100%;
   
    height: auto;
    
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    /* margin-top: -40px; */
   
   
}

.wealth-title{
    font-size: 18px;
    /* 1. 设置渐变背景（方向+颜色） */
    background: linear-gradient(to bottom, #FFCDED 70%, #FF5AD7);
    /* 2. 将背景裁剪到文字区域（核心属性） */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 3. 隐藏文字本身的颜色，只显示渐变背景 */
    color: transparent;
    text-align: center;
    font-size: 16px;
    margin: 0 8px;
    white-space: nowrap;
}

.wealth-content{
    width: 100%;
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 16px;
    box-sizing: border-box;
    border-radius: 16px;
    background-image: linear-gradient(to top,rgba(43, 19, 68, 0),#2B1344);
    border-top: 1px solid RGBA(184, 152, 215, 1);
}

.wealth-item{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.pay-gold{
    display: flex;
    flex-direction: column;
    
}

.wealth-right{
    display: flex;
    align-items: flex-start;
    color: #fff;
}

.gold{
    width: 29px;
    height: 29px;
    display: block;
    margin-right: 10px;
}

.jiantou{
    width: 19px;
    height: 11px;
}

.wealth-right-num{
    font-size: 25px;
}

.exp{
    font-size: 10px;
}

.pay-remark{
    color: rgba(255, 255, 255, 0.7);
    margin-top: 5px;
}

.wealth-all{
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 20px;
}

.wealth-list{
    width: 100%;
    height: auto;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 16px;
    background-image: linear-gradient(to top,rgba(43, 19, 68, 0),rgba(43, 19, 68, 1));
    
    /* padding-top:16px; */
    border-top: 1px solid RGBA(184, 152, 215, 1);
    
}

.wealth-line{
    width: 100%;
    height: 1px;
    margin: 16px 0;
    box-sizing: border-box;
    background-image: linear-gradient( to left,rgba(252, 228, 145, 0),#FCE491,rgba(252, 228, 145, 0));
}

.list-remark{
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 0 16px;
    box-sizing: border-box;
}

.list-table{
    width: 100%;
    height: auto;
    border: 1px solid #A9993E;
    border-radius: 16px;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 16px;
}

.list-item{
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #fff;
    border: 1px solid rgba(185, 119, 250, 0.27);
    box-sizing: border-box;
}

.list-item:last-child{
    border: 0;
}

.item-left,.item-right{
    width: calc(100% / 2);
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
}

.item-left{
    /* border-left: 0; */
    border-right: 1px solid rgba(185, 119, 250, 0.27);
    position: relative;
}

.item-right{
    /* border-right: 0; */
   
}

.item-level-img{
    width: 46px;
    height: 18px;
    display: block;
}

.left-num{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-size: 12px;
}

.question-img{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
}

.nextLevelRemain{
    color: #fff;
    font-size: 16px;
}

.line-img{
    width: 57px;
    height: 20px;
    display: block;
}

.wealth-title-box{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
