body,
h1,
h2,
h3,
h4,
p,
dl,
dt,
dd,
ul,
li,
form,
button,
input,
textarea,
th,
td,
a {
  margin: 0;
  padding: 0;
}
html {
  background: #f5f5f5;
}
body {
  font-family: "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;
  font-size: 14px;
  color: #444;
  background: #f5f5f5;
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消轻按时高亮*/
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
  /*去苹果圆角*/
}
input,
textarea,
select,
button {
  font: 500 14px "Microsoft YaHei", arial, "\5b8b\4f53", sans-serif, tahoma;
}
img {
  vertical-align: bottom;
  border: 0;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a,
input,
textarea,
select,
option,
button {
  outline: 0;
  /*点击时虚线边框*/
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff;
  /*自动填充背景色*/
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cb {
  clear: both;
}
.ml20 {
  margin-left: 20px;
}
.ml50 {
  margin-left: 50px;
}
.mt100 {
  margin-top: 100px;
}
.mb20 {
  margin-bottom: 20px;
}
.w220 {
  width: 220px;
}
.link {
  color: #409EFF;
  cursor: pointer;
}
.successText,
.successText:hover,
.successText:focus,
.successText:active {
  color: #67c23a;
}
.warningText,
.warningText:hover,
.warningText:focus,
.warningText:active {
  color: #e6a23c;
}
.dangerText,
.dangerText:hover,
.dangerText:focus,
.dangerText:active {
  color: #f56c6c;
}
.col-h1 {
  height: 1px;
}
@font-face {
  font-family: "iconfont";
  src: url('//at.alicdn.com/t/font_695988_llzh751uvo.eot');
  /* IE9*/
  src: url('//at.alicdn.com/t/font_695988_llzh751uvo.ttf') format('truetype');
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pinglun3:before,
.fa-comment:before {
  content: "\e640";
}
.icon-tongji:before,
.icon-id-75:before {
  content: "\e65f";
}
.icon-baike:before,
.fa-google-plus:before {
  content: "\e62d";
}
.icon-zhishixiaojie:before,
.fa-book:before {
  content: "\e62e";
}
.icon-users:before,
.fa-users:before {
  content: "\e61b";
}
.icon-youhuijuan:before,
.fa-bullhorn:before {
  content: "\e649";
}
.icon-user:before,
.icon-id-47:before {
  content: "\e63f";
}
.icon-huodong1:before,
.icon-id-27:before {
  content: "\e658";
}
.icon-yiyuan1:before,
.icon-id-81:before {
  content: "\e607";
}
.icon-yisheng:before,
.icon-id-87:before {
  content: "\e683";
}
.icon-pinglun3:before {
  content: "\e640";
}
.icon-tongji:before {
  content: "\e65f";
}
.icon-user2:before {
  content: "\e68d";
}
.icon-pingjia:before {
  content: "\e67d";
}
.icon-ai-password:before {
  content: "\e68e";
}
.icon-tongji1:before {
  content: "\e637";
}
.icon-yisheng:before {
  content: "\e683";
}
.icon-zhuce:before {
  content: "\e684";
}
.icon-baike:before {
  content: "\e62d";
}
.icon-jiantou:before {
  content: "\e7a4";
}
.icon-huodong1:before {
  content: "\e658";
}
.icon-zhishixiaojie:before {
  content: "\e62e";
}
.icon-yiyuan1:before {
  content: "\e607";
}
.icon-duanxin:before {
  content: "\e686";
}
.icon-users:before {
  content: "\e61b";
}
.icon-youhuijuan:before {
  content: "\e649";
}
.icon-verify:before {
  content: "\e691";
}
.icon-quanzi:before {
  content: "\e62b";
}
.icon-wendang1:before {
  content: "\e687";
}
.icon-robot:before {
  content: "\e7d5";
}
.icon-jiqiren:before {
  content: "\e60d";
}
.icon-shezhi:before {
  content: "\e60e";
}
.icon-shouye:before {
  content: "\e610";
}
.icon-shuyem:before {
  content: "\e695";
}
.icon-peizhi:before {
  content: "\e73a";
}
.icon-qingchu:before {
  content: "\e609";
}
.icon-gongzuotai:before {
  content: "\e68c";
}
.icon-user:before {
  content: "\e63f";
}
.icon-commentary:before {
  content: "\e600";
}
body {
  /*滚动条样式*/
}
body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
/*
 * 饿了么默认样式修改
 */
/*.el-menu-item{ min-width: 180px !important; box-sizing: border-box;}
.el-input__inner{ width: 220px; }
.el-date-picker__time-header .el-input__inner{ width: 145px; }
.el-table,
.el-table th{ text-align: center;}*/
.el-form-item__label,
.el-radio,
.el-button--default,
.el-textarea__inner {
  color: #555;
}
.el-date-editor.el-input,
.el-date-editor.el-input__inner {
  width: 100%;
}
.el-input,
.el-select {
  /*max-width: 300px;*/
  color: #444;
}
.input-w800,
.select-w800 {
  width: 800px;
  max-width: 800px;
}
.input-w800 .el-input,
.select-w800 .el-input,
.input-w800 .el-input__inner,
.select-w800 .el-input__inner {
  width: 800px;
  max-width: 800px;
}
.textarea-w800 .el-textarea__inner {
  width: 800px;
  max-width: 800px;
}
.el-select {
  width: 100%;
}
/* 180627 去表格边框自定义，保留文字颜色
.el-table__header th{//表头
    color: #555; padding: 10px 0 !important;
    background: linear-gradient(to bottom,#F8F8F8,#ECECEC);
}
.el-table--border, .el-table--group,
.el-table td, .el-table th.is-leaf{
    border-color: #ccc; color: #444;
}
.el-table--border::after, .el-table--group::after, .el-table::before{
    background-color: #ccc;
}
*/
.el-table__header th {
  color: #555;
  padding: 10px 0 !important;
}
.el-table {
  margin-bottom: 20px;
}
.el-table td,
.el-table th.is-leaf {
  color: #444;
}
.el-table--small td,
.el-table--small th {
  padding: 5px 0;
}
.el-table--mini,
.el-table--small,
.el-table__expand-icon {
  font-size: 13px;
}
.el-form > .el-row {
  margin-bottom: 15px;
}
.el-form #upload {
  margin-left: 10px;
}
.el-form #logo-upload {
  margin-left: 10px;
}
.el-breadcrumb__inner a,
.el-breadcrumb__inner.is-link {
  font-weight: normal;
  color: #606266;
}
/*
 * 头部
 */
#header {
  height: 60px;
  line-height: 60px;
  background: #20a0ff;
  color: #fff;
  position: relative;
  z-index: 99;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#header .logo {
  float: left;
  font-size: 36px;
  padding: 0 25px 0 15px;
  box-sizing: border-box;
  position: relative;
}
#header .logo a {
  color: #fff;
  letter-spacing: 2px;
}
#header .logo i {
  line-height: 18px;
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 0;
}
#header .tools {
  padding: 0px 23px;
  width: 14px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  float: left;
}
#header .navbar {
  float: left;
  margin-left: 20px;
  height: 60px;
  line-height: 60px;
}
#header .navbar .navbar-item {
  float: left;
  margin-right: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: all .2s;
}
#header .navbar .navbar-item a {
  display: block;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}
