@charset "UTF-8";
.sale .banner {
  position: relative;
  max-height: 300px;
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.sale .banner img {
  width: 100%;
  vertical-align: middle;
}
.sale .banner .search {
  position: absolute;
  top: 40%;
  width: 100%;
  color: #fff;
}
.sale .banner .search h1 {
  font-size: 40px;
}
.sale .banner .search p {
  font-size: 18px;
}
.sale .banner .search input {
  width: 700px;
  max-width: 80%;
  height: 40px;
  margin: 20px 0;
  padding: 0 15px;
  border: 1px solid #808080;
  outline: none;
}
.sale .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;
}
.sale .banner .search button:hover {
  background: #bcaea9;
  border: none;
}
.sale .searchBox {
  margin: 20px 10px 0;
  padding: 20px;
  background: #fff;
}
.sale .searchBox .sandr {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.sale .searchBox .sandr a {
  /* flex: 0 0 48.5%; */
  flex: 0 0 33%;
  height: 50px;
  line-height: 45px;
  border: 2px solid #bcaea9;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  background: #5699e8;
  cursor: pointer;
}
.sale .searchBox .sandr a:nth-of-type(1) {
  background: #83c6ab;
}
.sale .searchBox .sandr a:nth-of-type(2) {
  background: #e8bf71;
}
.sale .searchBox .sandr a:nth-of-type(3) {
  background: #b876c9;
}
.sale .searchBox .sandr a.at, .sale .searchBox .sandr a:hover {
  background: #bcaea9;
}
.sale .searchBox .inpBox {
  margin-top: 20px;
}
.sale .searchBox .inpBox > ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sale .searchBox .inpBox > ul > li {
  flex: 1 1 50%;
  height: 50px;
  border: 1px solid #ebebeb;
  position: relative;
}
.sale .searchBox .inpBox > ul > li input[type=text],
.sale .searchBox .inpBox > ul > li select {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  border: none;
  color: #555;
}
.sale .searchBox .inpBox > ul > li select {
  padding: 0 10px;
}
.sale .searchBox .inpBox > ul > li .ic:nth-of-type(1) {
  border-right: 1px solid #ebebeb;
}
.sale .searchBox .inpBox > ul > li .areaSel {
  position: absolute;
  top: -200px;
  width: 100%;
  max-height: 200px;
  padding: 0 10px 10px;
  border: 1px solid #ebebeb;
  border-top: none;
  background: #fff;
  overflow: auto;
  z-index: 1;
  /*文字不可選*/
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: none;
}
.sale .searchBox .inpBox > ul > li .areaSel > li p {
  padding: 5px 0;
  color: #999;
}
.sale .searchBox .inpBox > ul > li .areaSel > li label {
  display: inline-block;
  margin: 2px 10px;
  white-space: nowrap;
  color: #555;
  cursor: pointer;
}
.sale .searchBox .inpBox > ul > li .areaSel > li label:hover {
  color: #bcaea9;
}
.sale .searchBox .smtBtn {
  margin-top: 20px;
  text-align: center;
}
.sale .searchBox .smtBtn button {
  width: 240px;
  height: 50px;
  border: 2px solid #bcaea9;
  color: #fff;
  background: #bcaea9;
  border-radius: 50px;
  cursor: pointer;
}
.sale .searchBox .smtBtn button:hover {
  color: #bcaea9;
  background: #fff;
}
.sale .title {
  padding: 20px 10px;
}
.sale .title h2 {
  text-align: left;
}
.sale .title .order {
  width: 149px;
  height: 38px;
  padding: 0 10px;
  border: none;
  color: #555;
  outline: none;
}
.sale .hseHot {
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.sale .hseHot ul {
  width: 50%;
  padding: 0 10px;
}
.sale .hseHot ul li {
  position: relative;
}
.sale .hseHot ul li:before, .sale .hseHot ul li:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
.sale .hseHot ul li:before {
  width: 1px;
  height: 0;
}
.sale .hseHot ul li:after {
  width: 0;
  height: 1px;
}
.sale .hseHot ul li a {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}
.sale .hseHot ul li a img {
  flex-shrink: inherit;
  min-width: 100%;
  height: 100%;
  vertical-align: middle;
}
.sale .hseHot ul li a .txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  color: #fff;
}
.sale .hseHot ul li a .txt h3 {
  padding: 5px 0;
  opacity: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sale .hseHot ul li a .txt p {
  text-align: justify;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sale .hseHot ul li a .txt .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-style: italic;
}
.sale .hseHot ul li a .txt:before, .sale .hseHot ul li a .txt:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: "";
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sale .hseHot ul li a .txt:before {
  width: 1px;
  height: 0;
}
.sale .hseHot ul li a .txt:after {
  width: 0;
  height: 1px;
}
.sale .hseHot ul li:hover .txt {
  background: rgba(0, 0, 0, 0.3);
}
.sale .hseHot ul li:hover .txt h3, .sale .hseHot ul li:hover .txt p {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sale .hseHot ul li:hover::before, .sale .hseHot ul li:hover .txt::before {
  height: calc(100% - 20px);
}
.sale .hseHot ul li:hover::after, .sale .hseHot ul li:hover .txt::after {
  width: calc(100% - 20px);
}
.sale .hseHot ul:nth-of-type(1) li:nth-of-type(1) a, .sale .hseHot ul:nth-of-type(2) li:nth-of-type(2) a {
  height: 400px;
}
.sale .hseNew ul {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.sale .hseNew ul li {
  width: calc(25% - 40px);
  margin: 0 20px 20px;
  border: 1px solid #ebebeb;
  background: #fff;
  cursor: pointer;
}
.sale .hseNew ul li .img {
  position: relative;
  height: 0;
  /* padding-bottom: 56.25%; */
  padding-bottom: 67%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  flex-shrink: 0;
  overflow: hidden;
  background: #f5f5f5;
}
.sale .hseNew ul li .img img {
  position: absolute;
  flex-shrink: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sale .hseNew ul li .img .type,
.sale .hseNew ul li .img .price {
  position: absolute;
  left: 0;
  width: 100%;
}
.sale .hseNew ul li .img .price {
  bottom: 0;
  text-align: right;
}
.sale .hseNew ul li .img .type span,
.sale .hseNew ul li .img .price span {
  display: inline-block;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  background-color: rgba(112, 103, 100, 0.8);
}
.sale .hseNew ul li .img .type span.type,
.sale .hseNew ul li .img .price span.type {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  padding: 5px;
  font-size: 14px;
}
.sale .hseNew ul li .txt {
  padding: 0 8px;
}
.sale .hseNew ul li .txt h4 {
  height: 24px;
  margin: 5px 0;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sale .hseNew ul li .txt h5 {
  font-size: 14px;
  text-align: left;
}
.sale .hseNew ul li .txt p {
  /* display: -webkit-flex;
  display: flex;
  justify-content: space-between; */
  height: 29px;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sale .hseNew ul li .txt p .iconfont {
  margin: 0 5px;
}
.sale .hseNew ul li .txt p:last-of-type {
  border-top: 1px solid #ebebeb;
}
.sale .hseNew .loadMess {
  text-align: center;
}
.sale .pptList ul li .img .type span {
    margin: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #948358;
    background: #fff;
}
.sale .pptList ul li .img .type span .iconzan1 {
  vertical-align: bottom;
  font-size: 22px;
}
.sale .pptList ul li .txt p:last-of-type{
    border-top: none;
}
.sale .pptList ul li .priceBox {
    margin-top: 5px;
    padding: 5px 0;
    border-top: 1px solid #ebebeb;
    text-align: right;
}
.sale .pptList ul li .priceBox .op {
    position: relative;
    color: #999;
}
.sale .pptList ul li .priceBox .op::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #f00;
}
.sale .pptList ul li .priceBox .pc {
    font-weight: bold;
    color: #f00;
}
.sale .pptList ul li .priceBox .cp {
    font-weight: bold;
    font-size: 24px;
    color: #00f;
}
.sale .pptList ul li .priceBox .cpr {
    color: #666;
}
.sale .pptList ul li .priceBox .cp span {
    display: inline-block;
    padding: 0 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    font-weight: normal;
    color: #fff;
    background: #00f;
}
.sale .pptList ul li .priceBox .cpr span {
    background: #666;
}

@media screen and (max-width: 1200px) {
  .sale .hseNew ul li {
    width: calc(33.3333% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .sale .hseHot {
    flex-direction: column;
  }
  .sale .hseHot ul {
    width: auto;
  }
  .sale .hseHot ul li a .txt {
    background: rgba(0, 0, 0, 0.3);
  }
  .sale .hseHot ul li a .txt h3,
.sale .hseHot ul li a .txt p {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sale .hseHot ul li::before,
.sale .hseHot ul li a .txt::before {
    height: calc(100% - 20px);
  }
  .sale .hseHot ul li::after,
.sale .hseHot ul li a .txt::after {
    width: calc(100% - 20px);
  }
  .sale .hseHot ul:nth-of-type(1) li:nth-of-type(1) a, .sale .hseHot ul:nth-of-type(2) li:nth-of-type(2) a {
    height: 250px;
  }
  .sale .hseNew ul {
    flex-wrap: wrap;
  }
  .sale .hseNew ul li {
    width: calc(50% - 40px);
  }
  .sale .searchBox .inpBox > ul > li .areaSel {
	  position: absolute;
	  top: 48px;
	  width: 100%;
	  max-height: 100px;
	  padding: 0 10px 10px;
	  border: 1px solid #ebebeb;
	  border-top: none;
	  background: #fff;
	  overflow: auto;
	  z-index: 1;
	  /*文字不可選*/
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  display: none;
	}
	
	.sale .searchBox .smtBtn button {
    width: 130px;
    height: 50px;
    border: 2px solid #bcaea9;
    color: #fff;
    background: #bcaea9;
    border-radius: 50px;
    cursor: pointer;
}
}
@media screen and (max-width: 500px) {
  .sale .banner .search {
    top: 3vw;
  }
  .sale .banner .search h1 {
    font-size: 7vw;
  }
  .sale .banner .search input {
    height: 10vw;
    margin: 3vw 0;
  }
  .sale .banner .search button {
    height: 11vw;
  }
  .sale .searchBox .inpBox > ul > li {
    flex: 1 1 100%;
  }
  .sale .hseNew ul li {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  
  .sale .searchBox .inpBox > ul > li .areaSel {
	  position: absolute;
	  top: 48px;
	  width: 100%;
	  max-height: 100px;
	  padding: 0 10px 10px;
	  border: 1px solid #ebebeb;
	  border-top: none;
	  background: #fff;
	  overflow: auto;
	  z-index: 1;
	  /*文字不可選*/
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  display: none;
	}
	
	.sale .searchBox .smtBtn button {
    width: 130px;
    height: 50px;
    border: 2px solid #bcaea9;
    color: #fff;
    background: #bcaea9;
    border-radius: 50px;
    cursor: pointer;
}
}