body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, SimSun, sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

p {
    margin: 0;
    padding: 0;
}

li,
ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    color: #2c3e50;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    min-width: 820px;
}

#main {
    width: 100%;
    height: 100%;
    display: flex;
}

.lefnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: flex-start;
    /* overflow-x: hidden;
    overflow-y: auto; */
    background: #22242f;
}

/* .lefnav .el-menu {
  width: 100px
} */

.lefnav .el-menu.el-menu--collapse {
    width: 64px;
}

.lefnav::-webkit-scrollbar {
    width: 0;
}

/* .lefnav .el-submenu {
  height: 56px;
  line-height: 25px;
} */

.lefnav .el-submenu .el-submenu__title {
    width: 100%;
    height: 40px;
    line-height: 25px;
    padding: 10px 32px !important;
}

.lefnav .singleTitle {
    text-align: center;
    height: 40px;
    line-height: 25px;
    padding: 10px 32px !important;
}

.lefnav .el-submenu i {
    font-size: 18px;
}

.lefnav .singleTitle i {
    font-size: 18px;
}

.lefnav .el-submenu__title:hover {
    background: #ecf5ff !important;
}

.el-menu--vertical ul.el-menu--popup > li:hover {
    background: #ecf5ff !important;
}

.lefnav .el-submenu.is-active .el-submenu__title > * {
    color: #ff6a00 !important;
}

.lefnav .el-submenu .el-menu--inline {
    position: absolute;
    top: 0px;
    left: 100px;
    /* z-index: 999; */
    width: 139px;
    height: 100%;
    background: #fff !important;
}
.lefnav a {
    color: #e3e3e3;
    display: block;
}

.lefnav a:hover,
.lefnav a:hover i {
    color: #ff6a00;
}

.logo-nav {
    width: 100px;
}

.logo-nav img {
    width: 100%;
}

.lefnav .el-menu-item:hover,
.el-menu-item:focus,
.lefnav .el-menu-item:hover i {
    color: #ff6a00 !important;
}
.lefnav .el-menu--inline .el-menu-item span {
    color: #22242f;
}
.lefnav .el-menu--inline .el-menu-item:hover span {
    color: #ff6a00;
}
.lefnav .el-menu--inline .el-menu-item.is-active span {
    color: #ff6a00;
}

.lefnav .el-submenu__title {
    float: none;
}

.lefnav .el-menu-item i {
    color: #e3e3e3;
}

.lefnav .singleTitle.el-menu-item i,
.lefnav .el-submenu__title i {
    color: #e3e3e3;
    display: block;
    margin: 0 auto;
}

.lefnav .el-menu--inline .el-menu-item i {
    color: #22242f;
}

.lefnav .el-menu-item.is-active i,
.lefnav .el-submenu.is-active .el-submenu__title i {
    color: #ff6a00;
}

.lefnav .el-submenu__title a {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.lefnav .el-submenu__title .el-submenu__icon-arrow {
    z-index: 0;
    display: none;
}

.nav2 {
    min-width: 139px;
    width: 139px;
    height: 100%;
    display: flex;
    border-right: solid 1px #e6e6e6;
    background: #fff;
}

.nav2 b {
    width: 100px;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    /* text-align: center; */
    position: fixed;
    background: #fff;
    box-shadow: 0 20px 20px -20px rgba(15, 12, 70, 0.1);
}

.rightbody {
    font-size: 14px;
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    /* -webkit-box-orient: vertical; */
    /* -webkit-box-direction: normal; */
    -ms-flex-direction: column;
    flex-direction: column;
}

.header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 60px;
    line-height: 60px;
    /* -webkit-box-shadow: 0 2px 20px 0 rgba(15,12,70,.1);
    box-shadow: 0 2px 20px 0 rgba(15,12,70,.1); */
    -webkit-box-shadow: 0 20px 20px -20px rgba(15, 12, 70, 0.1);
    box-shadow: 0 20px 20px -20px rgba(15, 12, 70, 0.1);
    z-index: 1002;
    padding: 0 20px;
    background: #fff;
}

