.bmain .qr4 {
	top: 5rem;	
}
.top-banner {
	position: relative;
	height: 68vh;
	background-image: url('../images/service-domain/top-banner.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	line-height: 1;
}
.top-banner .text-left {
	position: absolute;
	left: 0.5rem;
	top: 22vh;
	color: #fff;
	font-weight: 300;
}
.top-banner .heart img {
	width:1rem;
	position: absolute;
	top: 21vh;
	left: 5rem;
	
}
.service-domain-cont {
	background: #fff;
	height:auto;
	margin-top: -8vh;
	line-height: 1;
}
.service-domain-list {
	display: flex;
	position: relative;
	padding: 0 0.25rem;
	top: 0;
	margin-bottom: 8vh;
	justify-content:center;
	/*margin-right: 124px;*/
}
.service-domain-list-item {
	background-color: #f9f9f9;
	width: 50%;
	height:auto;	
	margin: 0 0.25rem 0 0.25rem;
	display: flex;
	flex-direction: column;
}
.service-domain-list-item .hd {
	height:auto;
	border-bottom: 1px solid #e4e3e3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.5rem;
}
.service-domain-list-item .hd .title {
	font-size: 0.5rem;
	line-height: 3;
	font-weight: 400;
}
.service-domain-list-item .hd .explain {
	font-size: 14px;
	color: #706e6e;
}
.service-domain-list-item .bd {
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
}
.service-domain-list-item .bd .content {
	
	height:auto;
	box-sizing: border-box;
	line-height: 1;
	font-size: 0.6rem;
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	font-weight: 400;
}
.service-domain-list-item .bd .icon {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding:0.5rem 0.5rem;
	width: 100%;
	
}
.service-domain-list-item .bd .icon img {
	
	width: 2.5rem;
}


.service-domain-contact {
	height:1.5rem;
	background-image: url('../images/service-domain/service-domain-icon-5.png');
	background-position: 0 top;
	background-repeat: no-repeat;
	background-size: auto 1.5rem;
	padding-left: 2rem;
	margin-left: 0.5rem;
	font-weight: 300;
}
.service-domain-contact .title {
	font-size: 0.5rem;
	margin-bottom: 5px;
}
.service-domain-contact .tell {
	font-size: 0.5rem;
}

