.page-title-wrap {
  background: url(/assets/imgs/page-common/page-top-bg.jpg) no-repeat center;
  background-size: 100% 100%;
}
.page-title-wrap .page-title-content {
  padding: 0.6rem 0 0.75rem;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.page-title-wrap .page-title-content .title-name {
  font-size: 0.4rem;
}
.page-title-wrap .page-title-content .title-desc {
  font-size: 0.24rem;
  font-family: "HyundaiSansTextCN";
}

.back-btn {
  display: block;
  width: 2em;
  padding-left: 1.6em;
  font-size: 0.2rem;
  line-height: 0.58rem;
  color: #00aad2;
  background: url(/assets/imgs/reserve-process/icon-back.png) no-repeat left center;
  background-size: 0.2rem;
  box-sizing: content-box;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
}

.section-title {
  width: 100%;
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #fff;
  background-color: #002c5f;
  text-align: center;
}

.page-content-wrap {
  background-color: #f2f0ee;
  padding-top: 0.7rem;
  margin-bottom: 0.85rem;
}
.page-content-wrap .search-wrap {
  width: 5.45rem;
  padding-bottom: 1.12rem;
  margin: 0 auto;
}
.page-content-wrap .search-wrap .search-label {
  font-size: 0.18rem;
  line-height: 2;
  margin-bottom: 0.12rem;
}
.page-content-wrap .search-wrap .search-field {
  width: 100%;
}
.page-content-wrap .search-wrap .search-field input {
  width: 100%;
  height: 0.42rem;
  border: 1px solid #cfcfcf;
  font-size: 0.16rem;
  padding-left: 0.5em;
  background-color: #fff;
}
.page-content-wrap .search-wrap .search-btn {
  width: 1.6rem;
  margin: 0.98rem auto 0;
}
.page-content-wrap .result-wrap {
  width: 10.8rem;
  margin: 0 auto;
  padding-top: 0.66rem;
  padding-bottom: 0.95rem;
  overflow: hidden;
  position: relative;
}
.page-content-wrap .result-wrap table {
  width: 3.6rem;
  float: left;
}
.page-content-wrap .result-wrap table tr td {
  text-align: center;
  font-size: 0.18rem;
  height: 0.6rem;
  border: 2px solid #f2f0ee;
}
.page-content-wrap .result-wrap table tr td:first-child {
  width: 1.42rem;
  color: #fff;
  background-color: #002c5f;
}
.page-content-wrap .result-wrap table tr td:nth-child(2) {
  color: #666666;
  background-color: #fff;
  font-family: "HyundaiSansTextCN";
}
.page-content-wrap .result-wrap table tr td.ApplyProgress {
  font-size: 0.24rem;
  color: #e63312;
}
.page-content-wrap .result-wrap table tr:last-child td {
  height: 0.8rem;
}
.page-content-wrap .result-wrap table.operator-table {
  width: 100%;
}
.page-content-wrap .result-wrap table.operator-table tr td {
  height: 1.2rem;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-wrap {
  height: 100%;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item {
  height: 100%;
  padding-top: 0.2rem;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item.cancel {
  color: #e63312;
  border-right: 1px solid #f2f0ee;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item.cancel .operator-btn {
  background-color: #e63312;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item.reapply {
  border-left: 1px solid #f2f0ee;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-btn {
  width: 1.6rem;
  margin: 0 auto;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-btn:hover {
  color: #fff;
}
.page-content-wrap .result-wrap table.operator-table tr td .operator-tip {
  font-size: 0.14rem;
  margin-top: 0.14rem;
}
.page-content-wrap .result-wrap.canceled table.operator-table tr td .operator-wrap .operator-item.cancel {
  display: none;
}
.page-content-wrap .result-wrap.canceled table.operator-table tr td .operator-wrap .operator-item.reapply {
  width: 100%;
}
.page-content-wrap .result-wrap.approved table.operator-table tr td .operator-wrap .operator-item.reapply {
  display: none;
}
.page-content-wrap .result-wrap.approved table.operator-table tr td .operator-wrap .operator-item.cancel {
  width: 100%;
}
.page-content-wrap .result-wrap:before {
  content: "";
  width: 10.34rem;
  height: 0;
  border-top: 2px solid #ddd;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1024px) {
  .page-title-wrap {
    background-image: url(/assets/imgs/page-common/page-top-pad-bg.png);
  }
  .page-title-wrap .page-title-content {
    padding: 0.65rem 0 0.8rem;
  }
  .page-title-wrap .page-title-content .title-name {
    font-size: 0.48rem;
  }
  .page-title-wrap .page-title-content .title-desc {
    font-size: 0.3rem;
  }
  .back-btn {
    padding-left: 1.25em;
    padding-right: 0.2rem;
    font-size: 0.32rem;
    line-height: 0.96rem;
    background-size: 0.28rem;
  }
  .section-title {
    line-height: 0.9rem;
    font-size: 0.32rem;
  }
  .page-content-wrap {
    padding-top: 0.75rem;
    margin-bottom: 0.52rem;
  }
  .page-content-wrap .search-wrap {
    width: 8.74rem;
    padding-bottom: 1rem;
  }
  .page-content-wrap .search-wrap .search-label {
    font-size: 0.32rem;
    margin-bottom: 0.24rem;
  }
  .page-content-wrap .search-wrap .search-field input {
    height: 0.92rem;
    border: 2px solid #cfcfcf;
    font-size: 0.28rem;
    padding-left: 0.2rem;
  }
  .page-content-wrap .search-wrap .search-btn {
    width: 3rem;
    font-size: 0.3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.88rem;
  }
  .page-content-wrap .result-wrap {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 0.74rem;
  }
  .page-content-wrap .result-wrap table {
    width: 33.3333333%;
  }
  .page-content-wrap .result-wrap table tr td {
    font-size: 0.28rem;
    height: 0.8rem;
  }
  .page-content-wrap .result-wrap table tr td:first-child {
    width: 1.9rem;
  }
  .page-content-wrap .result-wrap table tr td.ApplyProgress {
    font-size: 0.28rem;
  }
  .page-content-wrap .result-wrap table tr:last-child td {
    height: 1.06rem;
  }
  .page-content-wrap .result-wrap table.operator-table tr td {
    height: 1.92rem;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-wrap {
    height: 100%;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item {
    height: 100%;
    padding-top: 0.25rem;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-btn {
    width: 2.1rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.28rem;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-tip {
    font-size: 0.24rem;
  }
  .page-content-wrap .result-wrap:before {
    width: 12.68rem;
  }
}
@media (max-width: 767px) {
  .page-title-wrap {
    background-image: url(/assets/imgs/page-common/page-top-mob-bg.jpg);
    padding-top: 0.62rem;
  }
  .page-title-wrap .page-title-content {
    padding: 0.62rem 0 0.7rem;
  }
  .page-title-wrap .page-title-content .title-name {
    font-size: 0.4rem;
  }
  .page-title-wrap .page-title-content .title-desc {
    font-size: 0.24rem;
  }
  .page-main-content {
    width: 100%;
  }
  .back-btn {
    width: auto;
    padding-left: 0.32rem;
    padding-right: 0;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.8rem;
    background: url(/assets/imgs/reserve-process/icon-back-w.png) no-repeat left center;
    background-size: 0.21rem;
    position: absolute;
    right: 0.32rem;
  }
  .section-title {
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .page-content-wrap {
    padding: 0 0.32rem;
    padding-top: 0.65rem;
    margin-bottom: 0.8rem;
  }
  .page-content-wrap .search-wrap {
    width: 100%;
    padding-bottom: 0.72rem;
  }
  .page-content-wrap .search-wrap .search-label {
    font-size: 0.24rem;
    margin-bottom: 0.12rem;
  }
  .page-content-wrap .search-wrap .search-field input {
    height: 0.66rem;
    border: 2px solid #cfcfcf;
    font-size: 0.24rem;
    padding-left: 0.18rem;
  }
  .page-content-wrap .search-wrap .search-btn {
    width: 100%;
    font-size: 0.28rem;
    margin-top: 1.18rem;
  }
  .page-content-wrap .result-wrap {
    width: 100%;
    padding-top: 0.35rem;
    padding-bottom: 1.36rem;
  }
  .page-content-wrap .result-wrap table {
    width: 100%;
    margin-top: 0.2rem;
  }
  .page-content-wrap .result-wrap table tr td {
    height: 0.78rem;
  }
  .page-content-wrap .result-wrap table tr td:first-child {
    width: 2.2rem;
  }
  .page-content-wrap .result-wrap table tr:last-child td {
    height: 0.78rem;
  }
  .page-content-wrap .result-wrap table:nth-child(2) tr:last-child td {
    height: 1.58rem;
  }
  .page-content-wrap .result-wrap table:nth-child(3) tr:last-child td {
    height: 1.18rem;
  }
  .page-content-wrap .result-wrap table.operator-table {
    margin-top: -2px;
  }
  .page-content-wrap .result-wrap table.operator-table tr td {
    height: 3.62rem;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-wrap {
    height: 100%;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item {
    height: 50%;
    padding-top: 0.22rem;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item.cancel {
    border-right: 0;
    border-bottom: 1px solid #f2f0ee;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item.reapply {
    border-left: 0;
    border-top: 1px solid #f2f0ee;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-wrap .operator-item.reapply .operator-tip {
    margin-top: 0.3rem;
  }
  .page-content-wrap .result-wrap table.operator-table tr td .operator-tip {
    font-size: 0.2rem;
  }
  .page-content-wrap .result-wrap.canceled table.operator-table tr td .operator-wrap .operator-item.reapply {
    padding-top: 0.905rem;
  }
  .page-content-wrap .result-wrap.approved table.operator-table tr td .operator-wrap .operator-item.cancel {
    padding-top: 0.905rem;
  }
  .page-content-wrap .result-wrap:before {
    width: 100%;
  }
}

/*# sourceMappingURL=reserve-result.css.map */
.input_wrap {
    display: flex;
    align-items: center;
    margin-top: 0.24rem;
}

.input_wrap .search-label {
    margin-bottom: 0 !important;
    flex-shrink: 0;
    width: 1.2rem;
}

.input_wrap .select_item {
    display: block;
    height: 0.42rem;
    width: 100%;
    text-align: center;
    border-color: #cfcfcf;
    appearance: auto;
}


@media (max-width: 1024px) {
    .input_wrap .search-label {
        width: 2.1rem;
    }
    
    
    .input_wrap .select_item {
        border: 2px solid #cfcfcf;
        height: 0.92rem;
        font-size: 0.28rem;
    }
}

@media (max-width: 767px) {
    .input_wrap .search-label {
        width: 1.6rem;
    }
    
    
    .input_wrap .select_item {
        height: 0.66rem;
        font-size: 0.24rem;
    }
}
<!--ºÄÊ±1752991957.8599Ãë-->