.header b {
    font-size: 16px;
}

.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fafafa;
    height: 0;
    min-height: 0;
}

.content>div {
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    padding-bottom: 20px;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: scroll;
    position: relative;
}

.el-breadcrumb {
    padding: 11px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.el-table {
    border: 1px solid #eee;
}

.el-table thead.has-gutter {
    background: #f5f7fa;
    color: #333;
}

.el-table th {
    background-color: #eef1f6 !important;
}

.el-table td {
    line-height: 58px;
    height: 58px;
}

.el-dialog {
    margin: 0 auto;
    margin-top: 10vh !important;
}

.ql-snow .ql-picker {
    line-height: 1;
}

.avatar {
    width: 120px;
    display: block;
    box-sizing: border-box;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.avatar-uploader .el-upload {
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 120px;
}

.avatar-uploader .el-upload:hover {
    border-color: #19aa8d;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    box-sizing: border-box;
}

.el-menu {
    font-weight: 700 !important;
    background: #fff;
}

.moreuploadimage > div {
    display: inline-block;
}

.el-upload--picture-card.el-upload {
    display: none;
    margin: 0;
}

.el-upload-list--picture-card {
    display: list-item !important;
}

.el-upload-list--picture-card .el-progress {
    width: 90px !important;
}

.el-upload-list--picture-card .el-progress .el-progress-circle {
    width: 90px !important;
    height: 90px !important;
}

.el-upload-list--picture-card li.el-upload-list__item {
    width: 122px;
    height: 122px;
    position: relative;
}

.el-upload-list--picture-card li.el-upload-list__item img {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.el-submenu .el-menu-item:last-child {
    border: none;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
    min-height: 300px;
}

.el-pagination {
    text-align: center;
    margin: 20px 0;
}

a {
    color: #19aa8d;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* .el-popover.el-popper {
  top: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  padding: 0
} */

.el-popover .el-popover__title {
    height: 44px;
    line-height: 44px;
    background: #eef1f6;
    box-sizing: border-box;
    padding: 0 12px;
}

.close {
    position: absolute;
    right: 20px;
    top: 6px;
    font-size: 30px;
    cursor: pointer;
}

.close:hover {
    color: #19aa8d;
}

.el-form-item__label {
    font-weight: 700;
}

.lefnav > ul > li.el-submenu.is-opened {
    transition: all 0;
}
/* .el-menu-item {
    transition: none;
    padding: 0 10px!important;
} */

.lefnav > ul > li.el-submenu.is-opened .el-menu--inline {
    display: block;
}
.is-active .el-menu--inline {
    display: block !important;
}
.is-opened .el-menu--inline {
    /* z-index: 999; */
    display: block !important;
}

.el-menu .el-button {
    padding: 0;
}

.box .el-tabs .el-tabs__header {
    margin: 0;
}

.ql-editor {
    min-height: 300px;
}
.no_header .el-dialog__header {
    display: none!important;
}
.el-dialog__header {
    background: #fff !important;
}

#el-dialog .el-dialog__header {
    border-bottom: none;
}

.moreuploadimage .icon.img {
    display: inline-block;
    line-height: 2;
}

.moreuploadimage .el-upload__tip {
    line-height: 2;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #ccc;
}

.index .el-card__header {
    padding: 13px 20px;
}

.index .row1 .col1 .el-card__body {
    padding: 32px 0;
}

.index .row1 .col2 .el-card__body {
    padding: 10px 30px;
}

.box .el-upload-list {
    right: 0;
    padding-bottom: 10px;
}

.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
    background-color: #409eff !important;
    color: #fff;
}

#mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}

#mask i {
    color: #fff;
    font-size: 25px;
    position: absolute;
    left: 50%;
    transform: translate(-140%, -50%);
    top: 50%;
}

