.appcontent{
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    background: #f5f2ee;
    padding-bottom: 25px;
    /*border-bottom: 13px solid #ff806c;*/
}

.top_header{
    width: 90%;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 30px 0;
	position: relative;
}

.top_header ul:nth-child(1){
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.top_header ul:nth-child(1) span{
	color: #ccc;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.top_header ul:nth-child(2){
	color: #000;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
}

.top_header ul:nth-child(2) span{
	color: #ccc;
	font-weight: bold;
	font-size: 12px;
	display: block;
}

.infouser {
	width: 90%;
	margin: 0 auto 20px auto;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	/*font-weight: bold;*/
	font-size: 12px;
	line-height: 16px;
}

.infouser span{
    margin-right: 0px;
}

.infouser ul li{
    margin-bottom: 5px;
}

.infouser ul li img{
    width: 40%;
    margin-bottom: 2px;
}

.ubalance {
	width: 90%;
	margin: 0 auto;
	border-radius: 25px 0 25px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #7f0353;
	padding: 20px 0;
}

.ubalance li {
	width: 50%;
	text-align: center;
	color: #fff;
}

.ubalance li span {
	font-size: 18px;
	font-weight: bold;
}

.ubalance li span font {
	font-size: 12px;
	margin-left: 5px;
	color: rgba(255, 255, 255, .6);
}

.ubalance li p {
	color: rgba(255, 255, 255, .6);
}

.ubalance li:nth-child(1) {
	border-right: 0.02rem solid rgba(255,255,255,0.2);
}

.login_nav {
	width: 90%;
	margin: 0 auto 0 auto;
}

.login_nav li {
	padding: 12px 0;
	border-bottom: 0.02rem solid #eee;
}

.login_nav li:nth-child(7) {
	border: none;
}


.login_nav li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #aaa;
	font-size: 12px;
}
/**/
.login_nav_a {
	width: 90%;
	margin: 60px auto 0 auto;
}

.login_nav_a li {
	padding: 12px 0;
	border-bottom: 0.02rem solid #eee;
}

.login_nav_a li:nth-child(6) {
	border: none;
}


.login_nav_a li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #aaa;
	font-size: 12px;
}

.usericon {
	font-size: 18px;
	background: linear-gradient(180deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);
	-webkit-background-clip: text;
	color: transparent;
	line-height: 18px;
}

.usericon span {
	font-size: 14px;
	margin-left: 8px;
	color: #777;
}

.arrow{
    font-size: 12px;
    color: #ddd;
}

.arrow img{
	height: 11px;
	margin-left: 10px;
	margin-top: 4px;
}

.help-main {
	width: 90%;
	margin: 20px auto 50px auto;
}

.goback {
	margin-bottom: 30px;
	font-size: 22px;
}

.goback img{
	height: 24px;
}

.d_title {
	font-size: 22px;
	margin-bottom: 30px;
}

.d_title span {
	/*background: linear-gradient(90deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	/*-webkit-background-clip: text;*/
	/*color: transparent;*/
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.help-detile {
	color: #aaa;
	font-size: 12px;
	line-height: 20px;
}

.help-detile img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	border-radius: 15px;
}


/*充值*/
.header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	z-index: 99999;
	height: 50px;
	padding: 0 5%;
	box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.left_btn {
	font-size: 22px;
	width: 20px;
}

.left_btn img{
	height: 16px;
}

.Maintitle {
	font-size: 16px;
	text-align: center;
}

.Maintitle span {
	/*background: linear-gradient(90deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	/*-webkit-background-clip: text;*/
	/*color: transparent;*/
	color: #211f1c;
	font-weight: bold;
}

.Maintitle a {
	color: #aaa;
	font-size: 12px;
	margin-left: 8px;
	padding-left: 7px;
	border-left: 0.02rem solid #ddd;
}

.right_btn {
	width: 20px;
}

.Cash_num {
	width: 90%;
	margin: 60px auto 0 auto;
}

.Cash_num h3 {
	color: #aaa;
}

.Cash_num_money {
	margin: 10px 0 20px 0;
}

