body {
  background-color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
    PingFang SC, Noto Sans, Roboto, Microsoft Yahei, sans-serif,
    Apple Color Emoji, Segoe UI Emoji;
}

.uk-link,
a {
  color: #303133;
  transition: all 0.3s;
}

html {
  font-size: 14px;
}

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}

ul,
ol {
  list-style: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #f1f2f6;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #f1f2f6;
}

::-webkit-scrollbar-corner {
  background: #f00;
}
.icon-star {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 102px;
  background-image: url(../images/icon-star-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  transform: translateY(1px);
}
.icon-star:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-image: url(../images/icon-star.png);
}
.star-1:after {
  width: 20px;
}
.star-2:after {
  width: 38px;
}
.star-3:after {
  width: 60px;
}
.star-4:after {
  width: 85px;
}
.star-5:after {
  width: 102px;
}
.gotop {
  width: 40px;
  height: 40px;
  right: 50px;
  bottom: 50px;
  background-color: #008ee1;
  cursor: pointer;
  z-index: 999;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
}

.gotop a {
  font-weight: bold;
  font-size: 20px;
  display: block;
}

.aligncenter {
  text-align: center;
  margin: 0 auto;
  max-width: 90%;
}
.date-time.highlight {
  color: red !important;
}
.line-2 {
  display: -webkit-box; /* 必须 */
  -webkit-box-orient: vertical; /* 必须 */
  overflow: hidden; /* 必须，隐藏超出内容 */
  -webkit-line-clamp: 2; /* 限制行数为2行 */
  text-overflow: ellipsis; /* 如果需要更好的兼容性，可以加上这个 */
}
/* 标题样式开始 */
.module-title {
  border-bottom: 1px solid #f1f2f6;
}

.module-title h2,
.module-title h1 {
  display: inline-block;
  padding-bottom: 20px;
  color: #303133;
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
}

.module-title span {
  display: inline-block;
  padding-bottom: 20px;
  color: #303133;
  position: relative;
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.2;
}

.module-title ul {
  list-style: none;
  text-align: right;
  margin: 0;
}

.module-title ul .current-cat a {
  position: relative;
  color: #008ee1;
  font-weight: bold;
}

.module-title ul li {
  display: inline-block;
  margin-left: 30px;
}

.module-title ul li a {
  font-size: 13px;
  display: block;
  color: #606266;
}

.module-title ul li a:hover {
  color: #008ee1;
}

/* 标题样式结束 */
/* Logo 开始*/
header.header .uk-container .logo {
    padding: 15px 0;
    font-size: 22px;
    font-weight: bold;
}
header.header .uk-container .logo a img{
    width: 180px;
}
/* Logo 结束*/
/* 顶部导航开始 */
.top-bar {
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #fafafa;
  border-top: 3px solid #008ee1;
  border-bottom: 1px solid #f1f2f6;
}

.top-bar span {
  font-size: 13px;
  color: #fff;
  opacity: 0.8;
}

.top-bar ul {
  padding-right: 120px;
  list-style: none;
}

.top-bar ul li {
  float: left;
  position: relative;
  margin-left: -15px;
}

.top-bar ul li a {
  color: #909399;
  padding: 0 15px 0 15px;
  font-size: 13px;
}

.top-bar ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 10px;
  background-color: #bde7ff;
}

.top-bar ul li a:before {
  content: "";
  margin-right: 2px;
}

.top-bar ul li:last-child {
  padding: 0;
  margin: 0;
}

.top-bar ul li:last-child::after {
  display: none;
}
.top-menu {
  padding-left: 0;
}
/* 顶部导航结束 */

/* 全站导航开始 */
.all-menu {
  width: 100%;
  height: 0px;
  background: #008ee1;

  transition: all 0.3s;
}

.menu-show {
  height: 270px;
}

.all-menu > div {
  height: 100%;
}

.all-menu-warp {
  height: 100%;
}

.all-menu-warp > div {
  padding: 30px 0;
}

.all-menu-warp h3 {
  font-weight: bold;
  font-size: 17px;
}

.all-menu-warp ul {
  display: flex;
  list-style: none;
  padding: 0;
}

.all-menu-warp ul li {
  margin-right: 20px;
  min-width: 100px;
}

.all-menu-btn {
  display: block;
  z-index: 50;
  top: 0px;
  width: 118px;
  height: 65px;
  text-align: center;
  background-image: url(../images/all-menu-btn-bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 13px;
  letter-spacing: 4px;
  line-height: 28px;
  cursor: pointer;
  transition: all 0.3s;
}

.menu-show .all-menu-btn {
  top: 100% !important;
}

.all-menu-btn span {
  color: #fff;
  display: inline-block;
  position: relative;
}

/* 全站导航结束 */
/* logo开始 */
.logo h1 {
  padding: 0;
  margin: 0;
}

/* logo结束 */
/* 搜索开始 */
.search {
  margin: 0 20px;
}

.search form {
  width: 320px;
  background: #fafcfd;
  overflow: hidden;
}

.search form input {
  height: 100%;
  background: transparent;
  outline: none;
  color: #c0c4cc;
  width: 100%;
  padding: 11px 25px 11px 10px;
  border: 1px solid #cee3e9;
}

.search form button {
  min-width: 70px;
  background: #008ee1;
  font-size: 15px;
  letter-spacing: 1px;
  color: rgb(255, 255, 255);
  height: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #008ee1;
}
.search-cat {
  width: 90px;
  height: 100%;
  background-color: transparent !important;
  border: 1px solid #cee3e9;
  border-right: 0;
  border-radius: 50px 0 0 50px;
}
.uk-select:focus {
  border-color: #cee3e9;
}

input::-webkit-input-placeholder {
  color: #c0c4cc;
}

input:-moz-placeholder {
  color: #c0c4cc;
}

input::-moz-placeholder {
  color: #c0c4cc;
}

input::-ms-input-placeholder {
  color: #c0c4cc;
}

/* 搜索结束 */

/* 登陆注册开始 */
.memger {
}

.memger a {
  padding-right: 10px;
  color: #909090;
}

/* 登陆注册结束 */

/* 导航开始 */
.nav-bar {
  background: #008ee1;
  height: 56px;
}

.nav-bar > ul {
  overflow: hidden;
  list-style: none;
  align-items: center;
}

.nav-bar > ul .sub-menu {
  display: none;
}

.nav-bar > ul > li {
  line-height: 56px;
  flex: 1;
  text-align: center;
}

.nav-bar > ul > li > a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #fff;
  padding: 0 30px;
}

.nav-bar > ul > li > a:hover {
  background: #066eb4;
}

.nav-bar > ul > .active a {
  background: #066eb4;
}

.nav-bar > ul > li > a {
  position: relative;
}

.nav-bar > ul > li > a em {
  position: absolute;
  top: 15px;
  right: -10px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: normal;
  border-radius: 10px;
  z-index: 10;
  padding: 0px 8px 2px 6px;
  transform: scale(0.75) translateY(-15px);
}

