/*
 * 中传网主题 · 自定义生效样式
 * 由原后台「自定义CSS」迁移而来，移除了全站变灰（改为后台开关控制）。
 */

/* 顶部样式 */
.ceo-logo-nav-night {
  height: 92px;
  margin-right: 41px !important;
  width: 820px;
}

.ceo-app-logo {
  height: 38px;
  width: 198px;
  background-repeat: no-repeat;
  background-size: cover;
}

.change-color {
  background-color: #3385ff;
  background-image: -webkit-gradient(linear,left top,right top,from(#006eff),to(#13adff));
  background-image: -webkit-linear-gradient(left,#006eff,#13adff);
  background-image: -o-linear-gradient(left,#006eff 0,#13adff 100%);
  background-image: linear-gradient(90deg,#861815,#e40213);
  -webkit-box-shadow: 0 5px 10px 0 rgba(253,16,16,0.3);
  box-shadow: 0 5px 10px 0 rgba(253, 16, 16, 0.3);
  color: #fff !important;
}

.ceo-navs {
  display: block;
  width: 168px;
  height: 38px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(90deg, #851815, #e50213);
  margin-top: 7px;
}

.ceo-nav2-em {
  background: url(/wp-content/uploads/2022/03/2022033105571640.png) center no-repeat;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  padding: 1px 6px;
  margin-right: 10px;
  margin-left: 10px !important;
}

/* 底部红色背景样式 */
.zhuanti {
  padding: 20px 0;
  background: url(/wp-content/uploads/2022/03/2022033105571640.png) center no-repeat;
}
