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: #e3e3e3;
}

body {
	font-family: "microsoft yahei", Arial;
	font-size: .26rem;
	line-height: 1;
	color: #fff;
	/* 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: #fff url(../img/bg.jpg) top center no-repeat;
	background-size: 100% auto;
	padding-bottom: .8rem;
	margin: 0 auto;
}

.head {
	width: 7.5rem;
	height: 1.06rem;
	background: rgba(250, 250, 250, 0.98);
	border-bottom: solid 1px #e0e0e0;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	z-index: 999;
}

.head .logo {
	height: 1.06rem;
	display: flex;
	justify-content: center;
	align-items: center
}

.head .logo img {
	width: 3.4rem
}

.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: .6rem;
}

.banner {
	width: 100%;
	margin: 0 auto;
	padding: 1.2rem 0 .1rem;
}

.banner img {
	width: 100%;
}

.itembbb {
	width: 90%;
	margin: 0 auto;
}

.itembbblist {
	width: 6rem;
	height: auto;
	margin: 0 auto;
	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: .2rem;
	padding: 0 .1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.itembbblist img {
	width: 100%;
	height: auto;
}

.hrs {
	display: flex;
	justify-content: center;
	width: 6rem;
	padding: 0 auto;
	margin: 0 auto;
	box-sizing: border-box;
}

.itemccclist {	
	margin-bottom: .2rem;
	padding: 0 .1rem;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.itemccclist img {
	width: 100%;
	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;
	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: #333;
}

.kf {
	position: absolute;
	top: 1.6rem;
	right: 50%;
	margin-right: -3.75rem;
	z-index: 111;
}

.kf a {
	width: .8rem;
	padding: .2rem .04rem;
	border-radius: .2rem 0 0 .2rem;
	background-image: linear-gradient(0deg, #030100, #030100);
	border-top: #d1ae52 2px solid;
	border-left: #d1ae52 2px solid;
	border-bottom: #d1ae52 2px solid;
	box-shadow: rgba(0, 0, 0, 0.2) -2px 5px 6px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: .28rem;
	text-align: center;
	color: #f8d079;
}

.kf img {
	border: none;
	vertical-align: middle;
	width: .66rem;
	padding: 0 .1rem .1rem;
}


.tc_btn {
	width: 3rem;
	padding: .14rem .06rem;
	border-radius: .1rem;
	background-color: rgba(228, 228, 228, 0.9);
	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: 70%;
	}
}