body{
    background-color: #f6f9f6;
}

/*.menu_tab_a{*/
/*    background-color:#fff!important;*/
/*    color: #666666*/
/*}*/

.p_title{
    position: absolute;
    border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    height: 16px;
    width: 16px;
    right: 10px;
    line-height: 16px;
    top: 10px;
    text-align: center;
    cursor: pointer;
}
.th_title {
    margin-right: 5px;
    border: 1px solid #999;
    border-radius: 50%;
    color: #999;
    height: 16px;
    display: inline-block;
    width: 16px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}
.stream_container{
    width: 100%;
    height: auto;
    position:relative;
}
.logo_head{
    z-index: 999;
    display: flex;
    position: fixed;
    top:0;
    width: 100%;
    height: 60px;
    /*background-image: linear-gradient(to right, #ff6960, #f1941d);*/
    margin-bottom: 10px;
    /*box-shadow: 5px 10px 5px #f2f2f2;*/
}
.fill{
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 801;
    background-color: #f6f9f6
}
.func_tab{
    position: absolute;
    top: 10px;
    font-size: 16px;
    color: #f95e5a;
    height: 40px;
    cursor: pointer;
}
.func_tab:hover{
    /*color: #ffffff;*/
}
.func_tab_this{
    border-bottom: 4px solid #f95e5a;
    /*color: #ffffff;*/
}
.zhibotong{
    border-width: 0px;
    position: absolute;
    left: 80px;
    top: 21px;
    /*width: 76px;*/
    height: 27px;
    display: flex;
    font-family: '方正中雅宋简';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 2px;
    color: #FFFFFF;
    text-align: left;
}
.div_title{
    padding: 0 20px;
}
.fontA{
    font-family: 'FontAwesome5Pro-Regular', 'Font Awesome 5 Pro';
    font-weight: 400;
    font-size:18px;
}
.contentBox{
    margin-left:180px;
    position: relative;
    top:60px;
    right:10px;
    min-width: 1200px;
    padding-bottom: 50px;
}
.borderBottom{
    border-top:1px solid transparent;
    border-bottom: 1px solid #e9e9e9;
}
.layui-nav{
    background:none;
    color:#F95E5A;
    padding:0;
}
.layui-nav .layui-this:after,.layui-nav-bar{
    /*background:#F95E5A;*/
    height:0;
}
.quote{
    margin:20px 0;
    padding-left: 10px;
    line-height:35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    position: relative;
    border-left: 0px solid #F95E5A;
}
.quote .aitems span{
    max-width: 110px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:12px;
}
.boxShadow {
    /* background:#fff; */
    margin-bottom:15px;
    box-shadow: 2px 2px 3px rgba(153, 153, 153, 0.35);
}
.padding_l{
    padding-left: 40px!important;
    padding-right: 40px!important;
}
.content_r,.hideDom{
    font-size: 12px;
    color: #999999;
    display:flex;
    line-height:23px;
    margin:15px 0 10px;
    position: relative;
}
.content_r>span{
    margin-right:20px;
}
.items{
    display:inline-block;
    color:#666;
    padding: 0 15px;
    cursor: pointer;
    text-align: center;
    margin-right:5px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 20px;
}
.downloadSpan{
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 16px;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}
.itemsActive,.compare{
    color: #ffffff !important;
    background:#f9605c!important;
    height: 20px;
    line-height: 20px;
}
#typeOr .items{
    border-radius: 5px;
}

.list_title{
    position: relative;
    width: 90px;
    height: 60px;
    display: flex;
    font-size: 16px;
    color: rgb(249, 94, 90);
    text-align: center;
    line-height: 28px;
    border-bottom: 2px solid #f95e5a;
}
.typeIpt{
    line-height: 23px;
    border: 1px solid #999;
    border-radius: 4px;
    padding:0 5px
}
.isHide{
    position: relative;
    margin-top: 65px;
}
.changeBtn{
    position: absolute;
    top:15px;
    right:15px;
    cursor: pointer;
    font-size: 12px;
    color: #999;
    z-index:1
}
.changeBtn:hover{
    color:#f95e5a ;

}
.content .layui-this a {
    color: #f9635f !important;
}

