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: #2e3c53;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #1a1a1a;
	-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;
	min-height: 100vh;
	width: 100%;
	background: #0e121b url(../img/bg.jpg) top center no-repeat;
	/* background: linear-gradient(to right, #0e131b, #0e131b); */
	padding-bottom: .2rem;
	margin: 0 auto;
	background-size: 100% auto;
}

.head {
	width: 7.5rem;
	height: 1.1rem;
	background: rgba(23, 32, 48, 0.96);
	border-bottom: solid 1px #2e3c53;
	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: #172030;
	border: solid 1px #7196d9;
	border-radius: .1rem;
	font-size: .24rem;
	color: #fff;
	height: .6rem;
	display: flex;
	align-items: center;
}

.head .iconbtn:hover {
	background-color: #1c273a;
}

.iconbtn img {
	width: auto;
	height: .33rem;
	margin-right: .1rem;
}

.banner {
	width: 74%;
	margin: 0 auto;
	padding: 1.2rem 0 .16rem;
}

.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;
}

.itembbb {
	width: 90%;
	margin: 0 auto;
}

.itembbblist {
	height: 1.08rem;
	background: #28364e 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;
}

.itembbblist img {
	width: 2.6rem;
	height: auto;
}

.itembbblist span {
	width: 2rem;
	height: .56rem;
	background-color: #000;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .3rem;
	border-radius: .3rem;
}

/* .itembbblist span:hover {
	background-color: #d3b055;
} */

span.grey {
	background-color: #adb6cc;
}

span.blue677 {
	background: #4e7df5;
}

span.green {
	background-color: #17b56d;
}

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;
}

.ft {
	width: 90%;
	margin: 0 auto;
}

.ft {
	width: 7.5rem;
    margin: 0 auto;
    padding: .1rem 0 .4rem;
}

.ft p {
	width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #6d7482;
    margin-bottom: .1rem;
}

@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%;
	}
}