.indexSearch {
	padding: 30px 0px 30px;
	margin: 0px auto;
	margin-bottom: 6px;
	background: linear-gradient(rgba(128, 134, 145, .4), rgba(128, 134, 145, .4)), url(../img/bg.webp) left center/130% auto no-repeat;
	animation: txdh-bg-walk 60s linear infinite alternate;
}

@keyframes txdh-bg-walk {
	from { background-position: left center; }
	to { background-position: right center; }
}

@media (prefers-reduced-motion: reduce) {
	.indexSearch { animation: none; }
}

.textpng{display:none}
.indexSearch-slogan {
	position: relative;
	z-index: 1;
	text-align: center;
	margin-bottom: 24px;
}

.indexSearch-slogan .indexSearch-title {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 3px;
	text-shadow: 0 2px 14px rgba(0, 0, 0, .38);
}

.indexSearch-slogan .indexSearch-desc {
	margin: 9px 0 0;
	color: rgba(255, 255, 255, .85);
	font-size: 15px;
	letter-spacing: 2px;
	text-shadow: 0 1px 8px rgba(0, 0, 0, .32);
}
.indexSearch > .layui-clear {
	width: 860px;
	max-width: calc(100% - 160px);
	margin: 0 auto;
	position: relative;
    margin-top:16px
}

.indexSearch > .layui-clear .bdlogo {
	display:none;
}

.indexSearch > .layui-clear .bdlogo img {
	height: 53px;
	vertical-align: middle;
	margin-top: -9px;
	width: 157.25px;
}

.indexSearch > .layui-clear .search-box {
	display: flex;
	width: 100%;
	height: 46px;
	overflow: hidden;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 20px rgba(10,79,122,.16);
}

.indexSearch > .layui-clear input {
	flex: 1;
	height: 46px;
	line-height: 26px;
	border: 0;
	width: auto;
	padding: 10px 18px;
	font-size: 14px;
	color: #58616d;
	background: #fff;
	outline: none;
}

.indexSearch > .layui-clear .btn {
	display: block;
	height: 46px;
	line-height: 46px;
	width: 60px;
	text-align: center;
	background: #1687df;
	color: #FFF;
	cursor: pointer;
	font-size: 24px;
	transition: 0.2s all;
}
.indexSearch > .layui-clear .btn .layui-icon{font-size:24px}

.indexSearch > .layui-clear .btn:hover {
	background: #0f78cb;
}

.search-engine-tabs {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 13px;
}

.search-engine-tabs button {
	height: 28px;
	line-height: 26px;
	padding: 0 14px;
	border: 1px solid rgba(255,255,255,.28);
	background: rgba(8,60,77,.30);
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.12),0 3px 9px rgba(0,0,0,.08);
	transition: .18s all;
}

.search-engine-tabs button:hover,
.search-engine-tabs button.active {
	background: #20c4ab;
	border-color: rgba(255,255,255,.32);
}

.search-engine-tabs .search-engine-gear {
	width: 28px;
	padding: 0;
	font-size: 17px;
}

@media screen and (min-width:991px){
	.indexSearch > .layui-clear{
		width:860px!important;
		max-width:calc(100% - 160px)!important;
		margin-left:auto!important;
		margin-right:auto!important;
	}
	.indexSearch > .layui-clear .search-box{
		width:860px!important;
		max-width:100%!important;
		height:46px!important;
	}
	.indexSearch > .layui-clear input{
		height:46px!important;
	}
	.indexSearch > .layui-clear .btn{
		height:46px!important;
		line-height:46px!important;
	}
}

.recommendMain {
	width: 1400px;
	max-width: calc(100% - 50px);
	margin: 0px auto;
  padding-top: 70px;
  padding-bottom: 20px;
  position: relative;
}

.goToTop {
	position: absolute;
	top: 23px;
	right: 0;
	font-size: 11px;
	color: #ff7f2b!important;
	padding: 3px 7px;
	border: 1px solid #ff7f2b;
	cursor: pointer;
}

.web_group {
	width: 100%;
}
.web_group+.web_group {
	margin-top:30px
}

.web_group li {
	float: left;margin-right: 30px;
    width: calc((100% - 150px) / 6);
}

.web_group li:nth-child(6n) {
	margin-right: 0;
}

.web_group li a {
	display: block;
}

.web_group li a>img {
	width: 19px;
	height: 19px;
	float: left;
	margin-top: 1px;
}

.web_group li a>.info {
	float: left;
	padding-left: 15px;
	width: calc(100% - 19px);
}

