.model_box {
    margin-top: 47px;
    width: 1220px;
    margin: 0px auto 0px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: nowrap; }
    .model_box .item_box {
      width: 380px;
      border-radius: 20px 20px 0px 0px; }
      .model_box .item_box .item_content_top {
        padding-bottom: 30px; }
        .model_box .item_box .item_content_top .item_title {
          height: 80px; }
        .model_box .item_box .item_content_top .item_price {
          font-family: 'Alibaba PuHuiTi';
          font-weight: 500;
          font-size: 30px; }
          .model_box .item_box .item_content_top .item_price .price_span {
            font-size: 16px; }
        .model_box .item_box .item_content_top .Price_btn {
          width: 240px;
          height: 48px;
          border-radius: 24px;
          font-family: 'Alibaba PuHuiTi';
          font-weight: 400;
          font-size: 16px;
          line-height: 48px;
          margin: 20px auto 20px auto; }
      .model_box .item_box .item_content_item {
        padding: 22px 30px 24px 30px;
        width: 381px;
        background: #FFFFFF;
        border-radius: 15px;
        margin-top: -20px; }
        .model_box .item_box .item_content_item .rightsAndInterests_box {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          align-content: center;
          flex-wrap: nowrap;
          margin-bottom: 10px; }
          .model_box .item_box .item_content_item .rightsAndInterests_box .rightsAndInterests_title {
            font-family: 'Alibaba PuHuiTi 2.0 75';
            font-weight: bold;
            font-size: 14px;
            color: #333333; }
          .model_box .item_box .item_content_item .rightsAndInterests_box .rightsAndInterests_left {
            font-family: 'Alibaba PuHuiTi 2.0 55';
            font-weight: normal;
            font-size: 14px;
            color: #666666;
            position: relative; }
            .model_box .item_box .item_content_item .rightsAndInterests_box .rightsAndInterests_left i {
              display: inline-block;
              width: 16px;
              height: 16px;
              background: url("../images/price/mtzyzx-pphk-2-iocn1.png");
              position: absolute;
              margin-top: 2px;
              margin-left: 4px; }
          .model_box .item_box .item_content_item .rightsAndInterests_box .rightsAndInterests_right {
            font-family: 'Alibaba PuHuiTi 2.0 55';
            font-weight: normal;
            font-size: 14px;
            color: #333333; }
    .model_box .item_box:hover {
      transform: scale(1.05); }
    .model_box .item_box:nth-child(1) .item_content_top {
      background: url("../images/member/2025/bg1.png");
      background-position: top center;
      width: 100%;
      background-repeat: no-repeat;
      overflow: hidden; }
      .model_box .item_box:nth-child(1) .item_content_top .item_price {
        color: #1C3051; }
      .model_box .item_box:nth-child(1) .item_content_top .Price_btn {
        background: linear-gradient(90deg, #B3CAE9 0%, #7996CA 100%);
        color: #FFFFFF; }
    .model_box .item_box:nth-child(1) .item_content_item {
      border: 1px solid #DFE7F2; }
    .model_box .item_box:nth-child(2) .item_content_top {
      background: url("../images/member/2025/bg2.png");
      background-position: top center;
      width: 100%;
      background-repeat: no-repeat;
      overflow: hidden; }
      .model_box .item_box:nth-child(2) .item_content_top .item_price {
        color: #754A24; }
      .model_box .item_box:nth-child(2) .item_content_top .Price_btn {
        background: linear-gradient(90deg, #FFFED5 0%, #FAE581 100%);
        color: #B45B0E; }
    .model_box .item_box:nth-child(2) .item_content_item {
      border: 1px solid #FBE6A5; }
    .model_box .item_box:nth-child(3) .item_content_top {
      background: url("../images/member/2025/bg3.png");
      background-position: top center;
      width: 100%;
      background-repeat: no-repeat;
      overflow: hidden; }
      .model_box .item_box:nth-child(3) .item_content_top .item_price {
        color: #4D3220; }
      .model_box .item_box:nth-child(3) .item_content_top .Price_btn {
        background: linear-gradient(90deg, #FEF6F2 0%, #FAE5C7 100%);
        color: #A14B15; }
    .model_box .item_box:nth-child(3) .item_content_item {
      border: 1px solid #FAE3CB; }
  
  /*# sourceMappingURL=member2025.css.map */