*{
	margin: 0;
	padding: 0;
}
[v-cloak]{
    display: none;
}
.container{
	width: 1200px;
	margin: auto;
}
.container .title{
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 15px auto;
	overflow: hidden;
}
.container .examp{
	margin: 10px 0;
}
.container .examp h3{
	margin: 15px 0px;
	color: #333;
}
.container .examp p{
	margin: 5px 0px;
	border-radius: 5px;-webkit-border-radius: 5px;
	background: #f1f2f3;padding: 15px;font-size: 13px;color: #666;color: #555;line-height: 24px;
	word-wrap:break-word;
}
.container .loading-box{
	box-sizing: border-box;
	width: 101%;
	margin: 10px 0;
	margin-left: -0.5%;
}
.loading-box .item{
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 14.666%;
	height: 175px;
	margin: 1%;
	float: left;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 15px 0px;
	overflow: hidden;
}
.loading-box .item .copy{
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #666;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
}

.dialog .code{
	max-height: 480px;
	margin: 10px auto;
	overflow: auto;
	background: #333;
	color: #fff;
	padding: 10px;
	border-radius: 4px;
	font-size: 13px;
}
.container .el-form-item{
	margin-bottom: 0px;
}
.container .el-dialog__body{
	padding: 10px 20px;
}