body {
  background: #F6F6F6;
}
.adoption_content {
  width: 1200px;
  margin: 20px auto 40px auto;
  overflow: hidden;
  display: flex;
  min-height: 408px;
}
.adoption_content .adoption_right {
  width: 1200px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}
.adoption_content .adoption_right .adoption_right_content {
  padding: 20px 10px;
}
.adoption_content .adoption_right .adoption_right_content .condition_header {
  width: 100%;
  height: 22px;
  border-bottom: 1px #D2D2D2 solid;
  display: flex;
  margin-bottom: 15px;
}
.adoption_content .adoption_right .adoption_right_content .condition_header .condition_header_title {
  flex: 8;
  margin-left: 5px;
  width: 56px;
  height: 19px;
  font-size: 14px;
  font-weight: bold;
  line-height: 19px;
  color: #33363C;
  opacity: 1;
}

.region_select {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 100%;
  border-left: 1px #D2D2D2 solid;
  margin-left: -1px;
  border-right: 1px #D2D2D2 solid;
  margin-right: -1px;
}
.region_select li {
  display: flex;
  align-items: center;
  flex-direction: row;
  border-top: 1px #D2D2D2 solid;
  margin-top: -1px;
  border-bottom: 1px #D2D2D2 solid;
  margin-bottom: -1px;
}
.region_select li .region_name {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px;
  width: 200px;
  min-width: 120px;
}
.region_select .region_leaf {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 20px;
}
.region_select a {
  color: #656870;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  cursor: pointer;
}
.region_select .selected a {
  color: #FC6C0E;
}

