*{
	margin: 0;
	padding: 0;
}
.container{
	width: 1200px;
	margin: auto;
}
.title{
	text-align: center;
	font-size: 22px;
	color: #333;
	margin: 15px auto;
	overflow: hidden;
}
.tit{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
#text{
	margin-bottom: 20px;
}
input{
	box-sizing: border-box;
	width: 100%;
	height: 46px;
	padding: 0 10px;
	outline: none;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-size: 18px;
	color: #333;
}
.ul{
	background: #fdfae9;
	padding: 20px;
	border-radius: 10px;
}
.ul .warp{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #f1f2f3;
	border-radius: 10px;
}
.ul .warp .btnCopy{
	box-sizing: border-box;
	float: right;
	width: 130px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: #e4e4e4;
	color: #585858;
	font-size: 18px;
	cursor: pointer;
	border-left: 1px solid #ccc;
}
.ul .warp input{
	border: 0;
	background: #f1f2f3;
	width: calc(100% - 130px);
}
.ul .ts{
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 15px;
}
.examp{
	margin: 15px 0;
}
.examp h3{
	margin: 5px;
	color: #333;
}
.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;
}