.explain {
  color: #666666;
  font-size: 0.388889rem;
  background: #f5f7fa;
  line-height: 1.5;
  padding: 0.597222rem 0.611111rem 0.5rem;
}

// body {
//   background: #e6e9ed;
// }

.wrap {
  padding-top: 0.972222rem;
}

.item-top {
  background: #ffffff;
  padding: 0 0.416667rem;
}

.item-top h2 {
  height: 0.888889rem;
  color: #333333;
  font-size: 0.611111rem;
  line-height: 0.888889rem;
  // background: #01a7e1;
  // padding: 0 0.222222rem;
  overflow: hidden;
}

.item-top h2 span {
  float: right;
  color: #999999;
  font-size: 0.333333rem;
  line-height: 0.888889rem;
}

.item-top p {
  color: #999999;
  font-size: 0.333333rem;
  line-height: 1.5;
  padding: 0.277778rem 0;
}

.goods {
  padding: 0 0.416667rem;
  overflow: hidden;
}

.item {
  float: left;
  width: 48.5%;
  // height: 6.527778rem;
  border: 1px solid #ccd1d9;
  border-radius: 0.069444rem;
  background: #ffffff;
  margin-bottom: 0.277778rem;
  overflow: hidden;
  cursor: pointer;
}

.thumbnail {
  position: relative;
  width: 100%;
  height: 2.777778rem;
  margin-bottom: 0.277778rem;
  overflow: hidden;
}

.thumbnail img {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 0 .2rem;
}

.thumbnail img::before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2rem;
  background: #fff url(../img/detail/loading.jpg) center 0 no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.goods .item:nth-child(2n - 1) {
  margin-right: 3%;
}

.item h3 {
  color: #666;
  font-size: 0.333333rem;
  padding: 0 0.277778rem;
}

.item p {
  color: #333;
  font-size: 0.416667rem;
  padding: 0.222222rem 0.277778rem;
}

.desc {
  padding-bottom: 0.277778rem;
  margin: 0 0.277778rem;
}

.desc p {
  color: #34b9e7;
  font-size: 0.277778rem;
  padding: 0;
}

.desc p:nth-child(2) {
  margin: 0.138889rem 0;
}

.footer {
  color: #aab2bd;
  font-size: 0.305556rem;
  text-align: center;
  margin: 0.555556rem 0;
}

.detail-dialog {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3)
}

.dialog-content {
  width: 9.166667rem;
  background: #ffffff;
  margin: 5% auto 0;
}

.detail-img {
  text-align: center;
}

.detail-img img {
  max-width: 8.888889rem;
  max-height: 5rem;
}

.good-info {
  max-height: 8rem;
  line-height: 0.555556rem;
  padding: 0 0.416667rem 0.597222rem;
  overflow: auto;
}

.dialog-content h1 {
  color: #333;
  font-size: 0.583333rem;
  line-height: 1.2;
  margin: 0.319444rem 0.416667rem 0.416667rem;
}

.good-info table {
  color: #666666;
  font-size: 0.361111rem;
}

.good-info table tr td:first-child {
  width: 1.5rem;
  color: #999;
  text-align: right;
  padding-right: 0.555556rem;
}