/* 数据显示 start ===================================*/
/* tool-jumbotron */
.tool-jumbotron {
  background: #303435;
  padding: 70px 0 152px 0;
  text-align: center;
  display: flex;
}

.tool-jumbotron-content {
  margin: 0 auto;
}

.tool-jumbotron-text {
  max-width: 929px;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  line-height: 70px;
  text-align: left;
  margin-bottom: 64px;
}

.tool-jumbotron-statistics {
  display: none;
}

.tool-jumbotron-statistics .tool-jumbotron-main {
  font-size: 28px;

  text-align: left;
  color: #52c41a;
  line-height: 28px;

  margin-bottom: 16px;
}

.tool-jumbotron-statistics .tool-jumbotron-tip {
  font-size: 18px;

  text-align: left;
  color: rgba(255, 255, 255, 0.4);
  line-height: 18px;
}

.left-dividing {
  position: relative;
}

.left-dividing::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: " ";
  height: 45px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* 数据显示 end ===================================*/

/* 介绍 文字 start ===================================*/
.tool-description-container {
  margin-top: 95px;
}

.tool-description-title {
  font-size: 40px;

  font-weight: 700;
  text-align: center;
  color: #222222;
  line-height: 40px;
  margin-bottom: 30px;
}

.tool-description-details {
  opacity: 0.8;
  font-size: 16px;

  text-align: center;
  color: #555555;
  line-height: 24px;
}

/* 介绍 文字 end ===================================*/

/* 卡片显示 start ===================================*/
.tool-card-container {
  margin-top: 80px;
  margin-bottom: 70px;
}

.tool-card-container .tool-card-content {
  margin: -18px;
}

.tool-card-container .tool-card-content .tool-item-col {
  padding: 18px;
}

.tool-card-item {
  min-height: 292px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 0px 30px 0px rgba(7, 83, 125, 0.09);
  cursor: pointer;
  padding: 27px 28px;
  position: relative;
}

.tool-card-item:hover {
  background: #303435;
}