#header .navbar .navbar-item i {
  padding-right: 6px;
  font-size: 20px;
}
#header .navbar .navbar-item:hover {
  background: #2c7bb6;
}
#header .userinfo {
  margin-right: 25px;
  float: right;
}
#header .userinfo .user-inner {
  cursor: pointer;
  color: #fff;
}
#header .userinfo .user-inner img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  float: left;
  margin: 10px 5px 0 0;
}
#header .userinfo .user-inner .nickname {
  display: inline-block;
  max-width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
.el-dropdown-menu__item {
  margin-bottom: 1px;
  padding: 0;
}
.el-dropdown-menu__item a {
  display: block;
  padding: 0 20px;
}
.el-dropdown-menu__item--divided:before {
  margin: 0;
}
.home-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 60px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
}
.home-left {
  margin: 20px 0 20px 20px;
  width: 180px;
  flex: 0 0 180px;
  position: relative;
  border: solid 1px #e6e6e6 /*#ccc*/;
  background: #fff;
  overflow-y: auto;
  /*滚动条样式*/
}
.home-left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px;
  /*高宽分别对应横竖滚动条的尺寸*/
}
.home-left::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.home-left .user {
  padding-top: 10px;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.home-left .user img {
  display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 10px;
}
.home-left .user .nickname {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  margin: 5px 0 10px;
  padding: 0 5px;
  overflow: hidden;
}
.home-left h2 {
  padding-left: 15px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #222;
  /*background: #eee;*/
  border-bottom: 1px solid #e6e6e6;
}
.home-main {
  -ms-flex: 1;
  flex: 1;
  /*overflow-y: scroll; padding: 15px;*/
  min-width: 1200px;
  max-width: 1740px;
}
#vm-side {
  clear: both;
  overflow: hidden;
}
aside .el-menu {
  height: 100%;
  border: 0;
  /*transition: all .2s;*/
  /*.is-opened .el-submenu__title,*/
}
aside .el-menu .el-submenu__title {
  padding: 0 15px !important;
  font-size: 15px;
  color: #222;
  border-bottom: 1px dashed #e6e6e6 /*#ccc*/;
}
aside .el-menu .el-submenu__title i.iconfont {
  display: inline-block;
  width: 20px;
  font-size: 16px;
  text-align: left;
  color: #333;
}
aside .el-menu .el-submenu__title .el-submenu__icon-arrow {
  right: 15px;
}
aside .el-menu .el-submenu.is-active .el-submenu__title {
  border-bottom: 1px dashed #e6e6e6;
}
aside .el-menu .el-menu--inline {
  /*border-bottom:1px dashed #ccc; background: #fff;
            &:before {
                content: ''; display: block; width: 0;
                position: absolute; z-index: 2; left: 20px; top: 0; bottom: 0;
                border: 1px dotted; border-width: 0 0 0 1px;
            }*/
}
aside .el-menu .el-menu-item {
  font-size: 15px;
  /*margin-left: 20px; padding: 0 20px !important; border-bottom:1px dashed #ccc;
            &:before {
                content: ''; display: block; width: 7px;
                position: absolute; z-index: 2; left: 1px; top: 50%; margin-top: 1px;
                border: 1px dotted; border-width: 1px 0 0;
            }
            &:last-child{ border: none; }*/
}
aside .el-menu .el-menu-item a {
  display: block;
}
aside .el-menu .el-submenu.is-active.is-opened .el-submenu__title {
  border-left: 2px solid #f56c6c;
}
aside .el-menu .is-opened .active a {
  color: #0591e4;
}
aside .collapsed {
  width: 60px;
}
aside .collapsed .item {
  position: relative;
}
aside .collapsed .submenu {
  position: absolute;
  top: 0px;
  left: 60px;
  z-index: 99999;
  height: auto;
  display: none;
}
footer {
  clear: both;
  width: 0;
  height: 0;
}
footer .footer-inner {
  padding: 25px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
footer .footer-inner a {
  display: inline-block;
  color: #666;
}
/*
 * 右侧页面包裹层
 */
.main-container .breadcrumb-container {
  line-height: 40px;
  font-size: 18px;
  margin-bottom: 30px;
  overflow: hidden;
}
.main-container .breadcrumb-container .title {
  width: 200px;
  float: left;
  color: #333;
}
.main-container .breadcrumb-container .breadcrumb-inner {
  float: right;
}
.main-container .breadcrumb {
  margin-top: 20px;
  padding: 10px 30px;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  /*background: #fff;*/
  box-sizing: border-box;
}
.main-container .page-content {
  margin: 10px 30px 30px;
  padding: 20px;
  border: 1px solid #f3f3f3;
  min-width: 1100px;
  min-height: 650px;
  background: #fff;
}
.home-main-con {
  margin: 10px 30px 30px;
  min-width: 1100px;
  min-height: 500px;
}
.home-main-con .topData {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.home-main-con .topData li {
  width: 24%;
  height: 110px;
  margin-right: 1%;
  background: #fff;
  float: left;
  overflow: hidden;
  flex: 1 1 auto;
  margin-right: 20px;
  transition: all .2s;
}
.home-main-con .topData li:last-child {
  margin-right: 0;
}
.home-main-con .topData li:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.home-main-con .topData li .conl {
  width: 120px;
  height: 100%;
  color: #fff;
  text-align: center;
  float: left;
  background: #16d57e;
}
.home-main-con .topData li .conl i {
  display: inline-block;
  line-height: 46px;
  font-size: 42px;
  padding-top: 20px;
}
.home-main-con .topData li .conl p {
  line-height: 30px;
  font-size: 14px;
}
.home-main-con .topData li .conr {
  float: left;
  padding-top: 20px;
  margin-left: 15px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  letter-spacing: 1px;
}
.home-main-con .topData li .conr .num {
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  color: #444;
  padding-right: 10px;
}
.home-main-con .topData li .conr .vary {
  color: #FD482C;
}
.home-main-con .topData li .conr .down {
  color: #16d57e;
}
.home-main-con .topData li .conr .iconfont {
  display: inline-block;
  font-size: 15px;
}
.home-main-con .topData li .conr .down .iconfont {
  transform: rotate(180deg);
}
.home-main-con .topData li .day {
  margin-bottom: 8px;
}
.home-main-con .topData li .total .num {
  font-size: 16px;
}
.home-main-con .topData li:nth-child(2) .conl {
  background: #ffc92a;
}
.home-main-con .topData li:nth-child(3) .conl {
  background: #2ca3fb;
}
.home-main-con .topData li:nth-child(4) .conl {
  background: #c172d9;
}
.home-main-con .home-row {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.home-main-con .home-row .home-box {
  padding: 5px 10px 10px;
  width: 48%;
  min-height: 360px;
  background: #fff;
  overflow: hidden;
  flex: 1 1 auto;
  margin-right: 20px;
  transition: all .2s;
}
.home-main-con .home-row .home-box:last-child {
  margin-right: 0;
}
.home-main-con .home-row .home-box:hover {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.home-main-con .home-row .hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
  margin-bottom: 0;
}
.home-main-con .home-row .hd h3 {
  float: left;
  padding: 0 5px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.home-main-con .home-row .hd .more {
  float: right;
  padding: 0 5px;
  font-size: 14px;
  color: #888;
}
.home-main-con .home-row th {
  font-weight: 500;
  color: #222;
}
.home-main-con .home-row .el-table {
  margin-bottom: 0;
}
.home-main-con .home-row .charts-box {
  height: 325px;
}
.home-main-con .qtCon {
  padding: 20px;
  width: 100%;
  min-height: 100px;
  background: #fff;
  box-sizing: border-box;
}
.toolbar {
  background: #f2f2f2;
  padding: 10px;
  margin-bottom: 20px;
  position: relative;
  clear: both;
}
.toolbar .el-form-item {
  margin-bottom: 10px;
}
.toolbar .el-date-editor.el-input,
.toolbar .el-input,
.toolbar .el-select {
  max-width: 200px;
}
/*
 * 日记本
 */
.diarys-list .warningText {
  width: 5em;
  text-align: left;
}
.diarys-list .warningText + .warningText {
  margin-left: 0;
}
.add-notepad .el-form {
  clear: both;
}
.add-notepad .project .el-form-item__content {
  display: -webkit-flex;
  display: flex;
  /*max-width: 400px;*/
}
.add-notepad .project .el-form-item__content .el-select {
  width: 32%;
  -webkit-flex: 1;
  flex: 1;
}
.add-notepad .project .el-form-item__content .el-select:nth-child(n+2) {
  margin-left: 5px;
}
.add-notepad .project .el-form-item__content > .el-input {
  width: 32%;
  -webkit-flex: 1;
  flex: 1;
}
.add-notepad .project .el-form-item__content > .el-input:nth-child(n+2) {
  margin-left: 5px;
}
.button-row {
  margin: 40px 0;
  overflow: hidden;
}
.button-row button {
  min-width: 120px;
  margin-right: 40px;
}
.edit-notepad .project .el-input {
  width: 32%;
}
.hd {
  overflow: hidden;
  margin-bottom: 30px;
}
.hd h2 {
  float: left;
  width: 300px;
  line-height: 32px;
  font-size: 20px;
  font-weight: bold;
  color: #475669;
  letter-spacing: 2px;
}
.hd button {
  float: right;
}
.notepad-line {
  margin-bottom: 20px;
  width: 92%;
  /*max-width: 1100px;*/
}
.notepad-line .line-day {
  padding-bottom: 20px;
  overflow: hidden;
  display: flex;
}
.notepad-line .line-day .time {
  padding-top: 10px;
  width: 120px;
  line-height: 1.6em;
  font-size: 14px;
  color: #333;
}
.notepad-line .line-day .info {
  width: 970px;
  flex: 1;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  padding-bottom: 20px;
}
.notepad-line .line-day .info .desc {
  max-height: 3.2em;
  line-height: 1.6em;
  font-size: 14px;
  margin-bottom: 20px;
  padding-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.notepad-line .line-day .info .el-button {
  float: right;
}
.notepad-line .line-day.as-2 {
  opacity: .6;
}
.notepad-line .pic {
  overflow: hidden;
}
.notepad-line .pic li {
  width: 115px;
  height: 115px;
  margin: 0 10px 10px 0;
  float: left;
  background: #f5f5f5;
}
.notepad-line .pic li img {
  width: 100%;
  height: 100%;
}
.notepad-line .comment-item {
  margin: 5px 0;
  padding: 5px 10px;
  background: #f8f8f8;
  line-height: 24px;
  font-size: 14px;
  overflow: hidden;
}
.notepad-line .comment-item .pl-name {
  float: left;
  color: #ba4cf6;
  margin-right: 5px;
}
.notepad-line .comment-item .pl-name span {
  float: left;
  display: inline-block;
  max-width: 80px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notepad-line .comment-item .pl-name em {
  float: left;
  display: inline-block;
  color: #555;
  padding: 0 2px;
}
.notepad-line .comment-item .pl-con {
  float: left;
}
.notepad-line .comment-more {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
.notepad-line-more {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  color: #666;
  cursor: pointer;
}
/*
 * 优惠卷
 */
.card-manage .user .el-row {
  margin-bottom: 20px;
}
.card-manage .user label {
  display: inline-block;
  float: left;
  width: 100px;
  line-height: 32px;
  font-size: 14px;
  color: #606266;
}
.card-manage .user .el-input {
  float: left;
  width: 290px;
}
.card-manage .user h3 {
  line-height: 24px;
  font-size: 16px;
  color: #222;
}
.card-manage ul {
  /*padding: 10px; border: 1px solid #e6e6e6; border-radius: 8px;*/
  overflow: hidden;
  margin-right: -40px;
  margin-bottom: 10px;
}
.card-manage ul li {
  float: left;
  position: relative;
  margin: 20px 40px 0 0;
  width: 500px;
  overflow: hidden;
}
.card-manage ul .con {
  width: 390px;
  height: 110px;
  box-sizing: border-box;
  background: #f9f9f9;
  color: #606266;
  background-color: #ffe6e4;
  color: #652523;
  position: relative;
  float: left;
  overflow: hidden;
}
.card-manage ul .con:before {
  display: block;
  content: ' ';
  height: 3px;
  position: absolute;
  left: 3px;
  right: 3px;
  top: -1px;
  z-index: 15;
  background: left top url(../img/card_lace_3px_x.png) repeat-x;
}
.card-manage ul .con:after {
  display: block;
  content: ' ';
  width: 6px;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 116px;
  z-index: 2;
  background: right top url(../img/card_br_4px.png) repeat-y;
}
.card-manage ul .con .num {
  width: 120px;
  height: 110px;
  line-height: 110px;
  float: left;
  font-size: 18px;
  text-align: center;
  color: red;
  margin-right: 20px;
  padding-right: 8px;
  position: relative;
  box-sizing: border-box;
}
.card-manage ul .con .num:before,
.card-manage ul .con .num:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  right: -10px;
}
.card-manage ul .con .num:before {
  top: -10px;
}
.card-manage ul .con .num:after {
  bottom: -10px;
}
.card-manage ul .con .num em {
  font-family: Arial;
  font-size: 26px;
  padding-right: 2px;
}
.card-manage ul .con .title {
  margin-right: 30px;
  padding: 10px 0 5px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #ee0d06;
  overflow: hidden;
}
.card-manage ul .con .condition,
.card-manage ul .con .time {
  line-height: 20px;
  font-size: 12px;
}
.card-manage ul .con .types {
  position: absolute;
  top: -15px;
  right: -30px;
  width: 80px;
  height: 48px;
  background: #ee4c4c;
  -webkit-transform: rotate(45deg);
  -webkit-box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
  transform: rotate(45deg);
  box-shadow: 0 0 1pc 1px rgba(0, 0, 0, 0.2);
}
.card-manage ul .con .types em {
  display: block;
  position: absolute;
  top: 17px;
  right: -1px;
  width: 80px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.card-manage ul .con .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  line-height: 110px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 6px;
}
.card-manage ul .status-0 .mask {
  display: none;
}
.card-manage ul .card-btn {
  /*
            position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10;
            background: rgba(0,0,0,.8); padding: 40px 20px 0 20px;
            display: none; transition: all .5s;
            */
  width: 100px;
  float: right;
}
.card-manage ul .card-btn button {
  float: left;
  margin-left: 0;
  box-sizing: border-box;
  width: 100px;
  height: 50px;
  font-size: 16px;
  letter-spacing: 4px;
}
.card-manage ul .card-btn button:nth-child(1) {
  margin-bottom: 10px;
}
.card-manage .el-dialog__body {
  padding-bottom: 0;
}
.card-manage .el-dialog__body .el-select,
.card-manage .el-dialog__body .el-input__inner {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.card-manage .el-dialog__body .el-select-dropdown {
  max-width: 320px;
  overflow: hidden;
}
.card-manage .dialog-footer .el-button {
  width: 100%;
}
/*
 * 评论审核
 */
.comment-list .successText {
  width: 3em;
}
.comment-list .loadBtn + .el-button {
  margin-left: 0;
}
/*
 * 活动
 */
.add-activity .el-tree {
  color: #555;
  max-height: 400px;
  padding-top: 3px;
  overflow-y: auto;
}
.add-activity .el-tree-node {
  margin-bottom: 10px;
}
.add-activity .el-tree-node__children {
  margin-top: 10px;
  padding-left: 19px;
}
.add-activity .el-tree-node__children .el-tree-node {
  float: left;
}
.add-activity .el-tree-node__children .el-tree-node__content {
  display: block;
  padding: 0 10px !important;
  width: 100px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-activity .el-tree-node__children .el-tree-node__content .el-icon-caret-right {
  display: none;
}
/*
 * 用户信息管理
 */
.bd-transfer {
  overflow: hidden;
  clear: both;
}
.bd-transfer h3 {
  margin: 10px 0;
  padding-left: 10px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.bd-transfer .el-table {
  margin-bottom: 10px;
  min-height: 440px;
}
.bd-transfer .el-table td {
  padding: 10px 0;
}
.bd-transfer .warning-row {
  background: #F8F8F8;
}
.bd-transfer .bd-transfer-l {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  /*background: #f7f7f7;*/
  overflow: hidden;
}
.bd-transfer .bd-transfer-c {
  width: 9%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.bd-transfer .bd-transfer-c button {
  margin: 10px 0;
  width: 85px;
}
.bd-transfer .bd-transfer-r {
  width: 41%;
  display: inline-block;
  vertical-align: middle;
}
.bd-transfer .el-pagination .el-pager li {
  font-weight: normal;
  /*background: #fff;*/
}
.editService-footer {
  overflow: hidden;
  margin: 40px 0;
  text-align: center;
}
.editService-footer button {
  width: 200px;
  margin: 0 9%;
}
.add-baike .el-form {
  clear: both;
}
.add-baike .project .el-form-item__content {
  display: -webkit-flex;
  /*-webkit-justify-content: space-between;*/
  display: flex;
  /*justify-content: space-between;*/
}
.add-baike .project .el-form-item__content > .el-select {
  width: 32%;
  float: left;
  -webkit-flex: 1;
  flex: 1;
}
.add-baike .project .el-form-item__content > .el-select:nth-child(n+2) {
  margin-left: 5px;
}
.add-baike .project .el-form-item__content > .el-input {
  width: 32%;
  -webkit-flex: 1;
  flex: 1;
}
.add-baike .project .el-form-item__content > .el-input:nth-child(n+2) {
  margin-left: 5px;
}
/*
 * 管理员模块
 */
.add-group .el-tree {
  color: #555;
  max-height: 600px;
  padding-top: 3px;
  overflow-y: auto;
}
.add-group .el-tree > .el-tree-node {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
.add-group .el-tree-node__children {
  margin-top: 5px;
  padding-left: 18px;
}
.add-group .el-tree-node__children .el-tree-node {
  float: left;
}
.add-group .el-tree-node__children .el-tree-node__content {
  display: block;
  margin-right: 2px;
  padding: 0 5px !important;
  min-width: 120px;
  max-width: 200px;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.add-group .bd-tree_children {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.add-group .bd-tree_children + .bd-tree_no_children,
.add-group .bd-tree_children ~ .bd-tree_no_children {
  clear: both;
  float: none;
}
/*
 * 权限菜单
 */
/*
 * 统计
 */
.charts-index .el-row {
  margin-bottom: 40px;
}
.charts-index .el-col {
  min-height: 1px;
}
.charts-index .charts-box {
  padding: 10px 0;
  border: 1px solid #eee;
}
.charts-index .charts-box h3 {
  line-height: 24px;
  font-size: 16px;
  color: #222;
  font-weight: 500;
}
.charts-index .charts-download,
.charts-index .charts-reg,
.charts-index .charts-consume,
.charts-index .charts-consume-ratio,
.charts-index .charts-sex,
.charts-index .charts-age {
  width: 100%;
  height: 400px;
}
.charts-index .charts-consume-ratio {
  line-height: 1.5em;
}
.charts-index .charts-sex {
  height: 216px;
}
.charts-index .charts-age {
  height: 360px;
}
.charts-index .charts-download-reg,
.charts-index .charts-reg-consume,
.charts-index .charts-consume-mul,
.charts-index .charts-area {
  width: 100%;
  height: 400px;
}
.charts-index .charts-area {
  height: 600px;
}
/*
 * 登录页
 */
.blur-login {
  position: fixed;
  top: 0;
  bottom: 0;
  background: url(../img/login_bg.jpg) #394557;
}
.login {
  margin: 15% auto 0;
  padding: 30px 40px 20px;
  width: 310px;
  background: #fff;
  border-radius: 5px;
}
.login .tit {
  line-height: 36px;
  font-size: 28px;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.login .tit .iconfont {
  font-size: 28px;
  color: #69AA46;
}
.login .tit .red {
  color: #ff7864;
}
.login .tit .blue {
  color: #69AA46;
}
.login .form-item {
  margin-bottom: 25px;
  padding: 8px 0;
  font-size: 18px;
  color: #333;
  border: 1px solid #e8e8e8;
}
.login .form-item .iconfont {
  float: left;
  display: inline-block;
  padding-left: 5px;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  text-align: center;
}
.login .form-item input {
  display: inline-block;
  padding: 0 5px;
  width: 270px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  border: 0;
  box-sizing: border-box;
}
.login .form-item .verify_img {
  width: 170px;
  height: 42px;
}
.login .form-item .btn-primary {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #20a0ff;
  border: 0;
}
.login .form-verify {
  float: left;
  width: 130px;
}
.login .form-verify input {
  width: 102px;
}
.login .form-verify-img {
  margin-left: 8px;
  padding: 0;
  border: 0;
  float: left;
  width: 170px;
}
.login .form-btn {
  padding: 0;
  border: 0;
}
/*消息提示*/
.bd-message {
  position: fixed;
  top: -200px;
  left: 50%;
  margin-left: -115px;
  padding: 8px 15px;
  width: 200px;
  line-height: 28px;
  font-size: 16px;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 3px;
  transition: all .5s;
}
.bd-message.show {
  top: 50px;
}
.bd-message.warning {
  background-color: #fdf6ec;
  color: #e6a23c;
  border-color: #faecd8;
}
.bd-message.success {
  background-color: #f0f9eb;
  color: #67c23a;
  border-color: #e1f3d8;
}
/*
 * ue编辑器
 */
.edui-container {
  width: 100% !important;
  min-height: 500px;
}
#myEditor {
  height: 500px;
}
/*
 * um自定义样式
 */
/*百科*/
/*
.baike-content{
    line-height: 1.6; font-size: 30/@rex; color: #666; word-break: break-all;
    h3{ margin: 20/@rex 0 10/@rex; color: #000; }
    ul,ol{ padding-left: 1em; }
    li{ list-style: outside; }
    img{ max-width: 100%; height: auto; }
    p{}
    //gm
    .wiki-section{
        margin-bottom: 30/@rex;
        h3{
            margin: 30/@rex 0; padding-left: 10/@rex; height: 36/@rex;
            line-height: 36/@rex; font-size: 36/@rex; color: #000;
            font-weight: bold; position: relative;
            &:after{
                display: block; content: ''; width: 4/@rex; height: 36/@rex;
                position: absolute; top: 0; left: 0;
                background: linear-gradient(to bottom, #e866de, #d968f6, #9f56f0);
            }
        }            
        .text-list{ padding: 10/@rex 0; }
        h4{ margin: 20/@rex 0; font-size: 32/@rex; color: #111; font-weight: 500; }
        .item{ padding: 5/@rex 0; }
        h5{ margin: 20/@rex 0; font-size: 30/@rex; color: @nice-color; }
    }
    //qt
    .module-title{
        margin: 30/@rex 0; padding-left: 10/@rex; height: 36/@rex;
        line-height: 36/@rex; font-size: 36/@rex; color: #000;
        font-weight: bold; position: relative;
        &:after{
            display: block; content: ''; width: 4/@rex; height: 36/@rex;
            position: absolute; top: 0; left: 0;
            background: linear-gradient(to bottom, #e866de, #d968f6, #9f56f0);
        }
    }
    .module-content{
        .nursing-box{ padding: 10/@rex 0; }
        .nursing-title{ margin: 20/@rex 0; font-size: 32/@rex; color: #111; font-weight: 500; }
        .nursing-des em{ font-size: 30/@rex; color: @nice-color; }
        .sub-title{ margin: 20/@rex 0; font-size: 32/@rex; color: #111; font-weight: 500; }
    }
}
*/
/*
 * 百科
 */
.add-baike .block {
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid #eff2f6;
  display: inline-block;
  box-sizing: border-box;
  width: 32%;
}
.add-baike .block:last-child {
  border-right: none;
}
.add-baike .demonstration {
  display: block;
  color: #8492a6;
  font-size: 14px;
  margin-bottom: 20px;
}
.add-baike .operate_intro .el-form-item__content {
  display: flex;
  flex-wrap: wrap;
}
.add-baike .operate_intro .el-form-item__content .el-input {
  width: 45%;
  margin: 5px 2.5% 5px 0;
}
.add-baike #after_intro .el-row .el-col {
  margin: 0 0px 5px 0;
}
.add-baike #after_intro .el-row,
.add-baike #faq .el-row,
.add-baike #before_intro .el-row {
  margin: 5px 0 10px 0;
}
.add-baike #upload {
  margin-left: 0px;
}
@media screen and (max-width: 1500px) {
  .home-main-con .topData li .conl {
    width: 90px;
  }
  .home-main-con .topData li .conr {
    margin-left: 10px;
  }
}
