div[id^='html5_'] {
    display: none !important;
}

/**/
.main-header > * {
    height: 64px !important;
}

.main-sidebar, .content-wrapper {
    padding-top: 64px !important;
}

.main-header .logo {
    line-height: 64px !important;
}

.main-header .sidebar-toggle {
    padding: 22px 15px !important;
}

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 22px !important;
        padding-bottom: 42px !important;
    }
}

.stevenHeader {
    width: 100%;
    height: 64px;
    position: fixed;
    /* padding-left: 80px; */
    display: flex;
    top: 0;
    left: 0;
    background: #282c37;
    z-index: 1031;
}

.fc-logo {
    height: 100%;
    width: 230px;
    background: url("../../image/header/logo.png") no-repeat center;
    background-size: auto 100%;
}

.header .logo {
    /* width: 144px; */
    height: 60px;
    margin: 2px 28px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.fc-user {
    height: 100%;
    width: 100px;
    background: url(https://wapcdn.thecover.cn/nest/images/avatar.png) no-repeat center;
    background-size: 40px;
    position: absolute;
    right: 50px;
    cursor: pointer;
}

.stevenHeader > ul {
    display: inherit;
    margin: 0;
    padding: 0;
    list-style: none;
}

.stevenHeader .item-1 {
    background-image: url("../../image/header/1.png");
}

.stevenHeader .item-1:hover, .stevenHeader .item-1.fc-active {
    background-image: url("../../image/header/1-selected.png");
}

.stevenHeader .item-2 {
    background-image: url("../../image/header/3.png");
}

.stevenHeader .item-2:hover, .stevenHeader .item-2.fc-active {
    background-image: url("../../image/header/3-selected.png");
}

.stevenHeader .item-3 {
    background-image: url("../../image/header/4.png");
}

.stevenHeader .item-3:hover, .stevenHeader .item-3.fc-active {
    background-image: url("../../image/header/4-selected.png");
}

.stevenHeader .item-4 {
    background-image: url("../../image/header/4.png");
}

.stevenHeader .item-4:hover, .stevenHeader .item-4.fc-active {
    background-image: url("../../image/header/4-selected.png");
}

.stevenHeader .item-5 {
    background-image: url("../../image/header/6.png");
}

.stevenHeader .item-5:hover, .stevenHeader .item-5.fc-active {
    background-image: url("../../image/header/6-selected.png");
}

.stevenHeader .item-6 {
    background-image: url("../../image/header/7.png");
}

.stevenHeader .item-6:hover, .stevenHeader .item-6.fc-active {
    background-image: url("../../image/header/7-selected.png");
}

.stevenHeader .item-7 {
    background-image: url("../../image/header/5.png");
}

.stevenHeader .item-7:hover, .stevenHeader .item-7.fc-active {
    background-image: url("../../image/header/5-selected.png");
}

.stevenHeader .item-8 {
    background-image: url("../../image/header/5.png");
}

.stevenHeader .item-8:hover, .stevenHeader .item-8.fc-active {
    background-image: url("../../image/header/5-selected.png");
}

.stevenHeader > ul > li {
    margin: 16px 3px;
    border-radius: 5px;
    padding: 6px 12px 6px 24px!important;
    background-repeat: no-repeat;
    background-position: 8px;
    background-size: 16px;
    text-indent: 5px;
    cursor: pointer;
    color: #fff;
    height: 32px;
    transition: all 0.5s;
}

.stevenHeader > ul > li:hover, .stevenHeader > ul > li.fc-active {
    background-color: #373c4a;
    border-radius: 5px;
    color: #ea5a5a;
}

/*标签覆盖类*/
::selection {
    background: #d73925;
    color: #fff;
}

::-moz-selection {
    background: #d73925;
    color: #fff;
}

::-webkit-selection {
    background: #d73925;
    color: #fff;
}

ins {
    display: block;
    text-decoration: none;
}

.btn-gray1 {
    display: inline-block;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-color: #d9d9d9;
    white-space: nowrap;
    line-height: 28px;
    padding: 0px 6px;
    margin-bottom: 6px;
    margin-right: 5px;
    border-radius: 4px;
    height: 28px;
    float: left;
    background-color: #fff;
}

ins span.cli {
    cursor: pointer;
    text-decoration: underline;
}

.cursor {
    cursor: pointer;
}

.cursor:hover {
    color: #0e77ca;
    border-color: #0e77ca;
}

.glyphicon-star {
    color: red;
}

.skin-red .box-search-conditions, .skin-red .box-handle-buttons {
    border-top-color: #dd4b39;
}

.skin-red .box-table-container {
    border: 1px solid #dd4b39;
}

.skin-blue .box-search-conditions, .skin-blue .box-handle-buttons {
    border-top-color: #3c8dbc;
}

.skin-blue .box-table-container {
    border: 1px solid #3c8dbc;
}

.skin-green .box-search-conditions, .skin-green .box-handle-buttons {
    border-top-color: #00a65a;
}

.skin-green .box-table-container {
    border: 1px solid #00a65a;
}

.skin-yellow .box-search-conditions, .skin-yellow .box-handle-buttons {
    border-top-color: #f39c12;
}

.skin-yellow .box-table-container {
    border: 1px solid #f39c12;
}

.moxie-shim-html5 {
    display: none !important;
}

.fa {
    user-select: none;
    width: 14px;
}

/*字体大小类别*/
.font-13 {
    font-size: 1.3rem;
}

.font-weight {
    font-weight: bolder;
}

/*angular模态窗样式*/
/*.body-class{*/
/*overflow: hidden;*/
/*}*/
.Geralt {
    overflow-y: auto !important;
}

.modal-content .header-info {
    background-color: #5bc0de;
    color: #fff;
}

.modal-backdrop {
    background: rgba(0, 0, 0, 0) !important;
}

body > div.modal.bootstrap-dialog.type-primary {
    z-index: 9999 !important;
}

/*检索条件类*/
.form-search-box {

}

.form-search-box .form-group {
    min-width: 265px;
    margin-bottom: 5px;
}

.form-search-box .form-group > label {
    width: 90px;
}

.form-search-box .form-group > .input-group {

}

.form-search-box .form-group > .input-group input {
    width: 160px;
}

.form-search-box .form-group > .input-group select {
    width: 160px;
}

/*表格类*/
.table-container {
    background: #eee;
    border: 1px solid #dd4b39;
}

table {
    word-break: break-all;
}

table td {
    vertical-align: middle !important;
}

table .text-url {
    color: #337ab7;
    cursor: pointer;
    text-decoration: underline;
    cursor: pointer;
}

table .text-url:hover {
    color: #286090;
}

table tr th {
    text-align: center;
    padding: 15px 0px !important;
    background: #e5e5e5;
    color: #666;
}

table tbody {
    color: #666;
}

table tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

table tbody > tr:nth-of-type(even) {
    background-color: #eeeeee;
}

table tr:hover {
    background-color: #ecf6fd !important;
}

table td.hand-pointer {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

table td.hand-pointer:hover {
    color: Red;
}

table td.active:first-child {
    color: red;
    background: #FFC107 !important;
}

table td span.color-block {
    padding: 4px 7px;
    border-radius: 4px;
    color: #fff;
}

table td span.color-block-danger {
    background: #dd4b39;
}

table td span.color-block-warning {
    background: #ff9800;
}

table td span.color-block-success {
    background: #4caf50;
}

table td span.font-icon-block {
    border: 1px solid #E91E63;
    padding: 2px;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    margin-right: 5px;
    background: linear-gradient(to bottom, #FFEB3B 0%, #F44336 100%);
}

table .tl-title span:last-child {

}

table .tl-content {
    padding: 3px 10px;
    border: 1px solid #d4d4d4;
}

table .tl-properties {
    padding: 8px 0px;
    color: #6f6f6f;
}

table .tl-properties ul {
    margin-bottom: 0 !important;
}

table .tl-properties ul strong {
    color: #6f6f6f;
}

/*分页底部通用样式*/
.page-pagination {
    text-align: center;
    margin-top: 20px;
}

.page-pagination > div {
    display: inline-block;
}

.page-pagination li {
    display: inline-block;
    list-style: none;
}

.page-pagination li a {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    text-decoration: none;
}

.page-pagination li a:hover {
    background-color: #eee;
}

.page-pagination li a.disabled {
    color: #ccc !important;
}

.page-pagination li a.disabled:hover {
    background-color: #fff;
}

/*上传图片*/
.upload-img-box {
    width: 200px;
    display: inline-block;
    flex-direction: column;
    outline: 1px solid #e4e4e4;
    margin-right: 20px;
}

.upload-img-box .row-1 {
    flex-direction: row;
    display: flex;
}

.upload-img-box .row-1 > div:first-child {
    width: 116px;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-img-box .row-1 .btn-group-vertical {
    padding: 10px;
}

.upload-img-box img.src {
    padding: 10px;
    max-width: 100%;
    max-height: 100%;
}

.upload-img-box .row-2 {
    text-align: center;
    font-size: 11px;
}

/*表单类*/
form .errorRemind {
    padding-top: 7px;
    font-size: 12px;
    color: red;
    font-weight: bold;
}

form .lengthRemind {
    padding-top: 7px;
    font-size: 12px;
    color: #337ab7;
}

form .lengthRemind .text-danger {
    font-weight: bold;
}

/*加载动画*/
.spinner-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
}

.spinner {
    margin: auto;
    width: 90px;
    height: 90px;
    position: fixed;
    top: -20%;
    left: 0;
    right: 0;
    bottom: 0;
}

.container1 > div, .container2 > div, .container3 > div {
    width: 16px;
    height: 16px;
    background-color: #67CF22;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
    animation: bouncedelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .spinner-container {
    position: absolute;
    width: 100%;
    height: 100%;
}

.container2 {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.container3 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}

.circle1 {
    top: 0;
    left: 0;
}

.circle2 {
    top: 0;
    right: 0;
}

.circle3 {
    right: 0;
    bottom: 0;
}

.circle4 {
    left: 0;
    bottom: 0;
}

.container2 .circle1 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.container3 .circle1 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.container1 .circle2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.container2 .circle2 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.container3 .circle2 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.container1 .circle3 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.container2 .circle3 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.container3 .circle3 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.container1 .circle4 {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.container2 .circle4 {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.container3 .circle4 {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*----左移右 参考自动提醒管理外部源----*/
.left-to-right {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

.left-to-right > div {
    width: 45%;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #EEEEEE;
}

.left-to-right h4 {
    background: #5bc0de;
    padding: 6px 0px;
    margin: 0;
    text-indent: 10px;
    color: #fff;
}

.left-to-right h4 small {
    font-weight: bold;
    color: #337ab7;
}

.left-to-right > div > div {
    overflow-x: hidden;
    overflow-y: auto;
    height: 300px;
}

.left-to-right ul {
    padding: 6px 6px;
}

.left-to-right li {
    margin-bottom: 3px;
    cursor: pointer;
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    padding: 5px 0px;
}

.left-to-right li:hover {
    background: #ddd;
    color: #ff5722;
}

.left-to-right li i {
    position: relative;
    top: 3px;
}

.left-to-right li.active {
    background: #ddd;
    color: #ff5722;
}

/*----添加标签类---*/
.tag-box {
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow-y: auto;
    background: #EEEEEE;
}

.tag-box ul li {
    font-size: 12px;
    padding: 4px 6px;
    background: #FF5722;
    color: #fff;
    margin: 10px 0 0 10px;
    cursor: pointer;
}

.tag-box ul li:hover {
    text-decoration: underline;
}


#movetosubject-table tr:nth-of-type(even) {
    background-color: #fff
}

#movetosubject-table tr:nth-of-type(odd) {
    background-color: #fff
}

#movetosubject-table table tr:hover {
    background-color: transparent !important
}

#movetosubject-table ul {
    list-style: none
}

#movetosubject-table li span {
    display: inline-block
}

@media (min-width: 992px) {
    .modal-lg {
        width: 1200px;
    }
}

/* switch开关 */
.switch{
    width:40px;
    height:20px;
    border-radius:30px;
    overflow: hidden;
    vertical-align:middle;
    position:relative;
    display: inline-block;
    background:#ccc;
    box-shadow: 0 0 1px #36a6d4;
}
.switch input{
    visibility: hidden;
}
.switch span{
    position:absolute;
    top:0;
    left:0;
    border-radius: 50%;
    background:#fff;
    width:50%;
    height:100%;
    transition:all linear 0.2s;
}
.switch span::before{
    position: absolute;
    top:0;
    left:-100%;
    content:'';
    width:200%;
    height:100%;
    border-radius: 30px;
    background:#36a6d4;
}
.switch span::after{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border-radius: 50%;
    background:#fff;
}
.switch input:checked +span{
    transform:translateX(100%);
}

.infoImg {
    position: relative;
    cursor: pointer;
}

.infoImg:hover .modalInfo{
    display: inline-block;
}

.infoImg .modalInfo {
    display: none;
    position: absolute;
    top: 14px;
    left: 14px;
    left: 20px;
    text-align: left;
    line-height: 24px;
    padding-left: 4px;
    width: 240px;
    background-color: #ffffcc;
    z-index: 5000;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.layui-transfer {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.layui-transfer-box {
    width: 38% !important;
    height: auto !important;
}

#cover_layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1000;
}

.transferBox {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.onePush label {
    width: 100px !important;
}

.qn-upload-progress_img {
    margin: 10px;
}

.qn-upload-progress_img .qn-upload-progress_num {
    width: 100%;
}

.qn-upload-progress_num {
    background-color: #00a854;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
    width: 200px;
    text-align: center;
}
.qn-upload-progress_none {
    display: none;
}
.qn-upload-progress_error .qn-upload-progress_num {
    background-color: #f04134;
}

.box-handle-buttons > .box-body > .btn-group + .btn-group {
    margin-left: 12px;
}


  .fc-switch {
    height: 24px;
    width: 54px;
    border-radius: 20px;
    margin: 0 auto;
    background-color: rgba(0,0,0,.25);
    position: relative;
    color: #fff;
    line-height: 24px;
    text-align: right;
    padding-right: 8px;
  }
  .fc-switch-checked {
    background-color: #108ee9;
    text-align: left;
    padding-left: 8px;
  }
  .fc-switch::after {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
    border-radius: 22px;
    background-color: #fff;
    content: " ";
    cursor: pointer;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
  }
  .fc-switch-checked::after {
    left: 100%;
    margin-left: -24px;
  }
  .readSetting-modal-tips {
    margin-bottom: 20px;
    font-weight: 700;
  }
