.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 .try-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  overflow: hidden;
}
.love-living-page .try-page .page-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.love-living-page .try-page .swiper-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1455px) {
  .love-living-page .try-page .swiper-container {
    overflow: visible;
  }
}
.love-living-page .try-page .swiper-container .swiper-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.love-living-page .try-page .greater-than {
  display: none;
}
.love-living-page .try-page .white-box {
  margin: 0 auto;
  border-radius: 40px;
  padding: 72px 60px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box {
    padding: 32px 4vw;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box {
    border-radius: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.love-living-page .try-page .white-box h3 {
  color: #708B6D;
  line-height: 1.2;
}
.love-living-page .try-page .white-box h6 {
  line-height: 1.2;
}
.love-living-page .try-page .white-box p {
  line-height: 1.66;
}
.love-living-page .try-page .white-box .btn-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.love-living-page .try-page .white-box .btn-list .btn-box {
  font-size: 1.25rem;
}
.love-living-page .try-page .white-box .btn-list .btn-box span {
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .btn-list .btn-box span {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .btn-list .btn-box .iconfont {
    margin-left: 0;
  }
}
.love-living-page .try-page .white-box .topic-tit {
  font-size: 2.25rem;
}
@media screen and (max-width: 1200px) {
  .love-living-page .try-page .white-box .topic-tit {
    font-size: 1.75rem;
  }
}
.en_us .love-living-page .try-page .white-box .topic-tit {
  font-size: 1.75rem;
}
@media screen and (max-width: 992px) {
  .en_us .love-living-page .try-page .white-box .topic-tit {
    font-size: 1.25rem;
  }
}
.love-living-page .try-page .white-box .topic {
  max-width: 932px;
  width: 90%;
}
.love-living-page .try-page .white-box .topic .topic-option {
  display: flex;
  flex-direction: column;
}
.love-living-page .try-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: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .love-living-page .try-page .white-box .topic .topic-option .option-item {
    padding: 16px 30px;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .topic .topic-option .option-item {
    padding: 14px 28px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .topic .topic-option .option-item {
    padding: 14px 26px;
  }
}
.love-living-page .try-page .white-box .topic .topic-option .option-item.checked {
  border-color: #A8C7A5;
  box-shadow: 0px 3px 6px #708B6DB5;
}
.love-living-page .try-page .white-box .topic .topic-option .option-item.checked .check-box .iconfont {
  display: block;
}
.love-living-page .try-page .white-box .topic .topic-option .option-item:hover {
  border-color: #A8C7A5;
  box-shadow: 0px 3px 6px #708B6DB5;
}
.love-living-page .try-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 .try-page .white-box .topic .topic-option .option-item .check-box .iconfont {
  margin: 0;
  display: none;
  font-size: 1.75rem;
}
.love-living-page .try-page .white-box .topic .topic-option .option-item p {
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.love-living-page .try-page .white-box .topic .topic-option .option-item p .text {
  flex-shrink: 0;
}
.love-living-page .try-page .white-box .topic .topic-option .option-item p input {
  border-radius: 5px;
  padding: 7px 12px;
  background-color: #F8F8F8;
  flex-grow: 1;
  max-width: 308px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .topic .topic-option .option-item p {
    font-size: 1rem;
  }
}
.love-living-page .try-page .white-box .textarea {
  border-radius: 20px;
  border: 1px solid #DCDCDC;
  padding: 25px 30px;
  width: 100%;
  height: 236px;
  display: block;
  line-height: 1.42;
}
.love-living-page .try-page .white-box .progress-box {
  margin-bottom: 100px;
  border-radius: 50px;
  height: 14px;
  width: calc(100% - 30px);
  max-width: 1049px;
  position: relative;
  background-color: #DCDCDC;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .progress-box {
    height: 8px;
  }
}
.love-living-page .try-page .white-box .progress-box .single-slider {
  height: 94px;
  width: calc(100% + 78px);
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .progress-box .single-slider {
    height: 28px;
    width: calc(100% + 28px);
  }
}
.love-living-page .try-page .white-box .progress-box .both-text {
  position: absolute;
  top: -65px;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .progress-box .both-text {
    top: -40px;
  }
}
.love-living-page .try-page .white-box .progress-box .both-text.left-text {
  left: 0;
}
.love-living-page .try-page .white-box .progress-box .both-text.right-text {
  right: 0;
}
.love-living-page .try-page .white-box .progress-box .line {
  border-radius: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: linear-gradient(270deg, #708B6D 0%, #ADCFBC 100%);
}
.love-living-page .try-page .white-box .progress-box .drop-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.love-living-page .try-page .white-box .progress-box .drop-list .drop {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: transform 0.35s ease-in-out;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .progress-box .drop-list .drop {
    width: 10px;
    height: 10px;
  }
}
.love-living-page .try-page .white-box .progress-box .drop-list .drop:hover {
  transform: scale(1.1);
}
.love-living-page .try-page .white-box .progress-box .drop-list .pointer {
  width: 78px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .progress-box .drop-list .pointer {
    width: 28px;
  }
}
.love-living-page .try-page .white-box .progress-box .drop-list .pointer .pic {
  width: 100%;
}
.love-living-page .try-page .white-box .progress-box .drop-list .pointer .pointer-label {
  border-radius: 5px;
  padding: 12px 14px;
  background-color: #F4FFEF;
  box-shadow: 0px 3px 6px #00000029;
  font-size: 1rem;
  color: #708B6D;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.love-living-page .try-page .white-box .progress-box .drop-list .pointer .pointer-label span {
  white-space: nowrap;
}
.love-living-page .try-page .white-box .role-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 706px;
}
.love-living-page .try-page .white-box .role-list .role-item {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .love-living-page .try-page .white-box .role-list .role-item {
    flex-wrap: wrap;
  }
}
.love-living-page .try-page .white-box .role-list .role-item .role-type {
  padding-right: 20px;
  min-width: 180px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .try-page .white-box .role-list .role-item .role-type {
    min-width: 140px;
  }
}
.en_us .love-living-page .try-page .white-box .role-list .role-item .role-type {
  min-width: 211px;
}
@media screen and (max-width: 1200px) {
  .en_us .love-living-page .try-page .white-box .role-list .role-item .role-type {
    min-width: 164px;
  }
}
@media screen and (max-width: 400px) {
  .love-living-page .try-page .white-box .role-list .role-item .role-type {
    width: 100%;
    margin-bottom: 12px;
    padding-left: 10px;
  }
}
.love-living-page .try-page .white-box .role-list .role-item .role-box {
  border: 1px solid #DCDCDC;
  border-radius: 20px;
  padding: 0 20px;
  flex-grow: 1;
  min-width: 10%;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .love-living-page .try-page .white-box .role-list .role-item .role-box {
    width: 100%;
  }
}
.love-living-page .try-page .white-box .role-list .role-item .role-box span {
  padding: 16px 0;
  font-weight: bold;
  color: #708B6D;
  display: block;
  line-height: 1.42;
  word-break: break-word;
}
.love-living-page .try-page .white-box .role-list .role-item .role-box .time-choose {
  padding: 16px 0;
  width: 100%;
  font-size: 1.375rem;
  line-height: 1;
  height: 58px;
  position: relative;
}
.love-living-page .try-page .white-box .role-list .role-item .role-box .time-choose::-webkit-calendar-picker-indicator {
  position: absolute;
  right: 0;
  padding-left: 100%;
  cursor: pointer;
}
.love-living-page .try-page .white-box .role-list .role-item .role-box .time-choose::-webkit-datetime-edit-fields-wrapper {
  opacity: 0;
}
.love-living-page .try-page .white-box .role-list .role-item .role-box .time-choose.has-val::-webkit-datetime-edit-fields-wrapper {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.love-living-page .try-page .white-box .result-box {
  width: 100%;
  max-width: 870px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.en_us .love-living-page .try-page .white-box .result-box {
  max-width: 970px;
}
.love-living-page .try-page .white-box .result-box .top-tit {
  padding: 0 17%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .en_us .love-living-page .try-page .white-box .result-box .top-tit {
    padding: 0;
  }
}
.love-living-page .try-page .white-box .result-box .top-tit .pic {
  width: 100%;
}
.love-living-page .try-page .white-box .result-box .top-tit h5 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #FCA4A2;
  font-size: 3.75rem;
  font-weight: bold;
}
.en_us .love-living-page .try-page .white-box .result-box .top-tit h5 {
  font-size: 2rem;
}
@media screen and (max-width: 992px) {
  .en_us .love-living-page .try-page .white-box .result-box .top-tit h5 {
    top: 10px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .en_us .love-living-page .try-page .white-box .result-box .top-tit h5 {
    font-size: calc(1rem + 0.5vw);
  }
}
@media screen and (max-width: 576px) {
  .en_us .love-living-page .try-page .white-box .result-box .top-tit h5 {
    top: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .result-box .top-tit h5 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .love-living-page .try-page .white-box .result-box .top-tit h5 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .top-tit h5 {
    top: 10px;
    font-size: 1.5rem;
  }
}
.love-living-page .try-page .white-box .result-box .top-tit .logo {
  position: absolute;
  top: 0;
  left: 20px;
  width: 23%;
  max-width: 136px;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .result-box .top-tit .logo {
    width: 14%;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .top-tit .logo {
    top: calc(100% - 10px);
    left: 12px;
  }
}
.love-living-page .try-page .white-box .result-box .text-box {
  margin-top: -46px;
  padding-top: 60px;
  width: 100%;
  background: #4A5B48 url(/img/goal/result/boxBg.png) no-repeat bottom center / 100%;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .love-living-page .try-page .white-box .result-box .text-box {
    margin-top: -36px;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .result-box .text-box {
    margin-top: -26px;
  }
}
@media screen and (max-width: 768px) {
  .love-living-page .try-page .white-box .result-box .text-box {
    margin-top: -16px;
  }
}
.love-living-page .try-page .white-box .result-box .text-box .line {
  height: 1px;
  width: 100%;
  max-width: 308px;
  background-color: #fff;
}
.love-living-page .try-page .white-box .result-box .text-box .statement {
  padding: 0 10px;
}
.en_us .love-living-page .try-page .white-box .result-box .text-box .statement {
  padding: 0 22%;
}
@media screen and (max-width: 576px) {
  .en_us .love-living-page .try-page .white-box .result-box .text-box .statement {
    padding: 0 8%;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .text-box .statement {
    padding: 0;
    max-width: 80%;
    font-size: 12px;
  }
}
.love-living-page .try-page .white-box .result-box .text-box .result-role-list {
  max-width: 65%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .text-box .result-role-list {
    max-width: 80%;
  }
}
.love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item {
  margin-bottom: 20px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item {
    font-size: 0.875rem;
  }
}
.love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .type-name {
  min-width: 180px;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .type-name {
    min-width: 132px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .type-name {
    min-width: 100px;
  }
}
.en_us .love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .type-name {
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .en_us .love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .type-name {
    min-width: 156px;
  }
}
@media screen and (max-width: 576px) {
  .en_us .love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .type-name {
    min-width: 120px;
  }
}
.love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .result {
  display: flex;
  flex-direction: column;
  line-height: 1.42;
  word-break: break-word;
}
.love-living-page .try-page .white-box .result-box .text-box .result-role-list .role-item .result span {
  margin-bottom: 8px;
  display: inline-block;
  word-break: break-word;
}
.love-living-page .try-page .white-box .result-box .text-box .bottom-result {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .love-living-page .try-page .white-box .result-box .text-box .bottom-result {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.love-living-page .try-page .white-box .result-box .text-box .bottom-result .pic {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.love-living-page .try-page .white-box .result-box .text-box .bottom-result p {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 1.375rem;
  color: #FCA4A2;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .love-living-page .try-page .white-box .result-box .text-box .bottom-result p {
    bottom: 6px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .text-box .bottom-result p {
    width: 80%;
    font-size: 0.75rem;
  }
}
.en_us .love-living-page .try-page .white-box .result-box .text-box .bottom-result p {
  font-size: 15px;
}
@media screen and (max-width: 576px) {
  .en_us .love-living-page .try-page .white-box .result-box .text-box .bottom-result p {
    font-size: 9px;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .result-box .text-box .bottom-result p br {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .result-box .text-box .bottom-result p br {
    display: block;
  }
}
.love-living-page .try-page .white-box .social-save {
  width: 100%;
  max-width: 1052px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .social-save {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.love-living-page .try-page .white-box .social-save .social-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .social-save .social-list {
    margin-bottom: 20px;
    width: 100%;
    justify-content: center;
  }
}
.love-living-page .try-page .white-box .social-save .social-list span {
  display: block;
}
.love-living-page .try-page .white-box .social-save .social-list .text {
  margin-right: 4px;
  color: #2B2B2B;
}
.love-living-page .try-page .white-box .social-save .social-list .iconfont {
  margin-left: 14px;
  border-radius: 50%;
  border: 1px solid #C7C7C7;
  width: 60px;
  height: 60px;
  color: #404040;
  font-size: 1.625rem;
  transition: all 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .love-living-page .try-page .white-box .social-save .social-list .iconfont {
    width: 50px;
    height: 50px;
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .try-page .white-box .social-save .social-list .iconfont {
    width: 40px;
    height: 40px;
    font-size: 1.125rem;
  }
}
.love-living-page .try-page .white-box .social-save .social-list .iconfont:hover {
  color: #708B6D;
  border-color: #708B6D;
}
.love-living-page .try-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 .try-page .white-box .check-box {
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}
.love-living-page .try-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 .mask-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}
.love-living-page .mask-box .mask-container {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 30px);
  height: calc(100vh - 145px);
  width: 100%;
}
.love-living-page .mask-box .mask-container .save-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.love-living-page .mask-box .mask-container .save-img img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  object-fit: cover;
}
.love-living-page .mask-box .mask-container .tips {
  position: absolute;
  top: calc(100% + 20px);
  text-align: center;
  color: #fff;
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.love-living-page .mask-box .mask-container .tips::before {
  margin-right: 8px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/themes/loveliving/static/img/goal/hand.png) no-repeat center center / 100%;
}
.love-living-page .mask-box .mask-container .icon-cha {
  position: absolute;
  top: calc(100% + 60px);
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 20px;
}
