body {
    font-family: "微软雅黑", "Microsoft YaHei", "Microsoft YaHei UI", "Hiragino Sans GB W3", "Segoe UI", Arial, Verdana, Sans-Serif, sans-serif;
    font-size: 12px;
}

#header {
    height: 60px;
    line-height: 60px;
    background-color:white;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px #cccccc;
}
.left_title {
    width: 300px;
    display: inline-block;
    float: left;
    padding-left: 23px;
}
#header .left_title *{
    vertical-align: middle;
}

#header span{
    font-size: 22px;
}
#header span#loginRole,
#header span#loginUserName{
    font-size: 16px;
    font-weight: normal;
}

#header .header_right {
    padding-right: 15px;
    width: 300px;
    float: right;
    text-align: right;
}

#header .header_right .login_name {
    width: 110px;
    float: left;
}

#header .header_right a {
    outline: none;
    color: white;
}

.page {
    padding: 0 15px;
    margin-top: 15px;
    text-align: center;
}

#theme option {
    color: white;
}

#theme option:focus,
#theme option:active,
#theme option:hover {
    color: black;
    background-color: white;
}

.panel {
    margin: 8px 15px;
    background-color: #f3f3f4;
}

.panel-default {
    border-color:transparent;
}

.panel-default > .panel-heading {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 6px;
    margin-top: 5px;
    margin-right: 5px;
}
.panel-default > .panel-body {
    padding: 5px;
    background-color: #fff;
    border-color: #ddd;
    border-radius: 6px;
    margin-top: 10px;
    margin-right: 5px;
}
.wrapper {
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    width: 95%;
    margin: 0 auto;
}

.wrapper-content {
    padding: 20px;
}

.ibox-content {
    background-color: #ffffff;
    color: inherit;
    padding: 45px 20px 20px 50px;
    border-color: #e7eaec;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-style: solid solid none;
    /*border-width: 1px 0px;*/
    border-width: 0px;
    overflow: auto;
    height: 100vh;
}

.wrapper.wrapper-content.ibox-content  label {
    height: 34px;
    line-height: 1.42857143;
}

.white-bg {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}
.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    text-align: right;
    padding: 10px 15px 12px;
    background: rgb(240, 244, 247) !important;
    border-top: 1px solid rgb(199, 199, 199);
}
table thead {
    color: #eff3f8;
    line-height: 25px;
    background-color: #eff3f8;
}

#main {
    position: relative;
    min-width: 1366px;
    overflow: hidden;
    height: calc(100vh - 40px);
}
#main:after{
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.main {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding-bottom: 100px;
    background: #F5F7FA;
}

#main_right {
    position: relative;
    min-width: 1140px;
    width: calc(100% - 210px);
    height: 100%;
    margin-top: 10px;
    float: right;
    border-left: 1px solid #ebebeb;
    background-color: white;
    box-shadow: 0 0 5px #cccccc;
}
#main_right.mini{
    position: relative;
    min-width: 1140px;
    width: calc(100% - 60px);
    float: right;
}
#mainFrame {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.slider {
    position: relative;
    width: 200px;
    height: 94%;
    overflow: auto;
    float: left;
    margin-top: 10px;
    background-color: white;
    overflow-y: hidden;
    box-shadow: 0 0 5px #cccccc;
}

.slider a {
    display: block;
    overflow: hidden;
    padding-left: 20px;
    font-size: 12px;
    line-height: 32px;
    max-height: 46px;
    color: rgb(205, 205, 205);
    transition: all .3s;
    text-decoration: none;
}
.slider a:hover{
    color: #3D7EFF;
    background-color: #EAF1FC;
    border-left: 3px solid #3D7EFF;
}

.slider a span {
    margin-left: 10px;
}

.slider_item {
    position: relative;
}

.slider_item.slider_show {
    border-bottom: none;
}
.slider_item.slider_show > a{
    color: #3D7EFF;
    background-color: #EAF1FC;
    border-left: 3px solid #3D7EFF;
}