.content .layui-nav-item a:hover {
    color: #f9635f !important;
}
.aitems{
    padding: 0 10px;
    margin: 1px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 14px;
}
#proportionBox .aitems{
    border-radius: 4px;
}
.livesBox{
    margin:0 ;
    display:flex;
    justify-content: space-between;
}
.lives{
    padding:10px 15px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #efefef;
    background: #fff;
    cursor: pointer;
}
.lives>p {
    color: #999;
    font-size: 12px;
}
.lives>p:first-child{
    margin-bottom: 10px;
}
.lives h2{
    font-style: italic;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.lives h3{
    font-size: 20px;
    font-style: italic;
    /*font-weight: bold;*/
    color:#666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-family: 'Avenir Next';
}
.live_active,.lives_active{
    /* color:#f95e5a !important; */
    border:1px solid #f95e5a;
    box-shadow: 0px 0px 2px 1px #F95E5A inset;
}

.group_list{
    height: 45px;
    color: #adadad;
    padding-top: 14px;
    padding-left: 20px;
    /*background-color: #fcfcfc;*/
}
.lists{
    line-height: 23px;
    display: flex;
    height: 23px;
    max-width: 485px;
    /* overflow: hidden; */
    flex-wrap: wrap;
}
.layui-bg-black{
    background-color: #ffffff!important;
}
.layui-nav-tree .layui-nav-bar {
    width: 0px!important;
}
.target_link{
    color: #666666!important;
    margin-left:15px;
}
.target_link:hover{
    color: #f95e5a!important;
}

.target_link_active{
    color: #f95e5a!important;
}
.date_type ,.span_chosen{
    border: 1px solid #999;
    border-radius: 4px !important;
}
.span_chosen{
    background-color: #F95E5A ;
    border: 1px solid #F95E5A;
    color: #fff!important;
}

ul>span{
    color:#999999;
}

.layui-laypage-skip{
    display: none!important;
}
.right_space{
    position: absolute;
    left: 150px;
    font-size: 12px!important;
    top: 17px;
}
.layui-table-grid-down{
    display: none!important;
}

.layui-nav-itemed>a{
    color:#fa5e5a!important;
    font-weight: bold;
}

#top_list{
    /* padding: 0px 10px 10px 10px; */
}
/*修改滚动条样式*/
div::-webkit-scrollbar{
    width:10px;
    height:10px;
    /**/
  }
  div::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
  }
  div::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius:10px;
  }
  div::-webkit-scrollbar-thumb:hover{
    background: #808080;
  }
  div::-webkit-scrollbar-corner{
    background: #F95E5A;
  }
  .downloads{
      cursor: pointer;
  }
  .borderBottom .assa{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 60px;
    color:#333;
    width:100%;
      left: 40px;
  }
  .assa input{
      width:30%;
      height:34px;
      padding:0 10px;
      line-height: 34px;
      border:1px solid #999;
      border-radius: 5px;
      font-size:12px;
  }
  .assa .items{
    height: 34px;
    line-height: 34px;
    font-size:12px;
    border: 0;
    border-radius: 7px;
    width: 100px;
    margin-left: 15px;
  }
  .account_rank{
     font-size: 13px;
     font-weight: bold;
     line-height: 45px;
     height: 45px;
     cursor: pointer;
     color:#f9635f;
     text-align:center
  }



  .iziModal{
      overflow:visible !important;
  }
  .iziModal-content  input:focus{
    border-color:#28CA97;
}

  .iziModal-content  footer{
    display: flex;
    height: 30px;
    overflow: hidden;
    justify-content: flex-end;
}
  .iziModal-content  button{
    background: #28CA97;
    border:0;
    color: white;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 10px;
    border-radius: 8px;
}
  .iziModal-content  button:hover{
    opacity: 0.8;
}
  .iziModal-content  button:nth-child(1){
    background: #aaa;
}
.modalConent{
    display: flex;
    height: 30px;
    line-height: 30px;
    margin: 5px 0;
}
.modalConent input{
    background:#fafdfe;
    height:28px;
    width:208px;
    line-height:28px;
    padding:0 10px;
    border:1px solid #9bc0dd;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
.selectDom{
    width:208px;
    position: relative;
}
.selectDom .options{
    position: absolute;
    width:100%;
    top:30px;
    right:0;
    z-index:100 ;
}
.options input{
    width:190px;
}
.options li{
    cursor: pointer;
    background:#f2f2f2;
    height:30px;
    padding:0 10px;
    border-bottom: 1px solid #fa5e5a;
}
.options li:hover{
    background:#999999;
}
.options .firstLi{
    display:flex;
}
#newop{
    color:#fa5e5a
}

