body {
  font-family: PingFangSC-Regular, "Microsoft Yahei-Regular", "Microsoft Yahei";
  padding-top: 64px;
  background: #fff;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.container {
  width: 1200px;
  padding: 0;
}
.container #right_area {
  position: sticky;
  top: 57px;
}
.flex-layout {
  display: flex;
}
.recommend-software ul li .lya-img-tinybox,
.download-board ul li .lya-img-tinybox {
  height: 72px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.recommend-software ul li .lya-img-tinybox img,
.download-board ul li .lya-img-tinybox img {
  width: 88px;
  height: 72px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}
.navbar {
  min-height: 64px;
  margin-bottom: 0;
}
.navbar-dark .nav .user {
  line-height: 64px;
}
.nav .open > a {
  background: none;
}
.navbar-header {
  height: 64px;
  display: flex;
  align-items: center;
}
.navbar-header a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 245px;
  height: 28px;
}
.navbar-header a #nav-logo {
  display: inline-block;
  width: 80px;
  height: 28px;
  background: url("../images/index/ds-nav-logo-ds@2x.webp") no-repeat;
  background-size: 100% 100%;
}
.navbar-header a #nav-slogan {
  display: inline-block;
  width: 138px;
  height: 22px;
  background: url("../images/index/ds-nav-img-slogan@2x.webp") no-repeat;
  background-size: 100% 100%;
}
.navbar-dark {
  height: 64px;
  background-color: #27282D;
}
#main-menu {
  margin-left: 100px;
}
.navbar-nav > li {
  margin-right: 8px;
}
.navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
  background: none !important;
}
.navbar-form {
  margin-top: 13px;
  margin-bottom: 13px;
}
.navbar-form div.form-group {
  position: relative;
}
.navbar-form input[name="q"] {
  width: 200px;
  height: 32px;
  border: 0;
  outline: none;
  background-color: #515256;
  border-radius: 8px;
  padding-left: 32px;
  position: relative;
  color: #fff;
}
.navbar-form input[type="submit"] {
  position: absolute;
  width: 16px;
  height: 16px;
  padding: 0;
  top: 8px;
  left: 8px;
  border: none;
  background: url("../images/index/ds-nav-ic-search-16@2x.webp") no-repeat;
  background-size: 100% 100%;
}
.navbar-form input[type="submit"]:focus,
.navbar-form input[type="submit"]:active {
  outline: none;
  background: #515256 url("../images/index/ds-nav-ic-search-16@2x.webp") no-repeat;
  background-size: 100% 100%;
  border: none;
  box-shadow: none;
}
#footer {
  background-color: #191A1E;
  padding-top: 80px;
  flex: 1;
}
#footer p {
  color: #8c8c8e;
  font-size: 16px;
  text-align: center;
  padding-bottom: 16px;
}
#footer p span {
  font-size: 14px;
}
#footer p span a {
  color: #8c8c8e;
}
#footer #violation-info {
  position: relative;
}
#footer #violation-info #footer-ic-wechat {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/index/ds-bottom-ic-wechat-24@2x.webp") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-left: 4px;
  cursor: pointer;
}
#footer #violation-info #footer-ic-wechat img {
  display: none;
  position: absolute;
  max-width: 112px !important;
  height: 112px;
  top: -92px;
  left: 34px;
}
#footer #violation-info #footer-ic-wechat:hover img {
  display: block;
}
#footer #violation-info {
  font-size: 14px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
