select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-bottom: initial;
}


    a.nav_a {
      text-decoration: none;
      /* 去掉下划线 */
      font-size: 16px;
      color: #000;
      /* 可选：设置链接的颜色 */
    }

    .link-a {
      width: 48px;
      height: auto;

    }

    .link-name p {
      margin: 0 0;
    }

    /* 仅针对特定类名的链接（推荐） */
    .nav_a:hover {
      text-decoration: none;
    }

    .header_icon_div {
      padding: 0%;
    }

    .header .link .link-a img[data-v-72f9ca7c],
    .header .link .link-a[data-v-72f9ca7c] {

      width: 220px;
    }

    /* 图像基线对齐修正 */
    .link-a img {
      /* width: 48px!important; */
      height: auto !important;
      vertical-align: text-bottom;
    }

    .header_icon_div {

      padding: 0% !important;
    }

    /* .header .login[data-v-72f9ca7c] {
      width: 80px;
      height: auto;
      border-radius: 7px;
      background-color: #5873fe;
  } */

    .header .login[data-v-72f9ca7c] {
      color: #FFFFFF;
      background-color: #fbcd1a;
      border: none;
    }

    .header .login[data-v-72f9ca7c]:hover {
      color: #fff;
      background-color: #ffdb4d;
      border: none;
    }

    .header .nav-one[data-v-72f9ca7c] {
      padding-left: 30px;
    }

    .header .nav-one .more-nav[data-v-72f9ca7c] {
      width: 496px
    }

    .header_icon_div {
      margin-left:-24px;
    }

    .li-one.active .h-name {
      /* 选中样式 */
      color: #165dff;
      /* 可替换为任意颜色值 */
    }

    div.el-input input[type="text"],
    div.el-input input[type="number"] {
      margin-bottom: auto;
    }

    div.tips {
      font-size: 14px;
    }

    .index-b .level-input-label .el-input {
      margin: auto;
      width: 110px;
      padding: initial;
    }

    .index-b .level-input-label .el-input input {

      text-align: left;
    }

    span.tips {
      padding-left: 10px;
    }

    label.el-radio {
      margin-bottom: initial;
    }

    .nav-one li.selected {
      color: #5873FE;
    }

    .compress-btn, compress_btn {
      margin-top: initial;
    }

    .el-dialog__wrapper {
      background-color: rgba(0, 0, 0, 0.5);
    }

    #blue {
      float: left;
      clear: left;
      width: 300px;
      margin: 15px;
    }

    #swatch {
      width: 120px;
      height: 100px;
      margin-top: 18px;
      margin-left: 350px;
      background-image: none;
    }

    #blue .ui-slider-range {
      background: #729fcf;
    }

    #blue .ui-slider-handle {
      border-color: #729fcf;
    }
/* 自定义垂直居中样式 */
.vcenter-wrapper {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.link_guider_a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background-color: #165dff;
  border-radius: 4px;
}

a.nav_link_compress,
a.nav_link_convert,
a.nav_link_tool {
  text-decoration: none !important;
  /* 移除默认下划线 */
}

div p {
  text-decoration: none !important;
}

div:hover p {
  text-decoration: none !important;
}