.nav-bar > ul > li > a > .hot {
  background: linear-gradient(to right, #fa9b39 0, #e1601d 100%);
}

.nav-bar > ul > li > a > .new {
  background: linear-gradient(to right, #fa39f4 0, #991de1 100%);
}

/* 导航结束 */

/* 精彩推荐开始 */
.recom {
    overflow: hidden;
}
.recom i {
  width: 36px;
  height: 119px;
  display: block;
  margin-right: 15px;
}

.recom ul {
  padding: 5px 0;
  padding-bottom: 0;
  list-style: none;
  margin: 0 -8px;
}
.recom ul li {
  text-align: center;
  width: 10%;
  height: 100px;
  overflow: hidden;
}

.recom ul li a {
  display: flex;          /* 改用 flex 布局 */
  flex-direction: column; /* 图片在上，文字在下 */
  align-items: center;    /* 水平居中 */
  color: #606266;
  font-size: 14px;
  padding: 0 8px;
  font-family: Arial;
}

/* 图片样式 */
.recom ul li a img {
  margin-bottom: 5px;
  border-radius: 16px;
  width: 78px;           /* 固定图片宽度 */
  height: 78px;          /* 固定图片高度 */
}

/* 文字部分单独控制 */
.recom ul li a span {
  display: block;         /* 确保文字单独一行 */
  white-space: nowrap;    /* 禁止换行 */
  overflow: hidden;       /* 隐藏溢出 */
  text-overflow: ellipsis; /* 显示省略号 */
  max-width: 100%;        /* 限制宽度 */
}

/* 悬停效果 */
.recom ul li:hover a {
  color: #008ee1;
}

.recom ul li .icon {
  margin-bottom: 6px;
  overflow: hidden;
}

.recom ul li .icon img {
  border-radius: 12px;
  width: 78px;
  height: 78px;
}

.recom-cat ul li strong {
  font-size: 18px;
  color: #333;
}

.recom-cat ul li strong::after {
  content: "";
  background: url(../images/recom-cat-icon.png) no-repeat;
  width: 7px;
  height: 11px;
  display: inline-block;
  background-size: 7px 11px;
  margin: 0 10px;
}

.recom-cat ul {
  overflow: hidden;
  padding-left: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0;
  list-style: none;
  white-space: nowrap;
  position: relative;

  border-bottom: solid #f1f2f6 1px;
}

.recom-cat ul:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: linear-gradient(
    -89deg,
    rgb(255, 255, 255),
    rgb(255, 255, 255, 0.1)
  );
}

.recom-cat ul:last-child {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}

.recom-cat ul li {
  flex: 1;
}

.recom-cat ul li span {
  font-size: 18px;
  color: #333;
}

.recom-cat ul li a {
  color: #606266;
  display: block;
  max-width: 100px;
  overflow: hidden;
  transform: translateY(5px);
  margin-right: 20px;
}

.recom-cat ul li a:hover {
  color: #008ee1;
}

/* 精彩推荐结束 */

/* 幻灯片焦点图开始 */
.w400 {
  width: 400px;
}

.w300 {
  width: 300px;
}

.w320 {
  width: 320px;
}

.w360 {
  width: 360px;
}

.slide .uk-slideshow-items {
  min-height: 230px !important;
}

.slide .uk-slideshow-nav {
  position: absolute;
  left: 20px;
  top: 10px;
  width: 100%;
}

.slide .uk-slideshow-nav li {
  margin: 0 3px;
  padding: 0;
}

.slide .uk-slideshow-nav a {
  background: #fff;
  border: 0;
  width: 8px;
  height: 8px;
}

.slide .uk-slideshow-nav .uk-active {
}

.slide .uk-slideshow-nav .uk-active a {
  border-radius: 20px;
  width: 20px;
  background: #008ee1;
}

.slide span {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
  color: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  display: block;
  z-index: 9999;
  position: absolute;
  bottom: 0;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
}

.slide .thumb {
  height: 125px;
  width: 185px;
}

.slide .thumb .cover {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, transparent 100%);
}

.slide .thumb .cover p {
  margin: 10px;
  color: #fff;
}

.slide .thumb .cover p a {
  color: #fff;
}

/* 幻灯片焦点图结束 */

/* newstab 开始 */

.style-tab-one {
  border: 1px solid #f6f6f6;
}

.style-tab-one .style-tab-one-menu {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #f6f6f6;
}

.style-tab-one .style-tab-one-menu li {
  display: inline-block;
  transform: translateY(1px);
}

.style-tab-one .style-tab-one-menu li a,
.style-tab-one .style-tab-one-menu li span,
.style-tab-one .style-tab-one-menu li h2 {
  display: block;
  padding: 14px 0;
  text-align: center;
  background: #fafafa;
  cursor: pointer;
  color: #909399;
  margin: 0 1px;
}

.style-tab-one .style-tab-one-menu .uk-active a,
.style-tab-one .style-tab-one-menu .uk-active span,
.style-tab-one .style-tab-one-menu .uk-active h2 {
  background: #fff;
  position: relative;
  border-right: 1px solid #f6f6f6;
  padding: 15px 0;
  color: #008ee1;
  margin: 0;
  margin-top: -2px;
}

.style-tab-one .style-tab-one-menu .uk-active a:after,
.style-tab-one .style-tab-one-menu .uk-active span:after,
.style-tab-one .style-tab-one-menu .uk-active h2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #008ee1;
}

.style-tab-one .style-tab-one-menu li h2 {
  font-size: 15px;
}

.style-tab-one-ul .uk-list h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
}
.style-tab-one-ul .uk-list h3 a {
  font-size: 14px;
  font-weight: normal;
}
.style-tab-one-ul h3 {
  margin: 0;
  padding: 0 0 10px 0;
}
.index-upload .style-tab-one-ul ul li h3 {
  line-height: 20px;
  font-weight: normal;
}
.index-upload .style-tab-one-ul ul li h3 a {
  font-weight: normal;
  padding: 0;
}
.style-tab-one-ul h3 a {
  color: #008ee1;
  font-weight: bold;
}
.style-tab-one-ul h3 a {
  font-size: 16px;
}

.style-tab-one-ul h3 p {
  padding-top: 10px;
  font-size: 14px;
  color: #909399;
}
.style-tab-one-ul ul {
  /*border-top: 1px dashed #f1f2f6;*/
  padding-top: 0;
  margin-top: 15px !important;
}
.style-tab-one-ul ul span {
  color: #909399;
  margin-left: 20px;
}
.style-tab-one-ul ul li {
  margin-top: 10px;
}
.style-tab-one-ul ul li a {
  color: #606266;
}
.style-tab-one-ul ul li:hover a {
  color: #008ee1;
}
.tab-recom-app h3 {
  margin: 0;
  font-size: inherit;
  font-size: 12px;
  line-height: 18px;
}
.tab-recom-app a {
  font-size: 12px;
  padding-top: 5px;
}

.tab-recom-app .uk-grid-small > .uk-grid-margin {
  margin-top: 10px;
}

.tab-recom-app .uk-margin-remove-top {
  margin-top: -8px !important;
}

.tab-recom-app .uk-padding-small {
  margin-bottom: -8px;
}

/* newstab 结束 */

/* 首页软件列表 */
.index-apps .index-apps-list.uk-grid {
  margin-left: -20px;
}

.index-apps .index-apps-list .uk-grid-margin {
  margin-top: 20px;
}

.index-apps .index-apps-list .item {
  width: 10%;
  padding-left: 20px;
}

.index-apps .index-apps-list .item .icon {
  display: block;
  margin-bottom: 5px;
  border-radius: 12px;
}

.index-apps .index-apps-list .item .icon img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.index-apps .index-apps-list .item .icon span {
  margin-top: 6px;
  color: #606266;
  transition: all 0.3s;
}
.index-apps .index-apps-list .item h3 {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.index-apps .index-apps-list .item:hover span {
  color: #008ee1;
  font-size: 14px;
}

/* 首页新闻列表开始 */
.index-news-center .uk-padding-small {
  border-bottom: 1px solid #f1f2f6;
}

.index-news .index-news-center ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #f1f2f6;
}

.index-news .index-news-center li {
  padding-left: 15px;
  position: relative;
}

.index-news .index-news-center li:last-child {
  margin-bottom: 0;
}

.index-news .index-news-center li a {
  padding: 7px 0;
  color: #606266;
}
.index-news .index-news-center li h3 {
  font-size: 14px;
  padding: 7px 0;
  margin: 0;
}

.index-news .index-news-center ul li:first-child a {
  padding-top: 0;
}

.index-news .index-news-center ul li:last-child a {
  padding-bottom: 0;
}