em {
    font-style: normal;
}
.dropdown {
    width: 207px;
}
.dropdown button {
    width: 100%;
    text-align: left;
    border: solid 1px #e1e1e1;
    background: #fff !important;
    border-radius: 3px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.dropdown button i {
    margin-top: 8px;
    position: absolute;
    top: 5px;
    right: 5px;
}
.dropdown ul,.groups {
    width: 100%;
    max-height: 300px;
    overflow: auto;
    padding:0;
}
.groups{
    width:200px !important;
}
.dropdown ul input,.firstLi input {
    height: 25px;
    padding: 3px 40px 3px 10px;
    border: 1px solid #ccc;
    border-radius: 15px;
    width: 100%;
}
.dropdown-menu>li:hover{
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu .firstLi {
    position: sticky;
    top: 0;
    padding: 5px 10px;
    background: #fff;
}
.dropdown-menu li i {
    cursor: pointer;
}
.dropdown-menu .firstLi i {
    position: absolute;
    top: 12px;
    right: 20px;
    font-size: 10px;
}
.dropdown-menu .firstLi .fa-times {
    right: 40px;
}
.dropdown-menu>li>a{
    height: 30px;
    line-height: 30px;
    width:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.stream-modal-dialog{
    position: fixed;
    width: 300px;
    top: 30%;
    left: 50%;
}
.btns{
    width:200px;
    display:flex;
    position: absolute;
    top:10px;
    left:10px;
    z-index: 10;
}
.btns button{
    height:30px;
    line-height:30px;
    width:50px;
    text-align: center;
    border: 0;
    margin-right: 10px;
}
.top_n{
    position:relative;
    left: 0%;
    color: #666666;
    cursor: pointer;
    background-color: #f2f2f2;
    display: inline-block;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center
}

.tops{
    color: #fff;
    background: #f9605c;
}
.tab_color{
    color: #666666!important;
}
.tablePar .tab_color{
    padding: 0 !important
}
.tablePar .top_type{
    margin: 0 20px !important
}
.layui-table-body {
    overflow: auto;
    max-height: 570px;
}
.live_cover_img{
    width: 45px;
    height: 44px;
    border-radius: 5px
}
.live_column_name{
    background-color: #fff8f3;
    border-radius: 20px;
    border: 1px solid #ffc49e;
    position: absolute;
    left: 65px;
    top: 5px;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    line-height:20px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}
.live_title{
    cursor: pointer;
    position: absolute;
    left: 170px;
    top: -5px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    height: 20px
}

.live_account{
    position: absolute;
    left: 65px;
    top: 15px;
    font-size: 12px;
}

.live_time_img{
    width: 60px;
    height: 59px;
    border-radius: 5px
}
.live_time_column{
    background-color: #fff8f3;
    border-radius: 5px;
    border: 1px solid #ffc49e;
    position: absolute;
    left: 80px;
    top: 10px;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    line-height:20px;
    height: 20px;
    text-align: center
}
.live_time_title{
    cursor: pointer;
    position: absolute;
    left: 180px;
    top: -7px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    height: 20px
}

.live_time_account{
    position: absolute;
    left: 80px;
    top: 15px;
    font-size: 12px;
}

.live_time_live_id{
    position: absolute;
    left: 80px;
    top: -3px;
    padding-top: 12px;
    font-size: 12px;
}

.content{
    margin-left: 180px;
    position: relative;
    top: 60px;
    right: 10px;
    min-width: 1200px;
    padding-bottom: 50px;
}

.item_name_url{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    font-size: 12px;
}
.item_cat_info{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: initial;
    font-size: 12px;
}

.layui-nav .title_tab:not(:first-child){
    margin-left: 30px;
}
.title_tab{
    /* padding: 0 5px; */
    cursor: pointer;
    color: #999999;
    position: relative;
}
.title_tab:hover{
    color: #F95E5A;
}
.layui-this{
    color: #F95E5A !important;
}

.dropdown-menu .inner li:first-child {
    padding: 0px!important;
}

.point{
    cursor: pointer;
}

.selectionType{
    position: absolute;
    left: 107px;
}

.selectType{
    display: none;
}

.content_r>#ali{
    z-index: 120;
}

.content_r>#lives{
    z-index: 110;
}

.items:hover {
    color: #F95E5A;
}

.share_item,.compare_item{
    width: auto;
    background-color: #ffffff;
    /* margin: 10px */
}

.compare_p{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.shop_img{
    width: 40px;
    height: 40px;
}
.shop_img_7200{
    width: 35px;
    height: 34px;
}
.tabFixed{
    width: calc(100% - 180px);
    min-width: 1200px;
    position: fixed;
    /* background: #fff; */
    z-index: 800;
    /* margin-left: 230px; */
    top: 60px;
    left:170px;
    /* right: 10px; */
}
#tongji{
    right:380px !important;
}
#selected_date{
    right:200px !important;
}
#daily{
    right:140px !important;
}
#weekly{
    right:90px !important;
}
#monthly{
    right:40px !important;
}
/* th>.layui-table-cell {
    text-align: center;
} */

.layui-unselect>.layui-table-cell {
    min-width: 130px;
}

th:not(.layui-table-col-special)>.layui-table-cell {
    min-width: 130px;
}

td:not(.layui-table-col-special)>.layui-table-cell {
    min-width: 130px;
}

.layui-table-fixed-l .layui-table-cell{
    min-width: unset!important;
}
.layui-table-fixed-r .layui-table-cell{
    min-width: unset!important;
}

[data-field="rank"]>.layui-table-cell{
    min-width: unset!important;
}
[data-field="link_order"]>.layui-table-cell{
    min-width: unset!important;
    text-align: center;
    min-width: 105px!important;
}
[data-field="organization_nick"]>.layui-table-cell{
    min-width: 190px!important;
}
[data-field="organization_search"]>.layui-table-cell{
    min-width: 300px!important;
}
[data-field="stream_nick"]>.layui-table-cell{
    min-width: 220px!important;
}
[data-field="nickname"]>.layui-table-cell{
    min-width: 220px!important;
}
[data-field="stream_search"]>.layui-table-cell{
    min-width: 300px!important;
}
[data-field="live_nick"]>.layui-table-cell{
    min-width: 300px!important;
}
[data-field="live_search"]>.layui-table-cell{
    min-width: 400px!important;
}
[data-field="shop_nick"]>.layui-table-cell{
    min-width: 220px!important;
}
[data-field="shop_search"]>.layui-table-cell{
    min-width: 300px!important;
}
[data-field="item_nick"]>.layui-table-cell{
    min-width: 250px!important;
}
[data-field="is_yushou"]>.layui-table-cell{
    min-width: 250px!important;
}
[data-field="item_search"]>.layui-table-cell{
    min-width: 300px!important;
}
[data-field="option"]>.layui-table-cell{
    min-width: 130px!important;
}
[data-field="all_nick"]>.layui-table-cell{
    min-width: 180px!important;
}

