.inner {
  min-height: 100vh;
  background-image: url('../images/inner/bg_r.jpg');
  background-repeat: repeat;
  background-position: center;
  overflow: hidden;
}

.header {
  background-image: url('../images/inner/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}

.main {
  width: 1280px;
  margin: 0 auto;
}

/* 主体 */
.container {
}
.container .title {
  text-align: center;
  margin: 50px auto 20px;
}
.container > ul {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
/* li */
li {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 300px;
  height: 102px;
  background-image: url('../images/inner/panel.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px;
  box-sizing: border-box;
}

.bgnew-1{
  position: relative;
  background-image: url('../images/inner/panelw.png');
}
.bgnew-1::after{
  content: '';
  width: 49px;
  height: 49px;
  background: url('../images/inner/first.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -17px;
  left: -12px;
}
.bgnew-2{
  position: relative;
  background-image: url('../images/inner/panelw.png');
}

.bgnew-2::after{
  content: '';
  width: 49px;
  height: 49px;
  background: url('../images/inner/second.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -17px;
  left: -12px;
}

.bgnew-3{
  position: relative;
  background-image: url('../images/inner/panelw.png');
}

.bgnew-3::after{
  content: '';
  width: 49px;
  height: 49px;
  background: url('../images/inner/third.png') no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -17px;
  left: -12px;
}

li .rank {
  font-size: 30px;
  color: #8f9cff;
  background: linear-gradient(0deg, #a0bdff 0%, #8f9cff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  display: flex;
  align-items: center;
}
li .num-4,
li .num-5,
li .num-6,
li .num-7 {
  color: #F088A6;
  background: linear-gradient(0deg, #FFD0E3 0%, #F088A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li .num-1,
li .num-2,
li .num-3{
  color: #F4E1A6;
  background: linear-gradient(0deg, #F4B951 0%, #F4E1A6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

li .avatar {
  width: 85px;
  height: 85px;
  box-sizing: border-box;
  border: 2px solid #a4adff;
  overflow: hidden;
  border-radius: 100px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
li .avatar img {
  height: 100%;
}
li .info {
  position: relative;
  min-width: 140px;
}
li .info h1 {
  font-size: 24px;
  color: #69b3ff;
}
li .info p {
  font-size: 14px;
  color: #333333;
}
.icon-queen {
  position: absolute;
  bottom: -20px;
  left: -54px;
  width: 52px;
  height: 25px;
}

/* 页脚 */
.footer {
  background-color: #8caff1;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin-top: 80px;
  text-align: center;
}