#footer_logo {
  width: 430px;
  height: 46px;
  margin: 0 auto 80px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer_logo #footer-logo {
  display: inline-block;
  width: 114px;
  height: 40px;
  background: url("../images/index/ds-bottom-logo-ds@2x.webp") no-repeat;
  background-size: 100% 100%;
}
#footer_logo #footer-slogan {
  display: inline-block;
  width: 276px;
  height: 46px;
  background: url("../images/index/ds-bottom-img-slogan@2x.webp") no-repeat;
  background-size: 100% 100%;
}
.links {
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.footer-navigation li a {
  padding: 0 20px;
}
.footer-navigation li:not(:last-child) {
  border-right: 1px solid #fff;
}
.footer-navigation #friendly-links-title {
  color: #8c8c8e;
  font-size: 14px;
  border-right: none;
  line-height: 16px;
  margin-right: 0;
}
#friendly-links ul li {
  float: left;
}
#friendly-links ul li:not(:last-child) {
  border-right: 1px solid #8c8c8e;
}
#friendly-links ul li a {
  color: #8c8c8e;
  font-size: 14px;
}
.hot-article-box {
  background-color: #F8F9FA;
  padding: 20px 24px 40px 24px !important;
  border-radius: 8px;
  margin-top: 80px;
}
.hot-article-box .headtitle {
  border-bottom: none;
}
.hot-article-box .headtitle h2 {
  font-size: 18px !important;
  border-bottom: none;
  padding-left: 23px;
  position: relative;
  margin-bottom: 0;
}
.hot-article-box .headtitle h2::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/index/ds-sidebar-ic-round-16@2x.webp") no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
  position: absolute;
  top: 14px;
  left: 0px;
}
.hot-article-box .headtitle h2::after {
  content: "";
  display: inline-block;
  width: 227px;
  height: 16px;
  background: url("../images/index/ds-sidebar-img-decoration@2x.webp") no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  position: absolute;
  top: 14px;
}
.hot-article-box .trending ul li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.hot-article-box .trending ul li#trending-first-item {
  width: 336px;
  height: 200px;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
}
.hot-article-box .trending ul li#trending-first-item > div {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  border-radius: 8px;
}
.hot-article-box .trending ul li#trending-first-item a,
.hot-article-box .trending ul li#trending-first-item i {
  color: #fff;
  padding-left: 10px;
}
.hot-article-box .trending ul li#trending-first-item .trending-post-excerpt {
  margin-bottom: 16px;
  margin-top: 8px;
  font-size: 14px;
}
.hot-article-box .trending ul li i {
  display: inline-block;
  font-size: 20px;
  color: #B4B4B4;
  line-height: 34px;
  font-style: inherit;
  flex-shrink: 0;
  font-weight: bold;
}
.hot-article-box .trending ul li a {
  display: inline-block;
  padding-left: 16px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.hot-article-box .trending ul li a:hover {
  text-decoration: none;
}
.hot-article-box .trending ul li:nth-child(2) i,
.hot-article-box .trending ul li:nth-child(3) i {
  color: #F64440;
}
.hot-article-box .trending ul li:hover div .trending-post-excerpt {
  background: #fff;
  padding: 8px;
  margin: 0 20px 0 44px;
  border-radius: 8px;
  height: auto;
  opacity: 0.9;
  visibility: visible;
  transition-delay: 0s;
  font-size: 14px;
}
.hot-article-box .trending ul div div {
  display: flex;
  align-items: center;
}
.hot-article-box .trending ul div .trending-post-excerpt {
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out, visibility 0s;
}
.tc-box {
  border: none !important;
  padding-top: 0;
}
.tc-box h2 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  margin-bottom: 16px;
}
.clock-icon {
  position: relative;
  padding-left: 18px;
  color: #a7a7a7;
  font-size: 12px;
}
.clock-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/index/ds-home-ic-time-16@2x.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
.view-icon {
  position: relative;
  padding-left: 18px;
  font-size: 12px;
  color: #a7a7a7;
}
.view-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/index/ds-software-ic-view-16@2x.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
.review-icon {
  position: relative;
  padding-left: 18px;
}
.review-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/index/ds-home-ic-review-16@2x.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
.download-icon {
  position: relative;
  padding-left: 18px;
  color: #a7a7a7;
  font-size: 12px;
}
.download-icon::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/software/ds-software-ic-download-16@2x.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
}
.tag-label {
  display: inline-block;
  height: 24px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 12px;
  top: 9px;
  padding: 0 5px;
  text-align: center;
  line-height: 24px;
  letter-spacing: 1px;
  border-radius: 2px;
}
.tag-label a {
  color: #fff;
}
.category_list {
  display: flex;
  align-items: baseline;
  margin-top: 80px;
}
.category_list h2 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
  cursor: pointer;
  flex-shrink: 0;
}
.category_list h2.active {
  font-weight: 600;
  font-size: 22px;
}
.category_list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.category_list ul li {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.category_list ul li:first-of-type span {
  padding-left: 0;
}
.category_list ul li span {
  padding-left: 26px;
}
.category_list ul li a,
.category_list ul li span {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  line-height: 28px;
}
.category_list ul li a.active,
.category_list ul li span.active {
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.category_list ul li a:hover,
.category_list ul li span:hover {
  text-decoration: none;
}
.post_list {
  margin-top: 40px;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post_list ul {
  width: 100%;
}
.post_list ul .post-item-thumbnail {
  margin-right: 24px;
  position: relative;
  width: 300px;
  height: 174px;
  border-radius: 8px;
  object-fit: cover;
}
.post_list ul .post-item-thumbnail img {
  width: 300px;
  height: 174px;
  border-radius: 8px;
}
.post_list ul li {
  display: flex;
  margin-bottom: 32px;
  position: relative;
}
.post_list ul li dl {
  margin-bottom: 0;
  width: 100%;
  padding: 10px 0;
}
.post_list ul li dl dt {
  margin-bottom: 8px;
}
.post_list ul li dl dt a {
  font-size: 20px;
  color: #000;
}
.post_list ul li dl dt a:hover {
  text-decoration: none;
}
.post_list ul li dl dd:first-of-type {
  margin-bottom: 49px;
  color: #7d7d7d;
  min-height: 40px;
}
.post_list ul li dl dd:nth-of-type(2) {
  display: flex;
  justify-content: space-between;
  color: #a7a7a7;
  font-size: 12px;
}
.post_list ul li dl dd:nth-of-type(2) .clock-icon::before {
  top: 1px;
}
.post_list ul li dl dd:nth-of-type(2) div {
  display: flex;
  justify-content: space-between;
}
.post_list ul li dl dd:nth-of-type(2) div.view-comment-time {
  width: 220px;
}
.post_list ul li dl dd:nth-of-type(2) div.comment-time {
  width: 180px;
}
.post_list ul li dl dd:nth-of-type(2) div.just-time {
  width: 70px;
}
.post_list ul li .post-item-txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 158px;
  margin: auto;
}
.post_list ul li .post-item-txt .post-item-title {
  display: inline-block;
  margin-bottom: 8px;
  overflow: hidden;
}
.post_list ul li .post-item-txt .post-item-title a {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  max-height: 55px;
  overflow: hidden;
}
.post_list ul li .post-item-txt .post-item-excerpt {
  display: inline-block;
  color: #7d7d7d;
  width: 100%;
  max-height: 40px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.post_list ul li .post-item-txt .post-item-extra {
  display: flex;
  justify-content: space-between;
  color: #a7a7a7;
  font-size: 12px;
}
.post_list ul li .post-item-txt .post-item-extra .post-item-source p {
  margin: 0 0 0 8px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post_list ul li .post-item-txt .post-item-extra div {
  display: flex;
  justify-content: space-between;
}
.post_list ul li .post-item-txt .post-item-extra div .just-time {
  width: 70px;
}
.post_list ul.ul_post_list {
  display: none;
}
.post_list ul.ul_post_list.active {
  display: block;
}
.post-table-list li {
  height: 313px;
  justify-content: start !important;
  padding-bottom: 12px;
}
.post-table-list li .post-item-txt {
  padding-left: 10px;
  padding-right: 10px;
  height: 130px;
}
.post-table-list li .post-item-txt .post-item-title {
  height: 45px !important;
}
.post-table-list li .post-item-txt .post-item-title a {
  font-size: 16px !important;
}
.post-table-list li .post-item-txt .post-item-excerpt {
  margin-bottom: 0 !important;
}
.post-table-list li .post-item-txt .post-item-extra {
  padding: 0 4px;
}
.post-table-list li img {
  margin-bottom: 8px;
}
.post-table-list .clock-icon::before {
  top: 1px;
}
#load-more-btn {
  width: 88px;
  height: 32px;
  background: #F8F9FA;
  padding: 6px 16px;
  color: #848486;
  border: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -75px;
}
.caption-wraper {
  position: absolute;
  left: 50%;
  bottom: 2em;
}
.caption-wraper .caption {
  position: relative;
  left: -50%;
  background-color: rgba(0, 0, 0, 0.54);
  padding: 0.4em 1em;
  color: #fff;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  -ms-border-radius: 1.2em;
  -o-border-radius: 1.2em;
  border-radius: 1.2em;
  font-weight: 600;
}
.tc-gridbox {
  margin: 0;
}
.dropdown-menu {
  top: 64px;
  border-radius: 4px;
}
.dropdown-menu li a {
  line-height: 24px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
  color: #000;
  background-color: #f2f2f2;
}
.dropdown-menu .active a {
  color: #333;
  background-color: #fff;
}
.dropdown-menu .active a:hover,
.dropdown-menu .active a:focus {
  color: #333;
  background-color: #f2f2f2;
}
.submenu-box {
  min-width: 310px;
  margin-bottom: 5px;
}
.submenu-box .nav-menu-icon {
  vertical-align: baseline;
}
.submenu-box .submenu-container {
  display: inline-block;
}
.submenu-box .submenu-container .sub-menu-desc {
  font-size: 12px;
  color: #7d7d7d;
  line-height: 2;
}
.caret {
  border: none;
  width: 16px;
  height: 16px;
  background: url("../images/index/ds-nav-ic-arrow-16@2x.png") no-repeat;
  background-size: 100% 100%;
}
.cate-nav {
  position: relative;
}
.cate-nav.active::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../images/index/ds-home-ic-nav-24@2x.webp") no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 6px;
}
.title-mask {
  width: 100%;
  height: 115px;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.fa-arrow-circle-up::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url("../images/index/ds-ic-back-top-48.svg") no-repeat;
}
.sy-controls li.sy-prev a::after {
  background-image: url("../images/index/ds-ic-arrow-lt-40.svg");
  background-color: transparent;
}
.sy-controls li.sy-next a::after {
  background-image: url("../images/index/ds-ic-arrow-gt-40.svg");
  background-color: transparent;
}
.keep-with-sidebar {
  padding-bottom: 220px;
}
.nav-tg {
  display: none;
}
.navbar-toggle {
  width: 22px;
  cursor: pointer;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
  transition: transform 0.65s;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar {
  width: 22px;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar:first-child {
  display: block !important;
  transform-origin: center;
  transform: rotate(45deg);
}
.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(2) {
  top: 9px;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar:nth-child(3) {
  display: none;
}
.navbar-toggle[aria-expanded="true"] span.icon-bar:last-child {
  bottom: 7px;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
}
blockquote {
  margin: 20px 0;
}
@media (max-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .footer-navigation {
    display: flex;
  }
  .caption-wraper {
    left: 0;
    bottom: 0.4em;
  }
  .caption-wraper .caption {
    left: 0;
    padding: 0.2em 0.4em;
    font-size: 0.92em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
}
.banner .clock-icon::before {
  top: 5px;
}
.banner #home-slider {
  width: 100%;
}
.banner #home-slider img {
  width: 100% !important;
}
@media (min-width: 1200px) {
  .content-wrapper.col-md-8 {
    width: 776px;
    margin-right: 40px;
    padding: 24px 0 0 0;
  }
  .sidebar-wrapper.col-md-4 {
    width: 384px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-toggle {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 100% !important;
  }
  .navbar .container {
    display: flex;
    padding: 0 20px;
    background-color: #282828;
  }
  #main-content {
    width: 100%;
  }
  #right_area,
  .sidebar-wrapper {
    display: none;
  }
  #left_area {
    width: 100% !important;
    padding: 0 20px;
  }
  .category_list {
    padding: 0 20px;
  }
  .post_list {
    margin-right: 0;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 !important;
    justify-content: space-between;
    align-items: center;
  }
  .container-navbar .nav-tg {
    display: block;
    width: 16px;
    position: relative;
    height: 14px;
    transition: all 0.65s;
    z-index: 1000;
  }
  .container-navbar .nav-tg span {
    display: block;
    height: 2px;
    background-color: #fff;
    margin-bottom: 4px;
  }
  .container-navbar.open .nav-tg span {
    transition: transform 0.65s;
    margin: 0;
    position: absolute;
    width: 100%;
  }
  .container-navbar.open .nav-tg span:first-child {
    top: 6px;
    transform-origin: center;
    transform: rotate(45deg);
  }
  .container-navbar.open .nav-tg span:nth-child(2) {
    display: none;
  }
  .container-navbar.open .nav-tg span:last-child {
    bottom: 6px;
    transform-origin: center;
    transform: rotate(-45deg);
  }
  .container-navbar.open .collapse {
    display: block;
  }
  .navbar-collapse #main-menu {
    margin: 0 !important;
  }
  .navbar-collapse li a {
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar-collapse .navbar-nav .open a {
    border-color: #e6e8e9;
  }
  .navbar-collapse .navbar-nav .open .dropdown-menu > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .dropdown.open .caret {
    transform: rotate(180deg);
  }
  .category_list {
    margin-top: 20px;
  }
  .category_list ul {
    gap: 10px;
  }
  .category_list ul li span {
    padding-left: 0;
  }
  .category_list ul li span.active {
    font-size: 18px;
  }
  .keep-with-sidebar {
    padding-bottom: 0;
  }
  .post_list {
    padding-bottom: 60px;
  }
  #load-more-btn {
    bottom: 0;
  }
  .banner {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .sy-box {
    margin: 40px 0;
  }
  .navbar-header {
    width: 100%;
    justify-content: space-between;
  }
  .navbar .container {
    flex-direction: column;
  }
  .banner {
    flex-direction: column;
  }
  .banner .sy-box {
    width: 100%;
    padding: 0 10px;
    margin: 40px 0 !important;
  }
  .banner .sy-box #home-slider {
    width: 100% !important;
  }
  .banner .right_banner_block .right_banner_item {
    text-align: center;
  }
}
@media (max-width: 700px) {
  .post_list ul li dl dd:first-of-type {
    display: none;
  }
}
@media (max-width: 520px) {
  .banner {
    flex-direction: column;
  }
  .banner h2 {
    padding: 0 20px;
  }
  .banner .right_banner_block .right_banner_item {
    text-align: center;
  }
  .post_list ul li {
    flex-direction: column;
  }
  .post_list ul .post-item-thumbnail {
    width: 100%;
  }
  #footer p {
    padding: 0 20px;
  }
  .category_list {
    flex-direction: column;
  }
  .category_list h2 {
    margin-bottom: 10px;
  }
  .category_list ul li {
    height: 30px;
  }
}
@media (max-width: 390px) {
  .post_list ul li {
    flex-direction: column;
  }
  .post_list ul li dl dd:first-of-type {
    display: block;
  }
  .post_list ul .post-item-thumbnail {
    width: 100%;
    margin-right: 0;
  }
  #footer_logo {
    width: 100%;
    flex-direction: column;
  }
  #footer_logo #footer-logo {
    flex-shrink: 0;
    margin-bottom: 10px;
  }
  #footer_logo #footer-slogan {
    flex-shrink: 0;
  }
  #footer #violation-info {
    display: block;
  }
  #footer #violation-info #footer-ic-wechat {
    vertical-align: middle;
  }
}
