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: #280D44;
    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: 44px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center ;
}

.left-img{
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.avtvar-box{
    width: 88px;
    height: 88px;
    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: 24px 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;
    border-radius: 6px;
    position: relative;
    background-image: linear-gradient( to left,rgba(255,255,255,0.1),rgba(255,255,255,0.5),rgba(255,255,255,0.1));
}

.step-line{
    max-width: 100%;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #9D88B3;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    /* border-radius: 0 6px 6px 0; */
    /* background-image: linear-gradient(to left,#DA48F3,#7441EC); */
}

.step-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 10px;
    margin-top: 8px;
    position: relative;
}

.level-right{
    display: flex;
    align-items: center;
}

.next-level{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #DBD4D1;
    /* margin-right: 10px; */
   /* position: absolute;
   top: 10px;
   left: 50%;
   transform: translate(-50%); */
}

.how-wealth{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.wealth-title-bg{
    width: 50%;
    height: 88px;
    position: relative;
    z-index: 1;
   
}

.wealth-bg{
    width: 100%;
    min-height: 130px;
    height: auto;
    background-image: linear-gradient(to top,#211529,#451C42);
    padding:16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-top: -40px;
    border-radius: 16px;
    border: 1px solid #663865;
}

.wealth-title{
    
    /* 1. 设置渐变背景（方向+颜色） */
    background: linear-gradient(to left, #fff);
    /* 2. 将背景裁剪到文字区域（核心属性） */
    -webkit-background-clip: text; /* 兼容webkit内核浏览器（Chrome/Safari） */
    background-clip: text;
    /* 3. 隐藏文字本身的颜色，只显示渐变背景 */
    color: transparent;
    text-align: center;
    font-size: 14px;
    margin: 0 8px;
}

.wealth-content{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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);
}

.wealth-all{
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 396px;
}

.wealth-list{
    width: 100%;
    height: auto;
    /* padding: 16px; */
    box-sizing: border-box;
    border-radius: 16px;
    /* background-image: linear-gradient(to top,rgba(40, 13, 68, 0) 97%,#451C42); */
    /* border: 1px solid #663865; */
    padding-top:16px;
    
}

.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;
    margin-top: 16px;
    padding: 0 16px;
    box-sizing: border-box;
}

.list-table{
    width: 100%;
    height: auto;
    border-top: 1px solid #9A56C1;
    /* border-bottom: 1px solid #663865; */
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 16px;
    border-radius: 16px;
    
}

.list-item{
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;    
    color: #fff;
    border: 1px solid #9A56C1;
    box-sizing: border-box;
    background-color: #3D2557;
}



.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 #9A56C1;
    position: relative;
    border-radius: 16px 0 0 0;
}

.item-right{
    /* border-right: 0; */
    border-radius: 0 16px 0 0;
}

.item-level-img{
    width: 46px;
    height: 18px;
    display: block;
}

.item-left-text,.item-right-text{
    background-color: #6F1D8A;
}

.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: #FE60CB; */
}

.line-img{
    width: 16px;
    height: 16px;
    display: block;
}

.wealth-title-box{
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-content{
    color: #fff;
    font-size: 14px;
}

.gold-img{
    width: 16px;
    height: 16px;
    display: block;
    margin-left: 5px;
}

.question{
    margin-bottom: 5px;
}

.answer{
    color: #FFE3B9;
}

.switch-off{
    width: 40px;
    height: 20px;
    background-color:#DEB9FF;
    border-radius: 12px;
    display: none;
    align-items: center;
    padding-left: 4px;
    box-sizing: border-box;
}

.switch-on{
    width: 40px;
    height: 20px;
    background-color:#68D071;
    border-radius: 12px;
    display: none;
    align-items: center;
    padding-left: 4px;
    box-sizing: border-box;
}

.switch-round{
    width: 14px;
    height: 14px;
    background-color: #9B74BB;
    border-radius: 50%;
    
}

.swicth-box{
    width: 100%;
    height: 52px;
    border-radius: 8px;
    background-color: #8B36D1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
    margin-top: 16px;
}