em,
i,
u,
s,
b,
strong {
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

.m-coll,
.m-coll4 {
  position: relative;
  height: auto;
  overflow: hidden;
}

.m-coll4 {
  position: relative;
  margin-top: 16px;
  height: auto;
  overflow: hidden;
}

.m-coll {
  margin-top: 16px;
}

.m-coll4 {
  padding: 12px 20px;
  box-sizing: border-box;
}

.m-coll .m-coll-item,
.m-coll4 .m-coll-item {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
}

.m-zt-menu {
  position: relative;
  width: 208px;
  height: 1110px;
  background: #eee;
}

.m-zt-menu .item {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.m-zt-menu .item.z-cur {
  font-weight: bold;
  font-size: 18px;
  color: #4182e1;
  background: #fff;
}

.m-zt-menu-item {
  width: 985px;
  box-sizing: border-box;
  padding: 0 16px;
  padding-top: 4px;
}

.m-zt-menu-item dl {
  width: 100%;
  margin-bottom: 16px;
}

.m-zt-menu-item dl dt {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 45px;
  font-weight: bold;
  text-align: left;
  color: #333;
  border-bottom: 2px dashed #999;
}

.m-zt-menu-item dl dt .more {
  float: right;
  font-size: 14px;
}

.m-zt-menu-item dl dd {
  position: relative;
  width: 100%;
  font-size: 0;
}

.m-zt-menu-item dl dd .item {
  display: inline-block;
  width: 20%;
  padding: 10px 10px 0;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
}

/* .m-zt-menu-item dl dd .item:hover {
  transform: translate(0px, -2px);
  box-shadow: 0px 4px 15px 0px rgb(0 46 87 / 15%);
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
} */

.m-zt-menu-item dl dd .item img {
  width: 150px;
  height: 85px;
  margin: auto;
  padding: 0;
}

.m-zt-menu-item dl dd .item .tt {
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}

.m-coll4 .m-coll-item {
  width: 48%;
  margin-top: 10px;
}

.m-coll4 .m-new-zt {
  margin-right: 3%;
}

.m-coll4 .m-coll-item .title {
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-weight: bolder;
  font-size: 24px;
  text-indent: 14px;
  border-bottom: 1px solid #ebedf0;
  margin-bottom: 10px;
}

.m-coll4 .m-coll-item .title::before {
  content: ".";
  position: absolute;
  font-size: 0;
  display: block;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background: linear-gradient(271deg, #4285e3 0%, #57c2ff);
}

.m-coll4 .m-coll-item .item {
  display: block;
  width: 100%;
  height: 134px;
  margin-top: 14px;
  box-sizing: border-box;
  padding: 12px;
}

.m-coll4 .m-coll-item .item:hover {
  transform: translate(0px, -2px);
  box-shadow: 0px 4px 15px 0px rgb(0 46 87 / 15%);
  background: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.m-coll4 .m-coll-item .item .img-box {
  display: inline-block;
  width: 200px;
  height: 100%;
}

.m-coll4 .m-coll-item .item .img-box img {
  width: 100%;
  height: 100%;
}

.m-coll4 .m-coll-item .item .info {
  display: inline-block;
  margin-left: 15px;
  width: 59%;
  height: 100%;
  vertical-align: top;
}

.m-coll4 .m-coll-item .item .info .tt {
  display: block;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  padding-top: 5px;
}

.m-coll4 .m-coll-item .item .info .txt {
  font-size: 14px;
  line-height: 20px;
  display: block;
  display: -webkit-box;
  height: 60px;
  width: 100%;
  margin-top: 10px;
  /* border: 1px solid green; */
  padding-top: 12px;
}

.m-specinfo {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.m-specinfo .img {
  float: left;
  width: 300px;
  height: 170px;
  display: block;
}

.m-specinfo .info,
.m-specinfo .intro {
  margin-left: 335px;
}

.m-specinfo .info .tt,
.m-specinfo .intro .tt {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}

.m-specinfo .info .txt,
.m-specinfo .intro .txt {
  font-size: 14px;
  line-height: 24px;
}

.m-specinfo .intro .tt {
  display: inline-block;
  max-width: 466px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.m-specinfo .intro span {
  vertical-align: middle;
  font-size: 18px;
  line-height: 32px;
  margin-left: 15px;
  float: right;
}

.specinfo .text .intro span:last-child {
  float: right;
  vertical-align: top;
  margin-top: 5px;
}

.m-specinfo .intro span i {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: top;
  background-size: 50%;
}

.m-specinfo .intro .txt {
  height: 92px;
}

.m-specinfo .intro .txt p {
  height: 72px;
  overflow: auto;
  word-break: break-all;
}

.m-specinfo .intro span i.mulu {
  background: url(../images/sign_mulu.png) no-repeat center;
}

.m-specinfo .intro span i.date {
  background: url(../images/sign_date.png) no-repeat center;
}

.m-specinfo .intro .sign-collection {
  height: 48px;
}

.m-specinfo .intro .sign-collection .tit,
.m-specinfo .intro .sign-collection .sign-box {
  display: inline-block;
  height: 48px;
  font-size: 14px;
  overflow: hidden;
}

.m-specinfo .intro .sign-collection .sign-box {
  width: 682px;
  margin-left: 10px;
}

.m-specinfo .intro .sign-collection .sign-box a {
  margin-right: 10px;
  white-space: nowrap;
  color: #008EE1;
}

.m-specinfo .intro .sign-collection .sign-box a:nth-child(2n) {
  color: #fa7a53;
}

.m-specinfo .intro .sign-collection .sign-box a:nth-child(3n) {
  color: #86c91c;
}

.common-classify-ztxg .item {
  width: 362px;
  height: 240px;
  /* border: 1px solid red; */
  float: left;
  position: relative;
  color: #838383;
  margin: 30px 33px 10px 0;
  background: url(../images/bg_case_f.png) center bottom no-repeat;
  background-size: 100%;

}

.common-classify-ztxg .item p {
  width: 317px;
  height: 198px;
  /* border: 1px solid green; */
  padding: 20px 20px 13px 25px;
  position: absolute;
  left: 0;
  bottom: 14px;
  opacity: 1;
  background: url(../images/listbg.gif) 0 bottom no-repeat;
  background-size: 100%;

}

.common-classify-ztxg .item i strong,
.common-classify-ztxg .item s a,
.common-classify-ztxg .item i {
  display: block;
}

.common-classify-ztxg .item a.img-box {
  display: block;
  width: 90px;
  height: 90px;
  float: right;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  overflow: hidden;
}

.common-classify-ztxg .item img {
  width: 100%;
  height: 100%;
}

/* .common-classify-ztxg .item .ewm {
  display: none;
  width: 90px;
  height: 90px;
  border-radius: 0;
  position: absolute;
  left: 264px;
  top: 20px;
  border-radius: 0;
} */

/* .common-classify-ztxg .item.hover .ewm {
  display: block;
} */

.common-classify-ztxg .item i a strong {
  font-size: 16px;
  font-weight: bold;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  color: #4182e1;
  margin-bottom: 4px;
  cursor: pointer;
}

.common-classify-ztxg .item i {
  font-size: 13px;
  width: 238px;
}

.common-classify-ztxg .item i span {
  float: left;
  display: block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  padding-left: 20px;
  font-size: 13px;
}

.common-classify-ztxg .item i span.time {
  width: 200px;
  background: url(../images/kicon.gif) 0 5px no-repeat;
}

.common-classify-ztxg .item span.bb {
  background: url(../images/kicon.gif) 0 -16px no-repeat;
}

.common-classify-ztxg .item span.size {
  background: url(../images/kicon.gif) 0 -38px no-repeat;
}

.common-classify-ztxg .item span.lan {
  background: url(../images/kicon.gif) 0 -60px no-repeat;
}

.common-classify-ztxg .item span.zan {
  background: url(../images/kicon.gif) 0 -83px no-repeat;
}


.common-classify-ztxg .item s a {
  width: 60px;
  height: 30px;
  color: #fff;
  background: #f69600;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  font-size: 14px;
  position: absolute;
  top: 70px;
  right: 20px;
}

.common-classify-ztxg .item.hover s a,
.common-classify-ztxg .item s a:hover {
  background: #f69600;
  text-decoration: none;
  border: 0;
}

.common-classify-ztxg .item em {
  display: block;
  display: -webkit-box;
  clear: both;
  height: 75px;
  overflow: hidden;
  font-size: 12px;
  line-height: 2;
}

.common-classify-ztxg .item em font {
  font-weight: bold;
  color: #f60;
  margin-right: 5px;
  font-size: 12px;
}

.common-classify-ztxg .item.item0 i span,
.common-classify-ztxg .item.item1 i span,
.common-classify-ztxg .item.item2 i span {
  width: 66px;
}

.common-classify-ztxg .item.item0 i,
.common-classify-ztxg .item.item1 i,
.common-classify-ztxg .item.item2 i {
  padding-left: 45px;
  width: 176px;
  overflow: hidden;
  margin-bottom: 3px;
  /* border: 1px solid; */
}

.common-classify-ztxg .item.item0 u,
.common-classify-ztxg .item.item1 u,
.common-classify-ztxg .item.item2 u {
  display: block;
  background: url(../images/zlist.gif) 0 -114px no-repeat;
  width: 112px;
  height: 90px;
  position: absolute;
  top: -5px;
  left: -6px;
}

.common-classify-ztxg .item.item1 u {
  background-position: 0 0;
}

.common-classify-ztxg .item.item2 u {
  background-position: 0 -225px;
}

.common-classify-ztxg .item.item0 span.time,
.common-classify-ztxg .item.item1 span.time,
.common-classify-ztxg .item.item2 span.time {
  display: block;
  width: 150px;
}

.common-classify-ztxg .item.item0 i strong,
.common-classify-ztxg .item.item1 i strong,
.common-classify-ztxg .item.item2 i strong {
  padding-left: 5px;
}

.common-classify-ztxg .item p u {
  display: block;
  width: 23px;
  height: 48px;
  background: url(../images/azk.gif) -4px -119px no-repeat;
  position: absolute;
  color: #fff;
  text-align: center;
  padding: 20px 0 0 0;
  line-height: 15px;
  top: -18px;
  left: 0;
}

.common-classify-ztxg .item:nth-child(3n) {
  margin-right: 0;
}

.common-classify-ztpj .comment-list {
  margin-top: 10px;
}

.common-classify-ztpj dl>* {
  padding-left: 48px;
}

.common-classify-ztpj .comment-list {
  position: relative;
}

.common-classify-ztpj .comment-list .tt {
  margin-bottom: 16px;
  padding-left: 2px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  color: #676767;
  border-bottom: 2px solid #4285e3;
}

.common-classify-ztpj .comment-list dt {
  position: relative;
  padding-top: 8px;
  line-height: 24px;
  color: #999;
  zoom: 1;
}

.common-classify-ztpj .comment-list dt>img {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.common-classify-ztpj .comment-list dt b {
  font-weight: 400;
}

.common-classify-ztpj .comment-list dt em {
  position: absolute;
  right: 0;
  color: #999;
  margin-top: 25px;
}

.common-classify-ztpj .comment-list dt em .praise {
  display: inline-block;
  width: 30px;
  height: 25px;
  vertical-align: bottom;
  background: url(../images/icon-ding.png) no-repeat center;
}

.common-classify-ztpj .comment-list dd {
  line-height: 1.5;
  margin-bottom: 10px;
}

.common-classify-relevant .relevant-list {
  position: relative;
  width: 1160px;
  height: 170px;
  overflow: hidden;
  margin: 15px auto;
}

.common-classify-relevant .relevant-list .tempWrap {
  width: 1160px !important;
}

.common-classify-relevant .relevant-list li {
  float: left;
  width: 248px;
  margin-left: 10px;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  position: relative;
}

.common-classify-relevant .relevant-list li .img-box {
  display: inline-block;
  width: 100%;
  height: 170px;
}

.common-classify-relevant .relevant-list li .img-box img {
  width: 100%;
  height: 100%;
}

.common-classify-relevant .relevant-list li .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  font-size: 16px;
  line-height: 32px;
}

.common-classify-relevant .relevant-list .tt a {
  color: #fff;
}

.common-classify-article .article-list {
  font-size: 0;
  margin-bottom: 10px;
}

.common-classify-article .article-list li {
  float: left;
  width: 25%;
  /* margin: 10px 0; */
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  text-align: left;
  list-style: disc inside;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 15px 0 5px;
}

.common-classify-recommend .recommend-list {
  font-size: 0;
  margin: 20px 0 10px;
}

.common-classify-recommend .recommend-list li {
  display: inline-block;
  width: 232px;
  box-sizing: border-box;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  margin-right: -1px;
  margin-bottom: -1px;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
}
.common-classify-recommend .recommend-list li a{
  line-height: 28px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 190px;
  text-align: left;
}

.m-left,
.m-right {
  display: inline-block;
  vertical-align: top;
  margin-top: 16px;
}

.m-left {
  width: 786px;
  min-height: 1000px;
  padding: 20px;
  box-sizing: border-box;
}

.m-right {
  float: right;
  width: 376px;
}

.m-right .m-right-item {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  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 rgb(209 204 255 / 12%);
  background: #ffffff;
}

.m-right .m-right-item .tagsbox {
  max-height: 278px;
  overflow: hidden;
}

.tags-software-list .u-tab {
  height: 40px;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 36px;
  color: #969799;
  border-bottom: 1px solid #ebedf0;
}

.tags-software-list .u-tab .u-tab-item {
  display: inline-block;
  width: auto;
  height: 100%;
  margin-right: 15px;
  padding: 0 5px;
  color: #969799;
}

.tags-software-list .u-tab .u-tab-item.z-cur {
  color: #4182E1;
  font-weight: bold;
  border-bottom: 2px solid #4182E1;
}

.tags-software-list .list .item {
  position: relative;
  padding: 20px 10px;
}

.tags-software-list .list .item .img-box {
  display: inline-block;
  width: 75px;
  height: 75px;
  vertical-align: top;
}

.tags-software-list .list .item .img-box img {
  width: 100%;
  height: auto;
}

.tags-software-list .list .item .item-info {
  display: inline-block;
  vertical-align: top;
  width: 626px;
  margin-left: 16px;
}

.tags-software-list .list .item .item-info .title {
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: 83%;
}

.tags-software-list .list .item .item-info p {
  margin: 10px 0;
}

.tags-software-list .list .item .item-info span {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 12px;
}

.tags-software-list .list .item .item-info p.intro {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  margin-top: 8px;
}

.tags-software-list .list .item .item-info .look {
  display: inline-block;
  padding: 8px 15px;
  color: #fff;
  position: absolute;
  font-size: 14px;
  top: 28px;
  right: 15px;
  background: #4182E1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.tags-software-list .more {
  margin: 30px auto;
  line-height: 40px;
  font-size: 14px;
  border: 1px solid #d3d3d3;
  width: 500px;
  text-align: center;
}

.m-right .week-rank-list .m-rank-list {
  margin-top: 15px;
}


.m-right .week-rank-list .m-rank-list .item.z-cur .info {
  width: 195px;
}

.new-m-coll2 {
  width: 1200px;
  margin-top: 16px;
  padding: 12px 20px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.new-m-coll2 .special_box {
  margin-top: 20px;
  display: flex;
  position: relative;
}

.new-m-coll2 .special_box .box_img {
  width: 500px;
  height: 250px;
}

.new-m-coll2 .special_box .box_info {
  width: 630px;
  margin-left: 30px;
}

.new-m-coll2 .special_box .box_info .tt {
  width: 580px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new-m-coll2 .special_box .box_info .txt {
  width: 100%;
  max-height: 103px;
  margin-bottom: 13px;
  overflow-y: auto;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.new-m-coll2 .special_box .box_info .txt::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
  background-color: transparent;
}

.new-m-coll2 .special_box .box_info .txt::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  background-color: #ddd;
}

.new-m-coll2 .special_box .box_tj {
  margin-bottom: 6px;
  display: flex;
}

.new-m-coll2 .special_box .box_tj > span {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #444;
  display: inline-block;
  width: 100px;
}

.new-m-coll2 .special_box .box_tj .tj_list {
  flex: 1 1;
}

.new-m-coll2 .special_box .box_tj .tj_list a {
  display: inline-block;
  padding: 0px 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #EAEAEA;
  border-radius: 25px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  max-width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.new-m-coll2 .special_box .box_tj .tj_list a:nth-child(1) {
  color: #4d90ba;
  border-color: #4d90ba;
}

.new-m-coll2 .special_box .box_tj .tj_list a:nth-child(2) {
  color: #660033;
  border-color: #660033;
}

.new-m-coll2 .special_box .box_tj .tj_list a:nth-child(3) {
  color: #008800;
  border-color: #008800;
}

.new-m-coll2 .special_box .box_tj .tj_list a:nth-child(4) {
  color: #966de1;
  border-color: #966de1;
}

.new-m-coll2 .special_box .box_tj .tj_list a:nth-child(5) {
  color: #5bc3af;
  border-color: #5bc3af;
}

.new-m-coll2 .special_box .box_tj .tj_list a:nth-child(6) {
  color: #ff7573;
  border-color: #ff7573;
}

.new-m-coll2 .special_box .box_time {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
}

.new-m-coll2 .special_box .box_time span {
  display: inline-block;
  color: #999;
  line-height: 20px;
  margin-right: 30px;
  padding-left: 28px;
  background: url(../images/uptime.png) no-repeat;
  display: flex;
  align-items: center;
}

.new-m-coll2 .special_box .box_time .update {
  background-position: -3px -5px;
}

.new-m-coll2 .special_box .box_time .nums {
  background-position: 2px -27px;
}

.new-m-coll2 .special_box .box_time .nums em {
  margin: 0 6px;
  font-weight: bold;
  color: #ff0000;
}


.user,
.back {
  background: url(../images/zt/mydzc.png) no-repeat;
  cursor: pointer;
  z-index: 10;
}

.user {
  position: fixed;
  right: 30px;
  top: 306px;
  width: 72px;
  height: 214px;
  bottom: 322px;
}
.user a {
  display: block;
  height: 72px;
}
.user a:hover {
  background: url(../images/zt/mydzchove.png) no-repeat;
}
.user a.soulv {
  cursor: pointer;
}
.user a.qq:hover {
  background-position: 0 -72px;
}
.user a.usefk:hover {
  background-position: 0 -144px;
}
.user .soflvbox {
  position: absolute;
  border: 1px solid #0199dc;
  border-radius: 5px;
  width: 310px;
  padding: 10px 20px;
  height: 130px;
  background: #fff;
  left: -370px;
  top: -40px;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  display: none;
}
.user .soflvbox:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 15px;
  right: -9px;
  top: 66px;
  background: url(../images/zt/souljt.png) no-repeat;
}
.user .soflvbox span {
  color: #0199dc;
  font-size: 14px;
}
.user .soflvbox p {
  text-align: right;
  cursor: pointer;
}
.user .usefkFc {
  position: absolute;
  border: 1px solid #0199dc;
  border-radius: 5px;
  width: 198px;
  padding: 10px 20px;
  height: 60px;
  background: #fff;
  left: -260px;
  top: 145px;
  font-size: 12px;
  line-height: 22px;
  color: #999;
  display: none;
}
.user .usefkFc:after {
  content: " ";
  position: absolute;
  width: 12px;
  height: 15px;
  right: -9px;
  top: 25px;
  background: url(../images/zt/souljt.png) no-repeat;
}
.user .usefkFc span {
  color: #0199dc;
  font-size: 14px;
}
.user .usefkFc p {
  text-align: right;
  cursor: pointer;
}

.back {
  width: 72px;
  height: 72px;
  background-position: 0 -215px;
  bottom: 250px;
  position: fixed;
  right: 30px;
  top: 520px;
}
.back:hover {
  background: url(../images/zt/mydzchove.png) no-repeat 0 -215px;
}