.container {
  margin-top: 10vw;
  padding-bottom: 6.6667vw;
}

.breakthrough-item {
  margin-top: 2.6667vw;
}

html {
  background: #ffffff;
}

.answer-item-title {
  color: #ffffff;
  font-size: 5.2vw;
  font-weight: 700;
  text-align: left;
  height: 6.4vw;
  line-height: 6.4vw;
}

.result a {

  display: block;
}

.icon-lock {
  width: 9.6vw;
  height: 13.0667vw;
  /* height: 15vw; */
  background: url(../images/img/wait.png) no-repeat;
  background-size: 100% 100%;
}

.breakthrough-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 3.4667vw;
  height: 25.6vw;
  box-shadow: 0 0 1.3333vw rgba(0, 0, 0, 0.1);
  background: url(../images/img/challenge-item.png) no-repeat;
  background-size: 100% 100%;
  /* 
  margin-top: 6vw; */
  border-radius: 2.6667vw;
}

.breakthrough-item-wrap {
  box-sizing: border-box;
  width: 100%;
  padding: 0 2.6667vw;
}

.breakthrough-item div {
  text-align: center;
}

.challenge {
  width: 20vw;
  height: 15vw;
  background: url(../images/img/guanqia_04.png) no-repeat;
  background-size: 100%;
}

.challenge a {
  display: block;
  width: 100%;
  height: 100%;
}

.icon-star {
  display: inline-block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.people-count {
  width: 27.2vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.icon-grey {
  background: url(../images/img/star_no.png) no-repeat;
  background-size: 100% 100%;
}

.icon-light {
  background: url(../images/img/star_yes.png) no-repeat;
  background-size: 100% 100%;
}

.ranking-btn {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/img/ranking_list.png) no-repeat;
  background-size: 100% 100%;
}

.res-btn-wrap {
  width: 17.3333vw;
  height: 17.3333vw;
  margin-right: 2.6667vw;
}

.one {
  width: 8.1333vw;

  height: 7.2vw;
  margin-bottom: -2vw;
  background-image: url(../images/img/star_1.png);
}

.two {
  margin-bottom: -2vw;
  width: 8.1333vw;
  height: 8.4vw;
  background-image: url(../images/img/star_2.png);
}

.three {
  margin-bottom: -2vw;
  width: 8.2667vw;
  height: 6.9333vw;
  background-image: url(../images/img/star_3.png);
}

.four {
  /* margin-top: -2.6667vw; */
  width: 8.2667vw;
  height: 9.3333vw;
  background-image: url(../images/img/star_4.png);
}

.five {
  width: 8.1333vw;
  height: 10.9333vw;
  background-image: url(../images/img/star_5.png);
}

.num-title {
  font-size: 3.2vw;
}

.breakthrough-chance {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 2.6667vw;
  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;
}

.chance-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.star-wrap {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20vw;
  -ms-flex: 0 0 20vw;
  flex: 0 0 20vw;
  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-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.result {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 12.5333vw;
  -ms-flex: 0 0 12.5333vw;
  flex: 0 0 12.5333vw;
  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;
}

.chance-title {
  font-size: 5.2vw;
  color: #ffffff;
  line-height: 1em;
  margin-right: 0.6667vw;
  /* margin-bottom: 2.6667vw; */
}

.chance-num {
  padding: 0 1.3333vw;
  height: 4vw;
  line-height: 4vw;
  border-radius: 4vw;
  background: #ffbe00;
  color: #2d2d2d;
  font-size: 2.6667vw;
  font-weight: 700;

}

.people {
  margin-top: 2vw;
  line-height: 1em;
  font-size: 3.2vw;
  color: #ffffff;
}

.xin-wrap {
  margin-top: 1.3333vw;
}

.icon-book {
  background: url(../images/img/learning.png) no-repeat;
  background-size: 100% 100%;
}

.tips {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0.6667vw 2.6667vw;
  color: #ffffff;
  background: url(../images/img/bg1_02.png) no-repeat;
  border-radius: 6.6667vw;
}

/* 失败 */
.num-title {
  font-size: 4vw;
}

.nothing,
.succeed {
  height: 8vw;
  width: 100%;
  background-size: 100% !important;
}

.succeed {
  background: url(../images/img/yeah.png) no-repeat;
}

.nothing {
  background: url(../images/img/cry.png) no-repeat;
}

.rank-info2 {
  font-size: 3.2vw;
}

.next {
  font-size: 4.2667vw;
}

.icon-chanllce {
  width: 12.5333vw;
  height: 12.5333vw;
  background: url(../images/img/guanqia_04.png) no-repeat;
  background-size: 100% 100%;
}

.result a {
  display: block;
}