@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;
}
.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;
    z-index: 1;
}
.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, #2176CC 0%, #fff 100%);
    z-index: -1;
}
.commInbox {
    overflow: hidden;
    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);
}
.m_tags {
    margin-top: 12px;
    overflow: hidden;
    height: 22px;
}
.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: #2994FF;
}
/*轮播*/
 .sfBanner {
    float: left;
    width: 830px;
    height: 396px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}
.sfBanner ul.sliInd_ban {
    height: 396px;
    position: absolute
}
.sfBanner ul.sliInd_ban li {
    float: left;
    width: 830px;
    height: 396px;
    overflow: hidden;
    position: relative;
}
.sfBanner li a {
    display: block;
}
.sfBanner li img {
    width: 100%;
    height: 396px
}
.sfBanner li a:hover img {
    transform: scale(1);
    transition: transform 0;
}
.sfBanner .btn {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    height: 16px;
    text-align: right;
    line-height: 10px;
    right: 0;
    bottom: 18px;
}
.sfBanner .btn span {
    text-align: right;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 12px;
    border-radius: 12px;
    height: 12px;
    _font-size: 0;
    box-sizing: border-box;
    margin-right: 12px;
    cursor: pointer;
    background: #f1f1f1;
}
.sfBanner .btn span:last-child {
    border-right: none
}
.sfBanner .btn span.on {
    width: 26px;
    background: #ff431e
}
.sfBanner .preNext {
    display: none
}
.sfBanner ul.sliInd_ban li > a {
    display: block;
    position: relative;
    text-align: left;
}
.sfBanner ul.sliInd_ban li > a .txts {
    box-sizing: border-box;
    padding: 16px 20px 10px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 870px;
}
.sfBanner ul.sliInd_ban li > a .txts .tit {
    max-width: 400px;
    overflow: hidden;
    font-size: 18px;
    height: 26px;
    margin-bottom: 7px;
}
.w_recom {
    float: right;
    width: 440px;
    height:396px;
    box-sizing: border-box;
    margin: 6px;
    padding:10px 20px 0 20px;
    margin-top: 20px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.4);
}
.rec_img {
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
.rec_img a {
    width: 400px;
    height: 190px;
    display: block;
}
.rec_img a img {
    width: 400px;
    height: 190px;
    display: inline-block;
    transition: all 1s ease 0s;
}
.rec_img .img:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
ul.rec_item {
    height: 118px;
    overflow: hidden;
    margin-left: -26.6px;
}
ul.rec_item li {
    width: 80px;
    float: left;
    overflow: hidden;
    margin-left: 26.6px;
    margin-top: 12px;
}
ul.rec_item li a {
    display: block;
}
ul.rec_item li img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    transition: transform 0.5s;
}
ul.rec_item li:hover img {
    transform: scale(0.96);
    transition: transform 0.5s;
}
ul.rec_item li span {
    width: 100%;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
    display: block;
    text-align: center;
    margin-top: 6px;
}
ul.lx_list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
ul.lx_list li {
    width: 96px;
    margin-right: 32px;
    float: left;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px;
    text-align: center;
}
ul.lx_list li:nth-child(10n) {
    margin-right: 0;
}
ul.lx_list li a {
    display: block;
    overflow: hidden;
    font-size: 15px;
}
ul.lx_list li img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 1px solid #eee;
    box-sizing: border-box;
    display: block;
    border-radius: 16px;
    transition: transform 0.5s
}
ul.lx_list li:hover img {
    transform: scale(0.96);
}
ul.lx_list li span {
    max-width: 96px;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 20px;
    font-size: 15px;
    display: block;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*
ul.lx_list li p.app_starBox {
  width: 100px;
  float: none;
  margin: 0 auto;
  margin-top: 8px;
}
ul.lx_list li p.app_starBox span {
  margin-top: 0px;
}
*/
 .alWid_box {
    width:100%;
    overflow: hidden;
}
.kd_area {
    width: 410px;
    float: left;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 20px;
    padding: 14px 20px 0 20px;
    margin: 15px 25px 10px 6px;
    -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);
}
.alWid_box .kd_area:nth-child(3n) {
    margin-right: 0;
}
ul.lncom_item {
    width:100%;
    overflow: hidden;
    padding-bottom: 20px;
}
ul.lncom_item li {
    width: 100%;
    position: relative;
    margin-top: 20px;
    overflow: hidden;
}
ul.lncom_item li a.ln_img {
    width: 66px;
    height: 66px;
    overflow: hidden;
    display: block;
    float: left;
    border-radius: 10px;
    margin-right: 16px;
    ;
    border: 1px solid #eee;
    box-sizing: border-box;
}
ul.lncom_item li img {
    width: 64px;
    height: 64px
}
ul.lncom_item li .a-info {
    float: left;
    width: 286px;
    line-height: 25px;
    text-align: left;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.lncom_item li .a-info p.Tit {
    font-size: 16px;
    margin-bottom: 12px;
    width: 76%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.lncom_item li .a-info p.Tit a {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.lncom_item li .a-info p.sum {
    color: #9a9a9a;
    clear: both;
    font-size: 14px;
    display: block;
    float: left;
    font-weight: normal;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.lncom_item li .ln_btn {
    position: absolute;
    right: 0;
    top: 6px;
    padding: 3px 12px;
    border: 1px solid #2994FF;
    color: #2994FF;
    border-radius: 6px;
}
ul.lncom_item li:hover .ln_btn {
    color: #fff;
    background-color: #2994FF
}
/*
.hot_listUl {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
  border-bottom: 1px dashed #eee;
}
.hot_listUl li {
  width: 32%;
  float: left;
  margin-right: 2%;
  padding-bottom: 16px;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  position: relative;
}
.hot_listUl li:nth-child(3n) {
  margin-right: 0;
}
.hot_listUl li .img {
  width: 80px;
  height: 80px;
  display: inline-block;
}
.hot_listUl li img {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  box-sizing: border-box;
  border-radius: 16px;
  transition: transform 0.5s
}
ul.hot_listUl li:hover img {
  transform: scale(0.96);
}
.hot_listUl li .l_text {
  width: 218px;
  float: left;
  overflow: hidden;
  height: 80px;
  margin-left: 12px
}
.hot_listUl li .l_text p {
  width: 100%;
  float: left;
  margin-top: 10px;
  color: #a8a8a8
}
.hot_listUl li .l_text p.app_starBox {
  color: #ff0000;
  margin-top: 3px;
}
.hot_listUl li .l_text p em {
  font-style: normal
}
.hot_listUl li .l_text p a {
  color: #a8a8a8
}
.hot_listUl li .l_text p a:hover {
  color: #4469EF
}
.hot_listUl li a.btn {
  width: 72px;
  height: 28px;
  line-height: 28px;
  margin-top: 44px;
  box-sizing: border-box;
  border: 1px solid #4469EF;
  text-align: center;
  color: #4469EF;
  border-radius: 20px;
}
.hot_listUl li:hover a.btn {
  background: #4469EF;
  color: #fff;
}
.hot_listUl li.list_more a {
  width: 180px;
  height: 32px;
  display: block;
  line-height: 32px;
  margin: 30px 0 0 130px;
  box-sizing: border-box;
  border: 1px solid #4469EF;
  text-align: center;
  color: #4469EF;
  border-radius: 20px;
}
.hot_listUl li.list_more a:hover {
  background: #4469EF;
  color: #fff;
}
*/
 .cate_side {
    width: auto;
    float: left;
    box-sizing: border-box;
    border-radius: 8px;
    margin: 15px 6px 30px 6px;
    box-shadow: 0px 0px 10px 0px rgba(218, 207, 204, 0.4);
    overflow: hidden;
}
.cate_header {
    border-radius: 12px 0 0 0;
    position: relative;
    padding: 0 0 0 64px;
    background: #2994FF;
    border-color: #2994FF;
    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.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: #2994FF;
    border: 1px solid #2994FF;
    color: #fff;
}
.wid_right {
    width: 860px;
}
.wid_left {
    width: 420px;
}
/*列表页排行*/
 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;
}
*/
 ul.sfrk_list {
    margin-top: 10px;
    padding-bottom: 20px;
}
ul.sfrk_list li {
    padding: 12px 0;
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}
ul.sfrk_list li:nth-child(1), ul.sfrk_list li:nth-child(2), ul.sfrk_list li:nth-child(3) {
    height: 80px;
    border-radius: 10px;
    padding: 8px 0;
    margin-top: 10px;
    border:none;
    overflow: inherit;
}
ul.sfrk_list li:hover {
    background: #f8f8f8
}
ul.sfrk_list .img {
    float: left;
    width: 80px;
    height: 80px;
    position: relative
}
ul.sfrk_list .img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 12px
}
ul.sfrk_list .con {
    float: right;
    width: 272px;
    height: 80px;
    overflow: hidden
}
ul.sfrk_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.sfrk_list .con .i_name a {
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.sfrk_list .con .m-tags {
    margin-top: 8px
}
ul.sfrk_list .con .i_info {
    margin-top: 10px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #3e403f;
    overflow: hidden;
    font-weight: bold
}
ul.sfrk_list .con .i_info span {
    display: inline-block;
    font-size: 12px;
}
ul.sfrk_list .con .i_info span.star {
    margin-right: 12px;
    font-family: kbNum;
    color: #fba605;
}
ul.sfrk_list .con .i_info span.size {
    margin-left: 12px;
    color: #666;
}
/*
ul.sfrk_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.sfrk_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.sfrk_list li:nth-child(1) .rk_num, ul.sfrk_list li:nth-child(2) .rk_num, ul.sfrk_list li:nth-child(3) .rk_num {
    width: 36px;
    height: 35px;
    left: -7px;
    overflow: hidden;
    line-height: 99;
}
ul.sfrk_list li:nth-child(1) .rk_num {
    background-position: -3px -3px;
    top: 7px;
}
ul.sfrk_list li:nth-child(2) .rk_num {
    background-position: -38px -3px;
    top: 7px;
}
ul.sfrk_list li:nth-child(3) .rk_num {
    background-position: -74px -3px;
    top: 7px;
}
ul.sfrk_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;
}
/*
.m_tags {
  margin-top: 12px;
  overflow: hidden;
  height: 22px;
}
.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: #2994FF;
}
*/
 ul.sfListUl {
    width: 100%;
    overflow: hidden;
    padding-bottom: 26px;
}
ul.sfListUl li {
    width: 100%;
    float: left;
    background: #fff;
    margin: 25px 0 0 0;
    overflow: hidden;
    position: relative
}
ul.sfListUl li .sf_img {
    float: left;
    width: 80px;
    height: 80px;
    position: relative;
    margin-right: 20px;
    border-radius: 16px;
    overflow: hidden;
}
ul.sfListUl li .sf_img img {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    box-sizing: border-box;
    height: 100%;
}
ul.sfListUl li .sf_con {
    float: left;
    width: 700px;
    display: flex;
    flex-direction: column;
    height: 80px;
    overflow: hidden;
}
ul.sfListUl li .con_name {
    height: 24px;
    overflow: hidden;
}
ul.sfListUl li .con_name a {
    display: block;
    max-width: 100%;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #333
}
ul.sfListUl li .con_name a:hover {
    color: #2994FF;
}
ul.sfListUl li .sf_con .con_info {
    height: 20px;
    margin-top: 8px
}
ul.sfListUl li .sf_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.sfListUl li .sf_con .con_info .i_info span {
    display: inline-block;
}
ul.sfListUl li .sf_con .con_info .i_info span.star {
    margin-right: 12px;
    font-family: kbNum;
    color: #fba605;
}
ul.sfListUl li .sf_con .con_info .i_info span.size {
    margin-left: 12px;
    color: #666;
}
ul.sfListUl li .sf_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.sfListUl li .sf_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.sfListUl li .sf_con .con_info .m_other span, ul.sfListUl li .sf_con .con_info .m_other a {
    display: inline-block;
    margin: 0 12px;
}
ul.sfListUl li .sf_con .con_info .m_other .edi {
    font-weight: bold;
    color: #666;
}
ul.sfListUl li .sf_con .con_info .m_other a:hover {
    color: #2994FF;
}
ul.sfListUl li .sf_con .con_text {
    max-height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #7a7d7a;
    margin-top: 6px;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
ul.sfListUl li .sf_btn {
    position: absolute;
    top: 18px;
    right: 0;
    width: 80px;
}
ul.sfListUl li .sf_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.sfListUl li:hover .sf_btn .sp_link {
    background: #2994FF;
    color: #fff;
}
/*全部软件*/
 .panel_hd {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.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: 1150px;
    overflow: hidden;
}
ul.soft_sort {
    width: 990000px;
}
ul.soft_sort li {
    float: left;
}
ul.soft_sort li a {
    display: block;
    height: 34px;
    line-height: 34px;
    background: #e8e8e8;
    border-radius: 13px;
    padding: 0 20px;
    font-size: 14px;
    color: #3e403f
}
ul.soft_sort .on a, ul.soft_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
}
ul.sflist_ul {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}
ul.sflist_ul li {
    width: 25%;
    float: left;
    margin-right: 0;
    margin-bottom: 24px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: relative;
}
ul.sflist_ul li:nth-child(3n) {
    margin-right: 0;
}
ul.sflist_ul li a.img {
    width: 80px;
    height: 80px;
    display: inline-block;
}
ul.sflist_ul li a.tps_tit {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
ul.sflist_ul li img {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 16px;
    transition: transform 0.5s
}
ul.sflist_ul li:hover img {
    transform: scale(0.96);
}
ul.sflist_ul li .l_text {
    width: 200px;
    float: left;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 80px;
    margin-left: 12px
}
span.star {
    margin-right: 12px;
    font-family: kbNum;
    color: #fba605;
}
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.sflist_ul li .l_text p {
    width: 100%;
    float: left;
    font-size:12px;
    margin-top: 10px;
    color: #a8a8a8;
    font-weight: bold;
}
/*
ul.sflist_ul li .l_text p.app_starBox {
  color: #ff0000;
  margin-top: 3px;
}
*/

/*
ul.sflist_ull li .l_text p em {
  font-style: normal
}
*/
 ul.sflist_ul li .l_text p a {
    color: #a8a8a8;
    font-size: 13px;
    font-weight: normal;
}
ul.sflist_ul li .l_text p a:hover {
    color: #2994FF
}
ul.sflist_ul li .l_text p .size {
    margin-left: 12px;
    color: #666;
    display: inline-block;
}
/*
ul.sflist_ul li a.btn {
  width: 72px;
  height: 28px;
  line-height: 28px;
  margin-top: 44px;
  box-sizing: border-box;
  border: 1px solid #4469EF;
  text-align: center;
  color: #4469EF;
  border-radius: 20px;
}
ul.sflist_ul li:hover a.btn {
  background: #4469EF;
  color: #fff;
}*/
/* 强制 Tab 容器内的 Span 水平排列且靠右 */
.sfList_tab.tab_head1 {
    float: right; /* 🔺 关键：右浮动，与 h2 同行 */
    display: flex; /* 内部横向排列 */
    align-items: center;
    height: 40px; /* 与标题高度一致 */
}

.sfList_tab.tab_head1 span {
    cursor: pointer;
    padding: 0 15px;
    text-align: center;
    color: #666; /* 默认灰色，与原站保持一致 */
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    font-weight: bold;
    position: relative;
    transition: color 0.3s ease;
}

/* 激活态样式 (主色 #2994FF) */
.sfList_tab.tab_head1 span.cur {
    color: #2994FF !important;
}

/* 激活态下划线 */
.sfList_tab.tab_head1 span.cur::after {
    z-index: 2;
    content: '';
    display: block;
    position: absolute;
    height: 3px;
    background-color: #2994FF;
    border-radius: 2px;
    width: 40px;
    margin-left: -20px;
    left: 50%;
    bottom: 8px; /* 与标题下划线位置对齐 */
    transition: all 0.3s ease;
}
.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: #2994FF;
    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;
}
/*软件合集*/
 ul.sfhj_list {
    overflow: hidden;
    padding-bottom: 26px;
}
ul.sfhj_list li {
    float: left;
    width: 292px;
    height: 144px;
    margin-top:16px;
    margin-right: 26px;
}
ul.sfhj_list li:nth-child(4n) {
    margin-right: 0;
}
ul.sfhj_list li a.img_box {
    display: block;
    position: relative;
    width: 100%;
    height: 144px;
    overflow: hidden;
}
ul.sfhj_list li a.img_box img {
    width: 292px;
    height: 144px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.sfhj_list li a.img_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
ul.sfhj_list li a.img_box s {
    width: 100%;
    height: 36px;
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 36px;
    overflow: hidden;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
ul.sfhj_list li a.img_box span {
    bottom: 0px;
    left: 10px;
    display: none;
    position: absolute;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    z-index: 1;
}
ul.sfhj_list li a.img_box:hover s, ul.sfhj_list li a.img_box:hover span {
    display: block;
}