@charset "utf-8";

/* =reset 网页样式重置
------------------------------------------------------------------------------------------------------------------------------*/
html {
    font-size: 1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    overflow: -moz-scrollbars-vertical;
    /*强制firefox出现滑动条*/
}

body {
    font-size: 0.75em;
}

input {
    font-family: "微软雅黑";
}

label {
    cursor: pointer;
}

a:link, a:visited {
    text-decoration: none;
}

input:focus {
    outline: none;
}

input, button, select, textarea {
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*利用阴影来填充掉input自动填充色*/
textarea, input, select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, menu, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
}

article, aside, footer, header, hgroup, nav, section, figure, figcaption {
    display: block;
}

/*html5设置*/
h1, h2, h3, h4, h5, h6, th, td, table, input, button, select, textarea, sub {
    font-size: 1em;
}

body, input, button, select, textarea, sub {
    font-family: "微软雅黑", sans-serif;
}

em, cite, address, optgroup {
    font-style: normal;
}

kbd, samp, code {
    font-family: monospace;
}

img, input, button, select, textarea {
    vertical-align: middle;
    outline: none;
}

ul, ol {
    list-style: none;
}

img, fieldset {
    border: 0;
}

abbr, acronym {
    cursor: help;
    border-bottom: 1px dotted black;
}

table {
    width: 100%;
    border-spacing: 0;
    border: 0;
}

table th, table td {
    border: 0;
}

