body {
  background-color: #F8F8F8;
}
.tool {
  padding-top: 20px;
  margin: 0 auto;
  width: 85%;
}
.tool-nav-line {
  height: 3px;
  background-color: #D4000E;
  width: 100%;
}
.tool-nav-title {
  color: #333;
  font-size: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: bold;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.tool-tabs {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  padding-top: 0px;
}
.tool-tabs-intro {
  text-align: left;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 18px;
}
.tool-tabs-intro a {
  color: #003352;
}
.tool-tabs .nav-tabs {
  border-bottom: unset;
  margin-top: 25px;
  padding-right: 60px;
}
.tool-tabs .nav-tabs li {
  cursor: pointer;
}
.tool-tabs .active {
  border-bottom: 3px solid #003352;
}
.tool-tabs .nav-tabs > li.active > a,
.tool-tabs .nav-tabs > li.active > a:focus,
.tool-tabs .nav-tabs > li.active > a:hover,
.tool-tabs .nav > li > a:hover {
  background-color: unset;
}
.tool-tab {
  display: flex !important;
  align-items: center;
  border: unset !important;
  padding: 0 0 15px !important;
}
.tool-tab-title {
  color: #333;
  font-size: 17px;
  font-weight: 500;
}
.tool-tab-intro {
  color: #777777;
}
.tool-tab embed {
  width: 56px;
  height: 56px;
  margin-right: 10px;
}
.tool-tab:hover .tool-tab-title {
  font-weight: bold !important;
}
.tool-list {
  margin-top: 20px;
  margin-right: unset;
}
.tool-list .col-lg-3 {
  padding-right: unset;
  height: 100px;
}
.tool-item {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
.tool-item-logo {
  width: 60px;
  height: 60px;
  background-image: url("/img/tools/tool.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: 20px;
  flex-shrink: 0;
}
.tool-item-right {
  flex: 1;
  overflow: hidden;
}
.tool-tags span {
  font-size: 12px;
  color: #003352;
  display: inline;
  height: 20px;
  line-height: 20px;
  border: 1px solid #003352;
  border-radius: 3px;
  padding: 0px 4px;
}
.tool-name {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.tool-intro {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  color: #777777;
}
.tool .pagination-block {
  text-align: center;
}
.tool .pagination {
  margin: 0 auto;
}
.tool .pagination a {
  margin-right: 10px;
  border-radius: 5px;
  color: #555555;
}
.tool .pagination .active a {
  background-color: #003352;
  color: #fff;
}
/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
  .nav-tabs ul {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1366px) {
  .tool-tabs li {
    height: 74px;
    margin-bottom: 20px;
  }
  .tool-intro {
    max-width: 150px;
  }
}
@media (max-width: 1600px) {
  .tool-intro {
    max-width: 150px;
  }
}
@media (max-width: 1600px) {
  .tool {
    width: 98%;
  }
  .tool-item-logo {
    width: 60px;
    height: 60px;
  }
  .tool-name {
    font-size: 16px;
  }
}
.nav-tabs {
  border-bottom: none;
  text-align: center;
  border-bottom: none !important;
}
.nav-tabs ul {
  margin: 0 auto;
  width: min-content;
}
.nav-tabs ul li {
  height: auto !important;
  display: inline-block;
  margin: 0px 3px;
  border-radius: 500px;
  font-size: 16px;
  outline-offset: -1px;
  background: #d9d9d9;
  margin-bottom: 12px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: auto;
}
.nav-tabs ul li a {
  color: #666;
  padding: 0px 12px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  width: max-content;
}
.tool-tabs .active {
  border-bottom: none;
}
.nav-tabs .active {
  background: #D4000E;
}
.nav-tabs .active a {
  color: #fff;
  font-weight: bold;
}
.nav-tabs li.active {
  background: #D4000E;
}
.nav-tabs li.active a {
  color: #fff;
}
.column-detail .detail-con {
  background: #fff !important;
  width: 100%;
  float: none;
}
.mob_det {
  color: #333;
  font-size: 14px;
  line-height: 24px;
}
.footer {
  margin-bottom: 0 !important;
}
.column-detail .detail-con {
  background: none;
}
.tool-head {
  background-color: #fff;
  border-radius: 3px;
  padding: 30px 30px 0 30px;
}
.tool-head > .row {
  display: flex;
}
.tool-head > .row :first-child {
  flex: 1;
  font-size: 16px;
}
.tool-head > .row #content_tool_code {
  min-height: 300px;
}
.tool-head .breadcrumb {
  background-color: unset;
  padding: unset;
  margin-bottom: 20px;
}
.tool-head .breadcrumb a {
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.tool-head .breadcrumb .active {
  color: #003352;
}
.tool-head .tool-link {
  height: 32px;
  line-height: 32px;
  padding: 0px 15px;
  text-align: center;
  font-size: 16px;
  background: #003352;
  color: #fff;
  opacity: 1;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  width: 100px;
}
.tool-title-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.tool-title {
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  color: #333333;
  flex: 1;
}
.tool-desc {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.tool-desc-head {
  font-size: 20px;
  color: #333;
  line-height: 1;
  padding-left: 14px;
  position: relative;
}
.tool-desc-head:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #003352;
  position: absolute;
  left: 0;
}
.tool-desc-content {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
  padding-left: 14px;
}
.tool-sidebar-options {
  list-style: none;
  padding: 0;
  font-size: 0;
  margin: 0 auto;
}
.tool-sidebar-cell {
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 5px;
}
.tool-sidebar-cell .cell-item {
  display: block;
  vertical-align: middle;
  margin-top: 8px;
}
.tool-sidebar-cell:hover {
  background: #d2fcff;
}
.tool-sidebar-cell h3 {
  margin: 0;
  font-size: 12px;
}
.tool-sidebar-cell h3 a {
  color: #333;
}
.tool-sidebar .active {
  background: #01bcc5;
}
.tool-sidebar .active h3 a {
  color: #FFF;
}
.tool-sidebar .sidebar-header {
  font-size: 16px;
  font-weight: 700;
  margin-top: 5px;
}
.tool-content {
  background-color: #fff;
  padding: 20px;
  font-size: 16px;
  line-height: 30px;
}
.tool-content-title {
  text-align: center;
}
.tool-content-title span {
  color: #111;
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  margin: 0 auto;
}
.tool-content-title span:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #003352;
}
.tool-paragraph-title {
  font-size: 20px;
  color: #333;
  line-height: 1;
  padding-left: 14px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tool-paragraph-title:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background-color: #003352;
  position: absolute;
  left: 0;
}
.tool-paragraph-title:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: rgba(112, 112, 112, 0.2);
  position: absolute;
  left: 0;
  bottom: -10px;
}
.tool-relate {
  background-color: #fff;
  padding: 0 30px;
  margin-bottom: 20px;
}
.tool-relate .tool-list div {
  float: left;
  margin-right: 20px;
}
.tool-relate-title {
  font-weight: 500;
  color: #333;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}
.tool-relate-item {
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px;
  position: relative;
}
.tool-relate-item-title {
  width: 100%;
  color: #fff;
  height: 32px;
  line-height: 32px;
  padding: 0px 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}
.tool-relate-item-title:hover {
  color: rgba(255, 255, 255, 0.8);
}
.column-detail .detail-con .art-relative-tags {
  margin: 0;
}
.omni-calculator {
  min-height: 600px;
}
@media (max-width: 767px) {
  .tool-relate-item {
    margin-bottom: 30px;
  }
}
/* phone */
@media (max-width: 991px) {
  .tool-head > .row {
    display: block;
  }
  .tool-sidebar {
    margin-top: 20px;
  }
  .tool-title {
    font-size: 24px;
    line-height: 30px;
  }
  .col-sm-12 {
    padding: 0!important;
  }
  .tool-head .tool-link {
    font-size: 14px;
  }
  .tool-desc-head,
  .tool-relate-title {
    font-size: 18px;
  }
  .tool-relate-item-title2 {
    font-size: 14px !important;
  }
  .col-xs-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.column_no_more,
.column_more {
  text-align: center;
  display: none;
}
.tool-relate-item-title2 {
  font-size: 16px;
  color: #333;
  margin: 5px 0;
  background-color: #f7f7f7;
  border-radius: 20px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  display: block;
  width: max-content;
  padding: 0 15px;
}
.tool-relate-item-title2:hover {
  border: 1px solid red;
  font-weight: bold;
}
/*# sourceMappingURL=index.css.map */