.m-coll2 {
	  width: 1240px;
	margin: auto;
  position: relative;
   margin-top: 10px;
  
  font-size: 0;
}

.m-coll2 .m-coll2-left
{
  display: inline-block;

  padding: 0 10px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px 0px #F2F2F2;
  background: #fff;
}
.m-coll2 .m-coll2-middle,
.m-coll2 .m-coll2-right {
  display: inline-block;
   margin-left: 15px;

  padding: 0 10px 0 10px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 5px 5px 0px #F2F2F2;
  background: #fff;
}

.m-coll2 .m-coll2-left,
.m-coll2 .m-coll2-right {
  width: 403px;
}

.m-coll2 .m-coll2-middle {
  width: 560px;
  margin: 0 20px;
  padding: 0;
}

.m-coll2 .hd-title {
  position: relative;
  height: 50px;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  color: #222;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}

.m-coll2 .hd-title i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: text-top;
  background-size: 100%;
}

.m-coll2 .hd-title i.icon-fl {
  background: url(../images/icon-fl.png) no-repeat center;
}

.m-coll2 .hd-title i.icon-gx {
  background: url(../images/icon-gx.png) no-repeat center;
}

.m-coll2 .hd-title i.icon-wz {
  background: url(/style/images/icon-zt2.png) no-repeat center;
}

.m-coll2 .hd-title i.icon-hot {
  background: url(../images/icon-hot.png) no-repeat center;
}

.m-coll2 .hd-title i.icon-zt {
  background: url(../images/icon-zt2.png) no-repeat center;
}

.m-coll2 .hd-title .more {
  float: right;
  font-size: 13px;
  line-height: 50px;
  color: #999;
}

.m-coll2 .hd-title .more:hover {
  color: #205AEF;
}

.m-coll2 .m-coll2-middle .m-slide {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.m-coll2 .m-coll2-middle .m-slide .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 50;
  height: 40px;
  overflow: hidden;
  text-align: center;
}

.m-coll2 .m-coll2-middle .m-slide .hd ul {
  width: 100%;
  margin-top: 10px;
}

.m-coll2 .m-coll2-middle .m-slide .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  line-height: 14px;
  text-align: center;
  background: #ebedf0;
  cursor: pointer;
}

.m-coll2 .m-coll2-middle .m-slide .hd ul li.on {
  background: #205AEF;
}

.m-coll2 .m-coll2-middle .m-slide .bd {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.m-coll2 .m-coll2-middle .m-slide .bd li {
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  zoom: 1;
}

.m-coll2 .m-coll2-middle .m-slide .bd .img-box {
  display: block;
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.m-coll2 .m-coll2-middle .m-slide .img-box img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.m-coll2 .m-coll2-middle .m-slide .bd .img-box .tt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 40px;
  padding: 0 10px;
  padding-right: 200px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0, 0, 0, .5);
}


.software-kinds-box .item {
  position: relative;
  height: 150px;
  margin-right: -10px;
  margin-left: -10px;
  padding: 15px 0 15px 50px;
  box-sizing: border-box;
}

.software-kinds-box .item+.item {
  border-top: 1px dashed #eee;
}

.software-kinds-box span {
  position: absolute;
  left: 0;
  width: 35px;
  height: 120px;
  text-align: center;
  color: #205AEF;
  border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  -ms-border-radius: 0 6px 6px 0;
  -o-border-radius: 0 6px 6px 0;
  background: #F5F5F5;
}

.software-kinds-box span i {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto;
  margin-top: 10px;
}

.software-kinds-box span i.icon-soft {
  background: url(../images/icon-win2.png) no-repeat center;
}

.software-kinds-box span i.icon-game {
  background: url(../images/icon-yxyl.png) no-repeat center;
}

.software-kinds-box span em {
  display: block;
  width: 20px;
  height: auto;
  margin: 0 auto;
  margin-top: 7px;
  font-size: 16px;
  line-height: 18px;
}

.software-kinds-box .item a {
  display: block;
  float: left;
  width: 70px;
  height: 35px;
  margin-top: 4px;
  margin-right: 12px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #333;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.software-kinds-box .item a:hover {
  color: #fff;
  background: #205AEF;
}

.hot-article-box ul {
  position: relative;
  overflow: hidden;
}

.hot-article-box ul li {
  position: relative;
  margin: 13px 0;
  color: #ddd;
  list-style-type: disc;
  list-style-position: inside;
}

.hot-article-box ul li:hover {
  color: #205AEF;
}

.hot-article-box ul li a {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  color: #333;
  
}

.hot-article-box ul li a:hover {
  color: #205AEF;
}