legend, hr {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

legend, hr, caption {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;
}

/**
 * = global 统一样式
 *******************************************************************************************************/
html, body {
    height: 100%;
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
    font-size: 14px;
    /*font-family: '微软雅黑', 'helvetica neue', 'hiragino sans gb' !important;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,"Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",SimSun, sans-serif !important;
}

input {
    font-family: '微软雅黑', 'helvetica neue', 'hiragino sans gb' !important;
}

.body_wrap {
    min-width: 1200px;
    overflow-y: hidden;
}

.heaer_nav {
    height: 48px;
    line-height: 48px;
    background: #000c17;
    position: fixed;
    z-index: 300;
    width: 100%;
    min-width: 1200px;
}

.logo_bkw {
    display: block;
    position: absolute;
    top: 7px;
    left: 20px;
}

.logo_bkw img {
    display: block;
    width: 120px;
}

.heaer_nav_inwrap {
    height: 48px;
    position: relative;
    z-index: 10;
    padding-left: 150px;
}

.headerbtn {
    padding: 0 3px 0px 20px;
    height: 48px;
    display: block;
    float: left;
    /* background: url(../images/line.png) right center no-repeat; */
    color: #fff;
    position: relative;
}

.headertalk_wrap {
    position: relative;
    float: left;
}

.headertalk {
    display: block;
    width: 28px;
    height: 24px;
    margin: 0 5px;
    margin-top: 15px;
    margin-right: 20px;
    background: url(../images/kf_talk.png) center center no-repeat;
    background-size: 80%;
}

.headerbtn:hover {
    background: #161E29;
    color: #4093ff;
}

.headerbtn:hover .headerbtn {
    color: #4093ff;
}

.talk_num {
    display: block;
    line-height: 1.2;
    position: absolute;
    left: 25px;
    top: 9px;
    font-size: 12px;
    color: #fff;
    background: #f64d30;
    border-radius: 4px;
    padding: 0 3px;
}

.talk_slide {
    position: fixed;
    right: 10px;
    top: 60px;
    width: 280px;
    z-index: 99;
    box-shadow: 0 0 7px 2px #bbb;
    display: none;
    background: #fff;
}

.talk_slidearrow {
    width: 0;
    display: block;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #1890FF;
    position: absolute;
    right: 12px;
    top: 0;
    margin-top: -22px;
}

.talk_item_gray {
    -webkit-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.talk_slide_tit {
    background: #1890FF;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.talk_slide_search {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin-left: 15px;
    margin-top: 15px;
    float: left;
    background: url(../images/talk_search.png) center center no-repeat;
}

.talk_empty {
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
    float: right;
    background: url(../images/talk_empty.png) center center no-repeat;
}

.talk_slide_search_iput {
    display: none;
    width: 170px;
    font-size: 14px;
    padding: 3px 10px;
    background: #fff;
    position: absolute;
    left: 45px;
    top: 9.5px;
}

.talk_item {
    overflow-y: auto;
}

.talk_item li {
    line-height: normal;
    padding: 12px 0px 12px 12px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    font-size: 0;
    cursor: pointer;
}

.talk_item li:hover {
    background: #dceefd;
    border-bottom-color: #dceefd;
}

.talk_item li .Customer_head {
    display: inline-block;
    vertical-align: top;
    width: 42px;
    height: 42px;
}

.talk_item li .Customer_head img {
    width: 100%;
    height: 100%;
    display: block;
}

.talk_item li .talk_item_mid {
    width: 158px;
    margin: 0 10px;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
}

.talk_item li .talk_item_mid .Customer_name {
    font-size: 14px;
    padding-bottom: 8px;
    margin-top: -3px;
}

.talk_item li .talk_item_mid .talk_item_mid_b {
    font-size: 12px;
    color: #73787c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.talk_item_r {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    text-align: center;
}

.talk_item_time {
    color: #73787c;
    font-size: 12px;
    margin-top: -3px;
    padding-bottom: 10px;
}

.talk_item_tips {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0px 3px;
    background: #f64d30;
    border-radius: 4px;
}

/*有小箭头*/
.header_l {
    margin-left: 20px;
}

.header_r {
    float: right;
}

.header_arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 18px;
    /* background: url(../images/top-menu.png); */
}

.havearrow {
    padding-right: 30px;
}

.username {
    max-width: 85px;
    height: 48px;
    line-height: 48px;
    display: inline-block;
    vertical-align: top;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header_r_icon {
    margin-top: 16px;
    background-image: url(../images/global-1462792245.png);
    height: 15px;
    width: 15px;
    display: block;
    background-position: -16px -82px;
}

.header_list {
    position: absolute;
    top: 48px;
    display: none;
    background: #ffffff;
    left: 0;
    width: 83px;
    padding-left: 18px;
    padding-top: 10px;
    z-index: 9;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
    border-radius: 4px;
}

.heeader_item {
    height: 28px;
    line-height: 28px;
    color: #303133;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.heeader_item:hover {
    color: #1890FF;
}

/*header*/
.pagewrap {
    height: 100%;
}

.content {
    position: absolute;
    top: 48px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.content_crm {
    top: 48px;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.Container {
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;

}

.Container_left {
    position: relative;
    width: 199px;
    left: 0;
    top: 0;
    background-color: #131e28;
    border-right: 1px solid #cedfea;
    z-index: 5;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.Container_main {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 30px;
    bottom: 0;
    left: 200px;
    background-color: #fff;
    overflow-y: hidden;
    overflow-x: hidden;

}

.side_left_arrrw {
    width: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #a3a3a3;
    font-size: 16px;
    display: block;
    position: absolute;
    right: 0px;
    top: 4px;
    cursor: pointer;
    border: 1px solid #4d4d4d;
    border-right: none;
    z-index: 201;
    border-radius: 2px 0 0 2px;
    background: #4d4d4d;
}

.side_left_arrrw:hover {
    background-color: #404040;
    border-color: #404040;
}

.side_left_arrrw span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 11px;
    margin-left: -2px;
}

.side_left_arrrw_click {
    right: -34px !important;
    border-left: none;
    background: rgba(0,12,23,1);
    border-radius: 0px 4px 4px 0px;
    opacity: 0.49;
    padding: 8px 8px 8px 8px;
}

.side_left_arrrw_click span {
    transform: rotate(180deg);
}

.side_left_title {
    color: #fff;
}

.side_left_title i {
    color: #586376;
}

.side_left {
    position: relative;
    width: 199px;
    z-index: 5;
    left: 0;
    top: 0;
    border-right: 1px solid #cedfea;
    height: 100%;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.side_left h2 {
    font-size: 16px;
    font-weight: 700;
    display: block;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 22px;
    min-width: 140px;
}

.main_crm { /* position: absolute; */
    top: 0;
    right: 0;
    bottom: 0;
    left: 200px;
    background-color: #fff;
    /* overflow-y: auto;
    overflow-x: hidden; */
}

.main_crm_in {
    overflow: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50px;
}

.bottom_page {
    margin-bottom: 0px;
    border-top: 1px solid #DCDCDC;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nemu_lind {
    width: 85%;
    height: 0;
    border: none;
    position: absolute;
    left: 20px;
    top: 60px;
    border-top: 1px solid #cadbe6;
    border-bottom: 1px solid #f8fbfb;
}

.side_left_list {
    font-size: 12px;
    line-height: 30px;
    overflow: auto;
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: 0;
}

.side_left_list_a {
    color: #fff;
    line-height: 32px;
    display: block;
    padding-left: 23px;
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
}

.side_left_list_a_sale {
    color: rgba(255,255,255,0.6);
    line-height: 32px;
    display: block;
    margin-top: 3px;
    padding-left: 39px;
    font-weight: 500;
}

.side_left_list_ul_in {
    display: none;
}

.side_left_list_ul li {
    position: relative;
    min-width: 140px;
}

.side_left_list_ul li:hover {
    background: #4c4c4c;
}

.side_left_list_a:hover {
    background: #4c4c4c;
}

.left_side_ultit .tittalecon {
    position: absolute;
    right: 24px;
    top: 7px;
    color: #888888;
}

.addside_left_list_a {
    color: #fff;
    font-weight: bold;
    background: #252f38;
}

.addside_left_list_a .ico_dot {
    background: #D5E2EF !important;;
    border: 1px solid #1890FF !important;
}

.side_left_arrow {
    position: absolute;
    right: 24px;
    top: 15px;
    overflow: hidden;
    width: 11px;
    height: 6px;
    background-image: url(../images/bkwcrm_side.png);
    background-position: -191px -189px
}

.tre_side_l {
    font-weight: normal;
    display: block;
    color: #586376;
    font-size: 14px;
    padding-left: 50px;
    line-height: 35px;
    position: relative;
}

.tre_side_l:hover {
    color: #1890FF;
    background: #D5E2EF;
}

.side_left_trelist {
    position: relative;
    display: none;
}

.tre_side_l_icon {
    display: block;
    position: absolute;
    top: 15px;
    left: 35px;
    width: 5px;
    height: 5px;
    vertical-align: middle;
    border-radius: 5px;
    background: #b2becd;
}

.addtre_side_l {
    color: #1890FF;
    background: #D5E2EF;
}

.addside_left {
    position: absolute;
}

.addmain_crm {
    left: 0;
}

.iframe_wrap {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
}

.layui-layer-content {
    overflow: inherit !important;
}

.tit_backup {
    color: #1890FF;
    font-size: 18px;
    float: left;
    line-height: 30px;
}

.back_icon {
    display: block !important;
    float: left;
    margin-top: 5px;
    font-size: 24px;
    margin-right: 5px;
    margin-top: 2px !important;
}

.tit_backup_line {
    margin: 0 10px;
    display: block;
    width: 1px;
    height: 20px;
    margin-top: 6px;
    background: #9e9e9e;
    float: left;
}

.tg {
    overflow: hidden;
    white-space: nowrap;
    min-width: 400px;
    max-width: 500px;
    width: 400px;
    text-align: left;
    text-overflow: ellipsis;
}

.side_left_list_ul .ico_dot {
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 1px solid #b2becd;
    margin: 0 14px 2px 0;
    background: #b2becd;
    border-radius: 50%;
    vertical-align: middle;
    display: none;
}

/*两个按钮的新建框*/
body .new_box_twobtn .layui-layer-title {
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    color: #4b4b4b;
    font-weight: bold;
    border-bottom: 1px solid #d1d2d3;
}

.check_button_to_position {
    position: relative;
    float: left;
    width: 82px;
    height: 36px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.check_button_to_delete {
    line-height: 30px;
    cursor: pointer;
    color: #444;
    font-size: 14px;
    height: 36px;
}

.error_font {
    color: #F00001;
}

.input_text:focus {
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-color: #1890FF;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(33, 118, 218, .4);
    display: block;
    color: #1890FF;
}

.chapter_input_text:focus {
    border: 1px solid #1890FF;
    display: inline;
    color: #1890FF;
}

.jumpToPageClass {
    border: 1px solid;
    border-color: #707790;
    width: 60px;
    height: 19px;
    text-align: center;
}

.nodeDataListCss {
    width: 60px;
}

.linepopup { /* border-bottom: 1px solid #d1d2d3; */

}

.linepopup_div {
    width: 100%;
    height: 1px;
    background-color: #d1d2d3;
}

.linepopup1 {
    border-bottom: 1px solid #d1d2d3;
    text-align: center;
    font-size: 18px;
    color: #4b4b4b;
    padding: 40px 0;
    line-height: 30px;
}

.sure_btn {
    display: block;
    float: left;

    width: 65px;
    height: 24px;
    margin-right: 26px;

    border-radius: 4px;
    border: 1px solid #1890FF;

    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;

    color: #FFFFFF;
    background: #1890FF;
    cursor: pointer;
}

.sure_btn:hover {
    box-shadow: 1px 1px 10px #DCDCDC, -1px -1px 10px #DCDCDC;
    color: #ffffff;
}

.sure_btn1:hover {
    box-shadow: 1px 1px 10px #DCDCDC, -1px -1px 10px #DCDCDC;
}

.sure_btn1 {
    float: right;
    display: block;

    border: 1px solid #DCDCDC;
    border-radius: 2px;

    margin-right: 8px;
    padding: 0 15px;
    height: 26px;

    /*margin-right:20px;*/
    text-align: center;
    line-height: 26px;

    color: #333;
    background: #f1f1f1;

    cursor: pointer;
}

.linepopup1 ~ .sure_btn {
    margin-top: 10px;
    float: right;
    margin-bottom: 10px;
    cursor: pointer;
}

.linepopup1 ~ .sure_btn1 {
    margin-top: 10px;
    float: right;
    cursor: pointer;
    margin-bottom: 10px;
}

.linepopup_button {
    margin-top: 10px;
}

.stlb_popup_button {
    width: 40px;
    height: 26px;
    line-height: 26px;
    font-family: "微软雅黑";
    cursor: pointer;
    border: 1px solid #d1d2d3;
    color: #adadad;
    border-radius: 5px;
    float: right;
    display: block;
    text-align: center;
    font-size: 14px;
}

.stlb_popup_button:hover {
    border-color: #1890FF;
    color: #1890FF;
}

.stlb_popup_button i {
    line-height: 26px !important;
}

.preview_a {
    color: #454a51;
}

#ta_copy_window_div {
    margin: 20px 20px 20px 20px;
    font-size: 16px;
    overflow: auto;
    position: relative;
    height: 250px;
}

#dm_chapter_window_div {
    margin: 20px 20px 20px;
    font-size: 16px;
    overflow: auto;
    position: relative;
    height: 180px;
}

#dm_chapter_window_div > ul > li > a {
    color: #1890FF;
}

.directory_manage_button {
    font-size: 14px;
}

.ta_copy_ul_class2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ta_copy_ul_class2 li {
    padding-left: 20px;
}

.ta_copy_ul_class2 li:nth-child(odd) {
    /* height:30px; */
    line-height: 30px;
    vertical-align: middle;
}

.ta_copy_ul_class2 li:nth-child(odd) input {
    /* margin-top:10px; */
}

.ta_copy_input_class {
    margin-right: 20px;
    float: right;
}

.dmchapter_li {
    width: 480px;
    height: 35px;
    margin-left: 5px;
}

@font-face {
    font-family: 'layui-icon';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('../font/iconfont.svg#iconfont') format('svg');
}

/*.layui-icon {*/
/*    font-family: "layui-icon" !important;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*}*/

.chapter_btn_display {
    display: none;
}

.top_button_css {
    background: #f6f8fa;
    color: #989898;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
    float: left;
    line-height: 25px;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    padding: 0 16px 0 14px;
}

.top_button_css:hover {
    box-shadow: 1px 1px 5px #dcdcdc, -1px -1px 5px #dcdcdc;
}

.div_hide {
    display: none;
}

.policyinformation {
    float: left;
    margin-right: 10px;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    padding-left: 10px;
    cursor: pointer;
    padding-right: 10px;
    border: 1px solid #d1d2d3;
}

.policyinformation1 {
    float: left;
    margin-right: 10px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #1890FF;
}

.sjcss {
    position: absolute;
    bottom: 0px;
    /* height: 10px; */
    width: 0;
    height: 0;
    border-bottom: 20px solid #1890FF;
    border-left: 20px solid transparent;
    right: 0px;
}

/* bottom */
#bottom button {
    display: block;
    cursor: pointer;
    margin: 0 2px;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    float: left;
    background: #fff;
    font-size: 16px;
    outline: none;
    border: 1px solid #dcdcdc;
}

.bottom_left_tit {
    line-height: 30px;
    float: left;
}

.page_leftbtn_first {
    display: block;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px;
    color: #454a51;
}

.page_numdiv {
    float: left;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
}

#bottom button:hover {
    border-color: #1890FF;
    color: #1890FF;
}

#showCurrentAtPages {
    line-height: 28px;
    display: inline-block;
    float: left;
    padding: 0 5px;
}

