.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 .how-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  overflow: hidden;
}
.love-living-page .how-page .page-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.love-living-page .how-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 .how-page .white-box {
    padding: 32px 4vw;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .how-page .white-box {
    border-radius: 20px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.love-living-page .how-page .white-box h3 {
  color: #708B6D;
  line-height: 1.33;
}
.love-living-page .how-page .white-box p {
  line-height: 1.66;
}
.love-living-page .how-page .white-box .target-type {
  margin-bottom: 22px;
  width: calc(100% + 20px);
}
@media screen and (max-width: 1400px) {
  .love-living-page .how-page .white-box .target-type {
    width: calc(100% + 30px);
  }
}
.love-living-page .how-page .white-box .target-type .type-list {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .love-living-page .how-page .white-box .target-type .type-list {
    margin-bottom: -70px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.love-living-page .how-page .white-box .target-type .type-list .type-item {
  padding: 0 10px;
  width: 20%;
}
@media screen and (max-width: 1400px) {
  .love-living-page .how-page .white-box .target-type .type-list .type-item {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .how-page .white-box .target-type .type-list .type-item {
    padding-bottom: 70px;
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .love-living-page .how-page .white-box .target-type .type-list .type-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .how-page .white-box .target-type .type-list .type-item {
    width: 100%;
  }
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box {
  height: 100%;
  position: relative;
  cursor: pointer;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .transform-item {
  border-radius: 20px;
  border: 2px solid;
  padding: 45px 15px;
  min-height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform 0.35s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .transform-item {
    padding: 35px 16px;
  }
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .transform-item.front {
  transform: rotate3d(0, 1, 0, 0deg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .transform-item.opposite {
  transform: rotate3d(0, 1, 0, 180deg);
  position: relative;
  z-index: 1;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .btn-box {
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  padding: 6px 20px 4px;
  font-size: 0.75rem;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .btn-box span {
  white-space: nowrap;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .btn-box .iconfont {
  border-radius: 50%;
  padding: 2px;
  background-color: #708B6D;
  color: #fff;
  font-size: 16px;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.s .transform-item {
  border-color: #A5694E;
  background-color: #E4D2CA;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.s .transform-item .type-text {
  color: #A5694E;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.s .transform-item .desc {
  color: #A5694E;
  font-size: 1rem;
  line-height: 1.42;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.m .transform-item {
  border-color: #708B6D;
  background-color: #D4DCD3;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.m .transform-item .type-text {
  color: #708B6D;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.m .transform-item .desc {
  color: #708B6D;
  font-size: 1rem;
  line-height: 1.42;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.a .transform-item {
  border-color: #B1985B;
  background-color: #E7E0CD;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.a .transform-item .type-text {
  color: #B1985B;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.a .transform-item .desc {
  color: #B1985B;
  font-size: 1rem;
  line-height: 1.42;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.r .transform-item {
  border-color: #899261;
  background-color: #DBDECF;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.r .transform-item .type-text {
  color: #899261;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.r .transform-item .desc {
  color: #899261;
  font-size: 1rem;
  line-height: 1.42;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.t .transform-item {
  border-color: #9B886C;
  background-color: #E1DBD3;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.t .transform-item .type-text {
  color: #9B886C;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.t .transform-item .desc {
  color: #9B886C;
  font-size: 1rem;
  line-height: 1.42;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.flipping .transform-item.front {
  transform: rotate3d(0, 1, 0, 180deg);
  z-index: 1;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box.flipping .transform-item.opposite {
  transform: rotate3d(0, 1, 0, 0deg);
  z-index: 2;
}
.love-living-page .how-page .white-box .target-type .type-list .type-item .item-box .type-text {
  margin-bottom: 12px;
  font-size: 3rem;
  line-height: 1.33;
}
.love-living-page .how-page .white-box .btn-list {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.love-living-page .how-page .white-box .btn-list .btn-box {
  font-size: 1.25rem;
}
