.jszc-top {
  display: flex;
  padding: 1.08rem 0;
  }
  .jszc-top img {
    max-width: calc(50% - 0.48rem);
    margin-left: 0.48rem; }
  .jszc-top .jszc-top-txt {
    width: 50%; }
    .jszc-top-txt .btn{
            font-size: 0.24rem;
    padding: 0.18rem 0.3rem;
    border-radius: 0.1rem;
    }
  .jszc-top.right {
    text-align: right; }
    .jszc-top.right .jszc-top-txt p{
        margin-bottom: 0rem;
    }
    .jszc-top.right img {
      margin-left: 0;
      margin-right: 0.48rem; }

.jszz-tit h2 {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.48rem;
  margin-bottom: 0.24rem; }
.jszz-tit h6 {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.16rem;
  margin-bottom: 0.24rem; }
.jszz-tit p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-bottom: 0.24rem; }
  .order-tit{
      margin: 0.8rem 0;
  }
.order-tit h2 {
  font-family: HarmonyOS_Sans_SC_Light;
  font-size: 0.48rem;
  margin-bottom: 0.24rem; }
.order-tit h6 {
  font-family: HarmonyOS_Sans_SC_Medium;
  font-size: 0.16rem;
  margin-bottom: 0.24rem; }
.order-status {
  display: flex;
  justify-content: space-between;
  width: 90%;
    margin: 0 auto; }
  .order-status .order-status-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .order-status .order-status-item .txt{
        font-size: 0.24rem;
    }
    .order-status .order-status-item img {
      height: 0.72rem;
      margin-bottom: 0.12rem; }
    .order-status .order-status-item:after {
      content: '';
      display: block;
      background: url("../images/right.png") no-repeat center center;
      width: 0.45rem;
      height: 0.3rem;
      position: absolute;
      right: calc(-50% - 0.5rem);
      top: calc(50% - 0.15rem); }
    .order-status .order-status-item:last-child:after {
      display: none; }

.bg-gray {
  background: #ededed; }

.jszc-list {
  margin: 0.5rem 0;
    
}
  .jszc-list .jszc-item {
    display: flex;
    margin-bottom: 0.2rem;
    background: #fff;
    height: 100%;
    flex-direction: column;
    padding: 0.24rem; }
    .jszc-list .jszc-item .icon img {
      width: 0.54rem; }
    .jszc-list .jszc-item .txt {
      margin-top: 0.48rem; }
      .jszc-list .jszc-item .txt h4 {
        font-size: 0.24rem;
        margin-bottom: 0.14rem; }
      .jszc-list .jszc-item .txt p {
        font-size: 0.14rem;
        margin-bottom: 0.04rem; }

.jsfw-gray {
  padding: 0.32rem 0; }

@media (max-width: 991px) {
  .jszc-top {
    flex-direction: column; }
    .jszc-top .jszc-top-txt {
      width: 100%;
      margin-bottom: 0.12rem; }

  .jszc-top img {
    max-width: 100%;
    width: 100%;
    margin-left: 0; }

  .order-status .order-status-item img {
    height: 0.32rem; }

  .order-status .order-status-item:after {
    background-size: 50%; }

  .jszc-top.right {
    flex-direction: column-reverse;
    text-align: left; }

  .jszc-list > div {
    margin-bottom: 0.24rem; } }
@media (max-width: 480px) {
  .order-status .order-status-item:after {
    display: none; }

  .jszz-tit h2 {
    font-size: 0.32rem; } }

/*# sourceMappingURL=jszc.css.map */