.select_ul2 {
    display: none;
    position: absolute;
    border: 1px solid #dcdcdc;
    max-height: 210px;
    width: 50px;
    overflow: auto;
    top: -126px;
    z-index: 100;
    right: 187px;
    left: -1px;
    background: #FFFFFF;
}

.select_ul2 > li {
    padding-right: 10px;
    padding-left: 10px;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select_ul2 > li:hover {
    background: #dcdcdc;
}

.select_ul2 > li > a {
    color: #444444;
}

.select_span1 {
    width: 50px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

#biuuu_city_list td {
    border-bottom: 1px solid #d1d2d3;
}

#biuuu_city_list a {
    color: #1890FF;
}

.over {
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.third_list {
    padding-left: 25px;
    cursor: pointer;
    min-width: 140px;
}

.fisrt_list {
    padding-left: 25px;
    cursor: pointer;
    min-width: 140px;
}

.caozuo_span {
    color: #1890FF;
    padding: 0 5px;
}

.left_side_ultit {
    margin-top: 3px;
    padding-left: 23px;
    position: relative;
    color: #fff;
    min-width: 140px;
    cursor: pointer;
}

.left_side_ultit:hover {
    background: #4c4c4c;
}

/*弹框下拉*/
.select_icon {
    position: absolute;
    right: 4%;
    top: 17px;
    font-size: 20px;
    cursor: pointer;
}

.alert_select_td {
    position: relative;
}

.alert_select_wrap {
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 45px;
    left: 1px;
    z-index: 5;
    border: 1px solid #DCDCDC;
    border-top: transparent;
    background: #FFFFFF;
}

.alert_select_wrap ul {
    max-height: 100px;
    overflow: auto;
}

.alert_select_wrap ul li a {
    color: #4B4B4B;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.alert_select_wrap ul li a:hover {
    background: #DCDCDC;
}

/*培训协议复制弹框*/
.peixun_copy_alert .ta_copy_ul_class2 li {
    padding-left: 20px !important;
}

/*聊天弹出框*/
body .talk_crm .layui-layer-title {
    height: 32px;
    line-height: 32px;
    background: #1890FF;
    box-sizing: border-box;
}

.talk_box_wrap {
    position: relative;
}

.talk_box_unselect {
    height: 534px;
    position: absolute;
    z-index: 1000;
    top: -32px;
    width: 200px;
    background-color: #eaeaea;
    overflow: hidden;
    font-size: 0;
}

.talk_box_unselect li {
    white-space: nowrap;
    position: relative;
    padding: 5px 30px 5px 5px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 3px;
    box-sizing: content-box;
}

.talk_box_unselect li:hover {
    background: #E2E2E2;
}

.talk_box_unselect li:hover .closeChat {
    display: block;
}

.talk_box_unselect li img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 5px;
}

