body {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei UI', 'Microsoft YaHei', 'PingFang SC', 'Helvetica Neue', 'Hiragino Sans GB', 'Noto Sans', Tahoma, 'Arial', 'simsun', 'sans-serif';
  background: #f3f4f6;
  width: 100%;
  overflow-x: hidden;
}
@media (min-width: 769px) {
  html {
    height: 100%;
  }
  body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
  }
  body > footer {
    margin-top: auto;
    flex-shrink: 0;
    width: 100%;
  }
}
.center {
  width: 1200px;
  margin: 0 auto;
}
a:hover {
  text-decoration: none;
}
.p0 {
  padding: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.p15 {
  padding: 15px;
}
.mt15 {
  margin-top: 15px;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.linear {
  background: #5aac2c;
  height: 10px;
  width: 100%;
  float: left;
}
header {
  background: #fff;
  width: 100%;
  z-index: 999;
  float: left;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 1px 4px rgba(0, 21, 41, 0.08);
}
header .nav {
  width: 100%;
  height: 60px;
  float: left;
  box-sizing: border-box;
}
header .nav img {
  height: 40px;
}
header .nav a {
  height: 60px;
  float: left;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  padding: 0px 7px;
  position: relative;
}
header .nav a:hover {
  color: #478a21;
}
header .nav a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #478a21;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
img + header .nav a::after {
  display: none;
}
header .nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #478a21;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
header .nav .active {
  color: #478a21;
  font-weight: bold;
}
.miniqnavs {
  background: #fff;
  width: 100%;
  z-index: 999;
  float: left;
}
.miniqnavs a {
  width: auto;
  height: 40px;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  padding: 0px 8px;
  float: left;
  position: relative;
  text-decoration: none;
}
.miniqnavs a:hover {
  color: #000;
}
.miniqnavs a:hover::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #478a21;
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.miniqnavs a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #478a21;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.miniqnavs .active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #478a21;
  transform: scaleX(1);
  transition: transform 0.3s ease-in-out;
  transform-origin: bottom right;
}
.start {
  width: 100%;
  float: left;
}
.start .card {
  background: #fff;
  width: 100%;
  float: left;
  margin-top: 15px;
  border-radius: 8px;
  border: solid 1px #ccc;
  overflow: hidden;
}
.start .card .ctitle {
  margin: 15px;
  font-size: 18px;
}
.start .card .ctext {
  margin: 15px;
  font-size: 16px;
}
.banner {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  box-shadow: 1px 1px 15px #ddd;
}
.banner img {
  height: 300px;
}
.hidepanel {
  display: none;
}
.wiki-warp-content {
  margin-bottom: 15px;
  background: rgba(255, 255, 255, 0.74);
  width: 100%;
  float: left;
  border-radius: 8px;
  font-size: 18px;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.wiki-warp-content img {
  max-width: 100%;
  display: block;
}
.bigtitle {
  text-align: center;
  font-size: 40px;
  color: #5aac2c;
}
.bigweburl {
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  color: #333;
  margin: 0;
}
.bigdesc {
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  color: #333;
  margin-top: 10px;
  margin-bottom: 25px;
}
.location {
  padding: 15px;
}
.content {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.content .c-warp {
  width: 100%;
  float: left;
  border-radius: 8px;
  overflow: hidden;
}
.content .c-warp-content {
  width: 100%;
  float: left;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.74);
}
.content .applist {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  border-radius: 4px;
}
.content .applist h3 {
  font-size: 18px;
}
.content .minititle {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-indent: 15px;
}
.content .clickitem {
  background: rgba(255, 255, 255, 0.8);
  width: 24%;
  float: left;
  margin: 0.5%;
  padding: 15px;
  height: 75px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 8px;
}
.content .clickitem .icon {
  width: 55px;
  float: left;
}
.content .clickitem .info {
  width: 78%;
  float: left;
}
.content .clickitem img {
  width: 40px;
  border-radius: 50%;
}
.content .clickitem .name {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 23px;
  height: 23px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0px;
  padding: 0;
  display: -webkit-box;
  white-space: nowrap;
  /* 防止文本换行 */
  overflow: hidden;
  /* 隐藏超出容器范围的内容 */
  text-overflow: ellipsis;
  /* 显示省略号 */
  width: calc(100% - 40px);
}
.content .clickitem .desc {
  margin-top: 8px;
  color: #777;
  font-size: 12px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  height: 18px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 0px;
  padding: 0;
}
.content .clickitem:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.content .clickitem:hover .name {
  color: #5AAC2C;
  text-decoration: underline;
}
.content .file-dragging {
  margin-top: 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
  min-height: 20rem;
  background-color: #5aac2c;
}
.content .file-dragging .inner-section {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  background: rgba(0, 0, 0, 0.1);
  border-width: 2px;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.15);
  border-image: initial;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content .file-dragging .upload-section {
  position: relative;
  top: 20%;
}
.content .file-dragging .icon-xl {
  width: 4rem;
  height: 4rem;
}
.content .file-dragging .button-sectio svg {
  stroke-width: 2;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.content .file-dragging .file-upload-button {
  background: #fff;
  color: #000;
  line-height: 30px;
  margin-top: 15px;
}
.content .jldesc {
  margin-top: 65px;
  float: left;
  text-align: center;
  margin-bottom: 60px;
}
.content .jldesc .ztitle {
  font-size: 28px;
  font-weight: 200;
  margin-bottom: 15px;
}
.content .jldesc .zdesc {
  font-size: 16px;
  color: #999;
  line-height: 24px;
}
.baseinfo {
  width: 100%;
  float: left;
  margin: 24px auto 32px;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
.baseinfo .bigtitle {
  margin: 0 0 12px;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #111827;
  text-align: center;
}
.baseinfo .bigdesc {
  margin: 0 auto;
  padding: 0;
  max-width: 680px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
  color: #6b7280;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .baseinfo {
    margin: 16px auto 24px;
    padding: 0 12px;
  }
  .baseinfo .bigtitle {
    font-size: 24px;
    line-height: 1.35;
  }
  .baseinfo .bigdesc {
    font-size: 14px;
    line-height: 1.7;
  }
}
.qtool-page {
  padding: 8px 0 28px;
  background: transparent;
}
.qtool-wrap {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  box-sizing: border-box;
}
.qtool-wrap--sm {
  max-width: 640px;
}
.qtool-wrap--md,
.qtool-wrap--full {
  max-width: none;
}
.qtool-card {
  width: 100%;
  box-sizing: border-box;
  padding: 24px 28px;
  border-radius: 16px;
  background: #fff;
  border: none;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.qtool-card.vmxform {
  width: 100%;
  box-sizing: border-box;
  float: none;
  padding: 24px 28px;
  border: none !important;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.qtool-card.vmxform::after {
  content: '';
  display: block;
  clear: both;
}
.qtool-card.vmxform .qtool-form {
  width: 100%;
  float: none;
  box-sizing: border-box;
}
.qtool-card.vmxform .qtool-form::after {
  content: '';
  display: block;
  clear: both;
}
.qtool-card.vmxform .qtool-row,
.qtool-card.vmxform .vmxinputpanel {
  width: 100%;
  box-sizing: border-box;
  float: left;
  clear: both;
}
.qtool-card.vmxform input:not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
.qtool-card.vmxform select,
.qtool-card.vmxform textarea,
.qtool-card.vmxform .qtool-input,
.qtool-card.vmxform .qtool-select,
.qtool-card.vmxform .qtool-textarea,
.qtool-card.vmxform .vinput,
.qtool-card.vmxform select.vinput,
.qtool-card.vmxform .vselect,
.qtool-card.vmxform .vtextarea {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  float: none;
}
.qtool-card.vmxform .qtool-actions {
  justify-content: flex-end;
}
.qtool-wrap > .qtool-actions {
  width: 100%;
  box-sizing: border-box;
  clear: both;
  float: none;
}
.qtool-toolbar {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eef0f3;
}
.qtool-form {
  width: 100%;
  float: none;
  box-sizing: border-box;
}
.qtool-form::after {
  content: '';
  display: block;
  clear: both;
}
.qtool-form--single {
  max-width: 640px;
  margin: 0 auto;
  float: none;
}
.qtool-row {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.qtool-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
}
.qtool-page .qtool-input,
.qtool-page .qtool-select,
.qtool-page .qtool-textarea,
.qtool-page .qtool-card .vinput,
.qtool-page .qtool-card select.vinput,
.qtool-page .qtool-card .vselect,
.qtool-page .qtool-card .vtextarea,
.qtool-page .vmxform .vinput,
.qtool-page .vmxform select.vinput,
.qtool-page .vmxform .vselect,
.qtool-page .vmxform .vtextarea {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 16px;
  border: 1px solid #c5cdd8 !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #111827 !important;
  font-size: 15px;
  line-height: 1.4;
  box-sizing: border-box;
  outline: none;
  display: block;
  float: none;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.qtool-page .qtool-input,
.qtool-page .qtool-select,
.qtool-page .qtool-card .vinput,
.qtool-page .qtool-card select.vinput,
.qtool-page .qtool-card .vselect {
  height: 48px;
}
.qtool-page .qtool-textarea,
.qtool-page .qtool-card .vtextarea {
  min-height: 160px;
  height: auto;
  padding: 12px 16px;
  resize: vertical;
  line-height: 1.6;
}
.qtool-page .qtool-input::placeholder,
.qtool-page .qtool-card .vinput::placeholder,
.qtool-page .qtool-card .vtextarea::placeholder {
  color: #9ca3af;
}
.qtool-page .qtool-input:hover,
.qtool-page .qtool-select:hover,
.qtool-page .qtool-textarea:hover,
.qtool-page .qtool-card .vinput:hover,
.qtool-page .qtool-card select.vinput:hover,
.qtool-page .qtool-card .vtextarea:hover {
  border-color: #9ca3af !important;
  background: #fff !important;
}
.qtool-page .qtool-input:focus,
.qtool-page .qtool-select:focus,
.qtool-page .qtool-textarea:focus,
.qtool-page .qtool-card .vinput:focus,
.qtool-page .qtool-card select.vinput:focus,
.qtool-page .qtool-card .vtextarea:focus {
  border-color: #478a21 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(90, 172, 44, 0.16) !important;
}
.qtool-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 2px;
}
.qtool-radio__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 15px;
  color: #374151;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.qtool-radio__item input {
  margin: 0;
  accent-color: #478a21;
}
.qtool-radio__item:hover {
  border-color: #9ca3af;
  background: #fff;
}
.qtool-radio__item:has(input:checked) {
  border-color: #478a21;
  background: #f0fdf4;
  box-shadow: 0 0 0 2px rgba(90, 172, 44, 0.12);
}
.qtool-actions .qtool-btn,
.qtool-toolbar .qtool-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #5aac2c 0%, #478a21 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(71, 138, 33, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.qtool-actions .qtool-btn:hover,
.qtool-toolbar .qtool-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(71, 138, 33, 0.34);
  color: #fff;
  text-decoration: none;
}
.qtool-actions .qtool-btn--ghost,
.qtool-toolbar .qtool-btn--ghost {
  background: #fff;
  color: #374151;
  border: 2px solid #d1d5db;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}
.qtool-actions .qtool-btn--ghost:hover,
.qtool-toolbar .qtool-btn--ghost:hover {
  border-color: rgba(90, 172, 44, 0.35);
  color: #374151;
}
.qtool-actions .qtool-btn[disabled],
.qtool-toolbar .qtool-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.qtool-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
  width: 100%;
  clear: both;
  float: none;
  box-sizing: border-box;
}
.qtool-result-block {
  margin-top: 22px;
}
.qtool-result__label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}
.qtool-result__box {
  min-height: 72px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #f0fdf4;
  border: 1px solid rgba(90, 172, 44, 0.22);
  color: #166534;
  font-size: 15px;
  line-height: 1.7;
  word-break: break-word;
  position: relative;
  box-sizing: border-box;
}
.qtool-result__box.vmxresult {
  float: none;
  width: 100%;
  background: #f0fdf4;
  border: 1px solid rgba(90, 172, 44, 0.22);
  color: #166534;
}
.qtool-result__box:empty::before {
  content: '结果将显示在这里';
  color: #9ca3af;
  font-weight: 400;
}
.qtool-result__box .vtextarea,
.qtool-result__box textarea.vmxresult {
  width: 100% !important;
  min-height: 160px;
  padding: 12px 16px !important;
  border: 1px solid rgba(90, 172, 44, 0.22) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #166534 !important;
  font-size: 15px;
  line-height: 1.7;
  resize: vertical;
  box-sizing: border-box;
  margin: 0 !important;
  float: none !important;
  display: block;
}
.qtool-result__box .html-result {
  color: #166534;
}
.qtool-result__box .vmxinputpanel {
  float: none;
  width: 100%;
  margin: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  position: static;
}
.qtool-result-text {
  width: 100%;
  float: none;
  clear: both;
  box-sizing: border-box;
}
.qtool-result__textarea {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 160px;
  padding: 12px 16px !important;
  border: 1px solid rgba(90, 172, 44, 0.22) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #166534 !important;
  font-size: 15px;
  line-height: 1.7;
  resize: vertical;
  box-sizing: border-box;
  margin: 0 !important;
  float: none !important;
  display: block;
  outline: none;
}
.qtool-actions--result {
  margin-top: 12px;
  margin-bottom: 0;
}
.qtool-tip {
  margin: 16px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-device-width: 480px) {
  .qtool-card,
  .qtool-card.vmxform {
    padding: 18px 16px;
  }
  .qtool-card.vmxform .qtool-actions {
    justify-content: center;
  }
  .qtool-toolbar {
    margin-bottom: 18px;
    padding-bottom: 16px;
  }
  .qtool-actions,
  .qtool-toolbar {
    flex-direction: column;
    align-items: stretch;
  }
  .qtool-actions .qtool-btn,
  .qtool-toolbar .qtool-btn {
    width: 100%;
  }
}
.qtool-apps {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 8px;
  padding: 20px 22px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 16px rgba(15, 23, 42, 0.04);
  box-sizing: border-box;
}
.qtool-apps__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.qtool-apps__head-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f0f9eb;
  color: #478a21;
  font-size: 18px;
  flex-shrink: 0;
}
.qtool-apps__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}
.qtool-apps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.qtool-apps__card {
  min-width: 0;
  padding: 14px 14px 12px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #eef0f3;
}
.qtool-apps__card-title {
  margin: 0 0 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
  font-weight: 700;
  color: #374151;
  line-height: 1.4;
}
.qtool-apps__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.qtool-apps__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #4b5563;
  background: #fff;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.qtool-apps__tag:hover {
  background: #f0f9eb;
  border-color: #cfe8bc;
  color: #3d7a1c;
  text-decoration: none;
}
.qtool-desc {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 8px;
  padding: 20px 22px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 16px rgba(15, 23, 42, 0.04);
  box-sizing: border-box;
}
.qtool-desc__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.qtool-desc__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #f0f9eb;
  color: #478a21;
  font-size: 18px;
  flex-shrink: 0;
}
.qtool-desc__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}
.qtool-desc__body {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
}
.qtool-desc__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.qtool-desc__links li + li {
  margin-top: 8px;
}
.qtool-desc__links a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #374151;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}
.qtool-desc__links a:hover {
  background: #f0f9eb;
  color: #3d7a1c;
  text-decoration: none;
}
.qtool-desc__links i {
  color: #5aac2c;
  font-size: 12px;
}
.qtool-file-info {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 8px;
}
.qtool-file-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.qtool-file-info__card {
  padding: 18px 16px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}
