.dealsearch-head {
  width: 100%;
  font-size: 0;
}

.dealsearch-head .container {
  width: 1029px;
  margin: 0 auto;
}

.dealsearch-head-choose {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
}

.dealsearch-head-choose-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 44px;
  cursor: pointer;
}

.dealsearch-head-choose-item-checkbox {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 17px;
}

.dealsearch-head-choose-item-checkbox-con {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: transparent;
}

.dealsearch-head-choose-item-checkbox-con.active {
  background: #000;
}

.dealsearch-head-choose-item p {
  font-size: 18px;
  line-height: 1;
  color: #000;
}

.dealsearch-head-select {
  width: 1048px;
  height: 54px;
  margin-bottom: 2%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
 }
 
 .dealsearch-head-select select {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #b9b9ba;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  line-height: 1;
  font-size: 18px;
  padding-left: 20px;
 }
 
.dealsearch-head-input {
  width: 1029px;
  margin: 0 auto;
  height: 54px;
  box-sizing: border-box;
  border: 1px solid #b9b9ba;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dealsearch-head-input-icon {
  width: 18px;
  margin-right: 20px;
  cursor: pointer;
}

.dealsearch-head-input-icon img {
  width: 100%;
}

.dealsearch-head-input input {
  width: calc(100% - 50px);
  border: 0;
  outline: 0;
  color: #000;
  line-height: 1;
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 20px;
}

.dealsearch-head-input input::placeholder {
  font-family: "syht";
}

.dealsearch-head-title {
  width: 1029px;
  margin-top: 40px;
  padding-bottom: 20px;
  font-size: 26px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}

.dealsearch-head-hen {
  width: 1029px;
  margin: 0 auto;
  margin: 40px 0;
  height: 2px;
  background: #b9b9ba;
  display: none;
}

.result {
  width: 100%;
  padding: 40px 0;
  background: #f7f8f8;
}

.result-none {
  text-align: center;
  font-size: 18px;
  color: #000;
  display: none;
}

