@charset "UTF-8";
.deal .banner {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.deal .banner img {
  width: 100%;
  vertical-align: middle;
}
.deal .banner .search {
  position: absolute;
  top: 40%;
  width: 100%;
  color: #fff;
}
.deal .banner .search h1 {
  font-size: 40px;
}
.deal .banner .search p {
  font-size: 18px;
}
.deal .banner .search input {
  width: 700px;
  max-width: 80%;
  height: 40px;
  margin: 20px 0;
  padding: 0 15px;
  border: 1px solid #808080;
  outline: none;
}
.deal .banner .search button {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #bcaea9;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  outline: none;
  transition: all 0.2s;
}
.deal .banner .search button:hover {
  background: #bcaea9;
  border: none;
}
.deal .searchBox {
  margin: 20px 10px 0;
  padding: 20px;
  background: #fff;
}
.deal .searchBox .sandr {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.deal .searchBox .sandr a {
  flex: 0 0 48.5%;
  height: 50px;
  line-height: 45px;
  border: 2px solid #bcaea9;
  border-radius: 50px;
  text-align: center;
  color: #bcaea9;
  background: #fff;
  cursor: pointer;
}
.deal .searchBox .sandr a.at, .deal .searchBox .sandr a:hover {
  color: #fff;
  background: #bcaea9;
}
.deal .searchBox .inpBox {
  margin: 20px 0;
}
.deal .searchBox .inpBox > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.deal .searchBox .inpBox > ul > li {
  flex: 1 1 50%;
  height: 50px;
  border: 1px solid #ebebeb;
  position: relative;
}
.deal .searchBox .inpBox > ul > li input[type=text],
.deal .searchBox .inpBox > ul > li select {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: none;
  color: #555;
}
.deal .searchBox .inpBox > ul > li select {
  padding: 0 10px;
}
.deal .searchBox .inpBox > ul > li .ic:nth-of-type(1) {
  border-right: 1px solid #ebebeb;
}
.deal .searchBox .inpBox > ul > li .areaSel {
  position: absolute;
  top: 48px;
  width: 100%;
  max-height: 200px;
  padding: 0 10px 10px;
  border: 1px solid #ebebeb;
  border-top: none;
  background: #fff;
  overflow: auto;
  z-index: 1;
  display: none;
  /*文字不可選*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.deal .searchBox .inpBox > ul > li .areaSel > li p {
  padding: 5px 0;
  color: #999;
}
.deal .searchBox .inpBox > ul > li .areaSel > li label {
  display: inline-block;
  margin: 2px 10px;
  white-space: nowrap;
  color: #555;
  cursor: pointer;
}
.deal .searchBox .inpBox > ul > li .areaSel > li label:hover {
  color: #bcaea9;
}
.deal .searchBox .smtBtn {
  text-align: center;
}
.deal .searchBox .smtBtn button {
  width: 240px;
  height: 50px;
  border: 2px solid #bcaea9;
  color: #fff;
  background: #bcaea9;
  border-radius: 50px;
  cursor: pointer;
}
.deal .searchBox .smtBtn button:hover {
  color: #bcaea9;
  background: #fff;
}
.deal .title {
  padding: 20px 10px;
}
.deal .title h2 {
  text-align: left;
}
.deal .title .order {
  width: 149px;
  height: 38px;
  padding: 0 10px;
  border: none;
  color: #555;
  outline: none;
}
.deal .dealList {
  padding: 10px;
  font-size: 20px;
  color: black;
}
.deal .dealList table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
}
.deal .dealList table tr:first-of-type {
  position: sticky;
  top: 125px;
}
.deal .dealList table tr:hover {
  /* background: #e9f9fa; */
  background: #f9f9f9;
}
.deal .dealList table tr th, .deal .dealList table tr td {
  padding: 5px;
}
.deal .dealList table tr th {
  text-align: left;
  color: #fff;
  background: #77a7b7;
}
.deal .dealList table tr td {
  border-bottom: 1px solid #ebebeb;
}
.deal .dealList table tr td:nth-of-type(3) div:nth-of-type(2), .deal .dealList table tr td:nth-of-type(4), .deal .dealList table tr td:nth-of-type(5), .deal .dealList table tr td:nth-of-type(6), .deal .dealList table tr td:nth-of-type(7), .deal .dealList table tr td:nth-of-type(8) {
  color: #00f;
}
.deal .dealList table tr td:nth-of-type(3) div {
  float: left;
  width: 100%;
}
.deal .dealList .loadMess {
  text-align: center;
}

@media screen and (min-width: 501px) {
  .deal .dealList table tr td:nth-of-type(1), .deal .dealList table tr td:nth-of-type(8) {
    white-space: nowrap;
  }
}
@media screen and (max-width: 500px) {
  .deal .banner .search {
    top: 3vw;
  }
  .deal .banner .search h1 {
    font-size: 7vw;
  }
  .deal .banner .search input {
    height: 10vw;
    margin: 3vw 0;
  }
  .deal .banner .search button {
    height: 11vw;
  }
  .deal .searchBox .inpBox > ul > li {
    flex: 1 1 100%;
  }
  .deal .dealList table {
    font-size: 12px;
  }
  .deal .dealList table tr:first-of-type {
    top: 105px;
  }
  .deal .dealList table tr th, .deal .dealList table tr td {
    padding: 5px 1px;
  }
  .deal .dealList table tr th:nth-of-type(2), .deal .dealList table tr th:nth-of-type(7), .deal .dealList table tr th:nth-of-type(8), .deal .dealList table tr td:nth-of-type(2), .deal .dealList table tr td:nth-of-type(7), .deal .dealList table tr td:nth-of-type(8) {
    display: none;
  }
}