.talk_box_unselect li span {
    width: 100px;
    padding-left: 10px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.talk_box {
    margin-left: 200px;
}

.talk_box_unselect li i {
    display: none;
    position: absolute;
    right: 5px;
    top: 16px;
    color: #555;
    font-size: 22px;
}

.talk_box_unselect li i:hover {
    color: #c00;
}

.talk_chat {
    position: relative;
}

.talk_box_tit {
    position: absolute;
    top: -25px;
    left: 15px;
    color: #ffffff;
    font-size: 12px;
}

.close_talk {
    color: #fff;
}

.talk_box_bar {
    position: absolute;
    top: -25px;
    right: 0px;
}

.talk_box_bar .close_talk {
    font-size: 16px;
    cursor: pointer;
    margin-right: 5px;
    padding: 5px;
}

.talk_box_bar .close_talk:hover {
    color: #e87c7c;
}

.talk_box_main {
    height: 330px;
    padding: 15px 15px 5px;
    overflow-x: hidden;

    border-bottom: 1px solid #f2f2f2;
}

.talk_box_footer_bar {
    position: relative;
    padding: 0 8px;
    height: 32px;
    line-height: 32px;
    font-size: 0;
}

.smiling {
    display: inline-block;
    width: 15px;
    cursor: pointer;
    height: 15px;
    background: url(/images/crm_talk_icon.png) no-repeat;
    background-position: 0 0;
    vertical-align: top;
    margin-top: 9px;
}

.smiling:hover {
    background-position: 0 -18px;
}

.talk_textarea {
    margin-left: 8px;
}

.talk_textarea textarea {
    display: block;
    width: 100%;
    padding: 5px 0 0;
    height: 68px;
    line-height: 20px;
    border: none;
    overflow: auto;
    resize: none;
    background: 0 0;
}

.talk_chat_bottom {
    text-align: right;
    font-size: 0;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.talk_chat_bottom span {
    display: inline-block;
    vertical-align: top;
    width: 76px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
}

.talk_close {
    color: #1890FF;
    margin-right: 8px;
    background: #dcedfd;
}

.talk_unselect_action {
    background: #F5f5f5;
}

.talk_close:hover {
    background: #1890FF;
    color: #fff;
}

.talk_send {
    color: #ffffff;
    background: #1890FF;
}

.talk_send:hover {
    background: #1890FF;
}

.talk_box_main ul li {
    position: relative;
    font-size: 0;
    margin-bottom: 10px;
    padding-left: 60px;
    min-height: 68px;
}

.talk_box_main ul li .talk_user {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: absolute;
    left: 3px;
}

.talk_box_main ul li .talk_user_text {
    position: relative;
    line-height: 22px;
    padding: 8px 15px;
    background-color: #e2e2e2;
    border-radius: 3px;
    color: #333;
    word-break: break-all;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.talk_box_main ul li .talk_user img {
    width: 40px;
    height: 40px;
}

.talk_box_main ul li .talk_user_text:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 9px;
    width: 0;
    height: 0;
    border-style: solid dashed dashed;
    border-color: #e2e2e2 transparent transparent;
    overflow: hidden;
    border-width: 10px;
}

.talk_time {
    padding-bottom: 10px;
    color: #919191;
    font-size: 12px;
    text-align: center;
}

.talk_time span {
    display: inline-block;
    margin-left: -50px;
    margin-top: 15px;
}

.talk_box_main ul .talk_list_mine {
    text-align: right;
    padding-left: 0;
    padding-right: 60px;
}

.talk_box_main ul .talk_list_mine .talk_user {
    left: auto;
    right: 3px;
}

.talk_box_main ul .talk_list_mine .talk_user_text {
    margin-left: 0;
    text-align: left;
    background-color: #5FB878;
    color: #fff;
}

.talk_box_main ul .talk_list_mine .talk_user_text:after {
    left: auto;
    right: -10px;
    border-top-color: #5FB878;
}

.talk_box_main ul .talk_list_mine .talk_time span {
    margin-left: 65px;
}

.call_input {
    color: #606266 !important;
}

/*layer 开关样式覆盖*/
.layui-form-onswitch {
    border-color: #1890FF;
    background-color: #1890FF
}

/**
*询问框样式——star
 */
.inquiryWin_text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
    text-align: center;
    padding: 30px 20px 30px 20px;
}

.inquiryWin_text span {
    width: 128px;
    height: 24px;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}
.inquiryWin_footer {
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.inquiryWin_footer button {
    outline: none;
    width: 75px;
    height: 26px;
    line-height: 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
}
.inquiryWin_cancel{
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(217, 217, 217, 1);
    background: rgba(255, 255, 255, 1);
}

.inquiryWin_sure {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(24, 144, 255, 1);
    background: rgba(24, 144, 255, 1);
    margin-right: 20px !important;
}

/**
*询问框样式——end
 */
.inquiryWin_sure_btn1 {
    display: block;

    width: 65px;
    height: 24px;
    padding: 0;

    border-radius: 4px;
    border: 1px solid rgba(217, 217, 217, 1);

    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 24px;

    color: rgba(0, 0, 0, 0.65);
    background: rgba(255, 255, 255, 1);
}
/**提示框样式**/
.prompt{
    min-height: 140px!important;
    height: auto!important;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.2);
    border-radius:4px;
}
.prompt .prompt_text{
    word-wrap:break-word!important;
    box-sizing: border-box;
    min-height: 43px!important;
    height: auto!important;
    line-height: 16px!important;
    text-align: center;
    padding: 30px 20px 0 20px!important;
}
.prompt .prompt_text:nth-of-type(2){
     min-height: 35px!important;
     height: auto!important;
     box-sizing: border-box;
     line-height: 10px!important;
     font-size: 10px!important;
     text-align: center;
     padding: 0 20px 10px 20px!important;
 }
.prompt .prompt_text span{
    word-wrap:break-word!important;
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}
.prompt .prompt_text:nth-of-type(2) span{
    font-size: 10px!important;
}
.prompt .prompt_btn{
    border-top:1px solid rgba(240,240,240,1);
    box-sizing: border-box;
    height: 51px;

}
.prompt .prompt_btn button{
    width:60px;
    height:24px;
    border-radius:4px;
    margin-top: 14px;
}

.prompt .prompt_cancel{
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(217, 217, 217, 1);
    background: rgba(255, 255, 255, 1);
    margin-left: 196px;
}

.prompt .prompt_sure {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(24, 144, 255, 1);
    background: rgba(24, 144, 255, 1);
    margin-left: 8px;
}
/***
layer.confirm样式更改
 */
.layui-layer-dialog{
    width: 340px;
    height: 140px;
    box-sizing: border-box;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 12px 0px rgba(0,0,0,0.2);
    border-radius:4px;
}
.layui-layer-dialog .layui-layer-content{
    font-size: 16px;
    font-family: PingFangSC-Medium,PingFang SC;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
    box-sizing: border-box;
    height: 87px;
    text-align: center;
    padding: 26px 20px 0 20px;
}
.layui-layer-dialog .layui-layer-btn{
    border-top:1px solid rgba(240,240,240,1);
    box-sizing: border-box;
    height: 51px;
}
.layui-layer-dialog .layui-layer-btn a{
    width:60px;
    height:24px;
    border-radius:4px;
    margin-top: 14px;
    padding: 0;
    text-align: center;
    line-height: 24px;
}
.layui-layer-dialog .layui-layer-btn0{
    color: rgba(0, 0, 0, 0.65);
    border: 1px solid rgba(217, 217, 217, 1);
    background: rgba(255, 255, 255, 1);
}
.layui-layer-dialog .layui-layer-btn1{
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(24, 144, 255, 1);
    background: rgba(24, 144, 255, 1);
    margin-left: 8px;
}
/***
layer.msg样式更改
 */
.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none;
    height: auto;
    width: auto;
}
.layui-layer-msg .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left;
    height: auto;
}
/* 改进*/
.side_left_switch {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    border-radius: 100%;
    overflow: hidden;
    color: #fff;
}
.side_bottom_switch {
    position: absolute;
    right: 15px;
    bottom: 8px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    z-index: 100;
}
.switch_flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap:wrap
}
.switch_item {
    cursor: pointer;
    width: 126px;
    height: 36px;
    background: rgba(255,255,255,1);
    border-radius: 4px;
    border: 1px solid rgba(217,217,217,1);
    line-height: 38px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px 0 10px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999999;
}

