@charset "utf-8";
/* CSS Document */
.jiashowbox {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1/0.9;
  background: #444;
  position: relative;
  display: flex;
  align-items: center;
}
.jiashowbox span {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 3px 5px;
  background: #4d65b3;
  color: #fff;
  border-radius: 5px 0 0 5px;
  font-size: 13px;
}
.jiashowbox a {
  padding: 2px 5px;
  border-radius: 5px;
  background: rgba(0, 0, 0, .5);
  color: #fff;
  font-size: 13px;
  position: absolute;
  left: 10px;
  top: 5px;
  text-decoration: none;
  letter-spacing: 1px;
}
.jiashowbox img {
  display: block;
}
.jiashowxx {
  padding: 15px;
  background: #fff;
  margin: 10px;
  margin-top: -30px;
  position: relative;
  overflow: hidden;
  border-radius: 8px 8px 0 0
}
.shanglist dl {}
.jiashowxx dt {
  font-size: 18.6px;
  line-height: 1.6;
  padding: 8px 0;
  font-weight: bold;
  color: #333;
  text-align: center
}
.jiashowxx dd {
  color: #4b72ef;
  line-height: 22px;
  overflow: hidden;
  padding: 5px;
  background: #f5f7fc;
  border-radius: 5px;
  font-size: 13px;
  margin-bottom: 5px;
}
.jiashowxx li {
  padding: 9px 0;
  line-height: 24px;
  overflow: hidden;
  border-bottom: solid 1px #ddd;
  font-size: 14px;
  color: #555
}
.jiashowxx li a {
  color: #555
}
.jiashowxx li i {
  font-weight: bold;
  color: #02AF36
}
.biaoti {
  font-size: 18px;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  border-bottom: solid 1px #eee;
  margin-bottom: 8px;
  color: #666
}
.contentxx {
  padding: 15px;
  background: #fff;
  margin: 2px 10px;
}
article {
  letter-spacing: 0.5px;
  line-height: 1.7;
  padding: 5px;
  color: #333;
  font-size: 16px;
}
.xiangce {
  margin-top: 5px;
}
.xiangce ul {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 0;
  column-fill: blance
}
.xiangce li {
  break-inside: avoid;
  page-break-inside: avoid;
  margin: 8px 4px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
  background: #fff;
  box-shadow: 5px 5px 10px #999;
  text-align: center;
}
.xiangce li:first-child {
  margin-top: -1.1px;
}
.xiangce img {
  display: block;
}
.pages p {
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 10px;
  background: #fff;
  opacity: 0.9;
  color: #666;
  margin: 2%;
}