.ranking-container {
  width: 1040px !important;
}

.wrapper {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: initial;
  background-image: url(../images/exam_ranking/background.png);
  background-color: #dc5254;
}

.ranking-header {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 177px;
}

.ranking-list {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 70px;
}

.ranking-list-header {
  margin-left: auto;
  margin-right: auto;
  width: 860px;
}

.ranking-user {
  margin-bottom: 40px;
  height: 320px;
  position: relative;
}

.ranking-user .user {
  text-align: center;
  font-size: 0;
  margin-top: 60px;
  position: absolute;
}

.ranking-user .user .icon {
  position: relative;
  z-index: 1;
}

.ranking-user .user .portrait {
  margin-left: auto;
  margin-right: auto;
  width: 110px;
  height: 110px;
  background: #c2cedd;
  border-radius: 50%;
  padding: 5px;
  margin-top: -15px;
  box-sizing: border-box;
  margin-bottom: 23px;
}

.ranking-user .user .portrait .image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ranking-user .user-1 {
  left: 366px;
}

.ranking-user .user-1 .portrait {
  width: 134px;
  height: 134px;
  background: #ffd683;
  padding: 7px;
  margin-top: -18px;
}

.ranking-user .user-2 {
  left: 100px;
  margin-top: 100px;
}

.ranking-user .user-3 {
  margin-top: 100px;
  left: 645px;
}

.ranking-user .user-3 .portrait {
  background: #dbb79a;
}

.ranking-user .user .infor {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  display: inline-block;
  text-align: center;
}

.ranking-user .user .infor::before, .ranking-user .user .infor::after {
  position: absolute;
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: url("../../common/images/exam_ranking/ranking_title_icon.png");
  width: 53px;
  height: 100%;
}

.ranking-user .user .infor::before {
  left: 0;
  transform: translateX(-100%);
}

.ranking-user .user .infor::after {
  left: 100%;
  margin-left: 0;
  transform: rotate(180deg);
}

.ranking-user .user .infor::after {
  transform: rotateY(180deg);
  top: 0;
}

.ranking-user .user .infor .name {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #393f47;
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ranking-user .user .infor .score {
  font-size: 40px;
  font-family: DIN;
  font-weight: bold;
  line-height: 24px;
  color: #ff6a4d;
}

.ranking-user .user .infor .score .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #ff6a4d;
}

.user-list-item {
  display: flex;
  align-items: center;
  height: 64px;
  background: rgba(223, 226, 230, 0.15);
  border-radius: 8px;
  box-sizing: border-box;
}

.user-list-item + .user-list-item {
  margin-top: 10px;
}

.user-list-item:nth-child(1) {
  background: linear-gradient(270deg, rgba(255, 162, 36, 0.2) 0%, rgba(255, 236, 101, 0.2) 100%);
}

.user-list-item:nth-child(1) .score {
  color: #FF6A4D !important;
}

.user-list-item:nth-child(2) {
  background: linear-gradient(270deg, rgba(153, 166, 181, 0.2) 0%, rgba(209, 217, 228, 0.2) 100%);
}

.user-list-item:nth-child(2) .score {
  color: #FF6A4D !important;
}

.user-list-item:nth-child(3) {
  background: linear-gradient(270deg, rgba(227, 121, 33, 0.2) 0%, rgba(255, 193, 142, 0.2) 100%);
}

.user-list-item:nth-child(3) .score {
  color: #FF6A4D !important;
}

