/**
  * author: xuejin.xu@jiemian.com
  *   date: 2017-03-27
  *  
**/
html {
  min-height: 110%;
  background-color: #f9f9f9;
}
.main {
  padding-bottom: 64px;
  /*min-height: 100%;*/
}
.list-item {
  padding: 18px 12px;
  border-bottom: 1px solid #dedede;
}
.list-item h4 a {
  margin-right: 5px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.list-item i {
  position: relative;
  top: 2px;
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url("../img/new-article-icon.png") center center no-repeat;
  background-size: 2.1em;
}
.list-item .mb-icon {
  background-position: 0 -159px;
}
.list-item .stock-icon {
  background-position: 0 -187px;
}
.list-item .review-art {
  position: relative;
  top: -3px;
  display: inline-block;
  height: 16px;
  padding: 0 6px;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  border: 1px solid #2576a5;
  color: #2576a5;
}
.list-item .info {
  margin-top: 9px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
}
.list-item .info .auth-pic {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.list-item .info .auth-pic img {
  border-radius: 50%;
  width: 100%;
}
.list-item .info .auth-name {
  float: left;
  margin-left: 10px;
  color: #879194;
}
.list-item .info .time:before {
  display: inline-block;
  content: '';
  margin: 3px 10px;
  width: 3px;
  height: 3px;
  background-color: #879194;
  border-radius: 50%;
}
.list-item .auth-info,
.list-item .time {
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #879194;
}
.head {
  position: relative;
  font-size: 0;
  color: #fff;
  background-clip: content-box;
  text-align: center;
}
.head .head-bg {
  width: 100%;
  height: auto;
}
.head span,
.head a {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  width: 50%;
  text-align: left;
  font-size: 0;
}
.head span img,
.head a img {
  width: auto;
  height: 1.5rem;
  margin: 0 0.5rem;
}
.head .open {
  left: 0;
  text-align: right;
}
.head a {
  left: 50%;
  text-align: left;
}
.foot {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  background: rgba(81, 92, 97, 0.9);
  color: #f2f2f2;
  transform: translateY(64px);
}
.foot .foot-main {
  position: relative;
  margin: 0.6rem;
  font-size: 0;
}
.foot .foot-main .logo {
  float: left;
  margin-right: 0.6rem;
}
.foot .foot-main .logo img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.3rem;
}
.foot .foot-main .slogan {
  font-size: 0.7rem;
}
.foot .foot-main .download {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 1.4rem;
  line-height: 1.4rem;
  padding: 0 0.6rem;
  margin-top: 0.3rem;
  font-size: 0.6rem;
  background: #2d92cc;
  color: #fff;
  border-radius: 0.2rem;
}
.foot.active {
  transform: translateY(0);
  transition: transform 0.3s ease-in;
}
.openOther {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.openOther span {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/openother.png') center 1rem no-repeat;
  background-size: 85% auto;
}
@media screen and (min-width: 640px) {
  /*640px以上显示屏样式*/
  body {
    width: 640px;
    margin: 0 auto;
  }
  .foot {
    width: 640px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .list-item .review-art {
    top: -1px;
  }
}
/*适配x*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  html:after {
    display: block;
    content: '';
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: -34px;
    width: 100%;
    height: 34px;
    background: #f9f9f9;
  }
}
