.plan-list {
  background-color: #fff;
  padding: 9.7143rem 0 0;
  display: flex;
}
.plan-list .plan-left {
  flex: 0 0 30%;
  padding: 3.2143rem 0;
}
.plan-list .plan-left .nav-list-container .plan-title {
  padding-left: 2.1429rem;
  font-size: 1.7143rem;
  font-weight: bold;
}
.plan-list .plan-left .nav-list-container .nav-list {
  margin-top: 4rem;
}
.plan-list .plan-left .nav-list-container .nav-list .nav-list-item {
  padding-left: 2.1429rem;
  font-size: 1.2857rem;
  margin-bottom: 2.1429rem;
  position: relative;
  display: flex;
  align-items: center;
}
.plan-list .plan-left .nav-list-container .nav-list .nav-list-item:last-child {
  margin-bottom: 0;
}
.plan-list .plan-left .nav-list-container .nav-list .nav-list-item__active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.3571rem;
  height: 1.5rem;
  background: #0368B7;
}
.plan-list .plan-right {
  border-left: 1px solid rgba(153, 153, 153, 0.5);
  flex: 1;
}
.plan-list .plan-right .plan-title {
  padding: 0.7143rem 2.5rem;
  font-size: 1.7143rem;
  font-weight: bold;
}
.plan-list .plan-right .plan-content {
  width: 100%;
  padding: 0.7143rem 2.5rem;
  position: relative;
}
.plan-list .plan-right .plan-content::before {
  content: "";
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  left: 0;
  top: 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.plan-list .plan-right .plan-content .plan-content-main {
  padding: 2.1429rem 0;
  word-break: break-all;
}
.plan-list .plan-right .plan-content .plan-content-main span {
  text-wrap-mode: wrap !important;
}

@media (max-width: 768px) {
  .plan-list {
    padding-top: 30.5rem !important;
    padding-bottom: 30.5rem !important;
    background: #f5f5f5;
    flex-direction: column;
  }
  .plan-list .plan-left {
    flex: auto;
    border-right: none;
  }
  .plan-list .plan-left .plan-title {
    display: none;
  }
  .plan-list .plan-left .nav-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15rem;
    row-gap: 13rem;
  }
  .plan-list .plan-left .nav-list .nav-list-item {
    padding: 0;
    flex: 1 0 25%;
    background: #fff;
    width: 100%;
    height: 24rem;
    border-radius: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .plan-list .plan-left .nav-list .nav-list-item .link {
    font-size: 10rem;
  }
  .plan-list .plan-left .nav-list .nav-list-item::before {
    display: none;
  }
  .plan-list .plan-left .nav-list .nav-list-item__active {
    background-color: #FFECD4;
  }
  .plan-list .plan-left .nav-list .nav-list-item__active .link {
    color: #F08601;
  }
  .plan-list .plan-right {
    margin-top: 10rem;
  }
  .plan-list .plan-right .plan-title {
    font-size: 12rem;
    height: 27.5rem;
    position: relative;
    background-color: #fff;
    padding-left: 8rem;
    display: flex;
    align-items: center;
    font-weight: normal;
  }
  .plan-list .plan-right .plan-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1.5rem;
    background: #F08601;
  }
  .plan-list .plan-right .plan-content {
    margin-top: 11rem;
    background-color: #fff;
    padding: 10rem;
  }
  .plan-list .plan-right .plan-content::before {
    content: "";
    display: none;
  }
}

/*# sourceMappingURL=planlist.css.map */
