body{
	background-color: #f9f9f9;
}
.inline {
	float: left;
    display: inline-block;
	height: 36px;
	line-height: 36px;
    *display: inline;
    *zoom: 1;
}
.nav,.main_Left,.main_Right .comm_rigbox {
	background-color: #fff;
}
.pageposition {
    background: #fff;
}
.comm_part {
  overflow: hidden;
}
.comm_itembox {
	width: 100%;
	margin-bottom: 16px;
	overflow: hidden;
}
.comm_rigbox {
  margin-bottom: 20px;
}
.mr50 {
	margin-right: 50px;
}
/*精品应用and热门推荐切换*/
.tj_item {
  width: 100%;
  height: 210px;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
}
.tj_item .btn_L {
  float: left;
}
.tj_item .btn_R {
  float: right;
}
.tj_item .btn_L, .tj_item .btn_R {
  width: 46px;
  height: 210px;
  background: #a7a7a7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
.tj_item .btn_L i, .tj_item .btn_R i {
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #818181;
  margin: 60px auto 8px;
}
.tj_item .btn_L p, .tj_item .btn_R p {
  text-align: center;
  width: 20px;
  margin: 0 auto;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 16px;
}
.tj_item .on {
  background: -webkit-linear-gradient(top, #f0422a 0%, #f4a66d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0422a', endColorstr='#f4a66d', GradientType=0);
  background: linear-gradient(to bottom, #f0422a 0%, #f4a66d 100%);
}
.tj_item .on p {
  color: #fff;
}
.tj_item .on i {
  background: none;
}
.tj_item .itembox {
  float: left;
  overflow: hidden;
  position: relative;
  width: 1208px;
  height: 210px;
}
.tj_item .itembox .item {
  width: 2416px;
  height: 210px;
  margin-left: 2px;
}
.tj_item .itembox .item ul {
  overflow: hidden;
  float: left;
	width: 1208px;
  margin: 0;
	background-color: #fff;
}
.tj_item .itembox .item ul li {
  float: left;
  width: 134px;
  height: 134px;
  border-bottom: 1px solid #e6e6e6;
}
.tj_item .itembox .item ul li:nth-child(9n) {
  border-right: none;
}
.tj_item .itembox .item ul li:hover a {
  background: #f2f2f2;
}
.tj_item .itembox .item ul li:hover p {
  color: #f0412a;
}
.tj_item .itembox .item ul li a {
  display: block;
  float: left;
  width: 129px;
  height: 134px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tj_item .itembox .item ul li a .img {
  margin: 14px auto 0;
}
.tj_item .itembox .item ul li a .img, .tj_item .itembox .item ul li a .img img {
  width: 80px;
  height: 80px;
  border-radius: 18px;
}
.tj_item .itembox .item ul li a p {
  width: 100%;
  text-align: center;
  height: 18px;
	padding: 0 12px;
	box-sizing: border-box;
  overflow: hidden;
  line-height: 18px;
  color: #222;
  margin-top: 10px;
  font-size: 14px;
}
.tj_item .itembox .item ul.macListGm li {
  height: 164px;
}
.tj_item .itembox .item ul.macListGm li a {
  height: 164px;
}
.tj_item .itembox .item ul.macListGm li a .img,
.tj_item .itembox .item ul.macListGm li a .img img {
  height: 110px;
  border-radius: 4px;
}
.tj_item .itembox .item ul.macListGm li.w100 {
	height: 44px;
}
.tj_item .itembox .item ul.macListGm li .h_hot div a {
    line-height: 36px;
}
.tj_item .itembox .item ul.macListGm li.w100 .h_hot div {
     height: 36px;
}  
.tj_item .itembox .item ul.macListGm li.w100 .h_hot div span {
  padding: 8px 0px;
}
/*列表页左侧内容*/
.w880 {
    width: 880px;
    overflow: hidden;
}
.com_titList {padding: 0 20px;
	box-sizing: border-box;
	margin-top: 0px;
}
.com_titOne {
    margin-top: 0;
}
.com_titOne h3 {margin-left: 10px;
}
.SESFBox {
  width: 100%;
  padding: 0 0 20px 0;
  overflow: auto;
}
/*电脑软件列表*/
.SESFBox ul.SESFList li {
  border-bottom: 1px dashed #ccc;
	padding: 14px 20px;
  overflow: hidden;
}
.SESFBox ul.SESFList li:hover .SESFRight a.SESFBtn{
	color: #fff;
	border:1px solid #00be6e;
  background: #00be6e;
}
.SESFBox ul.SESFList li:hover .SESFRight a.SESFBtn i {
  background-position: -438px -133px;
}
.SESFBox ul.SESFList li:hover .SESFLeft .SESFImg 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;
}
.SESFBox ul.SESFList li:hover .SESFLeft .SESFTit a{
    color: #358ff0;
}
.SESFBox ul.SESFList li .SESFLeft {
  width: 690px;
  float: left;
  margin-right: 30px;
  overflow: auto;
  overflow: hidden
}
.SESFBox ul.SESFList li .SESFLeft .SESFTit {
  color: #444444;
  font-size: 20px;
  margin-bottom: 12px;
  clear: both;
	height: 26px;
	overflow: hidden;
	width: 100%;
}
.SESFBox ul.SESFList li .SESFLeft .SESFTit a{
	display: inline-block;
	float: left;
	max-width: 510px;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SESFBox ul.SESFList li .SESFLeft .SESFImg {
  width: 88px;
  height: 88px;
  float: left;
	overflow: hidden;
	border-radius: 20px;
  margin-right: 20px;
}
.SESFBox ul.SESFList li .SESFLeft .SESFImg a{
  width: 88px;
  height: 88px;
	display: block;
}
.SESFBox ul.SESFList li .SESFLeft .SESFImg img {
  width: 88px;
  height: 88px;
	display: inline-block;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.SESFBox ul.SESFList li .SESFLeft .SESFInfo {
  width: 570px;
	float: left;
	display: inline-block;
  overflow: hidden;
}
.SESFBox ul.SESFList li .SESFLeft .SESFKw {
  margin-bottom: 10px;
	margin-top: 2px;
  font-size: 12px;
  float: left;
  height: 26px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
}
.SESFBox ul.SESFList li .SESFLeft .SESFKw span {
  display: inline-block;
	font-size: 14px;
  margin-right: 20px;
  color: #a8a8a8;
}
.SESFBox ul.SESFList li .SESFLeft .SESFKw span em{
  color: #358ff0;
	font-style: normal;
}
.SESFBox ul.SESFList li .SESFLeft .SESFKw span:last-child {
  margin-right: 0;
}
.SESFBox ul.SESFList li .SESFInfo p.sf_inneSumm {
   width: 100%;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  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;
}
.SESFBox ul.SESFList li .SESFLeft .SESFLbb {
  line-height: 20px;
  overflow: hidden;
  float: left;
	margin-left: 16px;
  white-space: nowrap;
}
.SESFBox ul.SESFList li .SESFLeft .SESFLbb span {
  margin-right: 12px;
	float: left;
	display: inline-block;
}
.SESFBox ul.SESFList li .SESFLeft .SESFLbb img {
  vertical-align: middle;
}
/*电脑游戏列表*/
.SESFBox ul.SEPCGMList li {
	border-bottom: 1px dashed #ccc;
    padding: 14px 20px;
    overflow: hidden;
}
.SESFBox ul.SEPCGMList li:hover .SESFRight a.SESFBtn {
  color: #fff;
  border: 1px solid #00be6e;
  background: #00be6e;
}
.SESFBox ul.SEPCGMList li:hover .SESFRight a.SESFBtn i {
  background-position: -438px -133px;
}
.SESFBox ul.SEPCGMList li:hover .SESFLeft .SESFImg 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;
}
.SESFBox ul.SEPCGMList li:hover .SESFLeft .SESFTit a {
  color: #358ff0;
}
.SESFBox ul.SEPCGMList li .SESFLeft {
  width: 690px;
  float: left;
  margin-right: 30px;
  overflow: auto;
  overflow: hidden
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFTit {
  color: #444444;
  font-size: 20px;
  margin-bottom: 10px;
  clear: both;
  height: 26px;
  overflow: hidden;
  width: 100%;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFTit a {
  display: inline-block;
  float: left;
  max-width: 510px;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFImg {
  width: 89px;
  height: 130px;
  float: left;
  overflow: hidden;
  border-radius: 6px;
  margin-right: 20px;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFImg a {
  width: 89px;
  height: 130px;
  display: block;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFImg img {
  width: 89px;
  height: 130px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFInfo {
  width: 580px;
  float: left;
  display: inline-block;
  overflow: hidden;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFKw {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 12px;
  float: left;
  height: 26px;
  line-height: 26px;
  width: 100%;
  overflow: hidden;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFKw span {
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  color: #a8a8a8;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFKw span em {
  color: #358ff0;
  font-style: normal;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFKw span:last-child {
  margin-right: 0;
}
.SESFBox ul.SEPCGMList li .SESFInfo p.sf_inneSumm {
  width: 100%;
  font-size: 14px;
  color: #555;
  line-height: 24px;
  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;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFLbb {
  line-height: 20px;
  overflow: hidden;
  float: left;
  margin-left: 16px;
  white-space: nowrap;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFLbb span {
  margin-right: 12px;
  float: left;
  display: inline-block;
}
.SESFBox ul.SEPCGMList li .SESFLeft .SESFLbb img {
  vertical-align: middle;
}
/*pc软件和游戏下载按钮*/
.SESFRight {
  width: 120px;
  float: left;
}
.SESFRight p {
	display: block;
	margin: 0;
  width: 120px;
	text-align: center;
  height: 25px;
	margin-top: 36px;
}
.SESFRight p span {
  display: inline-block;
}
.SESFRight a.SESFBtn {
  display: block;
  width: 120px;
  text-align: center;
  height: 32px;
  line-height: 32px;
	box-sizing: border-box;
  color: #00be6e;
	border:1px solid #00be6e;
  background: #fff;
  border-radius: 4px;
  margin-top: 12px;
  float: left;
}
.SESFRight a.SESFBtn:hover {
   color: #fff;
	border:1px solid #00be6e;
  background: #00be6e;
}
.SESFRight a.SESFBtn i {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/icon.png") no-repeat center;
  margin: -4px 2px 0 0;
  height: 16px;
  width: 18px;
  background-position: -407px -133px;
}
.SESFRight a.SESFBtn:hover i {
  background-position: -438px -133px;
}
/*mac分类列表*/
.SESFBox ul.mac_itemUl {
    margin-left: -10px;
	margin-top: 26px;
}
.SESFBox ul.mac_itemUl li {
    width: 188px;
    height: 270px;
    margin: 0px 0px 26px 30px;
	box-shadow: 0 0 0 0 rgb(47 47 47 / 20%);
	border: 1px solid #f0f0f0;
}
ul.mac_itemUl {
	margin-left: -50px;
	margin-top: 20px;
}
ul.mac_itemUl li {
  display: block;
  width: 200px;
  height: 270px;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  float: left;
  margin: 0px 0px 20px 50px;
  border-radius: 5px;
	 box-shadow: 0 0 10px 0 rgba(47, 47, 47, 0.2);
	-webkit-transition: all .4s ease-out;
}
ul.mac_itemUl li:hover {
  background-color: #7f7f7f;
}
ul.mac_itemUl li .aimg {
  display: block;
  overflow: hidden;
  width: 102px;
  height: 102px;
  margin: 10px auto 0;
}
ul.mac_itemUl li a img {
  border-radius: 20px;
  width: 102px;
  height: 102px;
  position: relative;
  transition: all 0.6s;
}
ul.mac_itemUl li:hover a .aimg img{transform: scale(0.8);transition: all 0.6s;}
ul.mac_itemUl li .show-title {
  display: block;
  color: #555;
  font-size: 16px;
  margin: 10px 0 2px 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-weight: 400;
  text-align: center;
}
ul.mac_itemUl li .ver {
  height: 20px;
	margin-bottom: 6px;
	line-height: 20px;
	text-align: center;
  color: #666;
  overflow: hidden;
}
ul.mac_itemUl li .show-content {
  display: block;
  color: #777;
  font-size: 12px;
  margin: 0 auto 5px;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}
ul.mac_itemUl li .show-time {
  width: 205px;
  height: 20px;
  margin: 0 auto;
  line-height: 20px;
  font-size: 12px;
  color: #fe0101;
}

ul.mac_itemUl li .show-time i {
  background: url("../images/icon.png") no-repeat -444px -722px;
  width: 14px;
  height: 14px;
	margin-top: 4px;
	float: left;
  margin-right: 6px;
  display: inline-block;
}
ul.mac_itemUl li:hover .show-title,ul.mac_itemUl li:hover .ver{
color:#fff;}
ul.mac_itemUl li:hover .show-content{
	height: 54px;color:#fff;
}
ul.mac_itemUl li:hover .show-time {
  display: none;
}
.SESFBox ul.mac_itemGM li {
  height: 302px;
}
ul.mac_itemGM li .aimg {
    display: block;
    width: 100px;
    height: 138px;
    margin: 10px auto 0;
}
ul.mac_itemGM li a img {
  border-radius: 4px;
   width: 100px;
    height: 138px;
  position: relative;
  transition: all 0.6s;
}
/*左边：系统软件列表  分页 */
.SESFPage {
  padding: 20px 0;
  text-align: center;
  overflow: auto;
  margin-bottom: 20px;
  padding-left: 10px;
}
.SESFPage a {
	border: 1px solid #00be6e;
	border-radius: 6px;
  line-height: 44px;
	width: 320px;
	font-size: 16px;
	height: 46px;
    display: inline-block;
    color: #00be6e;
}
.SESFPage a i{
	width: 12px;
	height: 10px;
	margin-left: 6px;
    display: inline-block;background: url(../images/icon.png) no-repeat -449px -97px;
}
.SESFPage a:hover{
	border: 1px solid #00be6e;
	background-color: #00be6e;
    color: #fff;
}
.SESFPage a:hover i{
	background: url(../images/icon.png) no-repeat -478px -97px;
}
/*列表页右边内容*/
.w380 {
    width: 380px;
    overflow: hidden;
}
/*本类热门推荐*/
.comRec_list{	
	margin-left: -11px;overflow: hidden;
	box-sizing: border-box;
	max-height: 250px;
	padding-bottom: 10px;
}
.comm_rigbox .comRec_list li{
	float: left;
  width: 74px;
  overflow: hidden;
  position: relative;
  margin: 20px 0px 0  21px;
}
.comm_rigbox .comRec_list li a.ywAwhite{
	width: 100%;
    height: 74px;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    display: block;
    overflow: hidden;
}
.comm_rigbox .comRec_list li a.ywAwhite img{
	width: 100%;
    height: 74px;
	-webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.comm_rigbox .comRec_list li:hover a.ywAwhite 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;
}
.comm_rigbox .comRec_list li a.ywName{
	width: 100%;
	text-align: center;
    height: 26px;
    display: block;
    overflow: hidden;
    line-height: 26px;
}
.comRec_listPc {
    max-height: 306px;
}
.comm_rigbox .comRec_listPc li a.ywAwhite {
  height: 102px;
  border-radius: 4px;
}
.comm_rigbox .comRec_listPc li a.ywAwhite img {
  height: 102px;
}
/*专区推荐*/
.jdsy_con {
  width: 100%;
  overflow: hidden;
  max-height: 260px;
  border-bottom: 1px #e7e7e7 dashed;
  margin-top: 20px;
}
.jdsy_con ul {
  overflow: hidden;
	margin-left: -6px;
}
.jdsy_con ul li {
  float: left;
  width: 168px;
  height: 114px;
  margin: 0 0 16px 18px;
}
.jdsy_con ul li a {
  display: block;
}
.jdsy_con ul li:hover .jdsyName {
  color: #ff6010;
}
.jdsy_con ul li a.jdsyImg {
  width: 168px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 4px;
}
.jdsy_con ul li a.jdsyImg img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}
.jdsy_con ul li a img:hover {
  transform: scale(1.1);
  transition: all 0.4s ease;
}
.jdsy_con ul li a.jdsyName {
  width: 100%;
  display: block;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jdsy_conbotm {
  width: 100%;
  overflow: hidden;
  margin-top: 16px;
}
.jdsy_conbotm ul {
  width: 100%;
	padding: 0 14px;
	box-sizing: border-box;
	margin-bottom: 10px;
	max-height: 130px;
  overflow: hidden;
}
.jdsy_conbotm ul li {
  width: 50%;
  float: left;
  background: url("../images/mi14.png") no-repeat left center;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}
.jdsy_conbotm ul li a {
  float: left;
  color: #333;
  font-size: 14px;
  width: 158px;
  margin-left: 18px;
}
.jdsy_conbotm ul li a:hover {
  color: #ff6010;
}
/*排行榜*/
.com_topsecList {
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
}
.com_topsecList li {
  padding: 14px 10px;
	box-sizing: border-box;
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #f0f0f0;
}
.com_topsecList li:hover {
  background-color: #f9f9f9;
}
.com_topsecList li .tps_info {
  width: 255px
}
.com_topsecList li a.tps_tit {
  font-size: 16px;
  font-weight: bold;
  display: block;
  max-width: 280px;
  margin-bottom: 9px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.com_topsecList li .pm {
	float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
    margin-top: 42px;
	margin-right: 16px;
}
.com_topsecList li .p_tl {
	display: block;
    float: left;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #C5C5C5;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 100px;
	margin-right: 16px;
}
ul.com_topsecList li .p_tt {
    color: black;
    font-size: 15px;
    max-width: 82%;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.com_topsecList li .a_down {
    display: none;
    padding: 0px 10px;
	margin-right: 10px;
    border: 1px solid #00be6e;
    color: #00be6e;
}
 ul.com_topsecList li:hover .a_down{
  border: 1px solid #00be6e;
  color: #00be6e;display: inline-block;
}
 ul.com_topsecList li .a_down:hover{
  border: 1px solid #00be6e;
	 background-color: #00be6e;
  color: #fff;
}
.com_topsecList li img {
  width: 66px;
  height: 66px;
	display: inline-block;
	overflow: hidden;
  border-radius: 10px;
}
.com_topsecList li .l_text {
	width:172px; 
  height: 66px;
  margin-left: 12px;
}
.com_topsecList li .l_text span.app_starBox {
  display: block;
  margin-top: 4px;
}
.com_topsecList li .l_text p {
  display: block;
  margin-top: 16px;
  color: #a8a8a8;
}
.com_topsecList li .l_text p em{
  font-style: normal;
}
.com_topsecList li .l_text p a {
  color: #a8a8a8;
}
.com_topsecList li .l_text p a:hover {
  color: #358ff0;
}
.com_topsecList li a.tps_btn {
  display: none;
  padding: 2px 15px;
  background-color: #f9f9f9;
  margin-top: 52px;
  border: 1px solid #00be6e;
  color: #00be6e;
}
.com_topsecList li:hover a.tps_btn {
  display:inline-block;
	background-color: #fcfcfc;
}
.com_topsecList li a.tps_btn:hover {
  color: #ffffff;
  background-color: #00be6e;
}
.com_topsecList li .nbone {
  background-color: #ff4800;
}
.com_topsecList li .nbtwo {
  background-color: #ff6d34;
}
.com_topsecList li .nbthr {
  background-color: #ffa07b;
}
.topsec_pc li a.tps_tit {
  max-width: 174px;
  margin-top: 4px;
}
.topsec_pc li img {
  height: 96px;
	box-sizing: border-box;
  border-radius: 6px;
}
.topsec_pc li .l_text {
    height: 96px;
}
.topsec_pc li .l_text span.app_starBox {
  margin-top: 14px;
}
.topsec_pc li .l_text p {
  margin-top: 12px;
}
/*热门标签*/
.hottag {
  line-height: 34px;
  padding: 8px 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.hottag a {
  padding: 0 5px
}
.hottag a:hover {
  text-decoration: underline;
}
.hottag .c_1, .hottag .c_21 {
  color: #68d46d !important;
  font-size: 18px
}
.hottag .c_2, .hottag .c_22 {
  color: #f58797 !important;
  font-size: 19px
}
.hottag .c_23, .hottag .c_3 {
  color: #66bcff !important;
  font-size: 15px
}
.hottag .c_24, .hottag .c_4 {
  color: #9ed96a !important;
  font-size: 18px
}
.hottag .c_25, .hottag .c_5 {
  color: #68d9c2 !important;
  font-size: 14px
}
.hottag .c_26, .hottag .c_6 {
  color: #77d46a !important;
  font-size: 16px
}
.hottag .c_27, .hottag .c_7 {
  color: #7fdcfb !important;
  font-size: 13px
}
.hottag .c_28, .hottag .c_8 {
  color: #d983ee !important;
  font-size: 18px
}
.hottag .c_29, .hottag .c_9 {
  color: #6d86b3 !important;
  font-size: 17px
}
.hottag .c_10, .hottag .c_30 {
  color: #b3b0f6 !important;
  font-size: 18px
}
.hottag .c_11, .hottag .c_31 {
  color: #f792e5 !important;
  font-size: 17px
}
.hottag .c_12, .hottag .c_32 {
  color: #ebc53c !important;
  font-size: 15px
}
.hottag .c_13, .hottag .c_33 {
  color: #b0d5f5 !important;
  font-size: 14px
}
.hottag .c_14, .hottag .c_34 {
  color: #ffa646 !important;
  font-size: 16px
}
.hottag .c_15, .hottag .c_35 {
  color: #888 !important;
  font-size: 15px
}
.hottag .c_16, .hottag .c_36 {
  color: #7fdcfb !important;
  font-size: 16px
}
.hottag .c_17, .hottag .c_37 {
  color: #959fff !important;
  font-size: 15px
}
.hottag .c_18, .hottag .c_38 {
  color: #a6da6d !important;
  font-size: 14px
}
.hottag .c_19, .hottag .c_39 {
  color: #ff7f58 !important;
  font-size: 13px
}
.hottag .c_20, .hottag .c_40 {
  color: #91beda !important;
  font-size: 13px
}
.tj_item .itembox .item ul li.w100 {
    display: block;
	float: none;
    width: 1208px;
	height: 74px;
	overflow: hidden;
    border-bottom:none;
}
.tj_item .itembox .item ul li.w100 .h_hot {
    margin: 0px 0px 0 0;
}
.tj_item .itembox .item ul li.w100 .h_hot div {
    margin-top: 5px;
}
 .tj_item .itembox .item ul li .h_hot div a {
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    height: 30px;
	 margin: 0;
    max-width: 85px;
    overflow: hidden;
}
 .tj_item .itembox .item ul li .h_hot div a:hover {
    background-color: #fff;
}
.tj_item .itembox .item ul li:hover .h_hot div  a {
  background: #fff;
}
.smal_banner {
  width: 100%;
  overflow: hidden;
  height: 100px;
  margin-top: 20px;
}
.smal_banner a {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.smal_banner img {
  width: 100%;
  height: 100px;
  transition: all 0.4s ease;
}
.smal_banner img:hover {
  transform: scale(1.06);
  transition: all 0.4s ease;
}
.h_hot {
	width: 100%;
	overflow: hidden;
    margin: 5px 0px 20px 0;
}
.h_hot div {
  margin-top: 15px;
  height: 30px;
  overflow: hidden;
}
.h_hot div a {
  float: left;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  max-width: 90px;
  overflow: hidden;
}
.h_hot div .color1 {
  color: #ff7e61;
}
.h_hot div .color2 {
  color: #5caf28;
}
.h_hot div span {
  padding: 5px 0px;
  margin: 0px 17px;
  float: left;
  color: #ddd;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.h_hot div .h_title1 {
  background-color: #ff7e61;
  color: #ffffff;
  padding: 5px 20px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  display: inline-block;
}
.h_hot div .h_title2 {
  background-color: #6db5ff;
  color: #ffffff;
  padding: 5px 20px;
  margin-right: 20px;
  margin-left: 0px;
  float: left;
  display: inline-block;
}
/*分类*/
.com_titRort {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.com_titRort h3{
	width: 100%;
	font-size: 19px;
	color: #666;
	line-height: 49px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
    border-bottom: 1px dashed #f0f0f0;
}
dl.sort_dllist{
  display: block;
  overflow: hidden;
  padding-bottom: 16px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sort_ullist {
  width: 100%;
  overflow: hidden;
  padding: 0 10px 20px 10px;
  box-sizing: border-box;
}
.sort_ullist li{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.sort_ullist li .sort_item {
  width: 100%;
  cursor: pointer;
  height: 40px;
  position: relative;
  font-size: 16px;
  line-height: 40px;
  box-sizing: border-box;
  text-indent: 16px;
  overflow: hidden;
  border-left: 3px solid #fff;
}
.sort_ullist li.cur .sort_item ,.sort_ullist li:hover .sort_item{
  border-left: 3px solid #358ff0;
  color: #358ff0;
  background-color: #eaf9ff;
}
.sort_ullist li .sort_item i{
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  top: 14.5px;
  right: 10px;
  background: url("../images/icon.png") no-repeat -167px -803px;
}
.sort_ullist li.cur .sort_item i,.sort_ullist li:hover .sort_item i{
  background-position:  -151px -803px;
}
.sort_ullist li dl{
  display: none;
  overflow: hidden;
  padding-bottom: 16px;
  background-color: #f9fdff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sort_ullist li.cur dl {
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.sort_ullist li dl dd{
  width: 100px;
  height: 36px;
  float: left;
  margin: 16px 10px 0 10px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: #f9fdff;
}
.sort_ullist li dl dd a{display: block;
}
.sort_ullist li dl dd:hover,.sort_ullist li dl dd.on{
  border: 1px solid #358ff0;
  background-color: #358ff0;
}
.sort_ullist li dl dd:hover a,.sort_ullist li dl dd.on a{color: #fff;
}



dl.sort_dllist dd{
  width: 100px;
  height: 36px;
  float: left;
  margin: 16px 0px 0 20px;
  line-height: 36px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: #fff;
}
dl.sort_dllist dd a{display: block;
}
dl.sort_dllist dd:hover,dl.sort_dllist dd.on{
  border: 1px solid #358ff0;
  background-color: #358ff0;
}
dl.sort_dllist dd:hover a,dl.sort_dllist dd.on a{color: #fff;
}
/*手机软件列表*/
.SESFBox {
  width: 100%;
  overflow: hidden;
}
ul.SESF_moblist {
	margin-left: -3px;
  padding-bottom: 5px;
	 overflow: hidden;
}
ul.SESF_moblist li {
  margin-top: 30px;
  float: left;
  width: 148px;
  height: 182px;
	position: relative;
  margin-left: 23px;
  text-align: center;
  border: 1px solid #f0f0f0;
}
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;
}
/*标签列表页面*/
.categoryBox {
  width: 100%;
	box-sizing: border-box;
	padding: 0 14px;
  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 10px 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;
}
/*热门推荐*/
.tagtj_item {
  width: 100%;
  height: 142px;
  overflow: hidden;
  position: relative;
	box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-left: none;
  margin-top: 20px;
}
.tagtj_item .btn_L {
  float: left;
  width: 40px;
  height: 140px;
  background: #a7a7a7;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
	background: -webkit-linear-gradient(top, #f0422a 0%, #f4a66d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0422a', endColorstr='#f4a66d', GradientType=0);
  background: linear-gradient(to bottom, #f0422a 0%, #f4a66d 100%);
}
.tagtj_item .btn_L i{
  display: block;
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 32px auto 8px;
}
.tagtj_item .btn_L p{
  text-align: center;
  width: 20px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.tagtj_item .itembox {
  float: left;
  overflow: hidden;
  position: relative;
  width: 1258px;
  height: 140px;
}
.tagtj_item .itembox  ul {
  overflow: hidden;
  float: left;
	width: 100%;
  margin: 0;
	background-color: #fff;
}
.tagtj_item .itembox  ul li {
  float: left;
  width: 125.8px;
   height: 140px;
}
.tagtj_item .itembox  ul li:hover a {
  background: #f2f2f2;
}
.tagtj_item .itembox  ul li:hover p {
  color: #f0412a;
}
.tagtj_item .itembox  ul li a {
  display: block;
  float: left;
	width: 125.8px;
  height: 140px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.tagtj_item .itembox  ul li a .img {
  margin: 14px auto 0;
}
.tagtj_item .itembox  ul li a .img, .tagtj_item .itembox  ul li a .img img {
  width: 80px;
  height: 80px;
  border-radius: 18px;
}
.tagtj_item .itembox  ul li a p {
  width: 100%;
  text-align: center;
  height: 18px;
	padding: 0 12px;
	box-sizing: border-box;
  overflow: hidden;
  line-height: 18px;
  color: #222;
  margin-top: 10px;
  font-size: 14px;
}
/*热搜榜*/
.com_titTag {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #f0f0f0;
}
.com_titTag h3{
    font-size: 18px;
    float: left;
    margin-left: 12px;
	font-weight: bold;
    padding: 10px 0px;
    color: #666666;
	position: relative;
	z-index: 1
}
.com_titTag h3::before {
    position: absolute;
    content: "";
    width: 80%;
    height: 10px;
	bottom: 8px;
    left: 10%;
    background: #b0e4fa;
    border-radius: 20px;
    z-index: -1
}
.tagHot_item {
	width: 100%;
  overflow: hidden;
}
ul.tagHot_ul {
  width: 100%;
  overflow: hidden;
	padding-bottom: 20px;
}
ul.tagHot_ul li {
  padding: 12px 10px 6px 10px;
  box-sizing: border-box;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
ul.tagHot_ul li:hover {
  background-color: #f7fdff;
}
ul.tagHot_ul li em {
    float: left;
    width: 26px;
	font-weight: bold;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    color: #999;
    margin-right: 4px;
    margin-top: 2px;
}
ul.tagHot_ul li em.nbone {
    color: #ff4800;
}
ul.tagHot_ul li em.nbtwo {
    color: #ff6d34;
}
ul.tagHot_ul li em.nbthr {
    color: #ffa07b;
}
ul.tagHot_ul li a {
	display: inline-block;
    color: #333;
    font-size: 15px;
    max-width: 92%;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul.tagHot_ul li:hover a{
  color: #358ff0;
}
ul.tagHot_ul li img {
    width: 18px;
	height: 18px;
	margin-left: 4px;
	margin-top: -4px;
	display: inline-block;
}
.comTop_coll {
    width: 100%;
    background-color: #fff;
	margin-top: 20px;
    box-sizing: border-box;
    overflow: hidden
}
.scrIne_box {
	width: 100%;
	padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
ul.slrec_ul {
    display: -ms-flexbox;
    display: flex
}
ul.slrec_ul li {
    width: 96px;
    float: left;
    text-align: center;
    vertical-align: middle;
    margin: 20px 33.3px 20px 0;
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    overflow: hidden
}
ul.slrec_ul li .No {
    position: absolute;
    top: 1px;
    left: 0;
    width: 38px;
    height: 38px;
    border-top-left-radius: 16px;
    text-indent: -16px;
    font-style: normal;
    background: url(../images/icon.png) no-repeat;
    background-position:-160px -1130px ;
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #ffffff;
    padding: 3px;
    box-sizing: border-box
}
ul.slrec_ul li .No1 {
    background-position: -10px -1130px
}
ul.slrec_ul li .No2 {
    background-position: -60px -1130px
}
ul.slrec_ul li .No3 {
    background-position: -110px -1130px
}
ul.slrec_ul li a {
    display: block
}
ul.slrec_ul li a img {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 20px
}
ul.slrec_ul li a span {
    width: 100%;
    line-height: 26px;
    height: 26px;
    font-size: 15px;
    display: block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    overflow: hidden;
    margin-top: 4px
}
ul.slrec_ul li:hover a span {
    color: #00b35d
}