.Cash_num_money input {
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
	border: none;
	background: #f5f5f5;
	border: none;
	border-radius: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.Cash_num_password span {
	display: block;
	width: calc(25% - 3px);
	text-align: center;
	border: .06rem solid #eee;
	border-radius: 5px;
	padding: 20px 0;
	float: left;
	font-size: 11px;
	color: #aaa;
	margin-right: 4px;
	margin-bottom: 4px;
	box-sizing: border-box;
}

.Cash_num_password span:nth-child(4n+4) {
	margin-right: 0;
}

.Cash_num_password span p {
	font-weight: bold;
	font-size: 12px;
	color: #aaa;
}

.beizhu {
	color: #aaa;
	margin: 10px 0 30px 0;
}

.next {
	width: 90%;
	margin: 0 auto;
	/*background: rgb(3, 158, 254);*/
	/*background: linear-gradient(135deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	background: #4fc9da;
	height: 40px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	border-radius: 8px;
	border: none;
	font-weight: bold;
	font-size: 14px;
}


.Cash_num_moneya {
	margin: 10px 0 30px 0;
	color: #211f1c;
	font-weight: bold;
	border-bottom: 0.02rem solid #ddd;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
}

.tright {
	float: right;
	color: #aaa;
	font-weight: normal;
}

.open_Lottery_ul_con {
	/*background: rgb(3, 158, 254);*/
	/*background: linear-gradient(135deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	background: #f06445;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: left;
	line-height: 20px;
	border-radius: 10px;
	border: none;
	font-size: 14px;
	padding: 10px 20px;
}


.mint-tab-container-item {
	width: 90%;
	margin: 0 auto 0 auto;
	padding-bottom: 50px;
}

.mint-tab-container-item li {
	padding: 15px 0;
	border-bottom: 0.02rem solid #ddd;
	margin-bottom: 5px;
}

.mint-tab-container-item li p {
	display: block;
	position: relative;
	color: rgba(0,0,0,.4);
	line-height: 21px;
}

.mint-tab-container-item li p a {
	color: rgba(0,0,0,.4);
	display: block;
	line-height: 21px;
}

.mint-tab-container-item li p:nth-child(1) span {
	position: absolute;
	font-size: 0.75rem;
	line-height: 18px;
	display: block;
	text-decoration: none;
	border-radius: 6px;
	border: none;
	padding: 0px 7px;
	right: 0;
	top: 0;
}

.yitongguo {
	background: rgb(0, 0, 0, 0.2);
	color: #fff;
}

.mint-tab-container-item li p:nth-child(2) span {
	float: right;
	font-weight: bold;
	color: #211f1c;
	font-size: 14px;
}

.mint-tab-container-item li p:nth-child(3) span {
	float: right;
	font-weight: bold;
	color: #211f1c;
	font-size: 14px;
}

.mint-tab-container-item li p:nth-child(3) span font {
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	margin-right: 5px;
}


/**/
.mint-tab-container-item-a {
	width: 90%;
	margin: 60px auto 0 auto;
	padding-bottom: 50px;
}

.mint-tab-container-item-a li {
	padding: 15px 0;
	border-bottom: 0.02rem solid #ddd;
	margin-bottom: 5px;
}

.mint-tab-container-item-a li p {
	display: block;
	position: relative;
	color: rgba(0,0,0,.4);
	line-height: 21px;
}

.mint-tab-container-item-a li p a {
	color: rgba(0,0,0,.4);
	display: block;
	line-height: 21px;
}

.mint-tab-container-item-a li p:nth-child(1) span {
	position: absolute;
	font-size: 0.75rem;
	line-height: 18px;
	display: block;
	text-decoration: none;
	border-radius: 6px;
	border: none;
	padding: 0px 7px;
	right: 0;
	top: 0;
}

.mint-tab-container-item-a li p:nth-child(2) span {
	float: right;
	font-weight: bold;
	color: #211f1c;
	font-size: 14px;
}

.mint-tab-container-item-a li p:nth-child(3) span {
	float: right;
	font-weight: bold;
	color: #211f1c;
	font-size: 14px;
}

.mint-tab-container-item-a li p:nth-child(3) span font {
	font-weight: bold;
	color: rgba(255, 255, 255, 0.6);
	font-size: 11px;
	margin-right: 5px;
}

.notdata {
	color: #aaa;
	text-align: center;
	padding-top: 60px;
}

.notdata img {
	width: 55%;
	display: block;
	margin: 0 auto 10px auto;
}


/*提现*/
.money-bg {
	width: 90%;
	margin: 60px auto 0 auto;
}

.money-bg li:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
	margin-bottom: 10px;
}

.money-bg li input {
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 16px;
	border: 1px solid #ddd;
	background: none;
	color: #000;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.money-bg li:nth-child(3) {
	font-size: 12px;
	color: #aaa;
	margin-bottom: 10px;
}

.money-bg li:nth-child(3) strong {
	margin-left: 3px;
	font-size: 14px;
	color: #7f0353;
}

.money-bg li:nth-child(3) strong span {
	margin-left: 3px;
	font-size: 12px;
	color: #aaa;
}

.money-bg li:nth-child(3) a {
	margin-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

.my-meun {
	width: 90%;
	margin: 60px auto 0 auto;
}

.item-line span {
	font-size: 12px;
	color: #aaa;
}

.my-meun-title{
    font-weight: bold;
    font-size: 14px;
    color: #aaa;
    margin-bottom: 10px;
}

.item-line input {
    height: 40px;
    line-height: 40px;
	padding: 0 15px;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #ddd;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-radius: 5px;
	background: none;
	margin-top: 5px;
}

.txtip {
	width: 90%;
	margin: 0 auto;
	color: #aaa;
}

.save-btn {
	width: 90%;
	margin: 30px auto 0 auto;
	/*background: rgb(3, 158, 254);*/
	/*background: linear-gradient(135deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	background: #7f0353;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	font-size: 14px;
	font-weight: bold;
}

.form-buttom{
    width: 90%;
	margin: 20px auto 0 auto;
	/*background: rgb(3, 158, 254);*/
	/*background: linear-gradient(135deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	background: #7f0353;
	color: #fff;
	text-decoration: none;
	text-align: center;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
}


.daishenhe {
	/*background: rgb(55, 55, 55);*/
	/*background: linear-gradient(135deg, rgba(55, 55, 55, 1) 0%, rgba(25, 25, 25, 1) 100%);*/
	color: #fff;
	background: rgba(0,0,0,.5);
}

.shehetongguo {
	/*background: rgb(3, 158, 254);*/
	/*background: linear-gradient(135deg, rgba(3, 158, 254, 1) 0%, rgba(42, 239, 158, 1) 100%);*/
	color: #fff;
	background: rgba(0,0,0,.2);
}

.shenheshibai {
	/*background: rgb(255, 190, 50);*/
	/*background: linear-gradient(135deg, rgba(255, 190, 50, .9) 0%, rgba(254, 66, 0, .9) 100%);*/
	color: #fff;
	background: #ff806c;
}

.bink_card {
	width: 90%;
	margin: 60px auto 0 auto;
}

.bink_card span{
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
}

.bink_card_input {
	padding: 10px 10px;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	border: none;
	background: #282828;
	color: #fff;
	border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

.bink_card_inputa {
	padding: 10px 0px;
	width: 100%;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 14px;
	border: none;
	border-bottom: 0.02rem solid rgb(255, 255, 255, 0.2);
	background: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-radius: 0;
	margin: 10px 0;
}

.bbtn {
	width: 100%;
	text-align: center;
}

.szbz{
	font-size: 12px;
	color: #aaa;
	margin-top: 10px;
}


.loginoutmy {
	width: 90%;
	/* background-image: linear-gradient(to right, #1b2b42, #1b2b42); */
	background: #000;
	height: 40px;
	display: block;
	margin: 5px auto 0 auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	border: none;
	font-weight: bold;
	font-size: 14px;
}


.selectrq{
    margin-top:10px;
    outline:none;
    border:1px solid #ddd;
    border-radius:5px;
    position:relative;
}

.selectkk{
    height:40px;
    -webkit-appearance:none;
    appearance:none;
    border:none;
    font-size:14px;
    padding:0px 15px;
    font-weight: bold;
    display:block;
    width:100%;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    background-color: #FFFFFF;
    color:#000;
    border-radius:5px;
}

.selectjt{
    width: 12px;
    height: 12px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuWbvuWxgl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjAwcHgiIGhlaWdodD0iMTQ0Ljc2NHB4IiB2aWV3Qm94PSIwIDAgMjAwIDE0NC43NjQiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwMCAxNDQuNzY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZmlsbD0iI0VFRUVFRSIgZD0iTTExNS44MjksMTM2LjkzNGw4MC4wODUtMTA0LjkzMmM2LjY3NC04Ljc0NSw0Ljk5NS0yMS4yNDQtMy43NDktMjcuOTE3CgljLTMuNDc4LTIuNjUyLTcuNzMtNC4wODgtMTIuMTAyLTQuMDg0SDE5LjkxOUM4LjkxOSwwLDAuMDAxLDguOTE2LDAsMTkuOTE3YzAsNC4zNjcsMS40MzUsOC42MTMsNC4wODMsMTIuMDg0bDgwLjA4NSwxMDQuOTMyCgljNi42NzYsOC43NDIsMTkuMTc0LDEwLjQxNiwyNy45MTksMy43NEMxMTMuNDk1LDEzOS42LDExNC43NTQsMTM4LjM0LDExNS44MjksMTM2LjkzNHoiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-size: 12px auto;
    position: absolute;
    right: 15px;
    top: 15px;
}


/**/