.result-list {
  width: 1029px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.result-list-item {
  width: 33%;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding-right: 30px;
}

.result-list-item .title {
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  line-height: 28px;
}

.result-list-item .desc {
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

.result-list-item::before {
  display: block;
  content: "";
  clear: both;
}

.result-list-item:nth-child(n + 7) {
  margin-bottom: 30px;
}

.result-jz {
  width: 100%;
  padding: 40px 0;
  background: #f7f8f8;
  display: none;
}

.result-jz-content {
  width: 1029px;
  margin: 0 auto;
  font-size: 0;
}

.result-jz-content .title {
  font-size: 18px;
  color: #000000;
  line-height: 1;
  margin: 30px 0;
  font-weight: bold;
}

.result-jz-content .desc {
  font-size: 18px;
  color: #000;
  line-height: 1;
  margin: 20px 0;
}

.result-jz-content ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.result-jz-content ul li {
  width: 33%;
  box-sizing: border-box;
  padding-right: 20px;
}

.page {
  width: 100%;
  font-size: 0;
  padding: 40px 0;
}

.page-content {
  width: 1029px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-content-count {
  font-size: 16px;
  line-height: 1;
  color: #000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.page-content-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #000;
}

.page-content-list p {
  margin-left: 20px;
  cursor: pointer;
}

.page-content-list p.active {
  font-weight: bold;
}

.dealsearch-loading {
  width: 50px;
  font-size: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: none;
}

.dealsearch-loading img {
  width: 100%;
}

@media screen and (max-width: 1680px) {
  .dealsearch-head {
    width: 100%;
    font-size: 0;
  }
  .dealsearch-head .container {
    width: 900.375px;
    margin: 0 auto;
  }
  .dealsearch-head-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 0;
  }
  .dealsearch-head-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 38.5px;
    cursor: pointer;
  }
  .dealsearch-head-choose-item-checkbox {
    width: 15.75px;
    height: 15.75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.875px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14.875px;
  }
  .dealsearch-head-choose-item-checkbox-con {
    width: 10.5px;
    height: 10.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .dealsearch-head-choose-item-checkbox-con.active {
    background: #000;
  }
  .dealsearch-head-choose-item p {
    font-size: 15.75px;
    line-height: 1;
    color: #000;
  }

  .dealsearch-head-select {
    width: 918px;
    height: 47.25px;
    margin-bottom: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   
   .dealsearch-head-select select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1;
    font-size: 15.75px;
    padding-left: 17.5px;
   }

  .dealsearch-head-input {
    width: 900.375px;
    margin: 0 auto;
    height: 47.25px;
    box-sizing: border-box;
    border: 0.875px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dealsearch-head-input-icon {
    width: 15.75px;
    margin-right: 17.5px;
    cursor: pointer;
  }
  .dealsearch-head-input-icon img {
    width: 100%;
  }
  .dealsearch-head-input input {
    width: calc(100% - 50px * 0.875);
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1;
    font-size: 15.75px;
    box-sizing: border-box;
    padding-left: 17.5px;
  }
  .dealsearch-head-input input::placeholder {
    font-family: "syht";
  }
  .dealsearch-head-title {
    width: 900.375px;
    margin-top: 35px;
    padding-bottom: 17.5px;
    font-size: 22.75px;
    color: #000;
    line-height: 1;
    font-weight: bold;
  }
  .dealsearch-head-hen {
    width: 900.375px;
    margin: 0 auto;
    margin: 35px 0;
    height: 1.75px;
    background: #b9b9ba;
    display: none;
  }
  .result {
    width: 100%;
    padding: 35px 0;
    background: #f7f8f8;
  }
  .result-none {
    text-align: center;
    font-size: 15.75px;
    color: #000;
    display: none;
  }
  .result-list {
    width: 900.375px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .result-list-item {
    width: 33%;
    margin-bottom: 43.75px;
    box-sizing: border-box;
    padding-right: 26.25px;
  }
  .result-list-item .title {
    font-size: 15.75px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 8.75px;
    line-height: 24.5px;
  }
  .result-list-item .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #000;
  }
  .result-list-item::before {
    display: block;
    content: "";
    clear: both;
  }
  .result-list-item:nth-child(n + 7) {
    margin-bottom: 26.25px;
  }
  .result-jz {
    width: 100%;
    padding: 35px 0;
    background: #f7f8f8;
    display: none;
  }
  .result-jz-content {
    width: 900.375px;
    margin: 0 auto;
    font-size: 0;
  }
  .result-jz-content .title {
    font-size: 15.75px;
    color: #000000;
    line-height: 1;
    margin: 26.25px 0;
    font-weight: bold;
  }
  .result-jz-content .desc {
    font-size: 15.75px;
    color: #000;
    line-height: 1;
    margin: 17.5px 0;
  }
  .result-jz-content ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .result-jz-content ul li {
    width: 33%;
    box-sizing: border-box;
    padding-right: 17.5px;
  }
  .page {
    width: 100%;
    font-size: 0;
    padding: 35px 0;
  }
  .page-content {
    width: 900.375px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-content-count {
    font-size: 14px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-content-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    color: #000;
  }
  .page-content-list p {
    margin-left: 17.5px;
    cursor: pointer;
  }
  .page-content-list p.active {
    font-weight: bold;
  }
  .dealsearch-loading {
    width: 43.75px;
    font-size: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .dealsearch-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .dealsearch-head {
    width: 100%;
    font-size: 0;
  }
  .dealsearch-head .container {
    width: 771.75px;
    margin: 0 auto;
  }
  .dealsearch-head-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px 0;
  }
  .dealsearch-head-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 33px;
    cursor: pointer;
  }
  .dealsearch-head-choose-item-checkbox {
    width: 13.5px;
    height: 13.5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.75px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12.75px;
  }
  .dealsearch-head-choose-item-checkbox-con {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .dealsearch-head-choose-item-checkbox-con.active {
    background: #000;
  }
  .dealsearch-head-choose-item p {
    font-size: 13.5px;
    line-height: 1;
    color: #000;
  }

  .dealsearch-head-select {
    width: 787px;
    height: 40.5px;
    margin-bottom: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   
   .dealsearch-head-select select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1;
    font-size: 13.5px;
    padding-left: 15px;
   }

  .dealsearch-head-input {
    width: 771.75px;
    margin: 0 auto;
    height: 40.5px;
    box-sizing: border-box;
    border: 0.75px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dealsearch-head-input-icon {
    width: 13.5px;
    margin-right: 15px;
    cursor: pointer;
  }
  .dealsearch-head-input-icon img {
    width: 100%;
  }
  .dealsearch-head-input input {
    width: calc(100% - 50px * 0.75);
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1;
    font-size: 13.5px;
    box-sizing: border-box;
    padding-left: 15px;
  }
  .dealsearch-head-input input::placeholder {
    font-family: "syht";
  }
  .dealsearch-head-title {
    width: 771.75px;
    margin-top: 30px;
    padding-bottom: 15px;
    font-size: 19.5px;
    color: #000;
    line-height: 1;
    font-weight: bold;
  }
  .dealsearch-head-hen {
    width: 771.75px;
    margin: 0 auto;
    margin: 30px 0;
    height: 1.5px;
    background: #b9b9ba;
    display: none;
  }
  .result {
    width: 100%;
    padding: 30px 0;
    background: #f7f8f8;
  }
  .result-none {
    text-align: center;
    font-size: 13.5px;
    color: #000;
    display: none;
  }
  .result-list {
    width: 771.75px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .result-list-item {
    width: 33%;
    margin-bottom: 37.5px;
    box-sizing: border-box;
    padding-right: 22.5px;
  }
  .result-list-item .title {
    font-size: 13.5px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 7.5px;
    line-height: 21px;
  }
  .result-list-item .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #000;
  }
  .result-list-item::before {
    display: block;
    content: "";
    clear: both;
  }
  .result-list-item:nth-child(n + 7) {
    margin-bottom: 22.5px;
  }
  .result-jz {
    width: 100%;
    padding: 30px 0;
    background: #f7f8f8;
    display: none;
  }
  .result-jz-content {
    width: 771.75px;
    margin: 0 auto;
    font-size: 0;
  }
  .result-jz-content .title {
    font-size: 13.5px;
    color: #000000;
    line-height: 1;
    margin: 22.5px 0;
    font-weight: bold;
  }
  .result-jz-content .desc {
    font-size: 13.5px;
    color: #000;
    line-height: 1;
    margin: 15px 0;
  }
  .result-jz-content ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .result-jz-content ul li {
    width: 33%;
    box-sizing: border-box;
    padding-right: 15px;
  }
  .page {
    width: 100%;
    font-size: 0;
    padding: 30px 0;
  }
  .page-content {
    width: 771.75px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-content-count {
    font-size: 12px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-content-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    line-height: 1;
    color: #000;
  }
  .page-content-list p {
    margin-left: 15px;
    cursor: pointer;
  }
  .page-content-list p.active {
    font-weight: bold;
  }
  .dealsearch-loading {
    width: 37.5px;
    font-size: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .dealsearch-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .dealsearch-head {
    width: 100%;
    font-size: 0;
  }
  .dealsearch-head .container {
    width: 720.3px;
    margin: 0 auto;
  }
  .dealsearch-head-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 28px 0;
  }
  .dealsearch-head-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30.8px;
    cursor: pointer;
  }
  .dealsearch-head-choose-item-checkbox {
    width: 12.6px;
    height: 12.6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.7px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11.9px;
  }
  .dealsearch-head-choose-item-checkbox-con {
    width: 8.4px;
    height: 8.4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .dealsearch-head-choose-item-checkbox-con.active {
    background: #000;
  }
  .dealsearch-head-choose-item p {
    font-size: 12.6px;
    line-height: 1;
    color: #000;
  }

  .dealsearch-head-select {
    width: 734px;
    height: 37.8px;
    margin-bottom: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   
   .dealsearch-head-select select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1;
    font-size: 12.6px;
    padding-left: 14px;
   }

  .dealsearch-head-input {
    width: 720.3px;
    margin: 0 auto;
    height: 37.8px;
    box-sizing: border-box;
    border: 0.7px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dealsearch-head-input-icon {
    width: 12.6px;
    margin-right: 14px;
    cursor: pointer;
  }
  .dealsearch-head-input-icon img {
    width: 100%;
  }
  .dealsearch-head-input input {
    width: calc(100% - 50px * 0.7);
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1;
    font-size: 12.6px;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .dealsearch-head-input input::placeholder {
    font-family: "syht";
  }
  .dealsearch-head-title {
    width: 720.3px;
    margin-top: 28px;
    padding-bottom: 14px;
    font-size: 18.2px;
    color: #000;
    line-height: 1;
    font-weight: bold;
  }
  .dealsearch-head-hen {
    width: 720.3px;
    margin: 0 auto;
    margin: 28px 0;
    height: 1.4px;
    background: #b9b9ba;
    display: none;
  }
  .result {
    width: 100%;
    padding: 28px 0;
    background: #f7f8f8;
  }
  .result-none {
    text-align: center;
    font-size: 12.6px;
    color: #000;
    display: none;
  }
  .result-list {
    width: 720.3px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .result-list-item {
    width: 33%;
    margin-bottom: 35px;
    box-sizing: border-box;
    padding-right: 21px;
  }
  .result-list-item .title {
    font-size: 12.6px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 7px;
    line-height: 19.6px;
  }
  .result-list-item .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #000;
  }
  .result-list-item::before {
    display: block;
    content: "";
    clear: both;
  }
  .result-list-item:nth-child(n + 7) {
    margin-bottom: 21px;
  }
  .result-jz {
    width: 100%;
    padding: 28px 0;
    background: #f7f8f8;
    display: none;
  }
  .result-jz-content {
    width: 720.3px;
    margin: 0 auto;
    font-size: 0;
  }
  .result-jz-content .title {
    font-size: 12.6px;
    color: #000000;
    line-height: 1;
    margin: 21px 0;
    font-weight: bold;
  }
  .result-jz-content .desc {
    font-size: 12.6px;
    color: #000;
    line-height: 1;
    margin: 14px 0;
  }
  .result-jz-content ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .result-jz-content ul li {
    width: 33%;
    box-sizing: border-box;
    padding-right: 14px;
  }
  .page {
    width: 100%;
    font-size: 0;
    padding: 28px 0;
  }
  .page-content {
    width: 720.3px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-content-count {
    font-size: 11.2px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-content-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 11.2px;
    line-height: 1;
    color: #000;
  }
  .page-content-list p {
    margin-left: 14px;
    cursor: pointer;
  }
  .page-content-list p.active {
    font-weight: bold;
  }
  .dealsearch-loading {
    width: 35px;
    font-size: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .dealsearch-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .dealsearch-head {
    width: 100%;
    font-size: 0;
  }
  .dealsearch-head .container {
    width: 679.14px;
    margin: 0 auto;
  }
  .dealsearch-head-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 26.4px 0;
  }
  .dealsearch-head-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 29.04px;
    cursor: pointer;
  }
  .dealsearch-head-choose-item-checkbox {
    width: 11.88px;
    height: 11.88px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.66px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 11.22px;
  }
  .dealsearch-head-choose-item-checkbox-con {
    width: 7.92px;
    height: 7.92px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .dealsearch-head-choose-item-checkbox-con.active {
    background: #000;
  }
  .dealsearch-head-choose-item p {
    font-size: 11.88px;
    line-height: 1;
    color: #000;
  }

  .dealsearch-head-select {
    width: 693px;
    height: 35.64px;
    margin-bottom: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   
   .dealsearch-head-select select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1;
    font-size: 11.88px;
    padding-left: 13.2px;
   }

  .dealsearch-head-input {
    width: 679.14px;
    margin: 0 auto;
    height: 35.64px;
    box-sizing: border-box;
    border: 0.66px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dealsearch-head-input-icon {
    width: 11.88px;
    margin-right: 13.2px;
    cursor: pointer;
  }
  .dealsearch-head-input-icon img {
    width: 100%;
  }
  .dealsearch-head-input input {
    width: calc(100% - 50px * 0.66);
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1;
    font-size: 11.88px;
    box-sizing: border-box;
    padding-left: 13.2px;
  }
  .dealsearch-head-input input::placeholder {
    font-family: "syht";
  }
  .dealsearch-head-title {
    width: 679.14px;
    margin-top: 26.4px;
    padding-bottom: 13.2px;
    font-size: 17.16px;
    color: #000;
    line-height: 1;
    font-weight: bold;
  }
  .dealsearch-head-hen {
    width: 679.14px;
    margin: 0 auto;
    margin: 26.4px 0;
    height: 1.32px;
    background: #b9b9ba;
    display: none;
  }
  .result {
    width: 100%;
    padding: 26.4px 0;
    background: #f7f8f8;
  }
  .result-none {
    text-align: center;
    font-size: 11.88px;
    color: #000;
    display: none;
  }
  .result-list {
    width: 679.14px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .result-list-item {
    width: 33%;
    margin-bottom: 33px;
    box-sizing: border-box;
    padding-right: 19.8px;
  }
  .result-list-item .title {
    font-size: 11.88px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 6.6px;
    line-height: 18.48px;
  }
  .result-list-item .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #000;
  }
  .result-list-item::before {
    display: block;
    content: "";
    clear: both;
  }
  .result-list-item:nth-child(n + 7) {
    margin-bottom: 19.8px;
  }
  .result-jz {
    width: 100%;
    padding: 26.4px 0;
    background: #f7f8f8;
    display: none;
  }
  .result-jz-content {
    width: 679.14px;
    margin: 0 auto;
    font-size: 0;
  }
  .result-jz-content .title {
    font-size: 11.88px;
    color: #000000;
    line-height: 1;
    margin: 19.8px 0;
    font-weight: bold;
  }
  .result-jz-content .desc {
    font-size: 11.88px;
    color: #000;
    line-height: 1;
    margin: 13.2px 0;
  }
  .result-jz-content ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .result-jz-content ul li {
    width: 33%;
    box-sizing: border-box;
    padding-right: 13.2px;
  }
  .page {
    width: 100%;
    font-size: 0;
    padding: 26.4px 0;
  }
  .page-content {
    width: 679.14px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-content-count {
    font-size: 10.56px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-content-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 10.56px;
    line-height: 1;
    color: #000;
  }
  .page-content-list p {
    margin-left: 13.2px;
    cursor: pointer;
  }
  .page-content-list p.active {
    font-weight: bold;
  }
  .dealsearch-loading {
    width: 33px;
    font-size: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .dealsearch-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .dealsearch-head {
    width: 100%;
    font-size: 0;
  }
  .dealsearch-head .container {
    width: 545.37px;
    margin: 0 auto;
  }
  .dealsearch-head-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 21.2px 0;
  }
  .dealsearch-head-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 23.32px;
    cursor: pointer;
  }
  .dealsearch-head-choose-item-checkbox {
    width: 9.54px;
    height: 9.54px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 0.53px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9.01px;
  }
  .dealsearch-head-choose-item-checkbox-con {
    width: 6.36px;
    height: 6.36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .dealsearch-head-choose-item-checkbox-con.active {
    background: #000;
  }
  .dealsearch-head-choose-item p {
    font-size: 9.54px;
    line-height: 1;
    color: #000;
  }

  .dealsearch-head-select {
    width: 556px;
    height: 28.62px;
    margin-bottom: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   
   .dealsearch-head-select select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1;
    font-size: 9.54px;
    padding-left: 10.6px;
   }

  .dealsearch-head-input {
    width: 545.37px;
    margin: 0 auto;
    height: 28.62px;
    box-sizing: border-box;
    border: 0.53px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dealsearch-head-input-icon {
    width: 9.54px;
    margin-right: 10.6px;
    cursor: pointer;
  }
  .dealsearch-head-input-icon img {
    width: 100%;
  }
  .dealsearch-head-input input {
    width: calc(100% - 50px * 0.53);
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1;
    font-size: 9.54px;
    box-sizing: border-box;
    padding-left: 10.6px;
  }
  .dealsearch-head-input input::placeholder {
    font-family: "syht";
  }
  .dealsearch-head-title {
    width: 545.37px;
    margin-top: 21.2px;
    padding-bottom: 10.6px;
    font-size: 13.78px;
    color: #000;
    line-height: 1;
    font-weight: bold;
  }
  .dealsearch-head-hen {
    width: 545.37px;
    margin: 0 auto;
    margin: 21.2px 0;
    height: 1.06px;
    background: #b9b9ba;
    display: none;
  }
  .result {
    width: 100%;
    padding: 21.2px 0;
    background: #f7f8f8;
  }
  .result-none {
    text-align: center;
    font-size: 9.54px;
    color: #000;
    display: none;
  }
  .result-list {
    width: 545.37px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .result-list-item {
    width: 33%;
    margin-bottom: 26.5px;
    box-sizing: border-box;
    padding-right: 15.9px;
  }
  .result-list-item .title {
    font-size: 9.54px;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 5.3px;
    line-height: 14.84px;
  }
  .result-list-item .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #000;
  }
  .result-list-item::before {
    display: block;
    content: "";
    clear: both;
  }
  .result-list-item:nth-child(n + 7) {
    margin-bottom: 15.9px;
  }
  .result-jz {
    width: 100%;
    padding: 21.2px 0;
    background: #f7f8f8;
    display: none;
  }
  .result-jz-content {
    width: 545.37px;
    margin: 0 auto;
    font-size: 0;
  }
  .result-jz-content .title {
    font-size: 9.54px;
    color: #000000;
    line-height: 1;
    margin: 15.9px 0;
    font-weight: bold;
  }
  .result-jz-content .desc {
    font-size: 9.54px;
    color: #000;
    line-height: 1;
    margin: 10.6px 0;
  }
  .result-jz-content ul {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .result-jz-content ul li {
    width: 33%;
    box-sizing: border-box;
    padding-right: 10.6px;
  }
  .page {
    width: 100%;
    font-size: 0;
    padding: 21.2px 0;
  }
  .page-content {
    width: 545.37px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .page-content-count {
    font-size: 8.48px;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-content-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 8.48px;
    line-height: 1;
    color: #000;
  }
  .page-content-list p {
    margin-left: 10.6px;
    cursor: pointer;
  }
  .page-content-list p.active {
    font-weight: bold;
  }
  .dealsearch-loading {
    width: 26.5px;
    font-size: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .dealsearch-loading img {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .dealsearch-head {
    width: 100%;
    font-size: 0;
  }
  .dealsearch-head .container {
    width: 5.9rem;
    margin: 0 auto;
  }
  .dealsearch-head-choose {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0.4rem 0;
  }
  .dealsearch-head-choose-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0.24rem;
    cursor: pointer;
  }
  .dealsearch-head-choose-item-checkbox {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.17rem;
  }
  .dealsearch-head-choose-item-checkbox-con {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: transparent;
  }
  .dealsearch-head-choose-item-checkbox-con.active {
    background: #000;
  }
  .dealsearch-head-choose-item p {
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
  }

  .dealsearch-head-select {
    width: 6.0rem;
    height: 0.54rem;
    margin-bottom: 2%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
   }
   
   .dealsearch-head-select select {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    line-height: 1;
    font-size: 0.18rem;
    padding-left: 0.2rem;
   }

  .dealsearch-head-input {
    width: 5.9rem;
    margin: 0 auto;
    height: 0.54rem;
    box-sizing: border-box;
    border: 1px solid #b9b9ba;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .dealsearch-head-input-icon {
    width: 0.18rem;
    margin-right: 0.2rem;
    cursor: pointer;
  }
  .dealsearch-head-input-icon img {
    width: 100%;
  }
  .dealsearch-head-input input {
    width: calc(100% - 0.5rem);
    border: 0;
    outline: 0;
    color: #000;
    line-height: 1;
    font-size: 0.18rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
  }
  .dealsearch-head-input input::placeholder {
    font-family: "syht";
  }
  .dealsearch-head-title {
    width: 5.9rem;
    margin-top: 0.4rem;
    padding-bottom: 0;
    font-size: 0.3rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
  }
  .dealsearch-head-hen {
    width: 5.9rem;
    margin: 0 auto;
    margin: 0.4rem 0;
    height: 2px;
    background: #b9b9ba;
    display: none;
  }
  .result {
    width: 100%;
    padding: 0.4rem 0;
    background: #f7f8f8;
  }
  .result-none {
    text-align: center;
    font-size: 0.18rem;
    color: #000;
    display: none;
  }
  .result-list {
    width: 5.9rem;
    margin: 0 auto;
    overflow: hidden;
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .result-list-item {
    width: 100%;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    padding-right: 0.3rem;
  }
  .result-list-item .title {
    font-size: 0.26rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.1rem;
    line-height: 0.38rem;
  }
  .result-list-item .desc {
    font-size: 0.26rem;
    line-height: 0.38rem;
    color: #000;
  }
  .result-list-item::before {
    display: block;
    content: "";
    clear: both;
  }
  .result-list-item:nth-child(n + 7) {
    margin-bottom: 0.5rem;
  }
  .result-jz {
    width: 100%;
    padding: 0.4rem 0;
    background: #f7f8f8;
    display: none;
  }
  .result-jz-content {
    width: 5.9rem;
    margin: 0 auto;
    font-size: 0;
  }
  .result-jz-content .title {
    font-size: 0.26rem;
    color: #000000;
    line-height: 1;
    margin: 0.3rem 0;
    font-weight: bold;
  }
  .result-jz-content .desc {
    font-size: 0.26rem;
    color: #000;
    line-height: 1;
    margin: 0.2rem 0;
  }
  .result-jz-content ul {
    width: 100%;
    list-style: none;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .result-jz-content ul li {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0.2rem;
  }
  .page {
    width: 100%;
    font-size: 0;
    padding: 0.4rem 0;
    padding-top: 0;
  }
  .page-content {
    width: 5.9rem;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .page-content-count {
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page-content-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.26rem;
    line-height: 1;
    color: #000;
    margin-top: 0.2rem;
  }
  .page-content-list p {
    margin-left: 0;
    margin-right: 0.1rem;
    cursor: pointer;
  }
  .page-content-list p.active {
    font-weight: bold;
  }
  .dealsearch-loading {
    width: 0.5rem;
    font-size: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    display: none;
  }
  .dealsearch-loading img {
    width: 100%;
  }
  .pageturn {
    width: 5.9rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .pageturn p {
    font-size: 0.26rem;
    color: #b9b9ba;
    line-height: 1;
  }
  .pageturn input {
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #000;
    display: inline-block;
    text-align: center;
    border: 1px solid #b9b9ba;
    margin: 0 0.3rem;
    outline: 0;
  }
  .pageturn-confirm {
    width: 0.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.26rem;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #b9b9ba;
    margin-left: 0.3rem;
    cursor: pointer;
  }
}
