.pet-box {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 20px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.pet-box .picture {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.pet-box .picture img {
  width: 100%;
}
.pet-box .info {
  overflow: hidden;
}
.pet-box .info .title {
  font-size: 24px;
  font-weight: bold;
}
.pet-box .info .desc {
  color: #999;
  margin-top: 10px;
}
.pet-box .prop-1 {
  padding-top: 20px;
  clear: both;
}
.pet-box .prop-1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pet-box .prop-1 li {
  width: 33.33%;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-top: -1px;
  border-right: 1px solid #ddd;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pet-box .prop-1 li:nth-child(3n), .pet-box .prop-1 li:last-child {
  border-right: 0;
}
.pet-box .prop-1 .name {
  color: #999;
  float: left;
}
.pet-box .prop-1 .value {
  color: #000;
}
.pet-box .prop-2 {
  clear: both;
  padding-top: 20px;
}
.pet-box .prop-2 ul {
  overflow: hidden;
}
.pet-box .prop-2 li {
  float: left;
  width: 220px;
  margin-bottom: 10px;
  font-size: 16px;
}
.pet-box .prop-2 .name {
  float: left;
  color: #999;
}
.pet-box .prop-2 .value {
  overflow: hidden;
}
.pet-box .prop-2 .icon-collect-fill {
  color: #ff9933;
  margin-right: 2px;
}
.pet-box .prop-2 .icon-collect {
  color: #999;
  margin-right: 2px;
}

.pet-info {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 20px;
  padding-top: 30px;
  margin-bottom: 20px;
  position: relative;
}
.pet-info:before, .pet-info:after {
  content: "";
  width: 18px;
  height: 76px;
  background: url(../img/icon-join.png) no-repeat;
  position: absolute;
  left: 100px;
  top: -48px;
}
.pet-info:after {
  left: auto;
  right: 100px;
}
.pet-info .info-item {
  padding: 20px 0 30px;
  border-bottom: 1px solid #ddd;
}
.pet-info .info-item:first-child {
  padding-top: 0;
}
.pet-info .info-item:last-child {
  padding-bottom: 10px;
  border-bottom: 0;
}
.pet-info .info-item .hdt {
  font-size: 18px;
  position: relative;
  padding-left: 14px;
}
.pet-info .info-item .picture {
  margin-top: 20px;
}
.pet-info .info-item .picture img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.pet-info .info-item .hdt:before {
  content: "";
  width: 4px;
  background-color: #ff9933;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.pet-info .content {
  width: 100%;
  position: relative;
  overflow: hidden;
  line-height: 26px;
}
.pet-info .content p {
  margin-top: 20px;
}
.pet-info .content img {
  max-width: 100%;
}