/** 设置默认字体 **/

li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #434343;
}
.header .head-con{
	position:relative;
	height:80px;
}

.tab_menu {
  margin-top: 15px;
  padding: 13px 12px;
  background: #fff;
  height: 180px;
  overflow: hidden;
}

.tab_menu_l {
  float: left;
  width: 130px;
  background: #f6f6f6;
  height: 180px;
}

.tab_menu_l p {
  position: relative;
  width: 130px;
  height: 60px;
  line-height: 59px;
  border-bottom: 1px solid #e0e0e0;
  color: #666;
  font-size: 18px;
  cursor: pointer;
}

.tab_menu_l p .tb {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 20px 7px 20px 10px;
  background: url(../images/icon.png) no-repeat -95px -51px;
}

.tab_menu_l p .tb.tb2 {
  background-position: -126px -51px;
}

.tab_menu_l p .tb.tb3 {
  background-position: -159px -51px;
}

.tab_menu_l p .txt {
  float: left;
}

.tab_menu_l p .jt {
  display: none;
  position: absolute;
  top: 0px;
  right: -12px;
  width: 12px;
  height: 59px;
  background: url(../images/icon.png) no-repeat -544px -36px;
  overflow: hidden;
}

.tab_menu_l p.hover {
  color: #fff;
  background: #14B9C8;
}

.tab_menu_l p.hover a {
  color: #fff;
}

.tab_menu_l p.hover .jt {
  display: block;
}

.tab_menu_l p.hover .tb {
  background-position: -190px -51px;
}

.tab_menu_l p.hover .tb.tb2 {
  background-position: -222px -51px;
}

.tab_menu_l p.hover .tb.tb3 {
  background-position: -255px -51px;
}

.tab_menu_r {
  float: left;
  margin-left: 4px;
  width: 1042px;
  height: 180px;
}

.game_com_list {
  height: 121px;
  width: 1042px;
  position: relative;
  +z-index: 999;
}

.game_com_list ul {
  height: 121px;
  width: 1030px;
  padding-left: 22px;
}

.game_com_list li {
  width: 81px;
  height: 120px;
  padding-right: 22px;
  border-bottom: 1px solid #e0e0e0;
  float: left;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 16px;
}

.game_com_list li a {
  display: block;
  width: 81px;
  height: 120px;
  color: #666;
  font-size: 14px;
  text-align: center;
}

.game_com_list li a img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 16px;
  _width: 79px;
}

.yuanjiao {
  position: absolute;
  top: 3px;
  left: -6px;
  width: 42px;
  height: 22px;
  font-size: 10px;
  color: #fff;
  line-height: 22px;
  text-align: center;
  z-index: 9;
  transform: rotate(-45deg);
  background-color: #f90404e0;

}

.yuanjiao:after {
  content: "";
  display: block;
  width: 200%;
  background-color: #f90404e0;
  height: 27px;
  position: absolute;
  top: -5px;
  left: -13px;
  z-index: -1;
}

.tuijian .yuanjiao {
  top: 7px;
  right: 138px;
}

.b4-xfl2 .yuanjiao {
  top: -1px;
  right: 195px;
}

.mask72 {
  background-position: 0 0;
  height: 72px;
  width: 72px;
  cursor: pointer;
  display: block;
  margin: 0;
  position: absolute;
  z-index: 9;
}

.n-name {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.game_com_list li a span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
}

.game_com_list .on a {
  color: #14B9C8
}

.game_com_list .line_box {
  width: 100%;
  height: 2px;
  position: absolute;
  right: -2px;
  bottom: 0px;
  z-index: 999;
}

.game_com_list .line {
  display: block;
  width: 81px;
  height: 2px;
  background: #14B9C8;
  position: absolute;
  left: 21px;
  top: 0
}

.game_cd {
  height: 60px;
  font-size: 14px;
  line-height: 30px;
  width: 1030px;
  padding-left: 1px;
  margin-left: 21px;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}

.game_cd a {
  display: inline-block;
  float: left;
  padding: 0 22px 0 1px;
  color: #666;
  height: 30px;
  margin-left: -1px;
  text-align: center;
  height: 30px;
  overflow: hidden;
  position: relative;
}

.game_cd a:after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #e0e0e0;
  position: absolute;
  top: 7px;
  right: 11px;
}

.game_cd a:hover {
  color: #14B9C8;
}




















