body,div,iframe,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,caption,form,input,button,select,textarea {
	margin: 0;
	padding: 0
}

input,button,textarea,select,div {
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3","FontAwesome",sans-serif
}

select,input,button {
	vertical-align: middle
}

input[type="button"],input[type="submit"],input[type="reset"] {
	-webkit-appearance: none
}

textarea {
	-webkit-appearance: none
}

h1,h2,h3,h4,h5,h6,em {
	font-size: 100%;
	font-weight: normal;
	font-style: normal
}

ol,ul {
	list-style: none
}

img {
	border: 0
}

hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	clear: both;
	font-size: 0;
	height: 1px;
	overflow: hidden
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}

.hide {
	display: none
}

html,body {
	height: 100%;
	padding: 0;
	margin: 0
}

body {
	position: relative;
	background: #fff;
	font-family: "Segoe UI","Lucida Grande",Helvetica,Arial,"Microsoft YaHei",FreeSans,Arimo,"Droid Sans","wenquanyi micro hei","Hiragino Sans GB","Hiragino Sans GB W3","FontAwesome",sans-serif;
	font-weight: normal;
	line-height: 1.6;
	color: #333;
	font-size: 1rem
}

a:link,a:visited {
	text-decoration: none;
	color: #333
}

a:hover,a:active {
	text-decoration: none;
	color: #4caf50
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px
}

a.link {
	color: #4caf50;
	font-size: 14px
}

a.link:hover {
	text-decoration: underline;
	cursor: pointer
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.row:after {
	clear: both;
	display: table;
	content: " "
}

.col-2,.col-3,.col-4 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-2 {
	width: 50%
}

.col-3 {
	width: 33.33333333%
}

.col-4 {
	width: 25%
}

#home {
	background-color: #fcfcfc
}

.header {
	width: 220px;
	height: 100%;
	background-color: #171717;
	border-right: 1px solid #EEE;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	overflow: hidden;
	overflow-y: scroll
}

.content {
	display: block;
	height: 100%;
	margin-left: 220px
}

.logo {
	text-align: center;
	padding-top: 2.5rem
}

.logo img {
	width: 48px
}

.logo h1 {
	color: #4caf50;
	font-size: 1.6em;
	font-weight: bold
}

.logo p {
	color: #666;
	font-size: 14px
}

.menu {
	display: block!important;
	padding-top: 1rem
}

.menu dt {
	padding: .5rem 0;
	color: #b8b8b8;
	cursor: pointer;
	text-align: center;
	border-bottom: 1px solid #171717
}

.menu dt.current {
	color: #FFF;
	border-bottom: 1px solid #333
}

.menu dd {
	display: none;
	padding: .5rem 0;
	text-align: center;
	border-bottom: 1px solid #333;
	background-color: #222
}

.menu li {
	line-height: 28px
}

.menu li a {
	display: inline-block;
	color: #b8b8b8;
	font-size: 14px
}

.menu li a:hover,.menu li.current a {
	color: #4caf50
}

.menu .link {
	text-align: center;
	padding: .5rem 0;
	color: #b8b8b8
}

.menu .link a {
	color: #b8b8b8
}

.menu .link a:hover,.menu .link a.current {
	color: #4caf50
}

#menu-btn {
	display: none
}

.my-words {
	font-size: 12px;
	text-align: center
}

.content-body {
	width: 80%;
	margin: 0 auto;
	padding-top: 2rem
}

.today {
	margin-bottom: 2rem!important
}

.tool-content {
	margin-bottom: 2rem
}

.tool-cate {
	margin-left: 1rem;
	font-size: 15px;
	color: #888
}

.tool-box {
	padding: 10px 0
}

.tool-box:after {
	clear: both;
	content: "";
	display: table
}

.tool-box li {
	display: block;
	float: left;
	width: 25%
}

.tool-card {
	cursor: pointer;
	background: #fff;
	margin-bottom: 1rem;
	margin-left: 1rem;
	margin-right: 1rem;
	padding: .8rem;
	border-radius: 3px;
	border: 1px solid #ebeef5;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07)
}

.tool-card:hover {
	border-color: #4caf50;
	box-shadow: 0 1px 2px rgba(0,0,0,0.17);
	webkit-transform: translate3d(0,-5px,0);
	-moz-transform: translate3d(0,-5px,0);
	-ms-transform: translate3d(0,-5px,0);
	transform: translate3d(0,-5px,0);
	-webkit-transition: ease-in-out .3s;
	transition: ease-in-out .2s;
	-moz-transition: ease-in-out .3s;
	-ms-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s
}

.tool-card dt {
	height: 24px
}

.tool-card img {
	height: 24px;
	width: 24px;
	float: left
}

.tool-card dt a {
	color: #4caf50;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	display: block;
	float: left;
	padding-left: 5px
}

