.headerBox {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
	background: rgba(0,0,0,0);
}

.headerBox-main {
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-left {
	display: flex;
	align-items: center;
}

.header-left img {
	width: auto;
	height: 40px;
}

.header-right {
	display: flex;
	align-items: center;
}

.header-right-model {
	white-space: nowrap;
	font-size: 16px;
	color: white;
	margin: 0 30px;
	position: relative;
}

.headerBox .bottomButton {
	position: absolute;
	right: -25px;
	top: -280px;
	background: white;
	padding: 0 15px;
	border-radius: 10px;
	opacity: 0;
	transform: translateY(-20px);
	transition: all ease .3s;
	box-shadow: 0 0 10px 4px #808080;
	z-index: -1;
}

.headerBox .bottomButton2{
	position: absolute;
	right: -25px;
	top: -280px;
	background: white;
	padding: 0 15px;
	border-radius: 10px;
	opacity: 0;
	transition: all ease .2s;
	box-shadow: 0 0 10px 4px #808080;
	z-index: -1;
}

.enterWxCss{
	opacity: 1 !important; 
	transform: translateY(0) !important;
	top: 50px !important;
	z-index: 99999 !important;
}

.bottomButton-model {
	text-align: center;
	padding: 15px 0;
}

.bottomButton-model img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.bottomButton-model .bottomButton-model-text {
	white-space: nowrap;
	color: #A8A8A8;
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}

.bottomButton-model .bottomButton-model-title {
	white-space: nowrap;
	color: #A8A8A8;
	font-size: 14px;
	text-align: center;
}
