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;
}

html {
	max-width: 750px;
	height: 100%;
	margin: 0 auto;
	background: #bcd4ef;
}

body {
	background: #0f53ff url(../img/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	position: relative;
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	min-height: 100vh;
}

/* ::-webkit-scrollbar {
	width: 0;
	height: auto
} */

* {
	-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: #fff;
	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%;
	background-size: contain;
}

.head {
	width: 7.5rem;
	height: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
	padding-top: .2rem;
}

.head .logo {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	z-index: 30;
	position: relative;
}

.head .logo img {
	width: 3.4rem;
}

.banner {
	width: 7.2rem;
	margin: 0 auto;
	z-index: 99;
	position: relative;
}

.banner img {
	width: 100%;
	margin: 0 auto;
}

.item {
	width: 6.72rem;
	margin: 0 auto;
	display: relative;
}

.itemlist {
	height: 1rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .12rem;
	padding: 0 .34rem;
	background-repeat: no-repeat;
	background-size: contain;
}

div.item .jsBox {
	width: 94%;
	position: absolute;
	left: 3%;
	top: 8.5rem;
	z-index: 120;
	display: none;
	box-sizing: border-box;
	border: 0.03rem solid #b0d4ff;
	border-radius: .2rem;
	background: #fff;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	padding: 0 .25rem;
}

div.on .jsBox {
	display: block;
}

div.item .jsBox p {
	color: #1e6cfe;
	font-size: .22rem;
	margin: 0.2rem 0 0;
	text-align: center;
	word-spacing: -4px;

}

div.item .jsBox .txtapp {
	/* background: linear-gradient(0deg, #293790, #3042ba); */
	background: #1e6cfe;
	color: #fff;
	padding: .12rem .2rem;
	border-radius: 2rem;
	font-size: .28rem;
	margin: 0.3rem auto 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
}

div.item .jsBox .txtapp span {
	background: linear-gradient(0deg, #fff, #fff);
	color: #1e6cfe;
	padding: .04rem .2rem;
	border-radius: 2rem;
	font-size: .26rem;
	font-weight: 600;
	margin: 0.4rem 0 .2rem;
	text-align: center;
	-webkit-animation: clo 500ms infinite alternate;
	animation: clo 500ms infinite alternate;
}

@keyframes clo {
    0% {
        color: #1e6cfe;
    }
    49% {
        color: #1e6cfe;
    }
    50% {
        color: #ff3c22;
    }
    100% {
        color: #ff3c22;
    }
}

div.item .jsBox ul {
	padding: 0.2rem 0 0.1rem;
	display: flex;
	align-items: center;
	flex-direction: column;
}

div.item .jsBox li {
	margin-bottom: 0.2rem;
	overflow: hidden;
	zoom: 1;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
	line-height: 0.5rem;
	color: #666;
	width: 100%;
}

div.item .jsBox li p {
	width: 4.8rem;
	border: 1px solid #d1d3d4;
	border-radius: .1rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	color: #757575;
}

div.item .jsBox li span {
	display: block;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

div.item .jsBox li .ms {
	width: 1.3rem;
	padding: 0 .06rem;
	font-size: .2rem;
	color: #1e6cfe;
}

div.item .jsBox li img {
	margin: 0 auto;
	width: 0.26rem;
	display: block;
	float: left;
}

div.item .jsBox li .url {
	width: 100%;
	padding: 0 .1rem;
	white-space: nowrap;
	overflow: hidden;
}

div.item .jsBox li a {
	width: 1.6rem;
	display: block;
	float: right;
	font-size: 0.26rem;
	font-weight: bold;
	text-align: center;
	background: #1e6cfe;
	color: #fff;
	box-sizing: border-box;
	border-radius: .1rem;
	margin-left: .14rem;
	display: block;
}

div.item .jsBox .arrow {
	margin-left: -0.2rem;
	width: 0.4rem;
	position: absolute;
	left: 50%;
	bottom: -0.4rem;
}

.boxblack {
	background-image: url(../img/btn_black.png);
}

.boxdarkred {
	background-image: url(../img/btn_darkred.png);
}

.boxdarkblue {
	background-image: url(../img/btn_darkblue.png);
}

.boxgreen {
	background-image: url(../img/btn_green.png);
}

.boxwhite {
	background-image: url(../img/btn_white.png);
}

.boxgold {
	background-image: url(../img/btn_gold.png);
}

/* .itemlist:hover {
	border-radius: 100rem;
	box-shadow: rgba(255, 255, 255, 0.4) 0px 0px 10px;
} */

.itemlist img {
	width: 2.8rem;
	height: auto;
	float: left;
}

.itemlist span {
	width: 2rem;
	height: .68rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .32rem;
	border-radius: .14rem;
}

span.orange {
	background-color: #feb705;
}

span.green {
	background-color: #3ed25a;
}

span.purpleg {
	background-color: #c833de;
}

span.blue {
	background-color: #0597fc;
}

span.red {
	background-color: #e24545;
}

span.whitegold {
	background: linear-gradient(0deg, #0052ff, #2673ff);
}

/* .itemlist span:hover {
	background-color: #000;
	color: #fff;
} */


.ft {
	width: 7.5rem;
	margin: 0 auto;
	padding: .1rem 0 .4rem;
}

.ft p {
	width: 100%;
	text-align: center;
	font-size: .24rem;
	color: #fff;
	margin-bottom: .1rem;
}

.kf a {
	position: fixed;
	top: 1.4rem;
	right: 50%;
	margin-right: -3.75rem;
	z-index: 111;
	width: .74rem;
	padding: .2rem 0;
	border-radius: .2rem 0 0 .2rem;
	background-image: linear-gradient(0deg, #fff, #eaf0ff);
	border-top: #538fff 1px solid;
	border-left: #0656ff 1px solid;
	border-bottom: #4a84ff 1px solid;
	box-shadow: rgba(255, 255, 255, 0.1) -2px 5px 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: .26rem;
	text-align: center;
	color: #0052ff;
}

.kf img {
	border: none;
	vertical-align: middle;
	width: .42rem;
	padding: 0;
	margin-bottom: .1rem;
}

@-webkit-keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.94)
	}

	to {
		transform: scale(1)
	}
}

@keyframes myfirst {
	from {
		transform: scale(1)
	}

	50% {
		transform: scale(.94)
	}

	to {
		transform: scale(1)
	}
}

@media screen and (min-width: 750px) {
	html {
		zoom: 75%;
	}
}