@font-face
{
font-family: WeibeiSCBold;
src: url('./source/WeibeiSC-Bold.otf') format('embedded-opentype');
}

body{
	background: #1e1e1e;
}

.img{
	text-align: center;
    position: fixed;
    top: 5%;
    bottom: 9rem;
    left: 0;
    width: 100%;
}

.tips{
	position: fixed;
    z-index: 10;
    width: 100%;
    height: 2.4rem;
    left: 0;
    bottom: 6rem;
	text-align: center;
}

.w-22{
	width: 1.83333rem;
	vertical-align: middle;
}

.font-white {
	vertical-align: middle;
    color: #ffffff !important;
}

.font12 {
    font-size: 1rem;
}

#img{
	max-height:100%;
}

.bottom{
	padding: 0.8rem;
    position: fixed;
    z-index: 10;
    width: calc(100% - 1.6rem);
    left: 0;
    bottom: 0;
    background: #242a36;
	margin:0;
	display: flex;
	flex-direction:row;
	justify-content:space-around;
}

*{margin:0;padding:0;}

.bottom-li{
	display: inline-block;
}

.bottom-block{
	height: 5.6rem;
}

.bottom-li-d{
	/* clip: rect(10px, 20px, 30px, 40px); */
    height: 4rem;
    width: 4rem;
	border-radius: 45px;
	cursor: pointer;
}