.sy-slide > a {
  position: relative;
  height: 480px;
}
.sy-slide > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  min-width: 100%;
  min-height: 100%;
  backdrop-filter: blur(20px);
  background-color: #fff;
}
.sy-slide > a img {
  height: 100%;
}
.sy-slide > a img.banner-pic-blur {
  min-width: 100%;
}
.sy-slide > a img.banner-pic-show {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
.sy-box {
  position: relative;
}
.sy-box .sy-pager {
  position: absolute;
  left: 0;
  top: 89%;
  z-index: 9999;
}
.sy-box .sy-pager li {
  width: 7px;
  height: 7px;
  opacity: 0.3;
  border-radius: 3px;
  border: 1px solid #fff;
}
.sy-box .sy-pager li a {
  background: none;
}
.sy-box .sy-pager li.sy-active {
  border-color: #fff !important;
}
.sy-box .sy-pager li.sy-active a {
  background-color: #fff !important;
}
.category_list {
  margin-top: 0;
}
.category_list ul li {
  height: inherit;
  margin-bottom: 10px;
  margin-right: 0;
}
.category_list ul li span {
  padding-left: 36px;
}
.category_list ul li a {
  padding-left: 40px;
}
.post_list {
  margin-bottom: 0;
  margin-right: 0;
}
.post_list ul {
  margin-bottom: 0;
}
.post_list ul li dl dd:nth-of-type(2) div {
  justify-content: flex-end;
}
.post_list ul li dl dt a {
  font-size: 18px;
}
.post_list ul li .clock-icon {
  margin-left: 40px;
}
.post_list ul li .post-item-thumbnail {
  max-width: 200px;
  height: 140px;
  border-radius: 4px;
  object-fit: cover;
}
.post_list ul li .post-item-txt {
  height: 128px !important;
}
.list-head-area {
  height: 70px;
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #0B2CDB;
}
.list-head-area h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
  padding-left: 18px;
  line-height: 62px;
}
.list-head-area a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  position: relative;
  padding-right: 18px;
}
.list-head-area a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("../../images/software/ds-software-more-24.svg") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 54px;
}
#software-bottom-trending::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%;
  position: absolute;
  top: 27px;
  left: 12px;
}
#software-bottom-latest::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../../images/software/ds-software-new-8.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 30px;
  left: 12px;
}
.software-bottom-list {
  background: #F8F9FA;
  border-radius: 4px;
}
.software-bottom-list ul {
  padding: 25px 20px;
}
.software-bottom-list ul li:not(:last-child) {
  margin-bottom: 25px;
}
.software-bottom-list ul li a {
  font-size: 16px;
  color: #000;
}
.software-bottom-list ul li a:hover {
  text-decoration: underline;
}
.software-bottom-list ul li div {
  display: flex;
  justify-content: space-between;
  color: #999;
  margin-top: 10px;
}
.software-bottom-list ul li div p {
  color: #a7a7a7;
}
.software-bottom-list ul li div p span.clock-icon::before {
  top: 2px;
}
.sidebar-search {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F9FA;
  border-radius: 8px;
}
.sidebar-form {
  display: flex;
  align-items: center;
  height: 64px;
}
.sidebar-form .form-group {
  margin-bottom: 0;
}
.sidebar-form input[name="q"] {
  width: 352px;
  margin: 0;
  background: #fff;
  height: 32px;
  border: 0;
  outline: none;
  border-radius: 8px;
  padding-left: 15px;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sidebar-form input[type="submit"] {
  position: absolute;
  width: 16px;
  height: 16px;
  padding: 0;
  top: 24px;
  right: 30px;
  border: none;
  background: url(../../images/software/ds-software-ic-search-16@2x.png) no-repeat;
  background-size: 100% 100%;
}
.sidebar-form input[type="submit"]:active,
.sidebar-form input[type="submit"]:focus {
  background-color: #fff;
  border: none;
  outline: none;
}
.sidebar-form #placeholder {
  color: #a7a7a7;
}
.submit-source {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #F8F9FA;
  border-radius: 8px;
  margin-top: 16px;
  padding-left: 32px;
}
.submit-source p {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}
.submit-source p::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%;
  position: absolute;
  left: -28px;
  top: 2px;
}
.submit-source a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 48px;
  background: #0028FF;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-left: 51px;
}
.download-board {
  background: #F8F9FA;
  border-radius: 8px;
  padding: 40px 25px;
  margin-top: 16px;
}
.download-board .headtitle {
  margin-bottom: 24px;
  margin-top: 0;
  border-bottom: none;
}
.download-board .headtitle h2 {
  font-size: 18px !important;
  border-bottom: none;
  padding-left: 23px;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
}
.download-board .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: 4px;
  left: 0;
}
.download-board .headtitle h2::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 16px;
  background: url("../../images/index/ds-sidebar-img-decoration@2x.webp") no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  position: absolute;
  top: 2px;
}
.download-board #board-first-item {
  height: 200px;
  border-radius: 8px;
  display: flex;
  align-items: flex-end;
}
.download-board #board-first-item > a {
  position: absolute;
  display: inline-block;
  width: 334px;
  height: 200px;
}
.download-board #board-first-item > div {
  width: 100%;
  padding: 16px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  border-radius: 8px;
}
.download-board #board-first-item div a {
  color: #fff;
}
.download-board #board-first-item .post-item-info {
  display: block;
  width: 100%;
}
.download-board ul li:not(:last-child) {
  margin-bottom: 24px;
}
.download-board ul li div {
  display: flex;
  position: relative;
}
.download-board ul li div .board-ranking {
  width: 62px;
  height: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -4px;
}
.download-board ul li div .board-rank-first {
  background: url(../../images/software/ds-sidebar-tag-ranking-first.svg) no-repeat;
  background-size: 100% 100%;
  top: -114px;
}
.download-board ul li div .board-rank-second {
  background: url(../../images/software/ds-sidebar-tag-ranking-second.svg) no-repeat;
  background-size: 100% 100%;
  top: 4px;
}
.download-board ul li div .board-rank-third {
  background: url(../../images/software/ds-sidebar-tag-ranking-third.svg) no-repeat;
  background-size: 100% 100%;
  top: 4px;
}
.download-board ul li div .board-rank-other {
  background: url(../../images/software/ds-sidebar-tag-ranking-other.svg) no-repeat;
  background-size: 100% 100%;
  top: 4px;
}
.download-board ul li div a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.download-board ul li div div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.download-board ul li div div div {
  flex-direction: row;
  justify-content: space-between;
}
.download-board ul li .post-item-info a {
  padding-left: 16px;
  width: 246px;
}
.download-board ul li .post-item-info .post-item-added {
  padding-left: 16px;
}
.view-icon::before {
  left: -2px;
  top: 1px;
}
.clock-icon::before {
  top: 1px;
}
.software-thumbnail-holder {
  width: 88px;
  height: 72px;
  background-color: #fff;
  border-radius: 4px;
  flex-shrink: 0;
}
.recommend-software {
  background: #F8F9FA;
  border-radius: 8px;
  padding: 40px 25px;
  margin-top: 16px;
}
.recommend-software .headtitle {
  margin-bottom: 24px;
  margin-top: 0;
  border-bottom: none;
}
.recommend-software .headtitle h2 {
  font-size: 18px !important;
  border-bottom: none;
  padding-left: 23px;
  position: relative;
  margin-bottom: 0;
  font-weight: 600;
}
.recommend-software .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: 4px;
  left: 0;
}
.recommend-software .headtitle h2::after {
  content: "";
  display: inline-block;
  width: 200px;
  height: 16px;
  background: url("../../images/index/ds-sidebar-img-decoration@2x.webp") no-repeat;
  background-size: 100% 100%;
  margin-left: 16px;
  position: absolute;
  top: 2px;
}
.recommend-software ul li:not(:last-child) {
  margin-bottom: 24px;
}
.recommend-software ul li div {
  display: flex;
  position: relative;
}
.recommend-software ul li div a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.recommend-software ul li div div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.recommend-software ul li div div div {
  flex-direction: row;
  justify-content: space-between;
}
.recommend-software .post-item-info a {
  padding-left: 16px;
  width: 246px;
}
.recommend-software .post-item-info .flex-layout {
  padding-left: 16px;
}
.sidebar-wrapper {
  position: sticky;
  top: 98px;
}
.bottom-post-section {
  margin-bottom: 145px;
}
.keep-with-sidebar {
  padding-bottom: 157px;
  margin-top: 40px;
}
.hot-article-box {
  margin-top: 40px;
}
.tc-main {
  margin-top: 0;
}
.content-wrapper.col-md-8 {
  padding-top: 0;
}
.row {
  margin-left: 0;
  margin-right: 0;
}
.banner #home-slider img {
  width: 1200px !important;
}
@media (max-width: 1200px) {
  .container .row:nth-of-type(2) {
    display: none;
  }
  .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .body-white .row .content-wrapper {
    padding-right: 15px;
  }
  .category_index .container h1 {
    margin-left: 20px;
  }
  .category_list {
    flex-direction: column;
  }
  .category_list ul {
    margin-top: 10px;
  }
  .category_list ul li {
    height: 30px;
  }
}
@media (max-width: 786px) {
  .row {
    margin: 0;
  }
  .tc-main {
    margin-top: 40px;
  }
  .category_list {
    padding: 0;
  }
  .category_list ul {
    gap: 10px;
  }
  .category_list ul li {
    margin-right: 8px;
  }
  .category_list ul li span {
    padding-left: 0;
  }
  .category_list ul li .post-item-thumbnail {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 390px) {
  .post_list ul .post-item-thumbnail {
    max-width: 100% !important;
  }
}
/*# sourceMappingURL=software.css.map */