/* header */
html {
  background: #f5f5f5;
}

.player-wrap {
  position: relative;
  background: url(../images/img/top.png) no-repeat;

  background-size: 100% 100%;
  width: 100%;
  height: 37.3333vw;
  margin-bottom: 14.6667vw;
}

.top-raking a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.top-raking {
  position: absolute;
  top: 5.0667vw;
  right: 5.0667vw;
  width: 17.3333vw;
  height: 17.3333vw;
  background: url(../images/img/topranking.png) no-repeat;

  background-size: 100% 100%;
}

.arena-title {
  margin-left: 3vw;
  font-size: 5.3333vw;

  color: #ffffff;
}

.player {
  position: absolute;
  left: 7%;
  bottom: -8.8vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 86%;

  padding: 2.6667vw 0;
  margin: 0 auto;
  border-radius: 3vw;
  background: #ffffff;
  box-shadow: 0px 1px 2.4vw 0px rgba(0, 0, 0, 0.35);

}

.arena-count {
  position: absolute;
  margin-left: -8.5vw;
  margin-top: 2vw;
  left: 32%;

  box-sizing: border-box;
  width: 58vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  padding: 0.6667vw 1.3333vw;
  margin-left: -4vw;
  background: #e50209;
  color: #ffffff;
  font-size: 3.2vw;
  -webkit-transform: scale(0.67);
  -ms-transform: scale(0.67);
  transform: scale(0.67);

  border-radius: 4vw;
}

.player div {
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
  width: 33%;
}

.arean-header {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 2vw 0;
}

.line {
  position: absolute;
  top: 0;
  right: 0;

  width: 1px;
  height: 8vw;
  background: #bababa;
}

.ranking-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ranking-title {
  color: #9b9999;
  font-size: 3.7333vw;
}

.res-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/img/searchorg1.png) no-repeat;
  background-size: 100% 100%;
  margin-left: -2vw;
}

.res-btn-wrap {
  display: inline-block;
  width: 19.4667vw;
  height: 13.8667vw;
}

.ranking-num {
  font-size: 3.7333vw;
}

.player-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 3.7333vw;
  color: #000000;
}

.points-wrap {
  color: #d8030a;
  font-size: 3.7333vw;
}

/* 榜单 */
.container {
  margin-top: 2.6667vw;
  padding-bottom: 6.6667vw;
}

.grade-wrap {
  width: 88.4%;
  margin: 0 auto;

  background: url(../images/img/grade-wrap.png) no-repeat;
  background-size: 100% 100%;
  /* box-shadow: 0px 0.4vw 2.208vw 0.992vw rgba(98, 132, 255, 0.35); */
}

.grade-tab {
  margin-top: 2.6667vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 4vw;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;

  width: 91.5%;
  height: 21.3333vw;
  margin: 0 auto;
  background: url(../images/img/tabber.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 12vw;
}

.tabber {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 7.2vw;
}

.tab-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 29.33333vw;
  height: 100%;
  border: 1px solid #f5473c;
  border-radius: 6.6667vw;
  font-size: 4.8vw;
  font-weight: 700;
  color: #f5473c;
}

.pioneer-num-wrap {
  color: #f5473c;
  font-size: 4.4vw;
  font-weight: 700;
}

.pioneer-sort-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.else-title {
  display: inline-block;
  font-size: 2.4vw;
  color: #838383;
  line-height: 1em;
  min-width: 18.6667vw;
}

.percentage {
  color: #f5473c;
}

.intelligent-item,
.pioneer-item {
  /* -moz-box-sizing: border-box;
  box-sizing: border-box; */
  margin: 0 5%;
  width: 90%;
  min-height: 13.3333vw;
  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;

  box-sizing: border-box;
  padding: 0 6.6667vw;
  border-bottom: 1px solid #f3f3f3;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intelligent-item {
  min-height: 7vw;
  padding: 2vw 6.6667vw;
}

.pioneer-item {
  padding: 1vw 6.6667vw;
}

.else-intelligent-item {
  min-height: 11vw;
}