.switch_item:before {
    content: "";
    width: 16px;
    height: 16px;
    margin: 10px;
    background-size: cover !important;
}
.switch_item>span{
    text-align: left;
    width: 86px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#index:before {
    background: url(/images/login/pageselect/course_icon.png) no-repeat;
}

#userManagement:before {
    background: url(/images/login/pageselect/user_icon.png) no-repeat;
}

#mycustomer_all::before {
    background: url(/images/login/pageselect/market_icon.png) no-repeat;
}

#businessAnalysis::before {
    background: url(/images/login/pageselect/market_icon.png) no-repeat;
}

#operatingSystem::before {
    background: url(/images/login/pageselect/market_icon.png) no-repeat;
}
#Livebroadcastmanagement::before {
    background: url(/images/login/pageselect/market_icon.png) no-repeat;
}
#mycustomer::before {
    background: url(/images/login/pageselect/market_icon.png) no-repeat;
}
#mycustomer_sjz::before {
    background: url(/images/login/pageselect/market_icon_sjz.png) no-repeat;
}
#mycustomer_bjxdc::before {
    background: url(/images/login/pageselect/market_icon_bj.png) no-repeat;
}
#mycustomer_bjZy::before {
    background: url(/images/login/pageselect/market_icon_bj.png) no-repeat;
}
#mycustomer_xa::before {
    background: url(/images/login/pageselect/market_icon_bj.png) no-repeat;
}
#mycustomer_cq::before {
    background: url(/images/login/pageselect/market_icon_cq.png) no-repeat;
}
#mycustomer_sq::before {
    background: url(/images/login/pageselect/market_icon.png) no-repeat;
}
#mycustomer_cd::before {
    background: url(/images/login/pageselect/market_icon_cq.png) no-repeat;
}
#mycustomerNew::before {
    background: url(/images/login/pageselect/market_icon.png) no-repeat;
}