.search_li_style{
    padding-left: 40px;
    position: relative;
    vertical-align: middle;
    /* line-height: 60px; */
    font-size: 12px;
    padding-top:15px;
}

.search_button{
    background-color:#f95e5a;
    color:#ffffff;
    left: 439px;
    top: 15px;
    position: absolute;
}
.chart_tooltip{
    display:inline-block;
    width: 10px;
    height: 10px;
    border-radius:50%;
    margin-right: 5px;
}

.workbench_area{
    margin:0 10px;
    position: relative;
    top: 50px;
    min-width: 1200px;
    padding-bottom: 50px;
}

.info_area{
    height:100%;
    background-color: #ffffff;
    box-shadow: 3px 3px 5px #99999959
}

.row_nav{
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px;
    background-color: #ffffff
}

.col_height{
    height: 100%;
}

.pieBox{
    display:flex;
    justify-content: space-around;
}
.operation_link:hover{
    text-decoration: underline !important;
}

.strategyIpt{
    width: 175px;
    line-height: 23px;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 0 5px;
    color: #757575;
}

/*.dropUl {*/
/*    list-style: none;*/
/*    height: auto;*/
/*    max-height: 300px;*/
/*    overflow-y: scroll;*/
/*    overflow-x: hidden;*/
/*    word-break: keep-all; !* 不换行 *!*/
/*    white-space: nowrap; !* 不换行 *!*/
/*    text-overflow: ellipsis; !* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用*!*/
/*    padding: 0;*/
/*}*/

.propLevel1{
    width: 160px!important;
}
.dropUl::-webkit-scrollbar ,.list_ul::-webkit-scrollbar{ /*滚动条整体样式*/
    width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
}

.dropUl::-webkit-scrollbar-thumb,.list_ul::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
    background: #d1d4db;
}

.dropUl::-webkit-scrollbar-track,.list_ul::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    background: #EDEDED;
}

.dropUl_li{
    overflow:hidden;
    text-overflow:ellipsis;
    background-color:  rgb(255, 255, 255)
}
.dropUl_span{
    display: inline-block;
    width: 114px;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    text-overflow:ellipsis;/* 当对*/
    overflow: hidden;
}
.dropUl_span input{
    height: 13px;
    vertical-align: text-top;
    margin-top: 0;
    margin-right: 5px;
}
.nowraps{
    display: inline-block;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    text-overflow:ellipsis;/* 当对*/
    overflow: hidden;
}
.dropUl_i{
    font-size: 14px!important;
    position: relative;
    top: -12px;

}
.login_box{
    width:17px;
    margin:0 10px;
}
.changeBox,.streamBox {
    height: 100%;
    padding: 15px;
    /*color: #fff;*/
    width: 100px;
    display: flex;
    align-items: center;
    /* position: absolute;
    right: 310px; */
}
.changeBox{
    padding:15px 10px;
}
/* .changeBox{
    right:500px;
}
.streamBox{
    right:700px;
} */
.changeBox a,.streamBox a{
    width:100% !important;
    background:none !important;
}
.changeBox .active,.streamBox .active{
    background-color: #f95e5a !important;
}

.colorModel,.noticeBox {
    position: absolute;
    top: 40px;
    left: -167px;
    display: flex;
    flex-direction: column;
    color: #adadad;
    z-index: 100000;
    background:#fff;
    border: 1px solid #efefef;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.noticeBox{
    width:302px
}
.cur{
    cursor: pointer;
}
.msgMore{
    padding: 12px 24px;
    color:#000;
    text-indent: 28px;
}
.color_ipt{
    width: 0px;
    line-height: 25px;
    height: 25px;
    border: 0;
    font-size:12px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
}
.notice{
    font-size: 18px;
    margin:0 10px;
    cursor: pointer;
}
.msgBtn{
    position: relative;
}
.hasMsg{
    display:inline-block;
    height:7px;
    width:7px;
    position: absolute;
    left: 25px;
    border-radius: 50%;
    background:#F95E5A;
}
.msgBox{
    width:300px;
    margin:0 0px 10px;
    min-height:300px;
    max-height:400px;
    overflow: auto;
}
.msg_span{
    display: inline-block;
    width:260px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    white-space: initial;
    color: #000;
}
.i_items{
    /* padding: 5px;
    background: #f6f9f9;
    border-radius: 5px;
    margin: 10px 0; */
    padding: 12px 24px;
    border-bottom: 1px solid #e8eaec;
    cursor: pointer;
    display:flex;
    flex-direction: column;
}
.i_items:hover{
    background-color: #f0faff;
}
.msgTab{
    height:44px;
    padding: 12px 24px;
    border-bottom: 1px solid #dcdee2;
}