.tool-card dd {
	font-size: 12px;
	color: #666;
	padding-top: .5rem
}

.tool-card dd:after {
	clear: both;
	content: "";
	display: table
}

.tool-hits {
	color: #999
}

.footer {
	color: #777;
	text-align: center;
	padding: 2em 0;
	width: 80%;
	margin: 0 auto
}

.footer-nav {
	border-top: 1px solid #EEE;
	line-height: 2;
	padding-top: 1em;
	font-size: 14px
}

.footer-nav span {
	padding: 0 5px
}

.footer p {
	font-size: 12px;
	padding-top: 5px
}

.tool-title {
	padding-bottom: 15px
}

.tool-name {
	font-size: 1.3em;
	float: left
}

.tool-info {
	padding-top: 2rem
}

.tool-info h5 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px
}

.tool-info p {
	font-size: 12px;
	line-height: 1.6;
	padding-bottom: 10px;
	color: #666
}

#btn-like {
	float: right;
	font-size: 12px;
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #FFF;
	padding: 3px 5px;
	cursor: pointer
}

#btn-like i {
	color: #ea8496
}

.form-input {
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	background-image: none;
	max-width: 100%;
	height: 36px
}

.form-textarea {
	border: 1px solid #CCC;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none
}

.form-block {
	display: block;
	width: 100%
}

.btn-list {
	margin: 15px 0;
	line-height: 2
}

.btn-list .btn,.btn-list .form-input {
	vertical-align: top
}

.btn-list label {
	font-size: 14px
}

.btn-list:after {
	clear: both;
	content: "";
	display: table
}

.tips {
	font-size: 12px;
	line-height: 30px;
	color: #888
}

#tool-result,#tool-result2 {
	background-color: #f7f7f9;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-image: none;
	margin-bottom: 15px
}

#tool-result pre,#tool-result2 pre {
	overflow-x: hidden
}

.btn {
	border-radius: 3px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	height: 36px;
	line-height: 1;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #23923d;
	border-color: #23923d
}

.btn-error {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-error:hover {
	color: #fff;
	background-color: #bd4945;
	border-color: #bd4945
}

.btn.disabled,.btn[disabled] {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.alert {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	border-radius: 4px;
	font-size: 14px
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid #DDD;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px #DDD;
	box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid #DDD;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background-color: #f5f5f5
}

.panel-body {
	padding: 15px
}

.table {
	margin-bottom: 18px;
	font-size: 12px
}

.table th {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top
}

.table td {
	padding: 10px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table th {
	font-weight: bold
}

.table thead th {
	vertical-align: bottom
}

.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td {
	border-top: 0
}

.table tbody+tbody {
	border-top: 2px solid #ddd
}

.table tbody tr:hover td {
	background-color: #f2f2f2
}

.table thead th {
	background-color: #f0f0f0;
	font-weight: normal
}

.table tfoot td {
	color: #777;
	text-align: right;
	font-size: 12px
}

.table-condensed th,.table-condensed td {
	padding: 4px 5px
}

.table-bordered {
	border: 1px solid #ddd;
	border-collapse: separate;
	*border-collapse: collapsed;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.table-bordered th,.table-bordered td {
	border-left: 1px solid #ddd
}

.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td {
	border-top: 0
}

.table-bordered thead:first-child tr:first-child th:first-child,.table-bordered tbody:first-child tr:first-child td:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px
}

.table-bordered thead:first-child tr:first-child th:last-child,.table-bordered tbody:first-child tr:first-child td:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px
}

.table-bordered thead:last-child tr:last-child th:first-child,.table-bordered tbody:last-child tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 4px;
	-moz-border-radius: 0 0 0 4px;
	border-radius: 0 0 0 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px
}

.table-bordered thead:last-child tr:last-child th:last-child,.table-bordered tbody:last-child tr:last-child td:last-child {
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label-default {
	background-color: #777
}

.label-primary {
	background-color: #337ab7
}

.label-success {
	background-color: #5cb85c
}

.label-warning {
	background-color: #f0ad4e
}

.label-danger {
	background-color: #d9534f
}

div.grippie {
	background: #eee url(../img/grippie.png) no-repeat scroll center 2px;
	border-color: #ddd;
	border-style: solid;
	border-width: 0 1px 1px;
	cursor: s-resize;
	height: 9px;
	overflow: hidden;
	margin-bottom: 10px
}

div.resizable-textarea,.resizable-textarea textarea {
	display: block;
	margin-bottom: 0!important
}

@media only screen and (max-width:1440px) {
	.header {
		width: 200px
	}

	.content {
		margin-left: 20px
	}

	.tool-box li {
		width: 33.33%
	}

	.content-body {
		width: 86%
	}
}

@media only screen and (max-width:1024px) {
	.header {
		width: 190px
	}

	.content {
		margin-left: 190px
	}

	.tool-box li {
		width: 33.33333333%
	}

	.content-body {
		width: 90%
	}

	.tool-card dt a {
		font-size: 14px
	}
}

@media only screen and (max-width:980px) {
	.header {
		width: 180px
	}

	.content {
		margin-left: 180px
	}

	.tool-box li {
		width: 50%
	}

	.content-body {
		width: 92%
	}

	.col-2 {
		width: 100%
	}
}

@media only screen and (max-width:768px) {
	.header {
		width: 180px
	}

	.content {
		margin-left: 180px
	}

	.tool-box li {
		width: 100%
	}

	.content-body {
		width: 92%
	}
}

@media only screen and (max-width:640px) {
	.header {
		width: 100%;
		height: 50px;
		border-right: 0
	}

	.logo {
		height: 50px;
		padding-top: 0
	}

	.logo img {
		width: auto;
		height: 40px;
		padding-top: 5px
	}

	.logo h1 {
		display: none
	}

	.logo p {
		display: none
	}

	.menu {
		display: none!important;
		background-color: #252525;
		border-bottom: 10px solid #252525;
		padding-top: .5rem
	}

	.menu dt {
		border-bottom: 1px solid #252525
	}

	.menu.on {
		display: block!important
	}

	#menu-btn {
		position: absolute;
		top: 7px;
		right: 15px;
		display: block
	}

	#menu-btn i {
		color: #FFF;
		font-size: 22px
	}

	.content {
		padding-top: 50px;
		margin-left: 0
	}

	.tool-box li {
		display: block;
		width: 100%
	}

	.content-body {
		width: 92%
	}

	.btn-list {
		margin-bottom: 0
	}

	.btn-list .form-input,.btn-list .btn {
		margin-bottom: 8px
	}
}

