.tele_project {
  margin: 26px 0px 48px 124px;
  background-color: var(--colorLightOrange);
  border-radius: 6px;
}

.tele_list {
  margin: 24px 101px 0;
  padding: 24px 0;
}

.tele_item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 103, 0, .3);
  padding: 8px 0 8px 57px;
}

.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 span {
  color: #868686;
}

/* 訂單項目清單 */
.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;
}


.product_txt_title {
  width: 315px;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #17171A;
  /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; */
}

.product_txt_title span {
  font-size: 14px;
}

.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;
    */
  padding: 0 10px;
}

.product_price {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #1B1B1B;
}

.total_box {
  margin-top: 20px;
}

.total_item {
  margin-top: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 186px;
}

.detail_title {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #1B1B1B;
}

.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;
}







/* 申辦人資料/配送資訊 */
.info-area-close {
  height: 221px;
  overflow: hidden;
  margin-bottom: 0 !important;
}

#btn_collapse_open {
  display: none;
}

.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;
}


#btn_collapse_open {
  margin-top: 0;
  position: relative;
  bottom: 50px;
}

#btn_collapse_open img {
  transform: rotate(180deg);
}

hr {
  border: none;
  background: rgba(134, 134, 134, 0.3);
  height: 1px;
}

.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;
}



.no_line::after {
  background-color: rgba(0, 0, 0, 0) !important
}

.bid_terms {
  height: 618px;

  background: #FFFFFF;
  border-top: 1px solid #D1D1D1;
  box-shadow: var(--boxshadow);
  margin-top: 21px;
  position: relative;
}

.bid_terms_text {
  width: 100%;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  padding: 15px 48px 40px 34px;
  scroll-behavior: smooth;
}

.bid_terms p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23.5px;
  color: #1B1B1B;
}
.seven_day_trial{
  background: #FFFFFF;
  border-top: 1px solid #D1D1D1;
  box-shadow: var(--boxshadow);
  margin-top: 21px;
  position: relative;
  padding: 15px 48px 40px 34px;
}
.seven_day_trial p{
  font-weight: 400;
  font-size: 16px;
  line-height: 23.5px;
  color: #1B1B1B;
}
.scroll_ps {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 61.98%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  padding-bottom: 43px;
}

.scroll_btn {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  cursor: pointer;
}
.scroll_btn  p{
  margin-bottom: 0;
}
.scroll_ps p {
  color: #FF6700;
}

.scroll_ps img {
  margin-left: 17px;
  width: 15px;
  height: 18px;
  color: #FF6700;
  position: relative;
  bottom: 1px;
}

.check_label {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px !important;
  color: #1B1B1B;
  position: relative;
  bottom: 3px;
}

.mb_br {
  display: none;
}


.order_area {
  /* margin-bottom: 100px; */
  /*margin: 0 auto 100px;*/
}

.order_area .order_item {
  background: linear-gradient(267.38deg, #FFFFFF -17.9%, #F9F9F9 101.58%);
  border: 3px solid #FFFFFF;
  border-radius: var(--roundCornerBig);
  position: relative;
  display: flex;
  text-align: center;
  box-shadow: var(--boxshadow);
  padding: 40px 15px 33px 40px;
  margin: 10px 0;
  cursor: pointer;
  align-items: stretch;
  gap: 56px;
  width: calc(100% / 2 - 25px);
}

.order_area .order_item .img {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; 
}
.order_area .order_item .img.img_hover{
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
}
.order_area .order_item .desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  color: #FF6700;
  margin-top: 13px;
}
.order_area .order_item .desc.desc_hover{
  display: none;
}
.order_area .order_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  /*width: fit-content;
  justify-content: flex-start;*/
  width: 100%;
  justify-content: space-between;
  /*gap: 96px;*/
  /*gap:44px;*/
  border: none;
  background-color:transparent ;
  border-radius: 0;
}

.order_area .order_description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.order_area .order_title {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 29px;
  color: #868686;
}

.order_area .order_title.mr {
  margin-right: 25px;
}

.order_area .order_text {
  list-style: decimal;
  text-align: left;
  padding-left: 1.5rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #868686;

}

.order_img {
  min-width: 110px;
  position: relative;
}

.order_img .desc_hover,
.order_img .img_hover {
  /*display: none !important;*/
}

.order_area .order_item:hover .order_img .desc_hover,
.order_area .order_item:hover .order_img .img_hover {
  /*display: block !important;*/
}

.order_area .order_item:hover .order_img .desc_normal,
.order_area .order_item:hover .order_img .img_normal {
  /*display: none;*/
}
.order_area .order_item:hover .img.img_hover{
  opacity: 1;
}
.order_area .order_item:hover .desc_normal{
  color: var(--colorPurple) !important;
}
.data_set {
  width: auto;
  max-width: 1412px;
  /*margin: 48px auto 80px;*/
  margin-top: 40px;
  padding: 35px 60px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 10px;
}

.data_item_box {
  padding: 12px 0;
  border-bottom: 1px solid #D1D1D1;
  cursor: pointer;
}

.data_item_box:first-child {
  padding-top: 0;
}
.data_item_box:last-child{
  border-bottom: none;
}
.data_set .data_item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.data_set .date_text {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #595757;
}

.data_set .date_text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FF6700;
}

.data_set .date_icon {}

.data_set .icon_hover {
  display: none;
}

.data_set .data_item:hover .icon_hover {
  display: block;
}

.data_set .data_item:hover .icon_normal {
  display: none;
}

.data_set .data_item:hover .date_text {
  color: #FF6700;
}

