:root {
    --theme-primary: #16BAAA;
    --theme-primary-hover: #13A899;
    --theme-primary-light: rgba(22, 186, 170, 0.12);
    --theme-primary-rgb: 22, 186, 170;
    --theme-accent: #12A092;
    --theme-accent-dark: #0E877A;
    --theme-bg: #F6F6F6;
    --theme-card-bg: #FFFFFF;
}
body{
    background: var(--theme-bg);
    color:#303133!important;
}

td {
    word-break: break-all!important;
    /* 或者使用 word-wrap: break-word; */
}
.ah:hover{
  color: #ff0000;
  text-decoration: underline;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.tool-font-dark-green{
    color:#006400;
}
.img-index{
    width:56px;
    height:56px;
    border-radius:12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.site-tool-iconfont {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-top: 3px;
    background: transparent;
    color: #3973c9;
    font-family: FontAwesome;
    font-size: 50px;
    line-height: 1;
}
.site-tool-iconfont.fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    line-height: 1;
}
.site-tool-iconfont--search {
    flex: 0 0 56px;
    margin: 0 12px 0 0;
}
.site-tool-iconfont--web { color: #419663; }
.site-tool-iconfont--dev { color: #3973c9; }
.site-tool-iconfont--utility { color: #d9872c; }
.site-tool-iconfont--fun { color: #9259bb; }
.line20{
    line-height: 20px!important;
}
.max-img{max-width:500px;}
.img-list{width:100px;height:70px;}
.img-list1{width:90px;height:70px;}
.site-img{width:100%;height:180px;border-radius:5px;box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);margin-top:5px;}
.bor-b{border-bottom:1px solid #eee;}
.p-b-xs{padding-bottom:10px;}
.p-b-sm{padding-bottom:20px;}
.p-b-md{padding-bottom:30px;}
.p-b-lg{padding-bottom:50px;}
.bor-rad4{border-radius: 4px;}
.two-line-ellipsis {
    display: -webkit-box; /* 使用弹性盒子布局 */
    -webkit-box-orient: vertical; /* 垂直方向布局 */
    -webkit-line-clamp: 2; /* 最多显示3行 */
    overflow: hidden; /* 溢出内容隐藏 */
    text-overflow: ellipsis; /* 溢出文本以省略号显示 */
}
.suiji{
    display:flex;
}
.suiji div:nth-child(1){
    width: 10%;
}
.unix{
    margin-top: 30px;
    display:flex;
}
.float-l{
    float: left;
}
.float-r{
    float: right;
}
@media screen and (max-width: 768px) {
/* 手机端样式 */
.img-list{width:70px;height:60px;}
.img-list1{width:70px;height:60px;}
.max-img{max-width:100%;}
.suiji div:nth-child(1){width: 44%;}
.unix{display:block;margin-top: 20px;}
}
.huangli-table-1 tr td {width:76px;height:30px;text-align:center;border:1px solid #ededed;}
.huangli-table-1 tr:first-child td:first-child {background-color:#FAF5EC;width:100px;}
.huangli-table-1 tr:first-child td:nth-child(6) {background-color:#FAF5EC;width:100px;}
.huangli-table-1,.huangli-table-2,.huangli-table-3,.huangli-table-4 {width:100%;}
.huangli-table-2 {width:100%;border:1px solid #ededed;border-collapse:collapse;margin-top:10px;}
.huangli-table-2 tr td {height:30px;text-align:center;border:1px solid #ededed;width:100px;}
.huangli-table-2 tr td:first-child {background-color:#FAF5EC;}
.huangli-table-2 tr td:nth-child(2) {width:300px;text-align:left;padding-left:11px;}
.huangli-table-2 tr td:nth-child(3) {background-color:#FAF5EC;}
.huangli-table-2 tr td:nth-child(4) {width:300px;text-align:left;padding-left:11px;}
.huangli-table-2 tr td a {text-decoration:underline;}
.huangli-table-4 tr td:first-child {background-color:#FAF5EC;}
.huangli-table-4 tr td {height:30px;width:61px;text-align:center;border:1px solid #ededed;padding:10px;padding:10px 20px;}
.huangli-table-4 tr:nth-child(2) td:nth-child(n+2) {padding:10px;}
.huangli-table-4 tr td a {text-decoration:underline;}
.stext:before {
    content: "#";
    float: left;
    /* font-size: .7rem; */
    color: #999;
    margin: 0 0.125rem;
}
.layui-bg-white{
    background: #FFFFFF!important;
    color: #303133!important;
}
.layui-font-white{
    color: #FFFFFF;
}
.font-black{
    color: #303133!important;
}
.text-darker {
    color: #444d58;
}
.text-light {
    color: #a1a7b7;
}
.text-lighter {
    color: #caccd5;
}
.text-gray{
    color: #6b7386;
}
.zifu{
    color:#999;margin-right:2px
}
.font700{
    font-weight: 700;
}
.bold{
    font-weight: 700;
}
.p-xs{
    padding: 10px;
}
.p-sm{
    padding: 20px;
}
.p-t-xs{
    padding-top: 10px;
}
.p-tb-xs{
    padding: 10px 0;
}
.p-tb-sm{
    padding: 20px 0;
}
.p-l-sm{
    padding-left: 20px;
}
.p-lr-sm{
    padding: 0 20px;
}
.p-r-xs{
    padding-right:10px;
}
.m-t-xs{
    margin-top: 10px;
}
.m-t-sm{
    margin-top: 20px;
}
.m-t-lg{
    margin-top: 50px;
}
.m-b-xs{
    margin-bottom: 10px;
}
.m-tb-xs{
    margin: 10px 0;
}
.m-tb-sm{
    margin:20px 0;
}
.m-l-xs{
    margin-left: 10px;
}
.m-l-sm{
    margin-left: 20px;
}
.m-r-xs{
    margin-right: 10px;
}
.m-r-sm{
    margin-right: 20px;
}
.m-lr-xs{
    margin:0 10px;
}
.m-lr-sm{
    margin: 0 20px;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
/*a标签样式*/
.underline:hover{
    text-decoration: underline;
}
.cur{
    cursor: pointer;
}
.texts{
    background-color: #F5F5F6;
    color: #444;
    padding: 10px;
    margin: 10px 0;
    border-radius: 6px;
}
.text-elip2 {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.box__tit::before {
    content: "";
    position: absolute;
    left: 6px;
    top: 13px;
    width: 4px;
    height: 16px;
    background: linear-gradient(180deg, var(--theme-accent), var(--theme-accent-dark));
    box-shadow: 0 4px 8px rgba(var(--theme-primary-rgb), 0.35);
    border-radius: 4px;
}
/*a标签样式*/
.max-img{
    max-width: 100%;
}
.footer{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/*汉字字典*/
.attr-item {
    position: relative;
    padding-bottom: 10px;
}
.attr {
    position: absolute;
    left: -5px;
    top: 0;
    z-index: 10;
    color: #888;
    padding: 2px 6px;
    background-color: #f0f2f7;
    border-radius: 2px;
    text-align: center;
}
.attr-title {
    position: relative;
    margin-bottom: 10px;
    line-height: 22px;
    margin-left: 20px;
    color: #303133;
    font-size: 16px;
}
.bishun{
    width:20px;
    height: 20px;
}
/*汉字字典*/
/*框样式*/
.kuang{
    border:1px solid #eee;
    border-radius: 2px;
    padding:2px 4px;
    margin:10px 6px 0 0;
}
/*框样式*/
/*房贷计算器*/
.daikuan_bg {
    background-color: #eee;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}
.pmk_1040_show {
    display: block;
}
.pmk_990_show {
    display: none;
}
.pmk_990_show {
    display: block;
}
.pmk_1040_show {
    display: none;
}
.daikuan_Calculator {
    align: center;
    z-index: 1;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 13px;
    color: #666;
}
.daikuan_datalisttable {
    border-collapse: collapse;
    color: #585858;
    border: 1px #ccc dotted;
}
/*房贷计算器*/
/*对联列表*/
.kk{
    border:1px solid #eee;border-radius:2px;display: block;padding: 5px 0;
}
/*作者*/
.author{
    width:60px;height:60px;border-radius:50%;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.universe{
    width:30px;height:30px;border-radius:50%;box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
/*作者*/
.no-wrap {
  white-space: nowrap;
}
/*工具列表*/
.tools-list{
    background-color: var(--theme-card-bg);
    border-radius: 12px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.tools-list:hover{
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.tool-card__desc{
    height: 38px;
    margin-top: 4px;
}
.section-card{
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: none;
}
.section-card .layui-card-header{
    border-bottom: 1px solid #f0f0f0;
}
.section-card__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.theme-btn{
    background: var(--theme-primary)!important;
    border-color: var(--theme-primary)!important;
    color: #fff!important;
    border-radius: 10px;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
}
.theme-btn:hover{
    background: var(--theme-primary-hover)!important;
    border-color: var(--theme-primary-hover)!important;
}
.reward{
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    cursor: pointer;
    transition: box-shadow 0.25s ease;
}
.reward:hover{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.reward img{
    width: 100%;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}
.reward span{
    display: inline-block;
    margin-top: 6px;
    background-color: var(--theme-accent);
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 12px;
}
.reward-header__icon{
    margin-bottom: 6px;
    vertical-align: middle;
}
.links-list li{
    margin: 4px 12px 4px 0;
}
.links-list a{
    padding: 4px 10px;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}
.links-list a:hover{
    background: var(--theme-primary-light);
    color: var(--theme-primary)!important;
}
/*工具列表*/
/*搜索*/
.hero-search{
    background: var(--theme-card-bg);
    border-radius: 16px;
    padding: 28px 24px;
    margin: 10px 0 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.hero-search__title{
    color: #303133;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .4px;
}
.hero-search__subtitle{
    font-size: 14px;
    margin-top: 4px;
}
.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding: 0;
    margin-bottom: 0;
}
.hero-search.banner {
    margin: 10px 0 20px;
    padding: 18px 24px 20px;
}
.search-type-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-width: 0;
}
.hero-search__head {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 38px;
    padding-right: 16px;
    border-right: 1px solid #e7eeee;
}
.hero-search .search-main {
    align-self: center;
    width: 100%;
}
.search-main {
    display: flex;
    width: 100%;
    max-width: 720px;
}

.search-type-wrap {
    position: relative;
    flex: 1;
    min-width: 0;
    width: 100%;
    overflow: hidden;
}
.search-type-wrap::before,
.search-type-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 6px;
    width: 20px;
    z-index: 1;
    pointer-events: none;
}
.search-type-wrap::before {
    left: 0;
    background: linear-gradient(to right, var(--theme-card-bg), transparent);
}
.search-type-wrap::after {
    right: 0;
    background: linear-gradient(to left, var(--theme-card-bg), transparent);
}
.search-type {
    display: block;
    width: 100%;
    max-width: 100%;
    padding-bottom: 6px;
    margin-bottom: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: auto;
}
.search-type::-webkit-scrollbar {
    display: none;
}

.search-type li {
    color: #555;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
    transition: all .25s;
    margin: 0 6px 4px 0;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    line-height: 1.5;
    min-height: 32px;
    overflow: visible;
    box-sizing: border-box;
}

.search-type li img {
    flex-shrink: 0;
    max-height: 15px;
    max-width: 15px;
    border-radius: 50px;
    padding: 2px;
    margin-right: 4px;
    background-color: #fff;
}
.search-type li.active {
    color: #fff;
    background: var(--theme-primary);
    border-color: var(--theme-primary);
}
.search-type li:hover {
    color: var(--theme-primary);
    background: var(--theme-primary-light);
}
.search-main{
    gap: 10px;
    align-items: center;
}
.search-input{
    flex: 1;
    height: 44px!important;
    border-radius: 10px!important;
    border: 1px solid #e8e8e8!important;
    padding-left: 16px!important;
}
.search-input:focus{
    border-color: var(--theme-primary)!important;
    box-shadow: 0 0 0 2px var(--theme-primary-light);
}
.site-tool-filter {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 13px;
    padding-top: 13px;
    border-top: 1px solid #edf1f2;
}
.site-tool-search-card {
    margin: 0 0 16px;
    border: 1px solid #e7eeee;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(38, 64, 78, .04);
}
.site-tool-search-card .site-tool-filter {
    margin: 0;
    padding: 14px 20px;
    border-top: 0;
}
.unified-search-card { margin-top: 10px; }
.unified-search-card {
    overflow: hidden;
    border-color: #e9eeee;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(36, 58, 67, .06);
}
.unified-search-card .site-tool-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 39px 22px 12px;
}
.unified-search-card .theme-btn {
    display: none;
    flex: 0 0 auto;
    height: 44px;
    padding: 0 15px;
    line-height: 44px;
}
.unified-search-card .theme-btn.is-visible { display: inline-block; }
.unified-search-mode {
    display: flex;
    flex: 0 0 100%;
    order: 2;
    justify-content: center;
    gap: 34px;
    align-items: center;
    min-height: 34px;
    padding-top: 0;
}
.unified-search-mode:before,
.unified-search-mode:after { display: none; }
.unified-search-mode__option { position: relative; margin: 0; cursor: pointer; }
.unified-search-mode__option input { position: absolute; opacity: 0; pointer-events: none; }
.unified-search-mode__option span {
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0;
    color: #7d898d;
    font-size: 15px;
    transition: color .18s ease;
}
.unified-search-mode__option span:before {
    width: 11px;
    height: 11px;
    margin-right: 8px;
    border: 1px solid #bdc6c8;
    border-radius: 50%;
    content: '';
}
.unified-search-mode__option .fa { margin-right: 6px; font-size: 14px; }
.unified-search-mode__option input:checked + span {
    color: var(--theme-primary);
    font-weight: 600;
}
.unified-search-mode__option input:checked + span:before {
    border-color: var(--theme-primary);
    background: var(--theme-primary);
    box-shadow: inset 0 0 0 2px #fff;
}
.global-search-engine select {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 34px 0 14px;
    border: 1px solid #dfe7e7;
    border-radius: 9px;
    background: #f8fbfb;
    color: #455459;
    font-size: 14px;
    font-weight: 500;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.8);
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
.global-search-engine select:hover { border-color: #bac8c9; background: #fff; }
.global-search-engine select:focus { border-color: var(--theme-primary); outline: 0; background: #fff; box-shadow: 0 0 0 3px var(--theme-primary-light); }
.global-search-engine { position: relative; display: none; flex: 0 0 126px; }
.global-search-engine:after {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -7px;
    color: #6e7c80;
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f107';
    pointer-events: none;
}
.global-search-engine.is-visible { display: block; }
.search-type-legacy { display: none !important; }
.site-tool-filter__label {
    flex: 0 0 86px;
    color: #3d494d;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}
.site-tool-filter__label .fa { margin-right: 5px; color: var(--theme-primary); }
.site-tool-filter__field { position: relative; flex: 1; min-width: 0; }
.site-tool-filter__field .layui-input {
    height: 38px;
    border: 1px solid #e1e8e9;
    border-radius: 9px;
    background: #fbfdfd;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}
.unified-search-card .site-tool-filter__field .layui-input {
    height: 46px;
    padding-right: 48px;
    border-color: #dfe6e7;
    background: #fff;
    font-size: 14px;
}
.unified-search-card .site-tool-filter__field .layui-input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}
.unified-search-input-clear {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    border: 0;
    border-radius: 50%;
    background: #edf2f2;
    color: #7b898d;
    font-size: 12px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: scale(.82);
    transition: opacity .18s ease, color .18s ease, background-color .18s ease, transform .18s ease;
}
.unified-search-input-clear.is-visible { opacity: 1; pointer-events: auto; transform: scale(1); }
.unified-search-input-clear:hover { background: var(--theme-primary); color: #fff; }
.site-tool-filter__field .layui-input:focus {
    border-color: var(--theme-primary);
    background: #fff;
    box-shadow: 0 0 0 3px var(--theme-primary-light);
}
.site-tool-filter__status {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin: -1px 20px 13px 122px;
    color: #8b999d;
    font-size: 12px;
}
.site-tool-filter__status.is-visible { display: flex; }
.unified-search-card .site-tool-filter__status { margin: -1px 20px 13px; }
.site-tool-filter__status b { color: var(--theme-primary); font-size: 14px; }
.site-tool-filter__status button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 82px;
    height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(22, 186, 170, .24);
    border-radius: 6px;
    background: #f3fbfa;
    color: var(--theme-primary);
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: color .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.site-tool-filter__status button:before {
    margin-right: 5px;
    font: normal normal normal 11px/1 FontAwesome;
    content: '\f00d';
}
.site-tool-filter__status button:hover {
    border-color: var(--theme-primary);
    background: var(--theme-primary);
    color: #fff;
    transform: translateY(-1px);
}
.site-tool-filter__status button:active { transform: translateY(0); }
.site-tool-search-empty {
    display: none;
    margin: 16px 0 20px;
    padding: 34px 20px;
    border: 1px dashed #d9e4e4;
    background: #fff;
    color: #8d999d;
    text-align: center;
}
.site-tool-search-empty .fa { display: block; margin-bottom: 10px; color: var(--theme-primary); font-size: 22px; }
.site-tool-search-empty strong { display: block; color: #526066; font-size: 15px; }
.site-tool-search-empty span { display: block; margin-top: 6px; font-size: 12px; }
.site-tool-search-hidden, .site-tool-search-section-hidden { display: none !important; }
@media screen and (max-width: 768px) {
    .hero-search.banner { padding: 15px 14px 17px; }
    .search-type-row { gap: 10px; }
    .hero-search__head { min-height: 35px; padding-right: 10px; }
    .hero-search__title { font-size: 17px; }
    .site-tool-filter { gap: 10px; margin-top: 11px; padding-top: 11px; }
    .site-tool-search-card { margin-bottom: 12px; border-radius: 10px; }
    .site-tool-search-card .site-tool-filter { padding: 12px 14px; }
    .unified-search-card .site-tool-filter { gap: 8px 10px; padding: 43px 14px 10px; }
    .unified-search-card .site-tool-filter { flex-wrap: wrap; }
    .unified-search-mode { flex-basis: 100%; gap: 20px; }
    .unified-search-mode__option span { height: 40px; font-size: 14px; }
    .unified-search-card .site-tool-filter__field { flex-basis: 100%; }
    .unified-search-card .theme-btn { height: 40px; margin-left: 0; line-height: 40px; }
    .global-search-engine { flex: 1; }
    .global-search-engine select { height: 40px; }
    .site-tool-filter__label { flex-basis: 72px; font-size: 13px; }
    .site-tool-filter__field .layui-input { height: 36px; font-size: 13px; }
    .unified-search-card .site-tool-filter__field .layui-input { height: 40px; }
    .site-tool-filter__status, .unified-search-card .site-tool-filter__status { margin: -1px 14px 11px; }
}
.scrollable-wrapper {
  overflow-x: auto;
  overflow-y: visible;
  white-space: nowrap;
  position: relative;
  scrollbar-width: thin;
  -ms-overflow-style: none;
  scrollbar-color: transparent transparent;
}
.search-type.scrollable-wrapper {
  padding-right: 8px;
}
.scrollable-wrapper::-webkit-scrollbar {
  height: 8px;
}
.scrollable-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background-color: #eaeaea;
}
/* 滚动条thumb（滑块）：鼠标悬停时 */
.scrollable-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: hsl(0, 0%, 65%);
}
.scrollable-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.1);
    border-radius: 10px;
    background-color: #fff;
}
.top{
    background-color: #f5f5f5;
    color: #666;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
}
.top .layui-container::after{
    content: '';
    display: block;
    clear: both;
}
.site-tool-search{
    float: right;
    display: flex;
    align-items: center;
    width: 250px;
    height: 26px;
    border: 1px solid #dcdfe6;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    transition: width .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-tool-search:hover,
.site-tool-search:focus-within{
    width: 300px;
    border-color: var(--theme-primary);
    box-shadow: 0 2px 8px rgba(var(--theme-primary-rgb), .2);
}
.site-tool-search__input{
    width: 100%;
    min-width: 0;
    height: 24px;
    padding: 0 10px;
    border: 0;
    outline: 0;
    color: #333;
    font-size: 12px;
}
.site-tool-search__button{
    width: 32px;
    height: 24px;
    border: 0;
    background: transparent;
    color: var(--theme-primary);
    cursor: pointer;
}
.site-search-card { overflow: hidden; border: 1px solid #e7edf3; border-radius: 14px; box-shadow: 0 8px 24px rgba(32, 67, 100, .05); }
.site-search-card__body { padding: 22px; }
.site-search-summary { margin: 0 0 18px; padding: 13px 15px; border: 1px solid #dceaf3; border-radius: 10px; background: #f5faff; color: #46566a; line-height: 1.5; }
.site-search-summary .layui-font-red { margin: 0 3px; color: var(--theme-primary) !important; font-weight: 600; }
.site-search-results { margin-bottom: -2px; }
.site-search-results > li { margin-bottom: 4px; }
.site-tool-result{
    display: flex;
    gap: 10px;
    min-height: 76px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    color: inherit;
}
.site-tool-result:hover{
    border-color: var(--theme-primary);
    background: var(--theme-primary-light);
}
.site-tool-result { position: relative; align-items: center; min-height: 92px; padding: 15px; border-color: #e6edf3; border-radius: 12px; background: #fff; box-sizing: border-box; box-shadow: 0 2px 8px rgba(34, 67, 97, .025); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease; }
.site-tool-result:hover { border-color: rgba(var(--theme-primary-rgb), .45); background: #fbfeff; box-shadow: 0 9px 20px rgba(var(--theme-primary-rgb), .13); transform: translateY(-2px); }
.site-tool-result > span { flex: 1; }
.site-tool-result strong { color: #29384a; font-size: 16px; font-weight: 600; line-height: 1.45; }
.site-tool-result em { margin-top: 6px; color: #8490a0; line-height: 1.65; }
@media (max-width: 767px) { .site-search-card__body { padding: 16px; } .site-search-summary { margin-bottom: 14px; padding: 11px 12px; font-size: 14px; } .site-search-results > li { margin-bottom: 0; } .site-tool-result { min-height: 82px; padding: 12px; } .site-tool-result strong { font-size: 15px; } }
.site-tool-result span{min-width:0;}
.site-tool-result strong,.site-tool-result em{display:block;}
.site-tool-result em{margin-top:5px;font-style:normal;font-size:12px;}
@media (max-width: 767px){
    .site-tool-search{
        float: none;
        width: 100%;
        margin: 0 0 5px;
    }
    .site-tool-search:hover,
    .site-tool-search:focus-within{
        width: 100%;
    }
}
.top-head{
    padding: 5px;
}
.top-head ul{
    margin-left: 0;
    font-size: 15px;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap; /* 禁止换行 */
    padding: 10px 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.top-head ul li{
    flex:0 0 auto;
    margin:0
}
.top-head ul li a {
    display: block;
    padding: 0 6px;
    color: #555;
    text-decoration: none;
}
.top-head ul li a.active{
    color: var(--theme-primary);
}
.top-head ul li a.active:after{
    content:'';
    display:block;
    border-radius:2px;
    height:4px;
    margin:1px;
    background-color: var(--theme-primary);
}
.top-head ul::-webkit-scrollbar{
    display:none
}
.aoxing-group{
    margin-bottom:20px;
}
.aoxing-page .aoxing-tool__icon{
    width:56px;
    height:56px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--theme-primary);
    background:var(--theme-primary-light);
    font-size:20px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}
.aoxing-page .tools-list{
    cursor:pointer;
}
.aoxing-page .tools-list .layui-show{
    display:block!important;
}
