* {
	color: #fff;
}
.wallet-top {
	background-image: url("/static/index/home/images/bimg1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 620px;
	
}

.wallet-bottom {
	background-image: url("/static/index/home/images/bimg2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 620px;
}



.description {
	display: block;
	font-size: 48px;
	font-weight: bold;
	padding-top: 36px;
	margin-bottom: 36px;
}

.wallet-top-content {
	display: flex;
	/* justify-content: space-between; */
	flex-direction: row;
	flex-wrap: wrap;
	margin-bottom: 18px;
	gap: 18px;
}

.wallet-top-content-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 211px;
	height: 158px;
	background-color:#231F38;
	border-radius: 10px;
	margin-bottom: 20px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.goods-active,.wallet-top-content-item:hover {
	background-color: #403C57;
	border: 1px solid #FC9BC2;
}

.wallet-list-top {
	display: flex;
}
.wallet-list-top > div > img {
	width: 35px;
	height: 35px;
}
.wallet-list-top-img {
	display: flex;
    justify-content: center;
    align-items: center;
}
.coin-num {
	margin-left: 16px;
	font-size: 48px;
	font-weight: 500;
}

.wallet-list-bottom {
	font-size: 36px;
	font-weight: 500;
}

.wallet-bottom {
	padding-top: 30px;
}
.account-info {
	display: flex;
	flex-direction: row;
}
.account-item {
	margin-right: 30px;
	line-height: 72px;
}
.account-item-title {
	font-size: 28px;
	font-weight: bold;
}
.account-item-button {
	width: 128px;
    height: 56px;
    line-height: 56px;
    border-radius: 10px;
    outline: none;
    background-color: #FF9BAA;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.account-input {
	width: 480px;
	height: 72px;
	border-radius: 10px;
	border: 1px solid #9E9E9E;
	outline: none;
	background-color: transparent;
	padding-left: 20px;
}
.pay-info {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.qrcode {
	width: 203px;
	height: 203px;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qrcode > img {
	width: 187px;
	height: 187px;
	border-radius: 4px;
	margin-left: 3px;
}

.pay-info-content {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	justify-items: center;
}
.pay-info-right {
	margin-left: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    height: 203px;
}

.pay-info-item-price {
	height: 48px;
	align-items: center;
	justify-content: space-around;
	margin-top: 50px;
}

.pay-info-item-price span {
	display: inline-block;
	margin-top: 10px;
	
}


.pay-info-item-price span:first-child {
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
}

.pay-info-item-price span:last-child {
	font-size: 48px;
	font-weight: 500;
	color: #FF9BAA;
}

.pay-info-item-list {
	display: flex;
	margin-left: 80px;
}

.pay-info-item {
	margin-right: 35px;
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.pay-info-item-img {
	width: 145px;
	height: 56px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}
.pay-info-item-img:hover {
	transform: scale(1.05);
}

.pay-info-item-select {
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.pay-info-loading {
	width: 187px; 
	height: 187px; 
	text-align: center; 
	line-height: 187px; 
	background-color: #f0f0f0; 
	color: #999;
	user-select: none;
	background-image: url("/static/index/home/images/qrcodemask.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
}


.vip-qy-list {
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 20px;
	background-color: #231F38;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	padding-left:50px;
	padding-top: 40px;
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.2);
}

.vip-qy-list-item {
	width: 300px;
	display: flex;
	margin-right: 80px;
	margin-bottom: 20px;
	align-items: center;
}

.vip-qy-list-item > img {
	width: 28px;
	height: 28px;
}

.vip-qy-list-item > div {
	margin-left: 20px;
}

.wallet-list-bottom-price {
	display: flex;
	align-items: end;
}
.wallet-list-bottom-price > div:nth-child(1) {
	font-size: 36px;
}
.wallet-list-bottom-price > div:nth-child(2) {
	font-size: 28px;
	color: rgba(255, 255, 255, 0.8);
	font-weight: 400;
	margin-left: 20px;
	text-decoration: line-through;
}