.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: -18px;
  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 .separation-box-top {
  display: flex;
  gap: 24px;
  margin-top: 24px;
}
.tools-page-content .separation-box-top-enter,
.tools-page-content .separation-box-top-results {
  flex: 1;
}
.tools-page-content .separation-box-top-enter-title,
.tools-page-content .separation-box-top-results-title {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 16px;
}
.tools-page-content .separation-box-top-enter-textarea,
.tools-page-content .separation-box-top-results-textarea {
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  font-weight: 400;
  font-size: 14px;
}
.tools-page-content .separation-box-bottom {
  display: flex;
  gap: 24px;
  padding: 24px;
  background: #f7f7f7;
  border-radius: 8px;
  margin-top: 24px;
}
.tools-page-content .separation-box-bottom-regular,
.tools-page-content .separation-box-bottom-domain {
  width: 36%;
}
.tools-page-content .separation-box-bottom-regular-title,
.tools-page-content .separation-box-bottom-domain-title {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.tools-page-content .separation-box-bottom-regular-input,
.tools-page-content .separation-box-bottom-domain-input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #d1d1d1;
  font-weight: 400;
  font-size: 14px;
  margin-top: 16px;
  padding: 12px 16px;
}
.tools-page-content .separation-box-bottom-regular .tips-text,
.tools-page-content .separation-box-bottom-domain .tips-text,
.tools-page-content .separation-box-bottom-regular .suffix-text,
.tools-page-content .separation-box-bottom-domain .suffix-text {
  font-size: 12px;
  color: #f00;
  margin-top: 6px;
}
.tools-page-content .separation-box-bottom-regular-tags,
.tools-page-content .separation-box-bottom-domain-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 12px;
  margin-top: 16px;
}
.tools-page-content .separation-box-bottom-regular-tags-item,
.tools-page-content .separation-box-bottom-domain-tags-item {
  padding: 8px 10px;
  background: #ffffff;
  border-radius: 4px;
  cursor: pointer;
}
.tools-page-content .separation-box-bottom-regular-tags-item:hover,
.tools-page-content .separation-box-bottom-domain-tags-item:hover {
  /* border: 1px solid #0066ff; */
  color: #0066ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tools-page-content .separation-box-bottom-regular-tags .selected,
.tools-page-content .separation-box-bottom-domain-tags .selected {
  background-color: #0066ff;
  color: #fff;
}
.tools-page-content .separation-box-bottom-operate {
  flex: 1;
}
.tools-page-content .separation-box-bottom-operate-title {
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
}
.tools-page-content .separation-box-bottom-operate-btn {
  width: 200px;
  height: 50px;
  background: #0066ff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin: 16px 0;
}
.tools-page-content .separation-box-bottom-operate-btn:hover {
  color: #ffffff;
}
.tools-page-content .separation-box-bottom-operate-desc {
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 18px;
}

.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;
}

.subdomain-box {
  flex-direction: column;
}
.subdomain-box .separation-box-bottom-domain-input {
  margin-top: 0;
  width: 500px;
}
.subdomain-box .separation-box-bottom-operate-btn {
  border: 0 none;
  margin: 0;
}
.separation-box-top-enter-textarea-container {
  position: relative;
}
.subdomain-box .full-analysis-content-comprehensive-search-left-operate-clean {
  position: absolute;
  bottom: 10px;
  right: 20px;
}
.separation-box-top-enter-container {
  display: flex;
  gap: 24px;
}
#generate-btn {
  margin-top: 22px;
}
.tools-page-content .text-box-results {
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  padding: 24px;
  padding-top: 16px;
  margin-top: 12px;
}
.open-urls-box .separation-box-top-enter-textarea-container {
  width: 600px;
  margin-bottom: 20px;
}
.open-urls-box #toomany {
  display: none;
  background: #f0f7ff; /* 极浅的主题蓝色调 */
  border: 1px solid #cce0ff; /* 浅蓝色边框 */
  border-left: 5px solid #0066ff; /* 左侧粗边框突出主题色 */
  padding: 15px 20px;
  margin-top: 20px;
  width: 550px;
  text-align: left;
  border-radius: 8px; /* 圆角化 */
  color: #333; /* 深灰色字体，阅读更舒适 */
  font-size: 14px;
  box-shadow: 0 2px 12px rgba(0, 102, 255, 0.08); /* 淡淡的主题色阴影 */
  align-items: center;
  justify-content: space-between;
}
#toomany b a {
  color: #0066ff;
  text-decoration: none;
  background: #ffffff;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid #0066ff;
  transition: all 0.3s;
}

