﻿.recomment[data-v-1c8fe569] {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}
.recomment .header_recomment[data-v-1c8fe569] {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.recomment .header_recomment .title[data-v-1c8fe569] {
  position: relative;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 1.125rem;
}
.recomment .header_recomment .title[data-v-1c8fe569]::after {
  position: absolute;
  content: "";
  left: 0rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  transform: translateY(-50%);
  background-color: #7072ff;
}
.recomment .header_recomment .button_more[data-v-1c8fe569] {
  display: flex;
  align-items: center;
  color: #a5a5a5;
  font-size: 0.75rem;
  cursor: pointer;
}
.recomment .recommend-scroll[data-v-1c8fe569] {
  position: relative;
  padding-bottom: 1rem;
  overflow: hidden;
}
.recomment .recommend-scroll .recommend[data-v-1c8fe569] {
  width: 100%;
  display: flex;
}
.recomment .recommend-scroll .recommend .re-item[data-v-1c8fe569] {
  margin: 0 0.31rem;
  border-radius: 0.43rem;
}
.recomment .recommend-scroll .recommend .re-item .cover_container[data-v-1c8fe569] {
  position: relative;
  width: 6.25rem;
}
.recomment .recommend-scroll .recommend .re-item .cover_container .cover[data-v-1c8fe569] {
  position: relative;
  width: 6.25rem;
  height: 5rem;
  display: block;
  border-radius: 0.375rem;
  overflow: hidden;
}
.recomment .recommend-scroll .recommend .re-item .cover_container .title[data-v-1c8fe569] {
  position: relative;
  width: 100%;
  margin-top: 0.625rem;
  color: #666666;
  font-size: 0.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: box;
  white-space: nowrap;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@-webkit-keyframes gotest {
0% {
    transform: scale(0.9);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(0.9);
}
}
@keyframes gotest {
0% {
    transform: scale(0.9);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(0.9);
}
}
.test-index-default2 {
  background-color: #3F287A;
  padding-bottom: 5.5rem;
}
.test-index-default2 .ql-editor {
  margin: 0!important;
}
.test-index-default2 .ql-editor p {
  margin: 0!important;
}
.test-index-default2 .red {
  color: #fd7a3c;
}
.test-index-default2 .header {
  background-color: #3F287A;
  text-align: center;
  position: relative;
}
.test-index-default2 .header.intro-hide {
  height: auto;
  background-color: #03121F;
}
.test-index-default2 .header.intro-hide .banner {
  height: auto;
  display: block;
}
.test-index-default2 .header.intro-hide .test {
  display: none;
}
.test-index-default2 .header .banner {
  display: block;
  width: 100%;
}
.test-index-default2 .header .test {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 2rem);
  background-color: #FFFFFF;
  border-radius: 0.3125rem;
  padding: 1.25rem 0;
}
.test-index-default2 .header .test .title {
  color: #2c0b43;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.test-index-default2 .header .test .subject {
  color: #999999;
  font-size: 0.81rem;
  margin-bottom: 0.5rem;
}
.test-index-default2 .header .test .target {
  display: flex;
  justify-content: space-between;
  padding: 0 1.25rem;
  color: #999999;
  font-size: 0.81rem;
}
.test-index-default2 .header .test .pay-message {
  color: #C8C8C8;
  font-size: 0.81rem;
  margin-top: 0.5rem;
}
.test-index-default2 .begin-btn {
  position: fixed;
  width: 100%;
  max-width: 750px;
  bottom: 0;
  text-align: center;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0.8rem 1rem 2rem;
}
.test-index-default2 .begin-btn .click-btn {
  position: relative;
  width: 100%;
  line-height: 3rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #7072ff;
}
.animation_gotest {
  -webkit-animation: gotest 1.1s infinite;
          animation: gotest 1.1s infinite;
}

.disease {
  background-color: #e5f6f9;
}
.disease #center_btn {
  background-color: #EA111C;
  color: white;
  width: 21rem;
  line-height: 3rem;
  position: absolute;
  top: 21.8rem;
  left: calc(50% - 10.5rem);
  text-align: center;
  border-radius: 2rem;
}
.disease .ql-editor p {
  display: inline-block;
  margin: 0;
}
.disease .begin-btn {
  position: fixed;
  width: 100%;
  max-width: 750px;
  bottom: 0;
  text-align: center;
  background: #FF5E5E;
  box-sizing: border-box;
}
.disease .begin-btn .click-btn {
  position: relative;
  width: 100%;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #FF5E5E;
  font-family: inherit;
}
.disease .begin-btn .click-btn > div {
  -webkit-animation: breathing 1.5s infinite;
          animation: breathing 1.5s infinite;
}
.disease .keep_on_record {
  color: rgba(34, 34, 34, 0.5) !important;
}
@-webkit-keyframes breathing {
0% {
    scale: 1;
}
50% {
    scale: 0.8;
}
100% {
    scale: 1;
}
}
@keyframes breathing {
0% {
    scale: 1;
}
50% {
    scale: 0.8;
}
100% {
    scale: 1;
}
}

