.tools-page {
  background: #f7f7f7;
}
.tools-page-content {
  padding: 24px;
}
.tools-page-content-tool {
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  padding-top: 16px;
  margin-top: 12px;
}
.tools-page-content-tool-tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}
.tools-page-content-tool-tab-left {
  display: flex;
  align-items: center;
  gap: 24px;
}
.tools-page-content-tool-tab-left-text,
.tools-page-content-tool-tab-left-separation {
  font-weight: 400;
  font-size: 14px;
  color: #2d3139;
  line-height: 16px;
  cursor: pointer;
}
.tools-page-content-tool-tab-left-line {
  width: 1px;
  height: 18px;
  background: #d9d9d9;
}
.tools-page-content-tool-tab-left-text:hover,
.tools-page-content-tool-tab-left-separation:hover {
  color: #0066ff;
}
.tools-page-content-tool-tab-left-active {
  position: relative;
  font-weight: bold;
  font-size: 14px;
  color: #121418;
}
.tools-page-content-tool-tab-left-active::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0066ff;
}
.tools-page-content-tool-tab-right {
  display: flex;
  align-items: center;
  gap: 34px;
}
.tools-page-content-tool-tab-right-collect,
.tools-page-content-tool-tab-right-price,
.tools-page-content-tool-tab-right-feedback {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.tools-page-content-tool-tab-right-collect::after,
.tools-page-content-tool-tab-right-price::after {
  content: '';
  position: absolute;
  top: 0px;
  right: -13%;
  width: 1px;
  height: 14px;
  background: #eeeeee;
}
.tools-page-content-tool-tab-right-collect {
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 14px;
}
.tools-page-content-tool-tab-right-collect-icon {
  transform: translateY(1px);
}
.tools-page-content-tool-tab-right-collect .icon-shoucang {
  color: #d1d1d1;
  font-size: 18px;
}
.tools-page-content-tool-tab-right-price {
  font-weight: 400;
  font-size: 12px;
  color: #0066ff;
  line-height: 14px;
}
.tools-page-content-tool-tab-right-price .icon-jiageshuoming {
  width: 18px;
  height: 18px;
}
.tools-page-content-tool-tab-right-price .icon-jiantou03 {
  font-size: 13px;
}
.tools-page-content-tool-tab-right-feedback {
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 14px;
}
.tools-page-content-tool-tab-right-feedback .icon-yijianfankui {
  width: 16px;
  height: 16px;
}
.tools-page-content-tool-tab-right-feedback .icon-jiantou03 {
  font-size: 13px;
}
.tools-page-content-tool-line {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-top: 17px;
  margin-bottom: 24px;
}
.tools-page-content .text-box-top {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.tools-page-content .text-box-top-list {
  flex: 1;
}
.tools-page-content .text-box-top-list-title {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
}
.tools-page-content .text-box-top-list-textarea {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  font-weight: 400;
  font-size: 14px;
}
.tools-page-content .text-box-top-list-queries {
  font-weight: 400;
  font-size: 14px;
  color: #2d3139;
  line-height: 24px;
  margin-top: 16px;
}
.tools-page-content .text-box-top-list-queries-num {
  color: #ff4d00;
  font-size: 18px;
  font-weight: bold;
}
.tools-page-content .text-box-results {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  padding: 24px;
  padding-top: 16px;
  margin-top: 12px;
}
.tools-page-content .text-box-results-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  font-size: 14px;
  color: #121418;
  line-height: 16px;
}
.tools-page-content .text-box-results .fill-in-a {
  background: #ff4d00 !important;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-left: 10px;
  cursor: pointer;
}
.tools-page-content .text-box-results .fill-in-b {
  background: #0066ff !important;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
}
.tools-page-content .text-box-results .results-text {
  display: none;
  font-weight: bold;
  font-size: 14px;
  color: #121418;
  line-height: 16px;
}
.tools-page-content .text-box-results .icon-zhengque {
  width: 18px;
  height: 18px;
  margin-bottom: -2px;
}
.tools-page-content .text-box-results-line {
  height: 1px;
  background: #eeeeee;
  margin: 24px 0;
}
.tools-page-content .text-box-results-textarea {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  font-weight: 400;
  font-size: 14px;
}
.tools-page-content .text-box-operation-title {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-top: 18px;
  margin-bottom: 8px;
}
.tools-page-content .text-box-operation-btns {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 12px;
}
.tools-page-content .text-box-operation-btns-item {
  height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.tools-page-content .text-box-operation-btns-item:active {
  color: #ffffff;
}
.tools-page-content .text-box-operation-btns-tooltip {
  position: relative;
  color: #0066ff;
}
.tools-page-content .text-box-operation-btns-tooltip:hover .mg_box2_w,
.tools-page-content .text-box-operation-btns-tooltip:hover .mg_box_w {
  z-index: 999;
}
.tools-page-content .text-box-operation-btns-tooltip .icon-yiwen {
  font-size: 24px;
  cursor: pointer;
}

.btn.text-box-operation-btns-item.bg-primary1 {
  background: #0066ff ;
}
.btn.text-box-operation-btns-item.bg-warning1 {
  background: #ff4d00 ;
}
.btn.text-box-operation-btns-item.bg-danger1 {
  background: #ff1414 ;
}
.mg_box2_w,
.mg_box_w {
  width: 353px;
  height: 514px;
  position: absolute;
  bottom: -80px;
  left: 23px;
  z-index: -2;
  cursor: pointer;
}
.jian_hover .mg_box_w {
  bottom: -169px;
  left: -274px;
  padding-bottom: 0;
  padding-right: 30px;
}
.mg_box2 {
  width: 353px;
  height: 100%;
  border: 1px solid #1e9fff;
  background-color: #f1f9ff;
  padding: 15px 0;
  overflow: hidden;
  border-radius: 8px;
}
.jian_hover .mg_sj {
  position: absolute;
  bottom: 173px;
  right: 20px;
  width: 11px;
  transform: rotateZ(270deg);
}
.mg_box2 p {
  padding: 0 20px;
  font-size: 12px;
  line-height: 14px;
  color: #1e9fff;
  margin-bottom: 15px;
}
.mg_sj2 {
  position: absolute;
  bottom: 30px;
  left: 25px;
  width: 11px;
}
.mg_ul li {
  float: left;
  width: 25%;
  font-size: 14px;
  line-height: 15px;
  color: #666;
  border-right: 1px solid #ddd;
  margin-bottom: 10px;
  text-align: center;
  box-sizing: border-box;
}
.mg_ul li:nth-child(4n) {
  border-right: none;
}