.slider_item ul {
    display: none;
}

.slider_item.slider_show ul {
    display: block;
}

.slider_item > a > i{
    color: #a2acc1;
    font-size: 16px;
}
.slider_item > a > i.slider_more {
    font-size: 12px;
}

.slider_item > a > span{
    font-size: 14px;
    font-weight: 400;
}
.slider_item > a:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 2px;
    height: 31px;
    opacity: 0;
    transition: all .3s;
}

.slider .slider_icon {
    font-size: 20px;
    position: absolute;
    margin-left: -1px;
}

/* 此处修改导航图标 可自定义iconfont 替换*/

.icon_1::after {
    content: "\e62b";
}

.icon_2::after {
    content: "\e669";
}

.icon_3::after {
    content: "\e61d";
}

.slider_more {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    line-height: 32px;
    transition: transform .3s;
}

/* 此处为导航右侧箭头 如果自定义iconfont 也需要替换*/

/*.slider_more::after {*/
/*content: "\e621";*/
/*}*/

.slider_show .slider_more {
    transform: rotate(90deg);
}

.slider_show > a:before,
.slider_item > a:hover:before {
    opacity: 1;
}

.slider_mini.slider {
    width: 60px;
}

.slider_mini.slider .slider_item > a span {
    display: none;
}

.slider_mini.slider .slider_more {
    margin-right: -20px;
}

.slider_mini.slider .slider_item ul {
    position: absolute;
    top: 0px;
    left: 60px;
    width: 180px;
    z-index: 99;
    background: #3C474C;
    overflow: hidden;
}

.slider_mini.slider .slider_item:hover .slider_item a {
    color: #FFF;
}

.slider_mini.slider .slider_item:hover a:before {
    opacity: 1;
}

.slider_mini.slider .slider_item:hover ul {
    display: block;
}

.sub_slider a {
    margin-left: 0;
    padding-left: 48px;
}
.sub_slider li > a > i{
    display: none;
}

table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}

table tbody tr:nth-of-type(even) {
    background-color: #fafafa;
}

table tr td {
    padding: 20px 10px;
    font-size: 14px;
}

table tr td:last-of-type a,
table tr td:last-of-type button {
    margin-top: 3px;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 10px;
    border: 1px solid silver
}

legend {
    padding: .5em;
    border: 0;
    width: auto;
    text-align: center;
    font-size: 16px;
}

