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: #34188A;
    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: 328px;
    background-image: url('../image/bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    padding: 16px;
    box-sizing: border-box;
}

.card{
    width: 100%;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 32px 0 16px;
    box-sizing: border-box;
    margin-top: -32px;
    position: relative;
    z-index: 1;
}


.title-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-bottom: 16px;
}

.line-img{
    width: 61px;
    height: 5px;
    display: block;
}

.title-text{
    
    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;
}

.exp{
    width: 30px;
    height: 30px;
    font-size: 24px;
    position: relative;
}

.exp-text{
    font-size: 10px;
    position: absolute;
    top: 0;
    right: -24px;
}

.pay-gold{
    width: 100%;
    height: 156px;
    color: #fff;
    border-radius: 16px;
   
    box-sizing: border-box;
    padding:32px 16px 16px 16px;
    background-image: url('../image/card-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pay-box{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    margin-top: 16px;
    color: #7C5626;
}

.pay-gold-text{
    color: #7C5626;
    margin-bottom: 16px;
}

.gold-box{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 14px;
}

.gold-remark{
    font-size: 12px;
    color: #fff;
}

.line{
    width: 100%;
    height: 1px;
    margin: 16px 0;
    background-image: linear-gradient(to left,rgba(252, 228, 145, 0),rgba(252, 228, 145, 1),rgba(252, 228, 145, 0));
}

.to-img{
    width: 20px;
    height: 20px;
    display: block;
}

.gold-img{
    width: 30px;
    height: 30px;
    display: block;
}


.list-card{
    width: 100%;
    height: 738px;
    padding:0 16px;
    box-sizing: border-box;
    background-image: url('../image/big-card-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 32px;
   
}

.top-table{
    width: 100%;
    height: auto;
    
    color: #fff;
    font-size: 14px;
    padding: 0 16px;
    box-sizing: border-box;
}

.list-item{
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    color: #fff;
    border-bottom: 1px solid rgba(255, 244, 60, 0.30);
}

.level-item{
    width: 100%;
    
    border-radius: 16px 16px 0 0;
    color: #fff;
}

.list-table{
    width: 100%;
    /* padding: 0 16px; */
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid rgba(255, 244, 60, 0.30);
    overflow: hidden;
}

.item-left{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-right: 1px solid rgba(255, 244, 60, 0.30);
}

.item-right{
    width: 50%;
    display: flex;
    justify-content: center;
    position: relative;
    color: #fff;
}

.item-level-img{
    width: 46px;
    height: 20px;
    display: block;
}

.left-num{
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%,-50%);
    font-size: 12px;
}



.user-info{
 
    display: flex;
    align-items: center;
    color: #fff;
}

.avtvar-img{
    width: 60px;
    height: 60px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 8px;
}

.nickName{
    color: #fff;
}

.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: #8168CB;
    border-radius: 6px;
}

.step-line{
    max-width: 100%;
    height: 100%;
    width: 0%;
    background-image: linear-gradient(to left,#A27337,#BF975E);
    border-radius: 6px;
}

.step-all{
    width: 100%;
    margin: 16px 0;
    box-sizing: border-box;
   
}

.step-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    margin-bottom: 8px;
}

.chaValue{
    color: #fff;
    font-size: 14px;
}

.list-box{
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
}
