body{
		height: 100%;
		padding: 0px;
		margin: 0px;
		overflow: auto;
		color: #333333
}
.el-header{
		 /*background-image: url("/imgs/bk.jpg");*/
		 background-color:#2c3e50;
		 color: #eee;
		 text-align: center;
		 padding-left:0px;
		 border-bottom: 1px solid #666;
}
.inheader{
	position: fixed;
	left: 0px;
	top:0px;
	width: 100%;
	background:transparent;
	z-index: 9000;
	border-bottom:none;
}

.el-footer{
		 /*background-image: url("/imgs/bk.jpg");*/
		 background-color: white;
		 color: #666;
		 text-align: center;
}
.el-aside {
		 background-color: white;
		 color: #333;
		 text-align: left;
}
.el-main {
		 background-color: #fff;
		 color: #333;
		 text-align: center;
}
.grid-content{
		text-align: left;
}
.nav_color{
		color:white;
		font-size: 16px;
}
.time {
	font-size: 13px;
	color: #999;
}

.bottom {
	margin-top: 13px;
	line-height: 36px;
}

.button {
	padding: 0;
	float: right;
}

.image {
	width: 100%;
	height: 200px;
	display: block;

}
.clearfix:before,
.clearfix:after {
		display: table;
		content: "";
}

.clearfix:after {
		clear: both
}
.box-card{
	 height: 100%;
	 padding: 0px;
	 min-width: 50px;
	 background: white;
	 color: #333;
	 overflow-y:auto;
}
.box-card:hover{
	/*border-color: gray*/
}
.el-table td {
    padding: 5px 0;
}
.el-table button{
    padding: 5px 0px
}
.el-button{
	border-radius: 0px;
}
.el-button:hover{
    color:gray;
}
.el-button:focus{
    color:orange
}
.activeColor{
	  color:orange
}
.slide-fade-enter-active {
  transition: all .1s ease;
}
.slide-fade-leave-active {
  transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active for below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}
.el-notification{
	background-color: white;
	height: 250px;
	width: 240px;
	z-index:9999;
}
.el-message{
	background-color: white;
}
.iconsize{
	font-size:28px;
}
.headercell{
	background-color: black;
}
.el-dialog {
    width: 60%;
}
.el-tag{
	font-size:20px;
}
.el-tag{
	font-size:16px;
}
.cardtlist{
	font-size: 16px;
	margin-bottom: 16px;
}
.search{
	width: 98%;
	margin: auto;

}
.search .el-input__inner{
	width: 400px;
	border: 1px solid #eee
}

.el-carousel{
	overflow: hidden;
	background-color: #2c3e50;
}
.el-carousel__item{
	text-align: center;
	background-color: #2c3e50;
}
.el-carousel__item img{
		height:600px;
}
.el-carousel__item h3 {
	color: #eee;
	font-size: 14px;
	opacity: 0.75;
	line-height: 200px;
	margin: 0;
}

.el-carousel__item:nth-child(2n) {
background-color: white;
}

.el-carousel__item:nth-child(2n+1) {
background-color: white;
}

.slogon{
	/*line-height: 80px;*/
	padding: 20px;
	text-align: center;
	background-color: white;
	color: #aaa;
	min-width: 1000px;
	margin:auto;
}
.content{
	overflow: scroll;
}

/*单选上传组件的样式*/
.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }
  .avatar-uploader .el-upload:hover {
    border-color: #409EFF;
  }
  .avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 178px;
    height: 178px;
    line-height: 178px;
    text-align: center;
  }
  .avatar {
    width: 178px;
    height: 178px;
    display: block;
  }

.el-form-item{
	text-align: left
}

.msg{
	box-shadow: 10px 10px 15px #888888;
	border-radius: 5px;
	background-color: white;
	padding: 5px
}
.rightmsg{
	box-shadow: -10px 10px 15px #888888;
	border-radius: 5px;
	background-color: green;
	color:white;
	padding: 5px
}
#idcontent .el-row:last-child{
	margin-bottom: 50px;
}