.index-news .index-news-center li:hover a {
  color: #008ee1;
}

.index-news .index-news-center li:before {
  content: "";
  position: absolute;
  top: 16px;
  left: -3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s;
}

.index-news .index-news-center li:hover:before {
  background: #008ee1;
  border: 1px solid #008ee1;
}

.index-news .index-news-right ul.top {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: 0;
}

.index-news .index-news-right ul.top li {
  flex-basis: 45%;
  margin: 0;
  margin-left: 15px;
  text-align: center;
  margin-bottom: 10px;
  height: 114px;
  overflow: hidden;
  position: relative;
}
.index-news .index-news-right ul.top li img {
    width: 100%;
}
.index-news .index-news-right ul.top h3 {

  margin: 5px 0 0 0;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 100%;
  background: #000;
  padding: 10px 5px;
}

.index-news-right ul.bottom {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #f1f2f6;
  margin-top: 0;
}

.index-news-right ul.bottom li {
  padding-left: 15px;
  position: relative;
}

.index-news-right ul.bottom li:last-child {
  margin-bottom: 0;
}

.index-news-right ul.bottom li a {
  padding: 7px 0 8px 0;
  color: #606266;
}

.index-news .index-news-right ul.bottom h3 {
  padding: 7px 0 8px 0;
  color: #606266;
  margin: 0;
  font-size: 14px;
}

.index-news-right ul.bottom li:first-child a {
  padding-top: 0;
}

.index-news-right ul.bottom li:last-child a {
  padding-bottom: 0;
}

.index-news-right ul.bottom li:hover a {
  color: #008ee1;
}

.index-news-right ul.bottom li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -3px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s;
}

.index-news-right ul.bottom li:hover:before {
  background: #008ee1;
  border: 1px solid #008ee1;
}

/* 首页新闻列表结束 */
/* 排行榜开始 */
.rank {
}

.rank ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.phb-item {
  border: 1px solid #f1f2f6;
}
.phb-item h2,.phb-item .module-title h3 {
  padding-top: 20px;
  padding-left: 20px;
}
.phb-item .module-title h3 {
    font-size: 18px;
}
.page-phb .rank ul {
  padding: 15px;
}
.page-phb .item-more {
  margin-top: 20px;
  background: #d5f0ff;
  color: #008ee1;
  display: block;
  padding: 10px 0;
  margin: 10px;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
}
.page-phb .phb-item:hover .item-more {
  background-color: #008ee1;
  color: #fff;
}
.rank ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #008ee1;
}

.rank ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.rank .active .list {
  display: none !important;
}

.rank .active .card {
  display: flex;
}

.rank .card .icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
}

.rank .card .info {
  overflow: hidden;
}

.rank .card .info a {
  font-size: 15px;
  color: #303133;
  margin-bottom: 6px;
}

.rank ul li h3 {
  padding-bottom: 0;
  font-size: 15px;
  color: #303133;
  margin-bottom: 6px;
}

.rank .card p {
  /* text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
	padding-top: 10px; */
  margin-bottom: 5px;
}
.view-details-btn {
  padding: 5px 6px;
  border-radius: 4px;
  background: #d5f0ff;
  color: #008ee1;
}
.app-version-list li:hover .view-details-btn,
.rank ul li:hover .view-details-btn {
  background: #008ee1;
  color: #fff;
}
aside .rank .active .card p {
  display: block;
}

.rank .num {
  font-size: 12px;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background: #eee;
  color: #909399;
  border-radius: 4px;
}
.rank ul li {
  border-bottom: 1px dashed #f1f2f6;
}
.rank ul li:nth-child(1) .num {
  background: #008ee1;
  color: #fff;
}

.rank ul li:nth-child(2) .num {
  background: #5fb9ff;
  color: #fff;
}

.rank ul li:nth-child(3) .num {
  background: #b0ddff;
  color: #fff;
}
.news-content-cardbox .view-details-btn {
  padding: 5px 6px;
  border-radius: 4px;
  background: #008ee1;
  color: #fff;
  line-height: 28px;
}
.news-content-cardbox.rank .card .icon {
  width: 75px;
  height: 75px;
}
.news-content-cardbox.rank .card .info h4 {
  background: none;
  font-style: normal;
  color: #303133;
  margin: 0;
  padding: 0;
}
.news-content-cardbox.rank .card .info {
  font-size: 12px;
  padding: 10px 0;
}
.news-content-cardbox.rank .card .info span {
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
}
.news-content-cardbox.rank .card .info span:nth-child(1) {
  background: #0fe29a;
}
.news-content-cardbox.rank .card .info span:nth-child(2) {
  background: #ffb700;
}
.news-content-cardbox.rank .card .info span:nth-child(3) {
  background: #6659e7;
}
.news-content-cardbox.rank .card .info span:nth-child(4) {
  background: #fc5185;
}
.news-content-cardbox.rank .card .info span:nth-child(5) {
  background: #409eff;
}
.news-content-cardbox.rank .card .info .desc {
  font-size: 12px;
  color: #909090;
}
/* 排行榜结束 */
/* 相关版本开始 */
.app-version .app-version-list {
}

.app-version .app-version-list ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.app-version .app-version-list ul li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #008ee1;
}
.app-version .app-version-list ul li a p.uk-grid-margin {
  color: #909090;
  font-size: 14px;
}

.app-version .app-version-list ul li a h3 {
  font-size: 15px;
  margin-bottom: 5px;
}
.app-version .app-version-list ul li:last-child {
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

.app-version .app-version-list .active .list {
  display: none !important;
}

.app-version .app-version-list .active .card {
  display: flex;
}

/* .app-version .app-version-list .card {
	display: none;
} */

.app-version .app-version-list .card .icon {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
}

.app-version .app-version-list .card .info {
  overflow: hidden;
}

.app-version .app-version-list .card .info a {
  font-size: 15px;
  color: #303133;
  margin-bottom: 6px;
}

.app-version .app-version-list .card .info em {
  display: inline-block;
  width: 1px;
  height: 12px;
  background: #eee;
  margin: 0 8px;
}

.app-version .app-version-list ul li h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.app-version .app-version-list .card .view-details-btn a {
  padding: 5px 6px;
  border-radius: 4px;
  background: #008ee1;
  color: #fff;
}

.app-version .app-version-list .card .view-details-btn a:hover {
  background: #008ee1;
  color: #fff;
}

.app-version .app-version-list .card p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
  padding-top: 10px;
  display: none;
}
.app-version .app-version-list .active .card p {
  display: block;
}
.app-version .app-version-list .list a {
  font-size: 15px;
  color: #606266;
}

.app-version .app-version-list .list b {
  font-weight: normal;
}

.app-version .app-version-list .num {
  font-size: 12px;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 20px;
  background: #eee;
  color: #909399;
  border-radius: 4px;
}
.app-version .app-version-list ul li {
  border-bottom: 1px dashed #f1f2f6;
}
.app-version .app-version-list ul li:nth-child(1) .num {
  background: #008ee1;
  color: #fff;
}

.app-version .app-version-list ul li:nth-child(2) .num {
  background: #5fb9ff;
  color: #fff;
}

.app-version .app-version-list ul li:nth-child(3) .num {
  background: #b0ddff;
  color: #fff;
}

/* 相关版本结束 */
/* 评论开始 */
.comments {
  border: 1px solid #f1f2f6;
  border-top: none;
}
.comments-form .comments-must-login {
  background-color: #f1f2f6;
  height: 100px;
  border-radius: 8px 8px 0 0;
}
.form-submit {
  background-color: #fff;
  border: #f1f2f6 1px solid;
  font-size: 12px;
  padding: 10px 15px;
}
.comments-list {
  font-size: 12px;
  border: 1px solid #f1f2f6;
  border-top: none;
  border-radius: 0 0 8px 8px;
}
/* 评论结束 */
/* 隐私权限开始 */
#app_info_cover {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 9999;
}
#app_info_cover .app_info_main {
  background: #fff;
  width: 520px;
  margin: auto;
  margin-top: 100px;
  border-radius: 8px;
  overflow: hidden;
}
#app_info_cover .app_info_title {
  background: #008ee1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
