*{
	margin: 0;padding: 0;
}
body, button, input, select, textarea{
	font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	outline: none;
}
.contanter{
	min-width: 750px;
	max-width: 1300px;
	margin: auto;
	width: 90%;
}
.title{
  	color: #363636;
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
	margin-top: 30px;
}
textarea{
  display: block;
	max-width: 100%;
	min-width: 100%;
	padding: 10px;
	margin: 10px auto;
	color:#666;
	font-size: 16px;
	height: unset;
	box-sizing: border-box;
}
.box{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px 0;
	overflow: hidden;
}
.box .fli{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}
.box .tag{
	color: #4a4a4a;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
	float: left;
	background: #f1f2f3;
}
.box .tags{
	margin-right: 15px;
	float: left;
}
.box .tags span{
	float: left;
	padding:0 10px;
	height: 30px;
	line-height: 30px;
}
.box .success{
	background-color: #23d160;
	color: #fff;
}
.box .primary {
	background-color: #00d1b2;
	color: #fff;
}
.box .warning{
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}
.box .danger{
  background-color: #ff3860;
  color: #fff;
}
.input{
	box-sizing: border-box;
	font-size: 14px;
	padding: 0;
	margin-bottom:20px;
	border:1px solid #1abc9c; 
	padding: 5px; 
	width: 100%;
	height: 38px;
	color: #34495e;
	border-radius: 3px;
}
.btn{
    -moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	vertical-align: top;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: white;
	border-color: #dbdbdb;
	color: #363636;
	cursor: pointer;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding:0 20px;
	text-align: center;
	white-space: nowrap;
	margin-left: 15px;
}
.to{
	background-color: #00d1b2;
    border-color: transparent;
    color: #fff;
}
.reset{
	background-color: whitesmoke;
    border-color: transparent;
    color: #363636;
}
.des{
	margin: 20px auto;
}
.des p{
	margin-bottom: 10px;
	color:#666;
}
.footer{
	text-align: center;
	margin-bottom: 20px;
}
::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}
::-webkit-scrollbar-thumb {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}