/* top部分 */

html {
    background: #fff;
    /* width: 100%; */
}

body {
    min-width: 1100px;
    line-height: unset;
}

.min_width_1200 {
    min-width: 1200px;
}

.min_width_100 {
    min-width: 100px;
}

/* 定位栏部分的css */

.address_style {
    position: sticky;
    top: 39px;
    left: 260px;
    /* min-width: 1010px; */
    background: #f7f7f7;
    border: 2px solid #ececec;
    z-index: 99999;
    color: #2a82e4;
    border-left: 0;
}

.address_style a {
    color: #2a82e4;
}

.block {
    border-radius: 0;
    border: 0;
}

header .block-title {
    height: 38px;
    display: flex;
    align-items: center;
}

.logo_wapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100%;
}

.logo_wapper img {
    width: 89px;
    height: unset;
    max-height: 100%;
}




.block-title {
    border-radius: 0;
    padding: 10px 100px 20px 35px;
    background: #fff;
    /* background-image: linear-gradient(to bottom, #0087dc, #016bce); */
    background-color: #001952;
    text-shadow: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.liner_title {
    height: 5px;
    background-image: linear-gradient(to right, #2a82e4 60%, #59cadb 60.0001% 80%, #bedc5a 80.001%);
    transform: translateY(-1px);
}

.with-padding1 {
    padding: 13px 35px !important;
}

.cImg {
    /* width: 201px; */
    height: 45px;
}


/* ------------------
 */
.logo_left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo_left ul {
    display: flex;
}

.logo_left ul,
.logo_left li {
    padding: 0;
    margin: 0;
    list-style: none
}

.logo_left li {

    margin-right: 30px;
}

.logo_left li :first-child {
    margin-left: 30px;
}

.logo_left li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;

}

.cImg {
    width: 89px;
    height: unset;
    max-height: 100%;
}



/* ---------------- */






.main_left {
    /* width: 150px; */
    height: 1333px;
    background-color: rgba(204, 221, 239, 1);
}

.center_left {
    display: flex;
    justify-content: start;
    align-items: center;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.align_end {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.center_s {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.center_c_s {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* section部分 */

/* body.with-menu.reversed #main{
    margin-left: 150px;
    margin-top: 180px;
} */

/* 边边 */

/* .a_big {
    width: 100%;
    height: 100%;
    line-height: 120px
} */

/* ---------------------------------------------------------- */

#menu {
    /* width: 150px; */
    /* background-color: rgba(204, 221, 239, 1); */
    background-image: none;
    box-shadow: none !important;
    background-color: #fff;
}

.slider_center {
    /* width: 150px; */
    margin: 0 auto;
    padding-top: 14px;
}

/* -------------------------------------------------------- */

/* #open-menu {
    left: 95px!important;
    top: 163px;
} */

.big-menu {
    background: none;
    border: 2px solid #ececec;
    border-top: none;
}

#doc-menu li {
    /* margin-top: 10px; */
    background: #f7f7f7;
    box-sizing: border-box;
    text-align: center;
    border-top: 2px solid #ececec;
    color: #656565;
}

/* 主要内容 */

/* #main {
    margin-left: 150px;
} */

/* .focus {
    border: none;
    outline-style: none;
    box-shadow: none;
} */

/* mode------html的样式 */

.sort_nav {
    padding: 36px 0;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

/* --------展台设置的热点界面的新建热点 */

.new_hot {
    width: 88px;
    height: 48px;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(0, 135, 220);
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 20px;
}

/* 选择资料 */

.select_data {
    width: 100%;
    box-sizing: border-box;
    height: 250px;
    background-color: #f7f7f7;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.data {
    box-sizing: border-box;
    padding: 0 20px;
}

.tijiao {
    width: 88px;
    height: 48px;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(0, 135, 220);
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    outline-style: none;
    border: none;
}

/* 资料设置的界面 */

.simple-table>thead>tr>th, .simple-table>tbody>tr>td, .simple-table>tbody>tr>th {
    border: 1px solid #ddd;
    word-break: break-all;
    word-wrap: break-word;
}

.simple-table>thead {
    background-color: #f9f9f9;
}

.simple-table>tbody>tr.tr_zhantai {
    background: #eee;

}

.simple-table>tbody>tr.tr_hot {
    background: #fff;
}

/* 刘荣荣改资料分类列表样式12.31 */
.ziliao_category_tbody.simple-table {
    min-width: 617px;
    width: auto;
    border: 1px solid #D9D9D9;
}

.ziliao_category_tbody.simple-table>thead>tr>th {
    font-weight: 400;
    color: #666666;
}

.ziliao_category_tbody.simple-table>thead>tr>th,
.ziliao_category_tbody.simple-table>tbody>tr>td,
.ziliao_category_tbody.simple-table>tbody>tr>th {
    border: none;

}

.ziliao_category_tbody.simple-table>tbody>tr {
    border-top: 1px solid #D9D9D9;
}

.ziliao_category_tbody.simple-table>tbody>tr.no_border {
    border: none;
    background-color: #fff;
}

.ziliao_category_tbody .tongbu_category_th {
    display: flex;
    justify-content: flex-end;
}

.ziliao_category_tbody .tongbu_category_th .tongbu_category {
    width: 118px;
    height: 35px;
    background: #52C41A;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    font-weight: 400;
}

/* 刘荣荣改资料分类列表样式12.31 */
/* .simple-table>tbody>tr.tr_zhantai td {
    color: #000;
}

.simple-table>tbody>tr.tr_hot td {
    color: #000;
} */

/* 表格隔行变色 */

/* .simple-table>tbody>tr:nth-child(2n) {
    background: none;
} */

.no_padding th, .no_padding tr td {
    padding: 0 !important;
}

/* 统计分析里面的总览 */

.tongji_fangwen {
    width: 264px;
    height: 188px;
    background-color: #f7f7f7;
    /* margin-right: 20px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

/* 热点新建 */

#hot_new_circle {
    position: relative;
    margin-bottom: 10px;
    width: 750px;
    height: 371px;
}

#hot_new_circle .new_circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* z-index: 99999; */
    cursor: pointer;
    line-height: 1.8;
    width: calc(55px * 750 / 1920);
    height: calc(55px * 750 / 1920);
}

/* 展区新建的小箭头 */

#hot_new_circle .new_circle .red_tit {
    position: absolute;
    left: 50%;
    top: calc(-90px * 750 / 1920);
    transform: translateX(-50%);
    padding: 0 1em;
    font-size: calc(40px * 750 / 1920);
    color: #fff;
    background-color: rgb(56, 197, 255);
    margin-bottom: calc(10px * 750 / 1920);
    box-shadow: calc(5px * 750 / 1920) calc(5px * 750 / 1920) calc(5px * 750 / 1920) #969696;
    word-break: keep-all;
    white-space: nowrap;
    visibility: hidden;
}

#hot_new_circle .new_circle:hover .red_tit {
    visibility: visible;
    /* transform: scale(2); */
}

#hot_new_circle .new_circle img {
    width: calc(55px * 750 / 1920);
    height: calc(55px * 750 / 1920);
    cursor: pointer;
}