#app_info_cover .app_info_body {
  padding: 20px;
  height: 320px;
  overflow-y: scroll;
  text-align: left;
}
#app_info_cover .app_info_body p {
  margin: 10px 0;
  line-height: 28px;
  font-size: 13px;
  color: #333;
}
#app_info_cover .app_info_body b {
  font-size: 13px;
}
#app_info_cover .app_info_close {
  margin: 20px;
  font-size: 17px;
  color: #fff;
  background: #008ee1;
  line-height: 48px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-top: 30px;
}
/* 隐私权限结束 */
/* 列表样式开始 */
.style-list-one .thumb {
  display: block;
  width: 121px;
  height: 75px;
  overflow: hidden;
  margin-right: 10px;
}
.style-list-one h3 {
  font-size: 14px;
}
/* 列表样式结束 */

/* 首页软件列表结束 */

/* 首页最近更新开始 */
.index-upload {
  margin-top: 40px;
}

.index-upload .style-tab-one {
  border: none;
}

.index-upload .style-tab-one .style-tab-one-menu li span,
.index-upload .style-tab-one .style-tab-one-menu li h2 {
  font-size: 16px;
  padding: 10px 20px;
}

.index-upload .style-tab-one .style-tab-one-menu {
  border: none;
  position: absolute;
  top: -1px;
  left: 130px;
}

.index-upload .style-tab-one .style-tab-one-menu .uk-active a,
.index-upload .style-tab-one .style-tab-one-menu .uk-active span,
.index-upload .style-tab-one .style-tab-one-menu .uk-active h2 {
  border-left: 1px solid #f1f2f6;
  border-right: 1px solid #f1f2f6;
}

.index-upload .style-tab-one-ul ul li div {
  position: relative;
}

.index-upload .style-tab-one-ul ul li div::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #eee;
  transition: all 0.3s;
}

.index-upload .style-tab-one-ul ul li {
  line-height: 28px;
}

.index-upload .style-tab-one-ul ul li:hover div::before {
  background-color: #008ee1;
  border: 1px solid #008ee1;
}

.index-upload .style-tab-one-ul ul li a {
  font-size: 14px;
}

/* 底部开始 */
.footer {
  position: relative;
  z-index: 10;
  background: #252525;
}

.footer a:hover {
  color: #008ee1;
}

.footer .foot-cop {
  background: #333333;
  padding: 20px;
  color: #9b9ea0;
}

.foot-cop a {
  color: #9b9ea0;
}

.footer .foot-nav {
  position: relative;
}

.footer .foot-nav ul {
  padding: 0;
}

.footer .foot-nav ul li {
  margin-right: 10px;
  display: inline-block;
}

.footer .foot-nav ul li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #303133;
  margin-left: 10px;
}

.footer .foot-nav ul li:last-child:after {
  display: none;
}

.footer .foot-nav ul li a {
  font-size: 13px;
  color: #c0c4cc;
}

.footer .foot-nav p {
  font-size: 13px;
  color: #909399;
}

.footer .foot-nav p:last-child {
  margin-bottom: 0;
}

/* 面包屑导航开始 */
.breadcrumb {
  padding: 0;
}

.breadcrumb li {
  color: #909090;
}

.breadcrumb li a {
  color: #909090;
}

.breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb li::after {
  content: "-";
  color: #909399;
  padding:0 10px;
}

/* 面包屑导航结束 */
/* 分类-app开始 */
.category-catnamelist ul {
  overflow: hidden;
  padding: 0;
  margin-bottom: 20px;
}
.news-list .category-catnamelist ul li {
  width: auto;
  padding: 0 !important;
}
.category-catnamelist ul li {
  width: 10%;
  float: left;

  text-align: center;
  padding: 0;
}

.category-app-list.category-app-list-2 ul li {
  width: auto;
}
.category-app .module-title h1 {
  font-size: 18px;
}

.category-catnamelist ul li a,
.category-catnamelist ul li span {
  padding: 10px;
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  font-size: 13px;
  background-color: #fafafa;
  border-radius: 4px;
}

.category-catnamelist ul li.active a,
.category-catnamelist ul li.active span {
  background-color: #008ee1;
}

.category-catnamelist ul li.active a,
.category-catnamelist ul li.active span {
  color: #fff;
}

