@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.container {
	max-width: 1240px;
	padding: 10px;
	margin: auto;
}
.container .title{
	font-size: 24px;
	text-align: center;
	color: #333;
	margin-bottom: 15px;
}
.container .line{
	margin: 0 5px;
}
.container .btn{
	height: 32px !important;
	padding: 6px 25px;
	cursor: pointer;
	border-radius: 4px;
	background: #15c5ce;
	border: 0;
	color: #fff;
}
.container textarea{
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	background-color: #eee;
	opacity: 1;
	height: auto;
	margin: 15px 5px;
}
.container .center{
	margin-bottom: 15px;
}
.container .center h2{
	color: #666;
	font-size: 18px;
	margin: 5px;
}
.container .examp{
	margin: 10px 0;
}
.container .examp h3{
	margin: 5px;
	color: #333;
}
.container .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;
}
.tab-content input[type=text],select {
	height: 32px !important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.sm-active {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: red;
	margin-left: 5px;
	margin-top: 5px;
}

.sm-more {
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: green;
	margin-left: 5px;
	margin-top: 5px;
}