.pro_container {
  width: 800px;
  height: auto;
/*  border: 1px solid gray; */
  margin-top: 2px;
  overflow: auto;
  background: #000000;
}

.pro_content {
  float: left;
  width: 40%;
}

.yumegif {
  position: absolute;
/*  float: right; */
  width: 40%;
  top: 50px;
  left: 45%;
/*  margin-top: 20px; */
/*  margin-right: 30px; */
  line-height: 1.6em;
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px;
  
}
.yumegif .md {
  color: red;
}
.yumegif .desc {
  color: yellow;
}  

.side_table {
/*  float: right; */
  top: 40px;
}
.pro_footer {
  width: 800px;
  height: 100px;
  background: #000000;
}