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: #fff;
    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%;
    height: 620px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('../image/bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.left-img{
    width: 100%;
    height: 452px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.avtvar-box{
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    position: relative;
    margin-right: 10px;
}

.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: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.step-pic{
    width: 100%;
    height: 24px;
    display: flex;
    align-items: center;
    padding: 0 8px;
    box-sizing: border-box;
    background-color: rgba(219, 76, 47, 0.70);
    border-radius: 16px;
}

.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;
    background-color: rgba(255, 255, 255, 0.5);
}

.step-line{
    max-width: 100%;
    width: 0%;
    height: 100%;
    border-radius: 6px;
    background-image: linear-gradient(to left,#FFFEDA);
}

.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: #fff;
    
}

.how-wealth{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    position: relative;
}

.wealth-title-bg{
    width: fit-content;
    min-width: 60%;
    max-width: 100%;
    height: 40px;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translate(-50%);
    background-image: url('../image/wealthBg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 0 32px;
    box-sizing: border-box;
    white-space: nowrap;
}

.wealth-bg{
    width: 100%;
    min-height: 100px;
    height: auto;
    background-color: #fff;
    padding: 50px 16px 16px 16px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin: 20px 0;
    border-radius: 16px;
}



.wealth-content{
    width: 100%;

    color: #333;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wealth-item{
    display: flex;
    align-items: center;
    
    font-size: 14px;
}

.pay-gold{
    display: flex;
    flex-direction: column;
    
}

.wealth-right{
    display: flex;
    align-items: flex-start;
    color: #333;
}

.gold{
    width: 29px;
    height: 29px;
    display: block;
    margin-right: 16px;
}

.jiantou{
    width: 19px;
    height: 11px;
}

.wealth-right-num{
    font-size: 25px;
}

.exp{
    font-size: 10px;
}

.pay-remark{
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
}

.wealth-all{
    width: 100%;
    padding:0 16px;
    box-sizing: border-box;
    
}

.wealth-list{
    width: 100%;
    height: auto;
    padding:50px 16px 16px 16px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: #fff;
    /* background-image: linear-gradient(to top,rgba(40, 13, 68, 0),rgba(87, 18, 165, 0.66)); */
}

.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; */
    color: rgba(0, 0, 0, 0.6);
}

.list-table{
    width: 100%;
    height: auto;
    border: 1px solid #654F3D;
    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: #333;
    border-bottom: 1px solid #654F3D;
    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-right: 1px solid #654F3D;
    position: relative;
}

.item-level-img{
    width: 46px;
    height: 18px;
    display: block;
}

.left-num{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    color: #fff;
}

.question-img{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
}

.user-info{
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.all-content{
    width: 100%;
    margin-top: 300px;
    position: relative;
    z-index: 1;
}

