* {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑';
}

ul,
li {
  list-style: none;
}

html,
body {
  background-color: #f6f6f6;
}

.BigPictureBox {
  min-height: 95vh;
  height: 100%;
  max-width: 540px;
  margin: 0 auto;
  overflow: hidden;
}

.headImage>img {
  width: 100%;
}

.headTitle {
  height: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
}

.headTitleA1 {
  color: #999;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}

.headBox {
  border-bottom: 1px solid #f6f6f6;
  background-color: white;
  margin-bottom: 10px;
}

.headTitleBox {
  padding: 0px 10px 30px 10px;
}

.MiddleConBox {
  width: 100%;
  min-height: 100px;
  background-color: white;
  padding-top: 30px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 10px;
}

.MiddleConTitle {
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: bold;
  position: relative;
}

.MiddleConTitle::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  width: 40px;
  height: 3px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  border-radius: 50px;
  background: #ddd;
}

.MiddleConPart {
  width: 96%;
  margin: auto;
}

.MiddleConPart>li {
  font-size: 16px;
  padding: 5px 0px;

}

.md-ckwx{
  font-style: italic;
  line-height: 2;
  color: #808080;
}

.MbtiPrompt {
  width: 100%;
  min-height: 50px;
  background-color: white;
  padding-top: 20px;
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 10px;
}

.MbtiPromptCon {
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}

.MbtiConBtn {
  padding-top: 20px;
  padding-bottom: 30px;
}

.MbtiBtn {
  width: 30%;
  height: 40px;
  background-color: rgb(0, 4, 235);
  color: white;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  margin: auto;
}

.MbtiTest {
  background-color: white;
}

.MbtiTestBox {
  width: 90%;
  min-height: 300px;
  margin: auto;
  margin-top: 15px;
}

.MbtiTestTitle {
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  margin-bottom: 30px;
}

.MbtiTestDataDiv {
  border: 2px solid rgb(182, 220, 254);
  height: 55px;
  width: 100%;
  margin-bottom: 30px;
  border-radius: 2px;
  position: relative;
  font-size: 16px;
  padding: 0px 20px;
  box-sizing: border-box;
  line-height: 55px;
  /*text-align: center;*/
  cursor: pointer;
}

.MbtiTestDataA {
  position: absolute;
  top: -12px;
  background-color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  color: rgb(0, 153, 244);
  font-size: 18px;
}

.MbtiTestDataDiv2 {
  background-color: rgb(0, 153, 244);
  color: white;
}


/* 报告页面 */

.MbtiReportImg {
  width: 100%;
  height: 250px;
}

.MbtiReportImg>img {
  width: 200px;
  height: 250px;
  display: block;
  margin: auto;
}

.head {
  width: 90%;
  margin: auto;
  min-height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.headTop {
  text-align: left;
}

.head1 {
  width: 90%;
  margin: auto;
  min-height: 40px;
  font-size: 16px;
  margin-bottom: 30px;
}

.headTop1 {
  text-align: left;
  font-size: 18px;
  line-height: 40px;
}

#allTitle1 {
  color: black;
}

.OutComeContent {
  box-shadow: 0px 0px 5px 0px #eee;
  width: 90%;
  margin: auto;
  margin-top: 10px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 5px;
}

