.m-coll2 {
  position: relative;
  margin-bottom: 20px;
  font-size: 0;
}

.m-coll2 .m-coll2-left,
.m-coll2 .m-coll2-middle {
  display: inline-block;
  height: 350px;
  padding: 0 10px;
  font-size: 14px;
  vertical-align: top;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-sizing: border-box;
  box-shadow: 0px 3px 3px 0px #F2F2F2;
  background: #fff;
}

.m-coll2 .m-coll2-left {
  width: 300px;
}

.m-coll2 .m-coll2-middle {
  width: 880px;
  margin: 0 0 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(../images/icon-zx.png) no-repeat center;
}

.m-coll2 .hd-title i.icon-hots {
  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, .title-tab-more .more {
  float: right;
  font-size: 13px;
  line-height: 50px;
  color: #999;
}

.m-coll2 .hd-title .more:hover {
  color: #EE6946;
}

.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: #EE6946;
}

.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: #EE6946;
  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: #EE6946;
}

.hot-article-box ul {
  position: relative;
  overflow: hidden;
}

.hot-article-box ul li {
  position: relative;
  margin: 16px 0;
  color: #ddd;
  list-style-type: disc;
  list-style-position: inside;
}

.hot-article-box ul li:hover {
  color: #EE6946;
}

.hot-article-box ul li a {
  display: inline-block;
  width: 92%;
  font-size: 14px;
  vertical-align: top;
  color: #333;
}

.hot-article-box ul li a:hover {
  color: #EE6946;
}

.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: #EE6946;
}

.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,
.latest-topic-box a.item {
  display: block;
  float: left;
  position: relative;
  width: 190px;
  height: 125px;
  margin: 16px 10px 0;
}

.m-coll2 .latest-topic-box a.item img,
.latest-topic-box a.item img {
  width: 100%;
  height: 100%;
}

.m-coll2 .latest-topic-box a.item p,
.latest-topic-box a.item p {
  display: none;
}

.m-coll2 .latest-topic-box a.item:hover p,
.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: 350px;
  overflow: hidden;
  margin-top: 0;
  padding: 10px;
  box-sizing: border-box;
}

.m-coll2 .topic-software-box {
  padding: 10px;
}

.topic-software-box .bg-jianbian {
  content: ".";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  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: #EE6946;
}

.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: #EE6946;
}

.topic-software-box ul:not(:first-of-type) {
  display: none;
}

.topic-software-box .item {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.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: #EE6946;
}

.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: #EE6946;
}

.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: none !important;
}

.common-classify-updates .title-tab-more .tab {
  float: right !important;
  margin-left: 0;
}

.common-classify-updates .title-tab-more .more {
  float: right;
  font-size: 13px;
  line-height: 0px;
  color: #999;
  margin-top: 33px;
  margin-left: 10px;
}

.common-classify-updates .title-tab-more .more:hover {
  color: #EE6946;
}

.common-classify-updates .title-tab-more .tab a {
  display: inline-block;
  min-width: 80px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #666;
  font-size: 15px;
  margin-top: 12px;
  margin-left: 8px;
  padding: 0 15px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #e0e0e0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.common-classify-updates .title-tab-more .tab a:hover {
  color: #EE6946;
  background: #FFF5F2;
  border-color: #EE6946;
}

.common-classify-updates .title-tab-more .tab a.on {
  color: #fff;
  background: #EE6946;
  border: 1px solid #EE6946;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(238, 105, 70, 0.3);
}

.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; */
}

body {
  min-width: 1200px;
  background: #f1f2f6 !important;
  color: #222;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei", 宋体;
  font-size: 12px;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  color: #EE6946;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.f-clearfix::after,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.f-text-overflow1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hr10 {
  height: 20px;
  clear: both;
}

.m-boutique-recommend {
  position: relative;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 3px 0 #f2f2f2;
  padding: 3px 10px;
  margin: 20px 0;
  min-height: 225px;
  box-sizing: border-box;
}

.m-boutique-recommend .sign {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 35px;
  height: 115px;
  padding: 20px 10px 0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  background: url(../images/icon-jptj.png) no-repeat center;
}

.m-boutique-recommend .app_top {
  position: relative;
  height: 132px;
  margin: 20px 0 0;
  padding: 0 0 14px;
  overflow: hidden;
  border: 1px solid #f7f7f7;
}

