@charset "utf-8";
.section-plan .plan {
  margin-bottom: 20px;
}
.section-plan .plan .title {
  display: block;
  background: #3b1c95 url("/static-file/default/assets/images/home/arrow-down.png") no-repeat 30px center;
  height: 84px;
  line-height: 84px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.875rem;
  cursor: pointer;
}
.section-plan .plan .arrow-up {
  background: #3b1c95 url("/static-file/default/assets/images/home/arrow-up.png") no-repeat 30px center;
}
.section-plan .plan .body {
  background: #f2efff;
  padding: 40px 40px 40px 40px;
}
.section-plan .plan .body p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1rem;
  color: #12033a;
}
.section-plan .plan .body p strong {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.section-plan .plan .body ol {
  padding-left: 40px;
  margin: 0px;
  list-style-position: inside;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  color: #12033a;
  list-style: disc;
}
.section-plan .plan .body .imgcenter {
  text-align: center;
}
.section-plan .plan .body .ol2 ol {
  list-style: decimal;
}
.section-plan .plan-1 .title {
  background-color: #3b1c95;
}
.section-plan .plan-2 .title {
  background-color: #554fd3;
}
.section-plan .plan-3 .title {
  background-color: #6861ff;
}
.section-plan .plan-4 .title {
  background-color: #8984ff;
}
.section-paid {
  padding-bottom: 100px;
}
.section-paid .bg-white {
  background: #FFFFFF !important;
}
.section-paid .plan {
  justify-content: space-around;
}
.section-paid .plan .item {
  background-color: #3b1c95;
  height: 84px;
  line-height: 84px;
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.875rem;
  cursor: default;
}
.section-paid .plan div {
  display: block;
}
.section-paid .plan-1 .item {
  background-color: #3b1c95;
}
.section-paid .plan-2 .item {
  background-color: #554fd3;
}
.section-paid .plan-2 div {
  background-color: #554fd3;
  margin-bottom: 20px;
}
.section-paid .plan-2 div:last-child {
  margin-bottom: 0px;
}
.section-paid .plan-3 .item {
  background-color: #6861ff;
}
.section-paid .plan-4 .item {
  background-color: #8984ff;
}
.section-paid .btn {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.5rem;
  width: 222px;
  font-weight: 600;
  height: 58px ;
  line-height: 58px;
}
@media screen and (max-width: 1270px) {
  .section-features .feature {
    padding: 0px;
    height: 460px;
  }
  .section-features .feature .feature-content,
  .section-features .feature .feature-action {
    top: -460px;
  }
  .section-features .feature .feature-title {
    top: -440px;
  }
  .section-features .feature .feature-mask {
    height: 460px;
  }
  .section-features .feature .feature-content {
    padding: 30px 40px 10px 40px;
    height: auto;
  }
}
