.finish_view {
    margin-left: 123px;
  }
  .finish_pic {
    margin-top: 84px;
    text-align: center;
  }
  .component-box .finish_pic + .pageHeading{
    margin-top: 10px;
  }
  .finish_pic.finish_pre_order_pic {
    margin-top: 0;
  }
  .finish_pic img {
    width: 64px;
    vertical-align: middle;
  }
  .finish_txt {
    width: fit-content;
    margin: 26px auto 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    color: #FF6700;
    text-align: center;
    position: relative;
  }
  .finish_txt h2 {
    position: relative;
    z-index: 2;
  }
  
  
  .fx_pic1 {
    position: absolute;
    width: 26%;
    left: -13%;
    top: -129%;
  }
  .fx_pic2 {
    position: absolute;
    width: 22%;
    right: -10%;
    top: -16%;
  }
  
  .order_num_box {
    margin-top: 26px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
  }
  
  .finish_num {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000;
  }
  
  .copy_icon {
    cursor: pointer;
  }
  .copy_icon:hover {
    opacity: .8;
  }
  .copy_icon:active {
    opacity: .6;
  }
  
  
  
  
  
  .finish_info {
    border-radius: 6px;
    margin: 40px 0 0 123px;
    background-color: var(--colorLightOrange);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  
  
  .finish_info_box {
    max-width: 616px;
    padding: 32px 0 20px;
    margin: 0 auto;
  }
  
  .finish_info_box a {
    color: #4286DE;
    text-decoration: underline;
  }
  .finish_info_box p {
    padding-left: 11px;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    margin: 8px 19px;
    position: relative;
  }
  .finish_info_box p::before {
    content: '';
    height: 100%;
    width: 4px;
    background-color: #DE5398;
    position: absolute;
    left: 0;
    border-radius: 50px;
  }
  .finish_info_box p:nth-child(1) {
    padding-left: 0 !important;
  }
  .finish_info_box p:nth-child(1)::before {
    width: 0;
  }
  .pre_order_info_box.finish_info_box p:nth-child(1)::before {
    width: 4px;
  }
  .pre_order_info_box.finish_info_box p:nth-child(1) {
    padding-left: 11px !important;
  }
  .finish_info_box .small {
    font-size: 14px;
  }
  .finish_info button {
    min-width: 260px;
    min-height: 60px;
    text-align: center;
    border: 2px solid #FF6700;
    border-radius: 30px;
    background-color: #fff;
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #FF6700;
    margin-bottom: 32px !important;
    cursor: pointer;
  }
  
  .finish_info_box .finish_pink {
    color: #DE5398;
  }
  
  .link_3c {
    text-align: center;
    margin-left: 123px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .link_3c button {
    min-width: 260px;
    min-height: 60px;
    background-color: #FF6700;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
  }
  
  .finish_info button:hover,
  .link_3c button:hover {
    font-weight: 600;
    box-shadow: var(--boxshadow);
  }
  
  .tele_sub_title {
    font-size: 18px;
    line-height: 1.4;
    margin-left: 124px;
    margin-top: 30px;
  }
  
  .tele_sub_title:first-child {
    margin-top: 20px;
  }
  
  .tele_sub_title .red {
    color: var(--color-red);
  }
  
  .tele_sub_title+.tele_project .tele_list {
    margin-top: 15px;
  }
  
  .tele_project,
  .payment_info {
    margin: 0px 0px 0px 124px;
    background-color: var(--colorLightOrange);
    border-radius: 6px;
  }
  .payment_info {
    background-color: rgba(0, 0, 0, 0);
  }
  .payment_info .remark_orange {
    color: #FF6700;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 700;
    margin-top: 30px;
  }
  .tele_list {
    margin: 24px 101px 0;
    padding: 24px 0;
  }
  .payment_info .tele_list {
    margin: 0px 101px 0;
  }
  
  
  .tele_item,
  .payment_item {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 103, 0, .3);
    padding: 8px 0 8px 57px;
  }
  .payment_item {
    border-bottom: none;
  }
  
  .tele_title {
    min-width: 246px;
    width: 246px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #17171A;
  }
  .tele_data {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1B1B1B;
  }
  .tele_data a {
    text-decoration: underline;
    color: #4286DE;
    cursor: pointer;
    display: inline-block;
  }
  
  .tele_data ul {
    padding-left: 20px;
    list-style: disc;
  }
  
  .tele_data span {
    color: #868686;
  }
  
  .tele_data .gray-text {
    color: #868686;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }
  
  
  
  /* 訂單項目清單 */
  .order_list {
    margin: 26px 0px 48px 124px;
    /* background-color: rgba(255, 103, 0, 10%); */
    border-radius: 6px;
    border: 1px solid #D2D2D2;
    background-color: #fff;
  }
  .order_group {
    padding: 32px 61.5px 39px;
  }
  .order_item .project_title {
    background-color: #FF6702;
    border-radius: 6px;
  }
  .project_title .title_txt {
    padding: 8px 0 8px 46px;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
  }
  .order_item .project_content {
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
  .no-product-img {
    padding: 36px 0 36px 208px !important;
  }
  
  .product_pic {
    padding-left: 88px;
  
  }
  .visibility {
    visibility: hidden;
  }
  .product_pic img {
    width: 120px;
    vertical-align: middle;
  }
  
  .product_info {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 16px;
  
  }
  .product_price {
    /*margin-right: 186px;*/
    margin-right: 170px;
  }
  
  
  .product_txt_title {
    width: 315px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #17171A;
    word-break: break-all;
    /*
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;*/
  }
  .product-area {
    display: flex;
    flex: 1;
    align-items: center;
  
  }
  .product_info_ps {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: space-between;
  }
  .product_txt_item {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    width: 50%;
    text-align: center;
    color: #17171A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  
  }
  .product_price {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #1B1B1B;
    text-align: right;
    position: relative;
    min-width: 110px;
  }
  
    .insurance_agree,
    .insurance_agree_check,
    .insurance_pj_agree{
      display: block;
    }
  
    .insurance_agree.active,
    .insurance_agree_check.active,
    .insurance_pj_agree.active{
      display: none;
    }
  
  .insurance_list {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .insurance_list.active {
    display: none;
  }
  
  .insurance_list .product-area {
      gap: 8px 0px;
    justify-content: space-between;
    max-width: calc(100% - 50px);
  }
  
  .insurance_list .insurance_list_title {
    width: 310px;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #17171A;
    word-break: break-all;
  }
  
  .insurance_list .insurance_list_info {
    font-size: 15px;
      color: #868686;
      display: block;
      font-weight: 400;
      line-height: 22px;
      padding: 0 50px;
      width: calc(100% - 540px);
  }
  
  .insurance_list .insurance_list_info b {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #1B1B1B;
    text-align: right;
    width: 240px;
  }
  
  .insurance_product_info {
    font-size: 15px;
    line-height: 22px;
    color: #868686;
    display: block;
    font-weight: 400;
    text-align: left;
    width: 170px;
    text-align: justify;
  }
  
  .order_group .order_num_info {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  /* 垃圾桶 */
  .order_item .project_content .proInfo {
    position: absolute;
  }
  
  .order_item .project_content .delout {
    position: absolute;
    right: -170px;
    top: 5px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url('../assets/material/icon_delout.svg');
    cursor: pointer;
  }
  
  .total_box {
    margin-top: 20px;
  }
  .total_item {
    margin-top: 24px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /*margin-right: 186px;*/
    margin-right: 170px;
  }
  .detail_title {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #1B1B1B;
  }
  
  .detail_title .gray ,.detail_title.gray{
    color: #868686;
  }
  
  .detail_price {
    width: 200px;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    color: #1B1B1B;
    text-align: right;
  }
  .total_amount {
    width: 200px;
    text-align: right;
    font-weight: 700;
    font-size: 32px;
    line-height: 46px;
    color: #F73603;
  }
  
  
  
  
  .order_list .del_btn {
    width: 28px;
    height: 28px;
    /*background-image: url(icon_delout.svg);*/
    background-image: url(../assets/material/icon_delout.svg);
    cursor: pointer;
  }
  
  .order_list.insurance .product_pic {
    padding-left: 20px;
  }
  
  .insurance .order_item .project_content {
    padding: 24px 0px;
    gap: 10px 20px;
  }
  
  .insurance .order_item .project_content.border {
    border-bottom: 1px #FF6702 solid;
  }
  
  .insurance .order_item .project_content.insurance_cancel {
    text-align: center;
    justify-content: center;
    padding: 60px 20px;
    display: none;
  }
  
  .insurance .order_item .project_content.insurance_cancel.active {
    display: block;
  }
  
  .insurance .order_item .project_content.insurance_cancel .text-left {
    text-align: left;
    line-height: 1.5;
  }
  
  
  /* 申辦人資料/配送資訊 */
  .info-area-close {
    height: 221px;
    overflow: hidden;
    margin-bottom: 0 !important;
  }
  #btn_collapse_open {
    display: none;
  }
  hr {
    border: none;
    background: rgba(134, 134, 134, 0.3);
    height: 1px;
  }
  
  .sponsor_info {
    margin: 26px 0px 31px 280px;
    position: relative;
  }
  
  
  .sponsor_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 11px;
  }
  .sponsor_title {
    width: 246px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #17171A;
  }
  .sponsor_txt {
    flex: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #1B1B1B;
    text-align: justify;
  }
  .indent_txt {
    text-indent: -1rem;
    margin-left: 1rem;
  }
  .sponsor_txt span {
    color: rgba(134, 134, 134, 1);
    display: inline-block;
  }
  .sponsor_txt img.alert {
    cursor: pointer;
    display: inline-block;
    width: 17px;
    margin-left: 5px;
    vertical-align: middle;
    margin-bottom: 4px;
  }
  .sponsor_txt img.alert:hover {
    opacity: .8;
  }
  .sponsor_txt img.alert:active {
    opacity: .6;
  }
  
  .btn_collapse {
    margin: 32px auto 96px;
    display: flex;
    align-items: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: var(--colorBlue);
    font-size: 16px;
  }
  #btn_collapse_open {
    margin-top: 0;
    position: relative;
    bottom: 50px;
  }
  #btn_collapse_open img {
    transform: rotate(180deg);
  }
  #info_close_bg {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 61.98%);
    position: absolute;
    width: 85%;
    height: 221px;
    left: 0;
    bottom: 0;
    display: none;
  }
  .btn_collapse:hover {
    opacity: .8;
  }
  .btn_collapse:active {
    opacity: .6;
  }
  /*p{
      font-weight: 500;
      font-size: 16px;
      line-height: 23px;
      color: #4286DE;
    }*/
  .btn_collapse img {
    margin-left: 10px;
    width: 16px;
    height: 16px;
  }
  
  
  
  
  
  hr {
    border: none;
    background: rgba(134, 134, 134, 0.3);
    height: 1px;
  }
  .btn_print {
    margin: 32px auto 0px;
    display: flex;
    align-items: center;
    border: none;
    background-color: #fff;
    cursor: pointer;
  }
  .btn_collapse img {
    margin-left: 10px;
    width: 16px;
    height: 16px;
  }
  
  .mb_br {
    display: none;
  }
  /*
    .popupPage .seven_day_try_wrapper{
      width: 100%;
      padding-bottom: 117px;
    }
    .popupPage .sub_item{
      width: 100%;
      margin: 0 !important;
    }
    .popupPage .radio_toggle_item{
      display: flex;
      flex-direction: column;
      gap: 12px;
    }
    .popupPage .mfo_radio_group,.popupPage .radio_item_wrapper{
      width: 100% !important;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: flex-start !important;
      min-height: 52px !important;
    }
    .popupPage .mfo_radio_group .radio_item_wrapper .content{
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      color: #1B1B1B;
    }
    .popupPage .checkmark{
      display: block !important;
      position: relative !important;
      left: 0 !important;
      top: 0 !important;
      margin-right: 8px;
    }
    */
  .product_txt_title span {
    font-size: 15px;
    color: #868686;
    display: block;
    font-weight: 400;
    line-height: 22px;
  }
  
  .product_txt_title span {
    font-size: 14px;
  }
  
  .product_price span {
    font-size: 15px;
    line-height: 22px;
    color: #868686;
    display: block;
    font-weight: 400;
    margin-right: -170px;
    text-align: left;
    width: 340px;
    text-align: justify;
  }
  .product_price .had_deduct_pre_order {
    position: relative;
    display: inline-block;
    /*margin-top: -17px;*/
  }
  .product_price .had_deduct_pre_order span {
    color: #F73603;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    width: max-content;
    left: 0px;
    margin-top: -2px;
  }
  #relationCheck .seven_day_try_wrapper {
    padding-bottom: 24px;
  }
  #relationCheck .radio_toggle_item {
    display: flex;
    flex-direction: row;
    gap: 12px 20px;
  }
  #relationCheck .radio_item_wrapper {
    justify-content: center !important;
  }
  #relationCheck .mfo_radio_group {
    margin-right: 0;
    width: calc(50% - 10px) !important;
  }
  #relationCheck .checkmark {
    display: none !important;
  }
  #oldCheck .label-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  #oldCheck .old_select {
    flex-direction: column;
    gap: 8px;
  }
  #oldCheck .mfo_select {
    margin-left: 28px;
    width: calc(100% - 51px);
    margin-right: auto;
  }
  #oldCheck .select_box {
    width: 100%;
    border: none;
    background: transparent;
    background-color: transparent;
  }
  #oldCheck .select_box::after {
    content: '';
    display: none;
  }
  #oldCheck .select_box .error {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #F73603;
  
  }
  #oldCheck .show_error .content {
    color: #F73603;
  
  }
  #oldCheck .mfo_radio_group .radio_item_wrapper .select_box input {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #D2D2D2;
    border-radius: 8px;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    width: 100%;
    padding-left: 23px;
    opacity: 1 !important;
    outline: none;
  }
  
  
  
  
  
  @media (max-width: 1300px) {
    .product_price span {
      margin-right: -15vw;
      width: 25vw;
    }
    .insurance_list .insurance_list_info b{
      width: 180px;
    }
  }
  @media (max-width: 1250px) {
    .product_price {
      margin-right: 30px;
    }
    .product_price span {
      margin-right: 0px;
      width: auto;
    }
    .product_pic {
      padding-left: 30px;
    }
    .no-product-img {
      padding: 36px 0 36px 150px !important;
    }
    .project_title .title_txt {
      padding: 8px 0 8px 24px;
    }
    .total_item {
      margin-right: 30px;
    }
    .product_price span {
      margin-right: 0px;
      width: auto;
    }
    .product_price .had_deduct_pre_order span {
      left: auto;
      right: 0px;
    }
  }
  @media (max-width: 1100px) {
    .product_txt_title {
      width: 190px;
      font-size: 17px;
    }
    .product_txt_title span {
      font-size: 14px;
    }
    .product_price span {
      font-size: 14px;
      padding-left: 10px;
    }
    .product_price .had_deduct_pre_order span {
      font-size: 14px;
    }
  
    .insurance_list .insurance_list_title {
      font-size: 17px;
    }
  
    .insurance_list .insurance_list_info {
        width: calc(100% - 410px);
        padding: 0 30px;
  
    }
    .insurance_list .insurance_list_info b{
      width: 100%;
    }
  
  
  }
  @media (max-width: 1000px) {
    .order_group {
      padding: 24px;
    }
    .tele_list {
      margin: 24px 19px 24px;
    }
    .payment_info .tele_list {
      margin: 20px 19px 30px;
    }
    .insurance_list .insurance_list_info {
      width: calc(100% - 410px + 30px);
      padding: 0px;
    }
    .order_list.insurance  .total_box .total_amount{
      padding-right: 15px;
    }
  
  }
  @media (max-width: 900px) {
    .sponsor_info {
      margin: 26px 0px 31px 120px;
    }
  }
  @media (max-width: 768px) {
    .sponsor_info {
      margin: 26px 0px 31px 18px;
    }
    .finish_txt {
      font-size: 18px;
      line-height: 24px;
    }
    .finish_num {
      margin-top: 18px;
      font-size: 14px;
      line-height: 24px;
    }
    .fx_pic1 {
      top: -98%;
    }
    .fx_pic2 {
      right: -9.5%;
      top: 2%;
    }
    .order_num_box .copy_icon {
      margin-top: 18px;
    }
    .finish_view {
      margin-left: 0px;
    }
    .finish_info {
      margin: 40px 0 0 0px;
    }
    .link_3c {
      margin-left: 0;
      margin-top: 24px;
      margin-bottom: 24px;
    }
  
    .finish_info button,
    .link_3c button {
      min-width: 176px;
      min-height: 40px;
      font-size: 16px;
      margin: 5px;
      line-height: 40px;
    }
    .tele_list {
      padding: 14px 0;
    }
  
    .tele_project,
    .payment_info {
      margin: 0px 0px 0px 0px;
    }
  
    .tele_sub_title {
      margin-left: 0;
    }
  
    .tele_item,
    .payment_item {
      gap: 19px;
      padding: 10px 0;
    }
    .tele_title {
      min-width: 120px;
      width: 120px;
    }
    .order_list {
      margin: 26px 0px 48px 0px;
    }
    .product_price {
      font-weight: 700;
      font-size: 20px;
      line-height: 29px;
      color: #1B1B1B;
    }
    .product_info {
      margin-left: 0;
    }
    .total_item {
      margin-top: 10px;
    }
    .detail_tite {
      font-size: 16px;
      line-height: 24px;
    }
    .detail_price {
      width: 200px;
      font-size: 20px;
      line-height: 30px;
    }
    .total_amount {
      width: 200px;
      font-size: 32px;
      line-height: 42px;
    }
    .payment_info .remark_orange {
      font-size: 16px;
    }
    .product_pic {
      padding-left: 20px;
      padding-right: 10px;
    }
    .order_group .order_num_info {
      font-size: 16px;
    }
  
    .insurance_product_info {
      width: 140px;
    }
  
    .order_list.insurance .product_pic {
      padding-left: 0px;
    }
    .order_list.insurance  .total_box .total_amount{
      padding-right: 38px;
    }
    .insurance_pop .popupPage__block--body {
      min-height: auto;
    }
  
      .insurance_list .insurance_list_info {
          width: calc(100% - 390px);
          padding: 0 20px;
    }
  
  
  }
  @media (max-width: 650px) {
    .no-product-img {
      padding: 36px 0 36px 110px !important;
      /* flex-direction: row !important; */
      align-items: flex-end !important;
    }
    .no-product-img .product_price {
      width: fit-content;
    }
    .product_txt_title {
      width: 170px;
      font-size: 16px;
    }
  
    .product_pic {
      padding-left: 10px;
    }
    .product_pic img {
      width: 100px;
    }
    .product_price {
      margin-right: 5px;
    }
    .total_item {
      margin-right: 10px;
    }
    .contract_div .twm-table-order tbody td.format {
      padding-left: 0;
      }
  
      .insurance_list .insurance_list_info {
          width: calc(100% - 350px);
          padding: 0 10px;
    }
  }
  @media (max-width: 640px) {
    .seven_day_try_wrapper {
      width: calc(100% - 52px) !important;
      max-width: unset !important;
      margin: 0 26px !important;
    }
    #relationCheck .radio_toggle_item {
      gap: 12px 10px;
    }
    #relationCheck .radio_item_wrapper {
      padding: 8.5px 0;
    }
    .component-box .finish_pic + .pageHeading{
      margin-top: 0;
    }
  }
  @media (max-width: 575px) {
    .project_content {
      flex-direction: column;
      padding: 10px 0 15px !important;
    }
    .no-product-img {
      padding-left: 0px !important;
    }
    .product-area {
      width: 100%;
      align-items: flex-start;
    }
    .product_info {
      flex-direction: column;
    }
    .product_price {
      text-align: right;
      width: 100%;
    }
    .product_info_ps {
      width: 100%;
      justify-content: flex-start;
      gap: 10px;
      margin-top: 5px;
      padding-right: 3px;
      align-items: flex-end;
    }
    .product_txt_item {
      width: fit-content;
      font-size: 14px;
      line-height: 20px;
      position: relative;
    }
    .product_txt_item:nth-child(2)::before {
      content: 'x';
    }
    .product_price {
      /* margin-right: 10px; */
      font-size: 16px;
      line-height: 23px;
    }
    .project_title .title_txt {
      font-size: 12px;
      line-height: 17px;
      padding: 5px 0 5px 12px;
    }
    .product_txt_title {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      text-align: justify;
      -webkit-line-clamp: 3;
    }
    .product_txt_title span {
      font-size: 12px;
      line-height: 18px;
    }
    .product_price span {
      font-size: 12px;
      line-height: 18px;
    }
    .product_pic {
      padding-left: 0;
      margin-right: 19px;
      padding-right: 0;
    }
    .product_pic img {
      width: 56px;
  
    }
  
    .total_item {
      justify-content: space-between;
    }
    .detail_title {
      font-size: 16px;
      line-height: 23px;
      font-weight: 400;
    }
    .detail_price {
      font-size: 16px;
      line-height: 23px;
    }
    .total_amount {
      width: 150px;
      font-size: 20px;
      line-height: 28px;
    }
  
    .tele_title,
    .tele_data {
      font-size: 14px;
      line-height: 20px;
    }
    .tele_title {
      min-width: 84px;
      width: 84px
    }
  
    .tele_sub_title {
      font-size: 14px;
      margin-top: 20px;
    }
  
    .tele_sub_title+.tele_project .tele_list {
      margin-top: 10px;
    }
  
    .finish_info_box {
      padding-bottom: 20px;
    }
    .pre_order_info_box.finish_info_box {
      padding-top: 20px;
    }
    .finish_info_box p {
      font-size: 14px;
      line-height: 20px;
      margin: 12px 19px;
      padding-left: 16px;
    }
    .link_3c button {
      margin-top: 0;
      margin-bottom: 23px !important;
    }
    .finish_pic img {
      width: 50px;
      vertical-align: middle;
    }
    .finish_pic {
      margin-top: 48px;
      text-align: center;
    }
    .finish_txt {
      margin-top: 14px;
    }
    #info_close_bg {
      height: 140px;
    }
    .product_price span {
      font-size: 12px;
      line-height: 18px;
    }
    .sponsor_info {
      margin: 20px 0px 37px 18px;
    }
    .sponsor_item {
      margin-bottom: 13px;
    }
    .sponsor_title {
      font-size: 14px;
      line-height: 20px;
      width: fit-content;
      width: 86px;
      margin-right: 16px;
    }
    .sponsor_txt {
      font-size: 14px;
      line-height: 20px;
      padding-right: 25px;
      word-break: break-all;
    }
    .btn_collapse {
      margin: 19px auto 41px;
    }
    .mb_br {
      display: block;
    }
    .payment_info .remark_orange {
      font-size: 14px;
      margin-top: 10px;
    }
    .product_price .had_deduct_pre_order {
      padding-bottom: 15px;
    }
  
    .insurance_product_info {
      width: 100%;
      font-size: 14px;
    }
  
  
      
  .project_content.insurance_list {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        
      }
    .insurance_list .product-area {
      /*flex-direction: column;*/
    }
  
      .insurance .order_item .project_content{
        gap: 20px 15px;
      }
  
    .insurance_list .insurance_list_title {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
    }
  
    .insurance_list .insurance_list_info {
      font-size: 12px;
      line-height: 1.5;
      width: 100%;
      padding: 0;
    }
  
      .insurance_list .product-area{
        max-width: calc(100% - 45px);
      }
  
  
      .insurance_list div:nth-child(1){
        order: 1;
      }
      .insurance_list div:nth-child(2){
        order: 3;
      }
      .insurance_list div:nth-child(3){
        order: 2;
      }
  
  
  
    
  
    .project_content.insurance_list .del_btn {
      margin-top: 15px;
    }
  
  
    .insurance .order_item .project_content.insurance_cancel {
      padding: 30px 0 30px !important;
      font-size: 14px;
    }
  
    .order_list.insurance  .total_box .total_amount{
      padding-right: 0px;
    }
    .order_list.insurance  .total_box .total_item{
      margin-right: 0;
    }
    .insurance_list .insurance_list_info b{
      font-size: 16px;
    }
  }