.love-living-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #DCEFD9 no-repeat center top / 100% auto;
  overflow-x: hidden;
  transition: height 0.35s ease-in-out;
}
.love-living-page .question-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  overflow: hidden;
}
.love-living-page .question-page .page-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.love-living-page .question-page .swiper-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1455px) {
  .love-living-page .question-page .swiper-container {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    overflow: visible;
  }
}
.love-living-page .question-page .white-box {
  margin: 0 auto;
  border-radius: 40px;
  padding: 62px 8vw;
  width: 100%;
  background-color: #fff;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box {
    padding: 32px 4vw;
  }
}
.love-living-page .question-page .white-box h3 {
  color: #708B6D;
  line-height: 1;
}
.love-living-page .question-page .white-box p {
  line-height: 1.66;
}
@media screen and (max-width: 576px) {
  .love-living-page .question-page .white-box p {
    max-width: none !important;
  }
}
.love-living-page .question-page .white-box .check-box {
  margin-left: 14px;
  margin-right: 14px;
  border-radius: 5px;
  border: 1px solid #DFDFDF;
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: #F8F8F8;
  display: inline-block;
  vertical-align: bottom;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .check-box {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.love-living-page .question-page .white-box .icon-gou {
  margin-left: 8px;
  color: #708B6D;
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}
.love-living-page .question-page .white-box .btn-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.love-living-page .question-page .white-box .btn-img .pic {
  width: 160px;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .btn-img .pic {
    width: auto;
  }
}
.love-living-page .question-page .white-box .btn-img .btn-box {
  margin: 40px 56px 0;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .btn-img .btn-box {
    margin: 20px 20px 0;
  }
}
.love-living-page .question-page .white-box .btn-img .btn-box span {
  margin-left: 40px;
  margin-right: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .btn-img .btn-box span {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.love-living-page .question-page .white-box .step-list {
  margin-bottom: 98px;
  border-radius: 50px;
  width: 100%;
  background-color: #D6DDE3;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}
.love-living-page .question-page .white-box .step-list .line {
  border-radius: 50px;
  position: absolute;
  left: 0;
  height: 100%;
  background-color: #708B6D;
}
.love-living-page .question-page .white-box .step-list .drop {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #B5B5B5;
  position: relative;
}
.love-living-page .question-page .white-box .step-list .drop.done {
  background-color: #006337;
}
.love-living-page .question-page .white-box .step-list .drop .jumper {
  width: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.love-living-page .question-page .white-box .step-list .drop .jumper .order {
  margin-top: 14px;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 1.25rem;
  color: #fff;
  background-color: #708B6D;
  white-space: nowrap;
  display: block;
  line-height: 1.4;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.love-living-page .question-page .white-box .topic .topic-option {
  display: flex;
  flex-direction: column;
}
.love-living-page .question-page .white-box .topic .topic-option .option-item {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 18px 32px;
  border: 1px solid #D2D2D2;
  background-color: #fff;
  transition: all 0.35s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .love-living-page .question-page .white-box .topic .topic-option .option-item {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .topic .topic-option .option-item {
    padding: 14px 28px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .question-page .white-box .topic .topic-option .option-item {
    padding: 14px 26px;
  }
}
.love-living-page .question-page .white-box .topic .topic-option .option-item.checked {
  border-color: #A8C7A5;
  box-shadow: 0px 3px 6px #708B6DB5;
}
.love-living-page .question-page .white-box .topic .topic-option .option-item.checked .check-box .iconfont {
  display: block;
}
.love-living-page .question-page .white-box .topic .topic-option .option-item:hover {
  border-color: #A8C7A5;
  box-shadow: 0px 3px 6px #708B6DB5;
}
.love-living-page .question-page .white-box .topic .topic-option .option-item .check-box {
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.love-living-page .question-page .white-box .topic .topic-option .option-item .check-box .iconfont {
  margin: 0;
  display: none;
  font-size: 1.75rem;
}
.love-living-page .question-page .white-box .topic .topic-option .option-item p {
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .topic .topic-option .option-item p {
    font-size: 1rem;
  }
}
.love-living-page .question-page .white-box .img-text {
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .img-text {
    flex-direction: column;
  }
}
.love-living-page .question-page .white-box .img-text .pic {
  margin-right: 52px;
  min-width: 23.16%;
}
@media screen and (max-width: 992px) {
  .love-living-page .question-page .white-box .img-text .pic {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 50%;
  }
}
.love-living-page .question-page .white-box .btn-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
