.sm-simple {
  /*border: 1px solid #bbbbbb;*/
  background: #fff;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a .sub-arrow::before {
  content: '+';
}

.sm-simple a.highlighted .sub-arrow::before {
  content: '-';
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a, .sm-simple ul ul a:hover, .sm-simple ul ul a:focus, .sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a, .sm-simple ul ul ul a:hover, .sm-simple ul ul ul a:focus, .sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a, .sm-simple ul ul ul ul a:hover, .sm-simple ul ul ul ul a:focus, .sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a, .sm-simple ul ul ul ul ul a:hover, .sm-simple ul ul ul ul ul a:focus, .sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
-----------------------------------------------
   These transform the menu tree from
   collapsible to desktop (navbar + dropdowns)
-----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }

  .sm-simple li {
    float: left;
  }

  .sm-simple.sm-rtl li {
    float: right;
  }

  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }

  .sm-simple a {
    white-space: nowrap;
  }

  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }

  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }

  /* ...end */
  .sm-simple {
    background: #fff;
  }

  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }

  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }

  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }

  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }

  .sm-simple a.has-submenu {
    padding-right: 32px;
  }

  .sm-simple a .sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }

  .sm-simple a.highlighted .sub-arrow::before {
    content: '+';
  }

  .sm-simple > li {
    border-top: 0;
    /*border-left: 1px solid #eeeeee;*/
  }

  /*.sm-simple > li:first-child {*/
  /*  border-left: 0;*/
  /*}*/
  .sm-simple ul {
    border: 1px solid #DDD;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
  }

  .sm-simple ul a {
    border: 0 !important;
  }

  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }

  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }

  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }

  .sm-simple ul > li:first-child {
    border-top: 0;
  }

  .sm-simple .scroll-up, .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }

  .sm-simple .scroll-up-arrow, .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }

  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }

  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }

  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }

  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }

  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }

  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }

  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }

  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }

  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }

  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }

  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }

  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/*========================================*/
.nav-top-wrap {
  /*border-top: 3px solid #197acf;*/
  border-bottom: 1px solid #ededed;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  padding: 10px 0;
}

.nav-top {
  position: relative;
  /*border: 1px solid #bbb;*/
  background: #fff;
  /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
}

.nav-top:after {
  clear: both;
  content: "\00a0";
  display: block;
  height: 0;
  font: 0px/0 serif;
  overflow: hidden;
}

.nav-brand {
  float: left;
  margin: 0;
  margin-right: 1rem;
}

.nav-brand a {
  display: block;
  /*padding: 5px 0;*/
  color: #555;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 17px;
  text-decoration: none;
}

#main-menu {
  clear: both;
  border: 0;
  box-shadow: none;
}

@media (min-width: 768px) {
  #main-menu {
    /*float: right;*/
    clear: none;
  }
}


/* Mega menus */


/* make mega menus take the full width of .main-nav */

#main-menu,
#main-menu > .has-mega-menu {
  position: static !important;
}

#main-menu .mega-menu {
  margin-left: -1px !important;
  margin-right: -1px !important;
  right: 0 !important;
  width: auto !important;
  max-width: none !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down {
  margin-left: 0 !important;
}


/* clear any floats inside the mega menus */

#main-menu .mega-menu > li {
  overflow: auto;
}


/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu {
  color: #353451;
}

#main-menu .mega-menu ul {
  position: static;
  display: block;
  margin: 0.83em 0;
  border: 0;
  padding: 0 0 0 20px;
  width: auto;
  background: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#main-menu .mega-menu ul li {
  display: list-item;
  list-style-type: disc;
  border: 0;
}

#main-menu .mega-menu a {
  display: inline;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  text-decoration: underline;
}


/* simple columns inside the mega menus */

#main-menu .mega-menu .column-1-3 {
  padding: 0 20px;
}

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
    float: left;
    width: 33.33%;
  }
}


/* Sample image placeholder */

.mega-menu-sample-image {
  margin: 0.83em 0;
  border: 1px solid;
  height: 80px;
  line-height: 80px;
  text-align: center;
}


/* Mobile menu toggle button */

.main-menu-btn {
  float: right;
  margin: 5px 10px;
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* hamburger icon */

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #555;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0;
}


/* x icon */

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }

  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}

/* ======================================= */
a {
  color: #036;
}

.header-wrap {
  /*border-bottom: 1px solid #EEEEEE;*/
  padding: 10px 0;
}