#mask i.el-icon-delete {
    transform: translate(40%, -50%);
}

.icon.img .img:hover #mask {
    display: block;
}

/* #app .el-submenu__title {
  font-weight: 400;
  height: 40px !important;
  line-height: 40px !important
} */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*首页*/
.indexDot {
    text-align: center;
}

.rowl1 .el-divider--horizontal {
    margin: 15px 0;
}
.rowl1 .box-card {
    height: 280px;
    overflow: hidden;
}
.rowl1 .domainCard {
    height: 140px;
    margin: 15px 10px 20px;
    padding: 25px 30px 25px 40px;
    border-radius: 5px;
}
.rowl1 .domainCard li {
    font-size: 14px;
    line-height: 35px;
    color: #fff;
}
/* .rowl1 .domainCard1 {
    background: url(/img/domain_bg01.jpg) no-repeat center;
}
.rowl1 .domainCard2 {
    background: url(/img/domain_bg02.jpg) no-repeat center;
} */

.indexDot3 span {
    /* font-size: 25px; */
    line-height: 25px;
}
.indexDot3_in {
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 75px;
}
.indexDot3_in .el-button {
    padding: 10px;
}

.indexDot3_card.el-card {
    border: none;
}

.indexDot3_card.el-card.is-always-shadow {
    box-shadow: none;
}

.indexDot3_card .el-card__body {
    padding: 0;
    border: none;
}

.rowr1 .el-card .el-card__body {
    /* display: none; */
    padding: 20px 10px;
}

.rowr1 .el-input-group__append {
    padding-left: 12px;
    padding-right: 12px;
}

.rowl1 .domainCard3 {
    position: relative;
    margin: 35px 5px 10px 5px;
}
.rowl1 .domainCard3 img {
    width: 100%;
    border-radius: 50px;
}

.rowl1 .domainCard3 .text {
    text-align: center;
    font-weight: 700;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 8px;
    left: 5%;
}

.rowr1 .rowV {
    margin: 20px auto;
}

.rowr1 .rowV img {
    max-width: 100%;
    max-height: 140px;
}

.rowl3 .seoBtn.el-button {
    padding: 2px;
}
.seo-sum {
    line-height: 50px;
}
.rowl4 .img {
    width: 100%;
    height: 260px;
    overflow: hidden;
}
.rowl4 .img img {
    width: 100%;
    height: auto;
}
.rowl4 .el-card .modCard {
    position: relative;
}
.rowl4 .el-card .modCard .badge {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    border-radius: 0 10px 0 10px;
    background-image: linear-gradient(to bottom, #ff9b00, #f4ca7e, #ff9b00);
}
.rowl4 .el-card .modCard .badge span {
    color: #fff;
}

/* .rowl5 .h {
    color: #666;
}
.rowl5 .p {
    color: #999;
} */

.indexQA .el-button {
    width: 23.6%;
    padding: 6px 1px;
    margin: 2px 0;
}
.indexQA .el-button span {
    width: 4rem;
}
.indexQA .el-button + .el-button {
    margin-left: 0px;
}

.indexEwm {
    /* width: 129px; */
    height: 129px;
    /* display: table-cell; */
    vertical-align: middle;
    text-align: center;
    background: #fff;
    overflow: hidden;
}
.indexEwm img {
    max-width: 100%;
    max-height: 100%;
}
.indexEwmH {
    text-align: center;
    margin: 5px auto;
}
.indexEwmTxt {
    font-size: 14px;
    line-height: 30px;
}
.indexEwmTxt i {
    font-size: 18px;
    font-weight: 700;
    color: #1b8e33;
}
.rowFeed {
    padding: 15px 15px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.rowFeed img {
    width: 100%;
}
.rowFeed .h {
    /* font-weight: 700; */
    font-size: 15px;
}
.rowFeed .p {
    font-size: 14px;
}
/* .rowr3 .indexNews span {
    font-weight: 700;
} */