#toomany b a:hover {
  background: #0066ff;
  color: #fff;
}
.common-use-search-content-instructions {
	background: #ffffff;
	border-radius: 8px;
	padding: 24px;
	padding-top: 16px;
	margin-top: 12px;
}
.common-use-search-content-instructions-title {
	font-weight: bold;
	font-size: 14px;
	color: #121418;
	line-height: 16px;
}
.common-use-search-content-instructions-line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	margin: 16px 0;
	margin-bottom: 24px;
}
.common-use-search-content-instructions-desc {
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 24px;
}
.open-urls-box .separation-box-top-enter-title {
  font-weight: 400;
}
.open-urls-box .separation-box-top-enter-title strong {
  color: #0066ff;
  cursor: pointer;
}

:root {
    --jucha-primary: #0066ff;
    --jucha-bg: #f5f7fa;
    --jucha-text: #333;
    --jucha-warn-bg: #fff7e6;
    --jucha-warn-border: #ffd591;
}

/* 容器样式 */
.jucha_wrapper {
    margin: 20px 0;
    font-family: "Microsoft YaHei", sans-serif;
    color: var(--jucha-text);
    line-height: 1.6;
}

.jucha_title {
    text-align: center;
    color: var(--jucha-primary);
    margin-bottom: 25px;
}

/* 手风琴主结构 */
.jucha_accordion {
    border: 1px solid #e0e6ed;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.jucha_accordion_item {
    border-bottom: 1px solid #e0e6ed;
}

.jucha_accordion_item:last-child {
    border-bottom: none;
}

/* 头部栏 */
.jucha_accordion_header {
    width: 100%;
    padding: 16px 20px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}

.jucha_accordion_header:hover {
    background: #f9fbff;
}

.jucha_accordion_header.jucha_active {
    background: #f0f6ff;
}

.jucha_browser_name {
    font-size: 16px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

/* 重点推荐标签 */
.jucha_badge {
    background: #ff4d4f;
    color: #fff;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 0 10px;
    font-weight: normal;
}

/* 箭头 */
.jucha_icon_arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    transform: rotate(45deg);
    transition: transform 0.3s;
}

.jucha_accordion_header.jucha_active .jucha_icon_arrow {
    transform: rotate(-135deg);
    border-color: var(--jucha-primary);
}

.jucha_accordion_header.jucha_active .jucha_browser_name {
    color: var(--jucha-primary);
}

/* 内容区 */
.jucha_accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: #fff;
}
.jucha_code {
    background: #f2f4f7;
    padding: 2px 5px;
    border-radius: 3px;
    color: #e83e8c;
    font-family: Consolas, monospace;
}
.jucha_content_body {
    padding: 20px 25px;
    font-size: 14px;
    color: #555;
    border-top: 1px solid #f0f4f8;
}

/* 强调文字 */
.jucha_highlight {
    color: var(--jucha-primary);
    font-weight: 600;
}

.jucha_url_tag {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: monospace;
    color: #c41d7f;
}

.jucha_step_list {
    margin: 0;
    padding-left: 18px;
}

.jucha_step_list li {
    margin-bottom: 10px;
}
.jucha_notice_box {
    background-color: var(--jucha-warn-bg);
    border: 1px solid var(--jucha-warn-border);
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 14px;
    color: #856404;
}