/* 展区热点的样式 */

.colpick_dark {
    z-index: 10;
}

.biaoqian {
    position: absolute;
    left: 100px;
    top: 100px;
    padding: 0 calc(10px * 800 / 1920);
    /* width: calc(163px * 800 / 1920); */
    height: calc(41px * 800 / 1920);
    background-color: rgb(100, 205, 220);
    font-size: calc(24px * 800 / 1920);
    color: #fff;
    border-radius: calc(6px * 800 / 1920);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.biaoqian p {
    text-shadow: rgb(24, 58, 61) calc(2px * 800 / 1920) calc(2px * 800 / 1920) calc(2px * 800 / 1920);
}

.biaoqian .fangkuai {
    /* width: 10px;
    height: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 2px rgb(40, 105, 132);
    margin-right: 10px;
    border-radius: 2px; */
    width: calc(10px * 800 / 1920);
    height: calc(10px * 800 / 1920);
    background-color: #fff;
    box-shadow: calc(2px * 800 / 1920) calc(2px * 800 / 1920) calc(2px * 800 / 1920) rgb(40, 105, 132);
    margin-right: calc(10px * 800 / 1920);
    border-radius: calc(2px * 800 / 1920);
}

/* end */

.rec {
    position: absolute;
    left: 100px;
    top: 100px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #0287DC;
    cursor: pointer;
}

/* 当前点击的导航栏样式 */

/* #doc-menu a:hover {
    border: 0;
    padding: 0;
} */

#doc-menu .current {
    border-left-width: 0 !important;
    padding-right: 0 !important;
}

