@charset "UTF-8";
.cm-top-navbar {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  padding-left: 8px;
  padding-right: 8px;
  /* height: 28px; */
  color: #555;
}
.cm-top-navbar  .navbar-nav {
  display: inline-flex;
}

.cm-top-navbar  a{
  color: #555;
  text-decoration: none;
  background-color: transparent;
}

.cm-top-navbar  a:hover{
  color: #007bff;
  text-decoration: none;
}

.border-top-bottom {
  border-bottom: 0.6px solid #dee2e6 !important;
}

.ml-top-3 {
  padding-left: 740px;
  margin-left: 1rem !important;
  display:flex;
  align-items:center;
  height:28px;
}

.btn-top {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0rem 0.75rem;
  font-size: 12px;
  line-height: 28px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-top-light {
  color: #212529;
  background-color: #f8f9fa;
}

.btn-top-light:hover {
  color: #212529;
  background-color: #e3e8ef;
}

.btn-top-light:focus, .btn-top-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-top-light.disabled, .btn-top-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-top-light:not(:disabled):not(.disabled):active, .btn-top-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-top-light:not(:disabled):not(.disabled):active:focus, .btn-top-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.navbar-top-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-top-brand:hover, .navbar-top-brand:focus {
  text-decoration: none;
}


.cm-navbar .navbar-nav .nav-link {
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #212529;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff;
}
.navbar-nav-scroll {
  max-width: 100%;
  height: 3.4rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
}

@media screen and (max-width: 767px) {
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
}
.cm-link {
  color: #212529;
}
.cm-link:hover {
  color: rgb(0, 98.4, 204);
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}