.content h2.detail_title {
  width: 450px;
  height: 35px;
  margin: 30px 0 0 0px;
  padding: 2px 0 0 40px;
  font-size: 15px;
  background: url('../img/detail_title.png') no-repeat;
}

.content .game_detail {
  position: relative;
  width: 490px;
  height: 425px;
  margin: 0px 0 0 0px;
  background: #2eb6df url('../img/game_detail_bg.png') no-repeat;
}
.content .game_detail .links {
  float: right;
  width: 200px;
}
.content .game_detail .links p {
  margin: 40px 0 0 0;
  border: 1px solid black;
}
.content .game_detail .links p {
  line-height: 23px;
}
.content .game_detail .links  img {
  margin: 10px 5px 0 0;
}

.content .info {
  width: 200px;
  height: 35px;
  margin: 0px 0 0px 0px;
}
.content .info img {
  float: left;
}
.content .info span {
  float: left;
  margin: 0px 0 0 5px;
  line-height: 35px;
}

.content .game_detail a.back{
  width: 92px;
  height: 29px;
  position: relative;
  top: 20px;
  left: 30px;
  display: block;
  text-align: center;
  line-height: 29px;
  font-size: 15px;
  background: url('../img/back.png') no-repeat;
}
.content .game_detail a.play{
  width: 122px;
  height: 45px;
  display: block;
  position: relative;
  top: 20px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  margin-bottom: 40px;
  background: url('../img/play_bg_1.png') no-repeat;
}
.content .game_detail img.detail{
  float: left;
  border: 3px solid #fff;
  margin: 28px 0px 0 36px;
}
.content .game_detail p{
  margin: 15px;
}
.content .game_detail .classification_box {
  width: 430px;
  position: absolute;
  bottom: 25px;
  left: 30px;
  
}
.content .game_detail .classification {
  float: left;
  width: 43px;
  height: 26px;
  padding: 22px 0 0 0px;
  text-align: center;
  font-size: 11px;
  margin: 20px 0px 0 10px;
  background: #d60000 url('../img/hand_small.png') no-repeat;
}
.content .game_detail .classification_big {
  float: right;
  width: 82px;
  height: 45px;
  text-align: center;
  padding: 45px 0 0;
  background: #d60000 url('../img/hand_big.png') no-repeat;
}
