:root {
	--bg: #fff;
	--font-color: #081c2c;
	--main-bg-color: #0dc078;
	--link-bg-color: #ebebeb;
	--max-width: 450px;
	--btn: linear-gradient(4.57deg, #26c87f, #57b77d);
	--red: rgb(213, 16, 0);
	--grey: #b0b0b0;
}
@font-face {
	font-family: Nunito;
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../font/Nunito.ttf) format("woff2");
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
}
html {
	-webkit-text-size-adjust: 100%;
}
body {
	color: var(--font-color);
	font-size: 14px;
	line-height: 21px;
	-webkit-overflow-scrolling: touch;
	background: #f7f7f7;
	height: 100%;
	font-family: Nunito, sans-serif;
	scrollbar-width: none;
	-ms-overflow-style: none;
	position: relative;
}
.footer,
.mask,
.modal,
.mui-backdrop,
.mui-content,
.pay-box,
.picker-box,
.popup50,
.sticky,
body,
header,
.mask-show {
	margin: 0 auto;
	max-width: var(--max-width);
}
a:active,
a:hover {
	outline: 0;
}
a {
	color: inherit;
	text-decoration: none;
	background: 0;
}
img {
	border: 0;
	vertical-align: middle;
}
li,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
input {
	-webkit-user-select: text;
}
.mui-content {
	padding-bottom: 85px;
	min-height: 100vh;
	background: var(--bg);
}
header ~ .mui-content {
	padding-top: 60px;
}
.mask-show {
	background: rgba(0, 0, 0, 0);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	transition:
		background 0.4s linear,
		opacity 0.4s linear;
	display: flex;
	align-items: center;
	visibility: hidden;
	opacity: 0;
	justify-content: center;
}
.mask-show.active {
	visibility: visible;
	opacity: 1;
	background: rgba(0, 0, 0, 0.4);
}
.modal_content {
	position: relative;
	z-index: 10001;
	width: 80%;
}
.default-view {
	width: 100%;
	font-size: 16px;
	background: var(--bg);
	border-radius: 4px;
}
.default-view .overflow_content {
	padding: 20px 24px;
}
.default-view .content {
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	white-space: pre-wrap;
}
.default-view .modalbtn {
	height: 42px;
	display: flex;
	flex-direction: row;
	border-top: solid 1px #f5f5f5 !important;
}
.default-view .modalbtn .cancel {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.loading .spinner {
	border: 5px solid var(--bg);
	border-top: 5px solid var(--main-bg-color);
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
}
@keyframes spin {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.mui-toast-container {
	line-height: 17px;
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	left: 50%;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	opacity: 0;
}
.mui-toast-container.active {
	opacity: 0.9;
}
.mui-toast-message {
	font-size: 14px;
	padding: 10px 25px;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	background-color: #323232;
}
.mui-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	transition: opacity 0.4s ease 0s;
	opacity: 0.4;
	z-index: 996;
}
.login-box {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	background: var(--bg);
	padding: 24px;
	position: relative;
}
.popup50 {
	background: var(--bg);
	position: fixed;
	z-index: 997;
	bottom: 0;
	width: 100%;
	min-height: 50vh;
	-webkit-transform: translateY(100vh);
	-webkit-transition: 0.3s;
	opacity: 0;
	padding: 15px;
	border-radius: 25px 25px 0 0;
	padding-top: 24px;
	box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.07);
}
.popup50 #title {
	font-size: 24px;
	margin-bottom: 12px;
}
.popup50.active {
	-webkit-transform: translateY(0);
	opacity: 1;
}
.login-btn {
	border-radius: 12px;
	text-align: center;
	color: #fff;
	height: 48px;
	line-height: 48px;
	background: var(--btn);
	margin-bottom: 24px;
	display: block;
	width: 100%;
}
.login-bg {
	width: 30%;
	margin: 0 auto;
	border-radius: 28px;
	border: 1px solid #e8e8e8;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.glass {
	position: absolute;
	bottom: 10%;
	pointer-events: none;
	height: 50px;
	width: 50px;
	right: 0;
	background: linear-gradient(155.52deg, #19a1be, #7d4192);
	filter: blur(50px);
}
.login-text {
	font-size: 14px;
	text-align: left;
	margin: 24px 0;
	margin-top: 36px;
}
.login-text .h1 {
	font-size: 21px;
	margin-bottom: 12px;
	font-weight: 700;
	color: var(--font-color);
}
.login-box .h2 {
	color: #6e8597;
}
.login-box .btn {
	height: 52px;
	font-size: 14px;
	line-height: 52px;
	border-radius: 8px;
	font-weight: 600;
}
.login-box .btn#reg {
	border: 1px solid var(--font-color);
	margin-bottom: 12px;
}
.login-box .btn#login {
	background: var(--btn);
	color: var(--bg);
}
.from {
	position: relative;
	margin-bottom: 12px;
}
.from input, .popup50 .from select {
	position: relative;
	-webkit-user-select: text;
	background: 0 0;
	border: 1px solid var(--link-bg-color);
	font-size: 14px;
	padding: 12px;
	margin: 0;
	height: 48px;
	/* line-height: 48px; */
	width: 100%;
	outline: 0;
	border-radius: 8px;
	color: var(--font-color);
}
.popup50 .h3 {
	font-size: 14px;
	margin-bottom: 12px;
	margin-top: 8px;
}
.lang-icon {
	height: 16px;
	width: 25px;
	vertical-align: middle;
	border-radius: 2px;
}
.this-lang {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
}
.mt12 {
	margin-top: 12px;
}
.left50,
.right50 {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 999;
}
.right50 {
	right: 12px;
	left: auto;
}
.from .left50.aera {
	color: var(--font-color);
	font-weight: 600;
}
.popup50 input[type="tel"] {
	padding-left: 22px !important;
}
.header {
	background: var(--main-bg-color);
	width: 100%;
	z-index: 997;
	position: fixed;
	top: 0;
	padding: 12px;
}
.flex-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.symbol-select {
	width: 36px;
	text-align: center;
	border-radius: 8px;
	color: var(--bg);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
}
.header .title {
	font-size: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 600;
	color: #fff;
}
.w-auto {
	width: auto;
}
.header > * {
	height: 36px;
	line-height: 36px;
}
.swiper {
	background: var(--bg);
}
.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f7fc;
	position: relative;
	overflow: hidden;
}
.home-card-container {
	background: #f5f7fc;
	padding: 12px;
	display: flex;
	gap: 12px;
}
.home-card {
	flex: 1;
	border-radius: 8px;
	padding: 12px;
	background: #fff;
	box-shadow: 0 3px 14px 0 rgba(0, 35, 68, 0.1);
	position: relative;
}
.home-card__title {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 0;
}
.home-card__description {
	font-size: 12px;
}
.home-card .lottery-icon {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	z-index: 1;
	pointer-events: none;
	width: 20%;
}
.h6 {
	font-size: 16px;
	padding: 12px;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}
