html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
div,
p,
ul,
ol,
dl,
dd,
dt,
li,
a,
form,
input,
button,
th,
td {
  font-family: "微软雅黑", arial, helvetica;
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #595757;
  display: block;
}
.wrap {
  width: 14.50666667rem;
  margin: 2.34666667rem auto 0.85333333rem;
  border-radius: 0.21333333rem;
  box-shadow: 0 0 0.34133333rem #666;
  font-size: 0.59733333rem;
  color: #595757;
  overflow: hidden;
  background: #F0F0F0;
}
.wrap ul {
  padding: 0;
  overflow: hidden;
  width: 13.65333333rem;
  margin: 0.42666667rem auto 0;
}
.wrap ul li {
  float: left;
  overflow: hidden;
  width: 6.72rem;
}
.wrap ul li .div {
  width: 100%;
  background-color: #fff;
  margin-bottom: 0.42666667rem;
}
.wrap ul li .imgbox {
  width: 100%;
}
.wrap ul li .imgbox img {
  width: 100%;
  display: block;
}
.wrap ul li .content {
  margin: 0.29866667rem 0.42666667rem;
  position: relative;
  height: 2.13333333rem;
}
.wrap ul li .content .headline {
  color: #000000;
  font-size: 0.68266667rem;
}
.wrap ul li .content .merchant {
  font-size: 0.55466667rem;
  padding: 0.21333333rem 0;
}
.wrap .smartTips {
  color: #C92A28;
}
.wrap .first {
  margin-right: 0.21333333rem;
}
.wrap .tip {
  text-align: center;
  display: none;
}
.download {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.download img {
  width: 100%;
}
.omit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
