/*弹性布局*/
.flex {
  display: -webkit-box;
  /*布局方式 相当于display:flex*/
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -webkit-box-align: center;
  /*box的对齐方式 align-items:center;*/
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.answer-wrapper {
  height: 100%;
  background: #fff;
}
.answer-wrapper .userinfo {
  position: absolute;
  z-index: 1;
  left: 0.64rem;
  top: 0.53333333rem;
}
.answer-wrapper .userinfo .headphoto {
  width: 2.16rem;
  height: 2.16rem;
  border: 0.16rem solid #c9c9c9;
  border-radius: 50%;
}
.answer-wrapper .userinfo .info {
  padding-left: 0.16rem;
  text-align: left;
}
.answer-wrapper .userinfo .info .username {
  width: 4rem;
  word-wrap: break-word;
  word-break: break-all;
  font-size: 0.6088rem;
  color: #595959;
}
.answer-wrapper .userinfo .info .membernum {
  font-size: 0.25466667rem;
  color: #a3a3a3;
}
.answer-wrapper .actor {
  position: absolute;
  z-index: 1;
  top: 0.26666667rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 10.72rem;
  height: 11.76rem;
}
.answer-wrapper .actor_gril {
  width: 8.848rem;
  height: 11.57333333rem;
}
.answer-wrapper .tag {
  position: absolute;
  z-index: 1;
  top: 12.21333333rem;
  left: 0;
  right: 0;
  width: 14.08rem;
  height: 2.08rem;
  margin: auto;
}
.answer-wrapper .rank {
  position: absolute;
  z-index: 1;
  top: 14.13333333rem;
  left: 0;
  right: 0;
  font-size: 0.67066667rem;
  letter-spacing: 0.2em;
  color: #e2a92b;
}
.answer-wrapper .lights {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 22.48rem;
  background: url("../img/generate/lights.jpg");
  background-size: cover;
}
.answer-wrapper .subject {
  position: absolute;
  z-index: 1;
  left: 1.46666667rem;
  top: 4.26666667rem;
  width: 1.14666667rem;
  height: 10.05333333rem;
  background: url("../img/generate/subject.png");
  background-size: cover;
}
.answer-wrapper .author {
  position: absolute;
  z-index: 1;
  right: 1.33333333rem;
  top: 7.28rem;
  width: 1.65333333rem;
  height: 3.92rem;
  background: url("../img/generate/author.png");
  background-size: cover;
}
.answer-wrapper .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16.56rem;
  background: url("../img/generate/bg.png");
  background-size: cover;
}
.answer-wrapper .bg_left {
  position: absolute;
  bottom: 2.26666667rem;
  left: 0.8rem;
  width: 6.56rem;
  height: 11.41333333rem;
  background: url("../img/generate/bg_left.png");
  background-size: cover;
}
.answer-wrapper .bg_right {
  position: absolute;
  bottom: 2.26666667rem;
  right: 0.8rem;
  width: 7.36rem;
  height: 11.41333333rem;
  background: url("../img/generate/bg_right.png");
  background-size: cover;
}
.answer-wrapper .subtitle {
  font-size: 1.12rem;
  color: #e2a92b;
}
.answer-wrapper #fullChart {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.totalScore {
  position: absolute;
  bottom: 4.4rem;
  width: 100%;
  font-size: 1.65333333rem;
  color: #c53e34;
}
.chart-wrapper {
  position: fixed;
  z-index: 11;
  bottom: 5.06666667rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
ul {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.62666667rem;
}
ul li {
  list-style: none;
  font-size: 0.3024rem;
  color: #c99d79;
}
ul li img {
  display: block;
}
ul li:nth-child(1) {
  position: absolute;
  bottom: 10.26666667rem;
  left: 13.12rem;
  text-align: left;
}
ul li:nth-child(1) img {
  display: block;
}
ul li:nth-child(2) {
  position: absolute;
  bottom: 12.85333333rem;
  left: 9.22666667rem;
  text-align: left;
}
ul li:nth-child(2) img {
  display: block;
}
ul li:nth-child(3) {
  position: absolute;
  bottom: 10.26666667rem;
  right: 11.25333333rem;
  text-align: right;
}
ul li:nth-child(3) img {
  display: block;
}
ul li:nth-child(4) {
  position: absolute;
  bottom: 6.24rem;
  right: 13.01333333rem;
  text-align: right;
}
ul li:nth-child(4) img {
  display: block;
}
ul li:nth-child(5) {
  position: absolute;
  bottom: 6.24rem;
  left: 11.54666667rem;
  text-align: left;
}
ul li:nth-child(5) img {
  display: block;
}
.bottom-wrapper {
  width: 100%;
  height: 3.46666667rem;
  position: absolute;
  bottom: 0.56rem;
  left: 0;
}
.bottom-wrapper .qrcode {
  position: absolute;
  left: 0.8rem;
  width: 3.46666667rem;
  height: 3.46666667rem;
  background: url("../img/generate/qrcode.png");
  background-size: cover;
}
.bottom-wrapper .btns {
  box-sizing: border-box;
  padding-left: 4.42666667rem;
  text-align: center;
  padding-top: 0.53333333rem;
  background: #f9ecdc;
}
.bottom-wrapper .btns-btn {
  width: 6rem;
  height: 1.54666667rem;
  padding: 0.42666667rem 0.58666667rem;
  font-size: 0.8rem;
  color: #fff;
  background: #c53e34;
  border-radius: 0.26666667rem;
}
.bottom-wrapper .btns-btn:first-child {
  margin-right: 0.42666667rem;
}
.bottom-wrapper .btns p {
  font-size: 0.53333333rem;
  font-weight: bold;
  color: #0a2340;
  padding-top: 0.53333333rem;
}
.bottom-wrapper .btns .btn + p {
  padding-top: 0;
  padding-left: 4.42666667rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
#fullimg {
  position: absolute;
  z-index: 23;
  width: 100%;
  height: 100%;
  opacity: 0;
}
/* Mask */
.mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 569;
  display: none;
}
.mask-tips {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 49%;
  font-size: 1.12rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
}
.mask-tips .icon-share {
  display: inline-block;
  width: 1.30666667rem;
  height: 1.25333333rem;
  background: url("../img/icon-share.png");
  background-size: cover;
  margin-right: 0.26666667rem;
}
.toast-wrap {
  opacity: 0;
  position: fixed;
  top: 50%;
  color: #fff;
  width: 100%;
  text-align: center;
}
.toast-msg {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 10px;
  border-radius: 5px;
}
.toastAnimate {
  -webkit-animation: toastKF 3s;
  animation: toastKF 3s;
}
@-webkit-keyframes toastKF {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    z-index: 9999;
  }
  50% {
    opacity: 1;
    z-index: 9999;
  }
  75% {
    opacity: 1;
    z-index: 9999;
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
@media all and (orientation: portrait) {
  #orientation-mask {
    display: none;
  }
}
@media all and (orientation: landscape) {
  #orientation-mask {
    display: block;
  }
}
#mask .btns .btn {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
#ajax-loading {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99;
}
.ajaxWrap .loader {
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: relative;
  top: 48%;
  -webkit-animation: load 1.3s infinite linear;
  animation: load 1.3s infinite linear;
  transform: scale(0.2);
}
@-webkit-keyframes load {
  0%,
  100% {
    box-shadow: 0em -3em 0em 0.2em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 0em #ffffff;
  }
  12.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 0.2em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  25% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 0em #ffffff, 3em 0em 0 0.2em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  37.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 0em #ffffff, 2em 2em 0 0.2em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 -0.5em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  50% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 0em #ffffff, 0em 3em 0 0.2em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 -0.5em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  62.5% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 0em #ffffff, -2em 2em 0 0.2em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 -0.5em #ffffff;
  }
  75% {
    box-shadow: 0em -3em 0em -0.5em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0.2em #ffffff, -2em -2em 0 0em #ffffff;
  }
  87.5% {
    box-shadow: 0em -3em 0em 0em #ffffff, 2em -2em 0 -0.5em #ffffff, 3em 0em 0 -0.5em #ffffff, 2em 2em 0 -0.5em #ffffff, 0em 3em 0 -0.5em #ffffff, -2em 2em 0 0em #ffffff, -3em 0em 0 0em #ffffff, -2em -2em 0 0.2em #ffffff;
  }
}
.min .page-index .p1_word_tit {
  width: 3.98rem;
}
.min .page-record {
  background-color: #f9ecdc;
}
.min .page-record .p2_long_head {
  width: 4.352rem;
  height: 5.968rem;
  margin-left: -2.176rem;
}
.min .page-record .p2_long_head .head {
  top: 0.864rem;
  left: 0.64rem;
  width: 3.104rem;
  height: 3.104rem;
}
.min .page-record .uname {
  margin-top: 7.62666667rem;
  font-size: 1.06666667rem;
}
.min .page-record .words {
  margin-top: 0.8rem;
}
.min .page-barber .words_gray {
  width: 11.30133333rem;
}
.min .page-barber .words_red {
  width: 8.19866667rem;
  margin-left: 11.2rem;
}
.min .page-barber .words {
  margin-top: 0.48533333rem;
}
.min .page-info .words_red {
  width: 6.30666667rem;
}
.min .page-info .words_black {
  line-height: 0.93333333rem;
  margin-bottom: 0.8rem;
}
.min .page-discount .p4_word_red_1 {
  margin-top: 2.8rem;
  width: 10.304rem;
}
.min .page-discount .main {
  margin-bottom: 1.68rem;
}
.min .answer-wrapper .bg {
  height: 13.81333333rem;
}
.min .answer-wrapper .tag {
  top: 8.85333333rem;
}
.min .answer-wrapper .rank {
  top: 10.72rem;
}
.min .answer-wrapper .actor {
  top: 0.74666667rem;
  width: 7.504rem;
  height: 8.232rem;
}
.min .answer-wrapper .acdtor_gril {
  width: 7.14666667rem;
  height: 7.84rem;
}
.min .answer-wrapper .totalScore {
  bottom: 3.89333333rem;
  font-size: 1.38666667rem;
}
.min .page-test .question {
  margin-top: 0.8rem;
}
.min .radarWrap {
  bottom: 5.76rem;
}
.min .radarWrap.down {
  bottom: 3.2rem;
}
