body {
  background: #F6F6F6;
}
.adoption_show_content {
  width: 1200px;
  margin: 20px auto 40px auto;
  overflow: hidden;
  display: flex;
}
.adoption_show_content .adoption_show_left {
  width: 280px;
  height: 100%;
  margin-right: 20px;
}
.adoption_show_content .adoption_show_right {
  width: 900px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px 20px;
}
.adoption_show_content .adoption_show_right .show_head {
  position: relative;
  margin-bottom: 10px;
}
.adoption_show_content .adoption_show_right .show_head .certified {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 37px;
  width: 100px;
  height: 37px;
  border-radius: 4px 4px 4px 4px;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  background: #84dfa7;
  margin-right: 5px;
}
.adoption_show_content .adoption_show_right .show_head .show_title {
  display: inline;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  line-height: 37px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .show_head .show_price {
  position: absolute;
  top: 0;
  right: 0;
}
.adoption_show_content .adoption_show_right .show_head .show_price .rent {
  font-size: 24px;
  font-weight: bold;
  line-height: 31px;
  color: #FC6C0E;
}
.adoption_show_content .adoption_show_right .show_head .show_price .unit {
  margin-top: 7px;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #FC6C0E;
}
.adoption_show_content .adoption_show_right .other_info {
  width: 100%;
  height: 52px;
  background: #F8F8FB;
  display: flex;
  position: relative;
}
.adoption_show_content .adoption_show_right .other_info .user_info {
  font-size: 0;
}
.adoption_show_content .adoption_show_right .other_info .user_info .user_portrait {
  margin: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
}
.adoption_show_content .adoption_show_right .other_info .user_info .user_name {
  display: inline-block;
  vertical-align: top;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adoption_show_content .adoption_show_right .other_info .apply_time {
  margin-left: 20px;
  margin-top: 17px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #999FAA;
}
.adoption_show_content .adoption_show_right .other_info .browse_count {
  position: absolute;
  right: 60px;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.adoption_show_content .adoption_show_right .other_info .edit_button {
  display: none;
  position: absolute;
  right: 10px;
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #4395ff;
  cursor: pointer;
}
.adoption_show_content .adoption_show_right .split_line {
  width: 100%;
  height: 1px;
  background-color: #f3f3f3;
  margin: 20px 0;
}
.adoption_show_content .adoption_show_right .adoption_info {
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 10px;
}
.adoption_show_content .adoption_show_right .adoption_info .adoption_magnifier {
  width: 448px;
  height: 400px;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right {
  width: 100%;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .basic_info {
  display: block;
  width: 100%;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .basic_info h6 {
  margin-left: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
  margin-bottom: 10px;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .basic_info .describe_block {
  margin-top: 10px;
  margin-left: 40px;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .basic_info .describe_block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .basic_info .describe_block .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info {
  display: block;
  width: 100%;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .icon {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info h6 {
  margin-top: 10px;
  margin-left: 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .button_block {
  text-align: center;
  width: calc(100% - 20px);
  position: relative;
  margin-left: 20px;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .button_block .confirm_mask {
  position: absolute;
  top: 10px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .button_block .confirm_mask .text {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 25px;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .button_block .button {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  margin-left: 10px;
  width: 150px;
  height: 28px;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  padding-top: 6px;
  cursor: pointer;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .button_block .get_click {
  border: 1px solid #F40;
  background-color: #FFF;
  color: #F40;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .button_block .consult {
  border: 1px solid #F40;
  background-color: #F40;
  color: #FFF;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .info_block {
  margin-top: 10px;
  margin-left: 40px;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .info_block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .info_block .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .adoption_info .info_right .contact_info .info_block .job_req {
  white-space: pre-wrap;
  display: block;
}
.adoption_show_content .adoption_show_right .adoption_describe {
  margin-top: 20px;
}
.adoption_show_content .adoption_show_right .adoption_describe h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .adoption_describe .describe {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #33363C;
  white-space: pre-wrap;
}
.adoption_show_content .adoption_show_right .adoption_describe .describe_info .describe_block {
  margin-top: 10px;
  margin-left: 40px;
}
.adoption_show_content .adoption_show_right .adoption_describe .describe_info .describe_block .name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #656870;
}
.adoption_show_content .adoption_show_right .adoption_describe .describe_info .describe_block .value {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .adoption_describe .describe_info .describe_block .line_value {
  display: block;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .other_adoption {
  margin-top: 20px;
}
.adoption_show_content .adoption_show_right .other_adoption h6 {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line {
  margin-top: 20px;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line ul {
  display: flex;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line ul li {
  width: 200px;
  height: 198px;
  margin-right: 20px;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line ul li .image_frame {
  width: 200px;
  height: 150px;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line ul li .image_frame .cover {
  width: 200px;
  height: 150px;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line ul li .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  margin-top: 5px;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line ul li .summary {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  margin-top: 5px;
  color: #656870;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.adoption_show_content .adoption_show_right .other_adoption .content_line ul li .summary span {
  margin-right: 5px;
}

