a {
  font-size: 14px;
  color: #1d1d1d;
}
.choice {
  width: 100%;
  background: #f8f8f8;
}
.choice .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}
.choice span.jxIcon {
  width: 82px;
  height: 77px;
  background-position: -185px 0px;
  display: block;
  position: absolute;
  top: -20px;
  left: -4px;
}
.icons {
  background: url(../img/newIndex_icons.png) no-repeat;
}
.choice ul {
  padding: 20px;
}
.choice ul li {
  position: relative;
  width: 104px;
  float: left;
  margin-right: 11px;
  margin-top: 10px;
}
.choice ul li a {
  display: block;
  text-align: center;
}
.softIcon {
  position: relative;
}
.softIcon .softIcon-hover {
  background-color: var(--color);
  background-size: cover;
  background-repeat: no-repeat;
}
.softIcon .softIcon-hover {
  --size: 83px;
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: 19px;
  left: -10px;
  background-image: var(--img);
  border-radius: 55px;
  opacity: 0.6;
  transform: scale(0) translateX(-50%);
  filter: blur(20px) opacity(70%);
  z-index: 0;
  transition-delay: 0.05s;
  transition: transform 0.3s ease-in-out;
}
.choice ul li a .softIcon .softIcon-hover {
  top: -56px;
  left: -10px;
}
.choice ul li img {
  width: 62px;
  height: 62px;
  border-radius: 15px;
  transition: transform 0.5s ease-in-out 0s;
  -webkit-transition: transform 0.5s ease-in-out 0s;
}
.choice ul li a:hover .softIcon-hover {
  transform: scale(1);
}
.choice ul li a:hover img {
  transform: scale(1.1);
}
.choice ul li:nth-child(3)::after,
.choice ul li:nth-child(7)::after,
.choice ul li:nth-child(1)::after {
  position: absolute;
  right: 0;
  top: 0;
  content: url(../img/hotIcons.png);
}

.choice ul li .softName {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 24px;
  text-overflow: ellipsis;
}
.choice .bottom {
  margin: 0px 15px 15px 15px;
  border-top: 1px solid #eee;
}
.choice .bottom dl {
    margin-top: 15px;
}
.choice .bottom dl dt {
  width: 81px;
  min-width:81px;
  height: 25px;
  float: left;
  line-height: 25px;
  color: #fff;
  text-align: center;
  position: relative;
  background: url(../img/cytj.png) no-repeat;
  font-size: 14px;
}
.choice .bottom dl dt::after {
  display: block;
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}
.choice .bottom dl dd {
  float: left;
  border-left: 2px solid #a8a8a8;
  margin-top: 5px;
}
.choice .bottom dl dd:nth-of-type(1) {
  border-left: none;
}
.choice .bottom dl dd a {
  max-width: 124px;
  display: block;
  margin: 0px 13px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 16px;
}
.choice .bottom dl dd:nth-of-type(1) a {
  color: #ff0606;
}
.choice .bottom dl dd:nth-of-type(2) a {
  color: #008800;
}
.choice .bottom dl dd:nth-of-type(3) a {
  color: #ffb800;
}
.choice .bottom dl dd:nth-of-type(4) a {
  color: #00ced1;
}
.choice .bottom dl dd:nth-of-type(5) a {
  color: #0156FF;
}
.choice .bottom dl dd:nth-of-type(6) a {
  color: #90ee90;
}
.choice .bottom dl dd:nth-of-type(7) a {
  color: #ff0606;
}
.choice .bottom dl dd:nth-of-type(8) a {
  color: #008800;
}
.choice .bottom dl dd:nth-of-type(9) a {
  color: #ffb800;
}
.choice .bottom dl dd:nth-of-type(10) a {
  color: #00ced1;
}
.choice .bottom dl dd:nth-of-type(11) a {
  color: #0156FF;
}
.choice .bottom dl dd:nth-of-type(12) a {
  color: #90ee90;
}