.nav-main {
  /*background: #197acf;*/
  font-size: 16px;
  /*color: #fff;*/
  /*border-radius: 3px;*/
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.nav-main ul {
  margin: 0;
}

.nav-main .nav-item {
  display: inline-block;
  text-align: center;
  min-width: 60px;
  /*padding: 0 10px;*/
}

.nav-main .nav-item a {
  display: block;
  /*color: #fff;*/
  font-size: 1rem;
  padding: 5px 5px;
  border-radius: 3px;
  line-height: 1;
}

.nav-main .nav-item a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #197acf;
}

.footer {
  background-color: #2c2c30;
  color: #f1f1f1;
  padding: 1rem 0;
}

.footer a {
  color: #f1f1f1;
}

.footer a:hover {
  color: #fff;
}

.list-cat-name {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
}

.mhead {
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  text-align: right;
  padding-right: 5px;
}

.mhead .mtitle {
  height: 38px;
  display: block;
  border-bottom: 2px solid #197acf;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #197acf;
  font-size: 18px;
  font-weight: bold;
  font-family: "Microsoft YaHei", "Arial Narrow", "宋体", HELVETICA;
}

.mhead .mtitle a {
  color: #197acf;
  font-size: 18px;
  font-weight: bold;
  margin-left: 0px;
}

.mhead .mtitle a:hover {
  text-decoration: none;
}

.mhead a {
  margin: 0px 5px;
  color: #898989;
  font-size: 12px;
}

ul {
  padding-left: 1rem;
  line-height: 2;
}

.alist {
  line-height: 2;
  list-style: none;
  padding: 0;
}

.alist li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alist a {
  color: #000000;
}

.alist a:hover {
  color: #ff3300;
}

.alist .headline {
  font-size: 1.25rem;
  /*color: #2d6cc2;*/
  /*color: #005bac;*/
  color: #333;
  font-weight: 700;
}
.slist {
  list-style: square;
  font-size: 0.875rem;
  color: #197acf;
  padding-left: 1.5rem;
}
.slist a {
  font-size: 1rem;
}

.carousel-title {
  text-shadow: black 0.1em 0.1em 0.2em;
}

.article {
  line-height: 2;
}

.article h1 {
  color: #333;
  font-size: 1.625rem;
  font-weight: 700;
  margin: 20px auto;
}

.article .tag-item {
  font-size: 0.875rem !important;
}

.article img,
.article iframe {
  max-width: 100% !important;
}

.breadcrumb {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  font-size: 0.875rem !important;
}
.cat-list-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  line-height: 2;
}
.cat-list-item h4 {
  font-size: 18px;
  font-weight: 700;
}
.cat-list-desc {
  color: #666;
  margin-bottom: 10px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #197acf;
  background-color: #fff;
  border: 1px solid #dee2e6
}
.page-link a {
  display: block;
  text-decoration: none;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.pagination .page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #197acf;
  border-color: #197acf
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}
.title-bar {
  margin-bottom: 15px;
  vertical-align: middle;
}
.title-bar h1,
.title-bar h2,
.title-bar h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 0;
  margin: 0;
  height: 24px;
  line-height: 24px;
}
/*.title-bar h1:before,
.title-bar h2:before,
.title-bar h3:before {
  content: "";
  font-size: 16px;
  !*border-left: 0.25rem solid #188ae2;*!
  margin-right: 10px;
  height: 16px;
  line-height: 16px;
}*/
.title-bar .more {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.index-tool-item {
  display: block;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 12px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  border: 1px solid #F5F5F5;
  box-shadow: 0 5px 15px rgba(36, 37, 38, 0.1);
  padding: 10px;
  line-height: 1;
}

.index-tool-item:hover {
  box-shadow: 5px 12px 20px rgba(36, 37, 38, 0.15);
  text-decoration: none;
}

.index-tool-item .tool-icon {
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.index-tool-item .tool-icon img {
  width: 64px;
}

.index-tool-item .tool-meta {
  padding-left: 10px;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-tool-item .tool-name {
  font-size: 18px;
  height: 32px;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333333;
  font-weight: 400;
  overflow: hidden;
}

.index-tool-item .tool-intro {
  color: #999999;
  font-size: 14px;
  padding: 0;
  margin: 0;
  height: 32px;
  line-height: 32px;
}
.nav-tool-links {
  line-height: 2;
  padding: 5px 10px;
}
.nav-tool-links a {
  display: inline-block;
  margin-right: 1rem;
  white-space: nowrap!important;
  line-height: 2;
  text-decoration: none!important;
  color: #333;
}
.nav-tool-links a:hover {
  color: #0056b3!important;
}