@media screen and (max-width: 450px) {
  body {
    color: rgb(63, 63, 63);
  }
  .viewport {
    width: 100% !important;
  }
  #market,
  #marDetail {
    display: none !important;
  }
  #wap {
    display: block !important;
  }
}

.wap-category {
  overflow: hidden;
}

.wap-category-item {
  padding: 5px;
  margin: 5px;
  float: left;
  font-size: 13px;
}

.wap-category-item.true {
  color: #00b4ff;
}

.wap-sorts {
  text-align: center;
  background: #efefef;
  margin: 10px 0;
}

.wap-sort-item {
  padding: 10px;
  display: inline-block;
  border-bottom: 2px solid #efefef;
}

.wap-sort-item.true {
  color: #00b4ff;
  border-bottom-color: #00b4ff;
}

.wap-content-item {
  line-height: 1.5em;
  padding: 20px;
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
}

.wap-content-item a {
  font-size: 14px;
}

.wap-content-item:first-child {
  border-top: none;
}

.wap-content-item-avatar {
  width: 30%;
  height: 100px;
  float: right;
  background-size: 100% 100%;
}

.wap-content-item-detail {
  width: 70%;
  float: left;
}

.wap-content-item-detail .title {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.wap-content-item-detail .subject {
  color: gray;
}

.wap-content-item-detail .wrap {
  margin-right: 10px;
}

.wap-content-item-info {
  font-size: 12px;
}

.wap-content-item-info .cate {
  color: #0992cc
}

.wap-recomand {
  text-align: center;
  border-top: 4px solid rgb(240, 240, 240);
  padding: 20px 0;
}

.wap-recomand .title {
  font-size: 16px;
}

.wap-recomand .line {
  width: 15%;
  height: 2px;
  background: #0992cc;
  margin: auto;
  margin-top: 10px;
}

.wap-detail-title {
  padding: 20px;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 18px;
}

.wap-detail-content {
  padding: 20px 30px;
}

.wap-detail-content p {
  line-height: 1.5em !important;
}

.wap-detail-content img {
  width: 100% !important;
  display: block;
  margin: 10px 0;
}

.wap-detail-info {
  padding: 0 30px;
}

.wap-center-title {
  text-align: center;
  font-weight: bold;
  padding: 10px;
}