.auction_content .handler {
  height: 54px;
  background-image: none;
  background-color: #64593d;
  border: none;
  font-size: 26px;
  border-bottom: 2px solid #fff;
  line-height: 54px;
}
.auction_content .art-content {
  background-color: #50462d;
  border: none;
  padding: 0;
  margin: 0;
}
.auction_content .product-img {
  border-bottom: 2px solid #fff;
  width: auto;
  height: auto;
  float: none;
  margin: 0;
}
.auction_content .product-img img {
  display: block;
  margin: 0 auto;
  width: 990px;
  height: 742px;
}
.auction_content .product-slide {
}
.auction_content .product-slide img {
  margin: 25px 0;
  margin-left: 60px;
  width: 180px;
}
.auction_content .product-slide img:hover {
  outline: 3px solid #CA4D2D;
}
.auction_content .information {
  min-height: 54px;
  border-bottom: 2px solid #fff;
  background-color: #50462d;
}
.auction_content .info-left {
  width: 660px;
  float: left;
}
.auction_content .info-right {
  width: 330px;
  float: left;
}
.auction_content .community {
  height: 54px;
}