.qtool-file-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #f0f9eb;
  color: #478a21;
  font-size: 20px;
}
.qtool-file-info__title {
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.45;
}
.qtool-file-info__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
}
.qtool-pin {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 8px;
}
.qtool-pin--compact {
  margin-bottom: 8px;
}
.qtool-pin__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fffbeb;
  border: 1px solid #fde68a;
}
.qtool-pin__text {
  margin: 0;
  font-size: 14px;
  color: #92400e;
  display: flex;
  align-items: center;
  gap: 8px;
}
.qtool-pin__text i {
  color: #f59e0b;
}
.qtool-pin__action {
  flex-shrink: 0;
  padding: 8px 16px;
  border-radius: 999px;
  background: #5aac2c;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.qtool-pin__action:hover {
  background: #478a21;
  color: #fff !important;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .qtool-file-info__grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .qtool-apps {
    padding: 16px;
  }
  .qtool-apps__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .qtool-desc,
  .qtool-file-info__card {
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .qtool-apps__grid {
    grid-template-columns: 1fr;
  }
}
.applistfooter {
  background-color: #fff;
  width: 100%;
  float: left;
  margin-top: 8px;
  border-radius: 8px;
}
.applistfooter .applist {
  width: 20%;
  float: left;
  padding: 10px;
}
.applistfooter .minititle {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 18px;
}
.applistfooter .clickitem {
  background: #fff;
  width: 100%;
  float: left;
  margin: 0.1%;
  height: 30px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  line-height: 30px;
  padding: 0px;
  margin-bottom: 8px;
  border: none;
}
.applistfooter .clickitem img {
  width: 30px;
  float: left;
  margin-right: 10px;
}
.applistfooter .clickitem .name {
  font-size: 12px;
  float: left;
  padding: 0px;
  margin-top: 0px;
}
.applistfooter .clickitem:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.line {
  border-bottom: dashed 1px #fff;
  margin-bottom: 20px;
}
.footer {
  width: 100%;
  float: left;
  padding-top: 45px;
  background-color: #8c8c8c;
  color: #e5e5e5;
  border-top: 1px solid #ccc;
  padding-bottom: 45px;
}
.footer a {
  color: #e5e5e5;
  font-size: 14px;
}
body > footer .footer.hidden-xs {
  background: #fff;
  color: #000;
  border-top: 1px solid #e5e7eb;
}
body > footer .footer.hidden-xs a {
  color: #333;
}
.copydata {
  width: 100%;
  float: left;
  clear: both;
  background: #fff;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.65;
}
.copydata .center {
  max-width: 1200px;
  padding: 16px 16px 20px;
  box-sizing: border-box;
}
.copydata a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}
.copydata a:hover {
  color: #478a21;
  text-decoration: none;
}
.copydata__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px 20px;
  margin-bottom: 10px;
}
.copydata__copyright {
  color: #6b7280;
  font-size: 13px;
}
.copydata__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 16px;
}
.copydata__notice {
  margin: 0 0 8px;
  color: #9ca3af;
  font-size: 12px;
  line-height: 1.75;
}
.copydata__contact {
  margin: 0;
  font-size: 12px;
}
@media (max-width: 768px) {
  .copydata .center {
    padding: 14px 12px 18px;
    text-align: center;
  }
  .copydata__row {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }
  .copydata__links {
    justify-content: center;
    gap: 8px 14px;
  }
  body:has(.myusernavs) .copydata .center {
    padding-bottom: calc(18px + 72px + env(safe-area-inset-bottom, 0));
  }
}
.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.backindex {
  display: none;
}
.domiandesc {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.layui-layer-title {
  border-bottom: none;
  font-size: 16px;
  font-weight: bold;
}
.layui-layer {
  border-radius: 8px;
  overflow: hidden;
}
.footer a {
  color: #000;
}
.downloadcontent .center {
  width: 500px;
}
.vmxbody {
  max-width: 100%;
}
.inputitem {
  padding: 15px;
}
.inputitem textarea {
  border: solid 2px #5aac2c;
  outline: none;
}
.btn-p {
  background: #5aac2c;
  border: none;
  color: #fff;
  padding: 15px;
  border-radius: 5px;
}
.inputitem {
  width: 100%;
  float: left;
}
#news .ctitle {
  margin: 15px;
  -weight: bold;
}
#news .ctext {
  margin: 15px;
}
.addindex {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.rightinfo {
  float: left;
  padding-right: 0;
}
.rightinfo a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #eee;
  float: left;
  font-size: 14px;
  color: #000;
  padding-left: 8px;
  padding-right: 8px;
}
.rightinfo a img {
  width: 22px;
  margin-right: 15px;
}
.rightinfo a:last-child {
  border-bottom: none;
}
.rightinfo a:hover {
  border-radius: 8px;
  background-color: #eee;
}
.rightnavstitle {
  width: 100%;
  float: left;
  font-size: 20px;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.rightnavs {
  padding: 15px;
}
.rightnavs .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.searchb {
  width: 100%;
  float: left;
  margin-left: 0%;
  height: 50px;
  border-radius: 8px;
  border: solid 1px #ccc;
  background-color: #fff;
}
.searchb:focus-within {
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border-color: rgba(223, 225, 229, 0);
}
.searchb input {
  width: 80%;
  float: left;
  border: none;
  height: 45px;
  margin-top: 2px;
  outline: none;
  padding-left: 15px;
  font-size: 18px;
}
.searchb button {
  float: left;
  width: 25%;
  background: #5aac2c;
  height: 45px;
  border: none;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  font-size: 18px;
}
.download-item {
  width: 100%;
  background: #fff;
  padding: 15px;
  float: left;
  text-align: left;
  border-radius: 8px;
}
.download-item div {
  width: 100%;
  float: left;
}
.download-item .filename {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
.download-item .status {
  font-size: 22px;
  font-weight: 100;
  margin-top: 15px;
}
.download-item .copydownload {
  background: #5aac2c;
  padding: 10px 15px;
  margin-top: 30px;
  color: #fff;
}
.download-item .down {
  font-size: 22px;
  font-weight: 100;
  margin-bottom: 15px;
}
.app-item {
  width: 100%;
  float: left;
}
.app-limits {
  width: 100%;
  float: left;
  margin-top: 10px;
}
.progress {
  width: 100%;
  float: left;
  border-radius: 0px;
}
.progress-bar {
  border-radius: 0px;
}
.progress-bar-success {
  background-color: #5aac2e;
}
.voicelist {
  display: inline;
}
.voiceitem {
  width: 68px;
  float: left;
  margin: 5px;
}
.voiceitem .name {
  cursor: pointer;
  border-radius: 5px;
  border: solid 1px #ccc;
  width: 68px;
  height: 48px;
  float: left;
  padding-left: 10px;
  font-size: 18px;
}
.voiceitem .name span {
  font-size: 12px;
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 15px;
}
.voiceitemactive .name {
  background-color: #478a2153;
}
.downloadpanel .c-warp-content {
  padding: 15px;
}
.downloadpanel .abox {
  font-size: 16px;
  margin-top: 25px;
  width: 100%;
  float: left;
}
.downloadpanel .title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  width: 100%;
  float: left;
}
.downloadpanel .download {
  background: #5aac2c;
  color: #fff;
  padding: 15px;
  float: left;
  line-height: 15px;
  width: 150px;
  text-align: center;
  margin-top: 15px;
}
.downloadpanel .download:hover {
  color: #000;
  padding: 15px;
}
.downloadbtn {
  background: #5aac2c;
  color: #fff;
  padding: 15px;
  float: left;
}
.downloadbtn:hover {
  color: #f8f8f8;
  padding: 15px;
}
.tags {
  width: 100%;
  border-radius: 8px;
  float: left;
  margin-top: 15px;
}
.tags a {
  height: 32px;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.03);
  margin-right: 8px;
  white-space: nowrap;
  font-size: 14px;
  cursor: pointer;
  border-radius: 16px;
  float: left;
  margin-bottom: 10px;
  color: #000;
}
.tags .active {
  border: solid 1px #5aac2c;
  background: #5aac2c;
  color: #fff;
}
.toolsdescription {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 4px;
  margin-top: 25px;
}
.toolsdescription .title {
  font-size: 16px;
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
  text-indent: 8px;
  font-weight: bold;
}
.toolsdescription .desccontent {
  font-size: 16px;
  color: #000;
  padding: 15px;
}
.toolsdescription .ctext {
  font-size: 14px;
  text-indent: 25px;
}
.layui-layer-title {
  border-bottom: none;
}
.layui-layer-dialog {
  border-radius: 8px;
}
.layui-layer-btn .layui-layer-btn0 {
  background: #5aac2c;
  border: none;
}
.page {
  width: 100%;
  float: left;
  background: #fff;
}
.page a {
  padding: 8px;
  float: left;
  color: #000;
}
.page a:hover {
  background: #eee;
}
.leftnavs {
  width: 150px;
  float: left;
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.leftnavs a {
  width: 100%;
  float: left;
  padding: 8px;
  color: #000;
}
.leftnavs a:hover {
  background: #eee;
  border-radius: 8px;
}
.leftnavs a:focus {
  text-decoration: none;
}
.righthotlist {
  width: 1000px;
  margin-left: 20px;
  float: left;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
}
.righthotlist a {
  width: 100%;
  float: left;
  padding: 8px;
  color: #000;
}
.righthotlist a:hover {
  background: #eee;
  border-radius: 8px;
  text-decoration: none;
}
.righthotlist a:focus {
  text-decoration: none;
}
.righthotlist a:visited {
  color: #ccc;
  text-decoration: none;
}
.righthotlist .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.righthotlist .list span {
  float: left;
  margin-right: 8px;
}
.r_out {
  width: 60px;
  height: 60px;
  border: 8px solid #d9d9d9;
  background: #fff;
  box-shadow: 3px 3px 5px #bfbfbf;
  -webkit-box-shadow: 3px 3px 5px #bfbfbf;
  -moz-box-shadow: 3px 3px 5px #bfbfbf;
  -ms-box-shadow: 3px 3px 5px #bfbfbf;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms_border-radius: 50%;
  display: inline-block;
  position: relative;
  line-height: 15px;
}
.vmx-loading p {
  font-size: 12px;
  margin-top: 5px;
  line-height: 15px;
}
.r_in {
  width: 45px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms_border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.r_c {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
}
.c2 {
  background: #87d7a5;
}
.r_num {
  color: #404040;
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  width: 100%;
}
.vmxformtitle {
  margin-top: 15px;
  font-size: 18px;
  margin-bottom: 8px;
  width: 100%;
  float: left;
}
.vmxresult {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  border: solid 1px #000;
}
.vmxform {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  border: solid 1px #ccc;
}
.vmxform .vmxinputpanel {
  width: 100%;
  float: left;
  border-radius: 5px;
  border-bottom: solid 2px #000;
  border: solid 1px #ccc;
  position: relative;
  margin-bottom: 15px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.vmxform .vmxinputpanel:focus-within {
  border: solid 1px #5aac2c;
  background-color: #eeeeee3a;
  border-color: #5aac2c;
  outline: 0;
  box-shadow: 0 0 0 0.25rem #5bac2c7c;
}
.vmxform .vmxinputpanel .leftname {
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: -10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 16px;
}
.vmxform .vinput {
  height: 38px;
  margin: 5px 10px;
  outline: none;
  border: none;
  display: block;
  width: 96%;
  height: 45px;
  background-color: transparent;
  font-size: 16px;
}
.vmxform .vselect {
  height: 38px;
  margin: 5px 10px;
  outline: none;
  border: none;
  display: block;
  width: 96%;
  height: 45px;
  background-color: transparent;
  font-size: 16px;
}
.vmxform .vtextarea {
  height: 150px;
  margin: 5px 10px;
  outline: none;
  border: none;
  display: block;
  width: 98%;
  background-color: transparent;
  font-size: 16px;
  margin-top: 15px;
}
.vmxform .radioarea {
  height: 38px;
  margin: 5px 10px;
  outline: none;
  border: none;
  display: block;
  width: 96%;
  height: 45px;
  padding-top: 15px;
}
.vmxform .radioarea .radioitem {
  float: left;
  margin-right: 8px;
}
.qtool-page .vmxform {
  border: none !important;
  border-radius: 16px;
  padding: 24px 28px;
  float: none;
  background: #fff;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}
.querybtn {
  width: 150px;
  float: right;
  margin-top: 15px;
  background: #5aac2c;
  border: none;
  color: #fff;
  padding: 15px;
}
.vmxuload {
  width: 100%;
  float: left;
  height: 250px;
  text-align: center;
  line-height: 250px;
  background: #5aac2c;
  border-radius: 8px;
}
.vmxuload .vmxploadbtn {
  cursor: pointer;
  padding: 30px 65px;
  font-size: 28px;
  background-color: #fff;
  color: #5aac2c;
  border-radius: 8px;
}
.vmxuload .vmxploadbtn span {
  margin-right: 8px;
  margin-left: 8px;
}
.vmxuload .vmxploadbtn:hover {
  background-color: #e1e4dfac;
  color: #000;
}
.querysubmitfile {
  width: 100%;
  float: left;
  text-align: left;
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 8px;
}
.querysubmitfile .querysend {
  cursor: pointer;
  background: #fff;
  padding: 8px 15px;
  font-size: 14px;
  color: #fff;
  background: #5aac2c;
  border-radius: 5px;
  margin-right: 8px;
}
.uploadsuccess {
  display: none;
}
.vmxinputpane {
  width: 100%;
}
.imgslist {
  width: 100%;
  float: left;
}
.imgslist .item {
  height: 180px;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}
.imgslist .item .delthis {
  position: absolute;
  background-color: red;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.imgslist .item .downloadthisimg {
  position: absolute;
  background-color: #115b9c;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.imgslist .item .cover {
  float: left;
  width: 96%;
  background: #f8f8f8;
  padding-top: 8px;
  padding-bottom: 8px;
  padding: 2%;
  overflow: hidden;
}
.imgslist .item .cover:hover {
  background: #ccc;
}
.imgslist .item img {
  height: 160px;
}
.remeinstable {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
}
.mininavs {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.mininavs .active {
  font-weight: bold;
  background: #eee;
}
.mininavs a {
  width: 33.3333%;
  padding-left: 1.5%;
  padding-right: 1.5%;
  float: left;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.mininavs a:hover {
  background: #eee;
}
.noteindex .rightinfo {
  background: #fff;
  padding-top: 15px;
  padding: 15px;
  border-radius: 0px;
  margin-top: 0px;
}
.noteindex .rightinfo .menu {
  display: none;
}
.noteindex .rightinfo .tagstitle {
  font-weight: bold;
  width: 100%;
  float: left;
}
.notelist {
  width: 96%;
  margin: 2%;
  float: left;
  margin-top: 8px;
  margin-bottom: 0;
}
.notelist .notetags {
  cursor: pointer;
  margin-top: 0;
  background-color: none;
  margin-bottom: 5px;
  width: 100%;
  float: left;
  margin-top: 10px;
}
.notelist .notetags span {
  background-color: #5bac2c25;
  margin-right: 5px;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
  color: #5aac2c;
}
.notelist .notetags .del {
  background-color: #c5210e25;
  color: #ca110e;
}
.notelist .folder {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 19%;
}
.notelist .folder img {
  width: 35px;
}
.notelist .folder:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.myusertoolslist {
  margin-right: 10px;
  width: 100%;
  float: left;
  text-align: center;
}
.myusertoolslist .folder {
  background: #ffffff;
  padding: 3px;
  border-radius: 5px;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  font-size: 14px;
  margin-bottom: 8px;
  cursor: pointer;
  width: 12%;
}
.myusertoolslist .folder img {
  width: 45px;
}
.myusertoolslist .folder:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.sendnote {
  width: 96%;
  margin: 2%;
  float: left;
  border-radius: 8px;
  margin-top: 10px;
  background: #fff;
  margin-bottom: 15px;
  margin-bottom: 0;
  overflow: hidden;
  border: solid 2px #ccc;
}
.sendnote:focus-within {
  border: solid 2px #5AAC2C;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: border-color 0.3s ease;
}
.sendnote textarea {
  width: 100%;
  float: left;
  border: none;
  height: 80px;
  padding: 15px;
  outline: none;
}
.sendnote .tools {
  width: 100%;
  padding: 5px;
  float: left;
}
.sendnote .sendbtnactive {
  background: #60b331;
  color: #fff;
  padding: 5px 16px;
  border-radius: 8px;
  float: right;
}
.sendnote .sendbtn {
  background: #afd7c4;
  color: #fff;
  padding: 5px 16px;
  border-radius: 8px;
  float: right;
}
.notsearch {
  width: 100%;
  float: left;
}
.notsearch input {
  border-radius: 30px;
  background-color: #eee;
  border: none;
  height: 45px;
  padding: 15px;
  margin-bottom: 8px;
  width: 100%;
}
.notenavs {
  width: 96%;
  margin: 2%;
  margin-top: 8px;
  margin-bottom: 0;
  float: left;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  border-radius: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}
.notenavs a {
  float: left;
  text-align: center;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 45px;
  font-size: 16px;
  border-bottom: none;
  color: #000;
  cursor: pointer;
}
.notenavs a i {
  margin-right: 5px;
}
.notenavs a img {
  width: 15px;
  float: right;
  margin-top: 15px;
  margin-right: 8px;
}
.notenavs a:hover {
  background-color: rgba(90, 172, 44, 0.1);
  border-radius: 8px;
}
.notenavs .active {
  font-weight: bold;
  color: #5aac2c;
  background-color: rgba(90, 172, 44, 0.1);
  border-radius: 8px;
}
.notenavs .lines {
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  margin-top: 8px;
}
.note {
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}
.note:hover {
  background: #eee;
}
.note .content {
  margin-top: 0;
  margin-left: 0;
}
.noteitem .remeinsnotetools {
  float: left;
  position: absolute;
  bottom: -30px;
  z-index: 9999999999;
}
.noteitem .remeinsnotetools a {
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  float: left;
  text-align: center;
  line-height: 40px;
}
.noteitem .remeinsnotetools img {
  width: 30px;
}
.noteitem .layui-layer-content {
  margin: 15px;
  overflow: visible;
}
.noteitem .layui-layer-content textarea {
  width: 100%;
  float: left;
  min-height: 95%;
  border: none;
  font-size: 16px;
}
.note {
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.9);
  float: left;
  width: 100%;
  font-size: 14px;
}
.note .time {
  width: 100%;
  font-size: 12px;
  color: #ccc;
  margin-top: 0px;
  margin-bottom: 10px;
}
.note .time span {
  float: right;
  font-size: 14px;
  color: #999;
}
.note .item {
  cursor: pointer;
}
.note .item .content {
  font-size: 16px;
  width: 100%;
  margin-bottom: 5px;
}
.note .image {
  width: 100%;
  float: left;
}
.note .image img {
  max-width: 200px;
  float: left;
  border-radius: 10px;
}
.note .voice {
  width: 40%;
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
  margin-bottom: 15px;
}
.note .voice span {
  font-size: 12px;
  float: left;
  margin-left: 5px;
}
.note .voice img {
  width: 25px;
  height: 25px;
  float: left;
  margin-left: 5px;
  margin-top: 2px;
}
@media screen and (max-device-width: 480px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }
  .myusernavs {
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding-top: 5px;
    height: 60px;
  }
  .myusernavs a {
    height: 50px;
    width: 25%;
    line-height: 20px;
    float: left;
    padding-top: 3px;
    padding-bottom: 3px;
    text-align: center;
    font-size: 12px;
  }
  .myusernavs a i {
    font-size: 20px;
    width: 100%;
    float: left;
    text-align: center;
  }
  .myusernavs a:hover:after {
    background-color: #fff;
  }
  .myusernavs .active {
    border-bottom: none;
    background-color: #eee;
    border-radius: 8px;
  }
  .miniqnavs .active:after {
    background: none;
  }
  .indexnavs {
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .indexnavs a {
    width: 31%;
    margin-bottom: 15px;
    float: left;
    padding-left: 0;
    padding-right: 5px;
    margin-right: 1.5%;
    font-size: 16px;
  }
  .indexnavs a img {
    float: left;
    width: 25px;
    margin-left: 20px;
    margin-right: 5px;
    position: static;
  }
  header .nav {
    height: auto;
  }
  header .nav a {
    width: auto;
    float: left;
    font-size: 15px;
  }
  .myusertoolslist .folder {
    width: 20%;
    margin-bottom: 0;
  }
  .myusertoolslist .folder .name {
    width: 100%;
    float: left;
    height: 30px;
    font-size: 11px;
    margin: 0;
    padding: 0;
    color: #000;
  }
  .noteindex .rightinfo {
    background: none;
    float: left;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    margin-top: 0;
    background-color: #fff;
    border-radius: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
  }
  .noteindex .rightinfo a {
    border-bottom: none;
    padding-left: 15px;
  }
  .noteindex .rightinfo .menu {
    display: block;
    float: left;
    text-align: center;
  }
  .noteindex .rightinfo .menu img {
    width: 30px;
    float: left;
    position: fixed;
    z-index: 99999999999;
    margin-top: 3px;
  }
  .noteindex .rightinfo .tools {
    position: fixed;
    display: block;
    z-index: 999999;
    background-color: #fff;
    left: 0px;
    width: 82%;
    padding-top: 52px;
    height: 100%;
    overflow-y: scroll;
    display: none;
    top: 0px;
  }
  .noteindex .rightinfo .menuzz {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 89999;
    background-color: rgba(0, 0, 0, 0.1);
    left: 0px;
    top: 0px;
    display: none;
  }
  .noteindex .rightinfo .tagstitle {
    display: none;
  }
  .noteindex .rightinfo .notsearch {
    width: 100%;
    float: right;
  }
  .noteindex .rightinfo .notsearch input {
    height: 35px;
    margin-bottom: 0;
  }
  .noteindex .leftinfo {
    margin-top: 30px;
  }
  .joinmyqun {
    display: none;
  }
  .center {
    width: 100%;
  }
  .content {
    margin-top: 20px;
    width: 96%;
    float: left;
    margin-left: 2%;
  }
  .backindex {
    position: fixed;
    right: 0px;
    bottom: 70px;
    display: block;
    background: #5aac2c;
    width: 45px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    border-radius: 15px 0px 0px 15px;
    z-index: 9999;
    font-size: 25px;
  }
  .leftnavs {
    width: 100%;
    float: left;
    bottom: 15px;
    z-index: 99999;
    left: 2%;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .leftnavs a {
    float: left;
    width: auto;
  }
  .righthotlist {
    width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 80px;
  }
  .leftinfo {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .rightInfo {
    float: left;
    margin-top: 10px;
  }
  .footer {
    text-align: center;
  }
  .banner img {
    height: 200px;
  }
  .header {
    background: none;
    width: 100%;
    position: fixed;
    height: 50px;
    z-index: 99999;
  }
  .header a {
    color: #fff;
    line-height: 50px;
    text-indent: 10px;
    margin-left: 15px;
    background: #5bad2f;
    padding: 8px;
    border-radius: 8px;
  }
  .content .clickitem {
    width: 48%;
    height: 100px;
    margin: 1%;
    text-align: left;
    height: 65px;
    padding: 8px;
  }
  .content .clickitem .icon {
    width: 30%;
    float: left;
  }
  .content .clickitem .info {
    width: 70%;
    float: left;
  }
  .content .clickitem img {
    width: 80%;
  }
  .content .clickitem .name {
    font-size: 12px;
    font-weight: bold;
  }
  .content .applist {
    width: 100%;
  }
  .jldesc .item {
    margin-bottom: 15px;
  }
  .applistfooter .applist {
    width: 90%;
  }
  .tags {
    width: 100%;
    z-index: 999;
    margin-top: 15px;
    border-radius: 8px;
    overflow-y: scroll;
    height: 96%;
  }
  .tags .mtitle {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px;
  }
  .tags a {
    width: auto;
    float: left;
    margin: 0;
    margin-bottom: 8px;
    margin-right: 3%;
  }
  .tagslist {
    height: 180px;
    overflow-y: scroll;
  }
  .resimglist {
    width: 100%;
    float: right;
  }
  .searcha {
    width: 100%;
    float: right;
  }
  .notelist .folder {
    width: 49%;
  }
}
.UnitCountWrap li {
  width: 33.33%;
  float: left;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}
.UnitCountWrap .col-xs-4 {
  padding: 0px;
}
.UnitCountWrap .UnitCountCent input {
  border: solid 1px #ccc;
  border-radius: 0px;
  height: 35px;
  text-indent: 3px;
  padding-left: 2px;
}
.feedback {
  position: fixed;
  right: 0px;
  top: 40%;
  background: #66b23b;
  width: 25px;
  z-index: 9999;
  text-align: center;
}
.feedback a {
  color: #fff;
}
.feedback img {
  vertical-align: top;
}
.btitle {
  font-size: 18px;
  margin-top: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sm {
  width: 80%;
  float: left;
  margin-left: 10%;
}
.filesm {
  width: 100%;
  float: left;
  margin-top: 60px;
  margin-bottom: 60px;
}
.mobilenav {
  background-color: #fff;
  padding-top: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
}
.mobilenav img {
  height: 30px;
}
.mobilenavslist {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  background-color: #fff;
  width: 60%;
  z-index: 999999;
  display: none;
}
.mobilenavslist a {
  width: 100%;
  float: left;
  border-bottom: 1px solid #eee;
  height: 45px;
  line-height: 45px;
  color: #000;
  text-indent: 15px;
}
.zz {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.wtagslist {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
}
.wtagslist .title {
  font-weight: bold;
  width: 100%;
  margin-bottom: 15px;
}
.wtagslist a {
  cursor: pointer;
  flex-shrink: 0;
  font-weight: 600;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #000;
}
.wtagslist a:hover {
  background-color: #5AAC2C;
  color: #fff;
}
.searcha.searcha--hero {
  margin: 16px 0 28px;
  padding: 0;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #3d7a1d 0%, #5aac2c 52%, #7cc950 100%);
  box-shadow: 0 12px 40px rgba(71, 138, 33, 0.22);
}
.searcha.searcha--hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -15%;
  width: 55%;
  height: 140%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 68%);
  pointer-events: none;
}
.searcha.searcha--hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 45%;
  height: 80%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.searcha.searcha--hero .searcha__inner {
  position: relative;
  z-index: 1;
  padding: 40px 36px 32px;
  text-align: center;
}
.searcha.searcha--hero .searcha__badge {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.searcha.searcha--hero .searcha__title {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.searcha.searcha--hero .searcha__desc {
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
  line-height: 1.6;
}
.searcha.searcha--hero .searcha__bar {
  display: flex;
  align-items: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 6px 6px 6px 18px;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  gap: 8px;
}
.searcha.searcha--hero .searcha__bar-icon {
  flex-shrink: 0;
  font-size: 18px;
  color: #9ca3af;
}
.searcha.searcha--hero .searcha__input,
.searcha.searcha--hero input {
  flex: 1;
  float: none;
  width: auto;
  min-width: 0;
  height: 48px;
  border: none;
  outline: none;
  background: transparent;
  padding: 0 8px;
  font-size: 16px;
  color: #1f2937;
  border-radius: 0;
}
.searcha.searcha--hero .searcha__input::placeholder {
  color: #9ca3af;
}
.searcha.searcha--hero .searcha__btn,
.searcha.searcha--hero button {
  float: none;
  width: auto;
  flex-shrink: 0;
  height: 48px;
  padding: 0 22px;
  border: none;
  border-radius: 999px;
  background: #478a21;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 14px rgba(71, 138, 33, 0.28);
}
.searcha.searcha--hero .searcha__btn:hover,
.searcha.searcha--hero button:hover {
  background: #3d7a1d;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(71, 138, 33, 0.34);
}
.searcha.searcha--hero .searcha__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}
.searcha.searcha--hero .searcha__tags-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
}
.searcha.searcha--hero .searcha__tag {
  display: inline-block;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.searcha.searcha--hero .searcha__tag:hover {
  background: rgba(255, 255, 255, 0.24);
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  text-decoration: none;
}
@media screen and (max-device-width: 480px) {
  .searcha.searcha--hero {
    margin: 12px 0 20px;
    border-radius: 16px;
  }
  .searcha.searcha--hero .searcha__inner {
    padding: 28px 16px 24px;
  }
  .searcha.searcha--hero .searcha__title {
    font-size: 22px;
  }
  .searcha.searcha--hero .searcha__desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .searcha.searcha--hero .searcha__bar {
    flex-direction: row;
    align-items: center;
    padding: 4px 4px 4px 14px;
    border-radius: 999px;
    gap: 6px;
  }
  .searcha.searcha--hero .searcha__bar-icon {
    display: none;
  }
  .searcha.searcha--hero .searcha__input,
  .searcha.searcha--hero input {
    height: 44px;
    padding: 0 8px;
    font-size: 14px;
    background: transparent;
    border-radius: 0;
  }
  .searcha.searcha--hero .searcha__btn,
  .searcha.searcha--hero button {
    width: 44px;
    height: 44px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .searcha.searcha--hero .searcha__btn span,
  .searcha.searcha--hero button span {
    display: none;
  }
  .searcha.searcha--hero .searcha__btn i,
  .searcha.searcha--hero button i {
    margin: 0;
    font-size: 18px;
  }
  .searcha.searcha--hero .searcha__tags {
    margin-top: 16px;
    gap: 6px;
  }
}
.textareacopy {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #5aac2c;
}
