#app {
  overflow: initial;
  height: auto; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    #app {
      padding: 0 30px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    #app {
      padding: 0 0.53rem; } }

.thecurrentpage {
  color: #6c6c6c;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .thecurrentpage {
    font-size: 14px;
  }
}


  .thecurrentpage img {
    width: 8px;
    height: auto;
    margin: 0 5px; }
  .thecurrentpage a {
    color: #6c6c6c
  }

.recovery {
  margin-top: 40px; }
  .recovery .recovery-h4 {
    font-size: 18px !important;
    font-weight: 600; }
  .recovery h4 {
    font-size: 24px;
    color: #000;
    text-align: center;
    justify-content: center; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .recovery h4 {
        flex-direction: column; } }
    .recovery h4 span {
      width: 99px;
      height: 30px;
      border: 2px solid #0CA0F8;
      border-radius: 5px;
      color: #0E0724;
      font-size: 16px;
      justify-content: center;
      align-items: center;
      margin-left: 13px; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .recovery h4 span {
          margin-left: 0px;
          margin-top: 10px; } }
      .recovery h4 span img {
        width: 16px;
        height: auto;
        margin-right: 5px; }
  .recovery h5.videoh5 {
    text-align: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 25px;
    font-size: 18px; }
  .recovery h5.videoh6 {
    text-align: center;
    justify-content: center;
    font-weight: 500;
    margin-top: 10px;
    font-size: 18px; }
    .recovery h5.videoh5 img {
      width: calc(31px / 2);
      height: auto;
      margin-left: 7px; }
  .recovery-list {
    margin-top: 65px;
    margin-bottom: 50px;
    flex-wrap: wrap; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .recovery-list {
        flex-direction: column; } }
    .recovery-list-item {
      width: calc(100% / 3 - 26px);
      min-height: 250px;
      height: auto;
      background: #FFFFFF;
      border: 3px solid #F0F0F0;
      border-radius: 20px;
      margin-right: 38px;
      text-align: center;
      display: flex;
      transition: all .2s;
      cursor: pointer;
      margin-bottom: 50px;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      position: relative;}
      @media screen and (min-width: 1025px) {
        .recovery-list-item:nth-child(3n + 0) {
          margin-right: 0; } }
      @media screen and (min-width: 992px) and (max-width: 1024px) {
        .recovery-list-item {
          width: calc(100% / 3 - 26px); }
          .recovery-list-item:nth-child(3n + 0) {
            margin-right: 0; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .recovery-list-item {
          width: calc(100% / 2 - 19px);
          margin-bottom: 75px; }
          .recovery-list-item:nth-child(2n + 0) {
            margin-right: 0; }
          .recovery-list-item:nth-child(3n + 0) {
            margin-bottom: 40px; } }
      .recovery-list-item.active {
        border: 3px solid rgba(0, 125, 255, 0.7);
        border-radius: 20px;
        position: relative; }
        .recovery-list-item.active::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background: rgba(188, 221, 255, 0.1); }
      .recovery-list-item.active:hover {
        border: 3px solid rgba(0, 125, 255, 0.7); }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .recovery-list-item {
          width: 100%;
          margin-right: 0;
          margin-bottom: 1.68rem; }
          .recovery-list-item:nth-child(3n + 0) {
            margin-bottom: 15px; } }
      .recovery-list-item .img {
        width: calc(128px / 2);
        height: 67px;
        position: relative;
        margin: 0 auto; }
        .recovery-list-item .img img {
          width: 100%;
          height: auto;
          position: absolute;
          top: -50%; }
        .recovery-list-item .img span {
          position: absolute;
          width: 38px;
          height: 38px;
          background: #FFD218;
          border-radius: 50%;
          justify-content: center;
          right: -5px;
          font-size: 12px; }
          @media screen and (min-width: 320px) and (max-width: 767px) {
            .recovery-list-item .img span {
              width: 0.92rem;
              height: 0.92rem;
              font-size: 0.33rem; } }

      .recovery-list-item .angle-mark {
        position: absolute;
        top: 0;
        right: 0; }
        .recovery-list-item .angle-mark img {
          width: 80px; }

      .recovery-list-item h4 {
        font-size: 20px;
        width:280px;
        color: #000; }
      .recovery-list-item p.p1 {
        font-size: 14px;
        font-weight: 100;
        color: #666; }
      .recovery-list-item p.p2 {
        font-size: 20px;
        color: #FA5A4C;
        font-weight: bold; }
        .recovery-list-item p.p2 span {
          font-size: 18px;
          color: #666;
          font-weight: 300;
          text-decoration: line-through; }
      .recovery-list-item p.p3 {
        font-size: 16px;
        color: #FA5A4C;
        font-weight: 100; }
      .recovery-list-item .radio {
        width: 100%;
        height: 54px;
        background: #EFEFEF;
        display: flex;
        margin-top: 15px;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 18px 18px; }
        .recovery-list-item .radio img {
          width: 14px;
          height: auto; }
    .recovery-list-item:hover {
      border: 3px solid #000; }
  .recovery-box {
    width: 100%;
    min-height: 108px;
    height: auto;
    background: #FFFFFF;
    border: 2px solid #F0F0F0;
    margin-bottom: 30px;
    border-top: 0; }
    .recovery-box-doc {
      display: flex;
      justify-content: space-between;
      padding: 0 30px;
      height: 100%; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .recovery-box-doc {
          padding: 0 23px; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .recovery-box-doc {
          flex-direction: column;
          padding: 20px 0.5rem 0; } }
      .recovery-box-doc-list {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (min-width: 320px) and (max-width: 767px) {
          .recovery-box-doc-list {
            flex-direction: column; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .recovery-box-doc-list {
            flex-direction: column; } }
        .recovery-box-doc-list-item {
          width: 50%;
          display: flex;
          align-items: center;
          height: 50%; }
          @media screen and (min-width: 320px) and (max-width: 767px) {
            .recovery-box-doc-list-item {
              width: 100%;
              flex: 1;
              line-height: 1.2rem; } }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .recovery-box-doc-list-item {
              width: 100%;
              flex: 1;
              line-height: 40px; } }
          .recovery-box-doc-list-item span {
            font-size: 14px;
            color: #868686; }
          .recovery-box-doc-list-item img {
            width: calc(39px / 2);
            height: auto;
            margin-right: 10px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .recovery-box-doc-list-item span {
            height: 40px;
            margin-top: 15px;
            line-height: 25px;
          }
          .recovery-box-doc-list-item:last-child {
            margin-bottom: 15px; } }
        @media screen and (min-width: 320px) and (max-width: 767px) {
            .recovery-box-doc-list-item span {
            height: 40px;
            margin-top: 15px;
            line-height: 25px;
          }
          }
      .recovery-box-doc-right-img {
        margin-bottom: 10px;
        display: flex; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .recovery-box-doc-right-img {
            margin: 0 auto; } }
        .recovery-box-doc-right-img img {
          cursor: pointer;
          width: 160px;
          height: auto;
          margin-left: 13px; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .recovery-box-doc-right-img img {
              width: 169px;
              margin-top: 5px; } }
      .recovery-box-doc-right p {
        color: #666;
        font-size: 16px;
        font-weight: 100;
        text-align: center;
        margin-bottom: 10px; }
        .recovery-box-doc-right p span {
          color: #FA5A4C;
          font-size: 18px;
          font-weight: bold;
          margin-left: 3px; }
      .recovery-box-doc-right .w-bank-img {
        /*width: calc(297px / 2);*/
        height: auto;
        margin-top: 17px;
        /*margin-left: 14px;*/ }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .recovery-box-doc-right .w-bank-img {
          /*width: calc(297px / 2);*/
          height: auto;
          margin-top: 17px;
          /*margin-left: 13px;*/ } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .recovery-box-doc-right {
          padding-bottom: 0.4rem; }
          .recovery-box-doc-right p {
            padding-right: 0;
            text-align: right;
            margin-top: .8rem; }
          .recovery-box-doc-right-img {
            display: flex;
            flex-direction: column;
            align-items: center; }
            .recovery-box-doc-right-img img {
              width: 7.92rem;
              height: auto;
              margin-top: 0.29rem;
              margin-left: 0; }
              .recovery-box-doc-right-img img:nth-child(1) {
                margin-right: 0; }
          .recovery-box-doc-right .w-bank-img {
            /*width: 3.96rem;*/
            height: auto;
            margin-top: 0.4rem;
            margin-left: 0px; } }

.special-title {
  font-size: 24px;
  color: 000;
  font-weight: bold;
  margin: 20px 0 30px;
  text-align: center; }

.special-list-item {
  width: 100%;
  min-height: 157px;
  height: auto;
  border: 2px solid #F0F0F0;
  border-radius: 20px;
  padding: 20px 32px;
  position: relative;/*off*/
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .special-list-item {
      padding: 20px; } }
  @media screen and (min-width: 320px) and (max-width: 996px) {
    .special-list-item {
      display: flex;
      flex-direction: column;
      padding: 0.5rem 0.5rem;
      border-radius: 0.4rem;
      text-align: center; } }
  .special-list-item-left {
    display: flex; }
    .special-list-item-left img {
      width: auto;
      height: 67px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .special-list-item-left img {
          width: auto;
          height: calc(131px / 2); } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .special-list-item-left img {
          width: auto;
          height: 1.7rem; } }
  .special-list-item-in {
    flex: 1;
    margin: 0 30px 0 20px; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .special-list-item-in {
        margin: 0; } }
    .special-list-item-in h4 {
      font-size: 20px;
      color: #000;
      font-weight: bold; }
      @media screen and (min-width: 992px) and (max-width: 1024px) {
        .special-list-item-in h4 {
          font-size: 18px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .special-list-item-in h4 {
          margin: 35px 0 14px;
          line-height: 1.2; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .special-list-item-in h4 {
          font-size: 0.53rem;
          text-align: center;
          line-height: 1.2;
          margin: 0.98rem 0 0.57rem; } }
    .special-list-item-in p {
      font-size: 16px;
      color: #666;
      font-weight: 100; }
      @media screen and (min-width: 992px) and (max-width: 1024px) {
        .special-list-item-in p {
          font-size: 14px; } }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .special-list-item-in p {
          margin-bottom: 25px; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .special-list-item-in p {
          font-size: 0.4rem;
          text-align: center;
          margin-bottom: .5rem; } }
  .special-list-item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media screen and (min-width: 320px) and (max-width: 991px) {
      .special-list-item-right {
        /*width: 100%;*/ } }
    .special-list-item-right p {
      text-align: center; }
      .special-list-item-right p span:nth-child(1) {
        color: #FA594B;
        font-size: 20px;
        font-weight: bold; }
      .special-list-item-right p span:nth-child(2) {
        color: #000;
        font-size: 14px;
        text-decoration: line-through;
        margin: 0 10px; }
      .special-list-item-right p span:nth-child(3) {
        color: #FE0000;
        font-size: 14px;
        font-weight: 100; }
    .special-list-item-right .time {
      font-size: 14px;
      color: #999;
      font-weight: 100;
      margin: 0px 0 7px;
      text-align: center; }
    .special-list-item-right button {
      width: 278px;
      height: 48px;
      background: #FA594B;
      border-radius: 10px;
      font-size: 17px;
      color: #FFF;
      font-weight: bold;
      cursor: pointer;
      margin: 0 auto;
      transition: background-color .5s; }
    .special-list-item-right button:hover {
      background: #ff6f62; }

    @media screen and (min-width: 320px) and (max-width: 767px) {
      .special-list-item-right button {
        width: 100%;
      }
    }

.special-list-item:last-child {
  margin-bottom: 80px; }

.w-advantage {
  padding-bottom: 92px; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .w-advantage {
      padding-bottom: 0.93rem; } }
  .w-advantage-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 320px) and (max-width: 767px) {
      .w-advantage-list {
        flex-direction: column; } }
    .w-advantage-list-item {
      width: calc(100% / 3 - 26px);
      height: 316px;
      border: 2px solid #EFEFEF;
      border-radius: 15px;
      margin-right: 38px;
      text-align: center;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      cursor: pointer;
      transition: all .4s; }
      .w-advantage-list-item:hover {
        border: 2px solid rgba(51, 51, 51, 0.24); }
        .w-advantage-list-item:hover h4 {
          color: #1b9eff; }
      @media screen and (min-width: 1025px) {
        .w-advantage-list-item:nth-child(3n + 0) {
          margin-right: 0; } }
      .w-advantage-list-item img {
        width: calc(87px / 2);
        height: auto; }
      .w-advantage-list-item h4 {
        color: #555;
        font-size: 18px;
        height: 40px;
        margin: 25px 0 19px;
        padding: 0 15px;
        transition: all .4s; }
      .w-advantage-list-item p {
        color: #33A0FF;
        font-size: 16px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        .w-advantage-list-item {
          width: calc(100% / 2 - 19px);
          height: calc(70.5vw / 2 - 19px);
          margin-bottom: 31px; }
          .w-advantage-list-item:nth-child(2) {
            margin-right: 0; } }
      @media screen and (min-width: 992px) and (max-width: 1024px) {
        .w-advantage-list-item {
          width: calc(100% / 3 - 26px);
          margin-bottom: 31px; }
          .w-advantage-list-item:nth-child(3) {
            margin-right: 0; } }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .w-advantage-list-item {
          width: 100%;
          height: 6.06rem;
          margin-right: 0;
          margin-bottom: 0.64rem;
          justify-content: flex-start;
          padding-top: 1.28rem; }
          .w-advantage-list-item h4 {
            font-size: 0.42rem;
            margin: 0.5rem 0 0.3rem; }
          .w-advantage-list-item p {
            font-size: 0.37rem; }
          .w-advantage-list-item img {
            width: 1.12rem; } }

  .btn_buy_spec_css {
      width: 160px;
      height: 38.5px;
      background: #FA594B ;
      border-radius: 6px;
      color: #FFF;
      font-size: 17px;
      font-weight: bold;
      transition: background-color .5s;
      margin-left: 10px;
      cursor: pointer; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .btn_buy_spec_css {
           margin-top: 10px;
           margin-left: 0px;
          border-radius: 4px;
          font-size: 14px;
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1024px){
        .btn_buy_spec_css {
          width: 169px;
          height: 42.5px;
          font-size: 18px;
          margin-top: 5px;
        }
      }
    .btn_buy_spec_css:hover {
      background: #ff6f62; }

  .btn_buy_css {
      width: 278px;
      height: 48px;
      background: #FA594B ;
      border-radius: 10px;
      color: #FFF;
      font-size: 17px;
      font-weight: bold;
      transition: background-color .5s;
      cursor: pointer; }
      @media screen and (min-width: 320px) and (max-width: 767px) {
        .btn_buy_css {
          width: 100%; } }
   .btn_buy_css:hover {
      background: #ff6f62; }

  .isIndividuals-selected{
    text-decoration:underline;
  }

  .special-list-item .angle-mark {
    position: absolute;
    top: 0;
    right: 0; }
    .special-list-item .angle-mark img {
      width: 80px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .special-list-item .angle-mark img {
          width: 110px; } }

.new_image{
  width: auto !important;
}

.special-list-item-right p img {
      display: inline-block;
      width: 15px;
      /*height: auto;
      margin-left: 7px;*/ }

.recovery-box-doc-right{
  /*text-align: right;*/
}