.home-info {
	border-top: 1px solid var(--link-bg-color);
}
.myinfo {
	padding: 12px;
}
.card-my .left {
	color: #212529;
	font-size: 14px;
	font-weight: 600;
	height: 24px;
	line-height: 24px;
}
.card-my .right {
	width: 72px;
	height: 24px;
	border-radius: 4px;
	border: 1px solid #ebebeb;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	font-weight: 600;
	color: #000;
}
.myinfo .middle {
	margin: 12px 0;
	font-size: 21px;
	color: #000;
	line-height: 1;
}
.card-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.card-list .item {
	flex-grow: 1;
	text-align: left;
	font-size: 14px;
}
.card-list .item .kuai1 {
	display: inline-block;
	width: 9px;
	height: 9px;
	line-height: 24px;
	background: var(--btn);
	border-radius: 2px;
}
.card-list .item .text {
	line-height: 24px;
	color: #302b31;
	margin-left: 5px;
}
.card-list .item .kuai2 {
	display: inline-block;
	width: 9px;
	height: 9px;
	line-height: 24px;
	background: linear-gradient(37.95deg, #717171 100%, #a7a7a7 0);
	border-radius: 2px;
}
.card-list .item .text {
	line-height: 24px;
	color: #302b31;
}
.text-muted {
	opacity: 0.6;
	color: inherit !important;
}
.member {
	height: 251px;
	overflow: hidden;
	overflow-y: hidden;
	padding: 0 12px;
}
.member .swiper-slide {
	position: relative;
	padding: 10px 0 12px;
	border-bottom: 1px solid var(--link-bg-color);
}
.member span {
	width: 47px !important;
	height: 47px !important;
	border-radius: 50%;
}
.inlist_item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding-left: 63px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 13px;
}
.inlist_item .mobile {
	width: 100%;
	color: var(--font-color);
	display: inline-block;
	margin-bottom: 10px;
}
.inlist_item .text {
	color: #7e7e7e;
}
.num {
	font-weight: 600;
}
.partnerlist {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 12px;
	border-top: 1px solid var(--link-bg-color);
}
.partnerlist .uni-image {
	box-sizing: border-box;
	width: 33.33%;
	padding: 0 5px;
	height: 77px;
	border-radius: 5px;
	margin-bottom: 11px;
}
.uni-image > span {
	width: 100% !important;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}
