.plan-container {
  width: 67%;
  height: 557px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  padding: 15px 20px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .plan-container .plan-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .plan-container .plan-head .plan-title {
      font-size: 24px;
      font-weight: bold;
      color: #1A1A1A;
      line-height: 48px; }
    .plan-container .plan-head .plan-more {
      font-size: 16px;
      color: #666666;
      line-height: 48px; }
  .plan-container .plan-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .plan-container .box-head-fl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .plan-container .box-head-fl .head-fl-title {
      font-size: 20px;
      color: #1A1A1A;
      line-height: 23px;
      font-weight: bold; }
    .plan-container .box-head-fl .head-fl-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 20px 0px; }
      .plan-container .box-head-fl .head-fl-box .fl-box-tip {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .plan-container .box-head-fl .head-fl-box .fl-box-tip .box-tip-title {
          font-size: 30px;
          font-weight: bold;
          color: #F95E5E;
          line-height: 27px; }
          .plan-container .box-head-fl .head-fl-box .fl-box-tip .box-tip-title span {
            font-size: 18px; }
        .plan-container .box-head-fl .head-fl-box .fl-box-tip .box-tip-tip {
          font-size: 16px;
          color: #666666;
          line-height: 27px; }
      .plan-container .box-head-fl .head-fl-box .fl-box-item {
        margin-left: 30px; }
        .plan-container .box-head-fl .head-fl-box .fl-box-item .box-item-tip {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .plan-container .box-head-fl .head-fl-box .fl-box-item .box-item-tip .tip-img {
            width: 18px;
            height: 20px;
            margin-right: 5px; }
          .plan-container .box-head-fl .head-fl-box .fl-box-item .box-item-tip .tip-name {
            font-size: 16px;
            color: #333333;
            line-height: 35px; }
            .plan-container .box-head-fl .head-fl-box .fl-box-item .box-item-tip .tip-name span {
              color: #F95E5E; }
      .plan-container .box-head-fl .head-fl-box .fl-box-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .plan-container .box-head-fl .head-fl-box .fl-box-btn .btn-item {
          width: 120px;
          height: 40px;
          border: 1px solid #33A6FB;
          border-radius: 20px;
          font-size: 16px;
          color: #33A6FB;
          line-height: 40px;
          text-align: center; }
        .plan-container .box-head-fl .head-fl-box .fl-box-btn .btn-item2 {
          width: 120px;
          height: 40px;
          background: #33A6FB;
          border-radius: 20px;
          font-size: 16px;
          color: #FFFFFF;
          line-height: 40px;
          margin-left: 20px;
          text-align: center; }
    .plan-container .box-head-fl .head-fl-tip {
      height: 55px;
      background: #F9F9F9;
      border-radius: 5px;
      line-height: 50px;
      font-size: 16px;
      color: #1A1A1A;
      padding-left: 10px;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .plan-container .box-head-fl .head-fl-tip .tip-img {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .plan-container .box-head-fl .head-fl-tip .tip-name {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 10px; }
      .plan-container .box-head-fl .head-fl-tip .tip-box {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        line-height: 1.5; }