@media screen and (max-height:899px) and (min-height:760px) {
	.menu dt {
		padding: .3rem 0;
		font-size: 16px
	}
}

@media screen and (max-height:759px) and (min-height:630px) {
	.menu dt {
		padding: .2rem 0;
		font-size: 16px
	}
}

@media screen and (max-height:629px) {
	.menu dt {
		padding: .1rem 0;
		font-size: 16px
	}
}

.page-404 {
	margin: 10% 0 0 0;
	text-align: center
}

.page-404 img {
	max-width: 100%
}

.page-404 h2 {
	font-size: 1.8em;
	line-height: 2
}

.page-404 p {
	color: #777
}

.about-content {
	font-size: 14px;
	line-height: 1.8
}

.about-content p {
	padding: 6px 0
}

.about-content li {
	font-size: 12px
}

.about-content h4 {
	margin-top: 20px
}

.weixin-code {
	text-align: center;
	padding: 20px 0
}

#go-top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 1010;
	opacity: .9;
	width: 32px;
	min-height: 32px;
	overflow: hidden;
	border-radius: 2px;
	text-align: center;
	background-color: #555
}

#go-top a {
	display: block;
	cursor: pointer
}

#go-top i {
	width: 100%;
	line-height: 32px;
	vertical-align: middle;
	color: #ddd
}

#go-top:hover {
	background: #333
}

#go-top:hover i {
	color: #FFF
}

::-webkit-scrollbar {
	width: 3px
}

::-webkit-scrollbar-thumb {
	background-color: rgba(50,50,50,0.3)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(50,50,50,0.6)
}

::-webkit-scrollbar-track {
	background-color: rgba(50,50,50,0.1)
}

::-webkit-scrollbar-track:hover {
	background-color: rgba(50,50,50,0.2)
}

@font-face {
	font-family:'fontello';src:url('../font/fontello.eot?84815761');src:url('../font/fontello.eot?84815761#iefix') format('embedded-opentype'),url('../font/fontello.woff2?84815761') format('woff2'),url('../font/fontello.woff?84815761') format('woff'),url('../font/fontello.ttf?84815761') format('truetype'),url('../font/fontello.svg?84815761#fontello') format('svg');font-weight:normal;font-style:normal
}[class^="icon-"]:before,[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-heart:before {
	content: '\e800'
}

.icon-thumbs-up:before {
	content: '\e801'
}

.icon-eye:before {
	content: '\e802'
}

.icon-up-big:before {
	content: '\e803'
}

.icon-cancel:before {
	content: '\e804'
}

.icon-right-hand:before {
	content: '\e805'
}

.icon-spin5:before {
	content: '\e838'
}

.icon-menu:before {
	content: '\f0c9'
}

.icon-coffee:before {
	content: '\f0f4'
}

.icon-calendar-empty:before {
	content: '\f133'
}

.icon-wechat:before {
	content: '\f1d7'
}

.animate-spin {
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	display: inline-block
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-o-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@-ms-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

	content