.m-boutique-recommend .app_top .app_top_in {
  position: absolute;
  left: 0;
  right: 42px;
  bottom: 14px;
  top: 0;
}

.m-boutique-recommend .app_top .arrow01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 146px;
  overflow: hidden;
}

.m-boutique-recommend .app_top .arrow01 a {
  display: block;
  width: 42px;
  height: 72px;
  overflow: hidden;
  cursor: pointer;
  border-left: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  background-image: url(https://pcstyle.kxdw.com/style2023/images/dkcssimg.png);
  background-repeat: no-repeat;
}

.m-boutique-recommend .app_top .arrow01 a.up {
  background-position: -168px -145px;
}

.m-boutique-recommend .app_top .arrow01 a.down {
  background-position: -168px -188px;
}

.m-boutique-recommend .app_top .app_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 132px;
}

.m-boutique-recommend .app_top .app_list li {
  float: left;
  width: 113px;
  height: 112px;
  padding: 20px 10px 0 14px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
}

.m-boutique-recommend .app_top .app_list li a {
  display: block;
  text-align: center;
  color: #333;
}

.m-boutique-recommend .app_top .app_list li img {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 4px 10px;
  border: 1px solid #f9f9f9;
  border-radius: 12px;
}

.m-boutique-recommend .app_top .app_list li p {
  margin: 0;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
}

.m-boutique-recommend .hot_topBox {
  margin: 20px 0;
  overflow: hidden;
}

.m-boutique-recommend .hot_topBox .hot_topItem {
  position: relative;
  height: 38px;
  margin: 0 0 10px;
  padding: 5px 0;
  overflow: hidden;
  border-bottom: 1px dashed #f7f7f7;
  box-sizing: border-box;
}

.m-boutique-recommend .hot_topBox .hot_topItem dl {
  display: flex;
  align-items: center;
  height: 28px;
  margin: 0;
  padding-right: 90px;
  overflow: hidden;
  box-sizing: border-box;
}

.m-boutique-recommend .hot_topBox .hot_topItem dt {
  display: flex;
  align-items: center;
  flex: 0 0 92px;
  height: 28px;
  font-size: 0;
  color: #fff;
}

.m-boutique-recommend .hot_topBox .hot_topItem dt span {
  display: block;
  height: 28px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  border-radius: 4px 0 0 4px;
}

.m-boutique-recommend .hot_topBox .hot_topItem dt i {
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 12px solid transparent;
}

.m-boutique-recommend .hot_topBox .dl_list1 dt span {
  background: #b23333;
}

.m-boutique-recommend .hot_topBox .dl_list1 dt i {
  border-left-color: #b23333;
}

.m-boutique-recommend .hot_topBox .dl_list2 dt span {
  background: #54aede;
}

.m-boutique-recommend .hot_topBox .dl_list2 dt i {
  border-left-color: #54aede;
}

.m-boutique-recommend .hot_topBox .dl_list4 dt span {
  background: #e18847;
}

.m-boutique-recommend .hot_topBox .dl_list4 dt i {
  border-left-color: #e18847;
}

.m-boutique-recommend .hot_topBox .hot_topItem dd {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #ccc;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.m-boutique-recommend .hot_topBox .hot_topItem dd:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 0;
  height: 28px;
  line-height: 28px;
  color: #ccc;
  pointer-events: none;
}

.m-boutique-recommend .hot_topBox .hot_topItem dd a {
  display: block;
  height: 28px;
  padding: 0 6px;
  line-height: 28px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
}

.m-boutique-recommend .hot_topBox .hot_topItem .click_more {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 80px;
  height: 28px;
  line-height: 28px;
  text-align: right;
  color: #999;
}

