#tools {
	width: 100%;
	height: 100%;
	position: relative
}

#tools .tool-page {
	font-size: 0;
	overflow: hidden;
	min-height: 522px
}

#tools .leftConvert,#tools .rightConvert {
	height: 100%;
	position: absolute
}

#tools .leftConvert span,#tools .rightConvert span {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 32px;
	cursor: pointer
}

#tools .leftConvert .leftImg,#tools .rightConvert .leftImg {
	background: url("../images/left.png") center no-repeat
}

#tools .leftConvert .rightImg,#tools .rightConvert .rightImg {
	background: url("../images/right.png") center no-repeat
}

#tools .leftConvert {
	left: 0;
	top: 0
}

#tools .rightConvert {
	right: 48px;
	top: 0
}

#tools .toolsContainer {
	padding: 0 32px;
	height: 100%;
	width: 100%;
	text-align: left
}

#tools .toolsContainer .filter {
	display: inline-block;
	height: 25px;
	margin-left: 5px
}

#tools .toolsContainer .filter .allImg {
	float: left;
	margin-right: 10px;
	display: inline-block;
	height: 25px;
	width: 25px;
	background: url("../images/allImg.png") center no-repeat
}

#tools .toolsContainer .filter .allFont {
	float: left;
	font-size: 16px;
	display: inline-block;
	color: #fff;
	cursor: pointer;
	text-decoration: none
}

#tools .toolsContainer .toolsField {
	text-align: center
}

#tools .toolsContainer .toolsField .alpha {
	background-color: #00c;
	filter: alpha(opacity = 50);
	-moz-opacity: .5;
	opacity: .5
}

#tools .toolsContainer .toolsField .calculators {
	margin: 10px 10px 0 0;
	text-align: center;
	width: 122px;
	height: 122px;
	display: block;
	color: #fff;
	float: left;
	cursor: pointer;
	position: relative
}

#tools .toolsContainer .toolsField .calculators .delIcon {
	position: absolute;
	top: -10px;
	right: -10px;
	z-index: 9999;
	display: none
}

#tools .toolsContainer .toolsField .calculators .calicon {
	vertical-align: middle;
	text-align: center;
	height: 70px;
	font-size: 56px;
	font-family: Arial
}

#tools .toolsContainer .toolsField .calculators .calname {
	height: 46px;
	position: relative;
	left: 11px;
	display: table-cell;
	vertical-align: middle
}

#tools .toolsContainer .toolsField .calculators .calname span {
	font-size: 14px;
	display: block;
	width: 100px;
	margin: 0 auto
}

#tools .toolsContainer .toolsField .calculators .calculator {
	width: 122px;
	height: 122px
}

#tools .toolsContainer .toolsField .calculators .calculator:hover {
	background-color: #00c;
	filter: alpha(opacity = 50);
	-moz-opacity: .5;
	opacity: .5
}

#tools .toolsContainer .toolsField .add {
	padding-top: 35px;
	margin: 10px 10px 0 0;
	width: 122px;
	height: 122px;
	display: block;
	float: left;
	border: 1px dashed #fff
}

#tools .ui-tabs-nav {
	display: none
}

.tool-bottom-content {
	display: none;
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px 0
}

.tool-bottom-content .finish-edit {
	width: 130px;
	border: 1px solid #999fed;
	background: url(../images/tick.png) no-repeat 25px center;
	text-indent: 20px;
	color: #f6f4f5;
	font-size: 14px;
	height: 30px;
	vertical-align: middle
}

.tool-bottom-content .finish-edit:hover {
	background: url(../images/tick-hover.png) no-repeat 25px center #bcbef7;
	color: #4a4c97
}

.addTool {
	position: absolute;
	top: 4px;
	left: 0;
	width: 279px;
	height: 520px;
	display: none;
	background-color: #30277a
}

.addTool .addHeadBar {
	height: 40px;
	width: 279px;
	text-align: center;
	background-color: #826fc8
}

.addTool .addHeadBar span {
	display: inline-block
}

.addTool .addHeadBar .addToolFont {
	padding-left: 20px;
	padding-top: 7px;
	color: #fff;
	font-size: 18px
}

.addTool .tags-wrapper {
	height: 470px;
	overflow-y: auto;
	overflow-x: hidden
}

.addTool .tags-wrapper .typeTitle {
	height: 40px;
	width: 279px;
	background: url(../images/rightarrow.png) no-repeat 20px center #37298a;
	color: #d8dbfe;
	font-size: 14px;
	border: 1px solid #3a1682;
	text-align: left;
	padding-left: 20px;
	text-indent: 10px
}

.addTool .tags-wrapper .typeTitle .typeName {
	display: inline-block;
	padding-top: 8px
}

.addTool .tags-wrapper .typeTitle .right-arrow {
	display: inline-block;
	width: 20px
}

.addTool .tags-wrapper .typeTitle.active {
	background: url(../images/downarrow.png) no-repeat 20px center #5e50c2
}

.addTool .tags-wrapper .typeContent {
	display: none
}

.addTool .tags-wrapper .typeContent>div {
	height: 18px;
	margin-top: 8px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 60px;
	cursor: pointer
}

.addTool .tags-wrapper .typeContent .circle {
	margin-right: 5px
}

.addTool .tags-wrapper .typeContent .toolName {
	font-size: 12px;
	color: #fff;
	display: block;
	float: left
}

.addTool .tags-wrapper .typeContent .add-flag {
	width: 30px;
	height: 15px;
	float: right;
	display: block
}

.addTool .tags-wrapper .typeContent .added {
	background: url("../images/added.png") center no-repeat
}

.addTool .tags-wrapper .typeContent .unadd {
	background: url("../images/unadd.png") center no-repeat
}

.classify {
	padding-left: 5px;
	padding-top: 20px
}

.classify .group-wrapper {
	height: 45px
}

.classify .group-wrapper .group-name {
	color: #999;
	font-size: 14px;
	display: inline-block;
	width: 70px;
	border-right: 1px solid #999;
	text-align: center
}

.classify .group-wrapper .tag-wrapper {
	display: inline-block;
	padding-left: 5px
}

.classify .group-wrapper .tag-wrapper .tag-name {
	color: #555;
	font-size: 12px;
	padding: 0 3px;
	cursor: pointer
}

.classify .group-wrapper .tag-wrapper .tag-name:hover {
	color: #fff;
	background-color: #7e81e2;
	border-radius: 2px
}