.main {
  background-color: #fff;
}
.page_M {
  border-left: 1px solid #EEEDF6;
  overflow: initial;
}
.desp_box {
  padding: 40px 0 0 40px;
  margin-bottom: 0;
  box-shadow: none;
}
.desp_main .tool-category-name {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
  padding-left: 10px;
  line-height: 1.4;
  border-left: 4px solid #3873b9;
}
.tool-category-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: 30px;
}
.tool-category-item {
  font-size: 14px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.tool-category-item:hover a {
  color: #3873b9;
  text-decoration: underline;
}
.tool-panel{
	padding: 30px 10px;
	background: #fff;
  font-size: 14px;
}
.tool-panel ul{
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
}
.tool-panel ul:after{
	content: '';
  width: 32%;
  height: 0;
}
.tool-panel li{
	width: 32%;
  margin-bottom: 10px;
	line-height: 30px;
	display: inline-block;
}
.tool-panel li p{
	color: #555;
}
.tool-panel .input-text{
	display: inline-block;
	width: 150px;
  height: 40px;
  line-height: 40px;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.tool-panel .input-text{
	display: inline-block;
	width: 180px;
  height: 34px;
  line-height: 34px;
  padding: 0 6px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.tool-panel ul li>span {
   white-space: nowrap;
   font-size: 12px;
}
.tool-panel .input-button,
.tool-panel .input-reset{
  display: block;
  height: 40px;
  line-height: 30px;
  width: 108px;
  color: #fff;
  background-color: #3873b9;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 30px auto;
}
.tool-panel .input-reset{ 
  background-color: #9d9d9d;
}
.btn-group {
  display: flex;
  justify-content: center;
}
.btn-group .input-button,
.btn-group .input-reset{
  margin: 50px 30px 30px;
}