@charset "utf-8";
[v-cloak]{
    display: none;
}
body,div,hr,p,blockquote,ul,ol,li,table,tbody,tr,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend,a{
    font-size:12px;
    font-weight:normal;
    margin:0;
    padding:0;
    font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
    border: none;
}
body{
    width: 100%;
    height: 100%;
    color:#515151;
    background: #c6c6c6;
}
*{
    box-sizing:border-box;
}
html {
    width: 100%;
    height: 100%;
    overflow-y:auto!important;
    *overflow-y:scroll;    
}
::-webkit-scrollbar
{
    width: 5px;
    height: 12px;
    background-color: #f5f5f5;
    cursor: pointer;
}
 
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
    border-radius: 12px;
    background-color: #F5F5F5;
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.9);
}
 
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
    border-radius: 12px;
    background-color: #555;
}

a{
    text-decoration: none;
    color:#000;
}
a:hover{
    color:#009688;
    text-decoration: none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
    table-layout: fixed;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration:none;
}
.ajax-loading{
    position: fixed;
    width: 64px;
    height: 64px;
    z-index: 9999999;
    top:50%;
    left:50%;
    margin-top: -18px;
    margin-left: -18px;
}
.ajax-loading img{
    vertical-align: middle;
}
button:disabled{
    /* pointer-events: none; */
    cursor: no-drop;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
span.isToday{
    color: #f00;
}
.u-input {
    border-top:1px solid #848484;
    border-left:1px solid #848484;
    border-right:1px solid #E0E0E0;
    border-bottom:1px solid #E0E0E0;
    text-indent:5px;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clearfix {
    *zoom:1;
    *clear:both;
}
.clearfix:after{
    display:block;
    clear:both;
    content:".";
    visibility:hidden;
    overflow: hidden;
    height:0;
}
ul,ol,li{
    list-style:none;
    margin:0;
    padding:0;
}
.is_today{
    color:#f00;
}
.tag_color_t {
    color: #6699ff;
}
.tag_color_m{
	color: #999
}
.three_span{
  color: #333333;
}
.tag_color_b{
    color: #6699ff;
    cursor: pointer;
    text-decoration: underline;
}
.tag_color_l , .red{
    color: #FF0000;
}
.tag_color_z , .green{
    color:#67C23A;
}
.tag_color_a{
    color: #ea00ff;
}
.tag_color_u{
    color: #3366CC;
}
.tag_color_k {
    color: #0000ff;
}
.tag_color_p {
    color: #008000;
}
.tag_color_h{
    color:#f60;
}
.tag_color_w{
  color:#F56C6C;
}
.tag_color_d{
  color:#008000;
}
.tag_color_brown{
	color:#CC6600;
}
.tag_color_green{
	color:#006600;
}
.tag_color_pink{
	color: #f87c92;
}
.tag_color_pink:hover{
	color:#f45974;
}
.text_link:hover{
	text-decoration: underline;
	cursor: pointer;
}
.six_span{
  color: #666;
}
.seven_span{
  color: #7c7c7c;
}
.pointer{
	cursor: pointer;
}
.tag_underline{
	text-decoration: underline;
	cursor: pointer;
}
.bold{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
.raw_link{
  cursor:pointer;
  color: #666;
}
.raw_link:hover{
  color: #0033ff;
  text-decoration:underline;
}
/* container */
#app{
    width: 100%;
    height: 100%;
}
.el-container{
    width: 100%;
    height: 100%;
}
.page-container{
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 0;
}
.el-container-header{
    position: fixed;
    width: 100%;
    height: 50px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #8A1A10;
    z-index: 1000;
    color: #fff;
}
.el-container-aside{
    width: 180px;
    overflow-x: hidden;
    position: fixed;
    left: 5px;
    top: 55px;
    bottom:0;
    z-index: 999;
}
.el-container-main{
    overflow-x: hidden;
    width: 100%;
    margin-left: 190px;
    margin-top: 55px;
    padding-top: 40px;
    padding-bottom: 15px;
    background: #fff;
}

/* element-ui覆盖 */
.el-input__inner {
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    border-color: #bfc2ca;
}
.el-input.disable .el-input__inner{
    background: #f0f0f0;
    color: #ababab;
    border-color: #cbcbcb;
    cursor: no-drop;
}
.el-input-group__append, .el-input-group__prepend{
    border-color: #bfc2ca;
}
.el-form-item__content{
    line-height: 32px;
}
.el-form-item__label {
    line-height: 32px; 
    font-size: 12px;   
    color:#888;
}
.el-input__icon{
    line-height: 32px;  
}
.el-checkbox__label{
    line-height: 32px;
}
.el-form-item.submit-item{
    margin-top: 10px;
}
.el-date-editor .el-range-input, .el-date-editor .el-range-separator{
    height: unset;
    font-size: 12px;
}
.el-date-editor .el-range-input{
    width: 35%;
}
.el-date-editor .el-range-separator{
    width: 12%;
}
.el-input__icon{
    height: unset;
}
.el-dialog__body{
    padding: 0 0 10px 0;
}
.el-dialog__headerbtn .el-dialog__close{
    font-size: 20px;
}
.el-dialog__title {
    font-size: 15px;
    /* font-weight: bold; */
}
.el-dialog{
    border-radius: 3px;
}
.el-dialog__header {
    padding: 10px 10px 10px 18px;
    border: 1px solid #dedede;
    background: #f5f5f5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.el-dialog__headerbtn{
    top: 13px;
    right: 13px;
}
.el-dialog .dialog-form{
    padding: 20px 0 30px 0;
}
.el-dialog .el-input__inner {
    height: 30px;
    line-height: 30px;
}
.el-dialog .el-input__inner, .el-dialog .el-select .el-input__inner, .el-dialog .el-textarea__inner{
    border: 1px solid #b3b3b3;
    border-radius: 0;
}
.el-dialog .submit-item .el-button{
    font-size: 12px;
}
.el-color-picker{
    width: 100%;
    height: 32px;
}
.el-color-picker__trigger{
    width: 100%;
    height: 32px;
    border:none
}
.el-color-picker__trigger{
    padding: 0;
}

.el-transfer-panel .el-transfer-panel__header{
    height: 32px;
    line-height: 32px;
}

.tox.tox-tinymce.tox-fullscreen{
    z-index: 9999!important;
}
.tox-fullscreen .tox-dialog-wrap{
    z-index: 10000!important;
}
.tox-fullscreen .tox :not(svg):not(rect){
    z-index: 10000!important;
}
/* header */
.system-header .system-logo{
    width: 240px;
    float: left;
}
.system-header .system-logo a{
    display: block;
    width: 240px;
    height: 50px;
    color: #fff;
    position: relative;
	background: url('../img/logo_header.png') no-repeat 10px center;
}
.system-header .system-banner{
    float: left;
}
.system-header .system-account{
    color: #fff;
    float: right;
    padding-right: 15px;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.system-header .system-account .uname span{
    font-weight: bold;
    font-size: 13px;
    margin-right: 3px;
}
.system-header .system-account .uname a{
    color: #fff;
    text-decoration: underline;
    margin-left: 10px;
}
.system-banner ul{
	margin-left: 40px;
}
.system-banner li.menu-item{
    float: left;
    min-width: 80px;
    height: 50px;
    line-height: 50px;
    position: relative;
}
.system-banner li.menu-item a{
    display: block;
    width: auto;
	padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.system-banner li.menu-item a:hover{
	background: #a9271c;
}
.system-banner li.menu-item.active a{
	font-weight: bold;
	background: #C72E21;
}

.system-account .el-dropdown{
    float: right;
    height: 30px;    
    margin-top: 10px;
    margin-right: 10px;
    color: rgba(255,255,255,.7);
}
.system-account .el-dropdown:hover{
    color:#fff;
}
.system-account .el-dropdown .el-dropdown-link{
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.system-account .el-dropdown .el-dropdown-link img{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    cursor: pointer;
    vertical-align: top;
    margin-top: 3px;
}
.system-account .el-dropdown .el-dropdown-link span{
    display: inline-block;
    max-width: 80px;
    line-height: 30px;
    vertical-align: bottom;
    margin:0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.system-header .system-appeal{
    float: right;
    padding-right: 50px;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}
.system-header .system-appeal .item{
	color: #FFFF00;
	cursor: pointer;
	text-decoration: underline;
	margin-left:20px;
}
.system-header .system-appeal .num{
	color:#4DE61F;
}
/* Aside */
#Aside .el-menu{
    background-color: #c6c6c6;
    height: calc(100% - 50px);
    width: 180px;
    border-right: 0 none;
}
#Aside .el-menu .el-submenu{
    width: 180px;
}
#Aside .el-menu .el-submenu,
#Aside .el-menu .menu-aside-menu-item{
    margin-bottom: 3px;
}
#Aside .el-menu .el-submenu .el-submenu__title{
    height: 40px;
    line-height: 40px;
    background: #F3F3F3;
    color: #000;
    padding: 0 10px 0 13px!important;
}
#Aside .el-menu .el-submenu .el-submenu__title span{
    font-size: 14px;
    font-weight: 700;
}
#Aside .el-menu .el-submenu.is-opened .el-submenu__title{
    color: #000;
    background: #F3F3F3;
}
#Aside .el-menu .el-submenu .el-menu-item-group__title{
    padding: 0 !important;
}
#Aside .el-menu-item {
    height: 40px;
    line-height: 40px;
    background: #F3F3F3;
}
#Aside .el-menu-item a{
    font-size: 14px;
}
#Aside .el-submenu .el-menu-item{
    min-width: 172px;
    padding: 0 7px 0 14px!important;
    background: #fff;
}
#Aside .el-submenu .el-menu-item a{
    height: 40px;
    line-height: 40px;
    color: #030000;
    font-size: 13px;
    display: inline-block;
}
#Aside .el-submenu .el-menu-item i{
    font-size: 9px;
    width: 10px;
    color: #B2B2B2;
    font-weight: bold;
}
#Aside .el-submenu .el-menu-item:hover{
    background: #fff;
}
#Aside .el-submenu .el-menu-item:hover a, #Aside .el-submenu .el-menu-item:hover i{
    color:#b22200;
}
#Aside .el-submenu .el-menu-item.active{
    background: #FFE3DE;
}
#Aside .el-submenu .el-menu-item.active a{
    color: #a82000;
	font-weight: bold;
}
#Aside .el-submenu .el-menu-item.active i{
    color: #E46836;
}
#Aside .el-menu .menu-aside-menu-item{
    padding: 0 10px 0 13px!important;
}
#Aside .el-menu .menu-aside-menu-item a{
    font-weight: 700;
    display: inline-block;
    width: 100%;
    height: 100%;
}
#Aside .el-menu .menu-aside-menu-item:hover{
    background: #F3F3F3;
}
#Aside .el-menu .menu-aside-menu-item:hover a{
    color:#b22200;
}
#Aside .el-menu .menu-aside-menu-item.warning{
    display: none;
}
#Aside .el-menu .menu-aside-menu-item.warning a{
    background-color: #ff0;
    color:#f00;
}
#Aside .el-menu .menu-aside-menu-item.active{
    background: #FFE3DE;
}
#Aside .el-menu .menu-aside-menu-item.active a{
    color: #a82000;
	font-weight: bold;
}
#Aside .el-menu.el-menu--inline{
    background-color: #DBE2F4;
}
#Aside .el-menu .el-submenu__title i{
    color: #BABABA;
    font-size: 14px;
}
#Aside .el-menu .is-opened .el-submenu__title i{
    color: #BABABA;
}
.main-breadcrumb,
.el-container-main .el-breadcrumb{
    height: 40px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #cbcbcb;
    line-height: 40px;
    padding: 0 20px;
    position: fixed;
    top: 55px;
    left: 190px;
    right: 0;
    width: 100%;
    z-index: 1000;
	font-size: 12px;
}
.main-breadcrumb span,
.main-breadcrumb a{
   
}
.main-breadcrumb span.separator{
    margin: 0  9px;
    color:#c0c0c0;
}
.main-breadcrumb span.active{
    font-weight: bold;
}
/*列表样式*/
.layui-table td, .layui-table th{
    padding: 8px 10px;
}
.layui-table td.center, .layui-table th.center{
    text-align: center;
}
.list-content{
    background: #fff;
    margin: 15px 15px 5px;
}
.list-content-label{
    line-height: 26px;
    margin-bottom: 15px;
}
.list-content-label .action-button{
    float: left;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.list-content-label .el-radio-button{
    margin-left: 0;
}
.list-content-label .el-radio-button--small .el-radio-button__inner {
    border-radius: 0!important;
    padding: 8px 14px;
    margin-right: 10px;
    border-left: 1px solid #DCDFE6;
	box-shadow: none;
}
.list-content-label .hotgame-radio-group .el-radio-button--small .el-radio-button__inner{
    margin-bottom: 10px;
}
.list-content-label .el-radio-button__orig-radio:checked+.el-radio-button__inner{
	background:#c12828;
	border-color:#c12828;
	color:#fff;
}
.list-content-label .el-radio-button__inner:hover{
	color:#c12828;
}
.list-content-label .el-select{
    width: 180px;
}
.list-content-label .el-button{
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 2px;
    vertical-align: top;
    font-size: 12px;
}
.list-content-label .action-button .el-input, .list-content-label .action-button .el-select, .list-content-label .action-button .el-date-editor{
    margin-right: 10px;
    vertical-align: top;
}
.searchForm{
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list-content-label .searchForm .el-select,
.list-content-label .searchForm .keyword,
.list-content-label .searchForm .el-date-editor
{
    margin-right: 10px;
}
.list-content-label label{
    line-height: 30px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    font-size: 14px;
    color:#4e4e4e;
}

.list-content-label .keyword{
    width: 180px;
}
.list-content-label .el-date-editor
{
    width: 265px;
}

.list-content-label .search-button .layui-btn{
    vertical-align: top;
}
.list-content-label .el-input__inner
{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.el-picker-panel__shortcut{
    
}
.list-content-label .el-button--primary:not(.is-plain), .edit-form-label .el-button--primary, .submit-item .el-button--primary, .el-form-item .el-button--primary{
	background:#c12828;
	border-color:#c12828;
}

/* 列表样式 */
.list-content-table .list-data-count{
    height: 32px;
    margin-bottom: 10px; 
    background: #f2f2f2;
}
.list-content-table .list-data-count .el-button-group{
    float: left;
    padding-right: 15px;
    background: #fff;
}
.list-content-table .list-data-count .count-data{
    float: right;
    text-align: right;
    font-size: 14px;
    line-height: 32px;
}
.list-content-table .list-data-count .count-data label{
    margin: 0 10px;
}
.list-content-table .list-data-count .count-data label span{
    font-weight: bold;    
}
.list-content-table .el-button-group .el-button{
    padding: 0 15px;
    line-height: 30px;
}
.el-table thead th{
    background: #f5f5f5;
    padding:0;
    height: 35px;
    line-height: 35px;
}
.el-table td{
    padding:0;
    line-height: 35px;
}
.el-table td .el-button--mini{
    padding: 0 10px;
    height: 22px;
    border-radius: 2px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0 3px;
}
.el-table td .el-tag--small{
    height: 22px;
    line-height: 20px;
    border-radius: 2px;
}
.el-table td span.actbutton,
.el-table td a.actbutton{
    padding: 0 10px;
    height: 22px;
    border-radius: 2px;
    line-height: 20px;
    color: #606266;
    background: #fff;
    border:1px solid #dcdfe6;
    vertical-align: middle;
    margin: 0 3px;
    cursor: pointer;
}
.el-table td a.actbutton:before{
    margin-right: 5px;        
}
.el-table td a.actbutton:hover{
    background: #fff;
    color:#409eff;
    border-color:#409eff;
}
.el-table td a.actbutton.info{
    color:#909399;
    background:#f4f4f5;
    border-color:#d3d4d6;
}
.el-table td a.actbutton.info:hover{
    color:#fff;
    background:#909399;
    border-color:#909399;
}
.el-table td a.actbutton.primary{
    color:#409eff;
    background:#ecf5ff;
    border-color:#b3d8ff;
}
.el-table td a.actbutton.primary:hover{
    color:#fff;
    background:#409eff;
    border-color:#409eff;
}
.el-table td a.actbutton.success{
    color:#67c23a;
    background:#f0f9eb;
    border-color:#c2e7b0;
}
.el-table td a.actbutton.success:hover{
    color:#fff;
    background:#67c23a;
    border-color:#67c23a;
}
.el-table td a.actbutton.warning{
    color:#e6a23c;
    background:#fdf6ec;
    border-color:#f5dab1;
}
.el-table td a.actbutton.warning:hover{
    color:#fff;
    background:#e6a23c;
    border-color:#e6a23c;
}
.el-table td a.actbutton.danger{
    color:#f56c6c;
    background:#fef0f0;
    border-color:#fbc4c4;
}
.el-table td a.actbutton.danger:hover{
    color:#fff;
    background:#f56c6c;
    border-color:#f56c6c;
}
.el-table td span.change-sort input{
    width: 160px;
    text-align: center;
    height: 26px;
    line-height: 24px;
}
.el-table .cell{
    padding: 5px 10px;
    line-height: 20px;
}
.el-table .cell{
    
}
.el-table .cell span.vip_level{
    display: inline-block;
    margin-left: 8px;
    display: inline-block;
    vertical-align: top;
    width: 36px;
    height: 16px;
    line-height: 16px;
    background-image: url(/static/common/images/vip_level.png);
    background-repeat: no-repeat;
    margin-top: 2px;
}
.el-table .cell span.vip_level.level_1{background-position:0 -20px;}
.el-table .cell span.vip_level.level_2{background-position:0 -40px;}
.el-table .cell span.vip_level.level_3{background-position:0 -60px;}
.el-table .cell span.vip_level.level_4{background-position:0 -80px;}
.el-table .cell span.vip_level.level_5{background-position:0 -100px;}
.el-table .cell span.vip_level.level_6{background-position:0 -120px;}
.el-table .cell span.vip_level.level_7{background-position:0 -140px;}
.el-table .cell span.vip_level.level_8{background-position:0 -160px;}
.el-table .cell span.vip_level.level_9{background-position:0 -180px;}
.el-table .cell span.vip_level.level_10{background-position:0 -200px;}
.el-table .list-table-summaries{
    border: 1px solid #EBEEF5;
    line-height: 35px;
    text-align: left;
    background: #f5f7fa;
    padding-left: 10px;
    color:#606266;
}
.el-table .list-table-summaries label{
    margin-right: 15px;
}
.el-table .list-table-summaries label span{
    color:#0056d6;
    margin: 0 5px;
}
.el-table .sort-input{
    width: 50%;
}
.el-table .sort-input .el-input__inner{
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.el-table .bind-channel-btn {
    width: 16px;
    height: 16px;
    background: url(../img/link_ico.png) center center no-repeat;
    display: inline-block;
    vertical-align: sub;
    margin-left: 10px;
    cursor: pointer;
}
.mobile-ico{
	width: 14px;
	height: 14px;
	background: url(../img/mobile.png) center center no-repeat;
	display: inline-block;
	vertical-align: sub;
	margin-left: 5px;
	cursor: pointer;
}
.qq-ico{
    width: 14px;
    height: 14px;
    background: url(../img/qq_ico.png) center center no-repeat;
	display: inline-block;
    vertical-align: sub;
    margin-left: 5px;
    cursor: pointer;
}
.tan-ico{
	width: 16px;
	height: 16px;
	background: url(../img/tan_ico.png) no-repeat;
	display: inline-block;
	vertical-align: sub;
	margin-right: 5px;
	cursor: pointer;
}
.tan-ico:hover{
	background-position: -16px 0;
}
.interior{
    width: 14px;
    height: 15px;
    line-height: 15px;
    background: #2C4FB4;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}
.interior_outer{
    width: 14px;
    height: 15px;
    line-height: 15px;
    background: #0ea513;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}
.face_ico{
	width: 16px;
	height: 16px;
	background: url(../img/face_ico.png) center center no-repeat;
	display: inline-block;
	vertical-align: sub;
	margin-left: 5px;
}
.el-table .chongzhi_ico{
	width: 14px;
	height: 14px;
	background: url(../img/money_ico.png) center center no-repeat;
	display: inline-block;
	vertical-align: sub;
	margin-left: 5px;
}
.el-table .add-ico-btn{
	width: 16px;
	height: 16px;
	background: url(../img/add_ico.png) center center no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	cursor: pointer;
}
.el-table .caret-wrapper{
    height: 22px;
}
.el-table .sort-caret.ascending{
    top: 0;
}
.el-table .sort-caret.descending {
    bottom: 0;
}
.el-table .operate-btn i{
    font-size: 22px;
    color: #828282;
    margin: 0 2px;
    vertical-align: middle;
    cursor: pointer;
}
.el-table .operate-btn i.add-staff-btn{
    background: url(../img/add_staff_btn.png) center center no-repeat;
    display: inline-block;
    width: 18px;
    height: 20px;
}
.el-table .operate-btn i.el-icon-delete{
    font-size: 20px;
}
.el-table .operate-btn .login-key-btn{
	background: url(../img/login_key_btn.png) center center no-repeat;
	display: inline-block;
	width: 20px;
	height: 20px;
}
.el-table .operate-btn .enter-btn{
	background: url(../img/open_ico.png) center center no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
}
.el-table .edit-input{
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-table .edit-input .el-input {
    width: 40px;
    margin-right: 8px;
}
.el-table .edit-input .el-input .el-input__inner {
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    font-size: 12px;
    border-radius: 0;
}
.el-table .edit-input .el-button {
    padding: 0 8px;
    height: 20px;
    line-height: 18px;
}

.list-breadcrumb{
    line-height: 30px;
    margin-bottom: 15px;
    background-color: #fff1e6;
    border-radius: 2px;
    text-indent: 10px;
    color: #666;
}
.list-breadcrumb span,
.list-breadcrumb a{
    margin: 0 5px;
    color:#222;
}
.v-tabs__header{
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e4e7ed;
}
.v-tabs__nav-scroll{
    overflow: hidden;
    margin-bottom: -1px;
    position: relative;
    display: flex;
}
.v-tabs__nav{
    border-bottom: none;
    box-sizing: border-box;
}
.v-tabs__nav .v-tabs__item{
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.v-tabs__nav .v-tabs__item:hover{
    color: #409eff;
}
.v-tabs__nav .is-active{
  color: #409eff;
  border-bottom-color: #fff;
  border: 1px solid #e4e7ed;
  border-bottom: 1px solid #fff;
  border-radius: 4px 4px 0 0;
}

/* 翻页 */
.list-content-pager{
    margin-top: 15px;
}
.list-content-pager .list-pager-button{
    text-align: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.list-content-pager .list-pager-button .el-checkbox.is-bordered{
	padding: 0 12px 0 10px;
	height: 30px;
}
.list-content-pager .list-pager-button .el-checkbox.is-bordered .el-checkbox__input{
	height: 18px;
}
.list-content-pager .list-pager-button .el-checkbox.is-bordered .el-checkbox__label{
	font-size: 13px;
	line-height: 28px;
	padding-left: 6px;
}
.list-content-pager .list-pager-button .el-checkbox.is-bordered:hover{
	color: #409eff;
	border-color: #c6e2ff;
	background-color: #ecf5ff
}
.list-content-pager .list-pagination{
    text-align: right;
}
.list-pagination,
.list-table-tongji{
    height: 30px;
}
.list-table-tongji span{
    margin: 0 10px;
    font-size: 13px;
}
.list-pagination .el-pagination{
    padding: 0 5px;
}
.list-pagination .el-pagination button, .el-pagination span:not([class*=suffix]),
.el-pagination__editor.el-input .el-input__inner,
.el-pager li,
.el-input--mini .el-input__inner
{
    height: 30px;
    line-height: 30px;
}
.list-pagination .el-pagination.is-background .el-pager li:not(.disabled):hover{
	color:#c12828;
}
.list-pagination .el-pagination.is-background .el-pager li:not(.disabled).active{
	background:#c12828;
	color:#fff;
}
.list-pager-button button{
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    border-radius: 3px;
    vertical-align: top;
}
.list-pager-button .el-select{
    margin-right: 10px;
    vertical-align: top;
}
.list-pager-button .el-input-group{
    margin-right: 10px;
    vertical-align: top;
}
.list-pager-button .el-input el-input-group__append {
    line-height: 28px;
}
.list-pager-button .el-input__inner{
    height: 30px;
    line-height: 30px;
}
/*表单编辑样式*/
.detail-edit-form{
    background: #fff;
    padding: 15px;
}
.detail-edit-form .el-form-item.text{
    margin-bottom: 0;
}
.detail-edit-form .el-form.min-form{
    width: 70%;
    min-width: 800px;
}
.detail-edit-form .el-form .el-cascader,
.detail-edit-form .el-form .el-select{
    width: 100%;
}
.detail-edit-form .edit-form-label{
    line-height: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    text-indent: 20px;
}
/* .detail-edit-form .edit-form-label span{
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 15px;
    font-size: 14px;
    min-width: 150px;
    color: #333;
    background-color: #e1e3e6;
    border-right: 1px solid #fff;
    cursor: pointer;
}
.detail-edit-form .edit-form-label span.active{
    background-color: #f56c6c;
    color: #fff;
} */
.detail-edit-form .el-form-item__label{
    padding-right: 15px;
}
.detail-edit-form .edit-form-label .el-button,
.detail-edit-form .edit-form-label .actbutton{
    float: right;
    height: 30px;
    line-height: 30px;
    padding:0 20px;
}
.detail-edit-form .edit-form-label .actbutton{
    color:#fff;
    background:#909399;
    border-color:#909399;
    text-align: center;
    border-radius: 3px;
    text-indent: 0;
}
.detail-edit-form .edit-form-label .actbutton:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-decoration:none;
}
.detail-edit-form .edit-form-label .actbutton.primary{    
    background:#409eff;
    border-color:#409eff;
}
.detail-edit-form .edit-form-label .actbutton.success{
    background:#67c23a;
    border-color:#67c23a;
}
.detail-edit-form .edit-form-label .actbutton.warning{
    background:#e6a23c;
    border-color:#e6a23c;
}
.detail-edit-form .edit-form-label .actbutton.danger{    
    background:#f56c6c;
    border-color:#f56c6c;
}
.layui-input-date{
    text-indent: 25px;
    background: url('../images/icon.png') 5px center no-repeat;
    cursor: pointer;
}
.detail-edit-form .edit-form-tabs .el-tabs__header{
    background: #eee;
}
.detail-edit-form .edit-form-tabs .el-tabs__nav-wrap::after,
.detail-edit-form .edit-form-tabs .el-tabs__active-bar{
    height: 0;
}
.detail-edit-form .edit-form-tabs .el-tabs__item{
    background: #c5c5c5;
    color: #555;
    margin-right: 1px;
    min-width: 150px;
    text-align: center;
}
.detail-edit-form .edit-form-tabs .el-tabs__item:hover{
    color:#000;
    background: #b3b3b3;
}
.detail-edit-form .edit-form-tabs .el-tabs__item.is-active{
    background: #f55555;
    color: #fff;
}
.detail-edit-form .edit-form-tabs .el-tabs__nav .el-tabs__item.is-top:nth-child(2) {
    padding-left: 20px!important;
}
.detail-edit-form .edit-form-tabs .el-tabs__nav .el-tabs__item.is-top:last-child {
    padding-right: 20px!important;
}
.detail-edit-form .edit-form-tabs .el-tab-pane{
    padding: 20px 20px 0 20px;
}
.detail-edit-form .el-checkbox-group{
    padding:0;
}

.detail-edit-form .min-form-detail{
	padding: 5px 0;
}
.detail-edit-form .min-form-detail .item-tips{
	margin-left:10px;
}
.detail-edit-form .min-form-detail .el-input,.detail-edit-form .min-form-detail .el-select{
	width:400px;
}
.detail-edit-form .min-form-detail .verify_mobile_tips{
	color: #009f12;
	margin-left: 10px;
}
.detail-edit-form .min-form-detail .verify_mobile_tips i{
	margin-right: 5px;
	font-size: 16px;
}
.detail-edit-form .min-form-detail .getcode-btn{
	width: 100px;
	border-radius: 0;
	padding: 0;
	position: absolute;
	top:0;
	left:300px;
	height:32px;
	line-height: 32px;
}

.dialog-form{
    width: 100%;
}
.dialog-table{
    overflow: auto;
    max-height: 600px;
    min-height: 300px;
}
.cell-button{
    position: relative;
}
.cell-button .buttons
{
    width: 22px;
    height: 22px;
    padding: 0;
    top: 0;
    right: 0;
    position: absolute;
}
.cell-button .buttons i{
    font-size: 13px;
}
.cell-button .none{
    color:#666;
}
/* 图片上传 */
.multiple-upload-pic{
    position: relative;
}
.multiple-upload-pic .upload-pic-dom{
    position: relative;
    float: left;
    width: 80px;
    margin-right: 10px;
}
.multiple-upload-pic .upload-pic-dom img.view-image{
    border:1px dashed #dedede;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    vertical-align: middle;
}
.multiple-upload-pic .upload-pic-dom .upload-pic-list-actions{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: rgba(0,0,0,.45);
    border-radius: 5px;
    opacity: 0;
    z-index: 99;
    transition: opacity .3s;
}
.multiple-upload-pic .upload-pic-dom .upload-pic-list-view , .multiple-upload-pic .upload-pic-dom .upload-pic-list-remove{
    margin: 0 2px;
    cursor: pointer;
}
.multiple-upload-pic .upload-pic-dom .upload-pic-list-view a{
	color: #fff;
	font-size: 18px;
}
.multiple-upload-pic .upload-pic-dom .upload-pic-list-actions:hover{
    opacity: 1;
}
.multiple-upload-pic .upload-pic-dom .pic-change{
    margin-top: 10px;
}
.multiple-upload-pic .upload-pic-dom .pic-change .el-input__inner{
    padding: 0 0 0 8px;
    font-size: 13px;
}
.multiple-upload-pic .upload-pic-btn{
    float: left;
    width: 80px;
    position: relative;
    margin-right: 10px;
}
.multiple-upload-pic .upload-pic-btn .el-upload--text{
    width: 80px;
    height: 80px;
    border:1px dashed #dedede;
    background-color: #f5f5f5;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 27px;
    color: #c4c4c4;
    position: relative;
}
.multiple-upload-pic .upload-pic-btn .el-upload--text i{
    line-height: 80px;
    font-size: 27px;
}
.multiple-upload-pic .upload-pic-btn .el-upload--text .view-image{
    width: 78px;
    height: 78px;
    border-radius: 5px;
    vertical-align: middle;
}
.multiple-upload-pic .upload-pic-btn .el-upload--text:hover{
    border-color: #ddd;
    background-color: #fff;
}
.multiple-upload-pic .el-dialog__wrapper{
    text-align: center;
}
.multiple-upload-pic .el-dialog__wrapper .el-dialog{
    display: inline-block;
    min-width: 300px;
    width: auto;
    margin-top: 50px!important;
    border-radius: 2px;
}
.multiple-upload-pic .el-dialog__wrapper .el-dialog__header {
    height: 40px;
    padding: 0;
    background-color: #4962a7;
    border-radius: 2px;
    border: 0 none;
}
.multiple-upload-pic .el-dialog__wrapper .el-dialog__close::before{
    color: #fff;
}
.multiple-upload-pic .el-dialog__wrapper .el-dialog__body img{
    max-height: 600px;
}
.multiple-upload-pic .upload-size{
    width: 80px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.multiple-upload-pic.has-size .el-upload--text i{
    line-height: 60px!important;
}
.upload-tips{
    float: left;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    line-height: 20px;
    padding-bottom: 4px;
    color: #bbb;
}
/* 上传音视频 */
.multiple-upload-video{
  position: relative;
}
.multiple-upload-video .upload-video-dom{
    position: relative;
    float: left;
    margin-right: 10px;
}
.multiple-upload-video .upload-video-dom .upload-avatar-list-actions{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 120px;
    line-height: 120px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: rgba(0,0,0,.45);
    opacity: 0;
    z-index: 99;
    transition: opacity .3s;
    border-radius: 5px;
}
.multiple-upload-video .upload-video-dom .upload-avatar-list-view , .multiple-upload-video .upload-video-dom .upload-avatar-list-remove{
    margin: 0 2px;
    cursor: pointer;
}
.multiple-upload-video .upload-video-dom .upload-avatar-list-actions:hover{
    opacity: 1;
}
.multiple-upload-video .upload-video-dom .video-avatar{
	border:1px dashed #dedede;
	width: 120px;
	height: 120px;
	vertical-align: middle;
	border-radius: 5px;
}
.multiple-upload-video .upload-video-dom .video-avatar video, .multiple-upload-video .upload-video-dom .video-avatar audio{
    width:100%;
    height: 100%;
}
.multiple-upload-video .upload-avatar-btn{
    float: left;
    width: 120px;
    height: 120px;
    position: relative;
    margin-right: 10px;
}
.multiple-upload-video .upload-avatar-btn .el-upload--text{
    width: 120px;
    height: 120px;
    border:1px dashed #dedede;
    background-color: #f5f5f5;
    cursor: pointer;
    text-align: center;
    font-size: 27px;
    color: #c4c4c4;
    position: relative;
    border-radius: 5px;
}
.multiple-upload-video .upload-avatar-btn .el-upload--text i{
    line-height: 120px;
}
.multiple-upload-video .upload-avatar-btn .el-upload--text .avatar-uploader-tip{
    font-size:14px;
    display: none;
    vertical-align: top;
}
.multiple-upload-video .upload-avatar-btn .el-upload--text:hover{
    border-color: #ddd;
    background-color: #fff;
}
.multiple-upload-video .upload-tips {
    height: 120px;
}
.multiple-upload-video.audio-upload-box .upload-avatar-list-actions{
    height:30px;
    line-height: 30px;
}
.multiple-upload-video.audio-upload-box .video-avatar{
    border:0;
    width:150px;
    height:30px;
}
.multiple-upload-video.audio-upload-box .upload-avatar-btn{
    width:150px;
    height:30px;
}
.multiple-upload-video.audio-upload-box .el-upload--text{
    width:150px;
    height:30px;
    font-size:20px;
}
.multiple-upload-video.audio-upload-box .el-upload--text i{
    line-height: 30px;
    vertical-align: top;
}
.multiple-upload-video.audio-upload-box .el-upload--text.avatar-uploader-tip{
    display: inline-block;
}
.multiple-upload-video.audio-upload-box .el-upload--text.el-progress{
    display: none;
}
.multiple-upload-video.audio-upload-box .upload-size{
    display: none;
}

/* 编辑器样式 */
.tinymce-container .tox-tinymce{
    border: 1px solid #C0C4CC;
    border-radius: 3px;
}
/* 模拟三级联动菜单 */
.linkage-menu-box {
    position: relative;
    width: 300px;
}
.linkage-menu-box .show-result-box {
    width: 300px;
    height: 32px;
    border: 1px solid #b3b3b3;
    position: relative;
    box-sizing: border-box;
}
.linkage-menu-box .show-result-box .show-result {
    width: 250px;
    float: left;
    height: 30px;
    line-height: 30px;
}
.linkage-menu-box .show-result-box .show-result .el-input__inner{
    border: 0 none;
    background: #fff;
    cursor: pointer;
    color: #000;
    height: 30px;
    line-height: 30px;
}
.linkage-menu-box .show-result-box .arrow-btn {
    width: 25px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 30px;
    text-align: center;
    color: #C0C4CC;
}
.linkage-menu-box .show-result-box .close-btn{
    position: absolute;
    right: 9px;
    top: 8px;
    background: #fff;
    color: #C0C4CC;
    cursor: pointer;
    font-size: 14px;
}
.linkage-menu-box .choose-area{
    width: 782px;
    position: absolute;
    left: 0;
    top: 42px;
    z-index: 99;
}
.linkage-menu-box .choose-box{
    border: 1px solid #e4e4e4;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border-radius: 4px;
    background: #fff;
    display: inline-block;
}
.linkage-menu-box .choose-box:before{
    content: '';
    position: absolute;
    left: 30px;
    top: -5px;
    width: 8px;
    height: 8px;
    background: #fff;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border: 1px solid #e0e0e0;
    z-index: 1;
}
.linkage-menu-box .choose-box ul{
    width: 260px;
    height: 240px;
    color: #606266;
    float: left;
    border-left: 1px solid #e4e4e4;
    padding: 6px 0;
    overflow-y: auto;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 4px;
}
.linkage-menu-box .choose-box ul.menu-level-2 , .linkage-menu-box .choose-box ul.menu-level-3{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.linkage-menu-box .choose-box ul:first-child{
    border-left: 0 none;
}
.linkage-menu-box .choose-box ul::-webkit-scrollbar{
    width: 3px;
    height: 10px;
}
.linkage-menu-box .choose-box ul::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius: 30px;
}
.linkage-menu-box .choose-box ul::-webkit-scrollbar-thumb{
    background: #bfbfbf;
    border-radius: 30px;
}
.linkage-menu-box .choose-box ul::-webkit-scrollbar-thumb:hover{
    background: #333;
}
.linkage-menu-box .choose-box ul::-webkit-scrollbar-corner{
    background: #179a16;
}
.linkage-menu-box .choose-box ul li{
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 13px 0 10px;
    height: 27px;
    line-height: 27px;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 13px;
}
.linkage-menu-box .choose-box ul li:hover{
    background: #F5F7FA;
}
.linkage-menu-box .choose-box ul li.active{
    color: #409EFF;
}
.linkage-menu-box .choose-box ul li.parent-active{
    background-color: #FFF9EC;
}
.linkage-menu-box .choose-box ul li span{
    position: absolute;
    right: 5px;
    top: 5px;
    height: 13px;
    line-height: 13px;
}
.detail-edit-form .linkage-menu-box .show-result-box{
    width: 400px;
}
.detail-edit-form .linkage-menu-box .show-result-box .show-result{
    width: 350px;
}
.detail-edit-form .linkage-menu-box .show-result-box span.show-result{
	padding: 0 10px;
	cursor: pointer;
	color: #000;
	font-size: 14px;
}
.list-content-label .linkage-menu-box .show-result-box{
    height: 30px;
    border-radius: 3px;
    border-color: #bfc2ca;
    color: #606266;
}
.list-content-label .linkage-menu-box .show-result-box .show-result{
    height: 28px;
    line-height: 28px;
}
.list-content-label .linkage-menu-box .show-result-box .show-result .el-input__inner{
    height: 28px;
    line-height: 28px;
    color: #606266;
}
.list-content-label .linkage-menu-box .show-result-box .arrow-btn{
    height: 28px;
    line-height: 28px;
}

.layout-main{padding:20px;}

.preview-pic-wrapper .el-dialog {min-width: 300px;width: auto;margin-top: 0!important;display: flex;flex-direction: column;margin:0 !important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height: 100%;background: #fff;}
.preview-pic-wrapper .el-dialog .el-dialog__header{background-color: transparent;border:0;padding:10px 20px}
.preview-pic-wrapper .el-dialog .el-dialog__header .el-dialog__headerbtn{top: -12px;right: -12px;}
.preview-pic-wrapper .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{background-color: #4277bd;padding: 2px;border-radius: 50%;color:#fff;}
.preview-pic-wrapper .el-dialog .el-dialog__body{text-align: center;padding: 10px 10px 20px 10px;flex:1;overflow: auto;}
.preview-pic-wrapper .el-dialog .el-dialog__body img{max-width:100%;max-height:600px;}

.list-content-table.haschild-table .el-table .el-table__row:not([class*=el-table__row--level]) td.userLevel_1:first-child .cell{
    position: relative;
    padding-left: 35px;
}
.list-content-table.haschild-table .el-table .el-table__row:not([class*=el-table__row--level]) td.userLevel_1:first-child .cell:after{
    content: '';
    position: absolute;
    left: 16px;
    top: 15px;
    width: 9px;
    height: 1px;
    background: #00f;
    z-index: 1;
}
.list-content-table.haschild-table .el-table .el-table__row[class*=el-table__row--level] .el-icon-arrow-right{
    font-weight: bold;
}
.list-content-table.haschild-table .el-table .el-table__row--level-1 td:first-child .cell{
    padding-left: 17px;
}
.list-content-table.haschild-table .el-table .el-table__row[class*=el-table__row--level] td:first-child .cell .el-table__placeholder{
    margin-right: 2px;
}
.list-content-table.haschild-table .el-table .el-table__row[class*=el-table__row--level] td:first-child .cell .el-table__placeholder:after{
    content: '';
    position: absolute;
    left: 39px;
    top: 15px;
    width: 7px;
    height: 7px;
    background: url(../img/start_ico.png) 0 0 no-repeat;
    z-index: 1;
}
.list-content-table.haschild-table .el-table .el-table__row.el-table__row--level-2 td:first-child .cell .el-table__placeholder:after{
    left: 50px;
}
.list-content-table.haschild-table .el-table [class*=el-table__row--level] .el-table__expand-icon--expanded{
    right: 4px;
    top: -3px;
}
.list-content-table.haschild-table .el-table .userLevel_1:first-child .cell , .list-content-table .el-table .userLevel_1:first-child .el-table__expand-icon{
    color: #00f;
    font-weight: bold;
}
.list-content-table.haschild-table .el-table .userLevel_2:first-child .cell , .list-content-table .el-table .userLevel_2:first-child .el-table__expand-icon{
    color: #008000;
    font-weight: bold;
}

.blacklist-log-box{height:330px;overflow-y: auto;padding: 0 20px 10px 20px;box-sizing: border-box;margin-top:10px;}
.blacklist-log-box::-webkit-scrollbar{width: 4px;height: 10px;}
.blacklist-log-box::-webkit-scrollbar-track{background: rgb(239, 239, 239);border-radius: 30px;}
.blacklist-log-box::-webkit-scrollbar-thumb{background: #bfbfbf;border-radius: 30px;}
.blacklist-log-box::-webkit-scrollbar-thumb:hover{background: #333;}
.blacklist-log-box::-webkit-scrollbar-corner{background: #179a16;}
.blacklist-log-box li{width: 100%;padding: 5px 0;font-size: 13px;color: #444;line-height: 18px}
.blacklist-log-box li:hover{background: #f5f5f5;}
.blacklist-log-nodata{font-size: 15px;color: #999;text-align: center;padding-top: 60px;height:330px;}

.userinfo-box{margin:20px 30px 10px;}
.userinfo-box .el-col{border:1px solid #DEDEDE;height:auto;line-height: 40px;margin-top:-1px;font-size:14px;color:#606266;}
.userinfo-box .el-col:hover{background:#F8F8F8}
.userinfo-box .el-col a{font-size:14px;}
.userinfo-box .label{width:90px;text-align: right;display: inline-block;}
.userinfo-box .bold{color:#FF0000;font-weight: bold;}

/* 维护人员更改记录弹出框 */
.bind-detail-box{height: 285px;overflow-y: auto;padding: 5px 20px 0px 20px;}
.bind-detail-box::-webkit-scrollbar{width: 4px;height: 10px;}
.bind-detail-box::-webkit-scrollbar-track{background: rgb(239, 239, 239);border-radius: 30px;}
.bind-detail-box::-webkit-scrollbar-thumb{background: #bfbfbf;border-radius: 30px;}
.bind-detail-box::-webkit-scrollbar-thumb:hover{background: #333;}
.bind-detail-box::-webkit-scrollbar-corner{background: #179a16;}
.bind-detail-box li{width: 100%;padding: 5px 0;font-size: 13px;color: #444;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border-bottom: 1px dashed #C3C3C3;}
.bind-detail-box li .desc-box{float: left;width: 350px;line-height: 18px;display: flex;align-items: center;flex-wrap: wrap;}
.bind-detail-box li .desc-box .desc{font-size: 14px;}
.bind-detail-box li .desc-box .remark{font-size: 13px;color: #436bfe;width: 100%;}
.bind-detail-box li .info{float: right;width: 205px;text-align: right;color: #888;font-size: 13px;line-height: 18px;}
.bind-detail-box li:hover{background: #f5f5f5;}
.bindDetailNoData{font-size: 15px;color: #999;text-align: center;padding-top: 60px;height:285px;}

/* 单选按钮 */
.rodio_delcircle .el-radio{margin-right: 0;}
.rodio_delcircle .el-radio .el-radio__input{display: none;}
.rodio_delcircle .el-radio .el-radio__label{padding-left:5px}

.paytypebox{padding-left: 22px;position: relative;}
.paytypebox i{position: absolute;left: 0;top: 3px;width: 18px;height: 18px;display: inline-block;}
.paytypebox i.weixin-ico{background: url(../img/weixin_ico.png) center center no-repeat;}
.paytypebox i.zfb-ico{background: url(../img/zfb_ico.png) center center no-repeat;}
.paytypebox i.ptb-ico{background: url(../img/ptb_ico.png) center center no-repeat;}
.paytypebox i.voucher-ico{background: url(../img/voucher_ico.png) center center no-repeat;}

/* 日历 */
.calendar-box{padding: 20px 20px 40px 20px;}
.calendar-box .day{float: left;width: 83px;height: 43px;line-height: 43px;border: 1px solid #F1F1F1;background: #fff;font-size: 16px;text-align: center;margin: 1px;position: relative;}
.calendar-box .day.havsign{border-color: #C1E4EF;}
.calendar-box .day.havsign::after{width: 0;height: 0;content: '';position: absolute;right: -1px;bottom: -1px;border-right: 9px solid #99D1EF;border-left: 9px solid transparent;border-bottom: 9px solid #99D1EF;border-top: 9px solid transparent;}
.calendar-box .day.fillsign{border-color: #FAD78E;background: #FFFEF5;}
.calendar-box .day.fillsign::after{width: 0;height: 0;content: '';position: absolute;right: -1px;bottom: -1px;border-right: 9px solid #FAD78E;border-left: 9px solid transparent;border-bottom: 9px solid #FAD78E;border-top: 9px solid transparent;}
.calendar-box .day.disabled{background: #FDFDFD;border-color: #F1F1F1;color: #c0c0c0;}
.calendar-box .day i{width: 14px;height: 11px;line-height: 11px;position: absolute;right: 0px;bottom: 0;z-index: 99;color: #FFFEF5;font-size: 10px;font-family: cursive;}

/* tab */
.pageTabPane .el-tabs__item:first-child{border-left:1px solid #dedede;}
.pageTabPane .el-tabs__item{color:#000;border-top:1px solid #dedede;border-right:1px solid #dedede;height: 45px;line-height: 43px;}
.pageTabPane .el-tabs__item.is-top:last-child{padding-right: 20px;}
.pageTabPane .el-tabs__item.is-top:nth-child(2){padding-left: 20px;}
.pageTabPane .el-tabs__item.is-active{color:#fff;background: #c12828;border-color:#c12828;text-align: center;}
.pageTabPane .el-tabs__nav-wrap::after{background: #c12828;height: 3px;}
.pageTabPane .el-tabs__active-bar{background:#c12828;}

/* radio tab */
.details_radio{border-bottom:2px solid #c12828 ;}
.details_radio .el-radio-button__inner{padding: 0 25px;line-height: 36px;text-align: center;color: #484848;border:1px solid #d2d2d2;border-bottom:none;margin-left: -1px;}
.details_radio .el-radio-button__orig-radio:checked+.el-radio-button__inner{border-color:#c12828;background-color: #c12828;color: #ffffff;box-shadow:0 0 0 0 #c12828;-webkit-box-shadow:0 0 0 0 #c12828;}
.details_radio .el-radio-button:first-child .el-radio-button__inner{margin-left: 0;}
.details_radio .el-radio-button .el-radio-button__inner{border-radius: 0;}
.details_radio .el-radio-button__inner:hover{color: #ffffff;background-color: #c12828;border-color:#c12828;}

.img-image{width: 210px;height: 80px;}

.preview-news-wrapper .el-dialog {min-width: 800px;width: auto;margin-top: 0!important;display: flex;flex-direction: column;margin:0 !important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);max-height: 95%;background: #fff;}
.preview-news-wrapper .el-dialog .el-dialog__header{background-color: transparent;border:0;padding:0}
.preview-news-wrapper .el-dialog .el-dialog__header .el-dialog__headerbtn{top: 10px;right: 20px;}
.preview-news-wrapper .el-dialog .el-dialog__header .el-dialog__headerbtn .el-dialog__close{color:#333;font-size:24px;}
.preview-news-wrapper .el-dialog .el-dialog__body{padding:20px;flex:1;overflow: auto;}
.preview-news-wrapper .el-dialog .el-dialog__body .title{text-align: center;color: #404040;font-size: 28px;margin-bottom: 15px;}
.preview-news-wrapper .el-dialog .el-dialog__body .content{font-size: 16px;color: #3c3c3c;line-height: 25px;}
.preview-news-wrapper .el-dialog .el-dialog__body .content p,.preview-news-wrapper .el-dialog .el-dialog__body .content div {font-size: 16px;color: #3c3c3c;line-height: 30px}
.preview-news-wrapper .el-dialog .el-dialog__body .content img{max-width: 100%;}
.preview-news-wrapper .el-dialog .el-dialog__body video {max-width: 100%;margin-bottom:10px;}
.preview-news-wrapper table{border-collapse:collapse;border-spacing:0}
.preview-news-wrapper table.table30{margin:10px 0;}
.preview-news-wrapper table.table50{margin:10px 0;}
.preview-news-wrapper table.table70{margin:10px 0;}
.preview-news-wrapper table.table100{margin:10px 0;}
.preview-news-wrapper table.tables th,.preview-news-wrapper table.tables td{border: 1px solid #31849b;line-height: 16px;font-size: 14px;padding:6px 6px;}
.preview-news-wrapper table.tables th{background: #31849b;color: #fff;}
.preview-news-wrapper table.tables.tables_b tr{background: #dbeff3;}
.preview-news-wrapper table.tables.tables_b tr:nth-child(2n){background: #fde9d9;}
.preview-news-wrapper table.tables td.f13,.preview-news-wrapper table.tables td.\31 3{font-size: 13px;}
.preview-news-wrapper table.tables td.f14,.preview-news-wrapper table.tables td.\31 4{font-size: 14px;}
.preview-news-wrapper table.tables td.f15,.preview-news-wrapper table.tables td.\31 5{font-size: 15px;}
.preview-news-wrapper table.tables th p,.preview-news-wrapper table.tables td p{font-size: 14px !important;line-height: 20px !important;}

.cut_box{width:100%;margin-top:20px;padding:20px 0;border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.cut_box .el-form-item__label{color: #333;margin-right: 20px;font-size:14px;}

.el-select-dropdown .el-scrollbar__wrap{overflow: auto;}

.have_played .list-content-label{background:#f9f9f9;border-bottom:1px solid #ECECEC;padding:9px 0;}
.have_played .tabs_header{padding-bottom: 0;border-bottom: 0;}
.have_played .tabs_header .v-tabs__nav .is-active{background:#fff;}
.have_played .list-content-label.tabs_search{background:#fff;border-bottom:0;padding:0;}
.have_played .list-content-label .el-radio-button--small .el-radio-button__inner{margin-right:0;margin-left:-1px;}

/* 账号级别 */
.account_level{display: inline-block;width:30px;height:16px;background:url(../img/account_level.png) no-repeat;}
.account_level.level2{background-position: 0 -18px;}
.account_level.level3{background-position: 0 -36px;}
.account_addStaff{display: inline-block;width:24px;height:21px;background:url(../img/account_level.png) no-repeat;}
.account_addStaff.level1{background-position: -39px 0;}
.account_addStaff.level2{background-position: -39px -24px;}
.account_addStaff:hover{background-position-x: -67px;}

.balance-management-box .el-tabs__header{margin-bottom: 0;}
.balance-management-box .el-tabs__nav{width:100%;display: flex;}
.balance-management-box .el-tabs__active-bar{display: none;}
.balance-management-box .el-tabs__item{width:100%;text-align: center;height: 30px;line-height: 30px;font-size:13px;color:#7e7e7e;background:#E8E8E8;padding:0}
.balance-management-box.onePane .el-tabs__item{text-align: left;text-indent: 15px;}
.balance-management-box .el-tabs__item#tab-1{border-right:1px solid #F8F3FF;}
.balance-management-box .el-tabs__item#tab-1.is-active{border-right:1px solid #FFF9EC;background:#FFE4A3;color:#c94504;}
.balance-management-box .el-tabs__item#tab-2.is-active{background:#E4D1FF;color:#822ff3;}
.balance-management-box .el-tabs__item#tab-1:last-child{border:0}
.balance-management-box .el-tabs__item.is-active div{font-weight: bold;}
.balance-management-box .el-tabs__content .money{color:#d01100;font-weight: bold;font-size: 24px;text-align: center;height:60px;line-height: 60px}
.balance-management-box .el-tabs__content .link{height:30px;color:#ACACAC;font-size: 13px;text-align: center;}
.balance-management-box .el-tabs__content .link em{font-size: 10px;font-style: normal;vertical-align: text-bottom;line-height: 16px;}
.balance-management-box .el-tabs__content .link a{color:#b44000;margin:0 12px;}
.balance-management-box .el-tabs__content .link a:hover{color:#FF5A00;text-decoration: underline;}
.balance-management-box .cashout-box{background:#FFF9EC;}
.balance-management-box .prestore-box{background:#F8F3FF;}
.balance-management-box .prestore-box .money{color:#9d1dff;}
.balance-management-box .prestore-box .link a{color:#A147F5;}
.balance-management-box .prestore-box .link a:hover{color:#AB26FF;}

.usernameCell .cell{overflow: visible;}
.wechat_code_ico{width:12px;height:12px;background:url(../img/code_ico.png?v=1) no-repeat;margin-top:6px;margin-left:5px;cursor: pointer;position: relative;}
.wechat_code_ico:hover{background-position:0 -16px;}
.wechat_qrcode_pop{padding:0;min-width:120px;}
.wechat_qrcode_pop .wechat_qrcode_box{background:#fff;width:120px;height:120px;padding:5px;}
.wechat_qrcode_pop .wechat_qrcode_box img{width:100%;height:100%}

.wechat_link_ico{width:12px;height:12px;background:url(../img/code_ico.png?v=1) no-repeat -16px 0;margin-top:6px;margin-left:5px;cursor: pointer;}
.wechat_link_ico:hover{background-position:-16px -16px;}

.limit_reg_ico{width:16px;height:16px;background:url(../img/limit_reg.png?v=1) no-repeat;margin-left:5px;display: inline-block;vertical-align: middle;}

/* 手机验证滑块 */
.tncode_div_bg{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    z-index:99999999;
    background-color: rgba(0,0,0,0.5);
    opacity:0.3;
    filter: alpha(opacity=30); 
	background-color:#000;
    *zoom:1;
    display: none;
}
.tncode_div{
    display: none;
    background-color: white;
    z-index: 100000000;
    width: 260px;
    height: 260px;
    position: fixed;
    left: 50%;
    top:50%;
    margin-top: -130px;
    margin-left: -130px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696',Direction=135, Strength=5);/*for ie6,7,8*/
    -moz-box-shadow:2px 2px 5px #969696;/*firefox*/
    -webkit-box-shadow:2px 2px 5px #969696;/*webkit*/
    box-shadow:2px 2px 5px #969696;/*opera或ie9*/
}
.tncode_div .tncode_canvas_bg{
    z-index: 0;
}
.tncode_div .tncode_canvas_mark{
    z-index: 10000;
}
.tncode_div canvas{
    position: absolute;
    left: 10px;
    top: 10px;
}
.tncode_div .loading{
    padding-top: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #ccc;
    width: 240px;
    height: 150px;
    text-align: center;
    box-sizing:border-box;
}
/* 手机验证滑块拉条 */
.tncode_slide,.tncode_slide_block,.tncode_tools .tncode_close,.tncode_tools .tncode_refresh {
    background-repeat: no-repeat;
    background-image: url('../img/tncode_icon.png');
}
.tncode_msg_ok {
    background-color: #24C628;
}
.tncode_msg_error {
    background-color: #DE5145;
}
.tncode_msg_ok,.tncode_msg_error {
    position: absolute;
    top: 136px;
    left: 10px;
    width: 240px;
    height: 24px;
    color: #fff;
    margin: 0;
    padding: 2px 10px;
    overflow: visible;
    background-position: 0px 0px;
    font-size: 14px;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10000;
}
.tncode_slide {
    position: absolute;
    top: 160px;
    width: 93.52%;
    height: 0px;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 0px 0px 13.67%;
    overflow: visible;
    background-position: 0px 0px;
}
.tncode_tools {
    position: absolute;
    top: 210px;
    width: 93.52%;
    height: 0px;
    background-color: white;
    background-size: 100%;
    margin: 5.39% 3.24%;
    padding: 5px 0px 13.67%;
    overflow: visible;
    background-position: 0px 0px;
    border-top: 1px solid #EEEEEE;
}
.tncode_slide_block {
    background-position: 0px 12.9794%;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0px;
    top: 0px;
    margin: -4.62% 0 0 -2.31%;
    cursor: pointer;
}
.tncode_slide_block_text {
    background-position: 0px 12.9794%;
    height: 65px;
    position: absolute;
    left: 65px;
    top: 20px;
    margin: -4.62% 0 0 -2.31%;
    cursor: pointer;
    font-size: 14px;
    color: rgb(136, 148, 157);
}
.tncode_canvas_bg,.tncode_canvas_mark {
    /* width: 240px;*/
}
.tncode_tools .tncode_close {
    background-position: 0 50%;
    height: 30px;
    width: 30px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}
.tncode_tools .tncode_refresh {
    background-position: 0 94%;
    height: 30px;
    width: 30px;
    float: left;
    cursor: pointer;
}
.tncode_tools .tncode_tips {
    float: right;
}
.tncode_tools .tncode_tips a {
    text-decoration: none;
    font-size: 10px;
    color: rgb(136, 148, 157);
}

.portrayal{margin: 20px;padding: 20px 0;border-top: 1px solid #e8e8e8;border-bottom: 1px solid #e8e8e8;}
.portrayal .portrayal_border{border:1px solid #e8e8e8;padding: 10px 0 0 10px;}
.portrayal .portrayal_border .portrayal_tag{font-size:14px;font-weight:bold;padding: 20px;color:#fff;float: left;margin:0 10px 10px 0;}
.portrayal .portrayal_checkbox-group{border-bottom: 1px dashed #ccc;padding: 10px 0;margin-bottom:0;}
.portrayal .edit-page_two .el-form-item__label{margin-right:0;}

.userinfo_portrayal{display: inline-block;vertical-align:top;width: calc(100% - 100px);line-height: normal;padding-bottom: 8px;font-size:14px;}
.userinfo_portrayal .portrayal_tag{font-size:14px;padding:0 15px;color:#fff;display: inline-block;margin-right:10px;min-height: 24px;line-height: 24px;margin-top: 8px;}
.userinfo_portrayal .portrayal_update{color:#6699ff;display: inline-block;height: 24px;line-height: 24px;margin-top: 8px;cursor: pointer;text-decoration: underline;}

.track_wrap .table-data-label{margin: 20px 0;background:#F5F5F5;padding:10px;}
.track_wrap .table-data-label .el-checkbox__label{line-height: 30px;}
.track_wrap .table-data-label .el-checkbox-group{display: inline-block;margin-left: 30px;}
.track_wrap .track_detail_ctn{position: relative;margin: 30px 0;}
.track_wrap .track_detail_ctn .progress_line{position: absolute;left: 100px;top: 0;width: 1px;height: 100%;background-color: #dfdfdf;}
.track_wrap .track_detail_ctn .item{border-bottom: 1px dashed #cccccc;padding-top: 15px;padding-bottom: 35px;position: relative;}
.track_wrap .track_detail_ctn .item:last-child{border-bottom: 0 none;}
.track_wrap .track_detail_ctn .item ul{padding-left: 85px;}
.track_wrap .track_detail_ctn .item ul li{height: 20px;line-height: 20px;margin-top: 20px;font-size: 15px;position: relative;}
.track_wrap .track_detail_ctn .item ul li span{float: left;}
.track_wrap .track_detail_ctn .item ul li a{font-size:15px;color:#999}
.track_wrap .track_detail_ctn .item ul li a:hover{text-decoration: underline;}
.track_wrap .track_detail_ctn .item .date{width: 85px;height: 45px;color: #999;font-size: 15px;text-align: center;position: absolute;bottom: 36px;}
.track_wrap .track_detail_ctn .item .date span{width: 100%;font-size: 24px;font-weight: bold;float: left;}
.track_wrap .track_detail_ctn .item .status{width: 10px;height: 10px;background: #b2b2b2;border-radius: 50%;z-index: 2;position: relative;margin: 5px 4px 5px 10px;}
.track_wrap .track_detail_ctn .item .date_detail{color: #999999;margin-left: 25px;margin-right: 30px;}
.track_wrap .track_detail_ctn .item.today .date{color: #33cc33;}
.track_wrap .track_detail_ctn .item.today ul li.cate_2 .status{background-position: -24px 0px;}
.track_wrap .track_detail_ctn .item.today .status{background: #66cc66;}
.track_wrap .track_detail_ctn .item ul li.cate_1{color: #28b828;}
.track_wrap .track_detail_ctn .item ul li.cate_1 .date_detail{color: #28b828;}
.track_wrap .track_detail_ctn .item ul li.cate_2{color: #72baef;}
.track_wrap .track_detail_ctn .item ul li.cate_4{color: #ff6600;}
.track_wrap .track_detail_ctn .item ul li.cate_4 .date_detail{color: #ff6600;}
.track_wrap .track_detail_ctn .item ul li.cate_2 .date_detail{color: #666;}
.track_wrap .track_detail_ctn .item ul li.cate_2 .status,
.track_wrap .track_detail_ctn .item ul li.cate_4 .status{
	background: url(../img/trackico.png) no-repeat;
	width: 18px;
	height: 18px;
	margin: 1px 0 1px 6px;
}
.track_wrap .track_detail_ctn .item ul li.cate_2 .status{background-position: -95px 1px;}

.el-table .gd-icon , .el-table .sj-icon{
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}
.el-table .gd-icon{
    background: url(/static/img/gd_service_ico.png) no-repeat;
}
.el-table .sj-icon{
    background: url(/static/img/sj_service_ico.png) no-repeat;
}
.black-confirm-box{
    width: auto;
    min-width: 420px;
}
.el-message-box__message p{
    white-space: nowrap;
}
.el-cascader-menu__wrap::-webkit-scrollbar{
	height: 0;
}