.disease {
  background-color: #e5f6f9;
}
.disease #center_btn {
  background-color: #E91138;
  color: white;
  width: 21rem;
  line-height: 3rem;
  position: absolute;
  left: calc(50% - 10.5rem);
  text-align: center;
  border-radius: 2rem;
}
.disease .ql-editor p {
  display: inline-block;
  margin: 0;
}
.disease .begin-btn {
  position: fixed;
  width: 100%;
  max-width: 750px;
  bottom: 0;
  text-align: center;
  background: #FF5E5E;
  box-sizing: border-box;
}
.disease .begin-btn .click-btn {
  position: relative;
  width: 100%;
  line-height: 4rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #FF5E5E;
  font-family: inherit;
}
.disease .begin-btn .click-btn > div {
  -webkit-animation: breathing 1.5s infinite;
          animation: breathing 1.5s infinite;
}
.disease .keep_on_record {
  color: rgba(34, 34, 34, 0.5) !important;
}
@-webkit-keyframes breathing {
0% {
    scale: 1;
}
50% {
    scale: 0.8;
}
100% {
    scale: 1;
}
}
@keyframes breathing {
0% {
    scale: 1;
}
50% {
    scale: 0.8;
}
100% {
    scale: 1;
}
}

@-webkit-keyframes gotest {
0% {
    transform: scale(0.9);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(0.9);
}
}
@keyframes gotest {
0% {
    transform: scale(0.9);
}
50% {
    transform: scale(1);
}
100% {
    transform: scale(0.9);
}
}
.test-index-default2 {
  background-color: #e5f6f9;
  padding-bottom: 5.5rem;
}
.test-index-default2 .ql-editor {
  margin: 0!important;
}
.test-index-default2 .ql-editor p {
  margin: 0!important;
}
.test-index-default2 .red {
  color: #fd7a3c;
}
.test-index-default2 .header {
  background-color: #3F287A;
  text-align: center;
  position: relative;
}
.test-index-default2 .header.intro-hide {
  height: auto;
  background-color: #03121F;
}
.test-index-default2 .header.intro-hide .banner {
  height: auto;
  display: block;
}
.test-index-default2 .header.intro-hide .test {
  display: none;
}
.test-index-default2 .header .banner {
  display: block;
  width: 100%;
}
.test-index-default2 .header .header_bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 1.75rem 1.968rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  color: #a6a6a6;
}
.test-index-default2 .header .header_bottom .button_go {
  position: relative;
  width: 100%;
  height: 3.9375rem;
  background-image: url(../images/sds_button.f39fbda8.png);
  background-size: 100% 100%;
}
.test-index-default2 .detail {
  position: relative;
}
.test-index-default2 .detail .button_go {
  position: absolute;
  top: 18.125rem;
  left: 50%;
  width: 19.5rem;
  height: 3.9375rem;
  margin-left: -9.75rem;
  background-image: url(../images/sds_button_2.06ac6d6f.png);
  background-size: 100% 100%;
}
.test-index-default2 .detail .banner {
  display: block;
  width: 100%;
}
.test-index-default2 .begin-btn {
  position: fixed;
  width: 100%;
  max-width: 750px;
  bottom: 0;
  text-align: center;
  background: #fafafa;
  box-sizing: border-box;
  padding: 0.8rem 1rem 2rem;
}
.test-index-default2 .begin-btn .click-btn {
  position: relative;
  width: 100%;
  line-height: 3rem;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  background: #2BBDCF;
}
.test-index-default2 .keep_on_record {
  color: rgba(34, 34, 34, 0.5) !important;
}
.animation_gotest {
  -webkit-animation: gotest 1.1s infinite;
          animation: gotest 1.1s infinite;
}

.container[data-v-5fa335b1] {
  background-color: #e5f6f9;
  position: relative;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  min-height: 100vh;
}
.container .ql-editor p[data-v-5fa335b1] {
  display: inline-block;
  margin: 0;
}
.container .begin-btn[data-v-5fa335b1] {
  position: fixed;
  z-index: 2;
  bottom: 3.8rem;
  left: 50%;
  width: 20rem;
  transform: translateX(-50%);
  transform-origin: left;
  margin: 0 auto;
  text-align: center;
  background: red;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  box-sizing: border-box;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 60px;
  -webkit-animation: breathing-data-v-5fa335b1 2.5s infinite;
          animation: breathing-data-v-5fa335b1 2.5s infinite;
}
.container .keep_on_record[data-v-5fa335b1] {
  color: rgba(34, 34, 34, 0.5) !important;
}
@-webkit-keyframes breathing-data-v-5fa335b1 {
0% {
    scale: 1.1;
}
50% {
    scale: 1;
}
100% {
    scale: 1.1;
}
}
@keyframes breathing-data-v-5fa335b1 {
0% {
    scale: 1.1;
}
50% {
    scale: 1;
}
100% {
    scale: 1.1;
}
}

.guide .main .ql-editor {
  padding: 0;
}
.guide .main .ql-editor p {
  margin: 0;
}
.guide .main .ql-editor img {
  max-width: 100% !important;
}
.guide .keep_on_record {
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
  line-height: 1.2rem;
  padding: 0.4rem 0.6rem;
}

