.banner{
	background: url("../images/domaintj1920x150.jpg") no-repeat center top;
	height: 150px;
}
.bannertext{
	color: #fff;
}
[v-cloak]{
	display: none;
}
.domainbg{
	background-color: #fff;
	margin-top: 20px;
}
.domain_title {
	font-size: 24px;
	color: #4b4b4b;
	padding: 30px 0px 10px 0px;
}
.domain_title span {
	font-size: 14px;
	color: #ff6e17;
}
.get-time{
	margin-bottom: 20px;
}
.get-time .whois-search-input {
	padding-left: 10px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
}
.get-time .whois-btn {
	margin-left: 10px;
	display: inline-block;
	width: 160px;
	height: 62px;
	border-radius: 0px;
	background: #2086ee;
	font-size: 18px;
	color: #fff;
	text-align: center;
	border: none;
	cursor: pointer;
}
.searchRerult{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
.searchRerult .el-row{
	padding: 10px 0;
	border-bottom: 1px dashed #eee;
}
.searchRerult .searchTitle{
	font-size: 18px;
	border-bottom: 1px dashed #f0f0f0;
	display: block;
	padding: 12px 0;
	font-weight: bold;
	position: relative;
	padding-left: 8px;
}
.searchRerult .searchTitle::before{
	content: "";
	display: inline-block;
	width: 2px;
	height: 25px;
	background: #2086ee;
	vertical-align: middle;
	position: absolute;
	top: 15px;
	left: 0;
}
.searchRerult .el-loading-spinner{
	margin-top: 0;
	text-align: right;
	top: 0;
}
.searchRerult  .orgprice{
	text-decoration: line-through;
}
.searchRerult .el-loading-spinner i{
	color: #2086ee;
	font-weight: 600;
}