.user-list-item .left {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.user-list-item .left .order {
  font-size: 18px;
  font-weight: bold;
  color: #afb2b5;
  width: 47px;
  text-align: center;
}

.user-list-item .left .order img {
  width: 44px;
}

.user-list-item .left .name {
  margin-left: 10px;
}

.user-list-item .left .name .label {
  display: inline-block;
  margin-left: 10px;
  width: 56px;
  height: 20px;
  background: #dc5254;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

.user-list-item .left .image {
  width: 32px;
  height: 32px;
  border: 1px solid #d9dbe2;
  border-radius: 50%;
  margin-left: 30px;
}

.user-list-item .right {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.user-list-item .right .text {
  color: #949699;
}

.user-list-item .right .score {
  font-size: 22px;
  font-weight: bold;
  color: #393f47;
  width: 127px;
}

.user-list-item .right .score .font {
  font-size: 16px;
}

.user-list-item.is-me {
  background: rgba(220, 82, 84, 0.05);
  border: 1px solid rgba(220, 82, 84, 0.302);
}

.user-list-item.is-me .score {
  color: #dc5254;
}

.user-list-item.is-me .order {
  color: #60656b;
}

.practice-header {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #ebebeb;
}

.practice-header .header-wrap {
  position: relative;
}

.practice-header .header-back {
  width: 60px;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  color: #60656b;
  cursor: pointer;
}

.practice-header .header-back .svg-icon {
  margin-right: 10px;
}

.practice-header .practice-header {
  background-color: #fff;
}

.practice-header .header-middie {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  color: #60656b;
}

.practice-header .header-middie .text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  display: inline-block;
}

.practice-header .header-middie .text::before, .practice-header .header-middie .text::after {
  position: absolute;
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: "";
  width: 31px;
  height: 100%;
}

.practice-header .header-middie .text::before {
  left: -10px;
  transform: translateX(-100%);
}

.practice-header .header-middie .text::after {
  left: 100%;
  margin-left: 10px;
  transform: rotate(180deg);
}

.practice-header .header-middie .text::before, .practice-header .header-middie .text::after {
  background-image: url("../../common/images/exam_ranking/title_decorate_icon.png");
}

.practice-header .header-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}

.ranking-tips {
  text-align: center;
  margin-bottom: 30px;
}

.ranking-tips .text {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  display: inline-block;
}

.ranking-tips .text::before, .ranking-tips .text::after {
  position: absolute;
  content: "";
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  background-image: "";
  width: 31px;
  height: 100%;
}

.ranking-tips .text::before {
  left: -10px;
  transform: translateX(-100%);
}

.ranking-tips .text::after {
  left: 100%;
  margin-left: 10px;
  transform: rotate(180deg);
}

.ranking-tips .text::before, .ranking-tips .text::after {
  background-image: url("../../common/images/exam_ranking/title_decorate_icon.png");
}

.ranking-tips .text .font {
  color: #dc5254;
}

.ranking-top {
  background: #fff;
  border-radius: 20px;
  padding: 40px 40px 0 40px;
  margin-bottom: 20px;
  position: relative;
}

.ranking-top .bg-height {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 60px;
  background: linear-gradient(180deg, #E5FFF9 0%, #FFFFFF 100%);
  border-radius: 20px 20px 0 0;
}

.ranking-top .ranking-top-content {
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}

.ranking-top .ranking-top-content .ranking-right {
  display: flex;
  flex: 1;
}

.ranking-top .ranking-top-content .ranking-right-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  position: relative;
}

.ranking-top .ranking-top-content .ranking-right-item:last-child::after {
  display: none;
}

.ranking-top .ranking-top-content .ranking-right-item::after {
  position: absolute;
  display: block;
  content: " ";
  background: #EBEBEB;
  width: 1px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ranking-top .ranking-top-content .ranking-right-item .text-item {
  display: flex;
  align-items: center;
}

.ranking-top .ranking-top-content .ranking-right-item .text-item img {
  margin-right: 4px;
}

.ranking-top .ranking-top-content .ranking-right-item .ranking-num {
  font-size: 24px;
  color: #60656B;
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  line-height: 1em;
  margin-top: 20px;
}

.ranking-top .ranking-top-content .ranking-right-item .ranking-num span {
  font-size: 32px;
  color: #FF6A4D;
  font-family: "DIN";
  font-weight: bold;
  line-height: 1em;
  margin-right: 4px;
}

.ranking-top .score-number {
  padding: 0 120px 0 100px;
  position: relative;
}

.ranking-top .score-number::after {
  position: absolute;
  display: block;
  content: " ";
  width: 1px;
  height: 80px;
  background: #EBEBEB;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ranking-top .score-number .score-n {
  font-size: 60px;
  color: #dc5254;
  font-family: "DIN";
  font-weight: bold;
  line-height: 1;
}

.ranking-top .score-number .score-n span {
  font-size: 24px;
}

.ranking-top .score-number .label {
  font-size: 14px;
  color: #949699;
  text-align: center;
  margin-top: 10px;
}

.ranking-top .ranking-top-bottom {
  padding: 30px 0;
  display: flex;
}

.ranking-top .ranking-top-bottom .bottom-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ranking-top .ranking-top-bottom .bottom-item:last-child::after {
  display: none;
}

.ranking-top .ranking-top-bottom .bottom-item::after {
  position: absolute;
  content: " ";
  display: block;
  width: 1px;
  background: #EBEBEB;
  height: 40px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.ranking-top .ranking-top-bottom .bottom-item .item-text {
  font-size: 16px;
  color: #949699;
}

.ranking-top .ranking-top-bottom .bottom-item .num {
  font-size: 18px;
  color: #60656B;
  font-weight: bold;
  margin-top: 6px;
}

.job-info-box {
  background: rgba(223, 226, 230, 0.15);
  border-radius: 8px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 40px;
}

.job-info-box .job-content {
  display: flex;
  flex-wrap: wrap;
  padding-top: 4px;
}

.job-info-box .job-content .job-label {
  padding-right: 30px;
  width: 50%;
  font-size: 14px;
  color: #949699;
  margin-top: 16px;
}

.job-info-box .job-content .job-label span {
  color: #393F47;
}

.tab-list {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}

.tab-list-item {
  font-size: 16px;
  color: #60656B;
  margin-right: 60px;
  cursor: pointer;
}

.tab-list-item.active {
  color: #393F47;
  position: relative;
}

.tab-list-item.active::after {
  position: absolute;
  display: block;
  content: " ";
  width: 100%;
  height: 3px;
  background: #dc5254;
  bottom: -12px;
  left: 0;
}

.user-list {
  display: none;
}

.user-list:first-child {
  display: block;
}

.info-title {
  font-size: 18px;
  font-weight: bold;
  color: #393F47;
  padding-left: 12px;
  position: relative;
}

.info-title.mb30 {
  margin-bottom: 30px;
}

.info-title::after {
  position: absolute;
  content: " ";
  display: block;
  width: 4px;
  background: #dc5254;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