#doc-menu .current {
    /* background: #ff8d1a; */
    color: #0287DC;
}

#doc-menu .current::before {
    border: none !important;
}

/* 富文本的样式 */

.w-e-toolbar {
    flex-wrap: wrap !important;
}

.coding-btn-ajax-upload {
    cursor: pointer;
}

/* 搜索框 */

.search_div {
    background: transparent;
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 2px;
}

.search_input {
    background: transparent;
    border: none;
    outline-style: none;
    margin-right: 20px;
}

.search_big {
    width: 40px;
    height: 38px;
    cursor: pointer;
    border: 1px solid #ccc;
    /* border-left: 0; */
    margin-right: 20px;
}

.select_search {
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
}

/* 增加外链 */

.add_href {
    width: 40px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* 分页器 */

/* #pages {
    position: absolute;
    bottom: 100px;
    right: 100px;
} */

.video_mp3 {
    background-color: #f7f7f7;
}

#doc-menu .icon_H {
    display: none;
}

#doc-menu .collapsible-open img, #doc-menu .current img {
    display: none;
}

#doc-menu .collapsible-open img.icon_H, #doc-menu .current img.icon_H {
    display: block;
}

.no-touch .big-menu>li>span:hover, .no-touch li.big-menu>span:hover, .no-touch .big-menu>li>a:hover, .no-touch li.big-menu>a:hover, .no-touch .big-menu>li>.current, .no-touch li.big-menu>.current {
    border-left-width: 0px;
    padding-right: 0px;
}

/* ziyuan_erji_list_new.html 列表样式 */

span[data-level] {
    display: inline-block;
    width: 100%;

}

span[data-level] .span {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

span[data-level='1'] .span {
    margin-left: 0px;
}

span[data-level='2'] .span {
    margin-left: 20px;

}

span[data-level='3'] .span {
    margin-left: 40px;
}

/* span[data-level='3'] .span>img {
    display: none;
} 

tr[data-level='3'] td:nth-child(3) .jia {
    display: none;
}

*/
span[data-level='4'] .span {
    margin-left: 60px;

}

span[data-level='5'] .span {
    margin-left: 80px;

}

span[data-level='6'] .span {
    margin-left: 100px;

}

span[data-level='7'] .span {
    margin-left: 120px;

}

span[data-level='8'] .span {
    margin-left: 140px;

}

/* tr[data-level='4'] td:nth-child(3) .jia {
    display: none;
} */



/* 分页改变颜色 */
._pages_1 li {
    background-color: #e8e8e8;
}

/* switch选择 */
.green-active:active, .green-active.active, .green-active>.switch-on {
    background: rgb(0, 135, 220) !important;
    border-color: rgb(0, 135, 220) !important;
}

/* 批量操作样式 */
.caozuo_piliang {
    margin-top: 15px;
}

/* 排序按钮隐藏第一个最后一个 */
tr:nth-child(1) a[data-href*='/row_sort'][data-href$='/1'] {
    opacity: 0;
}

tr:last-child a[data-href*='/row_sort'][data-href$='/0'] {
    opacity: 0;
}

/* 资料上传的样式 */
/*整个边框 */

.box_border_ziliao {
    background-color: #fff !important;

}

/* 横向显示 */
.row_ziliao {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    /* padding: 10px; */
    border: 1px solid #D9D9D9;
    border-bottom: none;
    background-color: #f7f7f7;




}

.row_ziliao.row_ziliao_last {
    border: 1px solid #D9D9D9;
}

.row_ziliao .title_ziliao {
    flex: none;
    width: 85px;
    padding-top: 20px;
    text-align: right;

}

.row_ziliao .title_neirong {
    border-left: 1px solid #D9D9D9;
    padding: 10px;
}