.m-coll2 .hot-software-box,
.m-coll2 .latest-topic-box,
.m-coll2 .topic-software-box {
  height: 450px;
}

.hot-software-box ul {

  margin-right: -10px;
  /* padding: 10px 12px; */
  margin-left: -10px;
  font-size: 0;
}

.hot-software-box ul li {
  display: inline-block;
  width: 50%;
  height: 80px;
  overflow: hidden;
  padding: 15px 10px;
  font-size: 14px;
  box-sizing: border-box;
}

.hot-software-box ul li:hover {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  box-shadow: 0px 3px 17px 0px #E5E5E5;
}



.hot-software-box ul li .img-box {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 8px;
}

.hot-software-box ul li .img-box img {
  width: 100%;
  height: 100%;
}

.hot-software-box ul li .intro {
  display: block;
  position: relative;
  height: 50px;
  padding-top: 4px;
  padding-left: 58px;
  color: #333;
}

.hot-software-box ul li:hover .intro .tt {
  color: #205AEF;
}

.hot-software-box ul li .intro .star-bar {
  display: inline-block;
  width: 70px;
  height: 12px;
  margin-top: 10px;
  font-size: 0;
  text-align: left;
  background: url(../images/icon-star-h.png) repeat-x left center;
}

.hot-software-box ul li .intro .star-bar .star {
  display: inline-block;
  height: 12px;
  background: url(../images/icon-star-j.png) repeat-x left;
}

.m-coll2 .latest-topic-box a.item {
  display: block;
  float: left;
  position: relative;
  width: 130px;
  height: 80px;
  margin: 16px 5px 0;
}

.m-coll2 .latest-topic-box a.item img {
  width: 100%;
  height: 100%;
}

.m-coll2 .latest-topic-box a.item p {
  display: none;
}

.m-coll2 .latest-topic-box a.item:hover p {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .6);
}


.topic-software-box {
  position: relative;
  height: 363px;
  overflow: hidden;
  margin-top: 10px;
  padding: 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  box-sizing: border-box;
  box-shadow: 0px 4px 24px 0px rgba(209, 204, 255, 0.12);
  background: #fff;
}

.topic-software-box .bg-jianbian {
  content: ".";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 555px;
  height: 36px;
  font-size: 0;
  background: url(../images/C_bg.png) no-repeat center;
}

.topic-software-box .topic-software-tab {
  position: relative;
  z-index: 2;
  height: 47px;
  font-size: 0;
  text-align: center;
}

