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: #ffffff;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #1a1a1a;
	/* background: #020100; */
	-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: #f6f4f9 url(../img/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	padding-bottom: .2rem;
	margin: 0 auto;	
}

.head {
	width: 7.5rem;
	height: 1.8rem;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;	
	z-index: 99;
}

.head .logo {
	height: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.head .logo img {
	width: 3.6rem;
}

.head .iconbtn {
	padding: .1rem .2rem;
	background-color: #1a1a1a;
	border: solid 1px #d1ae52;
	border-radius: .1rem;
	font-size: .24rem;
	color: #d1ae52;
	height: .6rem;
	display: flex;
	align-items: center;
}

.head .iconbtn:hover {
	background-color: #1f1f1f;
}

.iconbtn img {
	width: auto;
	height: .33rem;
	margin-right: .1rem;
}

.banner {
	width: 60%;
	margin: 0 auto;
	padding: 4.5rem 0 0;
}

.banner img {
	width: 100%;
}


.item {
	width: 94%;
	height: auto;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	border-radius: .4rem;
	border: 1px solid #ffffff;
	box-shadow: 0 4px 10px rgba(221, 220, 240, 0.4);
	padding: 0.16rem;
	margin-top: -0.1rem;
	z-index: 9999;
}

.itembbb {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.2rem 0.1rem 0.06rem;
	background: #fdfcff;
	border-radius: .32rem;
	position: relative;
}

.itembbb::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: .32rem;
	padding: .01rem;
	background: linear-gradient(45deg, #c7b2f3, #d6c2ff, #c7b2f3, #d6c2ff, #c7b2f3, #d6c2ff);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.title {
	width: 4.6rem;
	height: auto;
	margin: 0 auto;
	padding: .1rem 0 .2rem;
}

.title img {
	width: 100%;
	height: auto;
}

.itembbblist {
	width: 6.5rem;
	height: auto;	
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .06rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.itembbblist img {
	width: 100%;
	height: auto;
}


span.grey {
	background-color: #adb6cc;
}

span.blue677 {
	background: #4e7df5;
}

span.green {
	background-color: #17b56d;
}

span.yellow {
	background-color: #e3bb58;
	color: #301801;
}

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 .2rem;
}

.ft p {
	width: 100%;
    text-align: center;
    font-size: .24rem;
    color: #7141b7;
	padding: .16rem 0 .1rem;
}

.kf {
	/* position: absolute; */
	position: fixed;
	top: 1rem;
	right: 50%;
	margin-right: -3.75rem;
	z-index: 99999;	
}

.kf a {
	width: .66rem;
	padding: .12rem .04rem;
	border-radius: .2rem 0 0 .2rem;
	background:rgba(255, 255, 255, 1);
	border-top: #9668f0 1px solid;
	border-left: #b088f4 1px solid;
	border-bottom: #8b52ec 1px solid;
	box-shadow: rgba(113, 84, 3, 0.1) -2px 5px 6px;
	color: #641dce;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: .22rem;
	text-align: center;
}

.kf img {
	border: none;
	vertical-align: middle;
	width: .56rem;
	padding: 0 .1rem .1rem;
}

@media screen and (min-width: 750px) {
	html {
		zoom: 70%;
	}
}