﻿@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	list-style: none;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
}
.el-header {
    background-color: #B3C0D1;
    color: #333;
    line-height: 60px;
}
.el-aside {
    color: #333;
}
a{
    text-decoration:none;
    color: #333;
}
html{
    height: 100%;
    overflow-y: auto;
}
body{
	width:100%;
	height: 100%;
	padding: 0px;
}
.x-admin-sm{
    padding: 10px;
    box-sizing: border-box;
}
.left_tb{
    float: left;
}
.right_tb{
    float: right;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}



.admin_log_alert{
    position: fixed;
    left: 50%;
    margin-left: -150px;
    top: -80px;
    width: 300px;
    height: 80px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #16499d;
    transition: all 0.5s;
}

.admin_log_title{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #1989fa;
    margin-bottom: 10px;
}


.wz_add_con{
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 100%;
    max-height: 100%;
}
.icon_check .el-radio{
    display: block;
    float: left;
    height: 20px;
    margin-right: 25px;
}
.icon_check .el-radio .el-radio__input{
    float: left;
    margin-top: 2px;
}
.icon_check .el-radio .el-radio__label{
    padding-left: 8px;
}
.icon_check img{
    width: 16px;
}
.ejcd_bd{
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    z-index: 99;
    padding: 22px 30px;
    box-sizing: border-box;
    display: none;
}   

.main-con .page{
    padding: 20px 10px;
    text-align: center;
	
}
#icon .el-form-item .el-radio__input{
    float: left;
    margin-top: 3px;
}
#icon .el-form-item .el-radio__label{
    float: left;
}
#icon .el-form-item img{
    width: 22px;
}


.main-con{
    background: #fff;
    padding: 10px;
    margin: 15px;
	height:calc(100% - 100px);
    overflow: hidden;
	position:relative;
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #ddd;
}
::-webkit-scrollbar-thumb {
    background-color: #999;
}
.tb-table .el-table th.gutter{
    display: table-cell !important;
}

.posi{
    height:40px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 15px;
}
.posi li{
    line-height: 40px;
    color: #666;
}
.posi li i{
    padding-right: 4px;
    color: #666;
}
.posi li span{
    color: #666;
}
#app
{
	width:100%;
	height:100%;
	padding:0px;
}
.el-table .cell{

	font-size:14px;
	text-align:center;
}
 .el-table .bg-row {
    background: #ecf5ff;

  }
 .el-table .mxbg-row {
    background: #fafafa;
  }
.el-table--enable-row-hover .el-table__body tr:hover > td {
  background-color: #fff7ca;

}



.mk_top
{
	margin-bottom:10px;
	position:relative;
}
.btn_tools
{
	margin-bottom:10px;
	height:30px;
	position:relative;
}
.btn_right
{
	width:25px;
	height:25px;
	position:absolute;
	z-index:33;
	top:10px;
	right:10px;
	border:0px solid #ccc;
}
.pagination
{
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.dialog-footer
{
	border:0px solid #ccc;
	width:100%;
	text-align:center;
}