.topic-software-box .topic-software-tab a {
  display: inline-block;
  height: 35px;
  margin: 10px 5px 0;
  padding: 0 10px;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  color: #222222;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.topic-software-box .topic-software-tab a:hover,
.topic-software-box .topic-software-tab .z-cur {
  font-weight: 600;
  color: #fff;
  background: #205AEF;
}

.topic-software-box ul {
  padding: 0 20px;
}

.topic-software-box ul:not(:first-of-type) {
  display: none;
}

.topic-software-box .rec-app {
  margin: 15px auto 15px;
  font-size: 16px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
}

.topic-software-box .rec-app .solgan {
  display: inline-block;
  width: 70px;
  height: 23px;
  vertical-align: middle;
  background: url(../images/icon-tbrj.png) no-repeat center;
}

.topic-software-box .rec-app a {
  vertical-align: middle;
  color: #ff5a60;
}

.topic-software-box ul:not(:first-of-type) {
  display: none;
}

.topic-software-box .item {
  display: block;
  position: relative;
  margin-bottom: 17px;
}

.topic-software-box .item a,
.topic-software-box .item time {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.topic-software-box .item a:hover {
  color: #205AEF;
}

.topic-software-box .item .img-box {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.topic-software-box .item .img-box img {
  width: 100%;
  height: 100%;
}

.topic-software-box .item .cname {
  margin: 0 16px 0 6px;
  font-weight: 600;
  color: #323232;
}

.topic-software-box .item .cname:hover {
  /* color: #ff5a60; */
  color: #205AEF;
}

.topic-software-box .item .txt {
  width: 291px;
}

.topic-software-box .item time {
  float: right;
  margin-top: 5px;
}

.common-classify-updates .updates-list:not(:nth-of-type(1)) {
  display: none;
}

.common-classify-updates .title-tab-more .title {
  float: left !important;
}

.common-classify-updates .title-tab-more .tab {
  float: left !important;
  margin-left: 50px;
  margin-left: 142px;
}

.common-classify-updates .content .updates-list {
  padding-bottom: 10px;
  font-size: 0;
  background: #fff;
}

.common-classify-updates .updates-list ul {
  display: inline-block;
  width: 33.2%;
}

.common-classify-updates .updates-list .item {
  display: inline-block;
  position: relative;
  width: 360px;
  height: 36px;
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
}

.common-classify-updates .updates-list .item+.item {
  border-top: 1px dashed #eee;
}

.common-classify-updates .updates-list .item a {
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.common-classify-updates .updates-list .item a:hover {
  color: #205AEF;
}

.common-classify-updates .updates-list .item .cname {
  max-width: 200px;
}

.common-classify-updates .updates-list .item .time {
  display: inline-block;
  float: right;
  margin-right: 8px;
  vertical-align: middle;
  color: #999;
}
.common-classify-updates .title-tab-more .tab a.on,
.common-classify-android .title-tab-more .tab a.on,
.common-classify-ios .title-tab-more .tab a.on {
  color: #205AEF;
  border-radius: 6px 6px 0px 0px;
  border-top: 3px solid #205AEF;
  border-right: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  background: #fff;
}

.common-classify-android .content ul {
  display: none;
  position: relative;
  width: 1220px;
  height: 355px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  font-size: 0;
}

.common-classify-android .content ul.on {
  display: block;
}

.common-classify-android .content ul li {
  display: block;
  float: left;
  width: 16.6%;
  height: 116px;
  overflow: hidden;
  padding: 25px 10px;
  border-top: 1px dashed #eee;
  border-right: 1px dashed #eee;
  box-sizing: border-box;
}

.common-classify-android .content ul li:nth-of-type(1),
.common-classify-android .content ul li:nth-of-type(2),
.common-classify-android .content ul li:nth-of-type(3),
.common-classify-android .content ul li:nth-of-type(4),
.common-classify-android .content ul li:nth-of-type(5),
.common-classify-android .content ul li:nth-of-type(6) {
  border-top: none;
}

.common-classify-android .content ul li:nth-child(6n) {
  border-right: none;
}

.common-classify-android .content ul li:hover {
  box-shadow: 0px 3px 17px 0px #E5E5E5;
}

.common-classify-android .content ul li .img-box {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
}

.common-classify-android .content ul li .img-box img {
  width: 100%;
  height: 100%;
}

.common-classify-android .content ul li .info {
  display: block;
  float: left;
  margin-left: 10px;

}

.common-classify-android .content ul li .info .tt {
  display: block;
  width: 96px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #222;
}

.common-classify-android .content ul li:hover .info .tt {
  color: #205AEF;
}

.common-classify-android .content ul li .info .kind {
  display: block;
  font-size: 12px;
  color: #999;
}


.common-classify-android .content ul li .info .star-bar {
  width: 70px;
  height: 12px;
  margin-top: 7px;
  font-size: 0;
  text-align: left;
  background: url(../images/icon-star-h.png) repeat-x left center;
}

.common-classify-android .content ul li .info .star-bar .star {
  display: inline-block;
  height: 12px;
  text-align: left;
  background: url(../images/icon-star-j.png) repeat-x left;
}
.m-coll3 {
	width: 1240px;
	margin: auto;
  margin-top: 2px;
  margin-bottom: 15px;
  padding: 0 0px;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 5px 5px 0px #F2F2F2;
  background: #fff;
}

.m-coll3 .title-tab-more {
	width:1220px;
	margin: auto;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  /* overflow: hidden; */
}

.m-coll3 .title-tab-more .title {
	margin-top: 12px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #222;
  line-height: 40px;
  
}

.m-coll3 .title-tab-more .title i {
  display: inline-block;
  margin-right: 10px;
}

.m-coll3 .title-tab-more .title i.icon-pc1 {
  width: 28px;
  height: 28px;
  vertical-align: -7px;
  background: url(../images/icon-pc.png) no-repeat center;
}

.m-coll3 .title-tab-more .title i.icon-andriod3 {
  width: 27px;
  height: 29px;
  vertical-align: -8px;
  background: url(/style/images/icon-andriod.png) no-repeat center;
}

.m-coll3 .title-tab-more .title i.icon-ios3 {
  width: 21px;
  height: 25px;
  vertical-align: -4px;
  background: url(../images/icon-iphone.png) no-repeat center;
}

.m-coll3 .title-tab-more .title i.icon-zx {
  width: 20px;
  height: 24px;
  vertical-align: -7px;
  background: url(../images/icon-zx.png) no-repeat center;
}

.m-coll3 .title-tab-more .title i.icon-zt {
  width: 25px;
  height: 25px;
  vertical-align: -6px;
  background: url(../images/icon-zt2.png) no-repeat center;
}

.m-coll3 .title-tab-more .title i.icon-zjgx {
  width: 25px;
  height: 25px;
  vertical-align: -6px;
  background: url(../images/icon-zjgx.png) no-repeat center;
}

.m-coll3 .title-tab-more .title i.icon-sydnb {
  width: 31px;
  height: 29px;
  vertical-align: -8px;
  background: url(../images/icon-sydnb.png) no-repeat center;
}

.m-coll3 .title-tab-more .title i.icon-yydnb {
  width: 30px;
  height: 30px;
  vertical-align: -7px;
  background: url(../images/icon-yydnb.png) no-repeat center;
}

.m-coll3 .title-tab-more .more {
  float: right;
  padding:0 10px 0 0;
  font-size: 13px;
  line-height: 60px;
  color: #999;
}

.m-coll3 .title-tab-more .more:hover {
  color: #205AEF;
}

.m-coll3 .title-tab-more .tab {
  float: right;
  margin-top: 10px;
}

.m-coll3 .title-tab-more .tab a {
  display: inline-block;
  width: 100px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #777;
}

.m-coll3 .title-tab-more .tab a:hover {
  color: #205AEF;
}

.m-coll3 .content {
  position: relative;
}

.m-coll3 .content dl {
  display: block;
}

.m-coll3 .content dl+dl {
  border-top: 1px dashed #E5E5E5;
}

.m-coll3 .content dl dt,
.m-coll3 .content dl dd {
  display: block;
  float: left;
  padding: 20px 0;
}

.m-coll3 .content dl dt {
  margin-right: 5px;
}

.m-coll3 .content dl dt p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #222;
}

.m-coll3 .content dl dt p i {
  display: inline-block;
  margin-right: 15px;
}

.m-coll3 .content dl dt p i.icon-1 {
  width: 23px;
  height: 23px;
  vertical-align: -5px;
  background: url(../images/icon-xtrj.png) no-repeat center;
}

.m-coll3 .content dl dt p i.icon-2 {
  width: 24px;
  height: 24px;
  vertical-align: -5px;
  background: url(../images/icon-wlrj.png) no-repeat center;
}

.m-coll3 .content dl dt p i.icon-3 {
  width: 24px;
  height: 18px;
  vertical-align: -3px;

  background: url(../images/icon-txrj.png) no-repeat center;
}

.m-coll3 .content dl dt p i.icon-4 {
  width: 25px;
  height: 23px;
  vertical-align: -5px;
  background: url(../images/icon-yyrj.png) no-repeat center;
}

.m-coll3 .content dl dt p i.icon-5 {
  width: 21px;
  height: 21px;
  vertical-align: -4px;
  background: url(../images/icon-yxyl.png) no-repeat center;
}

.m-coll3 .content dl dt p i.icon-6 {
  width: 22px;
  height: 25px;
  vertical-align: -6px;
  background: url(../images/icon-aqxg.png) no-repeat center;
}

.m-coll3 .content dl dt p i.icon-7 {
  width: 25px;
  height: 23px;
  vertical-align: -5px;
  background: url(../images/icon-hyrj.png) no-repeat center;
}

.m-coll3 .content dl dt a {
  display: inline-block;
  width: 65px;
  font-size: 14px;
  color: #777;
}

.m-coll3 .content dl dt a:hover {
  color: #205AEF;
}

.m-coll3 .content dl dd {
  width: 190px;
  overflow: hidden;
  padding: 20px 10px;
  box-sizing: border-box;
}

.m-coll3 .content dl dd img {
  float: left;
  width: 64px;
  height: 64px;
}

.m-coll3 .content dl dd .info {
  margin-left: 74px;
}

.m-coll3 .content dl dd .info .tt {
  margin-bottom: 7px;
  font-size: 14px;
  /* font-weight: bold; */
  color: #222;
}

.m-coll3 .content dl dd .info .size {
  font-size: 12px;
  color: #999;
}

.m-coll3 .content dl dd .info .star-bar {
  width: 70px;
  height: 12px;
  margin-top: 7px;
  font-size: 0;
  text-align: left;
  background: url(../images/icon-star-h.png) repeat-x left center;
}

.m-coll3 .content dl dd .info .star-bar .star {
  display: inline-block;
  height: 12px;
  text-align: left;
  background: url(../images/icon-star-j.png) repeat-x left;
}

.m-coll3 .content dl dd:hover {
  box-shadow: 0px 3px 17px 0px #E5E5E5;
}

.m-coll3 .content dl dd:hover .info .tt {
  color: #205AEF;
}