@import url('//at.alicdn.com/t/font_2861566_eb4mwx91gbb.css');
.fixedBox {
	position: fixed;
	width: 72px;
	right: 40px;
	bottom: 130px;
	z-index: 100;
    text-align: center;
}
.fixedItem {
	width: 72px;
	height: 72px;
	border: 1px solid #E2E4EA;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	padding: 12px 0;
	border-radius: 4px;
    transition: all 1s;
}

.flex-column {
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
}

.aligncenter{
    align-items: center;
}
.codeBox {
	position: fixed;
	right: 135px;
	bottom: 130px;
	width: 288px;
	height: 360px;
	background: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
	padding: 20px 24px;
	border-radius: 4px;
    z-index: 1000;
}
.codeBox .iconfont {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}
.codeBox img {
	width: 200px;
	height: 200px;
    margin: 0 auto;
}

.none {
	display: none;
}

.fgrey {
  color: #858B9C;
}
.fdgrey {
    color: #41485D;
}
.fblue {
  color:#3964F2;
}

.w-fit{
    width: fit-content;
}
