* {
	margin: 0;
	padding: 0;
}

body,
html {}

.layout {
	margin: 0 auto;
	max-width: 10rem;
	min-height: 100vh;
	background-image: url("image/background.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #632fb5;
	overflow::hidden;
}

.title {
	padding: 35px .3rem .2rem;
}

.image {
	width: 100%;
	display: block;
}

.center {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
}

.border {
	background-image: linear-gradient(to right, #26eaff, #df2eff);
	border-radius: .4rem;
	padding: .1rem;
	color: #fff;
}

.text {
	background-image: linear-gradient(to right, #f537ff, #6405a7);
	border-radius: .4rem;
	padding: .1rem .2rem;
	font-size: .4rem;
}

.relative {
	position: relative;
}

.site {
	height: .25rem;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.tips {
	color: #fff;
	font-weight: bold;
	margin: 0 .1rem;
	font-size: .5rem;
}

.icon {
	height: .2rem;
}

.mt {
	margin-top: .8rem;
}

.rank {
	padding: .4rem .35rem;
}

.list {
  height: 70vh;
  min-height: 120px;
  
  overflow-y: hidden;
  position: absolute;
	top: .65rem;
	font-weight: bold;
	left: 0.6rem;
	right: 0.6rem;
}
@media (max-width: 800px) {
  .list {
    height: 45vh;
	overflow-y: hidden;
	position: absolute;
	top: .65rem;
	font-weight: bold;
	left: 0.6rem;
	right: 0.6rem;
  }
}

.list {
	
}

.block {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 0.7rem;
	font-size: 0.35rem;
}

.label {
	color: #eb343e;
}

.value {
	color: #632fb5;
}

.rule {
	color: #fff;
	padding: 0.35rem;
}

.tit {
	font-size: .4rem;
	font-weight: bold;
	padding-bottom: .3rem;
}

.line {
	font-size: 0.3rem;
	line-height: 0.8rem;
}

.mb {
	margin-bottom: .3rem;
}

.flex {
	display: flex;
}

.yellow {
	font-size: 0.35rem;
	color: #ffbf34;
	font-weight: bold;
}

.text-center {
	flex: 1;
	text-align: center;
}

.text-right {
	text-align: right;
}

.point {
	position: absolute;
	top: 3.42rem;
	transform: translateX(-50%);
	left: 50.8%;
	width: 2.35rem;
	z-index: 9;
}

.box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.height {
	position: relative;
	height: 10rem;
	transform-origin: center center;
	transition: all .5s;
}

.vo {
	position: absolute;
	z-index: 10;
	width: 0.8rem;
	height: auto;
	text-align: center;
}

.vo1 {
	transform: rotate(0deg);
	top: 2rem;
	left: 4.65rem;
}

.vo2 {
	top: 3.4rem;
	left: 6.5rem;
	transform: rotate(60deg);
}

.vo3 {
	top: 5.5rem;
	left: 6.5rem;
	transform: rotate(120deg);
}

.vo4 {
	top: 6.7rem;
	left: 4.6rem;
	transform: rotate(180deg);
}

.vo5 {
	top: 5.5rem;
	left: 2.6rem;
	transform: rotate(240deg);
}

.vo6 {
	top: 3.4rem;
	left: 2.5rem;
	transform: rotate(300deg);
}

.box {
	width: 100%;
}

.circle {
	position: absolute;
	top: 5rem;
	left: 50%;
	width: 6.5rem;
	transform: translate(-50%, -50%);
}

