﻿body{
    background: #F6F6F6;
    color:#303133!important;
}
td {
    word-break: break-all!important;
    /* 或者使用 word-wrap: break-word; */
}
.tool-content{
    margin-top: 5rem;
}
.ah:hover{
  color: #ff0000;
  text-decoration: underline;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}
.tool-font-dark-green{
    color:#006400;
}
.tool-bg-white{
    background: #FFFFFF!important;
}
.img-index{
    width:55px;
    height:55px;
    border-radius:10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.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-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-b-sm{
    margin-bottom: 20px;
}
.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: -webkit-gradient(linear,left top,left bottom,from(#ff8100),to(#ff7600));
    background: -webkit-linear-gradient(top,#fca300,#fd6853);
    background: linear-gradient( 180deg ,#ff8d00,#ff8d00);
    -webkit-box-shadow: 0 4px 4px 0 rgb(255 212 0);
    box-shadow: 0 4px 4px 0 rgb(255 211 131 / 94%);
    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{
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding:10px;
    display: flex;
    justify-content: left;
    position: relative;
    transition: all 0.3s ease;
}
.tools-list > div:first-child {margin-right:10px;}
.tools-list > div:last-child {position: absolute;right:5px;top:3px}
.tools-list:hover{
    background-color: rgba(225,225,225,0.6);
}
/*工具列表*/
/*超级搜索*/
.banner {
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px 0;
}

/* Scrollable Wrapper for Horizontal Scrolling */
.scrollable-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    scrollbar-width: thin; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.scrollable-wrapper::-webkit-scrollbar {
    height: 8px;
}

.scrollable-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #eaeaea;
}

.scrollable-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: hsl(0, 0%, 65%);
}

.scrollable-wrapper::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

/* Search Type */
.search-type {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.search-type li {
    display: flex;
    align-items: center;
    color: #444;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 8px;
    background-color: #f0f0f0;
}

.search-type li img {
    max-height: 20px;
    max-width: 20px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #fff;
}

.search-type li.active {
    color: #fff;
    background: #16BAAA;
}

.search-type li:hover {
    color: #16BAAA;
    background: rgba(22, 186, 170, 0.1);
}

/* Super Search */
.super-search {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.super-search > input {
    flex: 1;
    height: 42px;
    padding-left: 15px;
    border: 2px solid #16BAAA;
    border-radius: 21px 0 0 21px;
    background: #fff;
    font-size: 14px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.super-search > button {
    height: 42px;
    width: 42px;
    background: #16BAAA;
    border: none;
    border-radius: 0 21px 21px 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.super-search > button:hover {
    background: #14a89e;
}

.super-search > button:before {
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .super-search > input {
        font-size: 12px;
    }

    .super-search > button {
        width: 36px;
        height: 46px;
        font-size: 12px;
    }

    .search-type li {
        font-size: 12px;
        padding: 6px 10px;
    }

    .search-type li img {
        max-height: 18px;
        max-width: 18px;
    }
}
/*超级搜索*/
/*赞赏名单*/
.reward{border:1px solid #f1f1f1;border-radius:5px;padding:5px;text-align:center;cursor: pointer;}
.reward img{width:100%;height:60px;border-radius: 5px;}
.reward span{background-color: #E5A80D;color:#FFFFFF;padding:2px 4px;border-radius:2px;font-size:12px;}
/*赞赏名单*/
/*图文广告*/
.ad{margin:15px 0;}
.ad-container {
    position: relative;
    margin-bottom: 10px; /* 添加间距以分隔多个广告 */
}
/*每个页面标题样式*/
.head-title{
    display: flex;
    justify-content: center;
    padding: 10px 0;
    text-align: center;
    align-items: center;     /* 子元素水平居中 */
}
.head-title img{margin-right:5px;max-width:50px;border-radius:5px;}
/*-end-*/
.ad-image {
    width:100%;
    max-width:100%;
    max-height: 100px;
    display: block; /* 移除图片底部间隙 */
}

.sponsor-label {
    position: absolute;
    bottom: 0px; /* 距离底部 10 像素 */
    right: 0px; /* 距离右侧 10 像素 */
    background-color: rgba(0, 0, 0, 0.5); /* 半透明黑色背景 */
    color: white; /* 白色文字 */
    padding: 4px; /* 内边距 */
    font-size: 9px!important; /* 文字大小 */
    border-top-left-radius: 3px; /* 左上角圆角 */
}
/*图文广告*/
/*弹性布局*/
.tool-display{
    display: flex;
}
.tool-justify-ld{
    justify-content: space-between;
}
.tool-justify-jz{
    justify-content: center;
}
/*弹性布局*/
/*自定义导航栏*/
header {
    background: #ffffff;
    color: #303133;
    box-shadow: 0 0.125rem 0.25rem rgb(166 174 163 / 30%);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 60px;
}

.logo a {
    text-decoration: none;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 15px;
}

.nav-links a {
    color: #303133;
    text-decoration: none;
    font-size: 15px;
}

.nav-links a:hover {
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .menu-toggle {
        display: flex;
    }
    .nav-links {
        z-index: 9999;
        display: none;
        width: 100%;
        flex-direction: column;
        background: #ffffff;
        color: #303133;
        position: absolute;
        top: 60px;
        left: 0;
        text-align: center;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
        transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
    }

    .nav-links.active {
        display: flex;
        
        max-height: 500px; /* Adjust this value based on your content */
        opacity: 1;
    }
    .nav-links li {
        margin: 10px 0;
    }
}
/*自定义导航栏*/