.class-nav {
  margin-top: 120px;
}

.class-nav li {
  float: left;
  width: 82px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  margin: 0 18px 12px 0;
}

.class-nav li:hover a,.flstyle a {
  background: #ff0000 !important;
  color: #fff !important;
  border-radius: 4px;
}

.class-nav li a {
  display: block;
  border-radius: 4px;
}

.class-nav li a.red {
  background: #f00;
  color: #fff;
}

.class-nav li font {
  display: none;
}

.list-cont{
  margin-top: 20px;
}

ul.SESF_moblist {
  padding-bottom: 5px; overflow: hidden;
}
ul.SESF_moblist li {
  float: left;
  width: 150px;
  height: 182px;
	position: relative;
  text-align: center;
  border: 1px solid #f0f0f0;
  margin: 0 20px 20px 0;
}
ul.SESF_moblist li:nth-child(7n){
  margin-right: 0;
}
ul.SESF_moblist li a{
	display: block
}
ul.SESF_moblist li img {
  width: 100px;
  height: 100px;
  margin: 5px 0px;
	display: inline-block;
  margin-top: 14px;
	border-radius: 20px;
}
ul.SESF_moblist li .two_img {
  display: none;
}
ul.SESF_moblist li .a_tit:hover {
  color: #358ff0;
}
ul.SESF_moblist li .a_tit {
    display: block;
	padding: 0 12px;
    margin-bottom: 12px;
	box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
    color: #333333;
}
ul.SESF_moblist li span {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
  background-color: #f5f5f5;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.SESF_moblist li .two_a {
  display: none;
  width: 100%;
  height: 32px;
	line-height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
  background-color: #f5f5f5;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.SESF_moblist li:hover .two_a {
  color: #ffffff;
  background-color: #358ff0;
}
ul.SESF_moblist li:hover {
  border: 1px solid #358ff0;
}
ul.SESF_moblist li .two_a:hover {
  background-color: #2b71c2;
  color: #ffffff;
}
ul.SESF_moblist li:hover span {
  display: none;
}
ul.SESF_moblist li:hover two_a {
  display: inline-block;
}
ul.SESF_moblist li:hover .two_a, ul.SESF_moblist li:hover .two_img {
  display: inline-block;
}
ul.SESF_moblist li:hover .one_img {
  display: none;
}
/*手机游戏列表*/
ul.SEGM_moblist{
	padding: 30px 0px;
    padding-bottom: 5px;
    margin-left: -16px;
    overflow: hidden;
}
ul.SEGM_moblist li{
	margin-bottom: 30px;
    float: left;
    width: 110px;
	margin-left: 36px;
    text-align: center;
	height: 164px;
    border: none;
    position: relative;
}
ul.SEGM_moblist li .app_img {
    display: block;
    overflow: hidden;
}
ul.SEGM_moblist li img {
    width: 100px;
    height: 100px;
	display: inline-block;
    margin: 0px;
    transition: transform 0.5s;
	border-radius: 20px;
}
ul.SEGM_moblist li .hover_ewm {
    display: none;
    width: 110px;
    height: 102px;
    background: url(../images/icon.png) no-repeat -430px -596px;
    position: absolute;
    top: 10px;
    overflow: hidden;
    left: 50px;
    z-index: 1;
    padding: 8px 0px;
}
ul.SEGM_moblist li:nth-child(6n) .hover_ewm {
    background-position: -479px -745px;
	left: -10px;
}
ul.SEGM_moblist li .a_tit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px;
    background: none;
    color: #333333;
	margin-bottom: 8px;
    display: block;
    margin-top: 8px;
}
ul.SEGM_moblist li .one_a {
    display: inline-block;
    width: auto;
    padding: 0px 18px 0 12px;
    background-color: #ffffff;
    border: 1px solid #f0f0f0;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    line-height: 2;
}
ul.SEGM_moblist li .one_a::after {
    content: "";
    background: url(../images/icon.png) no-repeat -374px -95px;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    left: 5px;
}
ul.SEGM_moblist.mb6 li:hover img {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}