/*common*/
.wp {
  width: 1160px;
  margin: 0 auto;
}

/* bgarea */
.bgarea {
  padding: 20px 0;
}

/* navarea */
.navtabcon {
  position: relative;
  height: 240px;
  overflow: hidden;
}

/* hotgame */
.hotgame .hg-hd,
.hotgame .hg-btn {
  background: url(../images/itembg.png) repeat;
}
.hotgame {
  height: 90px;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
}
.hotgame .hg-hd {
  background-position: 0 -32px;
  float: left;
  width: 18px;
  height: 56px;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  padding: 13px 10px 13px 5px;
  cursor: default;
}
.hotgame .hg-bd {
  float: left;
  width: 930px;
  height: 90px;
  overflow: hidden;
  margin-left: 5px;
  display: inline;
}
.hotgame .hg-bd ul {
  width: 956px;
}
.hotgame .hg-bd li {
  float: left;
  width: 77px;
  height: 90px;
  overflow: hidden;
  text-align: center;
  line-height: 2.8;
  font-size: 13px;
  margin: 0 4px;
  display: inline;
  position: relative;
}
.hotgame .hg-bd li img {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border-radius: 12px;
}
.hotgame .hg-bd a {
  color: #666;
}
.hotgame .hg-bd a:hover {
  color: #f60;
}
.hotgame .hg-btn {
  background-position: -68px -32px;
  float: right;
  width: 25px;
  height: 82px;
  overflow: hidden;
  line-height: 99;
}

/* hottags */
.hottagswp {
  width: 1000px;
  overflow: hidden;
}
.hottags {
  width: 1024px;
  font-size: 14px;
  padding-top: 4px;
}
.hottags dl {
  float: left;
  width: 495px;
  height: 24px;
  overflow: hidden;
  margin: 10px 15px 0 0;
  display: inline;
}
.hottags dt {
  float: left;
  width: 50px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: inline;
  position: relative;
}
.hottags dt a {
  color: #fff;
}
.hottags dt a:hover {
  color: #fff;
  text-decoration: none;
}
.hottags .tag1 {
  background: #f36161;
}
.hottags .tag2 {
  background: #ff6801;
}
.hottags .tag3 {
  background: #00a9e8;
}
.hottags .tag4 {
  background: #1aa9d6;
}
.hottags .tag5 {
  background: #f8ab1d;
}
.hottags .tag6 {
  background: #4bc5c3;
}
.hottags .tag7 {
  background: #52be7f;
}
.hottags .tag8 {
  background: #58a2ed;
}
.hottags dt i {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: -12px;
  top: 6px;
  border: 6px solid #999;
  border-color: transparent transparent transparent #999;
  _border-color: tomato tomato tomato #999;
  _filter: chroma(color=tomato);
}
.hottags .tag1 i {
  border-left-color: #f36161;
}
.hottags .tag2 i {
  border-left-color: #ff6801;
}
.hottags .tag3 i {
  border-left-color: #00a9e8;
}
.hottags .tag4 i {
  border-left-color: #1aa9d6;
}
.hottags .tag5 i {
  border-left-color: #f8ab1d;
}
.hottags .tag6 i {
  border-left-color: #4bc5c3;
}
.hottags .tag7 i {
  border-left-color: #52be7f;
}
.hottags .tag8 i {
  border-left-color: #58a2ed;
}
.hottags dd {
  float: left;
  height: 24px;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
}
.hottags dd a {
  float: left;
  padding: 0 6px;
  display: inline;
}
