@charset "utf-8";
/* CSS Document */
.pageposition {
  color: #696969;
  background: #f5f5f5;
  margin-top: 25px;
}
.clickMore {
  display: block;
  float: right;
  width: 22px;
  height: 20px;
  margin: 10px 0 0 15px;
  background: url("../images/ppc_icon.png") no-repeat -34px -45px;
}
.clickMore:hover {
  background-position: -4px -45px;
}
.Slider {
  margin-top: 4px;
  margin-bottom: 15px;
  width: 100%;
  height: 416px;
  background: #080f15;
  position: relative
}
.Slider ul.Simg {
  float: left;
  width: 920px;
  height: 364px;
	overflow: hidden;
}
.Slider ul.Simg li {
  width: 920px;
  height: 364px;
}
.Slider ul.Simg li a {
  display: block
}
.Slider ul.Simg li a video {
	width: 920px;
  height: 364px;
}
.Slider ul.Simg li a img {
  width: 100%;
  height: 364px;
}
.Slider ul.Scon {
  width: 380px;
  height: 364px;
	float: right;
}
.Slider ul.Scon li {
  width: 380px;
  height: 364px;
  background-color: #0c161f;
}
.Slider ul.Scon li div {
  width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
  height: auto;
  position: relative;
}
.Slider ul.Scon li div.sd_1 {
	width: 380px;
	height: 160px;
	margin-bottom: 10px;
}
.Slider ul.Scon li div.sd_1 a  img{
	width: 380px;
	height: 160px;
	position: absolute;
	top: 0;
	right: 0;
}
.Slider ul.Scon li div.sd_2 {
  margin-bottom: 16px;
  padding-top: 10px;
  line-height: 24px;
  color: #aaa
}
.Slider ul.Scon li div.sd_2 a {
  color: #f2f2f3;
  font-size: 16px;
	display: block;
  font-family: 'Microsoft YaHei';
  font-weight: bold
}
.Slider ul.Scon li div.sd_3 {  
	width: 100%;
	height: 62px;
	margin-right: 6px ;
  overflow: hidden;
}
.Slider ul.Scon li div.sd_3 a {
  display: inline-block;
  float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    border-radius: 6px;
    overflow: hidden;
    padding: 0 8px;
    margin: 2px 10px 10px 0;
  background: #21262e
}
.Slider ul.Scon li div.sd_4 {
    height: 72px;
    line-height: 24px;
    color: #aaa;
	padding: 0 16px;
	box-sizing: border-box;
	display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.Slider div.Snav {
  width: auto;
  height: 48px;
  overflow: visible;
	position: absolute;
	bottom: 0;
	left: 0;
}
.Slider div.Snav a {
  float: left;
  display: inline-block;
  width: 258px;
  height: 48px;
  text-align: center;
  background: #081118;
  border-right: 1px solid #444;
  overflow: visible
}
.Slider div.Snav a span {
  margin-top: -4px;
  padding-top: 4px;
  display: inline-block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #ccc;
  font-size: 15px;
  font-family: 'Microsoft YaHei';
  cursor: pointer
}
.Slider div.Snav a.cur {
  cursor: default
}
.Slider div.Snav a.cur span {
  cursor: default;
  color: #f2f2f3;
  padding-top: 0;
  border-top: 4px solid #007ec0
}
.gm_reco {
  height: 172px;
  margin: 20px auto 0
}
.gm_reco ul.lbTxt_ul {
  width: 100%
}
.gm_reco ul.lbTxt_ul li {
  float: left;
  width: 410px;
  height: 172px;
  overflow: hidden;
  margin-right: 35px;
  position: relative;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}
.gm_reco ul.lbTxt_ul li:nth-child(3) {
  margin-right: 0;
}
.gm_reco ul.lbTxt_ul li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}
.gm_reco ul.lbTxt_ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
.gm_reco ul.lbTxt_ul li .li_img {
  display: block;
  width: 100%;
  height: 100%
}
.gm_reco ul.lbTxt_ul li .li_con {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 190px
}
.gm_reco ul.lbTxt_ul li .li_con em {
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff
}
.gm_reco ul.lbTxt_ul li .li_con p {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px
}
.gm_reco ul.lbTxt_ul li .li_con span {
  display: block;
  width: 92px;
  height: 30px;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
  color: #131715;
  border-radius: 12px;
  margin-top: 10px
}
.gm_reco ul.lbTxt_ul li .li_con span:hover {
  background: #00b6fa;
  color: #fff;
}
.commInbox {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20px;
}
.CheadTit {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.CheadTit h2 {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #5b5b5b;
  font-weight: bold;
  position: relative;
}
.CheadTit span {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
}
.CheadTit span em {
  font-weight: bold;
  color: #ff0000;
  margin: 0 4px;
}
.CheadTit h2:before {
  position: absolute;
  content: "";
  width: auto;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  border-radius: 10px;
  background: linear-gradient(to right, #91e1ff 0%, #fff 100%);
  z-index: -1;
}
.panel_hd {
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}
.fl {
  float: left;
  _display: inline
}
/*近期热点*/
.CheadTit .slide_btn {
  margin-top: 6px;
}
.hot_newList {
  overflow: hidden;
  margin: 10px -1px 0;
  position: relative;
}
.hot_newList .line {
  position: absolute;
  left: 2px;
  right: 2px;
  top: 40px;
  height: 2px;
  background: url(../images/hot-line.png) repeat-x 2px center;
}
.hot_newList .hot_date {
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  font-weight: bold;
}
.hot_newList .hot_date span {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  line-height: 28px;
  padding: 0 2px;
}
.hot_newList .hot_line {
  height: 26px;
  line-height: 26px;
  margin-bottom: 12px;
  position: relative;
  text-align: center;
}
.hot_newList .hot_line span {
  background: url(../images/hot-dot.png) no-repeat;
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 3px;
}
.hot_newList .hot_line p {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
  height: 22px;
  line-height: 22px;
  background: #f4f4f4;
  border: 1px solid #cfd1d1;
  color: #666;
  border-radius: 8px;
  padding: 0 6px;
  overflow: hidden;
  max-width: 124px;
}
/*左侧切换*/
.wid_right {
  width: 860px;
}
.wid_left {
  width: 420px;
}
.wid_left .commInbox, .wid_right .commInbox {
  box-sizing: border-box;
  padding: 14px 20px 0 20px;
  margin: 15px 6px 10px 6px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px 0 #ECECEC;
  box-shadow: 0 2px 10px 0 #ECECEC;
  box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.4);
}
.slider_con {
  position: relative;
  overflow: hidden;
  height: 330px;
  background: #fff;
}
.slider_con .arrow-btn {
  display: none;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  z-index: 10;
  background-size: 100%;
}
.slider_con .arrow-btn.a_left {
  background: url(../images/arrow_left2.png);
  left: 0;
}
.slider_con .arrow-btn.a_right {
  background: url(../images/arrow_right2.png);
  right: 0;
}
/*榜单*/
.sdw_box {
  width: auto;
  box-sizing: border-box;
  padding: 22px 20px 0 20px;
  margin: 20px 6px 6px 6px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 10px 0 #ECECEC;
  box-shadow: 0 2px 10px 0 #ECECEC;
  box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.4);
}
.rank_area {
  width: 400px;
  float: left;
  margin-right: 24px;
  padding-bottom: 20px;
}
.sdw_box .rank_area:nth-child(3n) {
  margin-right: 0;
}
.rank_area .rk_title {
  overflow: hidden;
  position: relative;
}
.rank_area .rk_title img {
  display: block;
  height: 30px;
  margin: 0 auto;
}
.rank_area .rk_title p {
  font-size: 12px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
  line-height: 1;
  color: rgba(19, 23, 21, .7);
  text-align: center;
  margin-top: 4px;
}
.rank_area .rk_spec {
  width: 100%;
  padding-bottom: 16px;
  background: #f8f8f8;
  border-radius: 10px;
  margin-top: 20px;
}
.rank_area .rk_spec .spec_hd {
  height: 186px;
  position: relative;
}
.rank_area .rk_spec .spec_hd img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px 10px 10px 0;
}
.rank_num {
  background: url("../images/ppc_icon.png") no-repeat -112px -3px;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 10;
  width: 27px;
  height: 27px;
  color: #fff;
  text-align: center;
  font-family: kbNum;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  text-indent: -3px;
}
.rank_num.num1, .rank_num.num2, .rank_num.num3 {
  width: 36px;
  height: 35px;
  left: -7px;
  overflow: hidden;
  line-height: 99;
}
.rank_num.num1 {
  background-position: -3px -3px;
  left: -6px;
  top: -3px;
}
.rank_num.num2 {
  background-position: -38px -3px;
}
.rank_num.num3 {
  background-position: -74px -3px
}
.rank_area .rk_spec .spec_bd {
  overflow: hidden;
  padding: 12px 20px 0;
}
.rank_area .rk_spec .spec_bd .i_name {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.rank_area .rk_spec .spec_bd .i_name a {
  display: block;
  font-weight: normal;
}
.m_tags {
  margin-top: 12px;
  overflow: hidden;
  height: 22px;
  max-width: 380px;
}
.rank_area .rk_spec .spec_bd .m_tags a {
  background: #ebebeb;
}
ul.rklist_ul .con .m_tags {
  margin-top: 8px;
}
ul.rklist_ul {
  overflow: hidden;
}
ul.rklist_ul li {
  margin-top: 18px;
  height: 80px;
  overflow: hidden;
  padding: 4px;
  border-radius: 10px
}
ul.rklist_ul li:hover {
  background: #f8f8f8
}
ul.rklist_ul .img {
  float: left;
  width: 170px;
  height: 80px;
  position: relative
}
ul.rklist_ul .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px
}
ul.rklist_ul .con {
  float: right;
  width: 210px;
  height: 80px;
  overflow: hidden
}
ul.rklist_ul .con .i_name {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
ul.rklist_ul .con .i_name a {
  font-weight: normal;
}
ul.rklist_ul .con .m-tags {
  margin-top: 8px
}
ul.rklist_ul .con .i_info {
  margin-top: 10px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #3e403f;
  overflow: hidden;
  font-weight: bold
}
ul.rklist_ul .con .i_info span {
  display: inline-block;
  font-size: 12px;
}
ul.rklist_ul .con .i_info span.star {
  margin-right: 12px;
  font-family: kbNum;
  color: #fba605;
}
ul.rklist_ul .con .i_info span.size {
  margin-left: 12px;
  color: #666;
}
ul.rklist_ul .con .i_info span.star::before {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  margin-right: 2px;
  background: url(../images/star.png) no-repeat center;
  background-size: contain;
  display: inline-block;
}
ul.rklist_ul .con .i_info img {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px
}
/*全部游戏*/
.slide_btn {
  float: left
}
.slide_btn a {
  float: left;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  margin-left: 10px
}
.slide_btn a:hover {
  -webkit-box-shadow: 0 0 5px 0 #bbb;
  box-shadow: 0 0 5px 0 #bbb
}
.slide_btn a i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/sbtn.png) no-repeat
}
.slide_btn .bt-prev i {
  background-position: 0 0
}
.slide_btn .bt-next i {
  background-position: -28px 0
}
.slide_btn .swiper-button-disabled i {
  opacity: .5
}
.new_list {
  width: 1200px;
  overflow: hidden;
}
ul.game_sort {
  width: 990000px;
}
ul.game_sort li {
  float: left;
}
ul.game_sort li a {
  display: block;
  height: 34px;
  line-height: 34px;
  background: #e8e8e8;
  border-radius: 13px;
  padding: 0 20px;
  font-size: 14px;
  color: #3e403f
}
ul.game_sort .on a, ul.game_sort a:hover {
  background: url(../images/game-sort-li.png) repeat-x #fff;
  color: #000;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  border: 1px solid #000;
  padding: 0 19px
}
.game_list {
  margin: 20px 0 0 0
}
ul.list_ul {
  width: 100%;
}
ul.list_ul li {
  float: left;
  width: 325px;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  margin: 0 0 20px 0;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s
}
ul.list_ul li:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}
ul.list_ul li .hot_con {
  width: 300px;
	margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eee;
  box-sizing: border-box;
  min-height: 225px;
}
ul.list_ul .li_img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative
}
ul.list_ul .li_img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
ul.list_ul .li_img span {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 8px 0 12px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  border-top-left-radius: 100px;
  font-family: kbNum;
  color: #ffbb39;
  position: absolute;
  right: 0;
  bottom: 0
}
ul.list_ul .li_img span::before {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  margin-top: 5px;
  margin-right: 2px;
  background: url(../images/star.png) no-repeat center;
  background-size: contain;
  display: inline-block;
}
ul.list_ul .li_con {
	overflow: hidden;
  padding: 12px 15px 16px 15px;
}
ul.list_ul .li_con .sp_name {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333
}
ul.list_ul .li_con .sp_name a {
  display: block;
  font-style: normal;
  font-weight: normal;
}
.m_tags span, .m_tags a {
  float: left;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  background: #f8f8fa;
  color: #7a7d7a;
  border-radius: 6px;
  overflow: hidden;
  padding: 0 8px;
  margin-right: 8px
}
.m_tags a:hover {
  background: #f8f8fa;
  color: #00b6fa;
}
/*近期热点*/
.hot_newList ul.list_ul {
  width: 990000px;
}
.hot_newList ul.list_ul li {
  height: auto;
  border: none;
  background: none;
  margin: 0 ;
  box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0);
}
.hot_newList ul.list_ul li .hot_con {
  margin: 5px auto;
  box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.4);
}
.hot_newList ul.list_ul .li_img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  position: relative;
}
ul.list_ul .li_con a.btn {
  width: 40%;
  height: 28px;
  margin-top: 10px;
  display: inline-block;
  border-radius: 4px;
  border: solid 1px #00b6fa;
  line-height: 28px;
  text-align: center;
  font-size: 13px;
  color: #00b6fa;
  overflow: hidden;
  vertical-align: bottom;
  margin-left: 82px;
}
ul.list_ul li:hover .li_con a.btn {
  background-color: #00b6fa;
  color: #fff;
}
ul.list_ul .li_con a.btn.yy {
  border: solid 1px #f85802;
  color: #f85802;
}
ul.list_ul li:hover .li_con a.btn.yy {
  background-color: #f85802;
  color: #fff;
}
ul.list_ul .li_con p.sp_sum {
  margin-top: 12px;
  height: 48px;
  line-height: 24px;
  color: #888;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*列表页排行*/
ul.rank_list {
  width: 100%;
  padding-bottom: 20px;
}
ul.rank_list li {
  position: relative;
  padding: 12px 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}
ul.rank_list li:nth-child(1), ul.rank_list li:nth-child(2), ul.rank_list li:nth-child(3) {
  padding: 20px 0;
  overflow: inherit;
}
ul.rank_list li > a {
  max-width: 304px;
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.rank_list li:hover {
  background-color: #f9f9f9;
}
ul.rank_list li .pm {
  background: url(../images/ppc_icon.png) no-repeat -112px -3px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 10;
  width: 27px;
  height: 27px;
  color: #fff;
  text-align: center;
  font-family: kbNum;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  text-indent: -3px;
}
ul.rank_list li:nth-child(1) .pm, ul.rank_list li:nth-child(2) .pm, ul.rank_list li:nth-child(3) .pm {
  width: 36px;
  height: 35px;
  left: -7px;
  overflow: hidden;
  line-height: 99;
}
ul.rank_list li:nth-child(1) .pm {
  background-position: -3px -3px;
  left: -6px;
  top: 17px;
}
ul.rank_list li:nth-child(2) .pm {
  background-position: -38px -3px;
}
ul.rank_list li:nth-child(3) .pm {
  background-position: -74px -3px;
}
ul.rank_list li .p_tt {
  color: black;
  padding-left: 35px;
  font-size: 15px;
  max-width: 82%;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.rank_list li .spec_hd {
  height: 172px;
  position: relative;
}
ul.rank_list li .spec_hd img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px 10px 10px 0;
}
ul.rank_list li .spec_bd {
  overflow: hidden;
  padding: 12px 0 0;
}
ul.rank_list li .spec_bd .i_name {
  display: block;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
ul.rank_list li .spec_bd .i_name a {
  display: block;
  font-weight: normal;
}
ul.rank_list li .spec_bd .m_tags a {
  background: #ebebeb;
}
/*列表详情*/
.lbTag_Box {
  width: 100%;
  overflow: hidden;
}
.lbTag_Box span.lbTit {
  display: inline-block;
  float: left;
  color: #666;
	margin-top: 10px;
}
.lbTag_Box span.lbTit::before {
  content: "";
  width: 12px;
  float: left;
  height: 16px;
  margin-right: 6px;
  background: url(../images/lbTag.png) no-repeat center;
  background-size: contain;
  margin-top: 2px;
  display: inline-block;
}
.lbTag_item {
  width: 746px;
  float: left;
  overflow: hidden;
}
ul.lbTag_ul {
/*  width: 100%;*/
	overflow: hidden;
}
ul.lbTag_ul li {
  float: left;
	line-height: 20px;
	margin: 10px 10px 0 10px;
}
ul.lbTag_ul li a{
  display: block;
}
ul.lbTag_ul li.cur a,ul.lbTag_ul li:hover a{
  color: #ff2d22;
  text-decoration: underline
}
.hideText {
	width: 700px;
	float: left;
	max-height: 30px;
	overflow: hidden;
}
.lbTag_item .moreBtn{
	width: 46px;
	float: right;
	height: 20px;
	display: block;
	display: none;
	line-height: 18px;
	font-size: 13px;
	background-color: #fff;
    overflow: hidden;
    cursor: pointer;
	color: #00b6fa;
	border-radius: 4px;
	margin-top: 10px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
    position: relative;
}
.lbTag_item .moreBtn:after{
    content: ' ';
	display: inline-block;
    background: url(../images/ppc_icon.png) -70px -50px;
	margin-left: 2px;
    width: 12px;
    height: 9px;
}
.gmList_tab {
  margin: 0 auto;
  height: 30px;
  position: relative;
}
.gmList_tab span {
  width: 50%;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  box-sizing: border-box;
  color: #404040;
  font-size: 14px;
  position: relative;
  height: 30px;
  font-weight: bold;
}
.gmList_tab span.cur {
  color: #f76341;
}
.gmList_tab span.cur::after {
  z-index: 2;
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  background-color: #f76341;
  border-radius: 4px;
  width: 40px;
  margin-left: -20px;
  left: 50%;
  bottom: -3px;
}
ul.gmListUl {
  width: 100%;
  overflow: hidden;
	padding-bottom: 26px;
}
ul.gmListUl li {
  width: 100%;
  float: left;
  background: #fff;
  margin: 25px 0 0 0;
  overflow: hidden;
  position: relative
}
ul.gmListUl li .gm_img {
  float: left;
  width: 188px;
  height: 108px;
  position: relative;
  margin-right: 20px;
  border-radius: 10px;
	overflow: hidden;
}
ul.gmListUl.mob li .gm_img {
  width: 108px;
  height: 108px;
  border-radius: 16px;
}
ul.gmListUl li .gm_img img {
  display: block;
  width: 100%;
  height: 100%;
}
ul.gmListUl li .gm_con {
  float: left;
  width: 600px;
  display: flex;
  flex-direction: column;
  height: 108px;
  overflow: hidden;
}
ul.gmListUl.mob li .gm_con {
  width: 680px;
}
ul.gmListUl li .gm_con .con_name {
  height: 28px;
  overflow: hidden
}
ul.gmListUl li .gm_con .con_name a {
  display: block;
  max-width: 100%;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  color: #333
}
ul.gmListUl li .gm_con .con_name a:hover {
  color: #00b6fa;
}
ul.gmListUl li .gm_con .con_info {
  height: 20px;
  margin-top: 12px
}
ul.gmListUl li .gm_con .con_info .m_tags {
  float: left;
  margin-top: 0;
}
ul.gmListUl li .gm_con .con_info .i_info {
  float: left;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #3e403f;
  margin-right: 20px;
  overflow: hidden;
  font-weight: bold
}
ul.gmListUl li .gm_con .con_info .m_other {
  float: left;
	display: flex;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #888;
	margin-left: 16px;
  overflow: hidden;
}
ul.gmListUl li .gm_con .con_info .m_other span,ul.gmListUl li .gm_con .con_info .m_other a {
  display: inline-block;
	margin: 0 12px;
}ul.gmListUl li .gm_con .con_info .m_other .edi {
  font-weight: bold;
  color: #666;
}
ul.gmListUl li .gm_con .con_info .m_other a:hover {
  color: #00b6fa;
}
ul.gmListUl li .gm_con .con_info .i_info span {
  display: inline-block;
}
ul.gmListUl li .gm_con .con_info .i_info span.star {
  margin-right: 12px;
  font-family: kbNum;
  color: #fba605;
}
ul.gmListUl li .gm_con .con_info .i_info span.size {
  margin-left: 12px;
  color: #666;
}
ul.gmListUl li .gm_con .con_info .i_info span.star::before {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  margin-right: 2px;
  background: url(../images/star.png) no-repeat center;
  background-size: contain;
  margin-top: 2px;
  display: inline-block;
}
ul.gmListUl li .gm_con .con_text {
  max-height: 44px;
  line-height: 22px;
  font-size: 13px;
  color: #7a7d7a;
  margin-top: 12px;
  display: -webkit-box;
  display: -moz-box;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
ul.gmListUl li .gm_btn {
	position: absolute;
	top: 12px;
	right: 0;
  width: 80px;
}
ul.gmListUl li .gm_btn .sp_link {
  display: block;
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 13px;
  background: #000;
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  transition: all 0.3s;
}
ul.gmListUl li:hover .gm_btn .sp_link {
  background: #00b6fa;
  color: #fff;
}
.cate_side {
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 6px 30px 6px;
  box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.4);
  overflow: hidden;
}
.wid_left .cate_side:nth-child(1) {
  margin: 15px 6px 30px 6px;
}
.cate_header {
  border-radius: 12px 0 0 0;
  position: relative;
  padding: 0 0 0 64px;
  background: #00b6fa;
  border-color: #00b6fa;
  line-height: 60px;
  height: 60px;
  border-bottom: 1px solid #ececec;
}
.cate_header span {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.icon_nav {
  background: url("../images/ppc_icon.png") -148px 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 15px;
}
.cate_item {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 20px 20px 20px;
}
ul.tag_ullist {
  display: flex;
  flex-wrap: wrap;
}
ul.tag_ullist li {
  float: left;
  text-align: center;
  line-height: 32px;
  position: relative;
  width: 22.75%;
  height: 32px;
  margin: 6px 3% 6px 0;
}
ul.tag_ullist li:nth-child(4n) {
  margin-right: 0;
}
ul.tag_ullist li a {
  width: 100%;
  font-size: 13px;
  border-radius: 6px;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  box-sizing: border-box;
  overflow: hidden;
  height: 34px;
}
ul.tag_ullist li.cur a, ul.tag_ullist li:hover a {
  background-color: #00b6fa;
  border: 1px solid #00b6fa;
  color: #fff;
}
.cate_side .CheadTit {
	box-sizing: border-box;
	padding: 0 20px;
	margin-top: 10px;
}
ul.sort_ullist {
  display: flex;
  flex-wrap: wrap;
}
ul.sort_ullist li {
  float: left;
  text-align: center;
  line-height: 36px;
  position: relative;
  width: 30%;
  height: 36px;
  margin: 10px 5% 10px 0;
}
ul.sort_ullist li:nth-child(3n) {
  margin-right: 0;
}
ul.sort_ullist li a {
  width: 100%;
  font-size: 14px;
  border-radius: 6px;
  display: block;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #666;
  box-sizing: border-box;
}
ul.sort_ullist li.cur a, ul.sort_ullist li:hover a {
  background-color: #00b6fa;
  border: 1px solid #00b6fa;
  color: #fff;
}
ul.fz_listul {	
  width: 100%;
  overflow: hidden;
	padding-bottom: 20px;
}
ul.fz_listul li {
  width: 100%;
  float: left;
  background: #fff;
/*  margin: 25px 0 15px 0;*/
	padding: 12px 0;
  overflow: hidden;
  position: relative;
	border-bottom: 1px dashed #eee;
}
ul.fz_listul li .fz_img {
  float: left;
  width: 46px;
  height: 46px;
  position: relative;
  margin-right: 12px;
  overflow: hidden;
  border-radius: 4px;
}
ul.fz_listul li .fz_img img {
  display: block;
  width: 46px;
}
ul.fz_listul li .fz_con {
  float: left;
  width: 750px;
  display: flex;
  height: 46px;
  overflow: hidden;
}
ul.fz_listul li .fz_con a.fz_name {
  height: 46px;
  display: block;
	line-height: 46px;
  width: 58%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
/*  font-weight: bold;*/
  color: #333
}
ul.fz_listul li .fz_con a.fz_name:hover {
  color: #00b6fa;
}
ul.fz_listul li .fz_con .fz_size {
    width: 140px;
	line-height: 46px;
    text-align: center;
    float: left;
    color: #555;
    display: inline-block;
    overflow: hidden;
}
ul.fz_listul li .fz_con .fz_size span{
    border: 1px solid #00b6fa;
    color: #00b6fa;
	font-size:13px;
	padding:1px 8px;
	border-radius: 20px;
	
}
ul.fz_listul li .fz_con .fz_date {
    width: 116px;
	line-height: 46px;
    text-align: right;
    float: right;
    color: #999;
	font-size: 13px;
    display: inline-block;
    overflow: hidden;
	position: relative;
	margin-left: 60px;
}
ul.fz_listul li .fz_con .fz_date::after {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    height: 16px;
    background:url("../images/time.png");
	background-size: cover;
    border-radius: 4px;
    width: 16px;
	margin-right: 6px;
	top: 15px;
    right: 72px;
}
ul.fzrank_list {
  width: 100%;
  padding-bottom: 20px;
}
ul.fzrank_list li {
  position: relative;
  padding: 12px 0;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}
ul.fzrank_list li > a {
  max-width: 304px;
  display: block;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.fzrank_list li:hover {
  background-color: #f9f9f9;
}
ul.fzrank_list li .pm {
  background: url(../images/ppc_icon.png) no-repeat -112px -3px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 10;
  width: 27px;
  height: 27px;
  color: #fff;
  text-align: center;
  font-family: kbNum;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  text-indent: -3px;
}
ul.fzrank_list li .p_tt {
  color: black;
  padding-left: 35px;
  font-size: 15px;
  max-width: 82%;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.mobrk_list {
	margin-top: 10px;
	padding-bottom: 20px;
/*  overflow: hidden;*/
}
ul.mobrk_list li {
  padding: 12px 0;
	position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}
ul.mobrk_list li:nth-child(1),ul.mobrk_list li:nth-child(2),ul.mobrk_list li:nth-child(3) {
  height: 80px;
  border-radius: 10px;
  padding: 8px 0;
	margin-top: 10px;
    border:none;
	overflow: inherit;
}
ul.mobrk_list li:hover {
  background: #f8f8f8
}
ul.mobrk_list .img {
  float: left;
  width: 80px;
  height: 80px;
  position: relative
}
ul.mobrk_list .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 12px
}
ul.mobrk_list .con {
  float: right;
  width: 272px;
  height: 80px;
  overflow: hidden
}
ul.mobrk_list .con .i_name {
  display: block;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
ul.mobrk_list .con .i_name a {
  font-weight: normal;
	display: block;
}
ul.mobrk_list .con .m-tags {
  margin-top: 8px
}
ul.mobrk_list .con .i_info {
  margin-top: 38px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #3e403f;
  overflow: hidden;
  font-weight: bold
}
ul.mobrk_list .con .i_info span {
  display: inline-block;
  font-size: 12px;
}
ul.mobrk_list .con .i_info span.star {
  margin-right: 12px;
  font-family: kbNum;
  color: #fba605;
}
ul.mobrk_list .con .i_info span.size {
  margin-left: 12px;
  color: #666;
}
ul.mobrk_list .con .i_info span.star::before {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  margin-right: 2px;
  background: url(../images/star.png) no-repeat center;
  background-size: contain;
  display: inline-block;
}
ul.mobrk_list .con .i_info img {
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px
}
.rk_num {
  background: url("../images/ppc_icon.png") no-repeat -112px -3px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 10;
  width: 27px;
  height: 27px;
  color: #fff;
  text-align: center;
  font-family: kbNum;
  font-size: 12px;
  line-height: 22px;
  font-style: italic;
  text-indent: -3px;
}
ul.mobrk_list li:nth-child(1) .rk_num, ul.mobrk_list li:nth-child(2) .rk_num,ul.mobrk_list li:nth-child(3) .rk_num{
  width: 36px;
  height: 35px;
  left: -7px;
  overflow: hidden;
  line-height: 99;
}
ul.mobrk_list li:nth-child(1) .rk_num {
  background-position: -3px -3px;
  top: 7px;
}
ul.mobrk_list li:nth-child(2) .rk_num {
  background-position: -38px -3px;
  top: 7px;
}
ul.mobrk_list li:nth-child(3) .rk_num {
  background-position: -74px -3px;
  top: 7px;
}
ul.mobrk_list li .p_tt {
  color: black;
  padding-left: 35px;
  font-size: 15px;
  max-width: 82%;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*标签列表页面*/
.categoryBox {
  width: 100%;
	box-sizing: border-box;
	padding: 0 4px;
  overflow: hidden;
	margin-top: 10px;
}
.categoryBox .cateG_item {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.categoryBox .cate_hd {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  font-weight: bold;
  color: #666;
}
.categoryBox .cate_box{
  height: 184px;
}
.tabBtn_box {
	width: 66px;
	height: 22px;
	margin-top: 4px;
	float:right;
}
.tabBtn_box span  {
	width:22px;
	height: 22px;
	float: left;
    display: inline-block;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
	box-sizing: border-box;
	border: 1px solid #9fe5ff;
	background-color: #f3fbfe;
	margin-left: 10px;
}
.tabBtn_box span.grey {
	cursor: default;
	border: 1px solid #dfdfdf;
	background-color: #efefef;
}
.tabBtn_box .left_arrow:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    z-index: 8;
    border-width: 6px;
    border-right-color: #f3fbfe;
    right: 6px;
    top: 3.5px;
}
.tabBtn_box .left_arrow:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    z-index: 7;
	border-width: 6px;
    border-right-color: #42bef2;
    right: 8px;
    top: 3.5px;
}
.tabBtn_box .right_arrow:before {
border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    z-index: 8;
    border-width: 6px;
    border-left-color: #f3fbfe;
    left: 6px;
    top: 3.5px;
}
.tabBtn_box .right_arrow:after {
    border: solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    z-index: 7;
	border-width: 6px;
    border-left-color: #42bef2;
    left: 8px;
    top: 3.5px;
}
.tabBtn_box span.left_arrow.grey:before {
	border-right-color: #efefef;
}
.tabBtn_box span.left_arrow.grey:after {
	border-right-color: #b4b4b4;
}
.tabBtn_box span.right_arrow.grey:before {
	border-left-color: #efefef;
}
.tabBtn_box span.right_arrow.grey:after {
	border-left-color: #b4b4b4;
}
.cateG_item dl {
  width: 100%;
  overflow: hidden;
}
.cateG_item dl dt {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}
.cateG_item dl dd {
  float: left;
  font-size: 14px;
  margin: 12px 17px 0 0;
}
.cateG_item dl dd:nth-child(4n){
  margin-right: 0;
}
.cateG_item dl dd a {
  float: left;
  display: inline;
  border-radius: 4px;
  width: 80px;
  height: 34px;
	overflow: hidden;
	font-size: 13px;
  line-height: 34px;
  text-align: center;
  background: #f6f6f6;
  color: #444;
  cursor: pointer
}
.cateG_item dl dd.cur a, .cateG_item dl dd:hover a {
  background: #42bef2;
  color: #fff
}
dl.srTagdl dd {
    width: 80px;
    height: 32px;
    margin: 16px 0px 0 12px;
    line-height: 32px;
	border-radius: 32px;
    box-sizing: border-box;
    border: 1px solid #eee;
    background-color: #fff;
}
dl.srTagdl dd a {
	color: #777;
    font-size: 12px;
}