<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: #F6F6F6;
    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: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) {
/* æ‰‹æœºç«¯æ&nbsp;·å¼ */
.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æ&nbsp;‡ç­¾æ&nbsp;·å¼*/
.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æ&nbsp;‡ç­¾æ&nbsp;·å¼*/
.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;
}
/*æ±‰å­—å­—å…¸*/
/*æ¡†æ&nbsp;·å¼*/
.kuang{
    border:1px solid #eee;
    border-radius: 2px;
    padding:2px 4px;
    margin:10px 6px 0 0;
}
/*æ¡†æ&nbsp;·å¼*/
/*æˆ¿è´·è®¡ç®—å™¨*/
.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: rgba(225,225,225,0.3);border-radius: 4px; padding:10px;
}
.tools-list:hover{
    background-color: rgba(225,225,225,0.6);transition: box-shadow 0.5s ease;
}
/*å·¥å…·åˆ—è¡¨*/
/*æœç´¢*/
.banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #fff center center/cover;
    padding: 20px;
    margin-bottom: 20px;
}
.search-type, .search-main {
    display: flex;
    width: 100%;
}

.search-type {
    padding-bottom:6px;
    margin-bottom:5px;
    white-space: nowrap;
}

.search-type li {
    color: #444;
    font-size: 15px;
    padding: 6px 8px;
    border-radius: 5px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-type li img {
    max-height: 15px;
    max-width: 15px;
    border-radius: 50px;
    padding: 2px;
    margin-right: 4px;
    background-color: #fff;
}
.search-type li.active {
    color: #fff;
    background: #16BAAA;
}
.search-type li:hover {
    color: #16BAAA;
    background: rgba(22,186,170, 0.1);
}
.scrollable-wrapper {
  overflow-x: scroll;
  white-space: nowrap;
  position: relative;
  scrollbar-width: thin; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-color: transparent transparent; /* Chrome and Safari */
}
.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ï¼ˆæ»‘å—ï¼‰ï¼šé¼&nbsp;æ&nbsp;‡æ‚¬åœæ—¶ */
.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-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:#009a61
}
.top-head ul li a.active:after{
    content:'';
    display:block;
    border-radius:2px;
    height:4px;
    margin:1px;
    background-color:#009a61
}
.top-head ul::-webkit-scrollbar{
    display:none
}</pre></body></html>