.exam_rank {
  width: 100%;
  height: 502px;
  background-image: url(../myimg/rank_bg.png);
  background-size: 100% 100%;
  padding: 20px;
}

.exam_rank_title {
  width: 254px;
  height: 84px;
  text-align: center;
  background-image: url(../myimg/leaf_bg.png);
  background-size: 254px 68px;
  background-position: left bottom;
  background-repeat: no-repeat;
  margin: 0 auto;
  font-family: DFPZongYiW7-GB;
  font-size: 36px;
  font-weight: 800;
  color: #AB7829;




}

.changeTitle {
  width: 826px;
  height: 60px;
  border-radius: 56px;
  background: #F8FAFF;
  margin: 10px auto;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px;
  justify-content: space-between;
}

.changeTitle_item {
  width: 397px;
  height: 48px;
  border-radius: 56px;

  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 800;
  color: #000;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}

.select_title_rank {
  background: #D7B074;
  color: #fff;
}

.rank_three {
  width: 826px;
  margin: 0 auto;

  overflow: hidden;
  height:339px;
  position: relative;
}

.rank_three_item {
  box-sizing: border-box;
  width: 200px;
  height: 309px;
  background-image: url(../myimg/rankFirst.png);
  background-size: 100% 100%;
  position: absolute;




}

.rank_three_item .user_pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: linear-gradient(180deg, #D7B074 0%, #FFFFFF 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;

}

.rank_three_item .user_pic img {
  width: 112px;
  height: 112px;
  border-radius: 50%;

}

.rank_people_name {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 800;
  color: #CBA34C;
  margin: 15px auto;
  text-align: center;
}

.rank_people_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.rank_people_info span {
  color: #666666;
  font-family: PingFang SC;
  font-size: 14px;
}

.rank_three_item1 {
  left: 0;
  top: 30px;
  background-image: url(../myimg/rankSecond.png);
}
.rank_three_item2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../myimg/rankFirst.png);
}

 .rank_three_item3 {
  right: 0;
  top: 30px;
  background-image: url(../myimg/rankThree.png);
}
.rank_list{
  margin-top: 46px;
  margin-bottom: 30px;
  width: 1200px;
  max-height: 612px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-sizing: border-box;
  padding:10px 20px;
  overflow-y: auto;
}
/* 斑马纹颜色 */
 .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
  background-color: #FFFAF5 !important;
}
.myInfo{
  width: 1200px;
  height: 80px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rank_text{
  font-size: 24px;
  font-weight: 600;
  color: #CBA34C;
}
.rank_text2{
  width: 150px;
  font-size: 24px;
  font-weight: 600;
  color: #CBA34C;
  text-align: center;
}
.user_pic_ranks_box{
  width: 100px;
  display: flex;
  justify-content: center;
}
.user_pic_ranks{

  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #ECEEF4;
  overflow: hidden;

}
.user_pic_ranks img{
  width: 100%;
  height: 100%;
}

.user_ranks_name{
  font-size: 14px;
  width: 150px;
  text-align: center;
}