.choice .bottom dl:nth-child(2) {
  margin-left: 2px;
}
.choice .bottom dl:nth-child(2) dt {
  width: 81px;
  height: 25px;
  background: url(../img/rmzt.png) no-repeat;
}

/* 新款 */
.newSoftware {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.newSoftware .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.newSoftware .title {
  margin: 30px 25px 0px 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.newSoftware .title h2 {
  font-size: 22px;
  color: #2c2c2c;
  float: left;
}
.newSoftware .title ul {
  float: right;
}
.newSoftware .title ul li {
  float: left;
  margin-left: 35px;
  line-height: 28px;
  border-bottom: 1px solid transparent;
}
.newSoftware .title ul li:nth-child(1) {
  margin-left: 0px;
}
.newSoftware .title ul li:hover {
  border-bottom: 1px solid #0156FF;
}
.newSoftware .title ul li:hover a {
  font-weight: 700;
  color: #0156FF;
}
.newSoftware .title ul li a {
  font-size: 14px;
  color: #4b4b4b;
}
.newSoftware .newSoftContent {
  padding: 20px 25px;
}
.newSoftContent .left {
  width: 350px;
  float: left;
}
.newSoftContent .left .swiper {
  width: 350px;
  height: 210px;
  position: relative;
}
.newSoftContent .swiper ul li {
  position: relative;
  display: none;
}
.newSoftContent .swiper ul li:nth-child(1) {
  display: block;
}
.newSoftContent .left .swiper ul li img {
  width: 350px;
  height: 210px;
  display: block;
}
.swiper_fc {
  width: 350px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(102, 102, 102, 0.8);
  position: absolute;
  bottom: 0;
}

.swiper_fc a {
  color: #fff;
  font-size: 14px;
  padding-left: 15px;
}
.newSoftContent .left .swiper p {
  width: 130px;
  position: absolute;
  bottom: -19px;
  left: 50%;
  margin-left: -65px;
}
.newSoftContent .left .swiper p span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #d3d3d3;
  border-radius: 50%;
  margin-left: 13px;
}
.newSoftContent .left .swiper p span:nth-child(1) {
  margin-left: 0px;
}
.newSoftContent .left .swiper p span.active {
  background-color: #0156FF;
}
.goodSoft {
  margin-top: 20px;
}
.goodSoft h3 {
  font-size: 18px;
  color: #1d1d1d;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.goodSoft dl {
  width: 160px;
  float: left;
  margin-right: 14px;
  margin-top: 12px;
}
.goodSoft dl dt {
  float: left;
}
.goodSoft dl dt img {
  width: 40px;
  height: 40px;
}
.goodSoft dl dd {
  float: left;
  margin-left: 10px;
}
.goodSoft dl dd a {
  width: 110px;
  overflow: hidden;
  font-weight: 700;
  white-space: nowrap;
  display: inline-block;
}
.goodSoft dl dd p {
  font-size: 12px;
  color: #999;
  line-height: 22px;
  width: 108px;
  white-space: nowrap;
  overflow: hidden;
}
.newSoftContent .middle {
  width: 417px;
  margin-left: 40px;
  float: left;
}

.newSoftContent .middle .tabTitle {
  border-bottom: 1px solid #e4e4e4;
  display: flex;

}
.newSoftContent .middle .tabTitle li {
    flex: 1;
  float: left;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  min-width: 60px;
  text-align: center;
  /*margin-right: 19px;*/
}

.newSoftContent .middle .tabTitle li::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 1px solid #ffff;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -2.5px;
  background: #e4e4e4;
}
.newSoftContent .middle .newtabTitle li:nth-child(5) {
  margin-right: 0px;
}
.newSoftContent .middle .tabTitle li span {
  display: block;
  font-size: 16px;
  color: #2c2c2c;
  padding: 3px 10px;
  border-radius: 5px;
}

