body {
  background: #fff;
  -moz-user-select:none;
}

.header {
  width: 100%;
  height: 76.25rem;
  background: url("../images/a_c.png") center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.r-l {
  border-radius: 1000px;
  background: linear-gradient(90deg, #fc7a19 0%, #f55953 100%);
}

.tabs {
  margin-top: 12rem;
}

.tabs ul {
  margin: 4.63rem auto 0;
}

.pad {
  padding: 1.5rem 1.25rem;
}

.tabs ul li {
  position: relative;
  width: 17.63rem;
  height: 8.88rem;
  color: #111928;
  font-size: 1rem;
  line-height: 1.5rem;
  box-shadow: 0rem 0.13rem 1.38rem 0rem rgba(77, 81, 88, 0.17);
  border-radius: 1.25rem;
  cursor: pointer;
  box-sizing: border-box;
  background: #fff;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.tabs ul li .tag{
  position: absolute;
  font-size: 10px;
  top: -0.875rem;
  right: 0;
  height: 1.75rem;
  line-height: 1.75rem;
  background: linear-gradient( 270deg, #F55953 0%, #FD7C15 100%);
  border-top-left-radius: 1000rem;
  border-bottom-left-radius: 1000rem;
  border-top-right-radius: 1000rem;
  text-align: center;
  color: #fff !important;
}
.tabs ul li:nth-of-type(2) .tag{
  background: #FF1111;
}
.tabs ul li .time{
  line-height: 1rem;
  height: auto;
  padding: 0.375rem 0.45rem 0.375rem 0.75rem;
}
.tabs ul li .tag span{
  display: inline-block;
  padding: 1px 2px;
  margin: 0 2px;
  /* height: 1.2rem; */
  line-height: 1rem;
  border-radius: 4px;
  background: #fff;
  color: #FF6633;
}
.tabs ul li:hover {
  transform: translateY(-4px);
  box-shadow: 0rem 0.38rem 1.88rem 0rem rgba(77, 81, 88, 0.25);
  color: #20c271;
}

.tabs ul li.active {
  position: relative;
  color: #20c271;
  border-color: #20c271;
}

.tabs ul li.active::after {
  content: "";
  position: absolute;
  background: url("../images/ac-1.png") center no-repeat;
  background-size: contain;
  width: 3.44rem;
  height: 3.44rem;
  right: -2px;
  bottom: -2px;
}

.tabs ul li h4 {
  margin-bottom: .65rem;
  padding-left: 1.92rem;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.tabs ul li p{
  padding: 0 0.75rem;
}
.tabs ul li h4::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  left: 0;
  top: 50%;
  background: url("../images/ii-1.png") center no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}

.tabs ul li:nth-of-type(2) h4::after {
  background: url("../images/ii-2.png") center no-repeat;
  background-size: cover;
}


.tabs ul li:nth-of-type(3) h4::after {
  background: url("../images/ii-3.png") center no-repeat;
  background-size: cover;
}
.tabs ul li:nth-of-type(4) h4::after {
  background: url("../images/ii-4.png") center no-repeat;
  background-size: cover;
}

.up {
  width: 75rem;
  /*height: 51.25rem;*/
  margin: 2.5rem auto;
  background: #ffffff;
  box-shadow: 0rem 0.25rem 1.5rem 0rem rgba(76, 81, 104, 0.08);
  border-radius: 1.5rem;
}

.up>div {
  padding: 1.5rem;
}

.u_i {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.u_i:first-child {
  margin: 0;
}
.u_i>p{
  font-size: 1.125rem;
  white-space: nowrap;
  
}
.u_i li {
  padding: 0.38rem 1.13rem;
  margin-right: 0.88rem;
  background: #e8ecf4;
  font-size: 1.125rem;
  border-radius: 0.38rem;
  border: 0.06rem solid #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
}

.u_i li:hover {
  background: #e6ebff;
  border-color: #2656e7;
  color: #2656e7;
}

.u_i li.active {
  color: #2656e7;
  background: #eaf0ff;
  border-color: #2656e7;
}

.u-w img {
  margin: 0 auto;
  width: 3.13rem;
  height: 3.13rem;
}

.u-w h4 {
  margin: 1rem 0 1.25rem;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.25rem;
  font-weight: bold;
}

.u-w p {
  font-size: 1rem;
  color: #666666;
  line-height: 1rem;
}

.u-w .btn {
  margin: 2.5rem auto 0;
  width: 16.5rem;
  height: 4.38rem;
  line-height: 4.38rem;
  font-size: 1.75rem;
  color: #2656e7;
  background: #dde4ff;
  border-radius: 0.8rem;
  border: 1px solid #2656e7;
  transition: all 0.3s ease;
  cursor: pointer;
}

.u-w .btn:hover {
  background: #2656e7;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(38, 86, 231, 0.3);
}

.w70 {
  margin: 0 auto;
  width: 70rem;
  box-sizing: border-box;
}

.up-list {
  margin: 1.25rem auto 0;
}

.up-list h4 {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.25rem;
}

.up-list ul {
  margin: 1.25rem;
  font-size: 1rem;
  color: #666666;
  line-height: 1rem;
}

.up-list li {
  margin-bottom: 1rem;
}

.up-list li i {
  color: #2656e7;
  cursor: pointer;
}

.submit {
  margin-top: 3.75rem;
  width: 14.13rem;
  height: 4.38rem;
  line-height: 4.38rem;
  color: #fff;
  font-size: 1.75rem;
  background: #2656e7;
  text-align: center;
  border-radius: 1rem;
  box-sizing: border-box;
  cursor: pointer;
}

.query-btn {
  display: block;
  margin: 3.75rem auto 1.5rem;
  width: 16.5rem;
  height: 4.38rem;
  background: #dde4ff;
  border-radius: 1rem;
  border: 0.06rem solid #2656e7;
  font-size: 1.45rem;
  color: #2656e7;
  font-weight: bold;
  line-height: 1.45rem;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}

.query-btn:hover {
  background: #2656e7;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(38, 86, 231, 0.3);
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table thead {
  background: #e9ebf2;
}

.table th,
.table td {
  padding: 1.5rem;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.table th {
  font-weight: normal;
  color: #111928;
  font-size: 1.25rem;
}

.table td {
  font-size: 1.125rem;
}

tbody tr td:nth-of-type(2),
tbody tr td:nth-of-type(3) {
  color: #707378;
}

.status-tag {
  display: inline-block;
  padding: 0.62rem 0.88rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
}

.status-tag:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.status-tag.blue {
  background: #2656e7;
  color: #fff;
}

.status-tag.orange {
  background: #f2a100;
  color: #fff;
}

.operation-link {
  font-size: 1rem;
  color: #2656e7;
  text-decoration: none;
  margin-left: 1.8rem;
}

.info-cards {
  margin: 2.6rem auto;
  width: 44.5rem;
}

.info-card {
  background: #e2ebfe;
  border-radius: 2.88rem;
  padding: 1rem 0;
  margin-bottom: 0.63rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.info-card:hover {
  background: #2656e7;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(38, 86, 231, 0.3);
}

.info-card:hover p {
  color: #ffffff;
}

.info-card .icon {
  width: 0.9rem;
  height: 1.07rem;
  margin-right: 0.81rem;
  margin-left: 6.13rem;
  color: #2656E7;
}

.info-card p {
  font-size: 1rem;
  color: #111928;
  line-height: 1rem;
}

.tab-container {
  display: flex;
  justify-content: center;
  margin: 3.5rem 0 1.88rem;
}

.tabs-wrapper {
  position: relative;
  background: #e8ecf5;
  border-radius: 20px;
  display: inline-flex;
  transition: all 0.3s ease;
}

.tab-button {
  padding: 10px 15px;
  font-size: 14px;
  color: #111928;
  line-height: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: transparent;
  border-radius: 16px;
  position: relative;
  transition: all 0.3s ease;
  outline: none;
  z-index: 1;
}

.tab-button:hover:not(.active) {
  background-color: rgba(24, 144, 255, 0.1);
  color: #2656E7;
}

.tab-button.active {
  color: #fff;
}

.tab-indicator {
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(50% - 4px);
  height: calc(100% - 4px);
  background-color: #2656E7;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.content-area {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 22rem;
  background: #f4f7fe;
  border-radius: 1.5rem;
  text-align: center;
}

.content-panel {
  display: none;
  width: 100%;
}

.content-panel.active {
  display: block;
}

.text-input {
  width: 98%;
  height: 16rem;
  padding: 1.5rem;
  border: 0.06rem solid #dde4ff;
  border-radius: 1rem;
  background: #ffffff;
  font-size: 1rem;
  color: #333333;
  line-height: 1.6rem;
  resize: none;
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.text-input:focus {
  border-color: #2656e7;
  box-shadow: 0 0 0 0.125rem rgba(38, 86, 231, 0.1);
}

.f_if {
  display: flex;
  align-items: center;
}

.text-input::placeholder {
  color: #9ca3af;
}

.payment-modal {
  width: 90%;
  max-width: 56rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #ffffff;
}

.payment-modal .modal-header {
  padding: 1.5rem 2rem;
  border-bottom: 0.06rem solid #e9ebf2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.payment-modal .modal-title {
  font-size: 1.38rem;
  color: #111928;
  font-weight: 500;
  margin: 0;
}

.close-icon {
  width: 1.5rem;
  /* height: 1.5rem; */
  cursor: pointer;
}

.payment-modal .modal-body {
  padding: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
}

.modal-qr {
  flex-shrink: 0;
  width: 20rem;
}

.payment-methods {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  background: #E8ECF5;
  border-radius: 100rem;
  padding: 0.38rem;
}

.payment-method {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 1rem;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 0.8rem;
  transition: all 0.3s ease;
  font-size: 1.13rem;
  color: #6b7280;
}

.payment-method.active {
  background: #ffffff;
  color: #2656e7;
  border-radius: 1000rem;
  box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.05);
}

.wx-icon,
.zfb-icon {
  width: 1.75rem;
  height: 1.75rem;
  margin-right: 0.75rem;
}

.payment-info {
  margin-bottom: 0;
  flex: 1;
}

.guarantee-tag {
  background: #eaf0ff;
  border-radius: 0.8rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.guarantee-tag span {
  display: block;
  font-size: 1rem;
  color: #2656e7;
  line-height: 1.5rem;
  font-weight: 500;
}

.order-details h4 {
  font-size: 1.13rem;
  color: #111928;
  margin-bottom: 1.25rem;
  font-weight: bold;
  padding-bottom: 0.75rem;
  border-bottom: 0.06rem solid #e2e8f0;
}

.order-details p {
  font-size: 1rem;
  color: #111928;
  margin-bottom: 0.88rem;
  line-height: 1.125rem;
}

.order-details .flex p:first-child {
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-weight: 500;
}

.order-details p .red {
  color: #ff0000;
}

.original-price {
  text-decoration: line-through;
  color: #ff0000;
}

.discount {
  color: #111928;
  margin-left: 0.5rem;
  font-weight: 500;
}

.discount-tag {
  position: relative;
  padding-left: 20px !important;
  color: #666;
  font-size: 0.88rem;
  font-weight: 500;
  padding: 0.25rem 0.75rem;
  margin-top: 0.5rem;
}

.discount-tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/t_i.png") center no-repeat;
  background-size: cover;
}

.total-price {
  font-weight: bold;
  color: #111928;
  margin-top: 1rem;
}

.total-price .price {
  color: #dc2626;
  font-size: 1.5rem;
  font-weight: bold;
}

.original-total {
  text-decoration: line-through;
  color: #9ca3af;
  margin-left: 0.5rem;
  font-size: 0.9rem;
  font-weight: normal;
}

.payment-qr-container {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.qr-code-wechat,
.qr-code-alipay {
  text-align: center;
}

.payment-qr {
  width: 16rem;
  height: 16rem;
  border: 0.25rem solid #ffffff;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.qr-tips {
  margin-top: 1rem;
  font-size: 1rem;
  color: #6b7280;
  font-weight: 500;
}

.payment-confirm {
  text-align: center;
  padding: 0 2rem 2rem 2rem;
}

.confirm-btn {
  width: 100%;
  padding: 1.25rem;
  background: #2656e7;
  color: #ffffff;
  border: none;
  border-radius: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 0.375rem 0.875rem rgba(38, 86, 231, 0.3);
}

.confirm-btn:hover {
  background: #1e40af;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 12px !important;
  }
  .header{
    height: auto;
  }
  .close-icon {
    width: 100%;
    height: auto;
  }

  .discount-tag {
    padding-left: 16px !important;
  }

  .discount-tag::after {
    width: 12px;
    height: 12px;
  }

  .tabs {
    margin-top: 8rem;
  }

  .tabs ul {
    flex-wrap: wrap;
    margin: 2.63rem auto 0;
  }

  .tabs ul li {
    padding: .75rem;
    width: calc(50% - .25rem);
    min-height: 5.4rem;
    line-height: 1.1rem;
    margin: 0;
    margin-bottom: 1.75rem;
  }

  .tabs ul li h4 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .pc{
    display: none;
  }
  .up {
    margin: 1.25rem auto;
    width: 94%;
  }

  .up>div {
    padding: 2rem 1rem;
  }

  .u_i {
    display: block;
  }

  .u_i>ul {
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 0px;
  }

  .u_i li {
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .tab-container {
    margin: 1.8rem 0 1rem;
  }

  .w70 {
    width: 100%;
    max-width: 100%;
  }

  .u-w p {
    width: 80%;
    margin: 0 auto;
    line-height: 1.6rem;
  }

  .content-area {
    padding: 2rem 0;
    height: auto;
  }

  .text-input {
    width: 96%;
    height: 15rem;
    padding: 1.25rem;
    font-size: 0.9rem;
    border-radius: 0.75rem;
  }


  .payment-modal {
    width: 95%;
    margin: 15% auto;
    border-radius: 1.25rem;
  }

  .payment-modal .modal-header {
    padding: 1.25rem 1.5rem;
  }

  .payment-modal .modal-body {
    padding: 1.5rem;
    flex-direction: column;
    gap: 1.5rem;
  }

  .modal-qr,
  .payment-info {
    width: 100%;
  }

  .payment-method {
    padding: 0.88rem;
    font-size: 1rem;
  }

  .wx-icon,
  .zfb-icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }

  .guarantee-tag {
    padding: 0.88rem;
    margin-bottom: 1.25rem;
    border-left: 0.4rem solid #2656e7;
  }

  .guarantee-tag span {
    font-size: 0.9rem;
  }
  .order-details h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 0.06rem solid #e2e8f0;
  }

  .order-details p {
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
  }

  .total-price .price {
    font-size: 1.5rem;
  }

  .payment-qr {
    width: 12rem;
    height: 12rem;
    margin: 0 auto;
  }

  .qr-tips {
    font-size: 0.9rem;
    margin-top: 0.88rem;
  }

  .confirm-btn {
    padding: 1.25rem;
    font-size: 1.25rem;
    border-radius: 0.88rem;
  }

  .payment-confirm {
    padding: 0 1.5rem 1.5rem;
  }
  .pad{
    padding: .5rem .25rem;
  }
  .u-w .btn {
    font-size: 1.4rem;
    width: 14rem;
    height: 3.38rem;
    line-height: 3.38rem;
  }

  .up-list ul {
    margin: 1.2rem 0.35rem 0.35rem;
    line-height: 1.5rem;
  }
  .up-list li{
    margin-right: .6rem;
  }
  .up-list li p {
    width: 88%;
    flex-shrink: 1;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .up-list li i {
    flex-shrink: 0;
    margin-left: 0.5rem;
  }

  .submit {
    margin: 0 auto;
    width: 60%;
    max-width: 200px;
    height: 3rem;
    font-size: 1.3rem;
    line-height: 3rem;
    border-radius: 0.6rem;
  }

  .query-btn {
    margin: 1.75rem auto 0.75rem;
    width: 14.5rem;
    font-size: 1.2rem;
    height: 3.38rem;
    border-radius: 0.56rem;
  }

  .info-cards {
    margin: 2.6rem auto 0;
    width: 100%;
  }

  .info-card .icon {
    margin-left: 1.68rem;
  }

  .info-card p {
    width: 84%;
    font-size: 1rem;
    line-height: 1.4rem;
  }


  .file-list {
    width: 94%;
    margin: 0 auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table {
    min-width: 640px;
    font-size: 0.9rem;
  }

  .table th,
  .table td {
    padding: 1rem 1.5rem;
  }

  .table th {
    font-size: 1rem;
  }

  .table td {
    font-size: 0.9rem;
  }

  .status-tag {
    padding: 0.4rem 0.6rem;
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
    display: inline-block;
  }

  .operation-link {
    font-size: 0.9rem;
    margin-left: 0.8rem;
  }
}