.mainbj{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.wrap{
	height: auto;
	padding-bottom: 14vw;
}


/*菜单栏*/
.maintopbar{
	width: 100%;
	height: 72vw;
	position: relative;
}
.themaintop{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	display: block;
}
.maintopbar .maintop_topbox{
	width: 92%;
	height: auto;
	padding: 4vw 4% 3vw 4%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.maintopbar .maintop_topbox img{
	width: auto;
	height: 6vw;
}
.maintopbar .maintop_topbox span{
	font-size: 3.5vw;
	color: #fff;
}
.maintopbar .maintop_btns{
	width: 92%;
	padding:  6vw 4%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.maintopbar .maintop_btns li{
	width: 25%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.maintopbar .maintop_btns li img{
	width: auto;
	height: 7.5vw;
}
.maintopbar .maintop_btns li span{
	color: #fff;
	/*#fbedd1;*/
	font-size: 4.2vw;
	padding-top: 1vw;
}
.maintopbar .jhbtn{
	width: 32%;
	height: auto;
	position: absolute;
	left: 34%;
	top: 61.5vw;
}

/*中间币的数值*/
.midbar{
	width: 92%;
	margin: 2vw 4% 3vw 4%;
	padding: 3vw 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	border-radius: 2vw;
	position: relative;
}
.midbar .mid_counts{
	width: 50%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.midbar .mineline{
	width: 1px;
	height: 40%;
	position: absolute;
	left: 50%;
	top: 30%;
	color: #000000;
	background: #fab775;
}
.midbar .mid_counts span{
	color: #5c2c05;
	font-size: 4.2vw;
	transform: scale(.9);
	font-weight: bold;
}
.midbar .mid_counts a{
	color: #e8681a;
	font-size: 5vw;
	font-weight: bold;
}
.midpic{
	width: 92%;
	margin: 0 4%;
	height: auto;
}
.combar{
	width: 92%;
	padding: 3vw 4%;
}
.combar .thebigtit{
	width: 100%;
	font-size: 4.3vw;
	font-weight: bold;
	color: #000000;
	font-family: "微软雅黑";
}
.page_bot{
	width: 100%;
	padding: 3vw 0;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.page_bot .xwgc{
	width: 45%;
	height: 46.5vw;
}
.page_bot .hdlist{
	width: 52%;
	height: 46vw;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.page_bot .hdlist li{
	width: 90%;
	padding: 2vw 5%;
	height: 18vw;
	background: #fff;
	border-radius: 1.5vw;
	font-size: 3vw;
}
.page_bot .hdlist li a{
	display: block;
	color: #d37355;
	transform-origin: left;
	transform: scale(.9);
}
.page_bot .hdlist li p{
	width: 100%;
	height: 8vw;
	line-height: 8vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	color: #222222;
}
.page_bot .hdlist li span{
	display: block;
	width: 100%;
	text-align: right;
	color: #676766;
	transform-origin: right;
	transform: scale(.9);
}



/*iPhone X 适配*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.sxbox{
		margin-bottom: 15vw;
	}
}
/*iPhone XS max 适配*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
	.sxbox{
		margin-bottom: 15vw;
	}
}
/*iPhone XR max 适配*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
	.sxbox{
		margin-bottom: 15vw;
	}
}
/*