.wide-page .config-img {
  margin-top: 20px;
}
.wide-page .config-img img {
  width: 100%;
}
.wide-page .wide-notification {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 51px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 20px auto;
}
.wide-page .wide-notification h3 {
  margin-right: 10px;
  font-size: 14px;
  margin-left: 20px;
}
.wide-page .wide-notification .wide-notification-box {
  flex-grow: 1;
}
.wide-page .wide-notification .wide-notification-left {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  cursor: pointer;
}
.wide-page .wide-notification .wide-notification-left span {
  margin-left: 20px;
}
.wide-page .wide-notification .wide-notification-left a:hover {
  color: var(--color);
}
.wide-page .wide-notification .wide-notification-more {
  width: 48px;
  height: 22px;
  border-radius: 2px;
  border: 1px solid #ededed;
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  margin-right: 20px;
  cursor: pointer;
}

