/* 检测与认证 */

#content {
  width: 100%;
  margin: 0 auto;
}

/* 业务板块 */
.container-yewu {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.header-slider-card {
  margin-top: -40px;
  z-index: 1;
}
.container-yewu:before {
  display: table;
  content: " ";
}
@media (min-width: 768px) {
  .container-yewu {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container-yewu {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container-yewu {
    width: 1170px;
  }
}
@media (min-width: 1240px) {
  .container-yewu {
    max-width: 1200px;
    width: auto;
  }
}
.flex.jse {
  justify-content: space-evenly;
}
.flex {
  display: flex;
}
.gutters-5 {
  margin: -5px;
}
.flex .flex1 {
  flex: 1;
  overflow: hidden;
}
.gutters-5 > * {
  padding: 5px;
}

.header-slider-card .zib-widget,
.header-slider-search .line-form {
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
}
.flex.ac,
.inflex.ac {
  align-items: center;
}
.zib-widget {
  clear: both;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
  box-shadow: 0 0 10px rgba(116, 116, 116, 0.08);
  border-radius: 4px;
  margin-bottom: 0;
}
.badg {
  border-radius: 4px;
  display: inline-block;
  border-radius: 4px;
  transition: 0.15s;
  border: 1px solid var(--this-border);
  vertical-align: middle;
  padding: 0.3em 0.6em;
  text-align: center;
  font-weight: 400;
  box-shadow: var(--this-shadow);
  background: var(--this-bg);
  color: var(--this-color);
  --main-color: var(--this-color);
  --this-bg: rgba(136, 136, 136, 0.1);
  --this-border: transparent;
  --this-shadow: none;
  --this-color: #888;
  text-shadow: 0 0 0;
  line-height: 1.44;
}
.c-gray {
  color: var(--this-color);
}
.c-gray {
  --this-color: #888;
  --this-bg: rgba(136, 136, 136, 0.1);
}
.badg.cir {
  padding: 0;
  border-radius: 5em;
  --this-size: 1.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: var(--this-size);
  min-width: var(--this-size);
}
.em09 {
  font-size: 0.9em;
}
.ml10 {
  margin-left: 10px;
}
.em12 {
  font-size: 1.2em;
}
.font-bold {
  font-weight: 700;
}
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
badge {
  font-size: 0.8em;
  line-height: 1.3;
  padding: 0.1em 0.4em;
  min-width: 0.8em;
  min-height: 0.8em;
  display: inline-block;
  vertical-align: 0.1em;
  border-radius: 50px;
  background: var(--this-bg);
  color: var(--this-color);
  top: 5px;
  --this-color: #fff;
  text-align: center;
  --this-bg: #fe3459;
  z-index: 1;
}
.but {
  padding: 0.4em 1.5em;
  border-radius: 4px;
  display: inline-block;
  border-radius: 4px;
  transition: 0.15s;
  border: 1px solid var(--this-border);
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  box-shadow: var(--this-shadow);
  background: var(--this-bg);
  color: var(--this-color);
  --main-color: var(--this-color);
  --this-bg: rgba(136, 136, 136, 0.1);
  --this-border: transparent;
  --this-shadow: none;
  --this-color: #888;
  text-shadow: 0 0 0;
  line-height: 1.44;
}
.but + .but {
  margin-left: 10px;
}
.but:hover {
  transition: 0.3s;
  opacity: 0.8;
  color: #fff;
}
.but .icon {
  margin-right: 0.25em;
}
.slides-item-but .but{
  margin: 20px 0 10px 0;
}
.jb-blue,
.jb-green,
.jb-pink,
.jb-yellow {
  color: var(--this-color);
  background: var(--this-bg);
  --this-color: #fff;

  border: none;
}
.jb-pink {
  --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%);
}
.jb-yellow {
  --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%);
}
.jb-blue {
  --this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
}
.jb-green {
  --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%);
}
.ml6 {
  margin-left: 6px;
}
.muted-color {
  color: #777;
}
.mt6 {
  margin-top: 6px;
}
.icon-cover-icon {
  font-size: 25px;
}
.icon-cover-icon .icon {
  width: 1.5em;
  height: 1.5em;
}
.group-outlook-flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px auto 40px auto;
}
.mouse{
  cursor:pointer;
}
.ml4{
  margin-left: 4px;
}