@charset "UTF-8";

@font-face {
  font-family: Alimama ShuHeiTi;
  src: url("../ttf/AlimamaShuHeiTi-Bold.ttf");
}
@font-face {
  font-family: Noto Sans S Chinese;
  src: url("../ttf/NOTOSANSHANS-REGULAR.OTF");
}
@media (max-width: 1750px) {
  .control {
    display: none;
  }
}

html {
  padding-top: 64px !important;
}
/* 移除input选中时的默认轮廓 */
.form-control:focus,
input:focus {
  outline: none !important;
  border-color: #004da5;
  box-shadow: none;
}

/* 可以针对不同类型的input单独设置 */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
  outline: none !important;

  /* 其他自定义样式 */
}

/* 重置可能影响样式的其他属性 */
input {
  border: 1px solid #ccc; /* 基础边框样式 */
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.3s ease; /* 平滑过渡效果 */
}

/* 去除所有元素的轮廓线 */
* {
  outline: none;
}
.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*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: #0062cc;
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}