#workreport::before {
    background: url(/images/login/pageselect/manage_icon.png) no-repeat;
}

#extensionSystemNew::before {
    background: url(/images/login/pageselect/promot_icon.png) no-repeat;
}

#extensionSystemNewTwo::before {
    background: url(/images/login/pageselect/promot2_icon.png) no-repeat;
}

#financialSystem::before {
    background: url(/images/login/pageselect/finace_icon.png) no-repeat;
}

#bkwOperation::before {
    background: url(/images/login/pageselect/bkw_icon.png) no-repeat;
}

#educationSystem::before {
    background: url(/images/login/pageselect/learn_icon.png) no-repeat;
}

#zixunzhanSystem::before {
    background: url(/images/login/pageselect/zxz_icon.png) no-repeat;
}

#ytkuSystem::before {
    background: url(/images/login/pageselect/ytk_icon.png) no-repeat;
}

#jinrongquanSystem::before {
    background: url(/images/login/pageselect/jrq_icon.png) no-repeat;
}

#renrenchaSystem::before {
    background: url(/images/login/pageselect/rrc_icon.png) no-repeat;
}

#yanghaiziSystem::before {
    background: url(/images/login/pageselect/yhz_icon.png) no-repeat;
}

#mengmengbaoSystem::before {
    background: url(/images/login/pageselect/mmb_icon.png) no-repeat;
}

#tajuwangSystem::before {
    background: url(/images/login/pageselect/tj_icon.png) no-repeat;
}

#costEngineerSystem::before {
    background: url(/images/login/pageselect/costengine_icon.png) no-repeat;
}

#wechatSystem::before {
    background: url(/images/login/pageselect/wechat_icon.png) no-repeat;
}

#zhuoyouSystem:before {
    background: url(/images/login/pageselect/zhuoyou_icon.png) no-repeat;
}

.switch_title {
    display: flex;
    justify-content: space-between;
    padding: 0 24px;
    margin: 20px 0 10px 0;
}

.switch_title > div {
    width: 16px;
    height: 16px;
    background: url(/images/login/pageselect/close-circle-o.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.switch_item:hover {
    color: #333333;
    /*background:rgba(230,247,255,1);*/
    border:1px solid rgba(24,144,255,1);
}

.baobiao_tip_top .layui-layer-TipsG{
    border-top-width: 0 !important;
}
.baobiao_tip_right .layui-layer-TipsG{
    border-right-width: 0 !important;
}
.baobiao_tip_left .layui-layer-TipsG{
    border-left-width: 0 !important;
}
.baobiao_tip_bottom .layui-layer-TipsG{
    border-bottom-width: 0 !important;
}