#cur {
    width: 3px;
    height: 3px;
    outline: 2px solid #535353;
    margin-left: -1px;
    margin-top: -1px;
    position: absolute;
}

.wrapper {
    position: relative;
}
#color_show {
    width: 50px;
    height: 50px;
    background: #f00;
}

.panel {
    /* width: 200px;
    height: 200px; */
    /* position: fixed; */
    top: 20px;
    right: 20px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
    line-height: 2em;
}

.colorSpan {
    display: inline-block;
    width: 150px;
    height: 30px;
}

.awesome {
    border: 0;
    background: none;
}

.colorItem {
    display: inline-block;
}

.awesome .sp-preview,
#addipt,
#minusipt,
.colorItem {
    border: 0;
    width: 20px;
    height: 20px;
    background-image: none;
}

#minusipt {
    margin-right: 5px;
}

#addipt,
#minusipt {
    display: inline-block;
    text-align: center;
    margin-top: 4px;
    cursor: pointer;
}

.awesome .sp-preview .sp-preview-inner,
.colorItem {
    border-radius: 50%;
}

.palettes {
    /* margin-right:5px; */
    display: flex;
    background: #f4f6fd;
}

#myPalette {
    display: flex;
    width: 260px;
    padding: 0 ;
}

.recommendColor {
    background: #f4f6fd;
}

#myPaletteArr {
    display: flex;
    flex-wrap: wrap;
    width: 200px;
}

.fixedColor {
    display: flex;
    width: 100%;
    padding: 5px 15px;
    cursor: pointer;
    /* border-top:1px solid #eceef3; */
    border-bottom: 1px solid #eceef3;
    justify-content: space-around;
}

.login_box .colorBtn {
    font-size: 12px;
    height: 20px;
    background: #f95e5a !important;
    border: 0;
    border-radius: 0;
    color: #fff;
    padding: 0;
    width: 35px;
    margin-top: 4px;
    text-align: center;
}

#recommendC,
#DIY,#colorReset {
    cursor: pointer;
    text-align: center;
    width: 100px;
    line-height: 24px;
    font-size: 12px;
    border:1px solid #adadad;
}

#DIY {
    /* background: #fff; */
    color: #F59A23;
    border-left:0;
    border-right:0;
}
#recommendC{
    color: #99ccff;
}
#addipt,
#minusipt {
    background: #f95e5a;
    color: #fff;
}
#colorReset{
    /* background: #ff9f40; */
    color: #00ccff;
}
.theme_delete,.closeMsg{
    margin-top: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.theme_delete span,.closeMsg span{
    margin: 0 12px;
    cursor: pointer;
    width: 15px;
    display: inline-block;
    text-align: center;
}
.theme_gl{
    margin:10px 0;
}
.theme_i{
    height: 30px;
    line-height: 30px;
    display: flex;
    margin:5px 0;
    justify-content: center;
    align-items: center;
}
.theme_i i{
    margin:0 10px
}
.theme_i i{
    width: 95px;
    height: 1px;
    display: inline-block;
    background: #adadad;
}
.theme_main{
    padding:0 12px 12px;
}
.style_demo{
    width: 91px;
    height: 60px;
    border: 1px solid #e6e6e6;
    margin: 5px 0px 5px 12px;
    position: relative;
}
.style_demo a{
    width:100%;
    height:100%;
    display: inline-block;
}
.style_demo i{
    position: absolute;
    top:50%;
    left:50%;
    width:5px;
    height:5px;
    color:#1b926c;
    margin-top: -5px;
    margin-left: -5px;
    font-size: 16px;
    display: none;
}
.theme_gl .active i{
    display: inline-block;
}
.prop_name{
    display:inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.num_right{
    text-align: right;
    margin: auto;
    padding-right:15px;
}
.no_sort{
    padding-right:0;
}
.layui-table-view .layui-table td, .layui-table-view .layui-table th {
    padding: 5px 0;
    border-top: none;
    border-left: none;
    border-right-color:transparent;
}
/* .layui-table-view  .layui-table-header th{
    border-right-color:#e6e6e6;
} */
.no-border-shadow{
    border-bottom: 0px!important;
    box-shadow: none!important;
}
.coll_yes{
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:absolute;
    background:#f5f7fa;
}
.canbo{
    background-color: #fff;
}
.layui-table-hover .canbo{
    background-color: #f5f7fa !important;
}
.layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even){
    background-color: #f5f7fa;
}
.D_charts,.T_D_charts{
    display: inline-block;
}

.chart_padding{
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.chart_margin{
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}
.title_padding{
    height: 40px;
    width: 100%;
    padding: 0px 15px;
}
.up_level_span{
    position:absolute;
    right: 90px;
    color: #666666;
    cursor: pointer;
    background-color: #f2f2f2;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center
}
.down_level_span{
    position:absolute;
    right: 35px;
    color: #666666;
    cursor: pointer;
    background-color: #f2f2f2;
    width: 50px;
    height: 28px;
    line-height: 28px;
    text-align: center
}
.chart_hei_380{
    height: 380px;
    width: auto;
    background-color: #ffffff
}
.chart_hei_240{
    height: 240px;
    width: auto;
    background-color: #ffffff
}
.chart_hei_400{
    height: 400px;
    width: auto;
    background-color: #ffffff
}
.chart_hei_350{
    height: 350px;
    width: auto;
    background-color: #ffffff
}
.chart_hei_480{
    height: 480px;
    width: auto;
    background-color: #ffffff
}

.img_choice{
    height: 38px;left: 33%; position:relative;
}

.left_choice_span{
    position:relative; left: 33%; color: #808080; cursor:pointer;font-weight: bold
}

.right_choice_span{
    position:relative; left: 33%; color: #808080; cursor: pointer; font-weight: bold
}

.compare_selecter{
    background: #ffffff;cursor: pointer;color: #999999;height: 30px;margin-top: 5px;font-size: 16px;display: inline-block;position:relative;left: 15px;
}

#tongji{
    position: absolute; right: 400px; top: 18px;
}

.selected_date{
    position: absolute; right: 230px; top: 20px;
}

.daily_span,.weekly_span,.monthly_span{
    cursor: pointer; position: absolute; top: 10px;
}
.date_hidden_input{
    cursor: pointer; width: 15px;display: inline!important;border: none; background: rgba(255,0,0,0);position: relative;left: -7px;
}

#top_list{
    height: 700px;
}