.pane {
    margin: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.pane .pane_head {
    padding: 10px 15px;
    color: white;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #337ab7;
}

.pane .pane_body {
    padding: 15px;
}

.boxes {
    width: 49%;
    padding: 10px 0.5%;
    float: left;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
}

.boxes h3 {
    margin: 0 0 5px 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
}

.boxes .boxesLeft {
    width: 60%;
    float: left;
}

.boxes .boxesRight {
    width: 40%;
    text-align: right;
    float: right;
}

.clear {
    clear: both;
}

.text-muted {
    white-space: nowrap;
}

.mt6 {
    margin-top: 6px;
}
.mt15{
    margin-top: 15px;
}
.combo {
    width: 10%;
    float: left;
}
.mb45{
    margin-bottom: 45px;
}

form.form-inline > ul > li {
    list-style: none;
    display: inline-block;
    margin-top: 10px;
}

form.form-inline > ul > li input:not[type ="checkbox"] {
    width: 150px !important;
}
form.form-inline > ul > li input:not[type ="radio"] {
    width: 150px !important;
}

form.form-inline > ul > li select {
    width: 150px !important;
}

body *{
    outline:none !important;
}
.breadcrumb{
    background-color: white;
    padding-left:10px ;
    padding-right: 10px;
}
.first_dir{
    color: white;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: rgb(52, 137, 254);
}
.tips_title{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.color-red{
    color: #FE0000;
}
.production_step{
    margin-top: 45px;
    border-top: 1px solid #ccc;
}
.production_step:after{
    content: "";
    visibility: hidden;
    clear: both;
    display: block;
}
.step_wrapper{
    width: 180px;
    float: left;
    padding-left: 15px;
    margin-top: -30px;
    font-size: 16px;
    background-color: white;
}
.step_wrapper:last-of-type{
    margin-left: 80px;
}
.production_step .step_wrapper b{
    color: white;
    font-size: 24px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    background-color: #999999;
}
.production_step .step_wrapper b.active{
    background-color: #ebf3ff;
}
.production_step .step_wrapper:first-of-type{
    color: #ebf3ff;
}
.ai_production_step{
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    margin-top: 35px;
}
.ai_step_wrapper{
    width: 120px;
    text-align: center;
    margin-top: -25px;
    color: #999999;
    cursor: pointer;
}
.ai_step_wrapper b {
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: white;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
}
.ai_step_wrapper h3{
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
}
.ai_step_wrapper.active b{
    background-color: #3D7EFF;
}
.ai_step_wrapper.active h3{
    color: #ebf3ff;
}
.selectCate {
    text-align: left;
    padding: 8px 15px;
    margin: 15px 0;
    font-size: 16px;
    line-height: 21px;
    border: 1px solid #ccc;
    background-color: white;
    color: #FE0000;
}

.selectCateName {
    padding: 14px 8px 0;
    font-size: 14px;
    line-height: 21px;
    color: #FE0000;
}
.category-container{
    position: relative;
    margin-top: 15px;
    width: 100%;
    padding: 15px;
    overflow: hidden;
    background-color: #fafafa;
}
.category-search{
    margin-bottom: 15px;
    position: relative;
}

.category-list-wrap {
    display: flex;
    justify-content: space-between;
}

.category-list {
    display: inline-block;
    width: 32%;
    height: 300px;
    vertical-align: top;
}

.category-inner-list {
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background-color: #fff;
    overflow: auto;
}

.category-item {
    position: relative;
    padding: 0 20px 0 8px;
    font-size: 12px;
    line-height: 28px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    text-align: left;
}

.category-item .glyphicon {
    position: absolute;
    top: 8px;
    right: 8px;
}

.alert ul li{
    color: #000000;
    font-size: 14px;
    margin: 5px 0;
}
.alert ul li b{
    font-size: 14px;
}
.upload_img_tips{
    padding: 10px 0;
    margin: 15px 0;
    font-size: 14px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.search_page {
    position: absolute;
    /*top: 23px;*/
    z-index: 999999;
    background-color: white;
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 200px;
    left: 0;
    border-radius: 0 0 5px 5px;
    display: block;
    overflow-y: auto;
    transition: height ease-out 0.2s;
}

.search_page > ul {
    position: absolute;
    left: 0;
    width: 100%;
}

.search_page > ul li {
    left: 0px;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 10px;
    display: block;
}

.search_page > ul li:hover {
    background-color: #eee;
}

ul li div.module_item {
    text-align: left;
}

label.error{
    line-height: 34px;
}

@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url(../fonts/SourceHanSansCN-Bold.otf);
}

.height400{
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}
.flex-container{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-content: flex-start;
}
.flex-video-list{
    display: flex;
    width: 20%;
    border: 1px solid #dbdbdb;
    margin:20px;
}
.card-body{
    padding: 15px;
}
.card-title{
    line-height: 20px;
}
input[type="checkbox"]{
    position: relative !important;
}
.padding_left_none{
    padding-left: 0 !important;
    padding-top: 7px;
}
.nav-tabs>li>a{
    color: black;
}
#loginRole:hover #loginRoleMore{
    display: inline-block;
}
.nav-tabs>li>a,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
    border: none;
}
.nav-tabs>li.active a{
    color: #3D7EFF;
    background-color: #EAF1FC;
}
.text_primary{
    color: #3D7EFF;
}