.data_set .data_item.disabled:hover{
  cursor: default;
}
.data_set .data_item.disabled:hover .date_text{
  color: #595757;
}
.data_set .data_item.disabled:hover .icon_hover {
  display: none;
}
.data_set .data_item.disabled:hover .icon_normal {
  display: block;
}
.data_set .data_item.disabled:hover {
  background: none
}
.data_set .data_item:hover {
  background: rgba(255, 103, 0, 0.1);
}
.alert_info{
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #868686;
  margin: 8px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.alert_info i{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../assets/icons/alert_orange.svg);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
  /*cursor: pointer;*/
}
.alert_info + .shop_tool{
  margin-top: 15px;
}
.head_hello{
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  margin-bottom: -50px;
}
.head_hello .user_icon{
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
@media (max-width: 1366px) {
  .order_area .order_item .desc {
    font-size: 18px;
    line-height: 28px;
  }

  .order_area .order_list {
    justify-content: space-between;
    gap: 30px;
  }
}

@media (max-width: 1250px) {
  .product_price {
    margin-right: 30px;
  }

  .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;
  }
}

@media (max-width: 1100px) {
  .product_txt_title {
    width: 190px;
    font-size: 17px;
    text-align: justify;
  }
}

@media (max-width: 1000px) {
  .order_group {
    padding: 24px;
  }

  .tele_list {
    margin: 24px 19px 0;
  }

  .agree_check {
    margin-bottom: 89px;
  }

  .check_label {
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .order_area {
    padding: 0;
    /*margin-bottom: 50px;*/
  }

  .order_area .order_item {
    /*margin: 10px 20px;*/
    margin: 10px 0;
    padding: 15px;
    align-items: center;
    gap: 15px;
    width: 100%;

  }

  .order_area .order_item .img {
    width: 48px;
    margin: 0 auto;
  }

  .order_area .order_item .img img {
    width: 48px;
  }

  .order_area .order_title {
    font-size: 16px;
    line-height: 23px;
  }

  .order_area .order_text {
    font-size: 16px;
    line-height: 23px;
    padding-left: 1.2rem;

  }

  .order_area .order_item .desc {
    font-size: 16px;
    margin-top: 10px;
  }

  .order_area .order_list {
    /*margin-left: -20px;
    margin-right: -20px;*/
    gap: 0;
  }
}

@media (max-width: 900px) {
  .sponsor_info {
    margin: 26px 0px 31px 120px;
  }
}

@media (max-width: 830px) {
  .data_set {
    margin: 32px 0;
    padding: 21.5px 24px;
  }
}

@media (max-width: 768px) {
  .sponsor_info {
    margin: 26px 0px 31px 18px;
  }

  .tele_list {
    padding: 24px 0;
  }

  .tele_project {
    margin: 26px 0px 24px 0px;
  }

  .tele_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;
  }

  .check_label {
    font-size: 16px;
  }

  .order_item {
    width: 100%;
  }

  .order_area .order_item .desc {
    font-size: 16px;
    line-height: 26px;
  }

  .order_area .order_item .img {
    width: 42px;
  }

  .order_area .order_item .img img {
    width: 42px;
  }

  .data_set {
    margin-bottom: 118px;
  }

  .data_set .date_text,
  .data_set .date_text span {
    font-size: 16px;
    line-height: 23px;
  }

  .data_set .data_item {
    padding: 10px 16px;
  }

  .data_item_box {
    padding: 8px 0;
  }
  .alert_info{
    font-size: 14px;
  }  
}
@media (max-width: 767px) {
  .head_hello{
      font-weight: 400;
      font-size: 16px;
      line-height: 23px;
      display: flex;
      align-items: center;
      margin-bottom: -30px;
  }
  .head_hello .user_icon{
      width: 24px;
      height: 24px;
      margin-right: 8px;
  }
}
@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;
  }
  .order_img{
    min-width: 85px;
  }
  .order_area .order_item {
    /*margin: 0px 10px;*/
    margin: 0;
    gap: 10px;
    padding: 15px 10px 15px 8px;
      /* padding: 0; */
  }

  .order_area .order_list {
    /*margin-left: -10px;
    margin-right: -10px;*/
    gap: 20px;
  }
  .order_area .order_title{
    font-size: 14px;
  }
  .order_area .order_text{
    font-size: 14px;
  }
  .order_area .order_item .desc{
    font-size: 14px;
  }
  .body_Mobile_device .order_area .order_item:hover .img.img_hover{
    opacity: 0 !important;
  }
  .body_Mobile_device .order_area .order_item:hover .desc_normal{
    color: var(--colorOrange) !important;
  }
  .body_Mobile_device .order_area .order_item:active .img.img_hover{
    opacity: 1 !important;
  }
  .body_Mobile_device .order_area .order_item:active .desc_normal{
    color: var(--colorPurple) !important;
  }
}

@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: center;
  }

  .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;
    padding: 0 2px;
    text-align: left;
  }

  .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_pic {
    padding-left: 0;
    margin-right: 19px;
  }

  .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
  }

  .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;
  }

  .btn_collapse {
    margin: 19px auto 59px;
  }

  .bid_terms {
    height: 424px;
  }

  .bid_terms_text {
    padding: 16px 24px 40px 24px;
  }

  .bid_terms p {
    font-size: 14px;
    line-height: 21px;
  }

  .contract_div .twm-table-order td {
    font-size: 14px;
  }

  .contract_div .table td {
    font-size: 14px;
  }

  .check_label {
    font-size: 14px;
  }

  .mb_br {
    display: block;
  }
  .seven_day_trial{
    padding: 16px 24px 40px 24px;
  }
  .seven_day_trial p{
    font-size: 14px;
    line-height: 21px;
  }
}