.vrGame_hd {
  background: #333;
}

.vrGame {
  width: 100%;
  padding-top: 135px;
}
.vrGame .vrGame_tabs {
  width: 1200px;
  margin: 0 auto 16px;
}
.vrGame .vrGame_tabs ul {
  width: 710px;
  height: 30px;
  float: left;
}
.vrGame .vrGame_tabs ul li {
  float: left;
  width: 76px;
  height: 30px;
}
.vrGame .vrGame_tabs ul li .vrTabs_color {
  color: #F49500;
}
.vrGame .vrGame_tabs ol {
  width: 220px;
  height: 30px;
  float: left;
}
.vrGame .vrGame_tabs ol li {
  width: 110px;
  height: 30px;
  float: left;
}
.vrGame .vrGame_tabs ol li.vrTabs_bg a {
  background: url("../images/vrtabs_bg.png") no-repeat left top;
  color: #FFFFFF;
}
.vrGame .vrGame_tabs ol li a {
  font-size: 16px;
  color: #666666;
}
.vrGame .vrGame_tabs ul a, .vrGame .vrGame_tabs ol a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #999999;
}
.vrGame .vrGame_tabs .search_input {
  position: relative;
  width: 162px;
  height: 36px;
  float: right;
  top: -5px;
}
.vrGame .vrGame_tabs .search_input #game_search {
  width: 83px;
  height: 34px;
  line-height: 34px;
  border: none;
  outline: none;
  padding-left: 52px;
  padding-right: 5px;
  background: url("../images/bg_search.png") no-repeat left top;
}
.vrGame .vrGame_tabs .search_input #game_search:hover {
  background: url("../images/bg_search_h.png") no-repeat left top;
}

.vrGame_list {
  width: 1200px;
  min-height: 720px;
  margin: 0 auto 75px;
}
.vrGame_list .vrGame_list_show {
  width: 100%;
  min-height: 792px;
}
.vrGame_list .vrGame_list_show a, .vrGame_list .vrGame_list_show dl {
  display: block;
  width: 390px;
  height: 250px;
  color: #FFFFFF;
}
.vrGame_list .vrGame_list_show a {
  margin: 0 5px 14px;
  float: left;
}
.vrGame_list .vrGame_list_show dt, .vrGame_list .vrGame_list_show dt img {
  display: block;
  width: 390px;
  height: 182px;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  transition: all 500ms;
}
.vrGame_list .vrGame_list_show dt {
  margin-bottom: 10px;
  overflow: hidden;
}
.vrGame_list .vrGame_list_show dt:hover {
  -webkit-box-shadow: 0 0 10px #999;
  -moz-box-shadow: 0 0 10px #999;
  box-shadow: 0 0 10px #999;
}
.vrGame_list .vrGame_list_show dt:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.vrGame_list .vrGame_list_show dd {
  width: 390px;
  height: 68px;
}
.vrGame_list .vrGame_list_show dd .var_fug_p01 {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
  padding: 0 14px 0 2px;
  text-align: left;
  color: #000000;
}
.vrGame_list .vrGame_list_show dd .var_fug_p01 i {
  font-size: 26px;
  float: right;
}
.vrGame_list .vrGame_list_show dd .var_fug_p01 i .star {
  line-height: 20px;
  float: right;
  color: #FF9C00;
  font-size: 20px;
  margin-left: 10px;
  font-style: normal;
}
.vrGame_list .vrGame_list_show dd .var_fug_p02 {
  height: 23px;
  padding: 3px 0 0 10px;
}
.vrGame_list .vrGame_list_show dd .var_fug_p02 span {
  display: block;
  float: left;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  margin-right: 4px;
  background: #9A9A9A;
  padding: 0 10px;
  border-radius: 23px;
}
