html {
  font-size: 15.625vw;
  height: 100%;
}

body {
  margin: 0 auto;
  font-size: 14px;
  height: 100%;
}

.home-body {
  background-image: url("./../img/bg.jpg");
  background-size: cover;
}

.swiper-container {
  height: 100%;
}

.swiper-container,
.swiper-slide {
  position: relative;
}

.swiper-slide .logo-img {
  height: 42px;
  margin-left: 42px;
  margin-top: 29px;
}

.swiper-slide .title-main {
  font-size: 46px;
  margin: 25px 0 24px 0;
}

.swiper-slide .title-sub {
  font-size: 26px;
  margin-bottom: 51px;
}

.swiper-slide .banner-center {
  text-align: center;
}

.swiper-slide .banner-center .banner-img {
  width: 245px;
}

.swiper-slide .search-container {
  padding: 19px 22px 0;
}

.swiper-slide .search-container .input {
  width: 100%;
  height: 35px;
  border-radius: 8px;
  background: #fff;
  padding-left: 10px;
  line-height: 35px;
  font-size: 15px;
  color: #828282;
}

.swiper-slide .search-container .tip-text {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin: 19px 0;
}

.swiper-slide .question-container {
  height: 100%;
  background: #fff;
}

.swiper-slide .question-container .tab-container {
  display: flex;
  flex-direction: row;
  height: 40px;
  line-height: 40px;
  padding-left: 27px;
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  color: #666666;
}

.swiper-slide .question-container .tab-container .tab-item {
  margin-right: 20px;
}

.swiper-slide .question-container .tab-container .tab-active {
  font-weight: bold;
  font-size: 17px;
  color: #2e8bf3;
}

.swiper-slide .question-container .question-active {
  display: block;
}

.swiper-slide .question-container .question-list {
  padding: 0 30px;
  color: #171a1d;
  font-size: 15px;
  padding-bottom: 25px;
  height: 100%;
  overflow-y: auto;
  display: hidden;
  max-height: calc(100vh - 175px);
}

.swiper-slide .question-container .question-list .question-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.swiper-slide .back-icon {
  width: 15px;
  margin: 20px 0 0 20px;
}

.swiper-slide .question-detail {
  color: #fff;
  font-size: 16px;
  padding: 30px;
}

.swiper-slide .question-detail .detail-title {
  font-size: 24px;
  margin-bottom: 50px;
  text-shadow: 3px 3px 3px #000;
}

.swiper-slide .question-detail .detail-content {
  font-size: 18px;
  line-height: 30px;
  height: calc(100vh - 300px);
  overflow-y: auto;
}

.swiper-slide .last-container {
  height: 100%;
  padding: 85px 35px 51px;
  box-sizing: border-box;
  text-align: center;
}

.swiper-slide .last-container .warm-tip {
  width: 175px;
  margin-bottom: 75px;
}

.swiper-slide .last-container .text-tip {
  font-size: 18px;
  color: #fff;
}

.swiper-slide .last-container .tip-text {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
}

.swiper-slide .last-container .erweima {
  width: 98px;
  margin-bottom: 10px;
  margin-top: 25px;
}

.swiper-slide .last-container .logo {
  width: 124px;
  display: block;
  position: absolute;
  bottom: 51px;
  left: 50%;
  transform: translateX(-62px);
}

.arrow-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-14px);
  z-index: 150;
  pointer-events: none;
}

.arrow-bottom img {
  width: 28px;
}

.flower {
  position: absolute;
  width: 3.6rem;
  height: 4.4rem;
  left: 0;
  top: 0;
}

.bg {
  position: absolute;
  width: 100%;
  height: 4rem;
  top: 50%;
  left: 0;
  margin-top: -2rem;
}

.s1 {
  position: absolute;
  width: 1.27rem;
  height: 2.5rem;
  right: 0.6rem;
  top: 50%;
  margin-top: -1.25rem;
}