/*.yushou{*/
/*    -webkit-transform: rotate(-45deg);    !* for Chrome || Safari *!*/
/*    -moz-transform: rotate(-45deg);       !* for Firefox *!*/
/*    -ms-transform: rotate(-45deg);        !* for IE *!*/
/*    -o-transform: rotate(-45deg);         !* for Opera *!*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 27px;*/
/*    height: 20px;*/
/*    font-size: 12px;*/
/*    top: 18px;*/
/*    line-height: 12px;*/
/*    width: 20px;*/
/*    color: #F95E5A;*/
/*}*/
.yushou{
    /*-webkit-transform: rotate(-45deg);*/
    /*-moz-transform: rotate(-45deg);*/
    /*-ms-transform: rotate(-45deg);*/
    /*-o-transform: rotate(-45deg);*/
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border: 1px solid;
    border-radius: 50%;
    color: #F95E5A;
    font-weight: 600;
}

.tool_tip{
    position: absolute;
    border: 1px solid #999;
    border-radius: 50%;
     color: #999;
    /* background-color: #a2afbf; */
    height: 15px;
    width: 15px;
    left: 90px;
    line-height: 16px;
    top: -3px;
    text-align: center;
    cursor: pointer;
}
.top_tips{
    top: 17px;
    position: absolute;
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    /*background-color: #a2afbf;*/
    color: #999;
    border: 1px solid #999;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
}
.tooltip-inner{
    min-width: 180px;
    text-align: left;
}

.next_lev_category{
    color: #F95E5A;
    margin:0 5px;
}

.submit_btn{
    padding: 0 12px!important;
    height: 25px;
    line-height: 25px;
}
.dropDown span{
    font-size:12px !important;
}
.channelSel,.dropLevel1{
    background:#fff
}
.selectIpt,.choseIpt,.delIpt,.delchoseIpt{
    color: #666;
    border-radius: 3px;
    display: inline-block;
    width:80px;
    text-align: center;
}
.selectIpt:hover,.choseIpt:hover{
    color:#fff;
    background:#F95E5A;
}
.delIpt:hover,.delchoseIpt:hover{
    color:#fff;
    background:#2196f3;
}
.delIpt{
    border-left: 1px solid #eee;
}
#aliDropMore label,#channelDropMore label{
    margin:0;
    height:100%;
    font-weight: normal;
}

.btn-left{
    background-color: #F95E5A;
    margin-left: -5px;
}

.ipt-right{
    margin-left: 10px;
}

/*.ui-menu-item-wrapper {*/
/*    width: 200px;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    z-index: 130;*/
/*}*/

