body {
  background-color: #F9FAFC; }

.header, .header .header-box .header-nav .header-nav-item .header-nav-menu {
  background-color: rgba(10, 21, 45, 0.6); }

.banner {
  width: 100%;
  height: 37.500vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  text-align: center; }
  .banner h3 {
    font-size: 2.708vw;
    margin-bottom: 1.250vw; }
  .banner p {
    width: 26.250vw;
    font-size: 1.250vw;
    text-shadow: 0px 2px 2px rgba(0, 109, 161, 0.5);
    font-family: PingFang SC-Regular, PingFang SC; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .banner {
      height: 9.03rem; }
      .banner h3 {
        font-size: 0.54rem; }
      .banner p {
        width: 7.05rem;
        font-size: 0.34rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .banner {
      height: 600px;
      padding: 0 42px; }
      .banner h3 {
        font-size: 36px;
        margin-bottom: 20px; }
      .banner p {
        width: 440px;
        font-size: 21px; } }

.box {
  background-color: #fff;
  margin: -3.125vw 9.375vw 0;
  position: relative;
  z-index: 9;
  padding: 2.083vw 9.375vw; }
  .box .list {
    margin-top: 0.521vw; }
    .box .list .item {
      margin-top: 1.563vw;
      display: inline-block;
      vertical-align: top;
      padding: 1.563vw;
      background-color: #F9FAFC;
      width: 19.1vw;
      margin-right: 1.563vw;
      transition: transform .5s; }
      .box .list .item:nth-child(3n-0) {
        margin-right: 0; }
      .box .list .item:hover {
        transform: scale(1.1);
        box-shadow: 0px 2px 20px rgba(230, 230, 230, 0.8); }
      .box .list .item .top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 0.833vw; }
        .box .list .item .top .name {
          font-size: 0.938vw;
          font-weight: bold;
          color: #222;
          flex: 1; }
        .box .list .item .top .price {
          color: #69d1f3;
          font-weight: bold;
          font-size: 0.938vw;
          font-family: PingFang SC-Medium, PingFang SC; }
      .box .list .item .bottom {
        display: flex;
        justify-content: space-between; }
        .box .list .item .bottom .time {
          font-size: 0.729vw;
          color: #9A9EA4; }
        .box .list .item .bottom .address {
          font-size: 0.729vw;
          color: #444; }
  .box .search {
    width: 45.313vw;
    margin: 0 auto;
    background-color: #69d1f3;
    border-radius: 5px;
    display: flex;
    padding: 0.104vw; }
    .box .search .input {
      flex: 1;
      display: flex;
      background-color: #fff;
      border-radius: 5px;
      justify-content: flex-start;
      align-items: center;
      padding: 0 1.563vw; }
      .box .search .input input {
        font-size: 0.833vw;
        border: 0;
        margin-left: 0.521vw;
        flex: 1;
        outline: none;
        height: 2.813vw; }
    .box .search .submit-btn {
      border: 0;
      width: 6.771vw;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      background-color: #69d1f3;
      outline: none;
      letter-spacing: 4px;
      font-size: 1.042vw; }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .box {
      margin: -55px 46px 0;
      padding: 31px 31px 0; }
      .box .search .input input {
        height: 63px;
        margin-left: 18px; }
      .box .search .submit-btn {
        width: 140px;
        font-size: 26px; }
      .box .list {
        margin-top: 0; }
        .box .list .item {
          display: block;
          width: initial;
          margin-right: 0;
          margin-top: 26px;
          padding: 31px; }
          .box .list .item .top {
            margin-bottom: 16px; }
            .box .list .item .top .name, .box .list .item .top .price {
              font-size: 26px; }
          .box .list .item .bottom .time, .box .list .item .bottom .address {
            font-size: 23px; }
      .box .search {
        width: initial; }
        .box .search .input img {
          width: 30px; }
        .box .search .input input {
          font-size: 21px; } }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .box {
      margin: -0.77rem 0.41rem 0;
      padding: 0.41rem; }
      .box .search {
        width: initial;
        padding: 0.06rem; }
        .box .search img {
          width: 0.41rem; }
        .box .search .input {
          padding: 0 0.31rem; }
          .box .search .input input {
            font-size: 0.32rem;
            height: 0.83rem; }
        .box .search .submit-btn {
          width: 1.68rem;
          font-size: 0.36rem; }
      .box .list {
        margin-top: 0; }
        .box .list .item {
          display: block;
          width: initial;
          margin-right: 0;
          padding: 0.41rem;
          margin-bottom: 0.31rem;
          margin-top: 0.41rem; }
          .box .list .item .top {
            margin-bottom: 0.26rem; }
            .box .list .item .top .name, .box .list .item .top .price {
              font-size: 0.36rem; }
          .box .list .item .bottom .time, .box .list .item .bottom .address {
            font-size: 0.34rem; } }

.pages {
  margin-top: 40px; }
  .pages .pagination {
    display: flex;
    justify-content: center; }
    .pages .pagination li {
      width: 40px;
      height: 40px;
      cursor: pointer;
      border-radius: 5px;
      display: flex;
      font-size: 16px;
      justify-content: center;
      align-items: center;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      margin-right: 10px; }
      .pages .pagination li a {
        color: #000; }
    .pages .pagination .disabled {
      cursor: not-allowed; }
    .pages .pagination .active {
      background-color: #69d1f3;
      border-color: #69d1f3;
      color: #fff; }
  @media screen and (min-width: 320px) and (max-width: 767px) {
    .pages {
      margin: 0.39rem 0 0; }
      .pages .pagination li {
        width: 1.03rem;
        height: 1.03rem; } }
  @media screen and (min-width: 768px) and (max-width: 1180px) {
    .pages {
      margin: 30px 0; }
      .pages .pagination li {
        width: 50px;
        height: 50px;
        font-size: 20px; } }
