.tools-wrap {
  width: 100%;
  background-color: #fff;
}
.tools-nav {
  padding: 0;
  list-style-type: none;
  width: 100%;
}
.tools-nav li {
  width: 100%;
  padding: 8px 25px;
  border-bottom: 1px solid #ddd;
  clear: both;
}
.tools-nav li a {
  display: block;
  line-height: 45px;
  width: 100%;
}
.tools-nav li a img {
  width: 30px;
  margin-right: 6px;
}
.tools-nav li em {
  float: right;
  color: #666;
}
.tools-txt {
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.tools-txt h1 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tools-txt p {
  margin-bottom: 5px;
}
.tools-tip {
  font-size: 12px;
  color: #666;
  line-height: 20px;
}

.tool-download,
.tool-download > p img {
  width: 100%;
  display: block;
  background-color: #fff;
}
.tool-download {
  font-size: 14px;
  line-height: 22px;
}
.tool-download .container p {
  text-indent: 10px;
  margin-bottom: 5px;
}
.tool-download .container ol {
  padding-left: 20px;
}
.tool-download .btn-wrap {
  margin: 0 auto;
  margin-bottom: 15px;
  text-align: center;
}
.tool-download .btn-wrap img {
  width: 40%;
}
.tool-download h3 {
  font-size: 14px;
  font-weight: bold;
}
.tool-download a {
  color: #c9252c;
}
.tool-contact {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 22px;
}

.tool-contact p img {
  width: 30px;
  margin-right: 15px;
}
.tool-contact .btn-wrap{
  width:100%;
  text-align: center;
}
.tool-contact a {
  color: #c9252c;
}
.tool-contact .btn-kefu{
  background-color:#c9252c;
  color:#fff;
}