.s2 {
  position: absolute;
  width: 2rem;
  height: 2.4rem;
  left: 0.6rem;
  top: 50%;
  margin-top: -1.2rem;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

body {
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-origin: content-box;
  filter: none;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-wrapper {
  width: 100%;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
  height: 486px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-user-select: none;
}

.swiper-container .swiper-wrapper .swiper-slide .title-b {
  font-size: 24px;
  color: #030000;
  text-align: center;
  margin-bottom: 30px;
}

.swiper-container .swiper-wrapper .swiper-slide .tip {
  width: 100%;
  height: 100%;
  writing-mode: horizontal-tb;
  text-align: left;
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  padding: 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px;
  z-index: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  animation: 1s ease 0.2s 1 normal both running zoomIn;
  display: flex;
  height: 40px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 15px;
}

.swiper-container .swiper-wrapper .swiper-slide .tip .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #007aff;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-container .swiper-wrapper .swiper-slide .tip .msg {
  flex: 1;
  margin-left: 15px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-container .swiper-wrapper .swiper-slide .p15 {
  padding: 0 15px;
}

.swiper-container .swiper-wrapper .swiper-slide .title-bold {
  padding: 5px;
  font-size: 36px;
  writing-mode: horizontal-tb;
  min-height: inherit;
  letter-spacing: 0em;
  font-weight: bold;
  color: white;
  font-size: 36px;
  text-align: center;
}

.swiper-container .swiper-wrapper .swiper-slide .img-jh {
  display: flex;
  /* flex-wrap: wrap; */
  width: 100%;
  justify-content: space-around;
  margin-top: 160px;
}

.swiper-container .swiper-wrapper .swiper-slide .img-jh .i-l {
  width: 17px;
  height: 146.5px;
  margin-top: 120px;
}

.swiper-container .swiper-wrapper .swiper-slide .img-jh .i-c {
  display: block;
  width: 205px;
  height: 285.5px;
  margin-left: 0px;
  margin-top: 0px;
}

.swiper-container .swiper-wrapper .swiper-slide .img-jh .i-r {
  width: 29px;
  height: 190px;
  margin-top: 90px;
}

.swiper-container .swiper-wrapper .swiper-slide .f-img {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: space-around;
}

.swiper-container .swiper-wrapper .swiper-slide .f-img img {
  width: 74.5px;
  height: 25px;
}

.swiper-container .swiper-wrapper .swiper-slide .title {
  margin-top: 20px;
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #0d0000;
  font-weight: bold;
  animation: 1s ease 0.2s 1 normal both running zoomIn;
}

.swiper-container .swiper-wrapper .swiper-slide .text {
  padding: 5px;
  color: #070000;
  font-size: 14px;
  line-height: 1.5;
}

@-webkit-keyframes start {
  0%,
  30% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(-8px);
  }
}

@-moz-keyframes start {
  0%,
  30% {
    opacity: 0;
    -moz-transform: translateY(10px);
  }
  60% {
    opacity: 1;
    -moz-transform: translate(0);
  }
  to {
    opacity: 0;
    -moz-transform: translateY(-8px);
  }
}

@keyframes start {
  0%,
  30% {
    opacity: 0;
    transform: translateY(10px);
  }
  60% {
    opacity: 1;
    transform: translate(0);
  }
  to {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.u-arrow-bottom {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 150;
  width: 24px;
  height: 14px;
  margin-left: -7px;
  pointer-events: none;
}

.pre-wrap-bottom {
  width: 24px;
  height: 14px;
  position: relative;
  -webkit-animation: start 1.5s ease-in-out infinite;
  -moz-animation: start 1.5s infinite ease-in-out;
  animation: start 1.5s ease-in-out infinite;
}

.pre-box1,
.pre-box2 {
  height: 15px;
  width: 11px;
  position: absolute;
  top: -5px;
  overflow: hidden;
}

.pre-box2 {
  left: 10px;
}

.pre1 {
  transform: rotate(130deg);
  -webkit-transform: rotate(130deg);
  left: 1px;
}

.pre1,
.pre2 {
  background-color: #fff;
  width: 14px;
  height: 5px;
  border-radius: 2px;
  position: absolute;
  box-shadow: 1px -1px 1px #646464;
  top: 5px;
}

.pre2 {
  left: -4.5px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}

@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@-moz-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@-o-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}

.bgm-btn-wraper {
  right: 16px;
  top: 16px;
  display: none;
}

.bgm-btn-wraper,
.bgm-btn-wraper .bgm-btn {
  position: absolute;
  z-index: 200;
  width: 30px;
  height: 30px;
}

.bgm-btn-wraper .bgm-btn {
  right: 0;
  top: 0;
  border-radius: 15px;
  background-image: url("./../img/yp.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.bgm-btn-wraper .bgm-btn.rotate {
  -webkit-animation: rotating 1.2s linear infinite;
  -moz-animation: rotating 1.2s linear infinite;
  -o-animation: rotating 1.2s linear infinite;
  animation: rotating 1.2s linear infinite;
}

.text-center {
  text-align: center;
}

.text-white {
  color: #fff;
}

.search-question-container {
  background-color: #f4f6f9;
  width: 100%;
  height: 100vh;
  padding: 20px 20px;
  box-sizing: border-box;
}

.search-question-container .search-main {
  display: flex;
  align-items: center;
}

.search-question-container .search-main .back-img {
  width: 16px;
  margin-right: 14px;
}

.search-question-container .search-main .input-box {
  flex: 1;
  display: flex;
  background-color: #F0EFF4;
  border-radius: 10px;
  padding: 5px;
  box-sizing: border-box;
  align-items: center;
}

.search-question-container .search-main .input-box .input-search {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  height: 32px;
  font-size: 15px;
  color: #ADADAD;
  overflow: hidden;
}

.search-question-container .search-main .input-box .input-search .input {
  border: none;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  outline: none;
}

.search-question-container .search-main .input-box .input-search .search-icon {
  width: 20px;
  margin: 0 5px 0 13px;
}

.search-question-container .search-main .input-box .search-text {
  color: #015ec6;
  margin: 0 10px;
  font-size: 17px;
}

.search-question-container .search-list-box {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  display: none;
}

.search-question-container .search-list-box .search-item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}

.search-question-container .search-list-box .search-item .search-icon {
  width: 20px;
  margin: 4px 17px 0 0;
}

.search-question-container .search-list-box .search-item .search-content {
  flex: 1;
}

.search-question-container .history-title {
  display: flex;
  margin-top: 42px;
  justify-content: space-between;
  margin-bottom: 19px;
}

.search-question-container .history-title .search-history-title {
  font-size: 18px;
  color: #434343;
}

.search-question-container .history-title .clear-all {
  font-size: 14px;
  color: #B6B8B8;
}

.search-question-container .search-list {
  display: flex;
  flex-wrap: wrap;
}

.search-question-container .search-list .search-history-item {
  font-size: 15px;
  color: #585858;
  margin: 0 10px 10px 0;
  background-color: #eee;
  padding: 10px;
  border-radius: 10px;
}

.search-question-container .noData {
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  display: none;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}

.swiper-slide * {
  transform: translate3d(0, 0, 0);
}