.category-catnamelist ul li:hover a {
  background-color: #008ee1;
  color: #fff;
}
.category-app-list-2-box .category-app {
  border: 1px solid #f1f2f6;
}
.category-app-list .item,
.app-list .item {
  padding: 20px 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.category-app-list-2 .item:last-child,
.app-list .item:last-child {
  border: none;
}
.category-app-list-2 .item:first-child,
.app-list .item:first-child {
  margin-top: 0;
}
.category-app-list-2 .item:hover,
.app-list .item:hover {
  background: #f1f2f6;
  margin: 0 -15px;
  padding: 20px 15px;
}
.category-app-list-2 .item:hover h2 a,
.app-list .item:hover h2 a {
  color: #008ee1;
}
.category-app-list .item:hover {
  box-shadow: 0 2px 5px -2px #eee;
  transform: translateY(-3px);
}
.category-app-list-2 .item,
.app-list .item {
  border-bottom: 1px solid #f1f2f6;
}
.category-app-list-2 .item:hover,
.app-list .item:hover {
  box-shadow: none;
  transform: none;
}
.category-app-list .item .icon,
.app-list .item .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.category-app-list .item .icon img,
.app-list .item .icon img {
  width: 100%;
  height: 100%;
}

.category-app-list .item h2,
.app-list .item h2 {
  padding: 0;
  margin: 0;
}
.category-app-list-2 .item span,
.category-app-list-2 .item span a {
  font-size: 12px;
  color: #909090;
}
.category-app-list .item .title {
  padding: 0 15px;
  font-size: 15px;
  margin: 10px 0 5px 0;
  max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.category-app-list-2 .item .title {
  margin: 0;
}
.category-app-list-2 .item .title {
  padding: 0;
}
.category-app-list .item .info {
}

.category-app-list .item .info span {
  display: inline-block;
  position: relative;
}

.category-app-list .item .info span {
  font-size: 12px;
}

.category-app-list .item .info span::after {
  content: "|";
  color: #f1f2f6;
  margin: 0 5px;
}

.category-app-list .item .info span:last-child::after {
  display: none;
}

.category-app-list .uk-width-auto {
  width: 16.666%;
}

.category-app-list .uk-width-auto .item {
  border: 1px solid #f1f2f6;
}

/* 分类-app结束 */
/* 分页开始 */
.pagination {
}

.pagination li {
  background: #fff;
  display: inline-block;
  padding: 7px 15px !important;
  border-radius: 4px;
  margin-right: 6px;
  color: #606266;
  transition: all 0.3s;
  border: 1px solid #f6f6f6;
}

.pagination li a {
  color: #606266;
}

.pagination .active {
  background-color: #008ee1;

  border: none;
  transition: all 0.3s;
}

.pagination .active a {
  color: #fff;
}

.pagination .active:hover {
  border: none !important;
}

.pagination li:hover {
  background-color: #008ee1;
}

.pagination li:hover a {
  color: #fff;
}

/* 分页结束 */

/* 文章开始 */
.single-app article header {
  border: 1px solid #f1f2f6;
}
.single-app article .app-bg-box {
  z-index: 1;
  position: relative;
    padding: 15px 10px;
  border-bottom: 1px solid #f1f2f6;
}

.single-app article header .header {
  border-radius: 8px 8px 0 0;
}
.single-app article header h1 {
  font-size: 24px;
  font-weight: bold;
}

.single-app article header .icon {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
}
.single-app article header .score {
  margin-left: 10px;
  color: #f49b00;
}
.single-app article header .icon img {
  width: 100%;
  height: 100%;
}

.single-app article header .app-btn ul {
}

article header .app-btn li{
  border-radius: 32px;
  cursor: pointer;
  background: #008ee1;
  position: relative;
  text-align: center;
  margin: 0 10px;
  width: 30%;
}
article header .app-btn li a {
  color: #fff;
  font-size: 15px;
   border-radius: 32px;
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 15px 0 15px 0px;
  width: 100%;
  display: block;
}
article header .app-btn li:hover {
  opacity: 0.8;
}

article header .app-btn li::before {
  content: "";
  background: url(../images/android.png) no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  width: 20px;
  height: 24px;
  display: block;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 12px;
}

article header .app-btn li.ios::before {
  background: url(../images/ios.png) no-repeat;
}

article header .app-btn li.android {
  background: #00b277;
}

article header .app-btn li.ios {
  background: #161617;
}

article header .app-btn li.no {
  background-color: #f2f4f6;
  color: #999;
  font-size: 0;
  padding-left: 30px;
}

article header .app-btn li.no::after {
  content: "暂无下载";
  font-size: 16px;
}

article header .app-btn li.no::before {
  content: "";
  background: none;
}
.app-images {
  border: 1px solid #f1f2f6;
  border-top: none;
}
.app-images ul li img {
  border-radius: 2px;
  z-index: 9999;
}
.app-content {
  border: 1px solid #f1f2f6;
  border-top: none;
}
.app-content h2 {
  text-indent: 0;
}
.app-content h3,
.app-content h4,
.app-content h5 {
  margin: 15px 0;
  display: inline-block;
  background-color: #008ee1;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  padding-right: 12px;
  border-radius: 4px;
  position: relative;
  padding-right: 30px;
  line-height: normal;
  text-indent: 0;
}
.app-content h3::before,
.app-content h4::before,
.app-content h5::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.app-content h3::after,
.app-content h4::after,
.app-content h5::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translate(0, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 15px 7px 7px;
  border-color: transparent transparent transparent #008ee1;
  z-index: 10;
}
.app-content,
.app-content p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
}
.app-content img, .app-content p img {
    margin: 0 auto;
    display: block;
}
/* 资讯正文开始 */
.single-news article header {
  border: 1px solid #f1f2f6;
}
.single-news article .app-bg-box {
  z-index: 1;
  position: relative;

  border-bottom: 1px solid #f1f2f6;
  border-top: none;
}

.single-news article header .header {
  border-radius: 8px 8px 0 0;
}
.single-news article header h1 {
  font-size: 24px;
  font-weight: bold;
}

.single-news article header .icon {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
}
.single-news article header .score {
  margin-left: 10px;
  color: #f49b00;
}
.single-news article header .icon img {
  width: 100%;
  height: 100%;
}
.single-news .news-content {
  border: 1px solid #f1f2f6;
  border-top: none;
}

.single-news .news-content h2,
.single-news .news-content h3,
.single-news .news-content h4,
.single-news .news-content h5 {
  margin: 15px 0;
  display: inline-block;
  background-color: #008ee1;
  color: #fff;
  font-size: 16px;
  padding: 8px 12px;
  padding-right: 12px;
  border-radius: 4px;
  position: relative;
  padding-right: 30px;
  line-height: normal;
  text-indent: 0;
}
.single-news .news-content h2::before,
.single-news .news-content h3::before,
.single-news .news-content h4::before,
.single-news .news-content h5::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}
.single-news .news-content h2::after,
.single-news .news-content h3::after,
.single-news .news-content h4::after,
.single-news .news-content h5::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translate(0, -50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 15px 7px 7px;
  border-color: transparent transparent transparent #008ee1;
  z-index: 10;
}
.single-news .news-content,
.single-news .news-content p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
}
.single-news .news-content img,
.single-news .news-content p img{
    display: block;
    margin:0 auto;
}
.single-news .single-app .app-bg-box .module-title {
  font-size: 24px;
  font-weight: bold;
  border: none;
  color: #303133;
  margin-bottom: 20px;
}
.single-news .news-content .news-content-cardbox {
}
.single-news .news-content .news-content-cardbox {
  border: 1px solid #f1f2f6;
  text-indent: 0;
}
.single-news .news-content .news-content-cardbox .item {
  border-bottom: 1px solid #f1f2f6;
  padding: 25px 20px;
}
.single-news .news-content .news-content-cardbox .item:last-child {
  border: 0;
}
.single-news .news-content .news-content-cardbox .item:hover {
  background: #008ee1;
}
.single-news .news-content .news-content-cardbox .item .num {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  background: #ddd;
  color: #fff;
  margin-right: 15px;
}
.single-news .news-content .news-content-cardbox .item:nth-child(1) .num {
  background: #ff5a00;
}
.single-news .news-content .news-content-cardbox .item:nth-child(2) .num {
  background: #ff9b19;
}
.single-news .news-content .news-content-cardbox .item:nth-child(3) .num {
  background: #ffcb2e;
}
.single-news .news-content .news-content-cardbox .item .icon {
  width: 86px;
  height: 86px;
  margin-right: 15px;
  position: relative;
}
.single-news .news-content .news-content-cardbox .item .icon img {
  width: 100%;
  height: 100%;
  max-width: none;
}
.single-news .news-content .news-content-cardbox .item .title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}
.single-news .news-content .news-content-cardbox .item .type {
  margin: 12px 0;
}
.single-news .news-content .news-content-cardbox .item .type span {
  display: inline-block;
  background: #ffbd39;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  line-height: normal;
  border-radius: 3px;
  margin-right: 3px;
}
.single-news .news-content .news-content-cardbox .item .type span:nth-child(1) {
  background: #0fe29a;
}
.single-news .news-content .news-content-cardbox .item .type span:nth-child(2) {
  background: #ffb700;
}
.single-news .news-content .news-content-cardbox .item .type span:nth-child(3) {
  background: #6659e7;
}
.single-news .news-content .news-content-cardbox .item .type span:nth-child(4) {
  background: #fc5185;
}
.single-news .news-content .news-content-cardbox .item .type span:nth-child(5) {
  background: #409eff;
}
.single-news .news-content .news-content-cardbox .item .desc {
  font-size: 13px;
  color: var(--md-c);
}
.single-news .news-content .news-content-cardbox .item .more {
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border: 1px solid var(--pm-c);
  color: var(--pm-c);
}
.single-news .news-content .news-content-cardbox .item:hover .more {
  color: #fff;
  background: var(--pm-c);
}
/* 资讯正文结束 */

