.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 .plan-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
.love-living-page .plan-page .tab .tab-list ul .tab-item {
  padding: 0;
}
.love-living-page .plan-page .tab .tab-list ul .tab-item a {
  padding: 30px 34px;
  color: #708B6D;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .love-living-page .plan-page .tab .tab-list ul .tab-item a {
    padding: 22px 24px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .plan-page .tab .tab-list ul .tab-item a {
    padding: 16px 24px;
  }
}
.love-living-page .plan-page .tab .tab-list ul .tab-item a::before {
  content: '';
  margin-right: 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  transition: background-color 0.35s ease-in-out;
  background-color: #708B6D;
  min-width: 12px;
}
.love-living-page .plan-page .tab .tab-list ul .tab-item::before {
  content: none;
}
.love-living-page .plan-page .tab .tab-list ul .tab-item.active a,
.love-living-page .plan-page .tab .tab-list ul .tab-item:hover a {
  color: #fff;
}
.love-living-page .plan-page .tab .tab-list ul .tab-item.active a::before,
.love-living-page .plan-page .tab .tab-list ul .tab-item:hover a::before {
  background-color: #C9D8D4;
}
.love-living-page .plan-page .tab .pane-content p {
  text-align: justify;
}
.love-living-page .plan-page .tab .pane-content > h3 {
  color: #708B6D;
  line-height: 1.2;
  font-size: 2.25rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .plan-page .tab .pane-content > h3 {
    margin-bottom: 18px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .plan-page .tab .pane-content > h3 {
    margin-bottom: 14px;
  }
}
.love-living-page .plan-page .tab .pane-content > p {
  line-height: 1.66;
  font-size: 1.125rem;
  margin-bottom: 90px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .plan-page .tab .pane-content > p {
    margin-bottom: 78px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .plan-page .tab .pane-content > p {
    margin-bottom: 58px;
  }
}
.love-living-page .plan-page .tab .pane-content .fz18 p {
  margin-bottom: 10px;
  line-height: 1.66;
  font-size: 1.125rem;
}
@media screen and (max-width: 1200px) {
  .love-living-page .plan-page .tab .pane-content .fz18 p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .plan-page .tab .pane-content .pic {
    max-width: none !important;
  }
}
.love-living-page .plan-page .tab .pane-content .step-list {
  display: flex;
  flex-direction: column;
  max-width: 60.7%;
}
@media screen and (max-width: 1200px) {
  .love-living-page .plan-page .tab .pane-content .step-list {
    max-width: none;
  }
}
.love-living-page .plan-page .tab .pane-content .step-list .step-item {
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.love-living-page .plan-page .tab .pane-content .step-list .step-item .circle {
  border-radius: 50%;
  border: 1px solid #708B6D;
  width: 26px;
  min-width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.love-living-page .plan-page .tab .pane-content .step-list .step-item .circle::after {
  content: '';
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #708B6D;
  display: block;
}
.love-living-page .plan-page .tab .pane-content .step-list .step-item .line {
  background-image: linear-gradient(to right, #708B6D 50%, transparent 0);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  min-width: 20px;
  height: 1px;
}
.love-living-page .plan-page .tab .pane-content .step-list .step-item .text-box {
  display: flex;
  align-items: center;
  flex-grow: 1;
  border-radius: 20px;
  padding: 16px 18px;
  background-color: #EFF2F1;
}
@media screen and (max-width: 576px) {
  .love-living-page .plan-page .tab .pane-content .step-list .step-item .text-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.love-living-page .plan-page .tab .pane-content .step-list .step-item .text-box .step-tag {
  border-radius: 10px;
  padding: 10px 32px;
  background-color: #708B6D;
  font-size: 1.125rem;
  color: #fff;
}
.love-living-page .plan-page .tab .pane-content .step-list .step-item .text-box p {
  margin-left: 16px;
  line-height: 1.42;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .love-living-page .plan-page .tab .pane-content .step-list .step-item .text-box p {
    margin-top: 10px;
    margin-left: 0;
  }
}
.love-living-page .plan-page .tab .pane-content .tag {
  border-radius: 50px;
  padding: 10px 38px;
  background-color: #708B6D;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1.33;
  font-weight: bold;
}
.love-living-page .plan-page .tab .pane-content .img-text {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .love-living-page .plan-page .tab .pane-content .img-text {
    flex-wrap: wrap;
  }
}
.love-living-page .plan-page .tab .pane-content .img-text .text p {
  line-height: 1.66;
}
@media screen and (max-width: 1600px) {
  .love-living-page .plan-page .tab .pane-content .img-text .text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.love-living-page .plan-page .tab .pane-content .img-text .pic {
  margin-left: 90px;
  margin-right: 90px;
}
@media screen and (max-width: 1600px) {
  .love-living-page .plan-page .tab .pane-content .img-text .pic {
    width: 100% !important;
  }
}
