a,
body,
button,
dd,
dl,
dt,
h1,
h2,
h3,
h4,
h5,
i,
img,
input,
li,
p,
select,
span,
strong,
textarea,
ul {
	margin: 0;
	padding: 0
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400
}

body,
html {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

html {
	background: #333;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #0d0d0d;
	background-size: 100% auto;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important
}

::-webkit-scrollbar {
	width: 0;
	height: 0
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

li {
	list-style-type: none;
	float: left
}

a {
	text-decoration: none;
	color: #333;
	outline: 0
}

img {
	border: none;
	vertical-align: middle
}

em,
i,
var {
	font-style: normal
}

button {
	font-family: "microsoft yahei", Arial;
	outline: 0;
	cursor: pointer;
	font-size: .26rem;
	border: none
}

.mobile-wrap {
	position: relative;
	width: 100%;
	min-height: 100%;
	background: #0d0d0d url(../img/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	padding-bottom: .8rem;
	margin: 0 auto;

}

.head {
	width: 7.5rem;
	height: 1.1rem;
	background: rgba(26, 26, 26, 0.98);
	border-bottom: solid 1px #333333;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;	
	z-index: 999;
}

.head .logo {
	height: 1.1rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.head .logo img {
	width: 2.4rem
}

.head .iconbtn {
	padding: .1rem .2rem;
	background-color: #333333;
	border: solid 1px #333333;
	border-radius: .1rem;
	font-size: .24rem;
	color: #fcdc5f;
	height: .6rem;
	display: flex;
	align-items: center;
}

.head .iconbtn:hover {
	background-color: #383838;
}

.iconbtn img {
	width: auto;
	height: .33rem;
	margin-right: .1rem;
}

.banner {
	width: 97%;
	margin: 0 auto;
	padding: 1.2rem 0 0;
}

.banner img {
	width: 100%;
}

.iconlist {
	width: 92%;
	border-radius: .2rem;
	position: relative;
	margin: 0 auto 1.8rem;
}

.iconlist ul {
	width: 100%;
	height: 1.8rem;
	/*box-shadow: rgba(200, 220, 230, 0.6) 0px 4px 10px; 
	background-color: #fff;*/
	border-radius: .2rem;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	/* top: -1.2rem; */
}

.iconlist ul li img {
	width: .8rem;
	margin-bottom: .15rem;
}

.iconlist ul li {
	color: #999999;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.itemaaa {
	width: 90%;
	margin: 0 auto;
}

.itemaaalist {
	height: 1.18rem;
	background: url(../img/itembtn.png);
	border-radius: .2rem;
	/* box-shadow: rgba(173, 211, 255, 0.6) 0px 4px 10px; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .18rem;
	padding: 0 .3rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.itemaaalist img {
	width: 2.6rem;
	height: auto;
}

.itemaaalist span {
	width: 2rem;
	height: .56rem;
	background-color: #fcdc5f;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .3rem;
	border-radius: .3rem;
}

/* .itemaaalist span:hover {
	background-color: #d3b055;
} */

.itembbb {
	width: 90%;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.itembbblist {
	height: 1.08rem;
	background: url(../img/itembtn222.png);
	border-radius: .2rem;
	/* box-shadow: rgba(173, 211, 255, 0.6) 0px 4px 10px; */
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .18rem;
	padding: 0 .3rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.itembbblist img {
	width: 2.6rem;
	height: auto;
}

.itembbblist span {
	width: 2rem;
	height: .56rem;
	background-color: #fcdc5f;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .3rem;
	border-radius: .3rem;
}

/* .itembbblist span:hover {
	background-color: #d3b055;
} */

span.black {
	background-color: #fcdc5f;
	color: #000;
}

span.blue677 {
	background: #4e7df5;
}

span.greenUSDT {
	background-color: #04a677;
}

span.yellow {
	background-color: #e3bb58;
}

span.blue57 {
	background-color: #0066ff;
}

span.blue66 {
	background-color: #32A8FF;
}

span.orange {
	background-color: #caa33b;
	color: #5e3003;
}

span.purpleg {
	background-color: #d730f0;
}

span.yellowgold {
    background-color: #f4d99a;
    color: #8a5312;
}

.ft {
	width: 90%;
	margin: 0 auto;
}

.ft {
	width: 7.5rem;
    margin: 0 auto;
    padding: .1rem 0 .2rem;
}

.ft p {
	width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #999;
    margin-bottom: .1rem;
}

.tc_btn {
	width: 3rem;
	padding: .14rem .06rem;
	border-radius: .1rem;
	background-color: rgba(230, 230, 230, 0.98);
	position: fixed;
	bottom: 0.2rem;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .24rem;
	color: #333;
}

.tc_btn img {
	width: .28rem;
	height: auto;
	margin-right: .1rem;
}

.tcbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: none
}

.tc_inner {
	width: 5.6rem;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .3rem;
	box-sizing: border-box;
	background-color: #fff;
	margin: 0rem auto;
	border-radius: .2rem;
	top: 50%;
	transform: translateY(-50%);
}

.close_tc {
	position: absolute;
	top: .2rem;
	right: .2rem;
	width: .44rem;
	height: .44rem;
	z-index: 9999999;
}

.close_tc img {
	width: 100%;
	height: 100%;
}

span.tc_txt {
	font-size: .34rem;
	font-weight: bold;
	color: #333;
	line-height: .5rem;
}

span.tc_txt2 {
	font-size: .3rem;
	color: #999;
	line-height: .6rem;
}

.tc_inner img {
	width: 100%;
}

.pc_tip {
    font-size: 0.28rem;
    color: #666;
    text-align: left;
    margin: .2rem .1rem;
    padding: .1rem;
    border-radius: 0.2rem;
}

span.pctxt {
	text-align: center;
	font-size: 0.3rem;
    color: #333;
	font-weight: bold;
	display: block;
	margin-bottom: .1rem;
}

.pc_tip img {
	max-width: 100%; 
	margin: .2rem 0;
}

@media screen and (min-width: 750px) {
	html {
		zoom: 74%;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	html {
		zoom: 66%;
	}
}

@media (min-width: 1024px) and (max-width: 1365px) {
	html {
		zoom: 67%;
	}
}

@media (min-width: 1366px) and (max-width: 1439px) {
	html {
		zoom: 60%;
	}
}

@media (min-width: 1440px) and (max-width: 1919px) {
	html {
		zoom: 56%;
	}
}

@media (min-width: 1920px) and (max-width: 2560px) {
	html {
		zoom: 72%;
	}
}