.BriefIntroduction {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.BriefIntroductionLeft {
  width: 5px;
  min-height: 20px;
  background-color: aqua;
  margin-right: 5px;
  border-radius: 5px;
}

.contentBOX {
  width: 95%;
  min-height: 100px;
  margin: auto;
}

.content {
  width: 100%;
  min-height: 20px;
  font-size: 16px;
  color: black;
}

.content>span {
  padding: 10px 0px;
  display: block;
  line-height: 2;
}
.ADiv{
  height: 50px;
  background: rgb(0,147,226);
  border-radius: 5px;
  color: white;
  width: 80%;
  line-height: 50px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}
.ADiv::before{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid yellow;
  transition: all .5s;
  border-radius: 5px;
  animation: clippath 3s infinite linear;
}
.ADiv::after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid yellow;
  transition: all .5s;
  border-radius: 5px;
  animation: clippath 3s infinite linear;
}
.ADiv::after{
  animation: clippath 5s infinite -1.5s linear;
}
@keyframes clippath {
  0%, 100% { clip-path: inset(0 0 98% 0); }
  25% { clip-path: inset(0 98% 0 0); }
  50% { clip-path: inset(98% 0 0 0); }
  75% { clip-path: inset(0 0 0 98%); }
}
/*BDiv*/
.BDiv{
  height: 50px;
  background: rgb(0,147,226);
  border-radius: 5px;
  color: white;
  width: 80%;
  line-height: 50px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
}
.BDiv::before{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid orangered;
  transition: all .5s;
  border-radius: 5px;
  animation: clippath 3s infinite linear;
}
.BDiv::after{
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border: 2px solid orangered;
  transition: all .5s;
  border-radius: 5px;
  animation: clippath 3s infinite linear;
}
.BDiv::after{
  animation: clippath 5s infinite -1.5s linear;
}
@keyframes clippath {
  0%, 100% { clip-path: inset(0 0 98% 0); }
  25% { clip-path: inset(0 98% 0 0); }
  50% { clip-path: inset(98% 0 0 0); }
  75% { clip-path: inset(0 0 0 98%); }
}

.mbtiBox2{
  padding: 10px;
  box-sizing: border-box;
  background-color: white;
  margin: auto;
}
.mbtiBox2C{
  margin: 10px 0px;
  font-size: 16px;
  line-height: 2;
}
.mbtiImage>img{
  width: 100%;
  position: relative;
}
/*二维码*/
#qrcode{
  width: 150px;
  margin: auto;
}
.qrcodeTitle{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 30vh;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 80%;
  padding-bottom: 10px;
  margin: auto;
  max-width: 540px;
  left: 50%;
  transform: translate(-50%);
}

.footer>button {
  width: 90%;
  height: 50px;
  margin: auto;
  text-align: center;
  border-radius: 10px;
  background: #4097F4;
  font-size: 18px;
  color: white;
  letter-spacing: 1rem;

  -webkit-animation: scale-8b33b292 3s infinite;
  animation: scale-8b33b292 3s infinite;
  display: block;
}
@keyframes scale-8b33b292 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.MiddleConPart>:first-child{
  text-align: center;
}


/*2025-09-16   新样式*/
.md-blockquote{
  padding: 12px;
  border-left: 4px solid #6e6e73;
  background-color: rgb(243, 242, 239);
  border-radius: 4px;
  letter-spacing: .00625em;
  text-align: justify;
  line-height: 1.618em;
  color: #333333;
  font-size: 14px!important;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 16px;
  opacity: .9;
}
.md-p{
  text-align: justify;
  font-style: italic;
}

.md-h2{
  border-bottom:1px solid #e5e7eb;
  padding-bottom:8px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
}

.md-li>strong{
  font-size: 14px;
}
.md-li{
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 2;
}
.zy_zt{
  line-height: 2;
}
.zy_zt>img{
  width: 100%;

}
.md-li>img{
  width: 100%;
}
.md_divsrhms{
  line-height: 2;

}
.md_lih2{
  margin-top: 15px;
  font-weight: bold;
}
.footerImage{
  width: 100%;
  height: 150px;
}
.md_blue{
  color: #4097F4;
  font-size: 16px;
}
.imgEwm>img{
  width: 100%;

}
#footBottom{
  /*margin-bottom: 70px;*/
}
.progress-container {
  width: 90%;
  height: 30px;
  background-color: #f0f0f0;
  border-radius: 15px;
  margin: 10px 0;
  overflow: hidden;
  margin: auto;
}
#progress-bar {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #4facfe 0%, #00f2fe 100%);
  transition: width 0.3s ease;
  text-align: center;
  line-height: 30px;
  color: white;
  font-weight: bold;
}
.prevBtn{
  width: 100px;
  height: 40px;
  background-color: #4097F4;
  border: none;
  border-radius: 5px;
  color: white;
  font-size: 16px;
}