/* 应用背景图开始 */
.headBg {
  height: 100px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 8px 8px 0 0;
  position: absolute;
  z-index: 0;
}
.headBg::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#1baff462)
  );
  background: linear-gradient(360deg, transparent, #1b84f462);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.headBg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(#fff)
  );
  background: linear-gradient(180deg, transparent, #fff);
  z-index: 1;
  width: 100%;
  height: 100%;
}
.headBg img {
  width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* 应用背景图结束 */
/* 展开开始 */
.app-content {
  position: relative;
  overflow: hidden;
}

.app-content-more {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px 50px #fff;
  padding-bottom: 20px;
}

.app-content-more span {
  display: inline-block;
  padding: 0px 24px;
  background: #d5f0ff;
  color: #008ee1;
  margin: 10px 0;
  border-radius: 20px;

  cursor: pointer;
  font-size: 15px;
  text-indent: 0;
}
/* 展开结束 */
/* 更多说明开始 */
.app-more-info {
  border: 1px solid #f1f2f6;
  border-top: none;
}
/* 更多说明结束 */
/* 相关版本开始 */
.app-version {
  border: 1px solid #f1f2f6;
  border-top: none;
}
.app-version dl {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: dashed 1px #f1f2f6;
}
.app-version dl dt {
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
  width: 60px;
  margin-right: 10px;
}
.app-version dl dt img {
  display: block;
  height: 60px;
  object-fit: cover;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.app-version dl dd span {
  color: #999;
  font-size: 12px;
  display: inline-block;
}
.app-version dl dd a.applicationtitle {
  display: block;
  width: 100%;
}
.app-version dl dd a.btn {
  display: block;
  line-height: 35px;
  border-radius: 40px;
  padding: 0px 30px 0 30px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  background: #d5f0ff;
  color: #008ee1;
  position: relative;
}

.app-version dl:hover dd a.btn {
  background-color: #008ee1;
  color: #fff;
  /* opacity: .7; */
}
.app-version dl dt {
}
.app-version dl dd:nth-child(2) {
  flex: 1;
}
.app-version dl dd a {
  display: block;
  font-size: 15px;
  padding-bottom: 5px;
}
.app-version dl dd:nth-child(4) {
  flex-basis: 100%;
  padding-top: 15px;
  line-height: 28px;
  text-indent: 2em;
  display: none;
}
.app-version dl dd h3 {
  padding: 0;
  margin: 0;
}
/* 相关版本结束 */
/* 相关资讯开始 */
.news-list-box .news-list {
  border: 1px solid #f1f2f6;
  padding: 15px 0;
}
.news-list-box .news-list .item {
  padding: 15px;
}
.news-list-box .news-list .item:hover {
  background-color: #f1f2f6;
  transition: all 0.3s;

  margin: 0 -0px;
}
.news-list-box .news-list .item:hover h2 a {
  color: #008ee1;
}
.app-news,
.single-news .news-list {
  border: 1px solid #f1f2f6;
}
.single-app .app-news,
.single-news .news-list {
  border-top: none;
}
.single-app .app-news.news-list ul li,
.single-news .news-list ul li {
  padding: 15px 0;
}
.news-list ul {
  padding: 0px 0px 0px 0px;

  margin: 0 0;
}
.single-app .news-list ul {
  margin-top: -20px;
}
.news-list .item {
  border-bottom: 1px dashed #f1f2f6;
}

.news-list .item:last-child {
  margin-bottom: 0;
}

.news-list .item .uk-width-auto {
  width: 24.25%;
  max-height: 117px;
}
.news-list .item .item-thumb {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.news-list .item h3,
.news-list .item h2 {
  font-size: 16px;
}
.news-list .item a.itemcategory {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  left: 10px;
  line-height: 14px;
  padding: 4px 8px;
  position: absolute;
  text-decoration: none;
  top: 10px;
}

.news-list .item:hover .item-excerpt .itemtitle a {
  color: #008ee1;
}

.news-list .item .item-excerpt {
}

.news-list .item .item-excerpt p {
  line-height: 1.625;
}
.news-list .item .item-excerpt span,
.news-list .item .item-excerpt span a {
  color: #999;
  font-size: 12px;
  line-height: 24px;
}

.news-list .item .item-excerpt span a:hover {
  color: #008ee1;
}

.news-list .itemmeta .itemapps,
.news-list .itemmeta .itemappstag,
.news-list .itemmeta .itemauthor {
  display: inline-block;
  margin-right: 15px;
}
.news-list .item .itemcontent .itemmeta .itemappstag a {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}
.news-list .item .itemcontent .itemmeta .itemappstag a:hover {
  color: #008ee1;
}

.news-list .itemmeta .itemdate::before {
  content: "";
  color: #999;
}
.news-list .itemmeta .itemcategory {
  margin-right: 5px;
}
.news-list .itemmeta .itemcategory::before {
  content: "•";
  color: #999;
  margin: 0 5px;
}

.news-list .itemmeta .itemcategory {
  display: initial;
}

.news-list .item-2 .item-thumb {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}

.news-list .item-2 .item-thumb span {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out 0s;
  width: 24.25%;
}
.news-list .item.item-2 .item-thumb {
  height: auto;
}
.news-list .item-2 .item-thumb span:before {
  content: "";
  display: block;
  padding-top: 62.5%;
  position: relative;
  z-index: 1;
}

.news-list .item-2 span i {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
/* 相关资讯结束 */
/* 侧边栏开始 */
aside.aside {
  width: 330px;
}

aside .rel-category ul {
  margin: -5px 0 20px 0;
}

aside .rel-category ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

aside .rel-category ul li {
  text-align: center;
  margin-bottom: 10px;
  flex-basis: 33.333%;
  overflow: hidden;
}

aside .rel-category ul li a {
  background: #f5f7f8;
  padding: 8px 20px;
  display: block;
  margin-top: 5px;
  margin-right: 5px;
  border-radius: 4px;
  font-size: 15px;
  color: #606266;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

aside .rel-category ul li a:hover,
aside .rel-category ul li.active a {
  background: #008ee1;
  color: #fff;
}
/* 侧边栏排行开始 */
.aside-rank ul.title {
  border: 1px solid #f1f2f6;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0;
}
.aside-rank ul.title li {
  font-size: 18px;
  color: #303133;
  line-height: 1.2;
  font-weight: bold;
  width: 50%;
  background-color: #fafafa;
  position: relative;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  padding: 15px;
}
.aside-rank ul.title li span {
  display: block;

  text-align: center;
  cursor: pointer;
}
.aside-rank ul.title li.uk-active {
  background: #fff;
  color: #008ee1;
}
.aside-rank .uk-switcher {
  border: 1px solid #f1f2f6;
  border-top: none;
}
.aside-rank ul.title li.uk-active span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #008ee1;
}
.aside-rank .rank ul li {
  border-bottom: 1px dashed #eee;
}
.aside-rank .rank ul li:last-child {
  border: none;
}
.aside-rank span.date-time {
  font-size: 12px;
}
/* 侧边栏资讯开始 */
.aside-news ul.title {
  border: 1px solid #f1f2f6;
  border-bottom: none;
  margin-bottom: 0;
  padding-left: 0;
}
.aside-news ul.title li {
  font-size: 18px;
  color: #303133;
  line-height: 1.2;
  font-weight: bold;
  width: 50%;
  background-color: #fafafa;
  position: relative;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  padding: 15px;
}
.aside-category-news.aside-news ul,
.aside-category-app.aside-rank ul {
  border: 1px solid #f1f2f6;
}
.aside-category-app.aside-rank ul {
  padding: 15px;
}
.aside-category-news.aside-news .module-title,
.aside-category-app.aside-rank .module-title {
  padding-bottom: 10px;
  color: #303133;
  position: relative;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
  border: none;
}
.aside-news ul.title li span {
  display: block;

  text-align: center;
  cursor: pointer;
}
.aside-news ul.title li.uk-active {
  background: #fff;
  color: #008ee1;
}
.aside-news .uk-switcher {
  border: 1px solid #f1f2f6;
  border-top: none;
}
.aside-news ul.title li.uk-active span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #008ee1;
}
.aside-news .aside-news-list-1 ul {
}
.aside-news-list.aside-news-list-1 li {
  position: relative;
}
.aside-news-list.aside-news-list-1 li:first-child a.item .item {
  border-bottom: 0;
  border-radius: 8px;
  display: block;
  overflow: hidden;
  padding: 0;
  width: 100%;
  margin: 0;
  line-height: 1.46;
}

.aside-news-list.aside-news-list-1 li:first-child a.item:before {
  content: "TOP 1";
  top: 0.5em;
}

.aside-news-list.aside-news-list-1 li:first-child a.item:before {
  background: linear-gradient(135deg, #f84975 10%, #f36);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  left: 0;
  line-height: 12px;
  padding: 3px 6px 3px 4px;
  position: absolute;
  text-align: center;
  width: auto;
  z-index: 1;
}
.aside-news-list.aside-news-list-1 li:first-child a.item {
  margin: 0 0 15px 0;
}
.aside-news-list.aside-news-list-1 li:first-child a.item .item-img {
  border-radius: 8px;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: block;
  height: auto;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.aside-news-list.aside-news-list-1 li:first-child a.item .item-img img {
  display: block;
  height: 125px;
  object-fit: cover;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.aside-news-list.aside-news-list-1 li:first-child a.item .item-content {
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.7));
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 30px 0px 15px 5px;
  position: absolute;
  width: 100%;
}

.aside-news-list.aside-news-list-1 li:first-child a.item .item-title {
  font-weight: 500;
  height: auto;
  margin: 0;
  max-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
  color: #fff;
}

.aside-news-list.aside-news-list-1 li:first-child a.item .item-title a {
  color: #fff;
}

.aside-news-list.aside-news-list-1
  li:first-child
  a.item
  .item-content
  .date-time {
  color: #fff;
}

.aside-news-list.aside-news-list-1 li a.item {
  align-items: flex-start;
  display: flex;
  margin: 0;
  overflow: hidden;
  margin: 15px 0;
  width: 100%;
  line-height: 1.46;
  position: relative;
}

.aside-news-list.aside-news-list-1 li:nth-child(2):before {
  background: linear-gradient(135deg, #ff7a66 10%, #ff2d2d);
  content: "TOP 2";
}

.aside-news-list.aside-news-list-1 li:nth-child(3):before {
  background: linear-gradient(135deg, #f59f55 10%, #ff6922);
  content: "TOP 3";
}

.aside-news-list.aside-news-list-1 li::before {
  background: linear-gradient(135deg, #f84975 10%, #f36);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  height: auto;
  left: 0;
  line-height: 12px;
  padding: 3px 6px 3px 4px;
  position: absolute;
  text-align: center;
  width: auto;
  z-index: 1;
}

.aside-news-list.aside-news-list-1 li a.item .item-img {
  border-radius: 8px;
  flex-shrink: 0;
  overflow: hidden;
  width: 100px;
  margin-right: 10px;
}

.aside-news-list.aside-news-list-1 li a.item .item-img img {
  display: block;
  height: 64px;
  object-fit: cover;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

/* .aside-news-list.aside-news-list-1 li a.item .item-content {
	flex-shrink: 1;
  
	position: relative;
	width: calc(100% - 110px);
  } */

.aside-news-list.aside-news-list-1 li a.item .item-title {
  /* height: 38px; */
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 1.4;
}

.aside-news-list.aside-news-list-1 li a.item .item-title a {
  font-size: 14px;
}

.aside-news-list.aside-news-list-1 li a.item .item-title:hover a {
  color: #008ee1;
}

.aside-news-list.aside-news-list-1 li a.item .item-content .date-time {
  color: #909090;
  font-size: 12px;
  line-height: 16px;
}
/* 侧边栏最新资讯开始 */
.aside-news-list-2 .item-thumb {
  display: block;
  width: 121px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
}
.aside-news-list-2 .uk-width-expand {
  margin-left: 10px;
}
/* 侧边栏最新资讯结束 */
/* 侧边栏资讯结束 */
/* 侧边栏排行结束 */
/* 侧边栏结束 */
/* 文章结束 */
/* 底部结束 */
/* 首页最近更新结束 */
/* 单页开始 */

.page {
}
.page .page-menu {
  width: 200px;
}
.page .page-menu ul {
  padding: 0;
}
.page .page-menu ul li {
  margin-bottom: 10px;
}
.page .page-menu ul li a {
  display: block;
  line-height: 52px;
  color: #303133;
  border-radius: 8px;
  text-align: center;
}
.page .page-menu ul li a:hover,
.page .page-menu ul .active a {
  background: #008ee1;
  color: #fff;
  border-radius: 4px;
}
.page .part-title {
  border-bottom: 1px solid #008ee1;
}
.page .page-content {
  min-height: 360px;
  padding: 20px 0;
}
.page .page-content,
.page .page-content p {
  text-indent: 2em;
  font-size: 16px;
  line-height: 36px;
}

/* 单页结束 */
/* 评论列表开始 */
.comment-warp {
}
.comment-warp .comment-item {
  border-bottom: 1px solid var(--br-c);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.comment-item .user-info {
  display: flex;
  align-items: center;
}
.comment-item .user-info .avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
  background-size: 100%;
}
.comment-item .user-info .name {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: normal;
  color: #606266;
  cursor: pointer;
}
.comment-item .user-info .name a {
  font-size: 16px;
}
.comment-item .user-info .grade {
  display: inline-block;
  background: var(--bg-c);
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: normal;
}
.comment-item .user-info .info {
  font-size: 14px;
  color: var(--md-c);
  line-height: normal;
}
.comment-item .user-info .info span {
  margin-right: 10px;
}
.comment-item .user-info .time {
  font-size: 14px;
  color: var(--md-c);
}
.comment-item .comment-content {
  padding-left: 55px;
  margin: 15px 0;
  font-size: 15px;
  line-height: 28px;
}
.comment-item .comment-content img {
  margin-top: 15px;
  display: block;
  max-width: 50%;
  border-radius: 4px;
  max-height: 320px;
}
.comment-item .comment-content a p {
  padding: 0;
  margin: 0;
}
.comment-item .comment-foot {
  display: flex;
  align-items: center;
  padding-left: 55px;
  color: var(--md-c);
  font-size: 13px;
}
.comment-item .comment-foot .time {
  font-size: 14px;
}
.comment-item .comment-foot span {
  font-size: 13px;
  display: inline-block;
  margin-left: 30px;
}
.comment-item .comment-foot span:before {
  margin-right: 3px;
  font-size: 16px;
  color: #c0c4cc;
}
.comment-item .reply {
  color: var(--md-c);
  font-size: 13px;
}
/* 评论列表结束 */

/* 标签详情页开始 */
.single-tag ul.title {
  border: 1px solid #f1f2f6;
  border-bottom: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}
.single-tag ul.title li {
  font-size: 18px;
  color: #303133;
  line-height: 1.2;
  font-weight: bold;
  width: 50%;
  background-color: #fafafa;
  position: relative;
  border-right: 1px solid #f6f6f6;
  border-left: 1px solid #f6f6f6;
  padding: 15px;
}
.single-tag ul.title li span {
  display: block;

  text-align: center;
  cursor: pointer;
}
.single-tag ul.title li.uk-active {
  background: #fff;
  color: #008ee1;
}
.single-tag .uk-switcher {
  border: 1px solid #f1f2f6;
}
.single-tag .news-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.single-tag .app-list .item h2 {
  font-size: 15px;
}
.single-tag .app-list .item:hover h2 {
  color: #008ee1;
}
/* 卡片开始 */

.read-card-box {
  position: relative;
  padding: 20px 30px;
  zoom: 1;
  max-width: 560px;
  overflow: hidden;
  text-indent: 0;
  margin: 0 auto;
  zoom: 1;
}
.read-card-box .wepCardtip {
  font-size: 16px;
  margin: 15px 0;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  position: relative;
}
.read-card-box .wepCardtip::after {
  content: "广告";
  font-size: 10px;
  color: #e1e1e1;
  font-weight: normal;
  position: absolute;
  right: 0;
}
.wepCardbox:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.read-card-box .read-card-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(20px);
  transform: scale(1.1);
  opacity: 1;
  border-radius: 4px;
}
.read-card-box .read-card-bg span {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0.2;
  z-index: 0;
  border-radius: 8px;
}
.read-card-box .read-card-icon {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  padding-right: 15px;
}
.read-card-box .read-card-icon img {
  width: 100%;
  border-radius: 16px;
  -webkit-box-shadow: 0 13px 15px rgba(31, 45, 61, 0.2);
  box-shadow: 0 13px 15px rgba(31, 45, 61, 0.2);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: -webkit-transform 0.25s, -webkit-box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s;
  transition: transform 0.25s, box-shadow 0.25s, -webkit-transform 0.25s,
    -webkit-box-shadow 0.25s;
}
/* .read-card-box .read-card-info{
  
  width: 385px;
  
} */
.read-card-box .read-card-info dl dt {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.read-card-box .read-card-info dl dd {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding-right: 10px;
}
.read-card-box .read-card-info dl dd .wepgstar {
  display: inline-block;
  margin-left: 0;
}
.read-card-box span.view-details-btn {
  position: absolute;
  bottom: 20px;
  height: 36px;
  line-height: 36px;
  font-size: 13.5px;
  padding: 0 30px;
  color: #fff;
  border-width: 0;
  border-color: #000;
  border-radius: 3.9px;
  background: #2386ea;
  z-index: 9999;
  text-align: center;
}

/* 卡片结束 */
/* 标签详情页结束 */

@media only screen and (min-width: 1px) and (max-width: 992px) {
    main.main.uk-container .single-app{
        margin:0 -15px;
    }
    .breadcrumb {
        margin: 0 -15px;
        margin-top: 0 !important;
        padding: 10px 15px;
        background: #fafafa;
    }
    .breadcrumb li a {
        font-size: 12px;
    }
    .headBg {
        border-radius: 0;
    }
    .single-app article header {
        border:none;
    }
  .style-tab-one {
    margin: 20px 0px 0px 0px !important;
    border:none;
    
  }

  .index-apps .index-apps-list .item {
    width: 25%;
  }

  .recom-cat ul {
    overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }
.nav-bar {
    height: 50px;
    background: none;
    border-top: 1px solid #f5f7f8;
}
  .nav-bar > ul {
    overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  }
  .nav-bar > ul > li {
      line-height: 50px;
  }
  .nav-bar > ul > li > a {
    padding: 0 10px;
    color: #333;
    font-size: 14px;
  }
  .nav-bar > ul > .active a:before,.nav-bar > ul > li > a:hover:before {
      content: "";
    width: 80%;
    height: 3px;
    background: #008ee1;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40%;
    border-radius: 4px;
  }
  .nav-bar > ul > .active a,.nav-bar > ul > li > a:hover {
      background: none;
      color: #008ee1;
      font-weight: bold;
  }
  .single-app article {
    flex: auto;
    margin-right: 0 !important;
  }
  .single-app aside {
    display: none;
  }
  .single-news {
      margin:0 -15px !important;
  }
  .single-news article.uk-margin-right {
    margin-right: 0 !important;
  }
  .news-content-cardbox .view-details-btn {
    display: none;
  }
  .single-news .news-content .news-content-cardbox {
    border: none;
    padding: 0;
  }
 .comments {
     border:none;
 }
  .comments .module-title {
    margin-bottom: 0 !important;
  }
  .top-bar .uk-container {
    padding: 0;
  }
  .top-bar ul {
    margin: 0 !important;
    padding: 0 !important;
  }
  .search {
      margin:0 10px;
  }
  .search form {
    width: 200px;
  }
  .search form input {
    border-left: 1px solid #cee3e9;
    border-radius: 16px;
  }
  .search form button {
    min-width: 50px;
    border-radius: 0px 16px 16px 0;
  }
  header.header .logo {
    padding: 0 15px !important;
  }
  .top-bar {
    padding-left: 15px;
  }
  .index-news-center {
    flex: none;
  }
  .index-news .index-news-right ul.top {
    margin-left: 0;
    padding-left: 0;
    margin: 0;
  }
  .index-news .index-news-right ul.top li {
        padding-right: 0;
        height: 121px;
        overflow: hidden;
        position: relative;
            flex-basis: inherit;
         margin-left: 0px;
  }
  .index-news .index-news-right ul.top h3 {
      margin: 5px 0 0 0;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #333;
    color: #fff;
    padding: 10px 0;
    width: 100%;
  }
  .index-news .index-news-right ul.top li img {
      width: 100%;
      max-height: inherit;
  }
  .app-info {
      margin-bottom: 15px;
  }
  .app-info .uk-margin-left {
      margin-left: 0px!important;
  }
  .app-info .uk-margin-left ul li {
      max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    text-align: center;
  }
  article header .app-btn li {
      width: 100%;
      margin-right: 0;
  }
  .category-catnamelist ul li {
      width: 25%;
  }
  .category-app-list .uk-width-auto {
      width: 50%;
  }
  .w320 {
      width: auto;
  }
  .page .page-menu {
  display: none;
}
.page .uk-width-expand {
    padding: 20px;
}
.single-news {
    margin:0 -0px;
}
.single-news article header {
background: #f6f6f6;
        margin: 10px 15px 15px 15px;
        padding: 15px !important;
}
.single-news article header,.single-news .news-content 
{
    border:none;
  padding-top: 0px;
}
.single-app article header .app-btn ul {
    margin-left: -10px;
}
.single-app article header .icon {
    width: 90px;
    height:90px;
    margin: 0 auto;
    border: 4px solid rgba(255, 255, 255, .75);
}
.single-app article header h1 {
    margin: 10px 0 15px 0;
    text-align: center;
    font-size:21px;
}
.single-news article header h1 {
    font-size: 21px;
    line-height: 34px;
}
.single-app article header h1:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.category-catnamelist {
    margin-top: 10px!important;
}
.single-app article header .header {
    background: none;
}
.single-app article header .header:after {
    content: '';
    background: #fff;
}
.single-app article header .header:before {
content: '';
        background: #fff;
        display: block;
        height: 76px;
        position: absolute;
        top: 35px;
        left: 40px;
        width: 95%;
        z-index: -9999;
        border-radius: 16px 16px 0 0;
        padding: 0;
        margin: 0px -30px;
}
.news-list .category-catnamelist ul {
        flex-wrap: nowrap;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
}
.app-news.news-list ul li h3.uk-text-truncate{
    white-space:initial
}
.single-app article .app-bg-box {
    padding: 0;
}
.news-list-box .news-list {
    border:none;
}
.news-list-box .news-list .item {
    padding:15px 0;
}
.news-list-box {
    margin-right: 0!important;
}
.news-list-box .news-list .module-title {
    margin-left: 0!important;
}
.single-news article.uk-margin-right {
    
}
.single-news .news-list {

    border:none;
}
.app-news, .single-news .news-list {
    border:none;
}
.category-catnamelist ul li a, .category-catnamelist ul li span {
    padding:5px 10px!important;
}
.single-tag {
    padding:15px 0;
}
.single-tag .news-list li {
    padding:15px 0;
}
.news-list .item .uk-width-auto {
    max-height: 60px;
    
}
.recom ul li {
    flex: none;
    width: auto;
    max-width: 17%;
}
.footer .foot-cop {
    padding: 15px 0;
}
.footer .foot-cop a {
    margin: 0 auto;
}
.all-menu {
    display: none;
}
.index-news .index-news-center ul,.index-news-right ul.bottom,.phb-item {
    border:none;
}
.phb-item .module-title h3 {
    padding: 0;
}
.phb-item .module-title h2 {
    padding:0 0 15px 0;
}
.page-phb .rank ul {
    padding:15px 0;
}
.page-phb-box h1 {
    margin:0 auto;
}
.single-news-info {
    font-size: 12px;
     overflow-x: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
    
}
.single-news-info::-webkit-scrollbar，.nav-bar > ul::-webkit-scrollbar,.recom-cat ul:last-child::-webkit-scrollbar {
  display: none;
}
.single-news article .app-bg-box 
{
    background: none;
    padding: 0!important;
    margin:15px!important;
}
.single-news article header .icon {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.single-news article header .app-info .uk-margin-left ul li {
    text-align: left;
}
.index-news .index-news-right {
    display: none;
}
}
