.space {
	padding-top: 100px !important;
	padding-bottom: 70px !important;
}
.a-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding: 28px 24px;
	height: 193px;
	overflow: hidden;
	position: relative;
	margin: 0 0px 20px;
	border: 1px solid #e6e6e6
}

.a-item .subtitle {
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px
}

.a-item p {
	margin-top: 12px;
	z-index: 2;
	margin-bottom: 0px;
}

.a-item p a {
	position: relative;
	color: #181818;
	font-size: 14px;
}

.a-item p a i {
	font-size: 20px;
	line-height: 14px;
	vertical-align: text-bottom;
	vertical-align: middle;
	display: inline-block;
	transition: all .3s
}

.a-item p a:hover i {
	transform: translateX(4px)
}

.a-item p a>i {
	margin-left: 12px
}

.a-item .background-box {
	width: 208px;
	height: 193px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	background-size: 208px 193px
}

.a-item:hover {
	background: linear-gradient(109.9deg,#06f 30.4%,#0453d9 77.46%);
	position: relative;
	color: #fff
}

.a-item:hover a {
	color: #fff
}

.a-item:hover:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0;
	top: 0
}


section.page-hero.domain {
    height: 460px;
    width: 100%;
    padding-top: 145px;
    background: #202124 url(//www.jeepcloud.com/themes/web/zjmf/assets/img/domain/banner.png) no-repeat center;
}
.domain-search-list li a{display:inline-block;padding:0 6px;text-align:center;color:inherit}
.domain-search-list li a span{font-size:15px;line-height:15px;display:block;opacity:.7;margin-top: 5px;margin-bottom: 5px;}
/* line 141, src/assets/scss/components/_components.buttons.scss */
.btn-brand-01 {
  background-color: #2c7be5;
  border-color: #2c7be5;
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */
.btn-brand-01:hover, .btn-brand-01:focus {
  background-color: #1b6ddb;
  border-color: #1b6ddb;
  color: #fff;
}
.btn-outline-brand-01{border-color: #2c7be5;color: #2c7be5;transition: all .3s;}
.btn-outline-brand-01:active,.btn-outline-brand-01:focus,.btn-outline-brand-01:hover{background-color:#2c7be5;border-color:#2c7be5;color:#fff}
.single-popular-domain span.badge{right:10%;top:10%}