.ui-menu{
    z-index: 801!important;
}
.ui-widget.ui-widget-content{
    width: 200px!important;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ui-menu-item-wrapper{
    width: 200px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ui-widget.ui-widget-content::-webkit-scrollbar { width: 0 !important }
.ui-menu-item-wrapper:hover{
    background-color: #F95E5A!important;
    border:1px solid #F95E5A!important;
    color: #fff!important;
}

.select_type{
    margin-left: 30px;font-size: 14px;font-weight: normal;color: #999999
}
.ipt_btn{
    color: #fff !important;
    outline: none !important;
    font-size: 12px;
    height: 30px;
    border-radius: 5px;
}
.searchN{
    height:30px;
    width: 200px;
    border-radius:2px;
    vertical-align: middle;
}

.layui-nav .layui-nav-item {
    font-size: 16px;
}

.tab_title_sty{
    height: 50px!important;
    line-height: 50px!important;
}
.date_hidden_input{
    height: 33px;
}
.layui-side-scroll {
    width: 160px!important;
}
.layui-side {
    width: 160px!important;
}

.layui-nav-tree {
    width: 160px!important;
    padding: 0;
}

.layui-nav .layui-nav-item {
    font-size: 16px;
}
/* .layui-nav-tree .layui-nav-item {
    margin-left: 5px;
} */
.layui-nav .tab_left a{
    padding:0;
}
.layui-nav-tree>.layui-nav-itemed>a{
    background-color: #f5f5f5!important;
}
.layui-nav .layui-nav-itemed a, .layui-nav .tab_left a:hover {
    font-weight: 600;
}
.layui-nav .tab_left a:hover {
    background-color: #f5f5f5!important;
}
.tools .dropdown-menu{
    z-index:799;
}

.ipt_btn{
    margin-left: 5px;
}

.iconPic{
    background-color: #fff;
    color: #ec6f5e;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
.toolTop{
    background-color: #fff;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    display: flex;
    align-items: center;
}

.layui-side{
    z-index: 999;top:60px;box-shadow: 3px 3px 5px #99999959;left: 0px;
}
.foot_info{
    position:absolute;bottom:-50px;left:0;z-index:1;text-align: center;margin-left: 230px;text-align: center;min-width: 1200px;
}

.item_name_div{
    line-height: 22px;height: 45px;margin: 3px;width: auto;
}
.item_img{
    width: 44px;
    min-width: 44px;
    max-height: 45px
}
#selected_date{
    padding: 6px;
    padding-left: 30px;
    border: 1px solid #999;
    border-radius: 15px;
    top:13px;
    right:135px !important;
}
#tongji{
    color:#F95E5A;
    top:21px;
    right: 305px !important;
}
#daily {
    right: 95px !important;
}
#weekly {
    right: 55px !important;
}
#monthly {
    right: 15px !important;
}


.layui-this>.tab_title_span {
    background-color: #F95E5A;
}

.tab_title_span {
    height: 35px;
    display: inline-block;
    line-height: 25px;
    padding: 5px 15px;
    border-radius: 12px;
}
.layui-this>.triangle {
    color: #F95E5A;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -7px;
    font-size: 25px;
}
.triangle {
    color: transparent;
    position: absolute;
    top: 33px;
    left: 50%;
    margin-left: -7px;
}

.layui-this {
    color: #fff!important;
}

#newMonitor{
    margin-top: 65px;
}
.content .layui-nav-item a{
    border-bottom: 3px solid transparent;
}
.content .layui-this a {
    color: #F95E5A !important;
    border-bottom: 3px solid #F95E5A;
}



.padding_l {
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left:30px;
    margin-right:30px;
    background-color: #fff;
    border-top: 1px solid transparent;
}
.quote,.padding_both{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.first_bg{
    background-color: #f6f9f6 ;
    padding-bottom: 15px !important;
}
.tablePar .top_type:nth-of-type(1) {
    margin-left: 0 !important;
}
.selectionType {
    left: 70px;
}
.streamSearch{
    background-color: #b8741a;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
}
.douyin_tab_title{
    font-size: 18px;
    color: #666;
    margin-left: 15px;
    margin-top: 20px;
    display: inline-block;
}
.span_level0,.show_tab,.anchor_nick{
    margin-top: 10px;
    padding: 10px 0 0 15px;
    color: #F95E5A;
    cursor: pointer;
}
.span_level0{
    color: #F95E5A !important;
}
.anchor_nick{
    padding:0;
}
.span_level1,.douyin_tab_title{
    font-size: 18px;
    color: #666;
}
.btn-danger {
    border-color: transparent;
}
xm-select > .xm-body .xm-search > i{
    left: 10px;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #f95e5a !important;
    background-color: #f95e5a !important;
    color: #fff;
}

.choice_active {
    color: #f95e5a !important;
}

/* stream3120：直播宝贝详情 — 收藏与下载同一行、右对齐、间距紧凑 */
.stream3122_header_actions {
    position: absolute;
    right: 15px;
    top: 3px;
    z-index: 200;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.stream3122_header_actions #mechanism {
    cursor: pointer;
}

/* stream3120：直播宝贝详情合并下载 + 悬停子菜单 */
.stream3122_download_wrap {
    display: flex;
}

/* 与 #mechanism 收藏按钮共用 .config_icon 尺寸，仅补充横向布局 */
.stream3122_download_wrap .stream3122_download_trigger.config_icon {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: border-box;
}

.stream3122_download_wrap .stream3122_download_caret {
    font-size: 10px;
    opacity: 0.75;
    margin-left: 2px;
}

/* 透明上边框 + 负 margin：消除按钮与菜单之间的「悬空洞」，鼠标移入选项时菜单不闪退 */
.stream3122_download_wrap .stream3122_download_menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: -10px;
    padding: 6px 0;
    min-width: 132px;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    border-top: 10px solid transparent;
    border-radius: 4px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.stream3122_download_wrap:hover .stream3122_download_menu {
    display: block;
}

.stream3122_download_menu .download3122_menu_item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    font-size: 12px;
    color: #222;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.4 !important;
    height: auto !important;
    border: none;
}