.sort {
  display: inline-block;
  width: 100%;
  height: 6.6667vw;
  background: #000000;
}

.sort-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.intelligent-info {
  width: 30%;
  color: #000000;
  font-size: 3.2vw;
  /* text-align: center; */
}

.num {
  font-size: 3.2vw;
  color: #f68e64;
  margin-right: 1.3333vw;
  font-weight: 700;
}

.intelligent-num-wrap {
  text-align: right;
  color: #f5473c;
  font-size: 4.5333vw;
  font-weight: 700;
}

.intelligent-name {
  box-sizing: border-box;
  padding-left: 0.6667vw;
  font-size: 3.2vw;
  color: #333333;
}

/* 先锋 */
.pioneer-info {
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 2.6667vw 0;
  border-bottom: 1px solid #ececec;
}

/* .pioneer-wrap{
    background: burlywood;
} */
.pioneer-performance {
  margin-left: 4vw;
  color: #c12a23;
}

.performance-num {
  font-size: 5.3333vw;
  font-weight: 700;
}

.pioneer-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.participation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.participation p {
  color: #959595;
}

.point {
  color: #cc1917;
}

.grade-active {
  display: block !important;
}

.grade-wrap ul {
  display: none;
  /* padding-top: 2.6667vw; */
  margin-top: -0.375vh;
}

/* 挑战*/

.icon-star-box {
  display: inline-block;
  width: 4.6667vw;
  height: 4.2667vw;
}

.times {
  font-size: 4vw;
  padding: 0 1.3333vw;
  color: #ad0000;
}

.crunchies-active {
  width: 33.3333vw;
  height: 10.6667vw;
  background: url(../images/img/nav_right_on.png) no-repeat;
  background-size: 100% 100%;
}

.icon-book {
  background: url(../images/img/learning.png) no-repeat;
  background-size: 100% 100%;
}

.icon-ranking {
  display: inline-block;
  width: 6.4vw;
  height: 7.7333vw;
  margin-right: 4vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 6.4vw;
  -ms-flex: 0 0 6.4vw;
  flex: 0 0 6.4vw;
}

.addintelligent-title {
  font-weight: 700;
  color: #000000;
  font-size: 4.2vw;
  padding-top: 2.6667vw;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 5%;
  height: 13.0667vw;
  padding-left: 17.3333vw;
  padding-right: 4vw;
  border-bottom: 1px solid #f3f3f3;



}

.icon-one {

  background: url(../images/img/level.png) no-repeat;
  background-size: 100% 100%;
}

.icon-two {
  background: url(../images/img/level2.png) no-repeat;
  background-size: 100% 100%;
}

.icon-three {
  background: url(../images/img/level3.png) no-repeat;
  background-size: 100% 100%;
}

.tab-active {
  position: relative;

  background: #f5473c;
  color: #ffffff;
}

.else-title-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.two-else-title {
  margin-left: 2.6667vw;
}

.resg-btn {
  position: absolute;
  top: 5.0667vw;
  right: 5.0667vw;
  width: 17.3333vw;
  height: 17.3333vw;
  background: url(../images/img/searchorg1.png) no-repeat;
  background-size: 100% 100%;
}

.resg-btn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.pioneer-add-title {
  padding-top: 2.6667vw;
  display: flex;

  justify-content: space-between;


  align-items: center;


  height: 17.3333vw;
  box-sizing: border-box;
  padding-left: 22vw;
  padding-right: 9vw;

  border-bottom: 1px solid #f3f3f3;

}

.orgName,
.score {
  color: #000000;
  font-size: 4.4vw;
  font-weight: 700;

}

.pionee-title-header {
  display: flex;
  /* align-items: center;
justify-content: space-between; */
  flex-direction: column;
  width: 50%;
  font-size: 4vw;
  color: #333333;
  font-weight: 700;
}

.pioneer-add-footer {
  display: flex;
  align-items: center;
  font-size: 3.3333vw;
  color: #282828;
}

.pioneer-footer_line {
  display: inline-block;
  width: 1px;
  height: 4vw;
  background: #838383;
  margin: 0 1.3333vw;
}