.jdc-main-register {
	text-align: center;
	height: 200px;
	background: url(//static-portal.jdcloud.com/jcloud/jc/2.2.0/widget/jdc-main-register/i/register.jpg) no-repeat center center;
	background-size: cover
}

.jdc-main-register h5 {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	padding: 45px 0
}

@media (max-width:768px) {
	.jdc-rwd .jdc-main-register {
		height: auto;
		background: #212330;
		padding: 25px 20px 20px
	}

	.jdc-rwd .jdc-main-register h5 {
		font-size: 14px;
		padding: 0;
		margin-bottom: 4px
	}

	.jdc-rwd .jdc-main-register .jdc-btn {
		background: #3171ff;
		color: #fff;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.jdc-rwd .jdc-main-register .jdc-main-more-btn {
		padding-bottom: 0
	}
}