.newIndex_icon,
.weekphb li i:after,
.xdzhenxuan:after,
.xzphb ul li:nth-of-type(1) i,
.xzphb ul li:nth-of-type(2) i,
.xzphb ul li:nth-of-type(3) i,
.softBlockTitle h2:after {
  background: url(../images/newIndex_icon.png) no-repeat;
}

/** ------------------------------------首页改版优化------------------------------------ */

.soft-link-area {
  display: flex;
  position: relative;
}
.soft-link-area .software-icon {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}
.soft-link-area .software-icon img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.software-column-icon {
  width: 70px;
  height: 70px;
  border-radius: 4px;
}
.software-column-icon img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.software-icon:hover img {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.25);
  transform: scale(1.02);
}

.software-inner {
  flex: 1;
  overflow: hidden;
  margin-left: 12px;
}
.software-desc {
  padding-top: 6px;
  font-size: 14px;
  color: #8b8a8a;
  font-size: 14px;
  width: 100%;
}

.software-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  height: 26px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  background: #01ca44;
  border-radius: 26px;
}

.softTabBox li:hover .software-inner {
  padding-right: 70px;
}
.softTabBox li:hover .software-btn {
  display: inline-block;
}
.soft-column {
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.software-name {
  color: #666;
  width: 100%;
}
.softTabBox li:hover .software-name {
  color: #0a7bff;
}
.software-category {
  color: #000;
  height: 26px;
  width: 100%;
}
.mt {
  margin-top: 12px;
}
.text-clip {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.software-column-btn {
  width: 60px;
  height: 26px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  background: #01ca44;
  border-radius: 26px;
}
.zjbibei li:hover .software-name {
  color: #0a7bff;
}
.zjbibei li:hover .software-column-btn {
  display: inline-block;
}
.zjbibei li:hover .software-category {
  display: none;
}
.hide {
  display: none;
}

/** ------------------------------------ 首页改版优化  end------------------------------------*/
span.imgyin {
  position: absolute;
  top: -5px;
  right: -5px;
  display: none;
}
span.imgyin img {
  filter: blur(10px) opacity(50%);
  transition: transform 0.3s ease-in-out;
}
.img {
  position: relative;
}
.img > img {
  position: relative;
  z-index: 2;
}
.btn {
  width: 60px;
  height: 26px;
  font-size: 12px;
  color: #fff !important;
  text-align: center;
  line-height: 26px;
  background: #01ca44;
  border-radius: 26px;
  display: inline-block;
}
.btn:hover {
  color: #fff;
  background: #40d872;
}
.tit {
  font-size: 16px;
  color: #040404;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tit:hover {
  color: #0a7bff !important;
}
li:hover .tit {
  color: #0a7bff !important;
}
.des {
  font-size: 14px;
  color: #979797;
}
.des01 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.des02 {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.img img {
  width: 100%;
  height: 100%;
  display: block;
}
.selected {
  width: 1200px;
}
.selected li {
  width: 183px;
}
.downloadTimes {
  padding-top: 6px;
  font-size: 14px;
  color: #979797;
}
.selected li .seIcon {
  width: 70px;
  height: 70px;
}
.selected li .btn {
  margin-top: 7px;
  display: none;
}
.selected li:hover .downloadTimes {
  display: none;
}
.selected li:hover .btn {
  display: inline-block;
}
.selected li:hover .seName {
  color: #0a7bff;
}
.weekphb {
  margin-top: 25px;
  width: 310px;
  border: #eee solid 1px;
  background: #fff;
  border-radius: 5px;
}
.weekphb .title {
  margin: 9px 15px 0;
  width: 280px;
}
.weekphb .title i {
  margin-right: 10px;
  width: 24px;
  height: 28px;
  background-position: -245px 0;
  display: inline-block;
  vertical-align: -5px;
}
.title span.change {
  float: right;
  font-size: 14px;
  color: #9e9e9e;
  cursor: pointer;
  margin-top: 4px;
}
.weekphb ul {
  padding: 3px 0 4px;
}
.weekphb li {
  width: 100%;
  height: 90px;
  padding: 15px 14px;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
}
.weekphb li .img {
  width: 55px;
  height: 55px;
  margin-right: 15px;
  float: left;
  border-radius: 12px;
  overflow: hidden;
}
.weekphb li .spanLeft {
  display: block;
}
.weekphb li .tit {
  padding-top: 6px;
  font-size: 16px;
  color: #0c0c0c;
}
.weekphb li .des {
  padding-top: 6px;
  color: #9b9a9a;
}
.weekphb li .btn {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}
.weekphb li i {
  margin-top: 17px;
  margin-right: 16px;
  padding-right: 2px;
  width: 16px;
  height: 23px;
  font-size: 14px;
  color: #fff;
  line-height: 23px;
  font-weight: bold;
  text-align: right;
  background: #ff5645;
  border-radius: 5px 0 0 5px;
  display: inline-block;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.weekphb li:nth-of-type(-n + 3) i:after {
  content: "";
  width: 8px;
  height: 23px;
  background-position: -188px -87px;
  display: inline-block;
  position: absolute;
  right: -8px;
  top: 0;
}
.weekphb li:nth-of-type(2) i {
  background: #ff8a14;
}
.weekphb li:nth-of-type(3) i {
  background: #ffb320;
}
.weekphb li:nth-of-type(2) i:after {
  background-position: -202px -87px;
}
.weekphb li:nth-of-type(3) i:after {
  background-position: -216px -87px;
}
.weekphb li:hover:nth-of-type(-n + 3) i {
  border-radius: 16px;
}
.weekphb li:nth-of-type(n + 4) i {
  background: none;
  font-size: 16px;
  color: #e2e2e2;
}
.weekphb li:hover {
  background-image: linear-gradient(to left, #f4ffe3, #e7f6ff);
  box-shadow: 0 0px 10px rgba(221, 221, 221, 0.5);
}
.weekphb li:hover .spanLeft {
  padding-right: 80px;
}
.weekphb li:hover .btn {
  display: block;
  color: #fff;
}
.weekphb li:hover .tit {
  color: #0a7cff;
}
.middlebox {
  margin-top: 25px;
  margin-left: 20px;
}
.IndexJdt {
  margin-top: 0;
  width: 600px;
  height: 300px;
}
.IndexJdt .jdtSwiper {
  width: 600px;
  height: 300px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.IndexJdt .jdtSwiper img {
  width: 600px;
  height: 300px;
  border-radius: 10px;
}
.IndexJdt .swiper-pagination {
  bottom: 8px !important;
  width: auto;
  left: auto;
  right: 10px;
}
.IndexJdt .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
}
.IndexJdt .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px 0 0;
}
.IndexJdt .swiper-pagination-bullets .swiper-pagination-bullet:nth-of-type(6) {
  margin-right: 0;
}
.IndexJdt .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  opacity: 1;
  position: relative;
}

/*焦点图下切换*/
.softTabBox {
  margin-top: 20px;
  width: 600px;
  display: inline-block;
}
.softTabBox .tabTit {
}
.softTabBox .tabTit span {
  width: 134px;
  height: 40px;
  /*margin-right: 15px;*/
  font-size: 16px;
  color: #0d0d0d;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(to left, #e6f4f8, #e1f3fa);
  border-radius: 40px;
  display: inline-block;
  cursor: pointer;
}
.softTabBox .tabTit span:last-child {
  margin-right: 0;
}
.softTabBox .tabTit span.on {
  color: #313131;
  background-image: linear-gradient(to left, #dffbb5, #b5efff);
}
.softTabBox li {
  width: 290px;
  height: 88px;
  float: left;
  padding: 18px 17px;
  margin-top: 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  transition: transform 0.5s;
}
.softTabBox li:nth-of-type(even) {
  margin-left: 20px;
}
.softTabBox li .img {
  width: 50px;
  height: 50px;
  margin-right: 12px;
  float: left;
  border-radius: 12px;
}

.softTabBox li .spanLeft {
  display: block;
}
.softTabBox li .tit {
  padding-top: 3px;
  font-size: 16px;
}
.softTabBox li .des {
  padding-top: 6px;
  font-size: 14px;
  color: #8b8a8a;
}
.softTabBox li .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  display: none;
}
.softTabBox li:hover {
  box-shadow: 0px 0 12px 3px rgb(233, 233, 233, 1);
  transform: translate(0px, -5px);
  transition: transform 0.5s;
}
.softTabBox li:hover .btn {
  display: block;
}
.softTabBox li:hover .spanLeft {
  padding-right: 70px;
}
.softTabBox li:hover span.imgyin {
  display: block;
}
.xdzhenxuan {
  margin-top: 40px;
  width: 252px;
  border: #eee solid 1px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
}
.xdzhenxuan:after {
  content: "";
  width: 240px;
  height: 20px;
  background-position: 0 -61px;
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 5px;
}
.xdzhenxuan .title {
  margin-top: -16px;
  margin-left: 5px;
  width: 240px;
  height: 53px;
  color: #fff;
  line-height: 53px;
  text-align: center;
  border-bottom: 0;
  background-position: 0 0;
}
.xdzhenxuan ul {
  width: 100%;
  padding: 4px 14px;
  box-sizing: border-box;
}
.xdzhenxuan ul li {
  width: 100%;
  height: 239px;
  padding: 15px 0;
  border-bottom: #eee dashed 1px;
  position: relative;
  box-sizing: border-box;
}
.xdzhenxuan ul li:last-child {
  border-bottom: 0;
}
.xdzhenxuan ul li .bigimg {
  width: 222px;
  height: 111px;
  display: inline-block;
  border-radius: 0 8px 8px 8px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.xdzhenxuan ul li .bigimg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s;
}
.xdzhenxuan ul li .bigimg img:hover {
  transform: scale(1.1);
}
.xdzhenxuan ul li i {
  width: 49px;
  height: 21px;
  font-size: 12px;
  color: #fff;
  line-height: 23px;
  text-indent: 7px;
  background-image: linear-gradient(to right bottom, #ff7e71, #fe5b4b);
  border-radius: 5px 21px 0 0;
  display: inline-block;
  position: relative;
  z-index: 9;
}
.xdzhenxuan ul li:nth-of-type(2) i {
  background-image: linear-gradient(to right bottom, #ffa24a, #ff822e);
}
.xdzhenxuan ul li:nth-of-type(3) i {
  background-image: linear-gradient(to right bottom, #ffce55, #ffbf25);
}
.xdzhenxuan ul li .libottom {
  padding-top: 16px;
  width: 100%;
  display: inline-block;
}
.xdzhenxuan ul li .libottom .img {
  width: 56px;
  height: 56px;
  margin-right: 15px;
  float: left;
}
.xdzhenxuan ul li .libottom .tit {
  padding-top: 2px;
  font-size: 16px;
  color: #0c0c0c;
}
.xdzhenxuan ul li .libottom .des {
  padding-top: 10px;
  color: #9b9a9a;
}
.xdzhenxuan ul li .libottom .btn {
  margin-top: 5px;
  height: 28px;
  line-height: 28px;
  display: none;
  float: left;
}
.xdzhenxuan ul li:hover:before {
  content: "";
  width: 214px;
  height: 111px;
  background: #d3e5f2;
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 29px;
}
.xdzhenxuan ul li:hover .btn {
  display: inline-block;
}
.xdzhenxuan ul li:hover .libottom .des {
  display: none;
}
.advertisement_wrap {
  margin-top: 30px;
  float: left;
}
.softblock {
  margin-top: 30px;
  width: 100%;
  display: inline-block;
  float: left;
}
.softBlockTitle {
  width: 100%;
  height: 56px;
}
.softBlockTitle i {
  margin-right: 20px;
  width: 59px;
  height: 56px;
  background-position: 0 -87px;
  float: left;
}
.softBlockTitle h2 {
  padding-top: 5px;
  /*width: 220px;*/
  font-size: 22px;
  color: #2c2c2c;
  font-weight: bold;
  float: left;
  position: relative;
}
.softBlockTitle h2 span {
  font-size: 14px;
  color: #9b9a9a;
  display: block;
}
.softBlockTitle h2:after {
  content: "";
  width: 15px;
  height: 15px;
  background-position: -271px 0;
  display: inline-block;
  position: absolute;
  top: 2px;
  right: -30px;
}
.softBlockTitle .tabtit {
  padding-left: 65px;
  float: left;
  margin-top: 8px;
  float: left;
}
.softBlockTitle .tabtit span {
  margin-right: 15px;
  min-width: 110px;
  height: 40px;
  font-size: 16px;
  color: #0d0d0d;
  text-align: center;
  line-height: 40px;
  background-image: linear-gradient(to left, #e8f5f9, #ebf4f7);
  border-radius: 40px;
  display: inline-block;
  cursor: pointer;
}
.softBlockTitle .tabtit span.on {
  color: #313131;
  background-image: linear-gradient(to left, #dffbb5, #b5efff);
}
.softBlockTitle .tabtit span:last-child {
  margin-right: 0;
}
.softBlockTitle .more {
  float: right;
  font-size: 14px;
  color: #9e9e9e;
  line-height: 56px;
}
.softBlockTitle .more:after {
  content: "";
  margin-left: 5px;
  width: 6px;
  height: 6px;
  border-right: #9e9e9e solid 1px;
  border-bottom: #9e9e9e solid 1px;
  transform: rotate(-45deg);
  display: inline-block;
  vertical-align: 2px;
}
.softBlockTitle .more:hover {
  color: #0a7bff;
}
.softBlockTitle .more:hover:after {
  border-right-color: #0a7bff;
  border-bottom-color: #0a7bff;
}
.softblock ul {
  width: 100%;
  margin-top: 9px;
  float: left;
}
.softblock ul li {
  padding: 16px 14px 15px;
  margin-right: 20px;
  margin-top: 20px;
  width: 224px;
  height: 88px;
  border: #eee solid 1px;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  float: left;
  transition: transform 0.5s;
}

.softblock ul li .img {
  width: 55px;
  height: 55px;
  margin-right: 14px;
  float: left;
}
.softblock ul li .tit {
  padding-top: 3px;
}
.softblock ul li .des {
  padding-top: 12px;
}
.softblock ul li .btn {
  margin-top: 6px;
  display: none;
}
.softblock ul li:hover {
  box-shadow: 0px 0 12px 3px rgb(233, 233, 233, 1);
  transform: translate(0px, -5px);
  transition: transform 0.5s;
}
.softblock ul li:hover .btn {
  display: inline-block;
}
.softblock ul li:hover .des {
  display: none;
}
.softblock ul li:hover span.imgyin {
  display: block;
}

.windowsGame .softBlockTitle i {
  background-position: -64px -87px;
}
.windowsGame .softBlockTitle .tabtit span {
  background-image: linear-gradient(to left, #f9f4e3, #faf3e5);
}
.windowsGame .softBlockTitle .tabtit span.on {
  background-image: linear-gradient(to left, #ffddb2, #fff0bc);
}
.xzphb .softBlockTitle i {
  background-position: -124px -87px;
}
.xzphb ul {
  display: flex;
  flex-flow: column wrap;
  height: 432px;
  overflow: hidden;
}
.xzphb ul li {
  width: 386px;
  margin-right: 21px;
  cursor: pointer;
}
.xzphb ul li:nth-of-type(3n) {
  margin-right: 0;
}
.rjheji ul li:nth-of-type(3n) {
  margin-right: 0;
}
.windowsSoft ul li:nth-of-type(5n) {
  margin-right: 0;
}
.windowsGame ul li:nth-of-type(5n) {
  margin-right: 0;
}
.xzphb ul li i {
  margin-top: 12px;
  margin-right: 14px;
  width: 25px;
  height: 30px;
  font-size: 16px;
  color: #cfcfcf;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  float: left;
}
.xzphb ul li:nth-of-type(1) i,
.xzphb ul li:nth-of-type(2) i,
.xzphb ul li:nth-of-type(3) i {
  width: 25px;
  height: 30px;
  color: #fff;
  line-height: 35px;
  background-position: -242px -32px;
}
.xzphb ul li:nth-of-type(2) i {
  background-position: -269px -33px;
}
.xzphb ul li:nth-of-type(3) i {
  background-position: -242px -65px;
}
.xzphb ul li .rightSpan {
  position: relative;
  padding-right: 80px;
  display: block;
}
.xzphb ul li .btn {
  display: block;
  position: absolute;
  top: 12px;
  right: 0;
}
.xzphb ul li:hover .des {
  display: block;
}
.xzphb ul li:hover .btn {
  display: block;
}
.xzphb ul li:hover {
  background-image: linear-gradient(to left, #f4ffe3, #e7f6ff);
  box-shadow: 0 0px 10px rgba(221, 221, 221, 0.5);
}

.rjheji .softBlockTitle i {
  background-position: 0 -150px;
}
.rjheji ul li {
  margin-right: 21px;
  width: 386px;
  height: 290px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.rjheji ul li:nth-of-type(3n) {
  margin-right: 0;
}

.rjheji ul li .bigimg {
  width: 366px;
  height: 183px;
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.rjheji ul li .bigimg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s;
}
.rjheji ul li .tit {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #070707;
  font-weight: bold;
}
.rjheji ul li .des {
  margin-top: -5px;
  margin-bottom: 6px;
  height: 44px;
  color: #242424;
  line-height: 22px;
  display: none;
}
.rjheji ul li time {
  font-size: 14px;
  color: #929292;
}
.rjheji ul li:hover:before {
  content: "";
  width: 366px;
  height: 183px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.rjheji ul li:hover .bigimg img {
  transform: scale(1.1);
}
.rjheji ul li:hover .tit {
  position: absolute;
  padding: 0;
  width: 366px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  top: 150px;
  left: 5px;
  z-index: 3;
}
.rjheji ul li:hover .des {
  display: block;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.change {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 56px;
  float: right;
  cursor: pointer;
}
.change em {
  margin-right: 5px;
  width: 12px;
  height: 12px;
  background-position: -288px -1px;
  display: inline-block;
}
.change:hover {
  color: #0a7cff;
}
.change:hover em {
  background-position: -288px -16px;
}
.zjbibei .softBlockTitle i {
  background-position: -64px -150px;
}
.zjbibei ul li {
  width: 154px;
  height: 180px;
  text-align: center;
  margin-right: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.zjbibei ul li:nth-of-type(7n) {
  margin-right: 0;
}
.zjbibei ul li:nth-of-type(5n) {
  margin-right: 20px;
}
.zjbibei ul li .img {
  margin-right: 0;
  width: 70px;
  height: 70px;
  display: inline-block;
}
.zjbibei ul li .tit {
  padding-top: 12px;
}
.zjbibei ul li .categoryName {
  padding-top: 10px;
}
.zjbibei ul li:hover .categoryName {
  display: none;
}
.zjbibei ul li .btn {
  margin-top: 7px;
}
.newrjgh .softBlockTitle i {
  background-position: -132px -150px;
}
.newrjgh ul li {
  margin-right: 0;
  padding: 20px;
  width: 590px;
  height: 180px;
  float: left;
  box-sizing: border-box;
}
.newrjgh ul li:nth-of-type(even) {
  float: right;
}
.newrjgh ul li .bigimg {
  width: 276px;
  height: 138px;
  margin-right: 25px;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}
.newrjgh ul li .bigimg img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s;
}
.newrjgh ul li:hover .bigimg img {
  transform: scale(1.2) rotate(-6deg);
}
.newrjgh ul li .tit {
  margin-top: 9px;
  font-size: 18px;
  color: #070707;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
}
.newrjgh ul li time {
  padding-top: 35px;
  font-size: 14px;
  color: #929292;
  display: inline-block;
}
.newrjgh ul li time i {
  margin-right: 12px;
  width: 14px;
  height: 14px;
  background-position: -272px -16px;
  display: inline-block;
  vertical-align: middle;
}
.bottomTabBox {
  padding-top: 40px;
  width: 100%;
  display: inline-block;
}
.bottomTabBox .tabtit span {
  margin-right: 25px;
  width: 140px;
  height: 50px;
  font-size: 18px;
  color: #0d0d0d;
  text-align: center;
  line-height: 50px;
  background-image: linear-gradient(to left, #e8f5f9, #ebf4f7);
  border-radius: 50px;
  float: left;
  cursor: pointer;
}
.bottomTabBox .tabtit span.on {
  color: #313131;
  background-image: linear-gradient(to left, #dffbb5, #b5efff);
}
.bottomTabBox ul {
  padding-top: 10px;
  width: 100%;
  float: left;
}
.bottomTabBox ul li {
  margin-top: 20px;
  margin-right: 20px;
  padding: 0 10px;
  width: 132px;
  height: 170px;
  border: #eee solid 1px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  float: left;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: transform 0.5s;
}
.bottomTabBox ul li:nth-of-type(8n) {
  margin-right: 0;
}
.bottomTabBox ul li .img {
  width: 60px;
  height: 60px;
  display: inline-block;
}
.bottomTabBox ul li .tit {
  padding-top: 10px;
}
.bottomTabBox ul li .btn {
  margin-top: 10px;
}
.bottomTabBox ul li:hover {
  box-shadow: 0px 0 12px 3px rgb(221, 221, 221, 1);
  transform: translate(0px, -5px);
  transition: transform 0.5s;
}
.bottomTabBox ul li:hover .imgyin {
  display: block;
}

.bottomTabBox ul.zhenxuanhj {
  height: 390px;
  overflow: hidden;
  box-sizing: border-box;
}
.bottomTabBox ul.zhenxuanhj li {
  width: 226px;
  height: 50px;
  margin-right: 17px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #040404;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border: #ececec solid 1px;
  border-radius: 50px;
  float: left;
}
.bottomTabBox ul.zhenxuanhj li:nth-of-type(5n) {
  margin-right: 0;
}
.bottomTabBox ul.zhenxuanhj li:hover {
  color: #1398ff;
  background: #f2fcff;
  border-color: #b0e2ff;
  box-shadow: none;
  transform: translate(0px, 0);
}
.links ul {
  padding-bottom: 0;
}
.links li {
  margin-right: 60px;
  margin-top: 0;
  line-height: 60px;
  font-size: 16px;
}
.footer {
  margin-top: 40px;
}
