@charset "UTF-8";
/* ---- 插件下载 Style---- */
.sn-download-header {
  text-align: left !important;
}
.sn-download-header h2 {
  position: relative;
  font-size: 30px;
}
.sn-download-header h2::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #df4044;
  border-radius: 2px;
  content: "";
}

.sn-download-wrapper {
  min-height: calc(100vh - 76px);
}

.download {
  display: flex;
  flex-wrap: wrap;
}
.download .download-item {
  display: flex;
  padding: 24px;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}
.download .download-item .download-left {
  display: flex;
  width: 100%;
  padding-left: 16px;
  flex-direction: column;
  justify-content: space-between;
}
.download .download-item .download-left .download-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.download .download-item .download-left .download-title h5 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: left;
}
.download .download-item .download-left .download-title a {
  display: flex;
  padding: 2px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #df4044;
  text-align: left;
  cursor: pointer;
  border: 1px solid #df4044;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.download .download-item .download-left .download-title a .icon-box {
  width: 16px;
  height: 16px;
}
.download .download-item .download-left .download-title a .icon-box .icon {
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: #df4044;
}
.download .download-item .download-left .download-title a .icon-box .icon::before, .download .download-item .download-left .download-title a .icon-box .icon::after {
  position: absolute;
  content: "";
  box-sizing: content-box;
}
.download .download-item .download-left .download-title a .icon-box .icon::before {
  position: absolute;
  top: 2px;
  left: -4px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #df4044;
  border-right: solid 2px #df4044;
  content: "";
  transform: rotate(135deg);
}
.download .download-item .download-left .download-title a .icon-box .line {
  position: absolute;
  inset: 8px 0 0 9.5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-bottom: 2.5px solid #df4044;
}
.download .download-item .download-left .download-title a:hover {
  color: #fff;
}
.download .download-item .download-left .download-title a:hover .icon-box .icon {
  background-color: #fff;
}
.download .download-item .download-left .download-title a:hover .icon-box .icon::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.download .download-item .download-left .download-title a:hover .icon-box .line {
  border-bottom: 2.5px solid #fff;
}
.download .download-item .download-left .download-title p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-align: left;
}

/* ------ 分页  Style ------ */
.pagination {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  gap: 8px;
  flex-wrap: wrap;
}
.pagination a {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  color: #df4044 !important;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.pagination a:hover {
  border: 1px solid #d9d9d9;
}
.pagination .active {
  color: #fff !important;
  cursor: default;
  background: #df4044;
  border-color: #df4044;
}
.pagination .disabled {
  color: #bfbfbf;
  cursor: not-allowed;
  background: #f5f5f5;
}

/*# sourceMappingURL=download.css.map */
