
/* --- Element UI 图标字体 --- */
@font-face {
  font-family: "element-icons";
  src: url('../font/element-icons.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* --- Element UI 按钮样式（下载按钮使用） --- */
.el-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  -webkit-transition: .1s;
  transition: .1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button:focus,
.el-button:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.el-button--default {
  /* default variant - uses base el-button styles */
}

.el-button--medium {
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.el-button--primary {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
}

.el-button--primary:focus,
.el-button--primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}

.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
  background-color: #a0cfff;
  border-color: #a0cfff;
}

.el-button--primary:active {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
}

/* --- 下载图标 --- */
.el-icon-download:before {
  content: "\e77c";
}

[class*=" el-icon-"],
[class^=el-icon-] {
  font-family: element-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.el-icon-download {
  margin-right: 4px;
}

/* --- 全局变量 --- */
:root {
  --short-code-element-border-radius: 4px;
  --theme-secondary-text-color: #909399;
}

/* --- .title-plane - 下载分类外层容器（蓝色虚线边框） --- */
.title-plane {
  background: #e2edfa;
  color: #414c59;
  border: 2px dashed #007aff;
  border-radius: var(--short-code-element-border-radius);
  padding: 2px;
  margin-bottom: 10px;
  font-size: 15px;
  word-break: break-all;
}

.title-plane > p {
  background: #007aff;
  color: #fff;
  border-radius: var(--short-code-element-border-radius);
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 0;
}

.title-plane > div {
  padding: 10px;
}

/* --- .download-plane - 下载面板（白底圆角 flex 布局） --- */
.download-plane {
  max-width: 600px;
  margin: auto;
  transition: 0.3s;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #f0f0f0;
  border-radius: var(--short-code-element-border-radius);
  margin-bottom: 10px;
  padding: 5px 10px;
  position: relative;
  top: 0;
}

.download-plane a {
  text-decoration: none !important;
}

.download-plane:hover {
  top: -5px;
}

.download-plane .download-plane-icon img {
  width: 40px;
  height: 40px;
  box-shadow: none;
}

.download-plane .download-plane-info {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download-plane .download-plane-info .source-info {
  font-size: 14px;
  color: var(--theme-secondary-text-color);
}

/* --- .erphpdown-content-vip - VIP专属内容块（橙色虚线边框） --- */
.erphpdown-content-vip {
  padding: 15px 25px !important;
  border: 2px dashed #ff5f33;
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 5px !important;
}

.erphpdown-content-vip .erphpdown-vip {
  border-radius: 20px;
  background: #ff5f33;
  color: #fff !important;
  padding: 7px 18px 8px;
  line-height: 1;
  text-decoration: none !important;
  font-size: 14px;
  display: inline-block;
  margin-left: 8px;
}

.erphpdown-content-vip .erphpdown-vip:hover {
  opacity: 0.8;
}