.stream3122_download_menu .download3122_menu_item:hover {
    background: #f0f0f0;
    color: #000;
}

.stream3122_download_menu .download3122_menu_item .icon-xiazai_excel {
    flex-shrink: 0;
}

.config_icon {
    font-size: 12px;
    padding: 3px 8px;
    border: 1px solid #999;
    border-radius: 5px;
    color: #666;
    line-height: 18px !important;
    height: 25px !important;
}
.config_icon span{
    font-size:12px;
}
.icon-shoucang11{
    color: #ffc107;
}
.icon-gongju{
    color:#b7003e;
}
.icon-xiazai_excel {
    color:#009688;
}
.icon-quxiaoshoucang{
    color: #ff9800;
}
.icon-genghuanzhuotai{
    color:#609dd3;
}
.compare {
    height: 30px;
    line-height: 20px;
}
.groupAll em {
    max-width: 600px;
    display: inline-block;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.groupAll button{
    display: flex;
    align-items: center;
    justify-content: center;
}
.groupAll ul li:first-child{
    display: none;
}
.groupAll .dropdown-menu>li a{
    width:100%;
}
.cover_div{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    text-align: center;
    border: 1px solid #999;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#666;
}

.configModel{
    position:absolute;top:42px;width: 215px;border: 1px solid #ccc;padding: 5px 0;z-index: 112;background-color: #fff;font-size: 12px;
    border-radius: 3px;
}
.configTools .btn{
    height: 25px;
    padding: 0px 12px!important;
    line-height: 25px;
    font-size:12px;
}
.configList{
    display: flex;border: 1px solid #e6e6e6; margin: 10px;padding: 0 5px;height: 30px;line-height: 30px;
    border-radius: 3px;
}
.config_right{
    line-height: 0;
    text-align: right;width: 50%;
    color: #2196F3;
}
.config_left{
    text-align: left;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.configTitle{
    font-size: 12px;
    line-height: 18px;
    display: flex;padding: 5px 16px 10px;border-bottom: 1px solid #e6e6e6
}

.colSettingForm{
    overflow-y: scroll;
    max-height: 420px;
}

.colSettingForm::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
}

.colSettingForm::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 4px;
    background: #ccc;
}

.colSettingForm::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    background: #EDEDED;
}
.toolBtnLeft{
    background-color: #2196F3;
    color: #fff;
}
.toolBtnLeft:hover, .toolBtnLeft:active, .toolBtnLeft:focus{
    color: #fff;
}
.toolBtnRight{
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333;
}
.toolLeft{
    width: 50%;
    text-align: left;
}
.toolRight{
    text-align: right;
    width: 50%;
}
.configTools{
    padding: 10px 5px 5px;
    display: flex;
    border-top:1px solid #e6e6e6;
}
.layui-form-switch{
    margin-top: 3px!important;
}
.layui-form-onswitch {
    border-color: #2196F3;
    background-color: #2196F3;
}
.layui-form-onswitch.layui-disabled{
    border-color: #2196F3!important;
    background-color: #2196F3;
}
.layui-form-switch i{
    top: 2px;
}

.explain_span{
    position: absolute;
    right:15px;
    top:10px;
    line-height:40px;
    cursor: pointer;
    font-size: 12px;
}
.explain_div{
    position: absolute;
    right:0px;
    top:80%;
    width:385px;
    height:305px;
    font-size: 12px;
    background:#fff;
    border:1px solid #efefef;
    overflow: auto;
}
.explain_main{
    margin: 5px 0;
    padding:10px 20px 20px;
}
.more_p{
    margin:10px 0 5px;
    font-weight: bold;
}
.explain_span,.more_div{
    color:#666;
}
.avater_img{
    height: 44px;
    width: 44px;
    margin-right: 10px;
    border-radius: 50%;
}
.canboDetail img{
    height: 44px;
    width: 44px;
    border-radius: 50%;
}
.canboDetail{
    font-size: 16px;
    padding: 10px 0px;
    line-height: 44px;
}
.canboDetail span{
    margin-left: 10px;
}

.upCb{
    height: 22px;
    line-height: 22px;
}
.downCb{
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}
.downloadCb, .closeCb{
    height: 30px;
    display: inline-block;
    cursor: pointer;
    background-color: #3385ff;
    text-align: center;
    width: 80px;
    line-height: 30px;
    color: #fff;
    float: right;
    border-radius: 8px;
    margin-left: 10px;
    border: 1px solid #3385ff;
}
.closeCb{
    background-color: #d6d6d6;
    border: 1px solid #d6d6d6;
}
.closeCb:hover{
    background-color: #a9c1e4;
    border: 1px solid #a9c1e4;
}
.downloadCb:hover{
    background-color: #336aff;
}

.rise{
    color: #F95E5A;
}

.decline{
    color: green;
}
xm-select > .xm-tips{
    color: rgb(102, 102, 102) !important;
    padding:0 10px 0 20px !important
}
xm-select > .xm-body .xm-toolbar{
    margin:-5px 0 0 !important;
}