* {
    margin: 0;
    padding: 0;
}

html,
body,
#app,
.wrapper {
    width: 100%;
    height: 100%;
}
.container{
    display: flex;
}
main {
    flex: 1;
    position: relative;
    padding: 5px;
    display: flex;
    flex-direction: column;
}
main > .el-tabs{
    flex: 1;
}
.mainNav {
    min-height: calc(100vh - 70px);
}
.mainNav > ul {
    height: 100%;
}
body {
    font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
}

footer.border-top {
    /*height: 35px;
    line-height: 45px;*/
    text-align: center;
    font-size: 12px;
    padding: 15px 0 10px;
}
a {
    text-decoration: none
}

.pull-right {
    float: right;
}
.el-image-viewer__close{
    right: 300px;
}
.el-icon-circle-close {
    color: red;
}
.el-table td,
.el-table th {
    padding: 9px 0;
}

.content-box {
    position: absolute;
    left: 160px;
    right: 0;
    top: 70px;
    bottom: 0;
    padding-bottom: 30px;
    -webkit-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out;
    background: #f0f0f0;
}

.el-submenu .el-menu-item {
    padding: 0;
}

.content {
    width: auto;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.content-collapse {
    left: 65px;
}

.container {
    padding: 30px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.el-tabs--border-card > .el-tabs__content{
    padding: 10px 10px 35px;
}
.el-tabs--border-card > .el-tabs__content,
.el-tab-pane, .iframeCon {
    height: 100%;
    box-sizing: border-box;
}
.crumbs {
    margin: 10px 0;
}

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

.pagination {
    margin: 15px 0;
    text-align: right;
}

.plugins-tips {
    padding: 20px 10px;
    margin-bottom: 20px;
}

.el-button+.el-tooltip {
    margin-left: 10px;
}

.el-table tr:hover {
    background: #f6faff;
}

.mgb20 {
    margin-bottom: 20px;
}

.move-enter-active,
.move-leave-active {
    transition: opacity .5s;
}

.move-enter,
.move-leave {
    opacity: 0;
}

.el-input__inner[readonly]{
    background:#efefef;
}
.el-cascader .el-input__inner[readonly], .el-select .el-input__inner[readonly] {
    background: #fff;
}
.info-info > div {
    margin: 0 0 20px;
    font-weight: bold;
}

.info-info > div span {
    font-weight: normal;
}
/*BaseForm*/
.form-box {
    width: 600px;
}

.form-box .line {
    text-align: center;
}

.el-time-panel__content::after,
.el-time-panel__content::before {
    margin-top: -7px;
}

.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
    padding-bottom: 0;
}


/*Upload*/

.pure-button {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.g-core-image-corp-container .info-aside {
    height: 45px;
}

.el-upload--text {
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.el-upload--text .el-icon-upload {
    font-size: 67px;
    color: #97a8be;
    margin: 40px 0 16px;
    line-height: 50px;
}

.el-upload--text {
    color: #97a8be;
    font-size: 14px;
    text-align: center;
}

.el-upload--text em {
    font-style: normal;
}


/*VueEditor*/

.ql-container {
    min-height: 400px;
}

.ql-snow .ql-tooltip {
    transform: translateX(117.5px) translateY(10px) !important;
}

.editor-btn {
    margin-top: 20px;
}


/*markdown*/

.v-note-wrapper .v-note-panel {
    min-height: 500px;
}


/*header*/

.header {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 70px;
    font-size: 22px;
    color: #fff;
}

.collapse-btn {
    float: left;
    padding: 0 21px;
    cursor: pointer;
    line-height: 70px;
}

.header .logo {
    float: left;
    line-height: 70px;
}

.header-right {
    float: right;
    padding-right: 50px;
}

.header-user-con {
    display: flex;
    height: 70px;
    align-items: center;
}

.btn-fullscreen {
    transform: rotate(45deg);
    margin-right: 5px;
    font-size: 24px;
}

.btn-bell,
.btn-fullscreen {
    position: relative;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer;
}

.btn-bell-badge {
    position: absolute;
    right: 0;
    top: -2px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #f56c6c;
    color: #fff;
}

.btn-bell .el-icon-bell {
    color: #fff;
}

.user-name {
    margin-left: 10px;
}

.user-avator {
    margin-left: 20px;
}

.user-avator img {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.el-dropdown-link {
    color: #fff;
    cursor: pointer;
}

.el-dropdown-menu__item.text-center {
    text-align: center;
}

.sidebar {
    display: block;
    position: absolute;
    left: 0;
    top: 70px;
    bottom: 0;
    overflow-y: auto;
}

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

.sidebar-el-menu:not(.el-menu--collapse) {
    width: 160px;
}

.el-submenu .el-menu-item {
    min-width: 160px;
    border-bottom: 1px solid #2465d3;
}

.sidebar>ul {
    height: 100%;
}

.tags {
    position: relative;
    height: 30px;
    overflow: hidden;
    background: #fff;
    padding-right: 120px;
    box-shadow: 0 5px 10px #ddd;
}

.tags ul {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.tags-li {
    float: left;
    margin: 3px 5px 2px 3px;
    border-radius: 3px;
    font-size: 12px;
    overflow: hidden;
    cursor: pointer;
    height: 23px;
    line-height: 23px;
    border: 1px solid #e9eaec;
    background: #fff;
    padding: 0 5px 0 12px;
    vertical-align: middle;
    color: #666;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.tags-li:not(.active):hover {
    background: #f8f8f8;
}

.tags-li.active {
    color: #fff;
}

.tags-li-title {
    float: left;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 5px;
    color: #666;
}

.tags-li.active .tags-li-title {
    color: #fff;
}

.tags-close-box {
    position: absolute;
    right: 15px;
    top: 9px;
    box-sizing: border-box;
    padding-top: 1px;
    text-align: center;
    /* width: 110px; */
    height: 30px;
    z-index: 10;
}

.sidebar a {
    color: rgb(191, 203, 217);
    display: block;
}
.el-submenu__title:hover, .el-menu-item:focus, .el-menu-item:hover, .el-menu-item.is-active {
    outline: 0;
    background-color: #1c6fcb !important;
}
.el-menu-item a {
    color: #fff;
    display: block;
}
.el-menu--inline .el-menu-item a {
    color: rgb(219 224 231);
    display:block;
}

.mainNav .is-active > a {
    color: #ffeb3b;
}

.el-menu--collapse>.el-menu-item span,
.el-menu--collapse>.el-submenu>.el-submenu__title span {
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
}

.imgcodeBox .el-input-group__append {
    padding: 0;
    vertical-align: top;
}

.imgcodeBox .el-input-group__append span {
    float: left;
    height: 0;
}

.handle-box {
    margin-bottom: 20px;
}

.handle-select {
    width: 120px;
}

.handle-input {
    width: 300px;
    display: inline-block;
}

.table {
    width: 100%;
    font-size: 14px;
}

.red {
    color: #ff0000;
}

.mr10 {
    margin-right: 10px;
}

.table-td-thumb {
    display: block;
    margin: auto;
    width: 40px;
    height: 40px;
}

.el-menu-item i,
.el-submenu__title i {
    color: #ebeef5;
}

.upload-ad .el-upload--text {
    width: auto;
    height: 40px;
    border: none;
    text-align: left;
    margin-bottom: 0;
}

.iframeCon {
  /*  height: calc(100vh - 190px);*/
}

.content-box {
    padding: 15px;
    background: none;
}

.container {
    border: none;
    padding: 0;
}

.el-table__body-wrapper {
    overflow-y: auto;
}

.el-table-body-page-wrapper {
    height: calc(100vh - 120px);
}

.el-table__body-wrapper.is-scrolling-none {
    height: calc(100vh - 120px);
}

.el-table-body-page-wrapper .el-table__body-wrapper {
    height: calc(100vh - 180px);
}

.el-upload__tip {
    line-height: 1;
    margin: 0;
}

.logo-item {
    width: 100%;
}

.logo-box .upload-ad {
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
}

.deviceInfo .el-select {
    width: 8%;
}

.deviceUser .el-select {
    width: 8%;
}

.deviceInfo .handle-input {
    width: 10%;
}

.deviceUser .handle-input {
    width: 10%;
}

.deviceInfo .el-date-editor {
    width: 15%;
}

.upload-device {
    display: inline-block;
}

.area_select_txt {
    display: flex;
}

.area_select_txt .el-cascader {
    margin-right: 15px;
}

.area_select_txt .el-input {
    width: auto;
}

.el-dialog__body .el-form--inline .el-form-item__content {
    width: 210px;
}

.el-dialog__body .el-date-editor.el-input,
.el-dialog__body .el-date-editor.el-input__inner {
    width: 210px;
}

.el-date-editor--daterange.el-input,
.el-date-editor--daterange.el-input__inner,
.el-date-editor--timerange.el-input,
.el-date-editor--timerange.el-input__inner {
    width: 280px;
}

.user-name-dropdown>li.el-dropdown-menu__item:not(.el-dropdown-menu__item--divided) {
    text-align: left;
}

.user-name-dropdown>li.el-dropdown-menu__item.no-hover {
    cursor: text;
}

.el-menu--collapse .el-menu .el-submenu,
.el-menu--popup {
    min-width: 120px;
}

.faceBox {
    overflow: hidden;
}

.faceBox .el-icon-upload {
    font-size: 36px;
    cursor: pointer;
}

.faceBox li {
    width: 32%;
    float: left;
    padding: 10px;
    list-style: none;
    position: relative;
    box-sizing: border-box;
}


/* .del-backdrop {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(191, 203, 217, 0.5);
}

.faceBox li:hover .del-backdrop {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.faceBox li img {
    width: 100%;
}

.del-backdrop i {
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100;
    color: #f56c6c;
    display: none;
}

.faceBox li:hover .del-backdrop i {
    display: block;
}

.uploadBox {
    width: 100px;
    height: 100px;
    background: aliceblue;
    float: left;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-top: 10px;
    overflow: hidden;
}

.uploadBox input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    opacity: 0;
}

.demo-image__preview {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.demo-image__preview .el-icon-circle-close {
    color: coral;
}

.session-link {
    display: block;
    text-align: center;
    margin-top: 200px;
}


/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 8px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: rgba(0, 0, 0, 0.3);
    box-shadow: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(17, 16, 16, 0.13);
    -webkit-box-shadow: rgba(0, 0, 0, 0.9);
    box-shadow: rgba(0, 0, 0, 0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(211, 173, 209, 0.4);
    }