.article_middle_content{
  width: 60%;
  margin: 0 auto;
}
.article_middle_content_top{
  height: 500px;
}
.main_img img{
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
  object-fit: cover;
}
.hourse_name {
  font-size: 32px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.article_detail_info{
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}
.article_detail_info_title {
  color: rgb(174, 176, 177);
}
.article_detail_info_item {
  color: #000;
  font-size: 14px;
  margin-left: 20px;
}
.price_info_price{
  font-size: 46px;
  color: #e4393c;
  font-family: Tahoma;
  font-weight: 700;
  display: inline-block;
}
#article_detail {
  margin: auto;
  margin-top: 50px;
}
.subscribe {
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #f56c6c;
  background: #fef0f0;
  border-color: #fbc4c4;
  display: flex;
  justify-content: space-between;
  padding-left:20px;
  padding-right:20px;
}
.order_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bottom-btn{
  width: 100%;
}
#order_item_left {
  font-style: italic;
}
#order_item_middle {
  margin-left: 20px;
}
#order_item_right {
  margin-left: 20px;
}
.hourse_tags_info {
  height: 35px;
  margin: 0 auto;
}
.contacts_img_div{
  position: relative;
  width: 100%;
  margin-top:5px;
}
.contacts_img_div>.contacts_img{
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .bottom-btn{
    width: 100%;
  }
  .article_middle_content{
    width: 95%;
  }
  .order_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contacts_img {
    width: 100%;
  }
  .price_info_price{
    font-size: 40px;
  }
  .article_detail_row{
    z-index: -1;
  }
}