* {
  margin: 0;
  padding: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: normal;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input,
textarea,
button {
  outline: none;
}

/* 清除浮动 */

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.clearfix {
  zoom: 1;
}

.result {
  width: 100%;
  height: auto;
  min-height: 100%;
  margin: 0 auto;
  max-width: 750px;
  /* background: #ece5d8; */
  background: url("../images/bg.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}

/* 四个角 */

.angle {
  position: absolute;
  width: 0.96rem;
  height: 0.96rem;
}

.angle_lf_top {
  top: 0.22rem;
  left: 0.16rem;
}

.angle_rgt_top {
  top: 0.22rem;
  right: 0.16rem;
  transform: rotate(90deg);
}

.angle_lf_btm {
  bottom: 0.22rem;
  left: 0.16rem;
  transform: rotate(270deg);
}

.angle_rgt_btm {
  bottom: 0.22rem;
  right: 0.16rem;
  transform: rotate(180deg);
}

/* 评分开始 */
.mark {
  margin-top: 10%;
}

.mark img {
  position: relative;
  z-index: 999;
  width: 100%;
  height: auto;
}

.mark .tops {
  position: relative;
  top: 5px;
}

.mark .centers {
  height: 100px;
  overflow: hidden;
  position: relative;
  opacity: 0;
  background-color: rgba(241, 237, 228, 10.7);
  animation: myBoxImg 2.5s linear 2.5s forwards;
  -webkit-animation: myBoxImg 2.5s linear 2.5s forwards;
}

@keyframes myBoxImg {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes myBoxImg

/* Safari 与 Chrome */
  {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mark .box_cont {
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5%;
  opacity: 0;
  box-sizing: border-box;
  animation: myBoxShow 3s linear 3s forwards;
  -webkit-animation: myBoxShow 3s linear 3s forwards;
}

@keyframes myBoxShow {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes myBoxShow

/* Safari 与 Chrome */
  {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mark .box_cont .l {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mark .box_cont .l .nums {
  font-size: 40px;
  font-weight: 700;
  color: #6B4A17;
  text-align: center;
}

.mark .box_cont .l .imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mark .box_cont .l .imgs .item_img {
  width: 20px;
  margin-right: 2px;
}

.mark .box_cont .l .imgs .item_img:last-child {
  margin: 0;
}

.mark .box_cont .l .desc {
  font-size: 14px;
  font-weight: 400;
  color: #6B4A17;
  text-align: center;
}

.mark .box_cont .r {
  flex: 1;
  font-size: 14px;
  color: #6B4A17;
}

.mark .box_cont .r .items {
  display: flex;
  align-items: center;
}

.mark .box_cont .r .items .two {
  flex: 1;
  height: 13px;
  background: rgba(107, 74, 23, 0.4);
  border-radius: 7px;
  margin-left: 10px;
  position: relative;
}

.mark .box_cont .r .items .two .schedule {
  position: absolute;
  left: 0;
  top: 0;
  height: 13px;
  background: #6B4A17;
  border-radius: 7px;
  z-index: 999;
}

/* 评分结束 */




/* 人物插画 */

.ikon_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 9rem;
  z-index: -1;
}

.go_back {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: 1.16rem;
  height: 0.56rem;
  background: #891116;
  border-radius: 25px;
  font-size: 0.28rem;
  text-align: center;
  line-height: 0.56rem;
  color: #fff;
  z-index: 10;
}

.result_ttl {
  width: 3.2rem;
  height: 1.2rem;
  padding-top: 1.46rem;
  padding-bottom: 0.68rem;
  margin: 0 auto;
}

.result_ttl>img {
  width: 100%;
  height: 100%;
}

.result_cont {
  font-size: 0.28rem;
  color: #3b1f0c;
  padding: 0 0.66rem 0.56rem 0.66rem;
}

.result_cont_ttl {
  color: #3b1f0c;
  font-weight: bold;
  font-size: 0.36rem;
  margin-bottom: 0.06rem;
}

.result_cont:last-child {
  padding: 0 0.66rem 1.66rem 0.66rem;
}

.paragraph {
  font-size: 0.26rem;
  line-height: 0.46rem;
  text-align: justify;
  text-indent: 0.52rem;
}

.info {
  box-sizing: border-box;
  height: 80px;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: rgba(197, 176, 143, 0.18); */
  /* height: 125px; */
  /* padding: 10px 0; */
}

.info>p {
  /* font-size: 0.32rem; */
  /* line-height: 0.46rem; */
  text-align: center;
  font-size: 18px;
  font-family: Source Han Serif CN;
  font-weight: 500;
  /* color: #3b1f0c; */
  color: #000;
  margin: 5px 0;
  line-height: 22px;
  letter-spacing: 1px;
}

.line {
  width: 82%;
  height: 1px;
  margin: 0 auto;
  border-top: 1px dashed #9a3023;
  padding-bottom: 15px;
}

.tbas {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 0.45rem;
  box-sizing: border-box;
}

.tabItem {
  border: 1px solid #a68281;
  border-radius: 31px;
  margin: 5px 0.22rem;
  box-sizing: border-box;
  padding: 2px 3px;
}

.tabItemInner {
  background: #a68281;
  padding: 6px 13px;
  border-radius: 31px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: FZKai-Z03;
  font-weight: 400;
  color: #fefefe;
}

.tabActive {
  background: #891116;
}

.tab_content {
  width: 100%;
  height: auto;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #3b1f0c;
  padding: 0 0.67rem;
  box-sizing: border-box;
  margin-top: 17px;
  line-height: 32px;
  text-align: left;
}

.showMessage {
  padding: 8px 14px;
  border-radius: 5px;
  position: fixed;
  top: 50%;
  left: 50%;
  color: #ffffff;
  z-index: 999;
  transform: translate(-50%, -50%);
  font-size: 12px;
}

.showMessageSuccess {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.showMessageError {
  background-color: #fef0f0;
  border: 1px solid #fde2e2;
  color: #f76c6c;
}

.result {
  min-height: 100%;
  /* padding-bottom: 60px; */
}

.result_main {
  width: 86%;
  /* height: 30%; */
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 40px;
  /* padding: 47px 0 0 0; */
  box-sizing: border-box;
  margin-top: 10px;
}

.result_main_title {
  width: 100%;
  /* font-size: 36px;
    font-family: Source Han Serif CN; */
  /* font-weight: bold; */
  /* color: #891116; */
  /* color: #000; */
  /* text-align: center; */
  /* line-height: 51px; */
  /* margin-bottom: 5px; */
}

.result_inner {
  width: 100%;
  height: 100%;
  padding-top: 50px;
  box-sizing: border-box;
}

.lineImg {
  display: block;
  width: 82%;
  margin: 0 auto;
  margin-bottom: 27px;
}

/* card-info */
.result {
  position: relative;
  overflow-x: hidden;
}

.result_content_wrap {
  width: 100%;
  /* height: 390px; */
  margin-top: 0;
}

.result_content {
  /* display: none; */
  opacity: 0;
  margin: 0 auto;
  width: 3%;
  max-width: 600px;
  height: 200px;
  position: relative;
  margin-top: 14%;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
  background: url("../images/content_bg.png") no-repeat;
  background-size: 100% 100%;
  /* transition: height 2s linear 0s; */
  animation: myfirst 2s linear 1s forwards;
  /* Safari 与 Chrome: */
  -webkit-animation: myfirst 2s linear 1s forwards;
  z-index: 9999;
}

@keyframes myfirst {
  0% {
    opacity: 1;
    width: 3%;
  }

  100% {
    opacity: 1;
    width: 90%;
  }
}

@-webkit-keyframes myfirst

/* Safari 与 Chrome */
  {
  0% {
    opacity: 1;
    width: 3%;
  }

  100% {
    opacity: 1;
    width: 90%;
  }
}

.result_content_inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.result_content_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  height: 100%;
  width: 30px;
  box-shadow: inset 34px 0 23px -28px rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.result_content_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  height: 100%;
  width: 30px;
  box-shadow: inset 34px 0 23px -28px rgba(0, 0, 0, 0.5);
  z-index: 9;
  transform: rotate(180deg);
}

.content_line {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.armshaft {
  display: block;
  width: 22px;
  /* height: 240px; */
  height: 116%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.lower_shaft {
  display: block;
  width: 22px;
  /* height: 240px; */
  height: 116%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
}

.flash {
  display: block;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 18%;
  transform: translate(-50%, -50%);
  z-index: 5;
  animation: flashHide 2s linear 0s forwards;
  /* Safari 与 Chrome: */
  -webkit-animation: flashHide 2s linear 0s forwards;
}

@keyframes flashHide {
  0% {
    height: 100%;
  }

  90% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

@-webkit-keyframes flashHide {
  0% {
    height: 100%;
  }

  90% {
    height: 100%;
  }

  100% {
    height: 0;
  }
}

.big_circle_wrap {
  display: none;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  animation: big_circle_wrap_ani 0.2s linear 0s forwards;
  /* Safari 与 Chrome: */
  -webkit-animation: big_circle_wrap_ani 0.2s linear 0s forwards;
}

.smal_circle_wrap {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0;
  animation: small_circle_wrap_ani 0.2s linear 0.2s forwards;
  /* Safari 与 Chrome: */
  -webkit-animation: small_circle_wrap_ani 0.2s linear 0.2s forwards;
}

@keyframes big_circle_wrap_ani {
  0% {
    width: 30%;
  }

  100% {
    display: block;
    width: 100%;
  }
}

@-webkit-keyframes big_circle_wrap_ani {
  0% {
    width: 30%;
  }

  100% {
    display: block;
    width: 100%;
  }
}

@keyframes small_circle_wrap_ani {
  0% {
    width: 30%;
    display: none;
  }

  50% {
    display: none;
  }

  100% {
    display: block;
    width: 100%;
  }
}

@-webkit-keyframes small_circle_wrap_ani {
  0% {
    width: 30%;
    display: none;
  }

  50% {
    display: none;
  }

  100% {
    display: block;
    width: 100%;
  }
}

.big_circle {
  display: block;
  width: 70%;
  margin: 0 auto;
  animation: revolve 15s linear infinite;
}

.smal_circle {
  display: block;
  width: 53%;
  animation: counterclockwiseRevolve 15s linear infinite;
}

@keyframes revolve {
  from {
    transform: rotateX(0) rotateZ(0);
  }

  to {
    transform: rotateX(0) rotateZ(360deg);
  }
}

@-webkit-keyframes revolve {
  from {
    transform: rotateX(0) rotateZ(0);
  }

  to {
    transform: rotateX(0) rotateZ(360deg);
  }
}

@keyframes counterclockwiseRevolve {
  from {
    transform: rotateX(0) rotateZ(360deg);
  }

  to {
    transform: rotateX(0) rotateZ(0deg);
  }
}

@-webkit-keyframes counterclockwiseRevolve {
  from {
    transform: rotateX(0) rotateZ(360deg);
  }

  to {
    transform: rotateX(0) rotateZ(0deg);
  }
}

.result_main_title {
  padding: 5px 0;
  box-sizing: border-box;
}

.title1,
.title2 {
  display: block;
  width: 60%;
  margin: 0 auto;
}

#info_one,
#info_two {
  padding: 0;
}

.water_wave {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.result_img_wrap {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.result_img {
  display: block;
  width: auto;
  height: 168px;
  margin: 0 auto;
  /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); */
}

.result_content_ul {
  width: 83%;
  height: auto;
  padding: 20px 0;
  background: rgb(253, 252, 251, 0.8);
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  z-index: 5;
  animation: animation_content_ul 3s linear 2s forwards;
  /* Safari 与 Chrome: */
  -webkit-animation: animation_content_ul 3s linear 2s forwards;
  opacity: 0;
}

@keyframes animation_content_ul {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animation_content_ul {

  /* Safari 与 Chrome */
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.result_content_li {
  width: 82%;
  text-align: left;
  font-size: 14px;
  font-family: Source Han Serif CN;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  letter-spacing: 1px;
  position: relative;
  padding-left: 16px;
  margin: 0 auto;
  box-sizing: border-box;
}

.result_content_li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #891116;
  position: absolute;
  left: 0;
  top: 10px;
  /* transform: translateY(-50%); */
}

.inner_bottom_bg {
  display: block;
  width: 83%;
  /* height: 214px; */
  margin: 0 auto;
}

.bottom_text {
  width: 83%;
  /* height: 100%; */
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  flex-direction: column;
  background: url("../images/bottom_bg.gif") no-repeat;
  background-size: 100% 100%;
  padding: 5px 0;
  animation: bottom_text_ani 3s linear 2s forwards;
  /* Safari 与 Chrome: */
  -webkit-animation: bottom_text_ani 3s linear 2s forwards;
  opacity: 0;
}

.bottom_text p {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #7b6243;
  line-height: 35px;
  text-align: center;
  padding-left: 9px;
  box-sizing: border-box;
  font-weight: 600;
}

@keyframes bottom_text_ani {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bottom_text_ani

/* Safari 与 Chrome */
  {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.bottom {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /* margin-top: ; */
}

/* 媒体查询 */

@media screen and (max-width: 375px) {
  .flash {
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 22%;
    transform: translate(-50%, -50%);
    z-index: 5;
    animation: flashHide 2s linear 0s forwards;
    /* Safari 与 Chrome: */
    -webkit-animation: flashHide 2s linear 0s forwards;
  }

  @keyframes flashHide {
    0% {
      height: 100%;
    }

    90% {
      height: 100%;
    }

    100% {
      height: 0;
    }
  }

  @-webkit-keyframes flashHide {
    0% {
      height: 100%;
    }

    90% {
      height: 100%;
    }

    100% {
      height: 0;
    }
  }

  .result_content_wrap {
    width: 100%;
    /* height: 325px; */
    margin-top: 0;
  }

  .result_content_li {
    width: 82%;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    position: relative;
    padding-left: 16px;
    margin: 0 auto;
  }

  .result_content_li::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #891116;
    position: absolute;
    left: 0;
    top: 7px;
    /* transform: translateY(-50%); */
  }

  .bottom_text p {
    font-size: 16px;
  }

  .result_content {
    /* top: 48.5%; */
    /* display: none; */
    /* opacity: 0; */
    /* width: 3%; */
    /* height: 214px; */
    /* height: 180px;
    position: relative;
    left: 50%; */
    /* top: 56.5%; */
    /* transform: translate(-50%, -50%);
    background: url("../images/content_bg.png") no-repeat;
    background-size: 100% 100%;
    animation: myfirst 2s linear 1s forwards; */
    /* Safari 与 Chrome: */
    /* -webkit-animation: myfirst 2s linear 1s forwards; */
  }

  @keyframes myfirst {
    0% {
      opacity: 1;
      width: 3%;
    }

    100% {
      opacity: 1;
      width: 90%;
    }
  }

  @-webkit-keyframes myfirst

  /* Safari 与 Chrome */
    {
    0% {
      opacity: 1;
      width: 3%;
    }

    100% {
      opacity: 1;
      width: 90%;
    }
  }

  .big_circle_wrap {
    display: none;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    animation: big_circle_wrap_ani 0.2s linear 0s forwards;
    /* Safari 与 Chrome: */
    -webkit-animation: big_circle_wrap_ani 0.2s linear 0s forwards;
  }

  .smal_circle_wrap {
    height: 100%;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    animation: small_circle_wrap_ani 0.2s linear 0.2s forwards;
    /* Safari 与 Chrome: */
    -webkit-animation: small_circle_wrap_ani 0.2s linear 0.2s forwards;
  }

  @keyframes big_circle_wrap_ani {
    0% {
      width: 30%;
    }

    100% {
      display: block;
      width: 100%;
    }
  }

  @-webkit-keyframes big_circle_wrap_ani {
    0% {
      width: 30%;
    }

    100% {
      display: block;
      width: 100%;
    }
  }

  @keyframes small_circle_wrap_ani {
    0% {
      width: 30%;
      display: none;
    }

    50% {
      display: none;
    }

    100% {
      display: block;
      width: 100%;
    }
  }

  @-webkit-keyframes small_circle_wrap_ani {
    0% {
      width: 30%;
      display: none;
    }


    50% {
      display: none;
    }

    100% {
      display: block;
      width: 100%;
    }
  }

  .big_circle {
    display: block;
    width: 70%;
    margin: 0 auto;
    animation: revolve 15s linear infinite;
  }

  .smal_circle {
    display: block;
    width: 53%;
    animation: counterclockwiseRevolve 15s linear infinite;
  }

  @keyframes revolve {
    from {
      transform: rotateX(0) rotateZ(0);
    }

    to {
      transform: rotateX(0) rotateZ(360deg);
    }
  }

  @-webkit-keyframes revolve {
    from {
      transform: rotateX(0) rotateZ(0);
    }

    to {
      transform: rotateX(0) rotateZ(360deg);
    }
  }

  @keyframes counterclockwiseRevolve {
    from {
      transform: rotateX(0) rotateZ(360deg);
    }

    to {
      transform: rotateX(0) rotateZ(0deg);
    }
  }

  @-webkit-keyframes counterclockwiseRevolve {
    from {
      transform: rotateX(0) rotateZ(360deg);
    }

    to {
      transform: rotateX(0) rotateZ(0deg);
    }
  }
}

@media screen and (min-width: 414px) {
  .tabItem {
    margin: 5px 0.22rem;
  }
}

@media screen and (min-width: 375px) {
  .box {
    height: auto;
  }

  .transcript {
    padding-bottom: 0.98rem;
  }
}