*{
	margin: 0;
	padding: 0;
}
[v-cloak] {
 display: none;
}
#app{
	max-width: 1300px;
	min-width: 1100px;
	width: 100%;
	margin: auto;
}
#app .red{
	color: #F06431;
	font-weight: bold;
}
#app .title{
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 15px auto;
	overflow: hidden;
}
#app .des{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
#app .examp{
	margin: 10px 0;
}
#app .examp h3{
	margin: 15px 5px;
	color: #333;
}
#app .examp p{
	margin: 5px;
	border-radius: 5px;-webkit-border-radius: 5px;
	background: #f1f2f3;padding: 15px;font-size: 13px;color: #666;color: #555;line-height: 24px;
}
#app .box-card{
	margin-bottom: 20px;
}
#app .ul{
	margin-bottom: 15px;
	overflow: hidden;
	background: #f3f4f5;
	padding: 10px;
}
#app .ul .li{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
}
#app .ul .li span{
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	color: #428bca;
	font-size: 14px;
}
#app .ul .li span:hover{
	color: #000088;
	text-decoration: underline;
}
#app .ul .li .rows{
	flex: 1;
}
#app .ul .li .tit{
	float: left;
	font-weight: bold;
	margin-right: 10px;
	cursor: none;
	color: #222;
	width: 60px;
}
.el-card__header{
  font-weight: bold;
  color:#222;
}
.el-card__body{
   color:#666;
}