.footer {
	position: fixed;
	z-index: 998;
	right: 0;
	left: 0;
	bottom: 0;
	display: table;
	width: 100%;
	table-layout: fixed;
	backface-visibility: hidden;
	background-color: var(--bg);
	box-shadow: 0 -5px 10px rgb(0, 0, 0, 0.07);
	padding: 12px;
}
.footer .tab-item {
	display: table-cell;
	overflow: hidden;
	width: 1%;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
.footer .tab-item .nav-icon {
	position: relative;
	font-size: 16px;
	margin: 0 auto;
	top: 3px;
	height: 32px;
	width: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s ease-in-out;
	background: var(--link-bg-color);
	text-align: center;
	border-radius: 8px;
	color: #525252;
}
.footer .tab-item .nav-icon ~ .tab-label {
	margin-top: 8px;
	font-size: 11px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #525252;
}
.bg-active > .tab-label {
	color: var(--main-bg-color) !important;
}
.bg-active > .nav-icon {
	color: #fff !important;
	background: var(--btn) !important;
}
.recharge-input {
	background-color: var(--bg);
	color: var(--font-color);
}
.recharge-input > .title {
	width: 100%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 400;
	padding-left: 21px;
}
.recharge-input .uni-view {
	display: flex;
	align-items: center;
	height: 32px;
	padding-left: 21px;
	position: relative;
}
.recharge-input .uni-view .uni-text {
	font-size: 24px;
	font-weight: 500;
	margin-right: 4px;
}
.recharge-input .uni-view .uni-input {
	font-size: 24px;
	flex: 1;
	height: 100%;
}
.uni-input-input {
	position: relative;
	display: block;
	height: 100%;
	background: 0;
	color: inherit;
	opacity: 1;
	font: inherit !important;
	line-height: inherit;
	letter-spacing: inherit;
	text-align: inherit;
	text-indent: inherit;
	text-transform: inherit;
	text-shadow: inherit;
	width: 100%;
	outline: none !important;
	border: 0;
	padding: 0;
	margin: 0;
	text-decoration: inherit;
}

.recharge-input .tip {
	padding-left: 21px;
	font-size: 12px;
	height: 46px;
	line-height: 46px;
}
.recharge-box {
	padding: 12px 0;
}
.recharge-box .title {
	margin: 0 12px;
}
.recharge-box .money {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin: 12px;
	margin-top: 0;
}
.recharge-box .money .block {
	height: 40px;
	font-weight: 400;
	color: var(--main-bg-color);
	border: 1px solid var(--main-bg-color);
	border-radius: 8px;
	float: left;
	font-size: 14px;
	display: flex;
	align-items: center;
	padding: 0 10px;
	margin-top: 16px;
}
.recharge-box .money .block.active {
	color: #fff;
	background: var(--btn);
}
.recharge-box .payment {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
	font-size: 14px;
	border-bottom: 1px solid #efefef;
	margin: 12px;
}
.payment .uni-image {
	width: 22px;
	height: 22px;
}
.payment .payment-content {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 48px;
}
.payment-content uni-text {
	opacity: 0.8;
	font-size: 14px;
	color: var(--font-color);
}
.topup {
	height: 42px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: var(--btn);
	border-radius: 8px;
	margin: 12px;
}
.ditem {
	padding: 10px 0;
	position: relative;
	line-height: 2rem;
	margin: 0 12px;
}
.ditem p {
	font-size: 14px;
	margin-top: 0;
}
.ditem .input {
	font-size: 12px;
	padding: 0;
	width: 100%;
	border: 0;
	height: 30px;
	color: #888;
	margin: 0;
	-webkit-user-select: text;
	border-radius: 3px;
	outline: 0;
	background-color: transparent;
	-webkit-appearance: none;
}
.bor-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: var(--link-bg-color);
}
.account-box {
	padding: 12px;
	background: #f4faf7;
}
.info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 12px;
	padding-right: 0;
	border-radius: 8px;
	margin-bottom: 12px;
	background: var(--bg);
	box-shadow: 0 5px 10px rgb(0, 0, 0, 0.07);
}
.info .top-left {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
}
.info .top-left .uni-image {
	width: 60px;
	height: 60px;
	border: 2px solid var(--bg);
	border-radius: 50%;
	display: inline-block;
	position: relative;
}
.telphoneandvip {
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
}
.info .code {
	font-size: 12px;
	border-radius: 14px;
	line-height: 30px;
}
.info .top-right {
	height: 26px;
	background: var(--main-bg-color);
	color: var(--bg);
	min-width: 64px;
	border-radius: 12px 0 0 12px;
	text-align: center;
	line-height: 26px;
	padding: 0 8px;
	font-size: 12px;
}
.account {
	background: #5cd68a;
	border-radius: 8px;
	overflow: hidden;
}
.account .pos {
	box-sizing: border-box;
	justify-content: space-between;
	height: 98px;
	display: flex;
	padding: 0 15px;
	position: relative;
}
.account .pos .balance {
	z-index: 2;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.account .pos .balance .label1 {
	font-size: 15px;
	font-weight: 400;
	color: #fff;
}
.account .pos .balance .amount {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	margin-top: 5px;
	line-height: 1.5;
}
.account .pos .opertion {
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.juxing {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.account .pos .opertion a > div {
	height: 36px;
	border-radius: 8px;
	text-align: center;
	line-height: 36px;
	font-size: 12px;
	color: #fff;
	padding: 0 8px;
	min-width: 68px;
}
.account .pos .opertion .withdrawal {
	border: 1px solid #fff;
	margin-right: 12px;
}
.account .pos .opertion .recharge {
	background: #fff;
	color: var(--main-bg-color);
}
.mui-table-view {
	position: relative;
	padding-left: 0;
	list-style: none;
	background: var(--bg);
	border-radius: 8px;
}
.mui-table-view-cell {
	position: relative;
	overflow: hidden;
	padding: 12px 14px;
}
.mui-table-view-cell > a:not(.mui-btn) {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -11px -15px;
	padding: inherit;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: inherit;
	padding-left: 52px;
}
img.mui-pull-left {
	width: 32px;
}
ul li a .mui-pull-left {
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 12px;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}
.mui-navigate-right:after {
	content: "\e775";
	right: 15px;
	font-family: iconfont;
	font-size: inherit;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
}
.mui-table-view-cell:after {
	position: absolute;
	right: 15px;
	bottom: 0;
	left: 15px;
	height: 1px;
	content: "";
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	background: var(--link-bg-color);
	border-radius: 3px;
}
.mui-table-view-cell:after {
	left: 12px;
	right: 12px;
}
.mui-table-view li:active {
	background: #f5f5f5;
}
.activity-box {
	padding-top: 110px !important;
}
.sticky {
	position: fixed;
	top: 60px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: flex;
	box-shadow: 0 6px 10px rgba(213, 198, 241, 0.3);
	overflow-x: auto;
	overflow-y: hidden;
	background-color: var(--bg);
	z-index: 2;
}
.sticky .van-tab {
	font-size: 14px;
	flex: 1 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 0 12px;
	opacity: 0.4;
	font-weight: 500;
	-webkit-overflow-scrolling: touch;
	-webkit-user-select: none;
	user-select: none;
}
.sticky .van-tab.active {
	color: var(--main-bg-color);
	opacity: 1;
	font-weight: 700;
	line-height: 48px;
}
.sticky .van-tab.active .line {
	background: var(--main-bg-color);
	width: 20px;
	height: 2px;
}
.shop {
	margin-top: 12px;
}
.shop .item {
	margin-top: 12px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px;
	box-shadow: 0 9px 22px rgba(213, 198, 241, 0.2);
	border: 1px solid var(--link-bg-color);
}
.shop .item .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 24px;
	font-size: 16px;
	font-weight: 600;
}
#djs,
.error {
	color: var(--red);
}
.order-item {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 12px;
}
.order-item .uni-image {
	/* height: 82px; */
	width: 82px;
	border-radius: 8px;
	margin-right: 8px;
}
.order-item .item-info {
	width: calc(100% - 90px);
}
.order-item .item-info .flex-row {
	font-size: 12px;
}
.order-item .item-info .flex-row div:first-child {
	font-weight: 700;
}
.shop .flex-ends {
	margin-top: 12px;
	padding-top: 6px;
	border-top: 1px solid var(--link-bg-color);
	height: 34px;
}
.flex-ends .uni-view {
	font-weight: 600;
}
.flex-ends #countdown {
	margin-left: 8px;
	color: var(--red);
}
.uni-button {
	text-align: center;
	border-radius: 8px;
	line-height: 28px;
	height: 28px;
	font-size: 14px;
	padding: 0 14px;
	color: #fff;
	background: var(--btn);
}
.order-card {
	margin: 12px;
	color: #666;
	background: #fbf8d9;
	padding: 12px;
	margin-bottom: 0;
	border-radius: 12px;
	border: 1px solid var(--link-bg-color);
	box-shadow: 0 6px 10px rgba(213, 198, 241, 0.2);
}
.notice {
	font-weight: 400;
	color: #888;
	margin: 12px;
	font-size: 14px;
	text-align: left;
}
.fw6 {
	font-weight: 600;
}
.order-box {
	margin: 12px;
	margin-top: 0;
	border-radius: 12px;
	padding: 12px;
	box-shadow: 0 6px 10px rgba(213, 198, 241, 0.2);
	border: 1px solid var(--link-bg-color);
	background: var(--bg);
}
.order-box .order-item {
	margin-top: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--link-bg-color);
}
.order-box .count .flex-row {
	line-height: 36px;
}
.count div:last-child div:last-child {
	color: var(--red);
	font-weight: 700;
}
.item-title {
	font-size: 14px;
	font-weight: 700;
	color: var(--main-bg-color);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.order,
.pay {
	background: #f7f7f7 !important;
}
.statistical {
	z-index: 99;
	background: #fff;
	box-shadow: 0 6px 10px rgba(213, 198, 241, 0.2);
	border-radius: 8px;
	margin: 12px;
	padding: 12px;
	position: relative;
	border: 1px solid var(--link-bg-color);
	margin-top: 0;
}
.order-title {
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	position: relative;
}
.order .bg {
	position: absolute;
	height: 25%;
	background: var(--main-bg-color);
	z-index: 0;
	top: 0;
	width: 100%;
}
.classification {
	font-size: 14px;
	position: relative;
	font-weight: 600;
	color: #334360;
}
.order .flex-row .item-right {
	flex: 1;
	text-align: right;
}
.order .flex-row .item-left {
	flex: 1;
	text-align: left;
}
.order .flex-row {
	display: flex;
	width: 100%;
}
.order .flex-row .title {
	margin-bottom: 8px;
}
.order .flex-row .value {
	font-size: 21px;
}
.xiegang {
	font-size: 12px;
	margin: 0 2px;
}

.btn-box {
	display: flex;
	text-align: center;
	margin: 12px;
}
.btn-box > * {
	flex: 1;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
}
.btn-box #recharge {
	border: 1px solid var(--font-color);
	margin-right: 6px;
	color: var(--font-color);
}
.btn-box #go {
	margin-left: 6px;
	color: #fff;
	background: var(--btn);
}
.order .gz {
	background: #fff;
	margin-top: 12px;
}
.order .gz .title {
	height: 37px;
	line-height: 37px;
	border-bottom: 1px solid #eee;
	margin: 0 15px;
	color: #1e7eee;
	font-size: 11px;
}
.order .gz .item {
	white-space: pre-line;
	padding: 15px;
	color: #8799a3;
	font-size: 13px;
	line-height: 160%;
}
.withdraw-title {
	margin: 0 12px;
	padding: 12px;
	display: flex;
	gap: 8px;
	line-height: 32px;
	position: relative;
}
.withdraw-box {
	background: var(--bg);
	margin: 12px;
	padding: 12px;
	margin-top: 0;
	border-radius: 8px;
	border: 1px solid var(--link-bg-color);
}
.withdraw-box .title {
	line-height: 32px;
	height: 32px;
}
.withdraw-box .title,
.withdraw-title .money {
	font-weight: 600;
	font-size: 16px;
}
.withdraw-title:after {
	background-color: var(--main-bg-color);
	border-radius: 50%;
	content: "";
	height: 8px;
	width: 8px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.withdraw-box .address {
	height: 32px;
	line-height: 32px;
	display: flex;
	gap: 8px;
}
.addWallet i,
.address i {
	font-style: normal;
}
.withdraw-box .address i {
	color: red;
}
.withdraw-box .recharge-input .uni-view {
	padding-left: 0;
}
.addWallet {
	margin: 12px 0;
	background: #f8f8f8;
	border: 1.5px dashed #000;
	min-height: 50px;
	border-radius: 8px;
	align-items: center;
	display: flex;
	justify-content: center;
	font-weight: 600;
	gap: 8px;
}
.bill-list {
	position: relative;
}
.bill-list li {
	margin: 0 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid var(--link-bg-color);
	margin-top: 12px;
}
.record-item .item-left .type {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.record-item .item-left .date {
	color: #bebebe;
	font-size: 11px;
	margin-top: 9px;
}
.bill-list li:first-child {
	margin-top: 0;
}
.help .rule-box {
	padding: 0 20px;
}
.help .c-title {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 88px;
	border-bottom: 1px dashed var(--link-bg-color);
}
.help .c-title .title {
	font-size: 16px;
	margin-bottom: 14px;
}
.help .c-title .pp {
	color: #b4b7be;
	font-size: 12px;
}
.c-content {
	color: #000;
	font-size: 14px;
	line-height: 22px;
	white-space: pre-line;
	word-wrap: break-word;
}
.yhk .card {
	margin: 12px;
}
#QRCode {
	width: 50%;
	margin: 0 auto;
	margin-top: 12px;
	border: 2px dashed var(--link-bg-color);
	padding: 8px;
	border-radius: 12px;
}
#QRCode img {
	width: 100%;
	height: 100%;
	border-radius: 12px;
}
.pd {
	position: relative;
}
.uploadImg {
	position: relative;
	padding: 30px;
	border: 2px dashed #000;
	text-align: center;
	cursor: pointer;
	border-radius: 12px;
	margin: 12px;
}
.uploadImg img {
	width: 50%;
	display: none;
	margin: 0 auto;
}
.icon-xiangxia:before {
	content: "\e600";
}
.icon-xiangshang:before {
	content: "\e601";
}
.icon-yuanxingweixuanzhong:before {
	content: "\e72f";
}
.icon-yuanxingxuanzhong:before {
	content: "\e731";
}
.icon-qingchu:before {
	content: "\e747";
}
.icon-xiangyou1:before {
	content: "\e775";
}
.icon-xiangzuo1:before {
	content: "\e779";
}
.icon-yonghu:before {
	content: "\e788";
}
.icon-24gl-delete:before {
	content: "\eb03";
}
.icon-kefu:before {
	content: "\e661";
}
.icon-meiyuan:before {
	content: "\e621";
}
.icon-shouye6:before {
	content: "\e66f";
}
.icon-shangchengdingdan:before {
	content: "\e672";
}
.icon-qiangdan:before {
	content: "\e61e";
}
@font-face {
	font-family: iconfont;
	src: url(../font/iconfont.ttf) format("truetype");
}
.iconfont {
	font-family: iconfont !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
}
.icon-icon_laba_3:before {
	content: "\e65d";
}
.payment .payment-content .uni-image span.iconfont:before {
	content: "\e72f";
	color: #efefef;
	font-size: 24px;
}

.payment.active .payment-content .uni-image span.iconfont:before {
	content: "\e731";
	color: var(--main-bg-color);
}

.info .top-left .uni-image img {
	border-radius: 50%;
}