.m-boutique-recommend .hot_topBox .hot_topItem .click_more i {
  display: inline-block;
  width: 18px;
  height: 20px;
  margin: 0 4px 0 0;
  vertical-align: middle;
  background: url(https://pcstyle.kxdw.com/style2023/images/more.png) no-repeat 0 0 / 100%;
}

.m-boutique-recommend .use-item {
  margin: 10px 0 0;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  white-space: nowrap;
}

.m-boutique-recommend .use-item:last-of-type {
  border-bottom: 0;
}

.m-boutique-recommend .use-item span {
  float: left;
  font-size: 14px;
  color: #222;
  font-weight: 700;
}

.m-boutique-recommend .use-item a {
  font-size: 14px;
  color: #333;
  margin-left: 20px;
}

.m-boutique-recommend .use-item a:hover {
  color: #EE6946;
}

.rec-wrap {
  margin-top: 15px;
  height: auto;
  overflow: hidden;
}

.rec-wrap .c-1 {
  width: 70%;
  float: left;
}

.rec-wrap .c-2 {
  width: 30%;
  float: left;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}

#index-carousel {
  /* width: 780px; */
  height: 360px;
  background: #fff;
  margin: 0;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

#index-carousel>[carousel-item]>* {
  background: #fff;
}

#index-carousel>[carousel-item] {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#index-carousel>[carousel-item]>div {
  display: none;
  height: 360px;
}

#index-carousel>[carousel-item]>div:first-child {
  display: block;
}

#index-carousel>[carousel-item]>div>a {
  display: block;
  position: relative;
  /* width: 780px; */
  height: 360px;
}

#index-carousel img {
  display: block;
  width: 100%;
  height: 100%;
}

#index-carousel>[carousel-item]>* span {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  background: rgba(0, 0, 0, .1);
  font-size: 16px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
}

#index-carousel .index-carousel-arrow {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  background: rgba(0, 0, 0, .05);
  cursor: pointer;
  outline: none;
  z-index: 5;
}

#index-carousel .index-carousel-arrow.prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

#index-carousel .index-carousel-arrow.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#index-carousel .index-carousel-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin: 0 auto;
}

#index-carousel .index-carousel-arrow.prev:before {
  border-right: 10px solid #fff;
  margin-left: 12px;
}

#index-carousel .index-carousel-arrow.next:before {
  border-left: 10px solid #fff;
  margin-left: 12px;
}

#index-carousel:hover .index-carousel-arrow {
  background: rgba(0, 0, 0, .35);
}

#index-carousel .layui-carousel-ind {
  top: -28px;
}

#index-carousel .layui-carousel-ind ul,
#index-carousel .layui-carousel-ind ul:hover {
  background: #fff;
}

#index-carousel .layui-carousel-ind li {
  width: 25px;
  height: 5px;
  border-radius: 0;
  background-color: #e6e6e6;
}

#index-carousel .layui-carousel-ind li.layui-this,
#index-carousel .layui-carousel-ind li:hover {
  background-color: #EE6946;
}

#index-carousel .layui-carousel-arrow {
  margin-top: -45px;
}

.rec-wrap .c-2 .article-list li {
  height: 32px;
  line-height: 32px;
}

.articleNew {
  background: #f9f9f9;
  padding: 10px;
}

.articleNew .title {
  position: relative;
  background: 0 0;
  height: 20px;
  line-height: 20px;
  border-bottom: none;
  margin-top: 8px;
  margin-bottom: 10px;
}

.articleNew .title h5 {
  border-left: 3px solid #EE6946;
  font-size: 16px;
  padding-left: 6px;
  line-height: 20px;
}

.mod .title,
.hd-title,
.title-tab-more {
  border-bottom: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}

.hd-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.hd-title .more {
  float: right;
  font-size: 13px;
  font-weight: 700;
  color: #999;
}

.hd-title .more:hover {
  color: #EE6946;
}

.article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-list li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px dashed #eee;
  overflow: hidden;
}

.article-list li:last-child {
  border-bottom: 0;
}

.article-list a {
  color: #333;
  font-size: 14px;
}

.article-list a:hover {
  color: #EE6946;
}

.m-coll3 {
  margin-top: 20px;
  padding: 0 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0px 3px 3px 0px #F2F2F2;
  background: #fff; 
}

.title-tab-more {
  height: 60px;
  line-height: 60px;
  margin: 0;
}

.title-tab-more .title {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin: 0;
}

.title-tab-more .tab {
  float: right;
  height: 60px;
  line-height: 60px;
}

.title-tab-more .tab a {
  display: inline-block;
  min-width: 80px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #666;
  font-size: 15px;
  margin-top: 12px;
  margin-left: 8px;
  padding: 0 15px;
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease;
}

.title-tab-more .tab a:hover {
  color: #EE6946;
  background: #FFF5F2;
}

