body {
  background: #f7f9fc;
  color: #222222;
  font-family: "Microsoft Yahei", sans-serif;
}

a {
  color: #333333;
  text-decoration: none;
}

ul {
  list-style: none;
}

.hide {
  display: none !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.box-style {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 24px 0 rgba(209, 204, 255, 0.12);
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.hd-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.hd-title h3 {
  float: left;
  color: #1d1d1d;
  font-weight: bold;
  font-size: 18px;
}

.hd-title a {
  float: right;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 24px;
}

.hd-title a:hover {
  color: #0598fa;
}

.soft-icon {
  position: relative;
}

.soft-icon-hover {
  position: absolute;
  top: -26px;
  left: -10px;
  z-index: 0;
  width: var(--size);
  height: var(--size);
  border-radius: 55px;
  background-color: var(--color);
  background-image: var(--img);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  filter: blur(20px) opacity(70%);
  transition: transform 0.3s ease-in-out;
  transition-delay: 0.05s;
  transform: scale(0) translateX(-50%);
  --size: 83px;
}

header nav ul li > a {
  width: 119px;
}

.g-main {
  margin-top: 20px;
}

.m-box1 {
  position: relative;
  margin-bottom: 15px;
}

.m-box1 li {
  position: relative;
  float: left;
  box-sizing: border-box;
  margin-top: 10px;
  margin-right: 12px;
  width: 105px;
  transition:
    transform 0.3s ease-in-out,
    translateY 0.3s ease-in-out,
    box-shadow 0.3s ease-in-out;
}

.m-box1 li:nth-child(10n) {
  margin-right: 0;
}

.m-box1 li a {
  display: block;
  color: #222222;
  text-align: center;
  font-size: 14px;
  transition: color 0.2s linear;
}

.m-box1 li img {
  width: 62px;
  height: 62px;
  border-radius: 15px;
  vertical-align: middle;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}

.m-box1 li .soft-name {
  overflow: hidden;
  margin-top: 5px;
  width: 100px;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
}

.m-rec-sw .icon-jp{
  width: 64px;
  height: 64px;
  background: url(https://res.njxzwh.com/pcsoft/img_index/icon-jp.png) no-repeat center;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
}

.m-rec-sw .use-item {
  overflow: hidden;
  box-sizing: border-box;
  height: 40px;
  text-align: left;
  line-height: 40px;
}

.m-rec-sw .use-item span {
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}

.m-rec-sw .use-item span i {
  display: inline-block;
  margin-left: 10px;
  width: 7px;
  height: 11px;
  background: url(https://res.njxzwh.com/pcsoft/img_index/icon-use-tj.png) no-repeat center;
  vertical-align: middle;
}

.m-rec-sw .use-item a {
  margin-left: 20px;
  color: #333333;
  font-size: 14px;
}

.m-rec-sw .use-item a:hover {
  color: #0598fa;
}

.m-box1 li a .soft-icon .soft-icon-hover {
  top: -26px;
  left: -10px;
}

.m-box1 li a:hover .soft-icon-hover {
  transform: scale(1);
}

.m-box1 li a:hover img {
  transform: scale(1.1);
}

.m-box1 li:hover .soft-name {
  color: #0598fa;
}

.m-mix-box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 0;
}

.m-mix-box .m-mix-left,
.m-mix-box .m-mix-right {
  width: 320px;
  font-size: 14px;
}

.m-mix-box .m-mix-middle {
  position: relative;
  overflow: hidden;
  width: 520px;
}

.m-mix-box .m-banner-box {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 330px;
}

.m-mix-box .m-banner-box .hd {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 50;
  overflow: hidden;
  height: 45px;
  text-align: center;
}

.m-mix-box .m-banner-box .hd ul {
  margin-top: 19px;
  width: 100%;
}

.m-mix-box .m-banner-box .hd ul li {
  display: inline-block;
  margin-right: 2px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  text-align: center;
  line-height: 14px;
  cursor: pointer;
  cursor: pointer;
}

.m-mix-box .m-banner-box .hd ul li.on {
  width: 35px;
  background: #0598fa;
}

.m-mix-box .m-banner-box .bd {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-mix-box .m-banner-box .bd li {
  overflow: hidden;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  zoom: 1;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-mix-box .m-banner-box .bd .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  overflow: hidden;
  width: 100%;
  height: 330px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: #ffffff;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.m-mix-box .m-banner-box .img-box img {
  overflow: hidden;
  width: auto;
  height: 100%;
}

.m-mix-box .m-banner-box .img-box img:hover {
  -webkit-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.m-mix-box .m-banner-box .bd .img-box .tt {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 10px;
  padding-right: 200px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-indent: 10px;
  font-size: 14px;
  line-height: 45px;
}

.m-mix-box .m-banner-box .prev,
.m-mix-box .m-banner-box .next {
  position: absolute;
  top: 50%;
  left: 3%;
  display: block;
  margin-top: -25px;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.m-mix-box .m-banner-box .next {
  right: 3%;
  left: auto;
  background-position: 8px 5px;
}

.m-mix-box .m-banner-box .prev:hover,
.m-mix-box .m-banner-box .next:hover {
  opacity: 1;
}

.m-mix-box .m-mix-middle .sw-column {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li {
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li::after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -2.5px;
  width: 4px;
  height: 4px;
  border: 1px solid #ffff;
  border-radius: 50%;
  background: #e4e4e4;
  content: "";
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li span {
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
  color: #2c2c2c;
  font-size: 16px;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li:nth-child(4) {
  margin-right: 0;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li.on span {
  position: relative;
  background: #0598fa;
  color: #ffffff;
  font-weight: 700;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li.on {
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid #0598fa;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li.on::after {
  bottom: -5px;
  margin-left: -3px;
  border: 2px solid #ffffff;
  background: #0598fa;
}

.m-mix-box .m-mix-middle .sw-column .sw-column-tab li.on span::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #0598fa transparent transparent transparent;
  content: "";
}

.m-mix-box .m-mix-middle .sw-column .redSoft {
  display: block;
  margin-top: 20px;
  color: #ff4542;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
}

.m-mix-box .m-mix-middle .sw-column .list ul {
  padding-top: 5px;
}

.m-mix-box .m-mix-middle .sw-column .list ul li {
  margin-top: 11px;
}

.m-mix-box .m-mix-middle .sw-column .list ul li span {
  display: block;
}

.m-mix-box .m-mix-middle .sw-column .list ul li .classification {
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
  width: 56px;
  color: #878787;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 14px;
}

.m-mix-box .m-mix-middle .sw-column .list .software {
  display: inline-block;
  padding-left: 8px;
  border-left: 1px solid #dddddd;
  vertical-align: middle;
}

.m-mix-box .m-mix-middle .sw-column .list .software img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

/* .m-mix-box .m-mix-middle .sw-column .list .software span {
    width: 20px;
    height: 20px;
    font-size: 14px;
    color: #2c2c2c;
    vertical-align: middle;
} */

.m-mix-box .m-mix-middle .sw-column .list ul li span.pull-left a:nth-child(3) {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mix-box .m-mix-middle .sw-column .list ul li .time {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 20px;
}

.m-mix-box .m-mix-middle .sw-column .list ul li .time.red {
  color: #ff4542 !important;
}

.m-mix-box .m-mix-left .m-latestnews-box {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 15px;
  height: 82px;
  border-bottom: 1px dashed #cccccc;
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news dt {
  float: left;
  overflow: hidden;
  width: 120px;
  height: 67px;
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news dt a,
.m-mix-box .m-mix-left .m-latestnews-box .first-news dt a img {
  display: block;
  width: 100%;
  height: 100%;
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news:hover dt img {
  -webkit-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news dd {
  float: right;
  overflow: hidden;
  padding-left: 10px;
  width: 150px;
  height: auto;
  font-family: "Microsoft YaHei";
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news dd a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 26px;
  color: #2a2a2a;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news:hover dd a {
  color: #0598fa;
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news dd a:before {
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 3px;
  background-color: #0598fa;
  content: "";
}

.m-mix-box .m-mix-left .m-latestnews-box .first-news dd p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  -webkit-line-clamp: 2;
}

.m-mix-box .m-mix-left .m-latestnews-box ul li {
  position: relative;
  margin: 12px 0;
  color: #dddddd;
  list-style-position: inside;
  list-style-type: disc;
}

.m-mix-box .m-mix-left .m-latestnews-box ul li:last-child {
  margin-bottom: 0;
}

.m-mix-box .m-mix-left .m-latestnews-box ul li a {
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
  width: 200px;
  color: #222222;
  vertical-align: top;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mix-box .m-mix-left .m-latestnews-box ul li span {
  display: inline-block;
  margin-left: 15px;
  color: #5e5e5e;
  vertical-align: top;
  font-size: 12px;
}

.m-mix-box .m-mix-left .m-latestnews-box ul li:hover,
.m-mix-box .m-mix-left .m-latestnews-box ul li:hover a {
  color: #0598fa;
}

.m-mix-box .m-mix-left .sw-classify {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
}

.m-mix-box .m-mix-left .sw-classify .item {
  display: block;
  height: 150px;
  margin-left: -20px;
  margin-right: -20px;
  box-sizing: border-box;
  padding: 15px 20px 15px 50px;
}

.m-mix-box .m-mix-left .sw-classify .item + .item{
  border-top: 1px dashed #eee;
}

.m-mix-box .m-mix-left .sw-classify .item .item-tt {
  position: absolute;
    left: -20px;
    width: 35px;
    height: 120px;
    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; */
    background: #0598fa;
}

.m-mix-box .m-mix-left .sw-classify .item .item-tt em{
  display: block;
  width: 20px;
  height: auto;
  font-size: 16px;
  line-height: 20px;
  margin-left: 7px;
  margin-top: 20px;
  /* color: #0598fa; */
  color: #fff;
}

.m-mix-box .m-mix-left .sw-classify .item .item-list {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-mix-box .m-mix-left .sw-classify .item .item-list a {
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  width: 82px;
  height: 35px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 35px;

}

.m-mix-box .m-mix-left .sw-classify .item .item-list a:hover{
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #0598fa;
}

.m-mix-box .m-mix-right .m-ranking-container {
  padding: 0;
  width: 100%;
  border: 0;
}

.m-mix-box .m-mix-right .m-ranking-container .rank-item .item-info p {
  width: 180px;
}

.m-mix-box .m-mix-right .latest-topic {
  position: relative;
  box-sizing: border-box;
  margin-top: 20px;
}

.m-mix-box .m-mix-right .latest-topic .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m-mix-box .m-mix-right .latest-topic .content .item {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  width: 135px;
  height: 82px;
}

.m-mix-box .m-mix-right .latest-topic .content .item img {
  width: 100%;
  height: 100%;
}

.m-mix-box .m-mix-right .latest-topic .content .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.m-mix-box .m-mix-right .latest-topic .content .item p {
  display: none;
}

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

.m-coll-box {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
}

.m-coll-box .u-tab {
  position: relative;
  z-index: 0;
  margin-top: 15px;
  padding: 0 15px;
  height: 110px;
  box-shadow: 0 0 7px 2px #cccccc;
  font-size: 0;
}

.m-coll-box .u-tab li {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 375px;
  height: 110px;
  vertical-align: top;
  font-size: 12px;
  cursor: pointer;
}

.m-coll-box .u-tab li.tab-pc {
  color: #0598fa;
}

.m-coll-box .u-tab li.tab-az {
  color: #8e57ff;
}

.m-coll-box .u-tab li.tab-ios {
  color: #6fb35c;
}

.m-coll-box .u-tab li .tt {
  float: left;
  overflow: hidden;
  margin-left: 20px;
  width: 135px;
  text-align: center;
}

.m-coll-box .u-tab li .tt h2 {
  overflow: hidden;
  margin: 15px auto 0;
  height: 30px;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.m-coll-box .u-tab li.tab-pc .tt h2 {
  color: #008ee2;
}

.m-coll-box .u-tab li.tab-az .tt h2 {
  color: #8e57ff;
}

.m-coll-box .u-tab li.tab-ios .tt h2 {
  color: #6fb35c;
}

.m-coll-box .u-tab li.on .tt h2 {
  color: #ffffff;
}

.m-coll-box .u-tab li .tt i {
  display: inline-block;
  margin-top: 10px;
  width: 50px;
  height: 40px;
}

.m-coll-box .u-tab li.tab-pc .tt i {
  background: url(https://res.njxzwh.com/pcsoft/img_index/icon-tab_pc.png) no-repeat 0 0;
}

.m-coll-box .u-tab li.tab-pc.on .tt i {
  background: url(https://res.njxzwh.com/pcsoft/img_index/new_lc.png) no-repeat -444px -103px;
}

.m-coll-box .u-tab li.tab-az .tt i {
  width: 39px;
  height: 35px;
  background: url(https://res.njxzwh.com/pcsoft/img_index/icon-tab_az.png) no-repeat 0 0;
}

.m-coll-box .u-tab li.tab-az.on .tt i {
  background: url(https://res.njxzwh.com/pcsoft/img_index/new_lc.png) no-repeat -272px -290px;
}

.m-coll-box .u-tab li.tab-ios .tt i {
  width: 38px;
  height: 44px;
  background: url(https://res.njxzwh.com/pcsoft/img_index/icon-tab_ios.png) no-repeat 0 0;
}

.m-coll-box .u-tab li.tab-ios.on .tt i {
  background: url(https://res.njxzwh.com/pcsoft/img_index/new_lc.png) no-repeat -315px -288px;
}

.m-coll-box .u-tab li .kinds {
  float: left;
  overflow: hidden;
  margin: 48px 0 0 10px;
  width: 200px;
  height: 56px;
}

.m-coll-box .u-tab li .kinds a {
  display: inline-block;
  float: left;
  overflow: hidden;
  margin: 0 4px 4px 0;
  padding: 0 8px;
  height: 22px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}

.m-coll-box .u-tab li.tab-pc .kinds a {
  border: 1px solid #008ee2;
  color: #008ee2;
}

.m-coll-box .u-tab li.tab-az .kinds a {
  border: 1px solid #8e57ff;
  color: #8e57ff;
}

.m-coll-box .u-tab li.tab-ios .kinds a {
  border: 1px solid #6fb35c;
  color: #6fb35c;
}

.m-coll-box .u-tab li.on .kinds a {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.m-coll-box .u-tab li .bg {
  position: absolute;
  left: 50%;
  z-index: -1;
  display: none;
  width: 408px;
  height: 135px;
}

.m-coll-box .u-tab li.tab-pc.on .bg {
  top: -16px;
  left: -15px;
  display: inline-block;
  background: url(https://res.njxzwh.com/pcsoft/img/bg-pc.png) no-repeat 0 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.m-coll-box .u-tab li.tab-az.on .bg {
  top: -16px;
  left: -15px;
  display: inline-block;
  background: url(https://res.njxzwh.com/pcsoft/img/bg-az.png) no-repeat 0 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.m-coll-box .u-tab li.tab-ios.on .bg {
  top: -16px;
  left: -15px;
  display: inline-block;
  background: url(https://res.njxzwh.com/pcsoft/img/bg-ios.png) no-repeat 0 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* .m-coll-box .u-tab-nav {
    position: relative;
}

.m-coll-box .u-tab-nav li {
    float: left;
    width: 373px;
    height: 100px;
    position: relative;
    font-size: 0;
    border-radius: 50px;
}

.m-coll-box .u-tab-nav li+li {
    margin-left: 20px;
}

.m-coll-box .u-tab-nav li.tab-pc {
    background: #ffa54c;
}

.m-coll-box .u-tab-nav li.tab-az {
    background: #5dd28e;
}

.m-coll-box .u-tab-nav li.tab-ios {
    background: #c190f2;
}

.m-coll-box .u-tab-nav li i {
    position: absolute;
    display: block;
    width: 104px;
    height: 104px;
    left: -2px;
    top: -2px;
    box-sizing: border-box;
    border: 4px solid #fff;
    border-radius: 50%;
}

.m-coll-box .u-tab-nav li.tab-pc i {
    background: url(https://res.njxzwh.com/pcsoft/img_index/icon-pc.png) no-repeat center;
}

.m-coll-box .u-tab-nav li.tab-az i {
    background: url(https://res.njxzwh.com/pcsoft/img_index/icon-az.png) no-repeat center;
}

.m-coll-box .u-tab-nav li.tab-ios i {
    background: url(https://res.njxzwh.com/pcsoft/img_index/icon-ios.png) no-repeat center;
}

.m-coll-box .u-tab-nav li s {
    content: ".";
    font-size: 0;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 100px;
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    display: none;
}

.m-coll-box .u-tab-nav li.tab-pc.on s {
    display: inline-block;
    border-color: #ffa54c transparent transparent transparent;
}

.m-coll-box .u-tab-nav li.tab-az.on s {
    display: inline-block;
    border-color: #5dd28e transparent transparent transparent;
}

.m-coll-box .u-tab-nav li.tab-ios.on s {
    display: inline-block;
    border-color: #c190f2 transparent transparent transparent;
}

.m-coll-box .u-tab-nav li div {
    font-size: 12px;
    color: #fff;
    height: 70px;
    margin: 15px 15px 15px 119px;
    box-sizing: border-box;
    overflow: hidden;
}

.m-coll-box .u-tab-nav li div h2 {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

.m-coll-box .u-tab-nav li div a {
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    margin-right: 15px;
    white-space: nowrap;
}

.m-coll-box .u-tab-nav li div a:hover {
    font-weight: bold;
    text-decoration: underline;
} */

.m-coll-box .tab-item-box {
  position: relative;
  display: none;
  overflow: hidden;
  margin-top: 10px;
  width: 100%;
  font-size: 0;
}

.m-coll-box .tab-item-box.on {
  display: block;
}

.m-coll-box .tab-item-box .list-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.m-coll-box .tab-item-box .list-box dl {
  float: left;
  box-sizing: border-box;
  margin-top: 20px;
  width: 20%;
}

.m-coll-box .tab-item-box .list-box dl dt {
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 10px;
  width: 178px;
  height: 20px;
  border-left: 5px solid;
  color: #444444;
  white-space: nowrap;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.m-coll-box .tab-item-box .list-box dl dt {
  border-left-color: #e7aba3;
}

.m-coll-box .tab-item-box .list-box dl:nth-child(2) dt,
.m-coll-box .tab-item-box .list-box dl:nth-child(7) dt,
.m-coll-box .tab-item-box .list-box dl:nth-child(12) dt {
  border-left-color: #96c6e6;
}

.m-coll-box .tab-item-box .list-box dl:nth-child(3) dt,
.m-coll-box .tab-item-box .list-box dl:nth-child(8) dt,
.m-coll-box .tab-item-box .list-box dl:nth-child(13) dt {
  border-left-color: #9bdae0;
}

.m-coll-box .tab-item-box .list-box dl:nth-child(4) dt,
.m-coll-box .tab-item-box .list-box dl:nth-child(9) dt,
.m-coll-box .tab-item-box .list-box dl:nth-child(14) dt {
  border-left-color: #a7e29a;
}

.m-coll-box .tab-item-box .list-box dl:nth-child(5n) dt {
  border-left-color: #a3addb;
}

.m-coll-box .tab-item-box .list-box dl dd {
  float: left;
  overflow: hidden;
  margin: 8px 0;
  width: 210px;
  white-space: nowrap;
  font-size: 15px;
  line-height: 24px;
}

.m-coll-box .tab-item-box .list-box dl dd:hover {
  box-shadow: 0 0 21px 0 rgba(97, 140, 240, 0.2);
}

.m-coll-box .tab-item-box .list-box dl dd a {
  display: block;
  overflow: hidden;
  width: 100%;
}

.m-coll-box .tab-item-box .list-box dl dd img {
  float: left;
  box-sizing: border-box;
  margin-right: 10px;
  width: 46px;
  height: 46px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.m-coll-box .tab-item-box .list-box dl dd:hover img {
  -webkit-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
  transform: scale(1.1);
}

.m-coll-box .tab-item-box .list-box dl dd a p {
  display: block;
  float: left;
  width: 152px;
  height: 46px;
}

.m-coll-box .tab-item-box .list-box dl dd a span {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  line-height: 20px;
}

.m-coll-box .tab-item-box .list-box dl dd a em {
  display: block;
  overflow: hidden;
  width: 100%;
}

.stars {
  display: block;
  float: left;
  width: 74px;
  height: 14px;
  background: url(https://res.njxzwh.com/pcsoft/img_index/do_icon.png) no-repeat;
  vertical-align: middle;
}

.star1 {
  background-position: -70px -80px;
}

.star2 {
  background-position: -55px -80px;
}

.star3 {
  background-position: -40px -80px;
}

.star4 {
  background-position: -25px -80px;
}

.star5 {
  background-position: -10px -80px;
}

.m-coll2-box,
.m-coll3-box,
.m-coll4-box,
.m-coll5-box,
.m-coll6-box,
.m-links-box {
  margin-top: 20px;
  width: 100%;
  font-size: 14px;
}

.hd-titleB {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgb(228, 228, 228);
}

.hd-titleB .left {
  display: flex;
  align-items: center;
}

.hd-titleB .left h2 {
  color: #222222;
  font-weight: bold;
  font-size: 22px;
}

.hd-titleB .left span {
  margin-left: 15px;
  color: rgb(220, 220, 220);
  font-size: 16px;
  line-height: 22px;
}

.hd-titleB .right {
  display: flex;
  justify-content: space-between;
}

.hd-titleB .right ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 35px;
}

.hd-titleB .right ul li {
  display: block;
  margin-left: 20px;
  min-width: 50px;
  color: rgb(75, 75, 75);
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.hd-titleB .right ul li.on {
  position: relative;
  color: #0598fa;
  font-weight: bold;
}

.hd-titleB .right ul li.on::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -23px;
  width: 46px;
  height: 1px;
  background: #0598fa;
  content: ".";
  font-size: 0;
}

.hd-titleB .more {
  color: rgb(139, 139, 139);
  font-size: 16px;
  line-height: 22px;
}

.hd-titleB .more:hover {
  color: #0598fa;
}

.sw-list-box1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sw-list-box1 li {
  box-sizing: border-box;
  margin-top: 30px;
  width: 177px;
  height: 246px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-image: initial;
  text-align: center;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.sw-list-box1 li:hover {
  border-color: #0598fa;
  transform: translateY(-10px);
}

.sw-list-box1 li .soft-logo {
  display: block;
  margin-top: 30px;
}

.sw-list-box1 li .soft-logo .softIcon {
  position: relative;
}

.sw-list-box1 li .softIcon-hover {
  position: absolute;
  top: -51px;
  left: -4px;
  z-index: 0;
  width: 140px;
  height: 140px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  background-image: var(--img);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
  -webkit-filter: blur(20px) opacity(70%);
  filter: blur(20px) opacity(70%);
  transition: transform 0.3s ease-in-out;
  transition-delay: 0.05s;
  -webkit-transform: scale(0) translateX(-50%);
  -moz-transform: scale(0) translateX(-50%);
  -ms-transform: scale(0) translateX(-50%);
  -o-transform: scale(0) translateX(-50%);
  transform: scale(0) translateX(-50%);
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
}

.sw-list-box1 li:hover .softIcon-hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.sw-list-box1 li img {
  width: 120px;
  height: 120px;
  vertical-align: middle;
}

.sw-list-box1 li .name {
  display: block;
  overflow: hidden;
  margin: 15px auto 0;
  width: 128px;
  color: rgb(7, 7, 7);
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 16px;
}

.sw-list-box1 li:hover .name {
  color: #0598fa;
}

.sw-list-box1 li .detail {
  display: block;
  margin-top: 14px;
}

.sw-list-box1 li:hover .detail {
  display: none;
}

.sw-list-box1 li .detail .time {
  display: inline-block;
  color: rgb(155, 155, 155);
  font-size: 14px;
}

.sw-list-box1 li .detail .fontsize {
  display: inline-block;
  margin-left: 2px;
  width: 70px;
  height: 26px;
  border-radius: 3px;
  background: rgb(234, 246, 255);
  color: #0598fa;
  font-size: 14px;
  line-height: 26px;
}

.sw-list-box1 li .download {
  display: none;
  box-sizing: border-box;
  margin-top: 17px;
  width: 175px;
  height: 47px;
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  background: #0598fa;
  color: #ffffff;
  font-size: 16px;
  line-height: 47px;
  -ms-border-radius: 0 0 15px 15px;
  -o-border-radius: 0 0 15px 15px;
}

.sw-list-box1 li:hover .download {
  display: block;
  cursor: pointer;
}

.m-coll4-box .content {
  position: relative;
}

.m-coll4-box .content .updates-list {
  position: relative;
  display: none;
  margin-top: 15px;
  font-size: 0;
}

.m-coll4-box .content .updates-list.on {
  display: block;
}

.m-coll4-box .content .updates-list ul {
  display: inline-block;
  box-sizing: border-box;
  margin-left: 20px;
  width: 372px;
  vertical-align: top;
}

.m-coll4-box .content .updates-list ul:first-child {
  margin-left: 0;
}

.m-coll4-box .content .updates-list ul li {
  display: block;
  overflow: hidden;
  width: 372px;
  height: 30px;
  color: #999999;
  font-size: 14px;
  line-height: 30px;
}

.m-coll4-box .content .updates-list ul li .time {
  float: right;
  color: #0598fa;
  font-size: 14px;
}

.m-coll4-box .content .updates-list ul li .kind {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.m-coll4-box .content .updates-list ul li .txt {
  display: inline-block;
  overflow: hidden;
  width: 255px;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-coll4-box .content .updates-list ul li a:hover {
  font-weight: 700;
}

.m-coll5-box .content ul {
  position: relative;
  margin-left: -15px;
  height: 375px;
}

.m-coll5-box .content ul li {
  float: left;
  box-sizing: border-box;
  margin-top: 15px;
  margin-left: 15px;
  width: 376px;
  font-size: 0;
}

.m-coll5-box .content ul li > a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 10px;
  width: 100px;
  height: 60px;
  background: #0598fa;
  vertical-align: top;
  font-size: 14px;
}

.m-coll5-box .content ul li > a i {
  display: block;
  width: 32px;
  height: 32px;
  background: url(https://res.njxzwh.com/pcsoft/img_index/icon-kinds.png) no-repeat center;
  background-size: cover;
}

.m-coll5-box .content ul li > a span {
  display: block;
  overflow: hidden;
  width: 50px;
  height: 36px;
  color: #ffffff;
  text-align: center;
  word-wrap: break-word;
  letter-spacing: 4px;
  font-size: 14px;
  line-height: 18px;
}

.m-coll5-box .content ul li p {
  display: inline-block;
  box-sizing: border-box;
  width: 274px;
  height: 60px;
  border: 1px solid #eeeeee;
  vertical-align: top;
}

.m-coll5-box .content ul li p a {
  display: inline-block;
  overflow: hidden;
  margin: 8px 0 0 13px;
  width: 76px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
}

.m-links-box .hd-titleB .right > span {
  color: #ada5a5;
  font-weight: bold;
}

.m-links-box .hd-titleB .right > span > a {
  color: #0598fa;
}

.m-links-box .content ul {
  position: relative;
}

.m-links-box .content ul li {
  float: left;
  margin-top: 20px;
  margin-right: 32px;
  width: 130px;
}

.m-links-box .content ul li a {
  font-size: 14px;
}

.m-coll3-box .content {
  position: relative;
  margin-top: 20px;
}

.m-coll3-box .content .m-ranking-container {
  float: left;
}

.m-coll3-box .content .m-ranking-container + .m-ranking-container {
  margin-left: 20px;
}

.m-ranking-container {
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  width: 372px;
  border: 1px solid #eeeeee;
  border-radius: 9px;
}

.m-ranking-container h3 {
  /* font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
    color: #333;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    border-bottom: 1px solid #eee; */
}

.m-ranking-container ul li {
  overflow: hidden;
  box-sizing: border-box;
  min-height: 46px;
  max-height: 140px;
}

.m-ranking-container ul li + li {
  /* border-top: 1px dashed #d8d8d8; */
}

.m-ranking-container ul li.on {
  /* box-shadow: 0px 0px 21px 0px rgba(97, 140, 240, 0.2); */
}

.m-ranking-container .title {
  overflow: hidden;
  height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
  line-height: 46px;
}

.m-ranking-container .title b {
  display: block;
  float: left;
  margin-top: 13px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #aeaeae;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.m-ranking-container .title b.numb1 {
  background: #fa4e57;
}

.m-ranking-container .title b.numb2 {
  background: #fa7a53;
}

.m-ranking-container .title b.numb3 {
  background: #fbc258;
}

.m-ranking-container .title span {
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 5px;
  width: 60px;
  color: #949494;
  white-space: nowrap;
  font-size: 12px;
  line-height: 50px;
}

.m-ranking-container .item-info {
  display: none;
}

.m-ranking-container .rank-item.on .item-info {
  display: block;
  float: left;
  clear: left;
  overflow: hidden;
  margin-top: 4px;
  margin-left: 16px;
  height: 70px;
}

.m-ranking-container img {
  display: block;
  float: left;
  box-sizing: border-box;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

.m-ranking-container .rank-item .item-info p {
  float: left;
  margin-bottom: 7px;
  width: 185px;
  color: #666666;
  line-height: 22px;
}

.m-ranking-container .rank-item .item-info p span {
  display: block;
  float: left;
  margin-right: 10px;
}

.m-ranking-container .rank-item .item-info p i {
  margin: 2px 0 5px 0;
}

.m-ranking-container .rank-item .item-info em {
  display: block;
  float: left;
  width: 80px;
  height: 24px;
  border: 1px solid #0598fa;
  border-radius: 5px;
  color: #0598fa;
  text-align: center;
  line-height: 24px;
}

.m-ranking-container .rank-item .item-info em:hover {
  background: #0598fa;
  color: #ffffff;
}

.g-goBack {
  position: fixed;
  bottom: -112px;
  left: 50%;
  z-index: 3;
  margin-left: 620px;
  cursor: pointer;
  transition: bottom ease 0.3s;
}

.g-goBack .goBack-btn {
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: url(https://res.njxzwh.com/pcsoft/img_index/icon-goTop.png) no-repeat center #0598fa;
  text-align: center;
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -ms-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.g-goBack .goBack-btn:hover {
  background-color: #017ffe;
}

.m-coll6-box .content {
  position: relative;
}

.m-coll6-box .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.m-coll6-box .content ul li {
  box-sizing: border-box;
  margin-top: 30px;
  width: 272px;
  height: 216px;
  border: 1px solid #f2f3f4;
  border-radius: 10px;
}

.m-coll6-box .content ul li:hover {
  box-shadow: 0 0 10px #eceef0;
  transform: translateY(-10px);
}

.m-coll6-box .content ul li .img-box {
  display: block;
  overflow: hidden;
  width: 270px;
  height: 135px;
  border-radius: 10px 10px 0 0;
}

.m-coll6-box .content ul li .img-box img {
  width: 100%;
  height: auto;
}

.m-coll6-box .content ul li .img-box img:hover {
  transform: scale(1.1);
}

.m-coll6-box .content ul li .detail {
  display: flex;
  justify-content: space-between;
}

.m-coll6-box .content ul li .name {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  margin-left: 15px;
  width: 235px;
  color: #070707;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 16px;
}

.m-coll6-box .content ul li:hover .name {
  width: 170px;
}

.m-coll6-box .content ul li p {
  margin-top: 13px;
  padding: 0 15px;
  color: #929292;
  font-size: 12px;
}

.m-coll6-box .content ul li .download {
  display: none;
  margin-top: 25px;
  margin-right: 15px;
  width: 56px;
  height: 30px;
  border-radius: 20px;
  background: #0598fa;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
}

.m-coll6-box .content ul li:hover .download {
  display: block;
}
