<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new_xh-head-top {
  height: 100px;
  padding: 30px 0;
  box-sizing: border-box;
}
.new_xh-head-top .inner {
  width: 1200px;
  margin: 0 auto;
}
.new_xh-head-top .xh-head-logo {
  float: left;
  width: 358px;
}
.new_xh-head-top .xh-head-search {
  box-sizing: border-box;
  float: left;
  width: 350px;
  height: 36px;
  margin-left: 108px;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 20px;
  border-right: 0;
}
.new_xh-head-top .xh-head-search-item {
  box-sizing: border-box;
  width: 82px;
  height: 36px;
  line-height: 36px;
  cursor: pointer;
  font-size: 14px;
  color: #999999;
  position: absolute;
  left: 0;
  top: 0;
}
.new_xh-head-top .xh-head-search-item .selectLayer {
  width: 81px;
  position: absolute;
  left: -1px;
  z-index: 100;
  display: none;
  background: #fff;
  border: #eeeeee solid 1px;
}
.new_xh-head-top .xh-head-search-item .selectLayer li {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  padding-left: 15px;
  color: #666;
}
.new_xh-head-top .xh-head-search-item .selectLayer li:hover {
  background: #ddd;
}
.new_xh-head-top .selectedOption {
  display: block;
  color: #999;
  background: url('../img/select_03.png') no-repeat right center;
  margin: 0 15px;
}
.new_xh-head-top .xh-head-search-box {
  height: 100%;
  margin-left: 80px;
}
.new_xh-head-top .xh-head-search-box div.inputText {
  float: left;
  width: 225px;
  margin-top: 7px;
  border-left: 1px solid #ddd;
  height: 20px;
}
.new_xh-head-top .xh-head-search-box div.inputText input {
  width: 94%;
  height: 100%;
  padding: 0px 3%;
  border: 0px;
  color: #999;
  font-size: 12px;
}
.new_xh-head-top .xh-head-search-box div.btnSearch {
  background: url(../img/search.png) #3367cd no-repeat center center;
  float: right;
  width: 40px;
  height: 36px;
  line-height: 41px;
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.new_xh-head-top .xh_sel_type {
  margin-left: 60px;
  float: left;
  position: relative;
}
.new_xh-head-top .xh_sel_type .sel_o {
  font-size: 30px;
  color: #333;
  margin-right: 5px;
}
.new_xh-head-top .xh_sel_type .sel_btn {
  color: #999;
  font-size: 14px;
  font-weight: bold;
  padding-right: 13px;
  cursor: pointer;
  background: url('../img/select_03.png') no-repeat right center;
}
.new_xh-head-top .xh_sel_type .sel_item {
  display: none;
  position: absolute;
  right: 0;
  background-color: #fff;
  color: #666;
}
.new_xh-head-top .xh_sel_type .sel_item li {
  cursor: pointer;
  line-height: 30px;
  overflow: hidden;
  padding: 0px 15px;
}
.new_xh-head-top .xh-head-other {
  float: right;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.new_xh-head-top .xh-head-other a {
  font-size: 14px;
  color: #333;
}
.new_xh-head-top .xh-head-other .login {
  background: url(../img/person.png) no-repeat left center;
  padding-left: 23px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #ddd;
}
.new_xh-head-top .xh-head-top .keyword {
  margin-top: 3px;
}
.new_xh-head-top .xh-head-top .keyword a {
  color: #fff;
  font-size: 14px;
  margin-right: 3px;
}
.xh_banner {
  background: url(../img/banner_02.jpg) no-repeat center top;
  height: 260px;
}
.xh_content_filter {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}
.xh_content_filter .inner {
  width: 1200px;
  margin: 0 auto;
}
.xh_content_filter .title {
  background: url(../img/filter.png) no-repeat left center;
  font-size: 20px;
  font-weight: bold;
  color: #3367cd;
  padding-left: 40px;
  float: left;
}
.xh_content_filter .type_fil {
  float: left;
  line-height: 30px;
  margin-top: 15px;
}
.xh_content_filter .type_fil span {
  color: #333;
  font-size: 14px;
  padding: 0 15px;
  width: 80px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.xh_content_filter .type_fil span::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.xh_content_filter .type_fil span.sel {
  color: #fff;
  background: url(../img/selected_03.png) no-repeat center 3px;
}
.xh_content_filter .type_fil span:last-child::after {
  display: none;
}
.xh_content_filter .sort {
  float: right;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
}
.xh_content_filter .sort .title {
  font-size: 16px;
  color: #555555;
  font-weight: bold;
}
.xh_content_filter .sort .sortLine {
  float: right;
}
.xh_content_filter .sort .sortLine .lab {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  float: left;
  margin-left: 10px;
}
.xh_content_filter .sort .sortLine .f-sort {
  float: left;
}
.xh_content_filter .sort .sortLine .f-sort a {
  float: left;
  padding: 0 9px;
  height: 30px;
  line-height: 30px;
  background: #FFF;
  color: #333;
  position: relative;
}
.xh_content_filter .sort .sortLine .f-sort a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25%;
  width: 1px;
  height: 15px;
  background: #ddd;
}
.xh_content_filter .sort .sortLine .f-sort a .fs-tit {
  display: inline-block;
}
.xh_content_filter .sort .sortLine .f-sort a .arrow {
  float: left;
  width: 16px;
  height: 30px;
  overflow: hidden;
  background: url(../img/icon_sort.png) no-repeat 0 center;
}
.xh_content_filter .sort .sortLine .f-sort a .fs-up {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.xh_content_filter .sort .sortLine .f-sort a .fs-down {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
.xh_content_filter .sort .sortLine .f-sort a.curr .fs-up .arrow {
  background-position: -51px center;
}
.xh_content_filter .sort .sortLine .f-sort a.curr .fs-down .arrow {
  background-position: -101px center;
}
.xh_content_filter .sort .sortLine .f-sort a:last-child:after {
  display: none;
}
.new_doing {
  margin: 30px auto;
}
.new_doing .head {
  height: 30px;
  line-height: 30px;
  margin: 0 auto 20px;
  width: 1200px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.new_doing .head .title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 10px;
}
.new_doing .head .title:before {
  content: '';
  position: absolute;
  width: 5px;
  left: 0px;
  top: 5px;
  height: 21px;
  background: #3367cd;
  border-radius: 5px;
}
.new_doing .head .more {
  color: #3367cd;
  font-size: 12px;
}
.new_doing .head:after {
  content: '';
  position: absolute;
  left: 100px;
  right: 50px;
  top: 50%;
  height: 1px;
  background: #eeeeee;
}
.new_doing .content {
  overflow: hidden;
  width: 110%;
}
.new_doing .content .item {
  width: 270px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  margin-bottom: 30px;
}
.new_doing .content .item:last-child {
  margin-right: 0;
}
.new_doing .content .item .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.new_doing .content .item .img img {
  height: 100%;
  min-width: 270px;
}
.new_doing .content .item .wrap {
  background: url(../img/productBg_03.png) no-repeat center bottom;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 0px 8px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  height: 155px;
}
.new_doing .content .item .nameAddress {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 14px;
  padding: 15px 0;
}
.new_doing .content .item .nameAddress .name {
  color: #000;
}
.new_doing .content .item .nameAddress .address {
  color: #888c94;
}
.new_doing .content .item .nameAddress .address i.location {
  width: 12px;
  height: 15px;
  display: inline-block;
  margin-right: 3px;
  background: url(../img/icon_1.png) no-repeat;
}
.new_doing .content .item .price {
  color: #ff5a37;
  font-size: 16px;
  padding: 0px 0 15px;
}
.new_doing .content .item .price span {
  font-size: 26px;
}
.new_doing .content .item .info {
  border-top: 1px dotted #cccccc;
  padding-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #333333;
  font-size: 14px;
}
.new_doing .content .item .ti {
  background-color: #fff;
  width: 20%;
  font-weight: bold;
  color: #fff;
  width: 60px;
  height: 25px;
  font-size: 14px;
  background: #ff6600;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-right-radius: 6px ;
  text-align: center;
  z-index: 1;
}
.new_doing .content .item .datetime {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  background-color: #ff5a37;
  text-align: center;
}
.new_doing .content .item .datetime .tim {
  width: 80%;
}
.new_doing .content .item .datetime .tim em {
  font-size: 16px;
  font-style: normal;
}
.new_doing .content .item .datetime i {
  width: 35px;
  height: 100%;
  float: left;
  background: url(../img/clock_11.png) #dd5900 no-repeat center center;
}
.new_doing .content .item:hover {
  box-shadow: 0 -7px 12px 0 rgba(0, 0, 0, 0.1);
}
.new_doing .content .item:hover img {
  transform: scale(1.1);
}
.new_doing.new_soon .content .item .ti {
  background: #3367cd;
}
.new_doing.new_soon .content .item .datetime {
  background: #3367cd;
}
.new_doing.new_soon .content .item .datetime i {
  background-color: #1947a2;
}
.new_doing.new_soon .basePrice {
  color: #3367cd;
}
.new_doing.new_soon .content .item .wrap {
  height: 116px;
}
.new_doing.new_ended .content .item .ti {
  background: #333333;
}
.new_doing.new_ended .start_end {
  font-size: 14px;
  color: #888888;
  line-height: 1.8;
  border-top: 1px dotted #cccccc;
  margin-top: 15px;
  padding-top: 15px;
}
.new_doing.new_ended .content .item .wrap {
  height: 180px;
}
.new_xh-footer-pannel {
  width: 100%;
  background: #ededed;
  border-bottom: 10px solid #3367cd;
}
.new_xh-footer-pannel .xh-footer {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.new_xh-footer-pannel .xh-footer-info {
  width: 1200px;
  height: 210px;
}
.new_xh-footer-pannel .xh-footer-info div.item {
  box-sizing: border-box;
  float: left;
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 65px;
  position: relative;
}
.new_xh-footer-pannel .xh-footer-info div.item ul {
  line-height: 32px;
}
.new_xh-footer-pannel .xh-footer-info div.item ul li span {
  font-size: 20px;
  color: #333333;
  padding-left: 15px;
  position: relative;
}
.new_xh-footer-pannel .xh-footer-info div.item ul li span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 20px;
  border-radius: 5px;
  background: #3367cd;
}
.new_xh-footer-pannel .xh-footer-info div.item ul li a {
  font-size: 14px;
  color: #999;
  cursor: pointer;
  font-weight: normal;
  position: relative;
  padding-left: 15px;
}
.new_xh-footer-pannel .xh-footer-info div.item ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
}
.new_xh-footer-pannel .xh-footer-info div.item ul li a:hover {
  color: #000;
}
.new_xh-footer-pannel .xh_contact {
  float: right;
  color: #888;
  font-size: 14px;
  line-height: 30px;
  border-left: 1px solid #bbbbbb;
  padding-left: 70px;
  margin-top: 30px;
}
.new_xh-footer-pannel .xh_contact li {
  list-style: none;
}
.new_xh-footer-pannel .xh_contact span {
  font-size: 16px;
  font-weight: bold;
}


.live {
  background-color: #fff;
  width: 23%;
  font-weight: bold;
  color: #fff;
  width: 60px;
  height: 25px;
  font-size: 14px;
  background: #ff6600;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 3px;
  text-align: center;
  z-index: 1;
}
</pre></body></html>