body {
  background: #ff9100;
}
#preload {
  background-image: url("https://test-image.medtrib.cn/image/post/picture/5/f5774ef8-b377-4451-8351-e70d54ddd793.jpg");
}
.topBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
img {
  display: none;
}
.imgShow {
  display: block;
}
@-webkit-keyframes bounce-up {
  25% {
    -webkit-transform: translateY(10px);
  }
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(-10px);
  }
}
@keyframes bounce-up {
  25% {
    transform: translateY(10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-10px);
  }
}
.animate-bounce-up {
  width: 100px;
  height: 100px;
  margin: 100px auto;
  -webkit-animation: bounce-up 1.4s linear infinite;
  animation: bounce-up 1.4s linear infinite;
}
.propaganda {
  /* position: relative; */
  height: 2.93rem;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.propaganda .topBg {
  width: 100%;
}
.propaganda .questions {
  position: absolute;
  width: 1.78rem;
  height: 1.78rem;
  top: 1.65rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.propaganda .questionsTray {
  position: absolute;
  width: 1.8rem;
  height: 0.13rem;
  top: 3.26rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.propaganda .jumpButtons {
  position: absolute;
  width: 3.41rem;
  height: 0.5rem;
  top: 2.19rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.propaganda .jumpButtons img {
  width: 1.64rem;
  height: 0.5rem;
}
.questionsAnswers {
  font-size: 0.16rem;
  box-sizing: border-box;
  padding-bottom: 0.86rem;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 2.93rem;
  width: 100%;
}
.questionsAnswers .content {
  background: #fff;
  width: 3.51rem;
  margin: 0 auto;
  border-radius: 0.06rem;
}
.questionsAnswers .content .title {
  position: relative;
  height: 0.51rem;
  background: #fff;
  border-radius: 0.06rem 0.06rem 0 0;
}
.questionsAnswers .content .title .titleIMG {
  height: 0.42rem;
  width: 2.24rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.questionsAnswers .content .displacement::-webkit-scrollbar {
  display: none;
}
.questionsAnswers .content .displacement {
  display: none;
  background: #fff;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.questionsAnswers .content .tabsBox::-webkit-scrollbar {
  display: none;
}
.questionsAnswers .content .tabsBox {
  background: #fff;
  overflow-x: auto;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
.questionsAnswers .content .displacement .tabs,
.questionsAnswers .content .tabsBox .tabs {
  height: 0.49rem;
  width: 100%;
  display: flex;
  align-items: center;
}
.questionsAnswers .content .displacement .tabs .tabItem,
.questionsAnswers .content .tabsBox .tabs .tabItem {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -webkit-ms-shrink: 0;
  -webkit-moz-shrink: 0;
  height: 0.15rem;
  display: flex;
  align-items: center;
}
.questionsAnswers .content .displacement .tabs .tabItem .interval,
.questionsAnswers .content .tabsBox .tabs .tabItem .interval {
  width: 0.01rem;
  height: 0.13rem;
  background: #d8d8d8;
}
.questionsAnswers .content .displacement .tabs .tabItem .text,
.questionsAnswers .content .tabsBox .tabs .tabItem .text {
  position: relative;
}
.questionsAnswers .content .displacement .tabs .tabItem .text span,
.questionsAnswers .content .tabsBox .tabs .tabItem .text span {
  box-sizing: border-box;
  padding: 0 0.14rem;
  font-size: 0.15rem;
  color: #252323;
  font-weight: bold;
}
.questionsAnswers .content .displacement .tabs .tabItem .text .slider,
.questionsAnswers .content .tabsBox .tabs .tabItem .text .slider {
  height: 0.03rem;
  width: 0.32rem;
  background: #41A09A;
  display: none;
  border-radius: 0.02rem;
  position: absolute;
  bottom: -0.12rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.questionsAnswers .content .displacement .tabs .selectTabItem,
.questionsAnswers .content .tabsBox .tabs .selectTabItem {
  height: 0.17rem !important;
}
.questionsAnswers .content .displacement .tabs .selectTabItem .text span,
.questionsAnswers .content .tabsBox .tabs .selectTabItem .text span {
  font-size: 0.16rem !important;
  color: #41A09A !important;
}
.questionsAnswers .content .displacement .tabs .selectTabItem .text .slider,
.questionsAnswers .content .tabsBox .tabs .selectTabItem .text .slider {
  display: block !important;
}
.questionsAnswers .content .list .listItem {
  width: 100%;
  box-sizing: border-box;
  padding: 0.2rem 0 0.2rem 0.16rem;
  border-top: 0.01rem solid #f7f7f7;
  overflow: hidden;
}
.questionsAnswers .content .list .listItem .problem {
  color: #2E2927;
  font-size: 0.17rem;
  font-weight: bold;
  line-height: 0.24rem;
  box-sizing: border-box;
  padding-right: 0.16rem;
}
.questionsAnswers .content .list .listItem .user {
  margin-top: 0.1rem;
  display: flex;
  align-items: center;
}
.questionsAnswers .content .list .listItem .user .imgBox {
  width: 0.2941rem;
  height: 0.2952rem;
  border-radius: 50%;
}
.questionsAnswers .content .list .listItem .user .imgBox img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.questionsAnswers .content .list .listItem .user .userName {
  margin-left: 0.09rem;
  font-size: 0.13rem;
  color: #9B9B9B;
}
.questionsAnswers .content .list .listItem .answer {
  display: flex;
  align-items: center;
  position: relative;
}
.questionsAnswers .content .list .listItem .answer_text {
  width: 2.47rem;
  height: 0.78rem;
  background: #F7F7F7;
  border-radius: 0.06rem;
  box-sizing: border-box;
  padding: 0.08rem 0.11rem;
}
.questionsAnswers .content .list .listItem .answer_text_box {
  color: #453E3B;
  font-size: 0.15rem;
  line-height: 0.21rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.questionsAnswers .content .list .listItem .answer_button {
  width: 0.88rem;
}
.questionsAnswers .content .list .listItem .answer_button img {
  width: 100%;
}
.bottomButton {
  width: 100%;
  height: 0.64rem;
  background: #FFFFFF;
  opacity: 0.95;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.buttonBox {
  position: fixed;
  bottom: 0.1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3.41rem;
  height: 0.44rem;
  background: #41A09A;
  border-radius: 0.22rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.buttonBox .button {
  font-size: 0.16rem;
  color: #fff;
}
