@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 18);
  }
}
@media (min-width: 768px) and (max-width: 1921.99px) {
  html {
    font-size: calc(100vw / 19.2);
  }
}
@media (min-width: 1922px) and (max-width: 2558.99px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
@media (min-width: 2559px) and (max-width: 4000px) {
  html {
    font-size: calc(100vw / 22.4);
  }
}
/* 手机 */
@media (max-width: 768px) {
  /* banner */
  .wp-banner-section {
    position: relative;
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 14rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 19vh 5% 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    margin: 0;
    font-size: 0.93333333rem;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    background-color: #fff;
    padding: 0.2rem 0;
    width: 4.5rem;
    margin: 0 auto;
    border-radius: 6.66666667rem;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a span {
    font-size: 0.533333rem;
    color: #000;
    transition: all 0.4s;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a i {
    display: block;
    width: 0.6rem;
    height: 1rem;
    transition: all 0.4s;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a i .icon {
    display: block;
    width: 1rem;
    height: 1rem;
    fill: #000;
    transition: all 0.4s;
  }
  /* 船期查询 */
  .schedule-section {
    width: 100%;
    height: 100%;
    padding: 10% 5%;
    background: #fff;
  }
  .schedule-section .schedule-container {
    width: 100%;
    margin: 0 auto;
  }
  .schedule-section .schedule-container .schedule-title {
    margin-bottom: 1.33333333rem;
    font-size: 0.8rem;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item {
    width: 100%;
    margin-bottom: 0.66666667rem;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-search__label {
    display: block;
    margin-bottom: 0.33333333rem;
    font-size: 0.66666667rem;
    line-height: 1.4;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select {
    position: relative;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select select {
    width: 100%;
    height: 2rem;
    padding: 0 3rem 0 1.2rem;
    border: 0.06666667rem solid #888;
    border-radius: 0.33333333rem;
    background: #fff;
    color: #a0a0a0;
    font-size: 0.53333333rem;
    appearance: none;
    cursor: pointer;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select select:focus {
    border-color: #006bb7;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.2rem;
    width: 0.2rem;
    height: 0.2rem;
    border-right: 0.06666667rem solid #222;
    border-bottom: 0.06666667rem solid #222;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2rem;
    padding: 0 0.66666667rem;
    border: 0.06666667rem solid #888;
    border-radius: 0.33333333rem;
    background: #fff;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date input {
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    color: #a0a0a0;
    font-size: 0.66666667rem;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__line {
    flex: 0 0 auto;
    font-weight: normal;
    margin: 0 0.33333333rem;
    color: #a0a0a0;
    display: block;
    font-size: 0.8rem;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date:focus-within {
    border-color: #006bb7;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    height: 100%;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field input {
    width: 100%;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field input[type="date"] {
    display: block;
    width: 100%;
    height: 1.2rem;
    min-height: 1.2rem;
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
    text-align: center;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field input[type="date"]::-webkit-date-and-time-value {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.2rem;
    min-height: 1.2rem;
    margin: 0;
    padding: 0;
    line-height: 1.2rem;
    text-align: center;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field input[type="date"]::-webkit-datetime-edit {
    padding: 0;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field .schedule-date__placeholder {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #a0a0a0;
    background: #ffffff;
    font-size: 0.66666667rem;
    white-space: nowrap;
    pointer-events: none;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field.has-value .schedule-date__placeholder {
    display: none;
  }
  .schedule-section .schedule-container .schedule-search .cascs {
    width: 100%;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons {
    display: flex;
    align-items: center;
    gap: 0.66666667rem;
    width: 100%;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button {
    height: 2rem;
    padding: 0 1rem;
    border-radius: 0.33333333rem;
    font-size: 0.66666667rem;
    white-space: nowrap;
    border: 0;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button--reset {
    width: 40%;
    color: #555;
    background: #f5f6f7;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button--search {
    min-width: 60%;
    color: #fff;
    background: #006bb7;
  }
  .schedule-section .schedule-container .schedule-result {
    margin-top: 2rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.66666667rem;
    margin-bottom: 1.33333333rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header .schedule-result__title {
    font-size: 0.66666667rem;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header .schedule-result__count {
    font-size: 0.66666667rem;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header .schedule-result__count strong {
    margin: 0 0.13333333rem;
    color: #006bb7;
    font-weight: 600;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table {
    width: 100%;
    min-width: 66.66666667rem;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 0.13333333rem solid #006bb7;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th,
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table td {
    height: 3.33333333rem;
    padding: 0.53333333rem 1rem;
    border-right: 0.06666667rem solid #ccd1d6;
    border-bottom: 0.06666667rem solid #ccd1d6;
    text-align: center;
    vertical-align: middle;
    font-size: 0.53333333rem;
    font-weight: 400;
    color: #62676c;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:last-child,
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table td:last-child {
    border-right: 0;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table thead th {
    background: #f3f6f9;
    color: #333;
    font-size: 0.66666667rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table tbody tr:nth-child(odd) {
    background: #fff;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table tbody tr:nth-child(even) {
    background: #f3f6fa;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table tbody tr:hover {
    background: #e9f3fa;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(1) {
    width: 12%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(2) {
    width: 12%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(3) {
    width: 29%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(4) {
    width: 13%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(5) {
    width: 18%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(6) {
    width: 16%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-empty {
    display: none;
    padding: 1rem;
    border-top: 0.13333333rem solid #006bb7;
    border-bottom: 0.06666667rem solid #ddd;
    text-align: center;
    color: #999;
    background: #fafafa;
    font-size: 0.66666667rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-empty.is-show {
    display: block;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.33333333rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-update {
    width: 100%;
    text-align: center;
    font-size: 0.53333333rem;
    color: #555;
    margin-bottom: 1.33333333rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.66666667rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-pagination__numbers {
    display: flex;
    align-items: center;
    gap: 0.66666667rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page {
    border: 0;
    min-width: 1.33333333rem;
    height: 1.33333333rem;
    padding: 0 0.33333333rem;
    border-radius: 0.33333333rem;
    color: #555;
    background: #f5f6f7;
    font-size: 0.53333333rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page:hover:not(:disabled),
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page.is-active {
    color: #fff;
    background: #006bb7;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination.is-hidden {
    display: none;
  }
  /* 立即咨询 */
  .zixunshuzna {
    width: 90%;
    height: 100%;
    margin: 0 auto 1.33333333rem;
    border-radius: 0.33333333rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5%;
    display: flex;
    flex-wrap: wrap;
  }
  .zixunshuzna .left {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.33333333rem;
  }
  .zixunshuzna .left .imgicon {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0.33333333rem;
  }
  .zixunshuzna .left .imgicon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zixunshuzna .left .miawcnos {
    width: 100%;
  }
  .zixunshuzna .left .miawcnos h3 {
    font-size: 0.8rem;
    color: #006bb7;
    font-weight: normal;
    margin-bottom: 0.33333333rem;
  }
  .zixunshuzna .left .miawcnos p {
    font-size: 0.53333333rem;
    color: #999;
  }
  .zixunshuzna .rightr a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.33333333rem;
    background-color: #006bb7;
    padding: 0.26666667rem 0;
    width: 5.33333333rem;
    border-radius: 6.66666667rem;
  }
  .zixunshuzna .rightr a span {
    font-size: 0.66666667rem;
    color: #fff;
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a i {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a i .icon {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    fill: #fff;
    transition: all 0.4s;
  }
}
/* pc */
@media (min-width: 769px) {
  /* banner */
  .wp-banner-section {
    width: 100%;
  }
  .wp-banner-section .wp-banner-swiper {
    position: relative;
    width: 100%;
    height: 7.5rem;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper {
    height: 100%;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg {
    width: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transform: scale(1.2);
    transition: transform 5s ease;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .pcshcuashci {
    display: block;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-bg .shoujishcuashci {
    display: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content {
    position: relative;
    z-index: 3;
    width: 15.2rem;
    height: 100%;
    margin: 0 auto;
    padding-top: 35vh;
    text-align: center;
    box-sizing: border-box;
    -webkit-user-select: none;
    user-select: none;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content h3 {
    font-size: 0.5rem;
    color: #fff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 0.4rem;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    background-color: #fff;
    padding: 0.04rem 0;
    width: 1.2rem;
    border-radius: 1rem;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a span {
    font-size: 0.14rem;
    color: #000;
    transition: all 0.4s;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    transition: all 0.4s;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a i .icon {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    fill: #000;
    transition: all 0.4s;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a:hover {
    transition: all 0.4s;
    gap: 0.1rem;
    background-color: #0664ae;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a:hover span {
    color: #fff;
    transition: all 0.4s;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a:hover i {
    transition: all 0.4s;
  }
  .wp-banner-section .wp-banner-swiper .swiper-wrapper .wp-banner-slide .wp-banner-content a:hover i .icon {
    fill: #fff;
    transition: all 0.4s;
  }
  /* 船期查询 */
  .schedule-section {
    width: 100%;
    height: 100%;
    padding: 1.1rem 0;
    background: #fff;
  }
  .schedule-section .schedule-container {
    width: 15.2rem;
    margin: 0 auto;
  }
  .schedule-section .schedule-container .schedule-title {
    margin-bottom: 0.35rem;
    font-size: 0.24rem;
    line-height: 1.6;
    font-weight: 700;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-search {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(280px, 1.35fr) auto;
    gap: 0.5rem;
    align-items: end;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item {
    min-width: 0;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-search__label {
    display: block;
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    line-height: 1.4;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select {
    position: relative;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select select {
    width: 100%;
    height: 0.6rem;
    padding: 0 0.45rem 0 0.18rem;
    border: 0.01rem solid #888;
    border-radius: 0.05rem;
    background: #fff;
    color: #a0a0a0;
    font-size: 0.16rem;
    appearance: none;
    cursor: pointer;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select select:focus {
    border-color: #006bb7;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.18rem;
    width: 0.07rem;
    height: 0.07rem;
    border-right: 0.01rem solid #222;
    border-bottom: 0.01rem solid #222;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.6rem;
    padding: 0 0.14rem;
    border: 0.01rem solid #888;
    border-radius: 0.05rem;
    background: #fff;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date input {
    min-width: 0;
    flex: 1;
    height: 100%;
    border: 0;
    background: transparent;
    color: #a0a0a0;
    font-size: 0.16rem;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__line {
    flex: 0 0 auto;
    font-weight: normal;
    margin: 0 0.05rem;
    color: #a0a0a0;
    display: block;
    font-size: 0.12rem;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date:focus-within {
    border-color: #006bb7;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field {
    position: relative;
    display: block;
    flex: 1;
    min-width: 0;
    height: 100%;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field input {
    width: 100%;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field .schedule-date__placeholder {
    position: absolute;
    top: 0;
    right: 0.3rem;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #a0a0a0;
    background: #ffffff;
    font-size: 0.16rem;
    white-space: nowrap;
    pointer-events: none;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__item .schedule-date .schedule-date__field.has-value .schedule-date__placeholder {
    display: none;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons {
    display: flex;
    align-items: center;
    gap: 0.18rem;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button {
    height: 0.6rem;
    padding: 0 0.25rem;
    border-radius: 0.06rem;
    font-size: 0.16rem;
    white-space: nowrap;
    border: 0;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button--reset {
    color: #555;
    background: #f5f6f7;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button--reset:hover {
    color: #006bb7;
    background: #edf4f9;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button--search {
    min-width: 1.2rem;
    color: #fff;
    background: #006bb7;
  }
  .schedule-section .schedule-container .schedule-search .schedule-search__buttons .schedule-button--search:hover {
    background: #006bb7;
  }
  .schedule-section .schedule-container .schedule-result {
    margin-top: 1rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header .schedule-result__title {
    font-size: 0.24rem;
    line-height: 1.4;
    font-weight: 700;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header .schedule-result__count {
    font-size: 0.16rem;
    color: #333;
  }
  .schedule-section .schedule-container .schedule-result .schedule-result__header .schedule-result__count strong {
    margin: 0 0.02rem;
    color: #006bb7;
    font-weight: 600;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table {
    width: 100%;
    min-width: 15.2rem;
    border-collapse: collapse;
    table-layout: fixed;
    border-top: 0.04rem solid #006bb7;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th,
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table td {
    height: 0.5rem;
    padding: 0.08rem 0.15rem;
    border-right: 0.01rem solid #ccd1d6;
    border-bottom: 0.01rem solid #ccd1d6;
    text-align: center;
    vertical-align: middle;
    font-size: 0.14rem;
    font-weight: 400;
    color: #62676c;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:last-child,
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table td:last-child {
    border-right: 0;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table thead th {
    background: #f3f6f9;
    color: #333;
    font-size: 0.16rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table tbody tr:nth-child(odd) {
    background: #fff;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table tbody tr:nth-child(even) {
    background: #f3f6fa;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table tbody tr:hover {
    background: #e9f3fa;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(1) {
    width: 12%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(2) {
    width: 12%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(3) {
    width: 29%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(4) {
    width: 13%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(5) {
    width: 18%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-table th:nth-child(6) {
    width: 16%;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-empty {
    display: none;
    padding: 0.75rem 0.2rem;
    border-top: 0.04rem solid #006bb7;
    border-bottom: 0.01rem solid #ddd;
    text-align: center;
    color: #999;
    background: #fafafa;
    font-size: 0.16rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-table-wrap .schedule-empty.is-show {
    display: block;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.3rem;
    margin-top: 0.7rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-update {
    font-size: 0.14rem;
    color: #555;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination {
    display: flex;
    align-items: center;
    gap: 0.16rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-pagination__numbers {
    display: flex;
    align-items: center;
    gap: 0.16rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page {
    border: 0;
    min-width: 0.4rem;
    height: 0.4rem;
    padding: 0 0.12rem;
    border-radius: 0.05rem;
    color: #555;
    background: #f5f6f7;
    font-size: 0.16rem;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page:hover:not(:disabled),
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page.is-active {
    color: #fff;
    background: #006bb7;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination .schedule-page:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  .schedule-section .schedule-container .schedule-result .schedule-footer .schedule-pagination.is-hidden {
    display: none;
  }
  /* 立即咨询 */
  .zixunshuzna {
    width: 15.2rem;
    height: 1.5rem;
    margin: 0 auto 1.1rem;
    border-radius: 0.15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0.5rem 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .zixunshuzna .left {
    display: flex;
    align-items: center;
    gap: 0.3rem;
  }
  .zixunshuzna .left .imgicon {
    width: 0.6rem;
    height: 0.6rem;
  }
  .zixunshuzna .left .imgicon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .zixunshuzna .left .miawcnos h3 {
    font-size: 0.24rem;
    color: #006bb7;
    font-weight: normal;
    margin-bottom: 0.15rem;
  }
  .zixunshuzna .left .miawcnos p {
    font-size: 0.16rem;
    color: #999;
  }
  .zixunshuzna .rightr a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.05rem;
    background-color: #0664ae;
    padding: 0.1rem 0;
    width: 1.4rem;
    border-radius: 1rem;
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a span {
    font-size: 0.14rem;
    color: #fff;
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a i {
    display: block;
    width: 0.2rem;
    height: 0.3rem;
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a i .icon {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    fill: #fff;
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a:hover {
    transition: all 0.4s;
    gap: 0.1rem;
  }
  .zixunshuzna .rightr a:hover span {
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a:hover i {
    transition: all 0.4s;
  }
  .zixunshuzna .rightr a:hover i .icon {
    transition: all 0.4s;
  }
}
