<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.tools-main .tools-main-left {
  width: 159px;
  float: left;
  background-color: #fff;
  border-right: 1px solid #ebebeb;
  padding-bottom: 10000px;
  margin-bottom: -10000px;
}
.tools-main .tools-main-left a {
  text-decoration: none;
}
.tools-main .tools-main-left dl {
  border-top: none;
  border-bottom: solid 1px #ebebeb;
  font-size: 14px;
}
.tools-main .tools-main-left dt {
  line-height: 40px;
  height: 40px;
  position: relative;
}
.tools-main .tools-main-left dt i {
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-left-color: #1a89ed;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  top: 16px;
  left: 20px;
}
.tools-main .tools-main-left dt:hover i {
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-left-color: #1a89ed;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  top: 16px;
}
.tools-main .tools-main-left dt a {
  display: block;
  padding-left: 33px;
  background-color: #fff;
  font-weight: bold;
  color: #666;
}
.tools-main .tools-main-left dt a:hover {
  background-color: #fff;
}
.tools-main .tools-main-left dt.list-on a {
  background-color: #fff;
  color: #666;
}
.tools-main .tools-main-left dt.list-on a:hover {
  background-color: #fff;
  color: #666;
}
.tools-main .tools-main-left dt.list-on i {
  top: 17px;
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-top-color: #1a89ed;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.tools-main .tools-main-left dt.list-on:hover i {
  border-color: transparent;
  border-style: solid;
  border-width: 4px;
  border-top-color: #1a89ed;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  top: 17px;
}
.tools-main .tools-main-left dd {
  background: #fff;
  border-top: solid 1px #f0f0f0;
  display: block;
}
.tools-main .tools-main-left dd a {
  display: block;
  color: #666;
  height: 40px;
  line-height: 40px;
  padding-left: 45px;
  border-bottom: 1px solid #f0f0f0;
}
.tools-main .tools-main-left dd a:last-child {
  border: none;
}
.tools-main .tools-main-left dd a:hover {
  background-color: #f7f7f7;
  color: #666;
  font-weight: normal;
}
.tools-main .tools-main-left dd .item-on {
  color: #1a89ed;
  background-color: #ebf5fe;
  font-weight: bold;
}
.tools-main .tools-main-left dd .item-on:hover {
  color: #1a89ed;
  background-color: #ebf5fe;
  font-weight: bold;
}
.tools-main .list-point {
  display: inline-block;
  background: #f00;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: -11px;
  right: 10px;
  position: relative;
}

.tools-main dd a i, .layout-content .list-new {
  height: 13px;
  display: inline-block;
  background: url(/static/img/tools_menu_icons.png) no-repeat 0 0;
  margin: 10px 0 1px 10px;
  vertical-align: text-bottom;
  overflow: hidden;
  margin-bottom: 2px\9;
}

/*edit by tangjingxin*/
/*解决鼠标悬浮时，字体变粗导致icon下移问题*/
.tools-main dd a.zz-menu-optimization i {
  margin-left: 3px;
}

.tools-main dd .list-new, .layout-content .list-new {
  background-position: 0 -13px;
  width: 25px;
}
</pre></body></html>