.newSoftContent .middle .tabTitle li.active {
  border-bottom: 2px solid #0156FF;
  padding-bottom: 8px;
  position: relative;
}
.newSoftContent .middle .tabTitle li.active span {
  background: #0156FF;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.newSoftContent .middle .tabTitle li.active span::after {
  content: '';
  border-width: 5px;
  border-style: solid;
  border-color: #0156FF transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.newSoftContent .middle .list {
  display: none;
}
.newSoftContent .middle .redSoft {
  display: block;
  color: #ff4542;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}
.newSoftContent .middle .list {
  display: none;
}
.newSoftContent .middle .list ul {
  padding-top: 5px;
}
.newSoftContent .middle .list ul li {
  margin-top: 11px;
}
.newSoftContent .middle .list ul li span.pull-left,
.newSoftContent .middle .list ul li span.pull-right {
  display: block;
}
.newSoftContent .middle .list ul li .classification {
  font-size: 14px;
  color: #878787;
  margin-right: 8px;
  vertical-align: middle;
  width: 56px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.newSoftContent .middle .list .software {
  display: inline-block;
  padding-left: 8px;
  vertical-align: middle;
  border-left: 1px solid #ddd;
}
.newSoftContent .middle .list .software img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.newSoftContent .middle .list .software span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #2c2c2c;
  vertical-align: middle;
}
.newSoftContent .middle .list ul li span.pull-right {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 25px;
}
.time.changeColor {
  color: #ff4542 !important;
}
.newSoftContent .middle .list ul li span.pull-left span {
  max-width: 112px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  color: #1d1d1d;
}
.newSoftContent .middle .list ul li span.pull-left a:nth-child(3) {
  width: 258px;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.newSoftContent .right {
  float: left;
  width: 300px;
  margin-left: 38px;
}
.newSoftContent .right .rwTitle {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.newSoftContent .right .rwTitle h3 {
  float: left;
  font-size: 18px;
  color: #1d1d1d;
}
.newSoftContent .right .rwTitle a {
  float: right;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 24px;
}
.newSoftContent .right .rwTitle a:hover {
  color: #0156FF;
}
.newSoftContent .right ul {
  padding-bottom: 13px;
}
.newSoftContent .right ul li {
  margin-top: 15px;
}
.newSoftContent .right ul li a {
  display: block;
  width: 255px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.newSoftContent .right ul li span {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 19px;
}
.newSoftContent .right dl {
  margin-top: 10px;
}
.newSoftContent .right dl dt {
  float: left;
}
.newSoftContent .right dl dd {
  float: left;
  margin: 0px 0px 0px 15px;
  width: 155px;
}
.newSoftContent .right dl dd span {
  font-size: 12px;
  color: #5e5e5e;
}
.newSoftContent .right dl dt a {
  width: 130px;
  height: 65px;
  overflow: hidden;
  display: inline-block;
}
.newSoftContent .right dl dt img {
  width: 130px;
  height: 65px;
  transition: all 1s;
}
.newSoftContent .right dl dt img:hover {
  transform: scale(1.1);
}
.newSoftContent .right dl dd a {
  height: 44px;
  color: #1f1e1e;
  width: 155px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 22px;
}
.newSoftContent .right dl dd a:hover {
  color: #0156FF;
}

/* 必备 */
.necessary {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.necessary .layout {
  width: 1198px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 20px;
}
.necessary .tagTitle {
  margin: 30px 25px 0px 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e4e4e4;
}
.necessary .tagTitle li {
  width: 270px;
  height: 120px;
  background: #ff6c6c;
  border-radius: 10px 10px 0px 10px;
  position: relative;
  float: left;
  margin-left: 22px;
  cursor: pointer;
}
.necessary .tagTitle li::before {
  content: '';
  display: block;
  border-width: 15px;
  border-style: solid;
  border-color: #eee transparent transparent #eee;
  position: absolute;
  bottom: -30px;
  right: 0px;
  z-index: 999;
}
.necessary .tagTitle li:after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -26px;
  right: 9px;
}
.necessary .tagTitle li:nth-child(1) {
  margin-left: 0px;
}
.necessary .tagTitle li:nth-child(2) {
  background: #55bdf0;
}
.necessary .tagTitle li:nth-child(3) {
  background: #89d042;
}
.necessary .tagTitle li:nth-child(4) {
  background: #ff8e4f;
}
.necessary .tagTitle li:nth-child(1).active::before {
  border-color: #db3434 transparent transparent #db3434;
}
.necessary .tagTitle li:nth-child(2).active::before {
  border-color: #008cd1 transparent transparent #008cd1;
}
.necessary .tagTitle li:nth-child(3).active::before {
  border-color: #57ae00 transparent transparent #57ae00;
}
.necessary .tagTitle li:nth-child(4).active::before {
  border-color: #e95300 transparent transparent #e95300;
}
.necessary .tagTitle li h2 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
}
.necessary .tagTitle li span {
  display: block;
  padding: 0px 20px;
}
.necessary .tagTitle li a {
  display: inline-block;
  width: 105px;
  height: 24px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  line-height: 24px;
  box-sizing: border-box;
}
.necessary .tagTitle li a:nth-child(2) {
  margin-left: 15px;
}
.necessary .tagTitle li a:nth-child(3) {
  margin-left: 60px;
}
.necessary .tagTitle li:nth-child(1) a:hover {
  background: #db3434;
  border-color: transparent;
  width: 105px;
  height: 24px;
  line-height: 24px;
}
.necessary .tagTitle li:nth-child(2) a:hover {
  background: #008cd1;
  border-color: transparent;
  width: 105px;
  height: 24px;
  line-height: 24px;
}
.necessary .tagTitle li:nth-child(3) a:hover {
  background: #57ae00;
  border-color: transparent;
  width: 105px;
  height: 24px;
  line-height: 24px;
}
.necessary .tagTitle li:nth-child(4) a:hover {
  background: #e95300;
  border-color: transparent;
  width: 105px;
  height: 24px;
  line-height: 24px;
}
.necessary .tagContent {
  padding: 25px;
  display: none;
}
.necessary .tagContent .classList {
  width: 865px;
}
.necessary .tagContent .classList dl dd img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}
.necessary .tagContent .classList dl dd span {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  vertical-align: middle;
  margin-left: 5px;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  cursor: pointer;
}
.necessary .tagContent .classList dl dd span:hover {
  color: #0156FF;
}
.necessary .tagContent .classList dl {
  width: 140px;
  margin-right: 41px;
  float: left;
}
.necessary .tagContent .classList dl:nth-child(5n) {
  margin-right: 0px;
}
.necessary .tagContent .classList dl dt {
  font-size: 18px;
  font-weight: bold;
  width: 115px;
  height: 30px;
  border-left: none;
  color: #fff;
  text-align: center;
  line-height: 30px;
  padding-left: 0px;
  margin-bottom: 10px;
}
.necessary .tagContent .classList dl dd {
  padding: 10px 0px 0px;
}
.necessary .tagContent .classList dl:nth-child(1) dt,
.necessary .tagContent .classList dl:nth-child(6) dt {
  background: #89d042;
}
.necessary .tagContent .classList dl:nth-child(2) dt,
.necessary .tagContent .classList dl:nth-child(7) dt {
  background: #55bdf0;
}
.necessary .tagContent .classList dl:nth-child(3) dt,
.necessary .tagContent .classList dl:nth-child(8) dt {
  background: #ff6c6c;
}
.necessary .tagContent .classList dl:nth-child(4) dt,
.necessary .tagContent .classList dl:nth-child(9) dt {
  background: #40a1ff;
}
.necessary .tagContent .classList dl:nth-child(5) dt,
.necessary .tagContent .classList dl:nth-child(10) dt {
  background: #ff8e4f;
}
.necessary .tagContent .classList dl:nth-child(n + 6) {
  margin-top: 50px;
}
/* 锟斤拷锟斤拷锟斤拷锟斤拷锟叫帮拷 */
.necessary .tagContent .totalPh {
  width: 263px;
}
.necessary .tagContent .totalPh .title span {
  width: 15px;
  height: 17px;
  display: inline-block;
  background-position: -66px -9px;
  vertical-align: middle;
  margin-top: -1px;
}
.necessary .tagContent .totalPh .title {
  font-size: 18px;
  color: #0156FF;
  font-weight: bold;
  line-height: 24px;
}
.ph_list {
  padding: 0px 0px 20px 0px;
}
.ph_list dl {
  margin-top: 12px;
}
.ph_list dl dt span {
  width: 20px;
  height: 20px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  background: #b1b1b1;
  text-align: center;
  border-radius: 5px;
}
.ph_list dl:nth-child(1) dt span {
  background: #ff331a;
}
.ph_list dl:nth-child(2) dt span {
  background: #ff843c;
}
.ph_list dl:nth-child(3) dt span {
  background: #ffc700;
}
.ph_list dl dt a {
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  margin-left: 5px;
  width: 230px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.ph_list dl dt a:hover {
  font-weight: bold;
}
.ph_list dl.show dt a {
  font-weight: bold;
}
.ph_list dl.show dt a:hover {
  color: #0156FF;
}
.ph_list dl dd {
  margin-left: 30px;
  margin-top: 10px;
  overflow: hidden;
  display: none;
}
.ph_list dl.show dd {
  display: block;
}
.ph_list dl dd .picture_box {
  width: 48px;
  height: 48px;
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  display: block;
  float: left;
}
.ph_list dl dd .picture_box img {
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -17px;
  margin-top: -17px;
  vertical-align: top;
}
.ph_list dl dd p {
  vertical-align: top;
  font-size: 14px;
  color: #838282;
  float: left;
  margin-left: 10px;
}
.ph_list dl dd p span {
  color: #dbdbdb;
  padding: 0px 15px;
}
.ph_list dl dd p button,
.ph_list dl dd p a {
  display: block;
  width: 62px;
  height: 21px;
  border: 1px solid #0156FF;
  color: #0156FF;
  font-size: 14px;
  text-align: center;
  line-height: 21px;
  border-radius: 5px;
  margin-top: 5px;
  background: #fff;
  cursor: pointer;
  display: block;
}
.ph_list dl dd p button:hover,
.ph_list dl dd p a:hover {
  background: #0156FF;
  color: #fff;
}

/* 电脑软件 */
.PCSoft {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.PCSoft .layout {
  width: 1198px;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #eee;
}
.softBox .title {
  margin: 25px 25px 0px 25px;
  border-bottom: 1px solid #e4e4e4;
}
.softBox .title h2 {
  font-size: 22px;
  color: #2c2c2c;
  display: inline;
}
.softBox .title span {
  font-size: 16px;
  color: #dcdcdc;
  margin-left: 10px;
}
.softBox .title ul li {
  font-size: 18px;
  color: #4b4b4b;
  float: left;
  margin-right: 30px;
  cursor: pointer;
  padding-bottom: 10px;
}
.softBox .title ul li.active {
  color: #0156FF;
  font-weight: 600;
  border-bottom: 2px solid #0156FF;
  position: relative;
}
.softBox .title ul li.active span.icons {
  width: 12px;
  height: 8px;
  display: inline-block;
  background-position: -64px -33px;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
}
.softBox .title .pull-right a {
  font-size: 16px;
  color: #8b8b8b;
}
.softBox .title .pull-right a:hover {
  color: #0156FF;
}
.PCSoft .content {
  padding: 0px 25px 25px 25px;
}
.PCSoft .content .pull-left {
  width: 227px;
}
.PCSoft .content .pull-left dl {
  padding: 13px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.PCSoft .content .pull-left dl:nth-child(1) {
  padding: 14px 0px 10px 0px;
}
.PCSoft .content .pull-left dl dt {
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: 24px;
}
.PCSoft .content .pull-left dl dd a {
  font-size: 14px;
  color: #5e5e5e;
  margin-right: 20px;
  line-height: 24px;
}
.PCSoft .content .pull-left dl dd a:hover {
  color: #0156FF;
}
.PCSoft .content .pull-right {
  width: 880px;
  display: none;
}
.PCSoft .content .pull-right dl {
  width: 175px;
  padding: 20px 0px 20px 0px;
  border-bottom: 1px solid #e4e4e4;
}
.PCSoft .content .pull-right dl:nth-child(1) {
  margin-left: 0px;
}
.PCSoft .content .pull-right dl:nth-child(5n) {
  padding: 20px 0px;
}
.PCSoft .content .pull-right dl dt {
  width: 50px;
  height: 50px;
}
.PCSoft .content .pull-right dl dt a {
  display: block;
}
.PCSoft .content .pull-right dl dt img {
  width: 50px;
  height: 50px;
}
.PCSoft .content .pull-right dl dd {
  width: 90px;
  margin-left: 10px;
  white-space: nowrap;
}
.PCSoft .content .pull-right dl dd a {
  width: 90px;
  overflow: hidden;
  font-weight: 600;
  line-height: 24px;
  margin-top: -4px;
  display: block;
  text-overflow: ellipsis;
}
.PCSoft .content .pull-right dl dd p {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 16px;
  overflow: hidden;
}
/* 手游电脑版 */
.sydnbSoft {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.sydnbSoft .layout {
  width: 1198px;
  background: #fff;
  margin-top: 20px;
  border: 1px solid #eee;
}
.sydnbSoft .content {
  display: inline-block;
  padding: 10px 10px;
}
.sydnbSoft ul.APPList li {
  padding: 20px;
  width: 370px;
  height: 106px;
  float: left;
  margin-right: 29px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
.sydnbSoft ul.APPList li:nth-of-type(3n) {
  margin-right: 0;
}
.sydnbSoft ul.APPList li:hover {
  background: #f7f7f7;
}
.sydnbSoft ul.APPList li .img {
  margin-right: 12px;
  width: 66px;
  height: 66px;
  float: left;
}
.sydnbSoft ul.APPList li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.sydnbSoft ul.APPList li .leftSpan {
  padding-right: 80px;
}
.sydnbSoft ul.APPList li .tit {
  padding-top: 8px;
  font-size: 16px;
  color: #131313;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sydnbSoft ul.APPList li .tit:hover {
  color: #009cff;
}
.sydnbSoft ul.APPList li .des {
  padding-top: 10px;
  font-size: 12px;
  color: #8e8e8e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sydnbSoft ul.APPList li .btn {
  margin-top: 18px;
  margin-left: 10px;
  width: 60px;
  height: 30px;
  font-size: 12px;
  color: #0156FF;
  text-align: center;
  line-height: 30px;
  float: right;
  border: #0156FF solid 1px;
  background: #fff;
  border-radius: 30px;
  transition: color 0s linear;
}
.sydnbSoft ul.APPList li:hover .btn {
  color: #fff;
  background: #0156FF;
}
/* 安卓软件 */
.androidSoft {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.androidSoft .layout {
  width: 1198px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 20px;
}
.androidSoft .content {
  padding: 10px 25px;
}
.androidSoft .content .APPList {
  display: none;
}
.androidSoft .content dl {
  padding: 20px 22px;
  width: 190px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  float: left;
}
.androidSoft .content dl:nth-child(6n) {
  border-right: none;
}
.androidSoft .content dl:nth-child(n + 1) {
  padding: 10px 22px 20px 22px;
}
.androidSoft .content dl:nth-child(n + 13) {
  border-bottom: none;
  padding: 20px 22px 10px 22px;
}
.androidSoft .content dl dt {
  width: 50px;
  height: 50px;
}
.androidSoft .content dl dt a {
  display: block;
}
.androidSoft .content dl dt img {
  width: 50px;
  height: 50px;
}
.androidSoft .content dl dd {
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: 10px;
}
.androidSoft .content dl dd a {
  font-weight: 600;
  display: block;
}
.androidSoft .content dl dd p {
  font-size: 12px;
  color: #5e5e5e;
}
.androidSoft .content dl dd img {
  margin-top: -10px;
}
/* mac软件 */
.macSoft {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.macSoft .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.macSoft .content ul {
  padding: 10px 25px;
  display: none;
}
.macSoft .content ul li a {
  width: 98px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}
.macSoft .content ul li {
  width: 143px;
  padding: 20px 21px;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  float: left;
}
.macSoft .content ul li:nth-child(8n) {
  border-right: none;
}
.macSoft .content ul li:nth-child(n + 1) {
  padding: 10px 21px 20px 21px;
}
.macSoft .content ul li:nth-child(n + 9) {
  border-bottom: none;
  padding: 20px 21px 10px 21px;
}
.macSoft .content ul li img {
  width: 50px;
  height: 50px;
}
.macSoft .content ul li p {
  font-size: 12px;
  color: #5e5e5e;
  line-height: 20px;
}

.hotSpecial {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
  position: relative;
}
.hotSpecial .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.hotSpecial .swiper-container {
  padding: 10px 0px;
}
.hotSpecial .swiperBox {
  display: none;
}
.hotSpecial .swiperBox.active {
  display: block;
  position: relative;
}
.hotSpecial .swiper-wrapper {
  width: 100%;
  padding: 0px 25px;
}
.hotSpecial .swiper-slide li img {
  width: 270px;
  height: 128px;
  transition: all 1s;
}
.hotSpecial .swiper-slide li img:hover {
  transform: scale(1.1);
}
.hotSpecial .swiper-slide li a {
  width: 270px;
  display: block;
  font-size: 14px;
  color: #1d1d1d;
  line-height: 24px;
  text-align: center;
}
.hotSpecial .swiper-slide li a:nth-child(1) {
  height: 128px;
  margin-bottom: 10px;
  overflow: hidden;
}
.hotSpecial .swiper-slide li {
  margin-right: 20px;
  margin-top: 10px;
}
.hotSpecial .swiper-slide li:nth-child(4n) {
  margin-right: 0px;
}
.hotSpecial .swiper-button-prev {
  left: 50% !important;
  right: auto;
  margin-left: -615px;
}
.hotSpecial .swiper-button-prev,
.hotSpecial .swiper-button-next {
  background: none !important;
}
.hotSpecial .swiper-button-next {
  right: -27px !important;
}
.hotSpecial .swiper-button-prev .icons {
  width: 15px;
  height: 31px;
  display: inline-block;
  background-position: -90px -1px;
}
.hotSpecial .swiper-button-prev:hover .icons,
.hotSpecial .swiper-button-prev.active .icons {
  background-position: -133px -1px;
}
.hotSpecial .swiper-button-next .icons {
  width: 15px;
  height: 31px;
  display: inline-block;
  background-position: -114px 0px;
}
.hotSpecial .swiper-button-next:hover .icons,
.hotSpecial .swiper-button-next.active .icons {
  background-position: -157px 0px;
}
.hotSpecial .swiper-slide li p a:nth-child(1) {
  height: auto;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  text-align: left;
}
.hotSpecial .swiper-slide li p span {
  font-size: 12px;
  color: #666;
  float: right;
  margin-top: 4px;
}

/* 软件下载咨询 */
.software_news {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.software_news .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.software_news .title {
  padding-bottom: 6px;
}
.software_news .title ul li {
  font-size: 16px;
  color: #4b4b4b;
  border: 1px solid #e4e4e4;
  border-radius: 15px;
  padding-bottom: 0px;
  padding: 2px 13px;
  margin-right: 10px;
}
.software_news .title ul li.active {
  border-bottom: 1px solid #e4e4e4;
  color: #fff;
  background: #0156FF;
  position: relative;
}
.software_news .title ul li.active::after {
  box-sizing: content-box;
  content: '';
  border-top: 5px solid #0156FF;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
}
.software_news .title .pull-right a {
  margin-left: 10px;
}
.software_news .news_list {
  padding: 0px 25px 25px 25px;
}
.software_news .news_list dl {
  width: 368px;
  margin-top: 20px;
  float: left;
  margin-right: 20px;
}
.software_news .news_list dl:nth-of-type(3n) {
  margin-right: 0px;
}
.software_news .news_list dl dt {
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.software_news .news_list dl dt a {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: bold;
  width: 340px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.software_news .news_list dl dt a:hover {
  color: #0156FF;
}
.software_news .news_list dl dd {
  margin-top: 15px;
}
.software_news .news_list dl dd img {
  width: 180px;
  height: 135px;
  transition: all 1s;
}
.software_news .news_list dl dd img:hover {
  transform: scale(1.1);
}
.software_news .news_list dl dd a.pull-left {
  overflow: hidden;
  width: 180px;
  height: 135px;
}
.software_news .news_list dl dd span.right {
  width: 170px;
}
.software_news .news_list dl dd span.right p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  color: #2c2c2c;
  line-height: 24px;
  margin-top: 5px;
}
.software_news .news_list dl dd span.right span {
  font-size: 12px;
  color: #858585;
  line-height: 20px;
  margin-top: 12px;
  display: block;
}
/* 编辑推荐 */
.Editor_choice {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
}
.Editor_choice .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.Editor_choice h2 {
  margin: 25px 25px 0px 25px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  font-size: 22px;
  color: #2c2c2c;
}
.Editor_choice .Editor_list {
  padding: 5px 25px 20px 25px;
}
.Editor_choice dl {
  margin-top: 15px;
}
.Editor_choice dl dt {
  width: 75px;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #ff6c6c;
  text-align: center;
  position: relative;
  margin-right: 10px;
}
.Editor_choice dl dt::after {
  content: '';
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #ff6c6c;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
}
.Editor_choice dl dd {
  color: #a8a8a8;
  margin-left: 5px;
  width: 1033px;
}
.Editor_choice dl dd a {
  max-width: 85px;
  font-size: 14px;
  color: #1d1d1d;
  padding: 0px 13px;
  line-height: 14px;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  border-left: 1px solid #a8a8a8;
  margin-top: 8px;
  text-overflow: ellipsis;
}
.Editor_choice dl dd a:nth-of-type(1) {
  border: none;
}
.Editor_choice dl dd a:hover {
  color: #0156FF;
}
.Editor_choice dl:nth-child(3) dt {
  background: #40a1ff;
}
.Editor_choice dl:nth-child(3) dt::after {
  border-color: transparent transparent transparent #40a1ff;
}
.Editor_choice dl:nth-child(4) dt {
  background: #89d042;
}
.Editor_choice dl:nth-child(4) dt::after {
  border-color: transparent transparent transparent #89d042;
}
/* 友情链接 */
.links {
  width: 100%;
  background: #f8f8f8;
  overflow: hidden;
  padding-bottom: 40px;
}
.links .layout {
  width: 1198px;
  background: #fff;
  border: 1px solid #eee;
  margin-top: 20px;
}
.links h2 {
  margin: 25px 25px 0px 25px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  font-size: 22px;
  color: #2c2c2c;
}
.links ul {
  padding: 0px 25px 25px 25px;
}
.links ul li {
  width: 130px;
  float: left;
  margin-right: 32px;
  margin-top: 15px;
}
.links ul li a {
  font-size: 14px;
  color: #2c2c2c;
}
.links ul li a:hover {
  color: #0156FF;
}