.web_group li a>.info h3 {
	font-size: 15px;
	line-height: 19px;
  color: white;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.web_group li a>.info p {
	line-height: 22px;
	height: 22px;
	font-size: 14px;
	color: #dcd9d9;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article .txdh-guanggao {
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	background: #FFF;
	margin-top: 13px;
}

.softGroup{background:#FFF;margin-top: 13px;padding: 20px 30px;padding-bottom: 30px;}
.softGroup ul{margin-top:15px;}
.softGroup ul li{float:left;margin-right:20px;width:calc((100% - 20px * 5) / 6);}
.softGroup ul li:nth-last-child(1){margin-right:0;}
.softGroup ul li a{display:block;}
.softGroup ul li a>img{display:block;width:62px;height:62px;float:left;}
.softGroup ul li a>div{float:left;margin-left:15px;width:calc((100% - 62px - 15px));padding-top:8px;}
.softGroup ul li a>div h3{font-size:15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height:20px;}
.softGroup ul li a>div p{font-size:14px;color: #909090;line-height:20px;margin-top:4px;}
.txdh-other {
	margin-top: 13px;
}
.tools > a img {
	display: block;
	margin-bottom: 10px;
	width: 55px;
	height: 55px;
}
.txdh-other .txdh-left {
	width: calc((100% - 13px) * 0.3);
}

.txdh-other .txdh-right {
	width: calc((100% - 13px) * 0.7);
}

.tools {
	background: #FFF;
	padding: 20px 30px;
	padding-bottom: 30px;
	min-height: 308px;
	margin-top: 13px;
	clear: both;
	position: relative;
	z-index: 1;
}

.tools .title {
	margin-bottom: 22px;
}

.title h3 {
	line-height: 40px;
	color: #333;
	font-size: 17px;
	position: relative;
	padding-left: 20px;
}

.title h3:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 11px;
	height: 18px;
	width: 3px;
	background: #20c4ab;
}

.tools>a {
	float: left;
	margin: 0 0 18px;
	font-size: 13px;
	color: #666;
	width: 25%;
	overflow: visible;
	min-height: 98px;
	padding: 10px 0;
	line-height: 18px;
	text-align: center;
	word-break: break-all;
}

.tools > a.txdh-tool-row-start {
	clear: left;
}

.update {
	padding: 20px 30px;
	background: #FFF;
	margin-top: 0px;
	min-height: 700px;
	overflow: hidden;
}

.update ul {
	position: relative;
	height: auto !important;
	min-height: 0;
}

.update ul li a:before {
	position: absolute;
	left: 0;
	width: 3px;
	height: 3px;
	background: #d6d6d6;
	top: 18.5px;
	content: " ";
}


.update ul li span {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	width: 20%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: right;
	color: #8c8c8c;
}

.latest-visit {
	padding: 18px 20px 8px;
	background: #FFF;
	margin-top: 0;
	overflow: hidden;
}

.indexWebList + .latest-visit {
	margin-top: 13px;
}

.latest-visit ul {
	margin-top: 14px;
	overflow: hidden;
}

.latest-visit li {
	float: left;
	width: calc((100% - 60px) / 7);
	margin-right: 10px;
	margin-bottom: 14px;
}

.latest-visit li a {
	display: flex;
	height: 118px;
	padding: 12px 8px 10px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	color: #333;
	transition: 0.18s all;
}

.latest-visit li:nth-child(7n) {
	margin-right: 0;
}

.latest-visit li a:hover {
	background: #fff8f5;
}

.latest-visit li img {
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 auto 10px;
	object-fit: contain;
}

.latest-visit li h3 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.latest-visit li span {
	display: block;
	width: auto;
	max-width: 100%;
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
	padding: 0 10px;
	font-size: 12px;
	color: #8793a2;
	background: #f2f5f8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.latest-visit li em {
	display: none;
}

.latest-visit .latest-visit-empty {
	height: 46px;
	line-height: 46px;
	color: #9aa5b5;
	font-size: 14px;
	text-align: center;
	border-bottom: 0;
}

.latest-visit + .update,
.tools + .latest-visit {
	margin-top: 13px;
}

.top {
	padding: 20px 30px;
	background: #FFF;
	margin-top: 13px;
	padding-bottom: 1px;
}

.top ul {
	margin-top: 25px;
}

.index-rank-title {
	display: block;
	min-height: 40px;
	padding-right: 30px;
	position: relative;
}

.index-rank-tabs {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 12px;
	gap: 8px;
}

.index-rank-tabs a {
	flex: 1 1 0;
	min-width: 0;
	display: block;
	height: 32px;
	line-height: 30px;
	padding: 0 8px;
	border: 1px solid #edf1f4;
	border-radius: 6px;
	background: #f6f8fa;
	color: #536170;
	font-size: 13px;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;
	transition: background-color .18s ease, color .18s ease, box-shadow .18s ease;
}

.index-rank-tabs a:hover {
	border-color: rgba(32, 196, 171, .28);
	background: #eefbf8;
	color: #168f7c;
}

.index-rank-tabs a.active {
	border-color: #20c4ab;
	background: #20c4ab;
	color: #fff;
	box-shadow: 0 8px 18px rgba(32, 196, 171, .2);
}

.index-rank-title > a.el-icon-arrow-right {
	position: absolute;
	right: 0;
	top: 0;
}

.content_rank {
	min-height: 0;
	margin-top: 16px;
	position: relative;
}

.index-rank-list,
.site-rank-list {
	display: none;
}

.index-rank-list.active,
.site-rank-list.active {
	display: block;
}

.top ul li {
	margin-bottom: 16px;
}

.top ul li a {
	display: block;
	height: 18px;
	line-height: 18px;
}

.top ul li:nth-child(1) a i {
	background: #ff6b66;
}

.top ul li a i {
	float: left;
	height: 18px;
	line-height: 18px;
	width: 18px;
	border-radius: 50%;
	text-align: center;
	font-style: normal;
	background: #c3c3c3;
	color: #FFF;
	margin-right: 20px;
}

.top ul li a h3 {
	float: left;
	height: 18px;
	line-height: 18px;
	font-size: 15px;
	width: 66%;
	overflow: hidden;
}
.top ul li a:hover h3 {
	color: #20c4ab;
}


.top ul li a span {
	float: right;
	height: 18px;
	line-height: 18px;
	font-size: 14px;
	color: #8c8c8c;
}

.top ul.site-rank-list li a {
	display: flex;
	align-items: center;
	padding: 6px 0;
}

.top ul.site-rank-list li a img.site-rank-ico {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	border-radius: 6px;
	margin-right: 10px;
	vertical-align: middle;
}

.top ul.site-rank-list li a .site-rank-main {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.top ul.site-rank-list li a h3 {
	width: auto;
	float: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 22px;
	font-size: 14px;
}

.top ul.site-rank-list li a p.site-rank-desc {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 18px;
	font-size: 12px;
	color: #999;
	margin: 0;
}

.top ul.site-rank-list li a span {
	flex-shrink: 0;
	margin-left: 10px;
	float: none;
}

.top ul li:nth-child(2) a i {
	background: #ff8652;
}

.top ul li:nth-child(3) a i {
	background: #ffa742;
}

.top ul li:nth-child(1) a i,
.top ul li:nth-child(2) a i,
.top ul li:nth-child(3) a i {
	width: 18px;
	height: 18px;
	line-height: 18px;
	border-radius: 50%;
}

.bottomas {
	padding: 20px 30px;
	background: #FFF;
	margin-top: 13px;
	overflow: hidden;
	/*min-height: 365px;*/
}

.bottomas .content {
	height: 184px;
	margin-top: 20px;
	position: relative;
}

.bottomas .content>span,
.bottomas .content>p {
	display: block;
	font-size: 15px;
	color: #8e8e8e;
	line-height: 30px;
	margin-bottom: 18px;
}

.bottomas .content>span:nth-last-child(1),
.bottomas .content>p:nth-last-child(1) {
	margin-bottom: 0;
}

.bottomas .content>span,
.bottomas .content>p {
	display: block;
	font-size: 15px;
	color: #8e8e8e;
	line-height: 30px;
	margin-bottom: 18px;
}

.list:nth-child(2) {
	margin-top: 20px;
}

.list {
	margin-bottom: 17px;
}

.list:nth-child(5n) {
	margin-bottom: 17.5px;
	padding-bottom: 17.5px;
	border-bottom: 1px solid #F9F9F9;
}

.list .titles {
	float: left;
	margin-right: 35px;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #20c4ab;
	width: 68px;
	overflow: hidden;
}

.list ul {
	float: left;
	width: calc(100% - 35px - 68px);
}

.list ul li {
	float: left;
	margin-right: 25px;
	width: calc((100% - (25px * 5) - 20px) / 5);
}

.list ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: 0.2s all;
	color: #333;
}
.list ul li a:hover{
	color: #ff8652 !important; ;
}
.tools > a:nth-child(5), .tools > a:nth-child(9) {
	margin-right: 0;
}

.tools > a:nth-last-child(1), .tools > a:nth-last-child(2), .tools > a:nth-last-child(3), .tools > a:nth-last-child(4) {
	margin-bottom: 0;
}
.indexjd {
	width: calc(100% + 36px + 36px);
	margin: 0px -36px;
	background: #fbfbfb;
	height: 13px;
}

.newslist {
	background: #FFF;
	padding: 25px 36px;
}

.newslist ul {
	margin-top: 25px;
	height: 467px;
	overflow: hidden;
	position: relative;
	overflow-y: auto;
}

.newslist ul li {
	margin-right: 35px;
	width: calc((100% - 35px) / 2);
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #F9F9F9;
	margin-bottom: 20px;
}

.newslist ul li a .img {
	float: left;
	width: 40%;
	height: 120px;
	overflow: hidden;
	background: url(../img/newbg.png) no-repeat center center;
	background-size: 100% 100%;
}

.newslist ul li a .info {
	float: right;
	width: 55%;
}

.newslist ul li a .img img {
	width: 100%;
	display: block;
}

.newslist ul li a .info h3 {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}
.newslist ul li a:hover .info h3 {
	color: #20c4ab;
}

.newslist ul li a .info span {
	color: #b5b5b5;
	font-size: 14px;
	display: block;
	margin-top: 45px;
}

.newslist ul li:nth-child(2n) {
	margin-right: 0;
}

.list ul li:nth-last-child(1) {
	margin-right: 0;
	width: 20px;
	text-align: right;
}

.list ul li a img {
	display: inline-block;
	margin-right: 4px;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-top: -3px;
	transition: transform 0.8s ease;
}

.list ul li a:hover img {
	transform: rotate(360deg);
}

.link {
	margin-top: 13px;
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px 30px;
}

.link ul {
  padding: 20px 0 0;
	width: 100%;
}

.link ul li {
	float: left;
	text-align: center;
	padding: 0 8px;
	margin-bottom: 16px;
}

.link ul li a {
	color: #9c9a9a;
}
.link ul li a:hover{
	color: #20c4ab;
}
.title a {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 20px;
	font-size: 12px;
	color: #b5b5b5;
}

.link_more {
	color: #5298ff;
	float: right;
	display: block;
	height: 26px;
	line-height: 2px;
	margin-top: 9px;
}

.linksAdd{
	color: white !important;
	background: #20c4ab !important;
	height: 30px !important;
	line-height: 30px !important;
}

.txdh-link-apply-btn {
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0 14px;
	background: #20c4ab;
	color: #fff !important;
	font-size: 13px;
	text-decoration: none;
}

.txdh-link-apply-btn:hover {
	background: #26bda6;
	color: #fff !important;
}

.txdh-link-form {
	padding: 18px;
}

.txdh-link-form label {
	display: block;
	margin-bottom: 12px;
	color: #334155;
	font-size: 13px;
}

.txdh-link-form input,
.txdh-link-form textarea {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
	border: 1px solid #d8dee8;
	padding: 10px 12px;
	color: #111827;
	background: #fff;
	outline: none;
	transition: border-color .2s, box-shadow .2s;
}

.txdh-link-form input:focus,
.txdh-link-form textarea:focus {
	border-color: #20c4ab;
	box-shadow: 0 0 0 3px rgba(32, 196, 171, .1);
}

.txdh-link-form textarea {
	height: 86px;
	resize: vertical;
}

.txdh-link-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.txdh-link-form-note {
	margin: 2px 0 12px;
	border: 1px solid #e5e7eb;
	background: #f8fafc;
	color: #64748b;
	font-size: 12px;
	line-height: 20px;
	padding: 9px 10px;
}

.txdh-link-form-actions {
	display: flex;
	gap: 10px;
}

.txdh-link-form-actions button {
	height: 42px;
	border: 0;
	font-size: 15px;
	cursor: pointer;
}

.txdh-link-form-actions .txdh-link-submit {
	flex: 1;
	background: #20c4ab;
	color: #fff;
}

.txdh-link-form-actions .txdh-link-submit:hover {
	background: #26bda6;
}

.txdh-link-form-actions .txdh-link-cancel {
	flex: 1;
	background: #eef2f7;
	color: #475569;
}

.txdh-link-form-actions .txdh-link-cancel:hover {
	background: #e2e8f0;
}


.indexWebList {
	width: 100%;
	margin-top: 13px;
	background: #FFF;
	padding: 15px 20px;
	padding-bottom: 5px;
}
.indexWebList + .indexWebList {
	margin-top: 13px;
}
.index-web-section {
	width: 100%;
	margin-top: 13px;
	background: #FFF;
	padding: 16px 20px 18px;
	box-sizing: border-box;
}
.index-web-section + .index-web-section {
	margin-top: 14px;
}
.index-web-section .index-web-title {
	height: 32px;
	margin: 0 0 12px;
	padding: 0;
}
.index-web-section .index-web-title h3 {
	line-height: 32px;
	font-size: 17px;
	padding-left: 14px;
}
.index-web-section .index-web-title h3:before {
	top: 7px;
	height: 18px;
}
.index-web-section > .indexWebList {
	margin-top: 0;
	background: transparent;
	padding: 0;
	padding-bottom: 0;
}

.index-web-section .indexWebList li.txdh-top-empty {
	float: none;
	width: 100%;
	min-height: 80px;
	margin: 0;
	padding: 26px 0;
	border: 1px dashed #e5eaf0;
	background: #fbfcfd;
	color: #96a1af;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	box-sizing: border-box;
}
.latest-visit-section .latest-visit-empty {
	float: none;
	width: 100%;
	margin: 0;
	padding: 22px 0;
	color: #9aa5b5;
	font-size: 14px;
	text-align: center;
}

.indexWebList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	width: calc( (100% - (10.5px * 6) ) / 7  );
	position: relative;
}

.indexWebList li:hover {
	background-color: #fff8f5;
}

.indexWebList li:hover > a {
	color: #ff7352;
}

.indexWebList li:hover .xl {
	display: inline-block;
	opacity: 1;
}

.indexWebList li:nth-child(7n) {
	margin-right: 0;
}

.indexWebList li > a {
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 15px 20px;
    line-height: 30px;
    padding-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    transition: 0.2s all;
    color: #333;
    position: relative;
}

.indexWebList li > a .dh-nav-title {
    flex: 1 1 0%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.indexWebList li > a .hots {
    background: url(../img/hotico.webp) no-repeat center center;
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 13px;
}

.indexWebList li > a img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 8px;
	width: 20px;
	height: 20px;
	transition: transform 0.8s ease;
}

.indexWebList li > a:hover img {
	transform: rotate(360deg);
}

.indexWebList li > a .xl:after {
	content: " ";
	width: 0;
	height: 0;
	border-width: 5px 5px 0;
	border-style: solid;
	border-color: #ff7352 transparent transparent;
	margin-left: 6px;
	margin-top: 13px;
	display: block;
	transition: 0.2s all;
}

.indexWebList li > a .xlhover:after {
	transform: rotate(180deg)!important;
	margin-top: 12px;
}

.indexWebList li > a .xl {
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	width: 20px;
	height: 30px;
	position: absolute;
	right: 13px;
	top: 15px;
}

.indexWebList li .info {
	box-shadow: 0 0px 9px rgba(23, 23, 23, 0.12);
	background: #FFF;
	z-index: 99;
	width: 100%;
	left: 0;
	position: absolute;
	top: 60px;
	padding: 8px 0px;
	display: none;
	box-sizing: border-box;
}

.indexWebList li:hover:not(.is-open) .info {
	display: none !important;
}

.indexWebList li .info a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0px 10px;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.indexWebList li .info a:hover {
	background: #fff8f5;
	color: #ff7352;
}

.moneyList {
	margin-top: 13px;
}
.picad{background:#FFF;width:100%;padding:13px;margin-bottom:13px;}.picad>ul{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;justify-content:space-around;}.picad>ul li{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 6px;text-align:center;font-size:14px;height:70px;line-height:70px;margin:6px auto 0;}.picad>ul li:hover{opacity:0.8}
.picad>ul li img{display:block;width:100%;height:100%}
.txdh-visit-notice {
	margin: 0;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	background: transparent;
	border: none;
	color: #999;
	max-height: 60px;
	overflow: hidden;
	transition: opacity .6s ease, max-height .6s ease, padding .6s ease;
}

.txdh-visit-notice .txdh-visit-domain {
	font-weight: 600;
	margin-right: 4px;
	color: #f56c6c;
}

.txdh-visit-notice.txdh-visit-notice-hide {
	opacity: 0;
	max-height: 0;
	padding-top: 0;
	padding-bottom: 0;
}

.txdh-ad {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	margin: 13px 0;
}

.txdh-ad-hidden,
body.mobile-page .txdh-ad.txdh-ad-hidden {
	display: none !important;
}

.page-sidebar .side-ad-toggle {
	font-size: 20px;
}

.txdh-ad-text {
	background: #fff;
	padding: 12px;
}

.txdh-ad-text ul {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 10px;
}

.txdh-ad-text li {
	min-width: 0;
	border: 1px solid #edf0f4;
	background: #fbfcfe;
	overflow: hidden;
}

.txdh-ad-text li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	height: auto;
	min-height: 35px;
	padding: 6px 12px;
	box-sizing: border-box;
	color: #334155;
	text-decoration: none;
}

.txdh-ad-text li.filled > a:hover {
	color: #ff7352;
	background: #fff8f5;
}

.txdh-ad-text img {
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
}

.txdh-ad-text span {
	min-width: 0;
	flex: 1 1 auto;
	display: block;
	text-align: center;
}

.txdh-ad-text b,
.txdh-ad-text em {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-style: normal;
}

.txdh-ad-text b {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.txdh-ad-text em {
	color: #7b8494;
	font-size: 12px;
	line-height: 18px;
}

.txdh-ad-text .empty a {
	justify-content: center;
	color: #64748b;
	border: 1px dashed #cbd5e1;
	background: #fff;
}

.txdh-ad-text .empty a:hover,
.txdh-ad-banner .empty:hover {
	color: #ff7352;
	border-color: #ffb39f;
}

.txdh-ad-banner {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 13px;
}

.txdh-ad-banner a {
	position: relative;
	display: block;
	height: 90px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #edf0f4;
}

.txdh-ad-banner img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: fill;
}

.txdh-ad-banner span {
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: #fff;
	color: #0f172a;
	font-size: 13px;
	padding: 7px 10px;
	box-shadow: 0 6px 16px rgba(15, 23, 42, .12);
}

.txdh-ad-banner a.filled:hover {
	border-color: #20c4ab;
}

.txdh-ad-banner a::after {
	content: "广告";
	position: absolute;
	right: 4px;
	bottom: 3px;
	z-index: 2;
	padding: 0 5px;
	background: rgba(15, 23, 42, .5);
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	border-radius: 2px;
	pointer-events: none;
}

.txdh-ad-form {
	padding: 18px;
}

.txdh-ad-form label {
	display: block;
	margin-bottom: 12px;
	color: #334155;
	font-size: 13px;
}

.txdh-ad-form input,
.txdh-ad-form select,
.txdh-ad-form textarea {
	width: 100%;
	box-sizing: border-box;
	margin-top: 6px;
	border: 1px solid #d8dee8;
	padding: 9px 10px;
	color: #111827;
	background: #fff;
}

.txdh-ad-form textarea {
	height: 70px;
	resize: vertical;
}

.txdh-ad-form input[type=color] {
	width: 100%;
	height: 38px;
	padding: 2px;
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #d8dee8;
	background: #fff;
}

.txdh-ad-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.txdh-ad-form-actions {
	display: flex;
	gap: 10px;
}

.txdh-ad-form-actions button {
	display: block;
	flex: 1 1 0;
	height: 40px;
	border: 0;
	cursor: pointer;
}

.txdh-ad-form-actions button[type=submit] {
	background: #20c4ab;
	color: #fff;
}

.txdh-ad-form-actions .txdh-ad-cancel {
	background: #f1f4f7;
	color: #64748b;
}

.txdh-ad-form-actions .txdh-ad-cancel:hover {
	background: #e4e9ef;
}

.txdh-ad-form .txdh-ad-upload {
	margin-top: 6px;
}

.txdh-ad-form .txdh-ad-upload-input {
	display: none;
}

.txdh-ad-form .txdh-ad-upload-btn {
	display: inline-block;
	height: 34px;
	line-height: 32px;
	padding: 0 14px;
	border: 1px dashed #cbd5e1;
	background: #f8fafc;
	color: #475569;
	font-size: 13px;
	cursor: pointer;
	box-sizing: border-box;
}

.txdh-ad-form .txdh-ad-upload-btn:hover {
	border-color: #20c4ab;
	color: #20c4ab;
}

.txdh-ad-form .txdh-ad-upload-preview {
	margin-bottom: 6px;
}

.txdh-ad-form .txdh-ad-upload-preview img {
	display: block;
	max-width: 100%;
	max-height: 90px;
	border: 1px solid #edf0f4;
	border-radius: 4px;
}

.txdh-ad-form .txdh-ad-upload-tip {
	display: block;
	margin-top: 6px;
	font-size: 12px;
	line-height: 18px;
	color: #94a3b8;
}

.txdh-ad-form-note {
	margin: 2px 0 12px;
	border: 1px solid #e5e7eb;
	background: #f8fafc;
	color: #64748b;
	font-size: 12px;
	line-height: 20px;
	padding: 9px 10px;
}

@media screen and (max-width: 990px) {
	.indexSearch-slogan {
		margin-bottom: 16px;
	}

	.indexSearch-slogan .indexSearch-title {
		font-size: 24px;
		letter-spacing: 2px;
	}

	.indexSearch-slogan .indexSearch-desc {
		margin-top: 6px;
		font-size: 13px;
		letter-spacing: 1px;
	}

	.txdh-ad-text {
		padding: 10px;
	}

	.txdh-ad-text ul {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.txdh-ad-text li > a {
		height: auto;
		min-height: 35px;
		padding: 6px 10px;
	}

	.txdh-ad-banner {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.txdh-ad-banner a {
		height: 80px;
	}

	.txdh-ad-form-grid {
		grid-template-columns: 1fr;
	}

	.txdh-link-apply-btn,
	.link_more {
		float: none;
		display: inline-block;
		margin: 6px 8px 0 0;
		vertical-align: top;
	}

	.txdh-link-form-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width:991px) {
	.article > .index-web-section,
	.article > .indexWebList,
	.article > .latest-visit,
	.article > .txdh-other,
	.article > .link {
		clear: both;
		width: 100%;
		box-sizing: border-box;
	}


	.article > .txdh-other {
		display: grid;
		grid-template-columns: minmax(0, 7fr) minmax(320px, 3fr);
		align-items: start;
		gap: 18px;
	}

	.article > .txdh-other > .txdh-right {
		float: none !important;
		width: 100% !important;
		min-width: 0;
	}

	.article > .txdh-other > .txdh-left {
		float: none !important;
		width: 100% !important;
		min-width: 0;
	}
}

@media screen and (min-width:991px) {
	body {
		background: #f5f7fb;
	}

	.indexSearch {
		margin-bottom: 20px;
		padding: 118px 0 106px;
		background-position: center top;
		position: relative;
		overflow: hidden;
	}

	.indexSearch:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 110px;
		background: linear-gradient(to bottom, rgba(245,247,251,0), #f5f7fb);
		pointer-events: none;
	}

	.indexSearch > .layui-clear {
		position: relative;
		z-index: 1;
		margin-top: 0;
	}

	.indexSearch-slogan {
		margin-bottom: 28px;
	}

	.indexSearch > .layui-clear .search-box {
		height: 54px !important;
		border-radius: 12px;
		box-shadow: 0 16px 38px rgba(12, 61, 96, .22);
		transition: box-shadow .25s ease, transform .25s ease;
	}

	.indexSearch > .layui-clear .search-box:focus-within {
		box-shadow: 0 0 0 4px rgba(32, 196, 171, .22), 0 18px 44px rgba(12, 61, 96, .26);
		transform: translateY(-2px);
	}

	.indexSearch > .layui-clear input {
		height: 54px !important;
		padding: 12px 22px;
		font-size: 16px;
	}

	.indexSearch > .layui-clear .btn {
		width: 68px;
		height: 54px !important;
		line-height: 54px !important;
	}

	.search-engine-tabs {
		margin-top: 16px;
		gap: 10px;
	}

	.search-engine-tabs button {
		height: 32px;
		line-height: 30px;
		padding: 0 16px;
	}

	.article {
		margin-top: -34px;
		position: relative;
		z-index: 2;
	}

	.article > .index-web-section,
	.article > .indexWebList,
	.article > .latest-visit,
	.article > .link,
	.article > .txdh-ad-text,
	.article > .txdh-other > .txdh-right > div,
	.article > .txdh-other > .txdh-left > div {
		border: 1px solid #eef1f5;
		box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
	}

	.article > .txdh-ad {
		margin: 14px 0;
	}

	.txdh-ad-text {
		padding: 14px;
	}

	.txdh-ad-text li {
		background: #fbfcfd;
	}

	.txdh-ad-banner {
		gap: 14px;
	}

	.txdh-ad-banner a {
		box-shadow: 0 12px 34px rgba(21, 39, 58, .06);
	}

	.indexWebList {
		display: grid;
		grid-template-columns: repeat(7, minmax(0, 1fr));
		gap: 10px;
		margin-top: 14px;
		padding: 16px;
		overflow: visible;
	}

	.index-web-section > .indexWebList {
		margin-top: 0;
		padding: 0;
		background: transparent;
	}

	.indexWebList li,
	.indexWebList li:nth-child(7n) {
		float: none;
		width: auto;
		margin: 0;
		position: relative;
		z-index: 1;
		overflow: visible;
		border: 1px solid #eef1f5;
		background: #fbfcfd;
		transition: border-color .2s, box-shadow .2s, transform .2s;
	}

	.indexWebList li:hover,
	.indexWebList li.is-open {
		z-index: 2000;
		border-color: #d8f1ed;
		background: #fff;
		box-shadow: 0 10px 26px rgba(21, 39, 58, .08);
	}

	.indexWebList li.is-open .info {
		left: 0;
		transform: none;
	}

	.indexWebList li > a {
		padding: 14px 28px 14px 14px;
		font-size: 14px;
		line-height: 24px;
	}

	.indexWebList li > a img {
		width: 22px;
		height: 22px;
	}

	.indexWebList li > a .xl {
		top: 11px;
		right: 9px;
	}

	.indexWebList li .info {
		top: calc(100% + 10px);
		left: 0;
		right: auto;
		transform: none;
		width: 100%;
		min-width: 164px;
		z-index: 3000;
		border: 1px solid #eef1f5;
		box-shadow: 0 12px 30px rgba(21, 39, 58, .12);
	}

	.indexWebList li .info:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: -10px;
		height: 10px;
	}

	.latest-visit {
		margin-top: 14px;
		padding: 20px 22px 8px;
	}

	.latest-visit li a {
		border: 1px solid transparent;
	}

	.latest-visit li a:hover {
		border-color: #d8f1ed;
		background: #fbfcfd;
		box-shadow: 0 10px 24px rgba(21, 39, 58, .06);
	}

	.txdh-other {
		margin-top: 14px;
		display: grid !important;
		grid-template-columns: minmax(0, 7fr) minmax(320px, 3fr) !important;
		align-items: start;
		gap: 18px;
	}

	.article > .txdh-other > .txdh-right,
	.article > .txdh-other > .txdh-left {
		display: flex;
		flex-direction: column;
		gap: 14px;
	}

	.article > .txdh-other > .txdh-right > div,
	.article > .txdh-other > .txdh-left > div {
		margin-top: 0 !important;
		background: #fff !important;
	}

	.article > .txdh-other > .txdh-right > div:first-child {
		padding: 22px 28px 8px !important;
	}

	.list {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}

	.list:nth-child(5n) {
		margin-bottom: 17.5px;
		padding-bottom: 17.5px;
		border-bottom: 1px solid #f1f3f6;
	}

	.list:nth-child(5n):last-child {
		border-bottom: 0;
	}

	.list ul li a {
		color: #52616f;
	}

	.newslist,
	.update,
	.tools,
	.top,
	.bottomas,
	.link {
		padding: 22px 28px;
	}

	.update {
		min-height: 0;
	}

	.content_rank {
		min-height: 0;
	}

	.top ul li {
		margin-bottom: 22px;
	}

	.tools > a {
		width: 25%;
		min-height: 98px;
		margin: 0 0 18px;
		padding: 10px 0;
		transition: background .2s, color .2s;
		overflow: visible;
	}

	.tools > a:hover {
		background: #fbfcfd;
		color: #20a995;
	}

	.tools > a img {
		width: 48px;
		height: 48px;
		margin: 0 auto 8px;
	}

	.newslist ul {
		margin-top: 16px;
	}

	.newslist ul li {
		padding: 12px;
		background: #fbfcfd;
		border: 1px solid #eef1f5;
	}

	.link {
		margin-top: 14px;
		margin-bottom: 30px;
	}

	.link ul li a {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		background: #fbfcfd;
	}
}

@media screen and (min-width: 991px) {
	.indexSearch > .layui-clear .search-box {
		background: rgba(255,255,255,.84);
		box-shadow: 0 12px 28px rgba(12,61,96,.14);
	}

	.indexSearch > .layui-clear input {
		background: rgba(255,255,255,.84);
	}

	.search-engine-tabs button {
		background: rgba(8,60,77,.24);
		border-color: rgba(255,255,255,.24);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.10),0 2px 7px rgba(0,0,0,.06);
	}

	.search-engine-tabs button:hover,
	.search-engine-tabs button.active {
		background: rgba(32,196,171,.86);
		border-color: rgba(255,255,255,.30);
	}
}
