/*
 *  longming.com - v2.0.0 - 2023-12
 *  Author: DH
 *  Content:v2通用页面
 */
.index {
	background: #fff;
}

/*main-banner*/
.main-banner-box {
	padding: 7rem 1rem;
	background-size: cover;
	background-color: #e2e8ef;
}

.sub-header+.main-banner-box {
	padding-top: 9rem;
}

.main-banner-box h1 {
	font-size: calc(1.7rem + .7vw) !important;
	;
	color: #333;
}

.main-banner-box h3 {
	font-size: 1.125rem;
	color: #333;
}

@media (max-width:992px) {
	.main-banner-box {
		padding: 5rem 1rem;
	}

	.sub-header+.main-banner-box {
		padding-top: 7rem;
	}

	.main-banner-box h3 {
		font-size: 1rem;
	}
}

@media (max-width:576px) {}

/*box*/
.gray-box {
	background: #f2f5fa;
}

.white-box {
	border-radius: .2rem;
	border: none;
	background-color: #fff !important;
	transition: background-color .3s ease;
}

.shadow {
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1) !important;
}

/*customization*/
.main-banner-deal {
	background: url(../images/v2-main-banner-deal.png) right bottom no-repeat, linear-gradient(0deg, #ffe5ad, #ffd083);
	background-size: auto 100%;
}

/*table-area*/
.table-area {
	text-align: center;
	font-size: .875rem
}

.table-area .time {
	font-size: .875rem;
	color: #999;
}

.table-area .table-th,
.table-area .table-tr {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
}

.table-area .table-th {
	font-weight: bold;
	height: 2.5rem;
	background: #fafafa;
}

.table-area .table-th div {
	padding: .55rem .277rem;
}

.table-area .table-tr {}

.table-area .table-tr:hover {
	background: #fff7e5
}

.table-area .table-tr div {
	height: inherit;
	padding: .55rem .277rem;
}

.table-area .table-tr div:first-child {
	padding-left: 0;
}

/*table-area-bordered*/
.table-area-bordered {
	border: solid 1px #ebebeb;
}

.table-area-bordered .table-th,
.table-area-bordered .table-tr {
	border-bottom: solid 1px #ebebeb;
}

.table-area-bordered .table-tr:last-child {
	border: none
}

/*--------------------------------------------------
index平台首页
-------------------------------------------------- */
.index-bg {
	background: #fff;
}

/*banner*/
.ind-banner-box {
	margin-bottom: -11.5rem;
	z-index: 0;
	width: 100%;
}

.ind-banner {
	height: 37rem;
	width: 100%;
	background-size: auto 100% !important;
}

.ind-banner-main {
	height: 25rem;
	padding-bottom: 2rem;
	display: flex;
	flex: 1;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}

.ind-banner-main .ind-banner-main-text {
	flex: 1 0 auto;
	max-width: 100%;
}

.ind-banner-main .ind-banner-title {
	font-size: calc(1.9rem + .9vw) !important;
	;
}

.ind-banner-main .ind-banner-sub-title {
	font-size: 1rem;
	color: #777;
	margin: .8rem 0 1rem
}

.ind-banner-main .ind-banner-tips {
	display: inline-block;
	background: linear-gradient(to top, #181c27, #616571);
	color: #fff;
	line-height: 1;
	font-size: .75rem;
	border-radius: 0 2rem 0 0;
	margin-bottom: .3rem;
	padding: .3rem 1rem .3rem .5rem
}

.ind-banner-main .btn {
	padding-left: 3rem;
	padding-right: 3rem;
}

.ind-banner-main .ind-banner-main-img {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	text-align: center;
	height: 100%;
	justify-content: center;
}

.ind-banner-main .ind-banner-main-img .image {
	max-height: 100%;
	max-width: 90%;
}

.ind-banner-pagination {
	bottom: 12.1rem !important;
	position: relative
}

.ind-banner-pagination .swiper-pagination {
	text-align: left;
	left: auto;
}

.ind-banner-pagination .swiper-pagination-bullet {
	opacity: .5 !important
}

.ind-banner-pagination .swiper-pagination-bullet-active {
	opacity: 1 !important
}

.ind-banner-pagination .swiper-pagination-bullet-active .progress-bar {
	background: var(--subject-gradual-color);
}

.ind-banner-pagination .ind-banner-item {
	width: auto;
	background: none;
	border-radius: 0;
	color: #222;
	margin-right: 1.5% !important;
	font-size: .875rem
}

.ind-banner-pagination .progress-bar {
	display: block;
	width: 2.5rem;
	height: .15rem;
	margin-top: .3rem;
	background-color: #a7abb6;
}

.ind-banner-pagination .progress-bar:after {
	content: " ";
	display: block;
	width: 0%;
	height: 100%;
	background: var(--subject-gradual-color);
	transform-origin: left;
	transform: scaleX(0);
	animation: all 3s;
}

.ind-banner-pagination .swiper-pagination-bullet-active .progress-bar:after {
	width: 100%;
	animation: all 3s;
}

@media (max-width:576px) {
	.ind-banner {
		height: 30rem;
		width: 100%;
	}

	.ind-banner-pagination .ind-banner-item .name {
		display: none;
	}

	.ind-banner-pagination .progress-bar {
		width: 1.5rem;
		height: .3rem;
	}

	.ind-banner-main h1 {
		font-size: 2.5rem;
	}

	.ind-banner-main {
		height: 19rem;
	}

	.ind-banner-main .ind-banner-main-img {
		display: none;
	}
}

/*ind-banner*/
.ind-banner-01 {
	background: url("../images/ind-banner-1.jpg") center bottom no-repeat #ebedf1;
}

.ind-banner-02 {
	background: url("../images/ind-banner-2.jpg") center bottom no-repeat #ecedf2;
}

.ind-banner-03 {
	background: url("../img/ind-banner-3.jpg") center bottom no-repeat #f0f1f3;
}

.ind-banner-04 {
	background: url("../images/ind-banner-4.jpg") center bottom no-repeat #e0e3ea;
}

.ind-banner-02-list {
	display: flex;
}

.ind-banner-02-list div {
	border-left: solid 1px;
	border-image: linear-gradient(to top, #ffffff00, #0659d69c, #ffffff00);
	border-image-slice: 1;
	padding: .5rem 1rem;
	margin: .5rem 0;
	flex: 0 1 auto;
	text-align: center;
	line-height: 1.4;
}

.ind-banner-02-list div:last-child {
	border-right: solid 1px #0659d6;
}

.ind-banner-02-list del {
	display: block
}

@media (max-width:576px) {
	.ind-banner-01 {
		background-position-x: 50%
	}

	.ind-banner-02 {
		background-position-x: 50%
	}

	.ind-banner-03 {
		background-position: 40% 0
	}

	.ind-banner-04 {
		background-position: 40% 0
	}

	.ind-banner-02-list del {
		display: none;
	}
}

/*域名*/
.notice {
	height: 25px;
	overflow: hidden;
	position: relative;
	width: 30rem;
	margin-bottom: .5rem;
	margin-left: 1rem
}

.notice li {
	height: 25px;
	font-size: 15px;
	line-height: 25px;
	list-style: none;
	display: block;
}

.notice li a {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: .875rem;
	color: #438cdb;
}

.notice li a:hover {
	text-decoration: underline;
}

.notice-news {
	overflow: hidden;
	position: relative;
}

.notice-news,
.notice-swap {
	display: inline-block;
	position: absolute;
	top: 0;
	width: 100%;
}

/*域名搜索*/
.ind-search-box {
	position: relative;
	z-index: 2;
}

.ind-search {
	background: #fff;
	height: 3.9rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ind-search .search-btn {
	text-align: center;
	background: var(--subject-gradual-color);
	position: relative;
	color: #fff;
	border: none;
	height: 3.9rem;
	line-height: 3.9rem;
	font-size: 1.35rem;
	cursor: pointer;
	width: 30%;
	flex: 1;
}

.ind-search .search-btn:hover {}

.ind-search .search-btn i {
	margin-right: .5rem;
	font-size: 1.35rem !important;
}

.ind-search .search-text-box {
	display: flex;
	flex: 3;
	justify-content: space-between;
	align-items: center;
}

.ind-search .search-text {
	border: none;
	display: flex;
	padding-left: 1rem;
	flex: 3;
}

.ind-search-box .search-more {
	cursor: pointer;
	font-size: 1rem;
	line-height: 2.2rem;
	border-left: solid 1px #ddd;
	padding: 0 1rem;
}

.ind-search-box .search-more .arrow {
	font-family: "iconfont" !important;
	content: "\e746";
	font-size: 1.5rem;
	margin-left: .5rem;
	float: right;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.ind-search-box .search-more .arrow:before {
	content: "\e746";
}

.ind-search-box .search-more.active .arrow {
	transform: rotate(180deg);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.ind-search-box .search-more-con {
	width: 75%;
	z-index: 2;
	position: absolute;
	overflow: hidden;
	background: #f5f6f8;
	top: 3.9rem;
	box-shadow: 0 .5rem .7rem rgba(0, 0, 0, .05);
	border: solid 1px #e0e0e0;
}

.ind-search-box .thetab {
	display: flex;
	overflow-y: auto;
	height: 2.5rem;
	line-height: 2.5rem;
	justify-content: space-between;
	align-items: center;
}

.ind-search-box .thetab li {
	flex: 1;
	text-align: center;
	white-space: nowrap;
	height: 2.5rem;
	padding: 0 .25rem;
	cursor: pointer;
	border-right: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	background: #eaecf0;
}

.ind-search-box .thetab li.active {
	font-weight: bold;
	border-bottom: solid 1px #f5f6f8;
	color: #ef4141;
	background: #f5f6f8;
}

.ind-search-box .thetab-con {
	max-height: 160px;
	padding: 1rem;
	overflow: hidden;
	overflow-y: auto
}

.ind-search-box .thetab-con li {
	float: left;
	width: 20%;
	margin-bottom: 0.4rem;
}

.ind-search-box .thetab-con .more {
	float: left;
	line-height: 2.5rem;
}


.ind-search-title {
	display: flex;
}

.ind-search-title a {
	background: #525661;
	min-width: 12rem;
	text-align: center;
	color: #fff;
	font-size: 1rem;
	font-weight: bold;
	padding: .6rem 2rem;
	display: block;
}

.ind-search-title .active {
	background: var(--subject-gradual-color);
	color: #fff;
	box-shadow: 0 0.1rem 0.8rem rgb(197 66 14 / 50%);
}

.ind-search-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

@media (max-width:768px) {
	.ind-search-head {
		flex-direction: column;
	}

	.ind-search-head>div {
		width: 100%;
	}

	.ind-search-title a {
		flex: 1;
		background: rgb(82 86 97 / 10%);
		color: #525661;
	}

	.ind-search-box .search-more-con {
		width: 100%;
	}

	.ind-search-box .search-more {
		padding: 0 .3rem;
	}

	.ind-search-box .thetab-con li {
		width: 25%;
	}
}

/*域名推荐*/
.ind-domain-suffix {
	height: calc(100% - 2.5rem);
}

.ind-domain-suffix ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	text-align: center;
	font-size: .875rem;
	padding: .8rem 1.2rem;
	height: 100%;
}

.ind-domain-suffix li {
	display: flex;
	width: 50%;
	border-right: solid 1px #f3f3f3;
	border-top: solid 1px #f3f3f3;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
}

.ind-domain-suffix li:nth-child(even) {
	border-right: none;
}

.ind-domain-suffix li:nth-child(1),
.ind-domain-suffix li:nth-child(2) {
	border-top: none;
}

.ind-domain-suffix li del {
	font-size: .75rem;
	color: #999;
}

.ind-domain-suffix li a {
	display: block;
	padding: 0.5rem;
}

.ind-domain-suffix li a:hover .orange {
	color: #ff4500;
}

.ind-domain-suffix .ids_img {
	width: 6rem;
	height: 2.5rem;
	margin: auto
}

.ind-domain-suffix .ids_img img {
	max-width: 100%;
	max-height: 100%;
}

.ids_bottom {
	display: block;
	text-align: center;
	background: #fffbef;
	color: #ff871d;
	font-size: .875rem;
	padding: .5rem 0
}

/*服务推荐展示*/
.ind-serve-box {
	background: url("../images/ind-images-22.png") no-repeat right bottom #fff;
	border-bottom: solid 1px #e9ebf1;
	border-right: solid 1px #e9ebf1;
	padding: 1rem 1.5rem;
}

.ind-serve-box2 {
	background: url("../images/ind-images-21.png") no-repeat right bottom #fff;
}

.ind-serve-sub {
	font-size: .875rem;
}

.ind-serve-sub a {
	color: #999;
	display: inline-block;
}

.ind-serve-sub a:hover {
	color: #ff871d;
}

.ind-serve-sub i {
	margin: 0 .2rem;
	border-right: solid 1px #ddd;
	height: .65rem;
	display: inline-block;
}

/*交易*/
.ind-deal-sign {
	background: url("../img/ind-images-41.png") no-repeat #f1f4fb left bottom;
	padding: 2.8rem .9rem 1.2rem;
	height: 100%;
}

.ind-deal-sign h4 {
	font-size: calc(.7rem + .5vw)
}

.ind-deal-sign02 {
	background: url("../img/ind-images-42.png") no-repeat #f1f4fb left bottom
}

.ind-deal-list-domain {
	background: #fff;
	height: 100%;
}

.ind-deal-list-domain ul {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #e2e4e9;
}

.ind-deal-list-domain ul li {
	background: linear-gradient(0deg, #fff, #f8fbfd);
	width: 50%;
	border-right: solid 1px #e2e4e9;
	border-bottom: solid 1px #e2e4e9;
	border-top: solid 1px #fff;
}

.ind-deal-list-domain ul li>a {
	padding: 1rem 1.2rem;
	display: block
}

.ind-deal-list-domain ul li>a:hover {
	background: #f3f5fa
}

.ind-deal-list-domain ul div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ind-deal-list-domain ul .blue {
	font-size: 1.125rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ind-deal-list-domain ul .fs-7 {
	display: none;
}

.ind-deal-list-domain .ind-deal-list-price {
	display: flex;
	justify-content: space-between;
}

.ind-deal-list-domain .ind-deal-list-price .text-muted {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ind-deal-list-backorders {
	display: flex;
	height: 100%;
}

.ind-deal-list-backorders .blue {
	font-size: 1rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ind-deal-list-backorders dl {
	height: 100%;
	width: 50%;
	border-right: solid 1px #e2e4e9;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.ind-deal-list-backorders dt {
	border-bottom: solid 1px #e2e4e9;
	padding: .65rem 1rem;
	background: #f1f4fb;
	font-size: 1.125rem
}

.ind-deal-list-backorders dd {
	padding: .51rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
}

.ind-deal-list-backorders dd:hover {
	background: #f3f5fa
}

@media (max-width:576px) {
	.ind-deal-sign {
		display: flex;
		padding-top: 1.2rem;
		background-position: right top;
		justify-content: space-between;
	}

	.ind-deal-list-backorders {
		flex-wrap: wrap;
		height: auto
	}

	.ind-deal-list-backorders dl {
		width: 100%;
	}
}

/*抢注介绍*/
.ind-domain-5-box {
	background: url("../img/ind-images-51.jpg") no-repeat right bottom #fff;
	background-size: auto 100%;
	padding: 0 0 2rem;
	margin: 2.5rem auto
}

.ind-domain-5-link {
	display: flex;
	align-items: stretch;
	gap: .5rem;
	min-height: 8.5rem;
}

.ind-domain-5-link>a {
	display: flex;
	flex-direction: row;
	flex: 1;
	align-items: center;
	background: #fff;
	box-shadow: 0 .3rem .8rem rgba(0, 0, 0, .08);
	padding: 1rem;
	border-top: solid .25rem #ff9432;
	margin-right: 1rem;
	gap: .7rem
}

.ind-domain-5-link h5 {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: .2rem
}

@media (max-width:576px) {
	.ind-deal-sign {
		display: flex;
		background: none;
		padding: 1rem 0;
		justify-content: space-between;
	}

	.ind-domain-5-box {
		background-size: 100%;
		margin-bottom: 0;
		padding-top: 1rem;
	}

	.ind-domain-5-link {
		flex-direction: column;
	}
}

/*新闻*/
.ind-new-box {}

.ind-new-box .ind-new-head {
	display: flex;
	margin-bottom: 1rem;
	align-items: center;
	justify-content: space-between;
}

.ind-new-box .ind-new-img {
	height: 7.2rem;
	overflow: hidden
}

.ind-new-box .ind-new-img img {
	height: 100%;
}

.ind-new-box .ind-new-con {
	padding: .5rem;
}

.ind-new-box .ind-new-con li {
	padding-left: .75rem;
	background: url("../images/icon_ind.png") no-repeat 0 -30px;
	line-height: 2rem;
	height: 2rem;
}

.ind-new-box .ind-new-con li a {
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	margin-right: 3.3rem;
	display: block;
}

.ind-new-box .ind-new-con li span {
	color: #aeaeae;
	font-size: .875rem;
	float: right;
	margin-left: -150px;
}

.ind-new-box .ind-new-tip {
	display: flex;
	gap: 0.875rem;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ind-new-box .ind-new-tip a {
	background: #fff;
	padding: 1rem 0;
	text-align: center;
	display: block;
	min-width: 29%;
	flex: 1;
}

/*底部加入*/
.ind-bottom-banner {
	color: #fff;
	text-align: center;
	padding: 2rem 0;
	background: url(../images/ind-bottom-banner.png) center no-repeat, linear-gradient(90deg, #ff511e, #ffb245);
	background-size: auto 100%;
}

/*--------------------------------------------------
deal域名交易
-------------------------------------------------- */
/*deal*/
@media (min-width:992px) {
	.deal-ind-left {
		flex: 5;
	}

	.deal-ind-right {
		flex: 2;
	}
}

/*ind-fixed-price*/
.deal-fixed-price-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.deal-fixed-price {
	background: #fafafa;
	text-align: left;
	width: calc(95%/4);
	margin-bottom: 1rem
}

.deal-ind-domain {
	padding: 1.1rem 1.2rem 0;
}

.deal-ind-domain .blue {
	font-size: 1.375rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.deal-ind-domain .deal-ind-domain-text {
	font-size: .875rem;
	line-height: 1;
	margin-top: .2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #666666;
}

.deal-ind-price {
	display: flex;
	text-align: center;
	padding: 1.2rem;
}

.deal-ind-price .left {
	flex: 1;
	text-align: left;
}

.deal-ind-price .right {
	border-left: solid 1px #e7e7e7;
	flex: 1
}

.deal-ind-price .con {
	line-height: 1.6rem;
}

.deal-ind-price .text-price {
	font-size: 1.3rem
}

.deal-ind-price .small {
	color: #999;
}

@media (max-width:992px) {
	.deal-fixed-price {
		width: calc(98%/2);
	}
}

@media (max-width:576px) {
	.deal-fixed-price {
		width: 100%;
	}

	.deal-fixed-price a {
		display: flex;
		justify-content: space-between;
	}

	.deal-ind-price .right {
		display: none;
	}

}

/*ind-pre*/
.pre-ind-box {}

.pre-ind-box .pre-ind {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0 -0.5rem;
}

.pre-ind-box .pre-ind li {
	display: flex;
	width: calc(100%/3);
	justify-content: space-between;
	padding: .5rem;
}

.pre-ind-box .pre-ind li:hover {
	background: #f5f5f5;
}

.pre-ind .pre-ind-1 {
	width: 50%;
	text-overflow: ellipsis;
	font-size: 1.125rem;
	white-space: nowrap;
	overflow: hidden;
}

.pre-ind .pre-ind-2 {}

.pre-ind .pre-ind-btn {}

@media (max-width:992px) {
	.pre-ind-box .pre-ind li {
		width: calc(100%/2);
	}
}

@media (max-width:576px) {
	.pre-ind-box .pre-ind li {
		width: 100%;
	}
}

/*ind-boutique-domain*/
.ind-boutique-domain-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.ind-boutique-domain {
	width: calc(96%/6);
	border: solid 1px #f3d3b7;
	border-top: solid 3px #fd6c1d;
	display: flex;
	padding: 1rem;
	background: #fff9ef;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-bottom: .7rem
}

.ind-boutique-domain>i {
	background: #ff8887;
	display: inline-block;
	flex-shrink: 0;
	border-radius: 2.2rem;
	width: 2.2rem;
	height: 2.2rem;
	line-height: 2rem;
	margin-right: .5rem;
	padding: 0 .5rem
}

.ind-boutique-domain>div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ind-boutique-domain>div>h2 {
	font-size: 1.3rem;
	color: #ee3837;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ind-boutique-domain>div>.text-muted {
	color: #999;
	font-size: .75rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width:1200px) {
	.ind-boutique-domain {
		width: calc(97%/3);
	}
}

@media (max-width:992px) {
	.ind-boutique-domain {
		width: calc(97%/2);
	}
}

@media (max-width:576px) {
	.ind-boutique-domain {
		width: 100%;
		justify-content: flex-start;
	}
}

/*deal-ind-shortcut*/
.deal-ind-shortcut {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

.deal-ind-shortcut>div {
	width: calc(96%/2);
	margin-bottom: .7rem
}

.deal-ind-shortcut>div>a {
	background: #fafafa;
	display: block;
	padding: 1.5rem 0;
	font-size: 1.125rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.deal-ind-shortcut>div>a:hover {
	background: #edf6ff;
	color: #438cdb
}

.deal-ind-shortcut>div img {
	width: auto;
	height: 2.8rem;
	margin-bottom: .5rem
}

.deal-ind-shortcut .text-muted {
	opacity: .7;
	font-size: .75rem;
}

/*ind-history-table*/
.ind-history-table {}

.ind-history-table .table-tbody {
	height: 24.9rem;
	overflow-y: auto
}

.ind-history-table .table-tbody .table-tr:nth-child(even) {
	background: #fcfcfc;
}

.ind-history-table .table-tr:hover {
	background: none
}

.ind-history-table .domain-name {
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

@media (max-width:992px) {
	.ind-history-table .table-tbody {
		max-height: 15rem;
	}
}

/*store-list*/
.store-list {}

.store-list-intro a {
	display: flex;
	padding: 1.5rem;
}

.store-list-intro a>div {
	overflow: hidden;
}

.store-list-intro i {
	width: 4.5rem;
	height: 4.5rem;
	margin-right: 1rem;
	flex-shrink: 0;
}

.store-list-intro h2 {
	font-size: 1.5rem;
	line-height: 2.8rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.store-list-intro .small {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.store-list-table {
	text-align: left
}

.store-list-table .table-tr {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	padding: 0 .5rem;
	justify-content: space-evenly;
}

.store-list-table .store-list-domain {
	font-size: 1.125rem
}

.store-list-table .table-tr>div {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0.7rem 0;
}

.store-list-table .store-list-domain {
	width: 40%
}

.store-list-table .store-list-text {
	width: 35%;
}

/*--------------------------------------------------
digitization企业应用
-------------------------------------------------- */
.main-banner-digitization {
	background: url("../images/v2-digitization-banner.jpg") right bottom no-repeat #e9f3ff;
	background-size: auto 100%;
}

.digitization-adv {
	display: flex;
	align-items: center;
	margin: .8rem 0
}

.digitization-adv h4 {
	font-size: 1.3rem;
}

.digitization-adv i {
	width: 2.5rem;
	margin-right: .7rem
}

.digitization-adv p {
	color: #999;
	font-size: .875rem
}

/*digitization-guarantee*/
.digitization-guarantee {
	background: url(../images/cyfw_bz_bg.jpg) center top no-repeat #f8f8f8;
	background-size: 100% 100%;
	padding: 4rem 0
}

.digitization-cate {
	height: 100%;
	background: #fff;
	transition: .3s
}

.digitization-cate:hover {
	margin-top: -15px;
}

.digitization-cate .img {
	background: #fafbff;
	height: 10.5rem;
	text-align: right;
	overflow: hidden
}

.digitization-cate .img img {
	max-width: 100%;
}

.digitization-cate .con {
	padding: 2.3rem 1.6rem
}

.digitization-cate h2 {
	font-size: 1.5rem;
	margin-bottom: .8rem;
	font-weight: bold;
}

.digitization-cate p {
	margin-bottom: 2rem;
	color: #999;
	font-size: .875rem
}

.digitization-cate .btn {
	padding: .5rem 2.5rem;
	border-radius: 0
}

@media (max-width:768px) {
	.main-banner-digitization {
		background: url("../images/v2-digitization-banner.jpg") left bottom no-repeat #e9f3ff;
		background-size: auto 100%;
	}

	.digitization-adv p {
		display: none
	}
}

/*--------------------------------------------------
search banner
-------------------------------------------------- */
.search_result_input .form-control,
.search_result_input .btn {
	height: 3.8rem;
	font-size: 1.25rem;
}

.search_result_input .btn {
	border-radius: 0 .4rem .4rem 0 !important
}

/*--------------------------------------------------
IPR知识产权
-------------------------------------------------- */
.main-banner-IPR {
	background: url("../images/v2-IPR-banner.png") right bottom no-repeat #f2f5fa;
}

.tm-reg-box {
	box-shadow: 0 .312rem 1rem rgba(0, 0, 0, 0.08) !important;
	transition: .3s;
	border-radius: 0;
	background: #fff
}

.tm-reg-box:hover {
	margin-top: -15px;
}

.tm-reg-top {
	background: url("../images/tm-reg-top02.png") #fbfbfb;
	height: 7rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.tm-reg-intro {
	margin-bottom: 1rem;
	color: #858585;
	font-size: .875rem
}

.tm-reg-box.active .tm-reg-top {
	background: url("../images/tm-reg-top01.jpg") #f16040;
	color: #fff;
}

.tm-reg-box.active .tm-reg-top a,
.tm-reg-box.active .text-muted {
	color: #fff !important;
}

.tm-serve-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tm-serve {
	display: block;
	box-shadow: 0 .312rem 1rem rgba(0, 0, 0, 0.08) !important;
	background: #fff;
	padding: 1.2rem;
	width: 24%;
	margin-bottom: 1rem
}

.tm-serve h2 {
	font-size: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.tm-serve .text {
	color: #999;
	line-height: 1.5;
	margin: .5rem 0;
	font-size: .875rem;
	height: 2.8rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tm-serve .text-price {
	font-weight: bold;
}

.tm-serve-sign {
	height: 100%;
	background: url(../images/tm-serve-01.png) right bottom no-repeat, linear-gradient(0deg, #5371e3, #5371e3);
	padding: 2rem 1.2rem 1.2rem;
	color: #fff;
}

.copy-serve-box .tm-serve {
	width: 19%;
}

.copy-serve-sign {
	background: url(../images/tm-serve-02.png) right bottom no-repeat, linear-gradient(45deg, #ffa86d, #ff9869);
}

.copy-serve-box h2 {
	font-size: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.copy-serve-box .text {
	color: #999;
	line-height: 1.5;
	margin: .2rem 0;
	font-size: .875rem;
	height: 1.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.copy-serve-box .i-icon {
	width: 3rem;
	height: 3rem;
	background-image: url(../images/bqfw_icon.png);
	display: block;
}

.copy-serve-box .dj-icon01 {
	background-position: 0 -452px;
}

.copy-serve-box .dj-icon02 {
	background-position: 0 -503px;
}

.copy-serve-box .dj-icon03 {
	background-position: 0 -558px;
}

.copy-serve-box .dj-icon04 {
	background-position: 0 -607px;
}

.copy-serve-box .dj-icon05 {
	background-position: 0 -661px;
}

.copy-serve-box .dj-icon06 {
	background-position: 0 -713px;
}

.copy-serve-box .dj-icon07 {
	background-position: 0 -764px;
}

.copy-serve-box .dj-icon08 {
	background-position: 0 -815px;
}

.copy-serve-box .dj-icon09 {
	background-position: 0 -856px;
}

.copy-serve-box .dj-icon10 {
	background-position: 0 -900px;
}

.copy-serve-box .dj-icon11 {
	background-position: 0 -947px;
}

.copy-serve-box .dj-icon12 {
	background-position: 0 -1001px;
}

.copy-serve-sign2 {
	background: url(../images/tm-serve-03.png) right bottom no-repeat, linear-gradient(45deg, #ff8860, #ff765d);
}

.copy-serve-box2 .tm-serve {
	width: 19%;
	padding-top: 2.5rem
}

.copy-serve-box2 .text {
	color: #999;
	line-height: 1.5;
	margin: .2rem 0 4rem;
	font-size: .875rem;
	height: 4.5rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

@media (max-width:768px) {

	.copy-serve-box .tm-serve,
	.copy-serve-box2 .tm-serve,
	.tm-serve {
		width: 49%;
	}

	.tm-serve .text {
		display: none;
	}

	.main-banner-IPR {
		background-position: -80% 0
	}
}

/*中小企业cn广告*/
.act-2023cn {
	overflow: hidden;
}

.act-2023cn img {
	max-width: 100%
}

@media (max-width:768px) {
	.act-2023cn img {
		max-width: 149%;
		margin-left: -34%;
	}
}