.title-tab-more .tab a.on {
  font-weight: 600;
  color: #fff;
  background: #EE6946;
  box-shadow: 0 2px 8px rgba(238, 105, 70, 0.3);
}

.m-coll3 .content dl {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #f2f2f2;
  overflow: hidden;
}

.m-coll3 .content dl:last-child {
  border-bottom: 0;
}

.m-coll3 .content dt {
  float: left;
  width: 220px;
  padding: 20px 0 0 0;
  margin: 0 5px 0 0;
  box-sizing: border-box;
}

.m-coll3 .content dt p {
  margin: 20px 0px 18px 0;
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.m-coll3 .content dt p .more {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #999;
  line-height: 20px;
}

.m-coll3 .content dt p .more:hover {
  color: #EE6946;
}

.m-coll3 .content dt a {
  width: 57px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 8px;
  font-size: 14px;
  color: #777;
}

.m-coll3 .content dt a:hover {
  color: #EE6946;
}

.m-coll3 .content dd {
  float: left;
  width: 187px;
  padding: 20px 0 0 0;
  margin: 0;
  box-sizing: border-box;
}

.m-coll3 .content dd>a {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 3px;
  color: #222;
}

.m-coll3 .content dd>a:hover {
  background: #eef3ff;
  color: #EE6946;
}

.m-coll3 .content dd img {
  width: 64px;
  height: 64px;
  border-radius: 6px;
  background: #fff;
  flex: 0 0 auto;
}

.m-coll3 .content dd .info {
  flex: 1 1 auto;
  min-width: 0;
}

.m-coll3 .content dd .info .tt {
  margin: 0 0 4px;
  font-size: 14px;
  color: #222;
}

.m-coll3 .content dd .info .size {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-bottom: 6px;
}

.common-classify-updates .updates-list .item a:hover {
  color: #EE6946;
}

.common-classify-updates .updates-list .item .cname {
  display: inline-block;
  max-width: 260px;
  vertical-align: middle;
}

.common-classify-updates .updates-list .item .kname {
  display: inline-block;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

.common-classify-updates .updates-list .item .time {
  display: inline-block;
  float: right;
  margin-right: 8px;
  vertical-align: middle;
  color: #999;
}

.common-classify-android .title-tab-more .more,
.common-classify-ios .title-tab-more .more {
  float: right;
  font-size: 13px;
  line-height: 0px;
  color: #999;
  margin-top: 33px;
  margin-left: 10px;
}

.common-classify-android .title-tab-more .more:hover,
.common-classify-ios .title-tab-more .more:hover {
  color: #EE6946;
}

.common-classify-android .title-tab-more .tab a,
.common-classify-ios .title-tab-more .tab a {
  display: inline-block;
  min-width: 80px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #666;
  font-size: 15px;
  margin-top: 12px;
  margin-left: 8px;
  padding: 0 15px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #e0e0e0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.common-classify-android .title-tab-more .tab a:hover,
.common-classify-ios .title-tab-more .tab a:hover {
  color: #EE6946;
  background: #FFF5F2;
  border-color: #EE6946;
}

.common-classify-android .title-tab-more .tab a.on,
.common-classify-ios .title-tab-more .tab a.on {
  color: #fff;
  background: #EE6946;
  border: 1px solid #EE6946;
  border-radius: 6px;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(238, 105, 70, 0.3);
}

.common-classify-pc .title-tab-more .tab a {
  display: inline-block;
  min-width: 80px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #666;
  font-size: 15px;
  margin-top: 12px;
  margin-left: 8px;
  padding: 0 15px;
  border-radius: 6px;
  background: transparent;
  border: 1px solid #e0e0e0;
  font-weight: 400;
  transition: all 0.3s ease;
}

.common-classify-pc .title-tab-more .tab a:hover {
  color: #EE6946;
  background: #FFF5F2;
  border-color: #EE6946;
}

.common-classify-pc .content .star-bar {
  display: block;
  width: 70px;
  height: 12px;
  margin-top: 6px;
  font-size: 0;
  text-align: left;
  background: url(../images/icon-star-h.png) repeat-x left center;
}

.common-classify-pc .content .star-bar .star {
  display: inline-block;
  height: 12px;
  background: url(../images/icon-star-j.png) repeat-x left center;
}

.common-classify-android .content ul,
.common-classify-ios .content ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}

.common-classify-android .content ul:not(.on),
.common-classify-ios .content ul:not(.on) {
  display: none;
}

.common-classify-android .content ul.on,
.common-classify-ios .content ul.on {
  display: block;
}

.common-classify-android .content ul {
  font-size: 0;
}

.common-classify-android .content ul li {
  display: block;
  float: left;
  width: 16.6667%;
  height: 116px;
  padding: 25px 10px;
  box-sizing: border-box;
  border-right: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}

.linkBar h5 .more {
  float: right;
  font-size: 13px;
  line-height: 20px;
  color: #999;
  margin-top: 4px;
  margin-left: 10px;
}

.linkBar h5 .more:hover {
  color: #EE6946;
}

.common-classify-android .content ul li:nth-child(6n) {
  border-right: 0;
}

.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: 64px;
  height: 64px;
}

.common-classify-android .content ul li .info {
  float: left;
  width: calc(100% - 74px);
  margin-left: 10px;
  min-width: 0;
}

.common-classify-android .content ul li .info .tt {
  display: block;
  margin: 0 0 7px;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-classify-android .content ul li .info .kind {
  display: block;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-classify-android .content ul li .info .kind:hover {
  color: #EE6946;
}

.common-classify-android .content ul li .star-bar {
  display: block;
  width: 70px;
  height: 12px;
  margin-top: 7px;
  font-size: 0;
  background: url(../images/icon-star-h.png) repeat-x left center;
}

.common-classify-android .content ul li .star-bar .star {
  display: inline-block;
  height: 12px;
  background: url(../images/icon-star-j.png) repeat-x left center;
}

.common-classify-ios .content ul {
  font-size: 12px;
}

.common-classify-ios .content ul li {
  display: block;
  float: left;
  width: 145px;
  height: 155px;
  padding: 25px 20px;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
}

.common-classify-ios .content ul li:nth-child(8n) {
  border-right: 0;
}

.common-classify-ios .content ul li>a:first-child {
  display: block;
  color: #222;
}

.common-classify-ios .content ul li>a:first-child:hover {
  color: #EE6946;
}

.common-classify-ios .content ul li img {
  width: 64px;
  height: 64px;
}

.common-classify-ios .content ul li p.tt {
  display: block;
  margin: 2px 0;
  font-size: 14px;
  color: #222;
  text-align: center;
}

.common-classify-ios .content ul li a.kind {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: center;
}

.common-classify-ios .content ul li a.kind:hover {
  color: #EE6946;
}

.common-classify-ios-app .content ul {
  font-size: 0;
}

.common-classify-ios-app .content ul li {
  display: block;
  float: left;
  width: 16.6667%;
  height: 116px;
  padding: 25px 10px;
  box-sizing: border-box;
  border-right: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  text-align: left;
}

.common-classify-ios-app .content ul li:nth-child(6n) {
  border-right: 0;
}

.common-classify-ios-app .content ul li .img-box {
  display: block;
  float: left;
  width: 64px;
  height: 64px;
}

.common-classify-ios-app .content ul li .img-box img {
  width: 64px;
  height: 64px;
}

.common-classify-ios-app .content ul li .info {
  float: left;
  width: calc(100% - 74px);
  margin-left: 10px;
  min-width: 0;
}

.common-classify-ios-app .content ul li .info .tt {
  display: block;
  margin: 0 0 7px;
  font-size: 14px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-classify-ios-app .content ul li .info .kind {
  display: block;
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-classify-ios-app .content ul li .star-bar {
  display: block;
  width: 70px;
  height: 12px;
  margin-top: 7px;
  font-size: 0;
  background: url(../images/icon-star-h.png) repeat-x left center;
}

.common-classify-ios-app .content ul li .star-bar .star {
  display: inline-block;
  height: 12px;
  background: url(../images/icon-star-j.png) repeat-x left center;
}
/*====友情链接====*/
.linkBar{margin-top:15px;padding:15px 0;background:#f9f9f9;overflow:hidden}
.linkBar h5{width:100%;margin-bottom:15px;font-size:18px;color:#333;padding-bottom:8px;border-bottom: 1px solid #efefef;overflow:hidden}
.linkBar h5 i{font-size:20px;margin-right:8px}
.linkBar h5 span{float:right;font-size:14px;color:#666}
.linkBar a{float:left;margin-right:20px;line-height:30px;color:#333}