@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
figure,
figure,
legend,
textarea,
p,
blockquote,
th,
td,
input,
label {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei","苹方";
  word-wrap: break-word;
}
html {
  /*font-size: 6.25%;*/
  /*100 ÷ 16 × 100% = 6.25%*/
  -ms-touch-action: none;
  /* 禁止winphone默认触摸事件 */
}
body {
  font-size: 0.16rem;
  background:#fff;
}
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: top;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
input {
  outline: medium;
}
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
.contianer {
  margin: 0 0.33rem 0;
  font-size: 22px;
}
.title-box {
  font-size: 0.44rem;
  font-weight: bold;
  color: #111111;
  padding: 0.33rem 0 0;
}
.notes {
  font-size: 0.22rem;
  color: #888888;
  padding: 0.29rem 0 0.5rem 0;
}
.notes span:nth-of-type(n+2) {
  padding-left: 0.2rem;
}
.content-box {
  margin-bottom:0.6rem;
  font: 19px/32px Arial, '';
  color: #222222;
}
.content-box p{
  margin-bottom: 0.4rem;
  text-indent: 0em !important;
}
.content-box img {
  max-width:100% !important;
  height:auto !important;
}
.dianzan-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  border: 1px solid #f3f3f3;
  margin: 0 auto 0.4rem;
  float: left;
  margin-left: 0.6rem; 
}

.dianzan-box .dianzan {
  width: 0.44rem;
  height: 0.42rem;
  background: url(../img/zan-w.png);
  background-size: 100%;
  margin-right: 0.11rem;
}
.dianzan-box .dianzan-count {
  font-size: 0.2895rem;
  font-weight: bold;
  color: #222222;
}
.dianzan-box[data-validlikes="1"] .dianzan{
  background: url(../img/zan.png);
  background-size: 100%;
}
.dianzan-box[data-validlikes="1"] .dianzan-count{
  color: #fe3e3d;
}

.shoucang-box{
  width: 2.4rem;
  height: 0.9rem;
  border-radius: 0.45rem;
  border: 1px solid #f3f3f3;
  margin: 0 auto 0.4rem;
  text-align: center;
  float: right;
  margin-right: 0.6rem;
}
.shoucang-count{
  color:#666;
  background: url(../img/shoucang.png) no-repeat center left;
  display: inline-block;
  height: 100%;
  background-size: auto 0.42rem;
  line-height: 0.9rem;
  padding-left: 0.55rem;
  font-size:.3rem;
}
.shoucang-box[data-validcollect="1"] .shoucang-count{
  color:#ffc609;
  background: url(../img/shoucanghou.png) no-repeat center left;
  background-size: auto 0.42rem;
}

.yizan .dianzan {
  background: url(../img/zan.png);
  background-size: 100%;
  animation: dianzan-dh 200ms forwards;
}
.yizan .dianzan-count {
  font-size: 0.2895rem;
  font-weight: bold;
  color: #ff3e3e;
}
@keyframes dianzan-dh {
  0% {
    transform: rotate(-45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.line {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.92rem;
  height: 0.14rem;
  background: url(../img/line.png);
  background-size: 100%;
  margin: auto;
  color: #888888;
  font-size: 0.28rem;
  margin: 0.45rem 0;
}
.banner [data-adtype="0"] img {
  width: 100%;
  //height: 1.8rem;
  margin: auto;
  display:block;
}
.tips-box {
  font-size: 0.36rem;
  font-weight: bold;
  color: #222222;
  padding: 0.47rem 0 0.12rem 0;
}
.list-box {
  display: flex;
  flex-direction: column;
}
.list-box .item:nth-of-type(n+2) {
  border-top: 1px solid #eeeeee;
}
.list-box .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 2.05rem;
}
.list-box .item .item-left,
.list-box .item .item-right {
  height: 1.5rem;
}
.list-box .item .item-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-box .item .item-left .title {
  font-size: 0.34rem;
  text-align: justify;
  color: #222222;
}
.list-box .item .item-left .lot-type-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.22rem;
  color: #888888;
}
.list-box .item .item-left .lot-type-box span:nth-of-type(n+1) {
  margin-right: 0.2rem;
}
.list-box .item .item-left .lot-type-box .lot-type {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.02rem 0.05rem;
  border: 1px solid #2f6bfe;
  border-radius: 0.03rem;
  color: #2f6bfe;
}
.list-box .item .item-right{
	margin-left: 0.3rem;
}
.list-box .item .item-right img {
  width: 2.2rem;
  height: 1.5rem;
  border-radius: 0.1rem;
}
.more {
  display: flex;
  justify-content: center;
  color: #888888;
  padding: 0.3rem 0;
}



.JG-fy li {
  display: inline-block;
  margin: 0 6px;
}
.JG-fy {
  text-align: center;
}
.JG-fy .pagination li.active {
    color: #fff;
    background: #fa4e4e;
}
.nav{
  position: fixed;
  top: 0;
  left: 0;
  z-index:10;
  width: 100%;
  background: url(../img/headbg.jpg)  no-repeat left bottom;
  background-size: 100% auto;
  height: 0.8rem;
}
.nav ul{
  width: 100%;
  display: flex;
  overflow: auto;
}
.nav ul li{
  float: left;
  /* min-width: 1.3rem; */
  width: auto;
  height: 0.6rem;
  text-align: center;
  font: 0.36rem/0.6rem "Microsoft YaHei", "微软雅黑", Arial;
  cursor: pointer;
  white-space: nowrap;
  padding: 0.1rem 0.15rem 0;
  color:#555;
}
.nav ul li.dq{
  color:#111;
  font-weight: bold;
}

.jzgd{
  margin: 0.4rem auto 0.5rem;
  border: 1px solid #eee;
  width: 80%;
  height: 0.6rem;
  font: 0.3rem/0.6rem '';
  color: #666;
  text-align: center;
  background: #f2f2f2;
  border-radius: 0.1rem;
}
.listContianer{
  margin-top: 0.8rem;
  position: relative;
    z-index: 6;
}
.seatImg{
  position: fixed;
  z-index: 5;
  left: 0;
  top: 0.8rem;
}
.seatImg img{
  width:100%;
}


.cleardiv{
  clear: both;
  height: 0;
  display: block;
  overflow: hidden;
}
.list-box-ltrm{
  padding: 0.3rem 0;
}
.list-box-ltrm h5{
  font: 0.4rem/0.6rem '';
  float: left;
  margin-right: 0.2rem;
  margin-bottom: 0.2rem;
}
.list-box-ltrm .czqh{
  font: 0.25rem/0.7rem '';
  float: left;
  color: #9c9c9c;
}
.list-box-ltrm .hma span{
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0;
  font: 0.35rem/0.6rem '';
  float: left;
  text-align: center;
  display: block;
  color: #fff;
  background: url(../img/hq.png) no-repeat top center;
  background-size: 100% 100%;
}
.list-box-ltrm .hma span.lq{
  margin-left: 0.2rem;
  background: url(../img/lq.png) no-repeat top center;
  background-size: 100% 100%;
}
.list-box-ltrm .zjx{
  border: 1px solid #d9001b;
  height: 0.6rem;
  display: block;
  float: right;
  border-radius: 0.3rem;
  font: 0.28rem/0.6rem '';
  color: #d9001b;
  padding: 0 0.16rem;
}