/* hover 图片切换 */
.tool-card-img-content .tool-card-img {
  width: 68px;
  height: 68px;
  /* background-image: url("../assets/card/whois-search.png"); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tool-card-item:hover .tool-card-img-content .tool-card-img {
  background-image: url("../assets/card/whois-search-active.png");
}

.tool-card-img-content .tool-card-img.WHOISSearch {
  background-image: url("../assets/card/whois-search.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.WHOISSearch {
  background-image: url("../assets/card/whois-search-active.png");
}

.tool-card-img-content .tool-card-img.ReverseWHOISSearch {
  background-image: url("../assets/card/reverse-whois-search.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.ReverseWHOISSearch {
  background-image: url("../assets/card/reverse-whois-search-active.png");
}

.tool-card-img-content .tool-card-img.WHOISHistorySearch {
  background-image: url("../assets/card/whois-search-history.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.WHOISHistorySearch {
  background-image: url("../assets/card/whois-search-history-active.png");
}

.tool-card-img-content .tool-card-img.IPGeolocation {
  background-image: url("../assets/card/ip-geolocation.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.IPGeolocation {
  background-image: url("../assets/card/ip-geolocation-active.png");
}

.tool-card-img-content .tool-card-img.IPWHOIS {
  background-image: url("../assets/card/ip-whois.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.IPWHOIS {
  background-image: url("../assets/card/ip-whois-active.png");
}

.tool-card-img-content .tool-card-img.BulkIPLookup {
  background-image: url("../assets/card/bulk-ip-lookup.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.BulkIPLookup {
  background-image: url("../assets/card/bulk-ip-lookup-active.png");
}

.tool-card-img-content .tool-card-img.TracerouteTest {
  background-image: url("../assets/card/traceroute-test.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.TracerouteTest {
  background-image: url("../assets/card/traceroute-test-active.png");
}

.tool-card-img-content .tool-card-img.PortChecker {
  background-image: url("../assets/card/port-checker.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.PortChecker {
  background-image: url("../assets/card/port-checker-active.png");
}

.tool-card-img-content .tool-card-img.PingTest {
  background-image: url("../assets/card/ping-test.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.PingTest {
  background-image: url("../assets/card/ping-test-active.png");
}

.tool-card-img-content .tool-card-img.WebsiteSpeedinChina {
  background-image: url("../assets/card/website-speed-in-china.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.WebsiteSpeedinChina {
  background-image: url("../assets/card/website-speed-in-china-active.png");
}

.tool-card-img-content .tool-card-img.DNSCheck {
  background-image: url("../assets/card/DNS-heck.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.DNSCheck {
  background-image: url("../assets/card/DNS-heck-active.png");
}

.tool-card-img-content .tool-card-img.HTMLConverter {
  background-image: url("../assets/card/HTML-converter.png");
}

.tool-card-item:hover .tool-card-img-content .tool-card-img.HTMLConverter {
  background-image: url("../assets/card/HTML-converter-active.png");
}

/* =================== */
.tool-card-text-main {
  font-size: 20px;

  font-weight: 700;
  color: #000000;
  line-height: 20px;

  padding-left: 13px;
  margin-top: 20px;
}

.tool-card-text-tip {
  opacity: 0.7;
  font-size: 16px;

  color: #000000;
  line-height: 24px;

  padding-left: 13px;
  margin-top: 12px;
}

.tool-card-icon {
  position: absolute;
  color: #52c41a;
  right: 43px;
  bottom: 38px;
  transition: all 0.5s;
  font-size: 24px;
}

.tool-card-item:hover .tool-card-text-main {
  color: #ffffff;
}

.tool-card-item:hover .tool-card-text-tip {
  color: #ffffff;
}

.tool-card-item:hover .tool-card-icon {
  right: 40px;
  /* transform: translateX(3px); */
}

/* 卡片显示 end===================================*/

/* 试用部分 按钮 start===================================*/
.tool-get-free {
  margin-bottom: 130px;
}

.tool-get-free-btn {
  cursor: pointer;
  background: linear-gradient(282deg, #58c71d 0%, #a7e742);
  border-radius: 5px;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  padding: 20px 60px;
}

.tool-get-free-btn:hover {
  opacity: 0.8;
}

/* 试用部分 按钮 end===================================*/

/*  网页显示demo start===================================*/
.tool-example-container {
  padding: 100px 0;
}

.tool-example-content {
  display: flex;
}

.tool-example-description {
  width: 452px;
  margin-right: 18px;
}


.tool-example-title {
  font-size: 24px;
  font-weight: 700;
  color: #222222;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 14px;
}

.tool-example-type-icon{
  width: 68px;
  height: 68px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.tool-example-type-icon.WHOISSearch{
  background-image: url('../assets/content/WHOISSearch.png');
}
.tool-example-type-icon.IPGeolocation{
  background-image: url('../assets/content/IPGeolocation.png');
}
.tool-example-main-text {
  font-size: 40px;

  font-weight: 700;
  color: #222222;
  line-height: 40px;
  margin-bottom: 40px;
}

.tool-example-tip-text {
  opacity: 0.8;
  font-size: 16px;

  color: #555555;
  line-height: 24px;
  margin-bottom: 40px;
}

.tool-example-btn-content {
  display: flex;
  width: 100%;
}

.tool-example-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px 15px 30px;
  background: linear-gradient(288deg, #58c71d 0%, #a7e742);
  border-radius: 5px;

  font-size: 18px;

  font-weight: 700;
  color: #ffffff;
  line-height: 21px;
}

.tool-example-btn:hover {
  opacity: 0.8;
}

.tool-example-icon {
  font-size: 20px;
  margin-left: 8px;
}

.tool-example-img {
  width: 730px;
}

.tool-example-img img {
  width: 100%;
  box-shadow: 0px 0px 30px 0px rgba(7, 83, 125, 0.09);
}

/* 单独使用了 */
.pd-l-70 {
  padding-left: 26px;
}

.example-bg {
  background: #fafbfc;
}

/*  网页显示demo end===================================*/

/*  公司相关介绍 start===================================*/
.tool-company-content {
  padding: 150px 0;
}

.tool-company-main {
  font-size: 42px;

  font-weight: 700;
  color: #222222;
  line-height: 50px;
  margin-bottom: 40px;
}

.tool-company-tip {
  opacity: 0.8;
  font-size: 16px;

  color: #555555;
  line-height: 24px;
}

/*  公司相关介绍 end===================================*/